.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;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); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffcdf4;background-image:none;position:relative;z-index:auto;display:block; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container { background-color: transparent; background-image: none; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container > .video-iframe-container { display: none; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row > .video-iframe-container { display: none; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .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); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container { border-width: 0; border-radius: 0; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:60rem;position:relative;display:block; }#HmQXd2HIyuM56nJeqf9bHW3aGtBTu2TC { background-color:#fdbd61;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #de2253;border-left:0.0625rem solid #de2253;border-right:0.0625rem solid #de2253;border-bottom:0.0625rem solid #de2253;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-sizing:border-box;color:#010101;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:9.125rem;left:33.5625rem;display:block; }
#fGu2o9dzVtnEx0F8EM3qSKE2U2IIxT1i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JraZv3XmP4hDfQqAAbKleh6qy7Hyvb81 { background-color:#fdbd61;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dd2252;border-left:0.0625rem solid #dd2252;border-right:0.0625rem solid #dd2252;border-bottom:0.0625rem solid #dd2252;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-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:9.1875rem;left:15.8125rem;display:block; }
#B0T47uzD6hEBySl2BmUkCOWAJ5JbXXyS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fF4TAy0Gzy5KU4KTAQ1xSOpZc5Gl4ui5 { color:#e34a4a;display:block;width:40.186625rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:5.759548664093rem;left:9.9055976867675rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DTmWeitIluhmZQvUcI5s8LxlL7Oh559t { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:31.0625rem;top:0.87349617481231rem;left:13.373479843139rem;overflow:hidden;display:block; }
#ppp9ixtU8C7B0T4LnPXvTiux95JWFH4K { color:#6f6d6a;display:block;width:56.25rem;position:absolute;font-family:cairo;font-size:2.375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.87478351593rem;left:1.875rem;height:6.17431875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#icJbgFfkItxV4F0ng108Wee3W1kGwpCR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(223,74,141,0.92);background-image:url("https://images.assets-landingi.com/B7pdyqMs/ET5Xr3mXYAY6XKi.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#icJbgFfkItxV4F0ng108Wee3W1kGwpCR.adaptive-delivery-prevent-bg, #icJbgFfkItxV4F0ng108Wee3W1kGwpCR.lazyload, #icJbgFfkItxV4F0ng108Wee3W1kGwpCR.lazyloading { background-image: none; }#icJbgFfkItxV4F0ng108Wee3W1kGwpCR > .row .container { border-width: 0; border-radius: 0; }#icJbgFfkItxV4F0ng108Wee3W1kGwpCR > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:60rem;position:relative;display:none; }#mHFXauE60Uks3q6vR3D094LC0OFgBCoi { color:#ffffff;display:block;width:30.1248125rem;position:absolute;font-family:"mykonos ar";font-size:2.75rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:23.0625rem;left:29.9375rem;height:3.57421875rem;font-style:normal;display:block; }
#C1q9ix1rzE04B4WwaX3G2PkHoecbGJzO { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.124375rem;width:7.4370625rem;top:12.4375rem;left:40.625rem;overflow:hidden;display:block; }
#TmNwMGbpT2ryKuIl260wxQAiJCK0TXvd { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: 0.5625rem 0.5625rem 0.5625rem rgba(43,46,51,0.5) ;height:9.6875rem;width:10.061875rem;top:12.125rem;left:39.4375rem;display:block; }
#cwMZRJqKvR28kbJOtZqEwWywSVoG4yXS { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#z9zbwk04iJn7h88swlintNI6IldtnTOF { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:39.673395156861rem;left:10.564235687256rem;display:none; }
#B7XTJWXS6x498FIDZeoT7r3OTy8kqSMb { color:#6f6d6a;display:block;width:56.25rem;position:absolute;font-family:cairo;font-size:2.375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.87478351593rem;left:1.875rem;height:6.17404375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 .widget-form-header { font-size:0.75rem; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 .widget-regular-label { height:auto;display:block;font-family:amiri;font-size:1rem;font-weight:bold;color:#070707;width:19.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.625rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.625rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.625rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(13deg, #df4a8d, #942157);background-image: -moz-linear-gradient(13deg, #df4a8d, #942157);background-image: -ms-linear-gradient(13deg, #df4a8d, #942157);background-image: -o-linear-gradient(13deg, #df4a8d, #942157);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4a8d', endColorstr='#942157' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4a8d', endColorstr='#942157' );";background-image: linear-gradient(13deg, #df4a8d, #942157);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#ffffff;width:19.625rem;height:4.4375rem;font-family:cairo;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:18.4375rem;overflow:hidden;font-style:normal;float:none; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 .widget-container { padding-top:0.75rem;padding-right:0;padding-bottom:0.75rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 .widget-container:first-of-type{padding-top:0;}#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 .widget-container:last-of-type{padding-bottom:0;}#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #efcb97, #bfa06c);background-image: -moz-linear-gradient(180deg, #efcb97, #bfa06c);background-image: -ms-linear-gradient(180deg, #efcb97, #bfa06c);background-image: -o-linear-gradient(180deg, #efcb97, #bfa06c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efcb97', endColorstr='#bfa06c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efcb97', endColorstr='#bfa06c' );";background-image: linear-gradient(180deg, #efcb97, #bfa06c);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:37.061634063721rem;top:10.8203125rem;z-index:100005;position:absolute; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.625rem;display:block;vertical-align:top; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 {display:block;}#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #efcb97, #bfa06c);background-image: -moz-linear-gradient(180deg, #efcb97, #bfa06c);background-image: -ms-linear-gradient(180deg, #efcb97, #bfa06c);background-image: -o-linear-gradient(180deg, #efcb97, #bfa06c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efcb97', endColorstr='#bfa06c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efcb97', endColorstr='#bfa06c' );";background-image: linear-gradient(180deg, #efcb97, #bfa06c);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:37.061634063721rem;top:10.8203125rem;z-index:100005;position:absolute;display:none; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #RPZNyscWK0yiHroH0ePbsVsNIIlmJGax { position:relative; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #RNHeDTvZ0GoHdF2wwcLdS7pdggcTqd66 { position:relative; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #QcVLcJFTldsmuOzkDOCJXtrHQuz7KrRq { position:relative; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #MxnMGmUacKgdILgP93HpSOECNzUa7e5o { position:relative; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #zZ0tNThFMF8ObPXVoRZJQ4LB4fta2bz6 { position:relative; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #RzzJf7tOMQM6X2ETkf5b5lV4s8gM7mtR { position:relative; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #AWlnGrr7ZthyZonybmvWlaTu9rceEVOa { position:relative; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #zJn6VFInSJllV74vL1HcFTNfDGcLsmGq { position:relative; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #BsLCgoEpfbGMzNCaLUzuFxkOegrW8ZGl { position:relative; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #LGtFIlBSaSgryN6CM56w3kQXeFBWnZcp { position:relative; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #TOpaFmtp8WVLnNiQIvB7dThAs3q7pcTH { position:relative; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #rAB6GiMq6rshamMRMgJZxwPxTDmeAiCs { position:relative; }
#fpEM5REXPOpsOJVcpGAHi6zVIBxwyz6p { position:relative;display:block; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #nVgl1pKvzV0K18vetLhnQiVmwhQTp8tX { position:relative; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #fuAq1yoVk9z8HGZBdrD6PLOqonyTO6VV { position:relative; }
#tiCUKf9I8izyvEALcuUVvfT8HfSxicKo { background-color:#fdbd61;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #de2253;border-left:0.0625rem solid #de2253;border-right:0.0625rem solid #de2253;border-bottom:0.0625rem solid #de2253;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-sizing:border-box;color:#010101;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:9.125rem;left:33.5625rem;display:none; }
#nKoHA3fRIWfxTL09i6pU6GzHoChpxTv9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mb47wREIJ2Vw1nbahUfpZhoceQQnwmLs { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:cairo;font-size:1.75rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:32.144098281861rem;left:10.842014312744rem;height:2.27430625rem;display:none; }
#Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0.51375rem;padding-right:0.44375rem;padding-bottom:0.51375rem;padding-left:0.44375rem;display:block;align-items:center;width:2.659375rem;min-width:2.659375rem;height:2.764375rem;position:relative;font-family:"open sans";font-size:2.056875rem;font-weight:700;line-height:44.23px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.32125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5475rem;height:1.0925rem;position:relative;font-family:"open sans";font-size:0.77125rem;font-weight:400;line-height:17.48px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:18.186875rem;height:5.205075rem;padding-top:0.643125rem;padding-right:0.63375rem;padding-bottom:0.643125rem;padding-left:0.63375rem;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:34.418394088745rem;left:9.39453125rem;z-index:100009;display:none; }
#Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #RAdq7VMp9HbWtJptQUowwCHfGFX8FypU { display:flex;position:relative;top:0rem;left:0rem; }
#Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #J1ttpxucyqLqEt1IdUrPL14yqxackyMS { width:auto; }
#Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #K3EAP8m8fI7mmG4cgCHIRNV0SG2Inhgt {  }
#Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #fVErfi0e44bi0WkM9BJyHZK65c6uzn8F { display:flex;position:relative;top:0rem;left:0rem; }
#Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #SstlSZrRloqv4VrTDgOPK7Swfox20Irh {  }
#Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #D1PkEKN0TbivwA4NAISPJKAM4AGnCVgb {  }
#Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #lDoPDTD7pdCky84IuByd1Ryk3G5azZuC { display:flex;position:relative;top:0rem;left:0rem; }
#Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #VHS2Bxemo3LSpE2NIeGAxONT8h9a0Efc {  }
#Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #tweJhpp37T0S9gVsbeAhD63u3SdlII0h {  }
#Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #wQqTAm9EiINXlWcmZ5Ud4TITModJfFXL { display:flex;position:relative;top:0rem;left:0rem; }
#Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #yO1xky2sTeJVbmJpUfDJgu4nsdcPL6TT {  }
#Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #PpRfRUzSgy6EDZl7SUoanHgXp9OTHKxM {  }
#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffcdf4, #ecd7e2);background-image: -moz-linear-gradient(180deg, #ffcdf4, #ecd7e2);background-image: -ms-linear-gradient(180deg, #ffcdf4, #ecd7e2);background-image: -o-linear-gradient(180deg, #ffcdf4, #ecd7e2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcdf4', endColorstr='#ecd7e2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcdf4', endColorstr='#ecd7e2' );";background-image: linear-gradient(180deg, #ffcdf4, #ecd7e2);background-size:auto !important;position:relative;display:block; }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row .container { background-color: transparent; background-image: none; }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row .container > .video-iframe-container { display: none; }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row > .video-iframe-container { display: none; }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .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); }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row .container { border-width: 0; border-radius: 0; }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:60rem;position:relative;display:block; }#GywsE8kr3TzyFcTzLVbAsL7Ho4roMK4U { position:absolute;display:block;z-index:99991;background-color:transparent;background-image: -webkit-linear-gradient(87deg, #9b173d, #e6c491);background-image: -moz-linear-gradient(87deg, #9b173d, #e6c491);background-image: -ms-linear-gradient(87deg, #9b173d, #e6c491);background-image: -o-linear-gradient(87deg, #9b173d, #e6c491);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b173d', endColorstr='#e6c491' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b173d', endColorstr='#e6c491' );";background-image: linear-gradient(87deg, #9b173d, #e6c491);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:0rem;height:10.6875rem;width:35.8125rem;top:31.006945610046rem;left:0.5078125rem;display:block; }
#JrJ9MtgH0qLOzv0D9OePdNs0TT4f6XQx { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:cairo;font-size:1.75rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:32.144098281861rem;left:10.842014312744rem;height:2.2753875rem;display:block; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0.51375rem;padding-right:0.44375rem;padding-bottom:0.51375rem;padding-left:0.44375rem;display:block;align-items:center;width:2.659375rem;min-width:2.659375rem;height:2.764375rem;position:relative;font-family:"open sans";font-size:2.056875rem;font-weight:700;line-height:44.23px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.32125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5475rem;height:1.0925rem;position:relative;font-family:"open sans";font-size:0.77125rem;font-weight:400;line-height:17.48px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:18.186875rem;height:5.205075rem;padding-top:0.643125rem;padding-right:0.63375rem;padding-bottom:0.643125rem;padding-left:0.63375rem;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:34.418394088745rem;left:9.39453125rem;z-index:100009; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #fMVmwZfIHmVqUNmyfwerhNfJPMVSVotp { display:flex;position:relative;top:0rem;left:0rem; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #PtnedZWGxbF54ybfNxAAJHD1ky8q8NBZ { width:auto; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #T4BLh0FfOsJKFPgOl5Ze5TyWSovlbG97 {  }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #nRHzdPAt3r9RcFDGIJ0vIVtXN9U0DmUK { display:flex;position:relative;top:0rem;left:0rem; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #svREt8fhNh6dTlyL6CZkpBHmeyRIGhNg {  }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #Mx7LvMwM0qC6BzRF5WfxskFmMSr00kbx {  }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #GzR2zbNxsElk3r1KCLtwfCWCVeoAOBg6 { display:flex;position:relative;top:0rem;left:0rem; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #Omp211mwFWfeW8TtpnNUvvtgv5xZMFbw {  }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #nQou0IbiOvwnMF87eDBZHvpdeliCH5Tg {  }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #q3cb6iVG8XSpAw1TRRZ2qG4NWCtFvtS0 { display:flex;position:relative;top:0rem;left:0rem; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #izCJmKmXJSrOr59xtXvmXLDgaEDPdJus {  }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #rmPCwNZcgz3WUaBoOUl7v7rgyxnWTM5g {  }
#fN9zPVQTWPEMS2DW9xGM7Q2ZpWmJf0Pg { position:absolute;display:block;z-index:99995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(77,15,46,0.34), rgba(253,189,97,0.68));background-image: -moz-linear-gradient(180deg, rgba(77,15,46,0.34), rgba(253,189,97,0.68));background-image: -ms-linear-gradient(180deg, rgba(77,15,46,0.34), rgba(253,189,97,0.68));background-image: -o-linear-gradient(180deg, rgba(77,15,46,0.34), rgba(253,189,97,0.68));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#564d0f2e', endColorstr='#adfdbd61' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#564d0f2e', endColorstr='#adfdbd61' );";background-image: linear-gradient(180deg, rgba(77,15,46,0.34), rgba(253,189,97,0.68));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.94) ;height:36.1875rem;width:23.75rem;top:6.4403190612794rem;left:36.25rem;display:block; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 .widget-form-header { font-size:0.75rem; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 .widget-regular-label { height:auto;display:block;font-family:amiri;font-size:1rem;font-weight:bold;color:#070707;width:19.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.625rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.625rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.625rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(13deg, #df4a8d, #942157);background-image: -moz-linear-gradient(13deg, #df4a8d, #942157);background-image: -ms-linear-gradient(13deg, #df4a8d, #942157);background-image: -o-linear-gradient(13deg, #df4a8d, #942157);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4a8d', endColorstr='#942157' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4a8d', endColorstr='#942157' );";background-image: linear-gradient(13deg, #df4a8d, #942157);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#ffffff;width:19.625rem;height:4.4375rem;font-family:cairo;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:18.4375rem;overflow:hidden;font-style:normal;float:none; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 .widget-container { padding-top:0.75rem;padding-right:0;padding-bottom:0.75rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 .widget-container:first-of-type{padding-top:0;}#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 .widget-container:last-of-type{padding-bottom:0;}#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #efcb97, #bfa06c);background-image: -moz-linear-gradient(180deg, #efcb97, #bfa06c);background-image: -ms-linear-gradient(180deg, #efcb97, #bfa06c);background-image: -o-linear-gradient(180deg, #efcb97, #bfa06c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efcb97', endColorstr='#bfa06c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efcb97', endColorstr='#bfa06c' );";background-image: linear-gradient(180deg, #efcb97, #bfa06c);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:37.060546875rem;top:10.8203125rem;z-index:100005;position:absolute; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.625rem;display:block;vertical-align:top; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 {display:block;}#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #efcb97, #bfa06c);background-image: -moz-linear-gradient(180deg, #efcb97, #bfa06c);background-image: -ms-linear-gradient(180deg, #efcb97, #bfa06c);background-image: -o-linear-gradient(180deg, #efcb97, #bfa06c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efcb97', endColorstr='#bfa06c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efcb97', endColorstr='#bfa06c' );";background-image: linear-gradient(180deg, #efcb97, #bfa06c);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:37.060546875rem;top:10.8203125rem;z-index:100005;position:absolute; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #i7QvT718B3XmrhTzEKTMa4TcZ5yZyT1k { position:relative; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #Qdk1T3HA2cumiuXgUbdVq187a239JcER { position:relative; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #E0GWqiAivBX99G3WTzl8HitFM9IeGAsO { position:relative; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #PeFFdR6P74B69uvEsRJ93LNZKTQvVl2F { position:relative; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #kVbE3vTe0i5ghnSvDTZHwrxnoh8ox6yf { position:relative; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #bcR9BRUDitFdkBrRCqIRKGfdziVMVlpf { position:relative; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #v5qRKAQpwuTp1d2pz1RdLbyXATzLoMxT { position:relative; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #Tqmqfs8yR4xHf7E8X6kpqroeFASPWKWF { position:relative; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #D7GwwXIN6ZSwPm6W7WfgfoO06QGnpGvy { position:relative; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #T8UTtSn01nkhzNcQrDfptfxgZNZMqvoz { position:relative; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #FHRlTqHnhipBw7x5uAdGAHJprTicevDl { position:relative; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #Fabad1oyTX4mh1WIEzobTvQ650uIxVtT { position:relative; }
#iG1qPJuIU6T9zNBCmD6TxFbUX8o3wWXV { position:relative;display:block; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #iU0Ky5CVVGi7sqBBWCZ4x22VKxVMbVtC { position:relative; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #GUTNU1NmTDZoS4FBxEi6tz6uTMnBWtz1 { position:relative; }
#cf158AKuoxbsKyhuK31SOieklssfeO04 { position:absolute;display:block;z-index:99990;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.5rem;width:38.25rem;top:5.5772571563721rem;left:0rem;overflow:hidden;display:block; }
#PqBDWMlX5ORfWfXPrvcVtnypDoriQsRF { color:#ffffff;display:block;width:19.6245625rem;position:absolute;font-family:cairo;font-size:2rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.0638027191163rem;left:38.311634063721rem;height:2.598875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#keX90RuGZHzO8Ot7PQwhGoy9h4NPwEDX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/bdIP02iH/cc10de05cefd88e49a75263a5c312c6c.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#keX90RuGZHzO8Ot7PQwhGoy9h4NPwEDX.adaptive-delivery-prevent-bg, #keX90RuGZHzO8Ot7PQwhGoy9h4NPwEDX.lazyload, #keX90RuGZHzO8Ot7PQwhGoy9h4NPwEDX.lazyloading { background-image: none; }#keX90RuGZHzO8Ot7PQwhGoy9h4NPwEDX > .row .container { background-color: transparent; background-image: none; }#keX90RuGZHzO8Ot7PQwhGoy9h4NPwEDX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#keX90RuGZHzO8Ot7PQwhGoy9h4NPwEDX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#keX90RuGZHzO8Ot7PQwhGoy9h4NPwEDX > .row .container > .video-iframe-container { display: none; }#keX90RuGZHzO8Ot7PQwhGoy9h4NPwEDX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#keX90RuGZHzO8Ot7PQwhGoy9h4NPwEDX > .row > .video-iframe-container { display: none; }#keX90RuGZHzO8Ot7PQwhGoy9h4NPwEDX > .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); }#keX90RuGZHzO8Ot7PQwhGoy9h4NPwEDX > .row .container { border-width: 0; border-radius: 0; }#keX90RuGZHzO8Ot7PQwhGoy9h4NPwEDX > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:60rem;position:relative;display:block; }#naPZc7x53PT3Limd9G7rh6OJDswz4pXk { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:14.5rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FM2Bi6E05kpnDs2rFz2oKKazAxPgfhok { position:absolute;display:block;z-index:100015;background-color:rgba(19,19,19,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:32.375rem;top:34.5rem;left:13.8125rem;display:none; }
#xux5UvTekbHqyPrh0PJTxkWCSpA3srcb { color:#000000;display:block;width:20.4373125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:0.8749923706055rem;left:19.75rem;height:;text-align:center;text-align-last:center;display:block; }
#NGwwnElOA8MczJVKucPqhWv1Pb4nUoEy { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:5.3667535781861rem;left:44.131946563721rem;display:block; }#NGwwnElOA8MczJVKucPqhWv1Pb4nUoEy.adaptive-delivery-prevent-bg, #NGwwnElOA8MczJVKucPqhWv1Pb4nUoEy.lazyload, #NGwwnElOA8MczJVKucPqhWv1Pb4nUoEy.lazyloading { background-image: none; }
#lInSBFA5OySOTt3WnS46UKk3oVNQ6Qos { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100037;line-height:1.5;letter-spacing:0;top:9.4042978286744rem;left:45.388454437256rem;height:2.99805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nva544wxceoax3n24Qp2qp08NnGOMf6a { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100132;line-height:1.6;letter-spacing:0;top:13.557944297791rem;left:44.670139312744rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UlqD5IDwXJssuWfepOhAwW6L9KGQFJ9T { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:16.879557609558rem;left:48.013236999512rem;display:block; }
#v9D5rcpCqov5zZsbl8WBnMTRxXoUPDkv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PHwWRAaTcMJ93RRf2QyxRDtihzqi2EUT { color:#000000;display:block;width:11.6873125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100172;line-height:1.3;letter-spacing:0;top:7.1115465164188rem;left:46.013454437256rem;height:1.3806125rem;font-style:normal;display:block; }
#Ns7W3xBqf0vBXeBwzr6p3XekIToDdO8g { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:5.375rem;left:22.25rem;display:block; }#Ns7W3xBqf0vBXeBwzr6p3XekIToDdO8g.adaptive-delivery-prevent-bg, #Ns7W3xBqf0vBXeBwzr6p3XekIToDdO8g.lazyload, #Ns7W3xBqf0vBXeBwzr6p3XekIToDdO8g.lazyloading { background-image: none; }
#W9bx7uLIdTeZhzHxVdRdwX8OMeQ8xfGn { color:#000000;display:block;width:9.6245625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100177;line-height:1.3;letter-spacing:0;top:6.5473089218137rem;left:25.186634063721rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KGVVKEptT2onD3Px5qsT3NUyPvbpzxsI { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100042;line-height:1.5;letter-spacing:0;top:10.064887046814rem;left:23.654731750488rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#turmOxfQyGcWKvMRSKTKTTvMDJHiMo6p { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100137;line-height:1.6;letter-spacing:0;top:13.5625rem;left:22.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ONHI8y3gzNed92xpkr4slP1TF0HZZa5T { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:16.875rem;left:26.125rem;display:block; }
#K6zVpfWmv2rXVSGMEXInE7V33oegnTs0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cBAEciC301Vucn0ffTiEQKQB0Czcim00 { position:absolute;display:block;z-index:100028;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:5.5rem;left:0rem;display:block; }#cBAEciC301Vucn0ffTiEQKQB0Czcim00.adaptive-delivery-prevent-bg, #cBAEciC301Vucn0ffTiEQKQB0Czcim00.lazyload, #cBAEciC301Vucn0ffTiEQKQB0Czcim00.lazyloading { background-image: none; }
#E8NrKSzFE50M4AMKCq8Oc3FWBvANfMJQ { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100142;line-height:1.6;letter-spacing:0;top:13.6875rem;left:0.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SHMKSDMnriZvcJ2qguf8beBHugWHrFOe { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:17rem;left:3.875rem;display:block; }
#yAwcS5PPpMizytcTMfwADFZNU5vkEwcg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BZbi19fIxh1TgzvWEHd1gICe26fqDab1 { color:#000000;display:block;width:9.6235rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100178;line-height:1.3;letter-spacing:0;top:6.3878049850462rem;left:2.9123249053955rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N88HJXAIB6hlklmMhViByyhqn4WbD9Bb { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100043;line-height:1.5;letter-spacing:0;top:10.064019203186rem;left:1.2554244995118rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GxG3X0032dTFrOlRw3XVgc8hhRO972Mx { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:34.125rem;left:26.125rem;display:block; }
#gyLTiHuUdkvnRUl9AN0nT6ew4eEztcWw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#us1yN5VeqzgLyaCmla0X9E5yd3fL3W7U { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100039;text-align:center;text-align-last:center;top:34.25rem;left:3.875rem;display:block; }
#AXoqLC2FePDEXFvqJpPTX5nQx0eWGBGJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oInUHBDdOrEIfKhZxUlITPaxfAgZx55s { position:absolute;display:block;z-index:100033;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:22.625rem;left:44.125rem;display:block; }#oInUHBDdOrEIfKhZxUlITPaxfAgZx55s.adaptive-delivery-prevent-bg, #oInUHBDdOrEIfKhZxUlITPaxfAgZx55s.lazyload, #oInUHBDdOrEIfKhZxUlITPaxfAgZx55s.lazyloading { background-image: none; }
#DzxxTyNkWDAHZltDPfLX0TeCNyrT3TEz { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100147;line-height:1.6;letter-spacing:0;top:30.559897422791rem;left:44.670139312744rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dpUA4WoXdgK7FO5i9O6Q3fTM2lTahz5I { position:absolute;display:block;z-index:100038;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:22.625rem;left:22.25rem;display:block; }#dpUA4WoXdgK7FO5i9O6Q3fTM2lTahz5I.adaptive-delivery-prevent-bg, #dpUA4WoXdgK7FO5i9O6Q3fTM2lTahz5I.lazyload, #dpUA4WoXdgK7FO5i9O6Q3fTM2lTahz5I.lazyloading { background-image: none; }
#HgDrZO5dwQTMBM80katNA6DTm4EnJTOe { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100152;line-height:1.6;letter-spacing:0;top:30.8125rem;left:22.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KK6KLJdAyZ8uVQhf2wQsmLIr3zZaCePJ { position:absolute;display:block;z-index:100043;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:22.75rem;left:0rem;display:block; }#KK6KLJdAyZ8uVQhf2wQsmLIr3zZaCePJ.adaptive-delivery-prevent-bg, #KK6KLJdAyZ8uVQhf2wQsmLIr3zZaCePJ.lazyload, #KK6KLJdAyZ8uVQhf2wQsmLIr3zZaCePJ.lazyloading { background-image: none; }
#cnigDXW3iPpTtZxaNL2PLJrdll2Ib877 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100157;line-height:1.6;letter-spacing:0;top:30.9375rem;left:0.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EadoNaJH2LP4TVT1BNhe1JXmVak5PVDk { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:34.125rem;left:48rem;display:block; }
#eaJxMWsuCTNy3lwfvBex0KLLe0b6KN2w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ecXQrzBIhFu2DUIK6Aghe9u2iXWxP00l { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100057;line-height:1.5;letter-spacing:0;top:27.00368976593rem;left:23.529731750488rem;height:1.68823125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qzPTdbEfyJ1E9QwJ41peTv3EnRQ3tnRp { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100052;line-height:1.5;letter-spacing:0;top:26.569010734558rem;left:45.388454437256rem;height:2.99805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bi1qnZ8oRBloMKdzSsUKPZS42i3ViZUe { color:#000000;display:block;width:9.6235rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100192;line-height:1.3;letter-spacing:0;top:24.549046516419rem;left:24.401042938233rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z8GrkIthpd4Dur0bfJxirscMi5ybIbTF { color:#000000;display:block;width:10rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100187;line-height:1.3;letter-spacing:0;top:24.417101860046rem;left:46.857639312744rem;height:1.62475625rem;font-style:normal;display:block; }
#qAL4oRPdWZf1fxxtQgk66UiAxsSI2o23 { color:#000000;display:block;width:1.49956875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:100194;line-height:1.3;letter-spacing:0;top:24.386286735534rem;left:33.752605438233rem;height:1.86889375rem;display:block; }
#RtyoKpvTc7wJ5qiP4lvs3A9sSh6yN4ur { color:#000000;display:block;width:9.6235rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100193;line-height:1.3;letter-spacing:0;top:24.3125rem;left:2.25rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mBKHZuPqJTOCPaR24DhTrK6nsS0Wy7T2 { color:#000000;display:block;width:1.49956875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:100195;line-height:1.3;letter-spacing:0;top:24.125rem;left:11.75rem;height:1.86889375rem;display:block; }
#pZdJrwdPCKlV3wkgUUKo7iggr6U0Z3z7 { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100058;line-height:1.5;letter-spacing:0;top:27.039280891419rem;left:1.2554244995118rem;height:3.1860375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EW1T7pSbG3ThblS1xCeyP3l5dr8nMryw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/bdIP02iH/cc10de05cefd88e49a75263a5c312c6c.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#EW1T7pSbG3ThblS1xCeyP3l5dr8nMryw.adaptive-delivery-prevent-bg, #EW1T7pSbG3ThblS1xCeyP3l5dr8nMryw.lazyload, #EW1T7pSbG3ThblS1xCeyP3l5dr8nMryw.lazyloading { background-image: none; }#EW1T7pSbG3ThblS1xCeyP3l5dr8nMryw > .row .container { background-color: transparent; background-image: none; }#EW1T7pSbG3ThblS1xCeyP3l5dr8nMryw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#EW1T7pSbG3ThblS1xCeyP3l5dr8nMryw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EW1T7pSbG3ThblS1xCeyP3l5dr8nMryw > .row .container > .video-iframe-container { display: none; }#EW1T7pSbG3ThblS1xCeyP3l5dr8nMryw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#EW1T7pSbG3ThblS1xCeyP3l5dr8nMryw > .row > .video-iframe-container { display: none; }#EW1T7pSbG3ThblS1xCeyP3l5dr8nMryw > .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); }#EW1T7pSbG3ThblS1xCeyP3l5dr8nMryw > .row .container { border-width: 0; border-radius: 0; }#EW1T7pSbG3ThblS1xCeyP3l5dr8nMryw > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:60rem;position:relative;display:block; }#W7K5c9LcHBs4uH0UcycMt5PSt6RXUKtp { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:14.5rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HS71GgGUp8WcqUUzkUxR16DBlg5pRKyO { position:absolute;display:block;z-index:100015;background-color:rgba(19,19,19,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:32.375rem;top:34.5rem;left:13.8125rem;display:none; }
#GoLXhEznliRMU9nPEcFOpZ5GbMAD6KTg { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100037;line-height:1.5;letter-spacing:0;top:5rem;left:45.375rem;height:2.99805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QuhibpJJmq27gaKvhHCmF6Q6VeyV2MQ2 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100132;line-height:1.6;letter-spacing:0;top:9.25rem;left:44.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RbNQ8Kyu24iDkNpVWBbiWukTi5BRvkI2 { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:12.5625rem;left:48rem;display:block; }
#qf8OFfCXz7eKtWWD0dDmVt2fL2KhEfXI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QUWVb3fbG06578GTTlB2rGVTlbC2dtya { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:1.0625rem;left:22.25rem;display:block; }#QUWVb3fbG06578GTTlB2rGVTlbC2dtya.adaptive-delivery-prevent-bg, #QUWVb3fbG06578GTTlB2rGVTlbC2dtya.lazyload, #QUWVb3fbG06578GTTlB2rGVTlbC2dtya.lazyloading { background-image: none; }
#u8G89bbfx1vhIxITheSN7dHqnKSwIVcT { color:#000000;display:block;width:9.6235rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100177;line-height:1.3;letter-spacing:0;top:2.625rem;left:25.1875rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ku8EnxfHxGUtnqVSJKqEdwIeeEf1brCR { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100042;line-height:1.5;letter-spacing:0;top:6.375rem;left:23.5rem;height:1.68823125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TilKTtPLdvE6vgdmLPhPmkT81Olxe2KZ { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100137;line-height:1.6;letter-spacing:0;top:9.25rem;left:22.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ohVR0R9yURuAv0iwPc4TR51RZh9W7Tlf { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:12.5625rem;left:26.125rem;display:block; }
#VpuAkZT4I1R5F1TaquNzHW6H4tSqCgG5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UGmceLQ04tWJLtDm5HOoQTkD6THcZAAS { position:absolute;display:block;z-index:100028;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:1.1875rem;left:0rem;display:block; }#UGmceLQ04tWJLtDm5HOoQTkD6THcZAAS.adaptive-delivery-prevent-bg, #UGmceLQ04tWJLtDm5HOoQTkD6THcZAAS.lazyload, #UGmceLQ04tWJLtDm5HOoQTkD6THcZAAS.lazyloading { background-image: none; }
#Ga2o1tveaUgf8OprFr57udxTUXoGzabz { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100142;line-height:1.6;letter-spacing:0;top:9.375rem;left:0.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BdEv4E55XGqGfZSrcxJNFqi3WdQUeo6F { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:12.6875rem;left:3.875rem;display:block; }
#fiSJU10Lw4AM8VHfKPStNSDA4nWdFz3I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ELmOHiXWCuHCnqxdTIqvi2CXqT1Vh71G { color:#000000;display:block;width:9.6235rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100178;line-height:1.3;letter-spacing:0;top:2.375rem;left:2.6875rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dlvx7SkBKtJ52Qq7GfVS3i9ZiqaTbS2B { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100043;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.25rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bXJIAaBxChlCiKuMhBA6UNzIQtxpVUnG { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:29.8125rem;left:26.125rem;display:block; }
#LHQnkEMWbvq0mqXTe02VLIVriDEx5tFv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#x472mNhuokEDCGflEqzOzV0LqiB8WS1M { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100039;text-align:center;text-align-last:center;top:29.9375rem;left:3.875rem;display:block; }
#ppiOGdUnDe4hfZaNMEuUNXdhLipOKOJJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ToiDd98tDCVokILTkFG5UNA7GvlPPw8b { position:absolute;display:block;z-index:100033;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:18.3125rem;left:44.125rem;display:block; }#ToiDd98tDCVokILTkFG5UNA7GvlPPw8b.adaptive-delivery-prevent-bg, #ToiDd98tDCVokILTkFG5UNA7GvlPPw8b.lazyload, #ToiDd98tDCVokILTkFG5UNA7GvlPPw8b.lazyloading { background-image: none; }
#gJgeOTM7R2ECsLg46ZrTiRcibQs9kRR3 { position:absolute;display:block;z-index:100038;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:18.3125rem;left:22.25rem;display:block; }#gJgeOTM7R2ECsLg46ZrTiRcibQs9kRR3.adaptive-delivery-prevent-bg, #gJgeOTM7R2ECsLg46ZrTiRcibQs9kRR3.lazyload, #gJgeOTM7R2ECsLg46ZrTiRcibQs9kRR3.lazyloading { background-image: none; }
#df4O57WVVt10AXWlD4ynqtG8XlQqyhaP { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100152;line-height:1.6;letter-spacing:0;top:26.6240234375rem;left:22.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l9HHVNGdqqma9iQwWD5IP1OWkqa3B8m9 { position:absolute;display:block;z-index:100043;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:18.4375rem;left:0rem;display:block; }#l9HHVNGdqqma9iQwWD5IP1OWkqa3B8m9.adaptive-delivery-prevent-bg, #l9HHVNGdqqma9iQwWD5IP1OWkqa3B8m9.lazyload, #l9HHVNGdqqma9iQwWD5IP1OWkqa3B8m9.lazyloading { background-image: none; }
#dmM5qEve62H5s2mwQcPUIq1GF3fK1UGh { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100157;line-height:1.6;letter-spacing:0;top:26.625rem;left:0.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yyq0K65VUhmeOfB31CWAxQL26Fgl67Dr { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:29.8125rem;left:48rem;display:block; }
#ckH7WJJyDlTKbCPPUfZNX8xZEBnoZTQ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xfVIRFhMUJnGkQoq74kD9Zl7iW5GBgKb { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100057;line-height:1.5;letter-spacing:0;top:22.5rem;left:23.5rem;height:4.49706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XWOsDrVvvmSNIR8JEq7OdZxmDeBZSNI0 { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100052;line-height:1.5;letter-spacing:0;top:22.5rem;left:45.375rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gPiuKFAqJ4rlUoZkUuuwM0Tu3A4QTFai { color:#000000;display:block;width:12.3123125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100192;line-height:1.3;letter-spacing:0;top:20.0625rem;left:23.8125rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bdTOzWgWsoA7IiGM9t015MUqnNVuPNs0 { color:#000000;display:block;width:10rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100187;line-height:1.3;letter-spacing:0;top:20.125rem;left:47.125rem;height:1.62475625rem;font-style:normal;display:block; }
#hb4xVOd9Z3hBe9PABsxIqWVZKzVvAEgg { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100058;line-height:1.5;letter-spacing:0;top:22.6875rem;left:1.25rem;height:2.99805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B2M5iT1el8wOWcC1iIdFBug6smLkTzx3 { color:#000000;display:block;width:6.12413125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100194;line-height:1.3;letter-spacing:0;top:2.5625rem;left:48.75rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vO0eRnBDL3sk1330kwyS9LeSgXkW6Qei { color:#000000;display:block;width:1.49956875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:100196;line-height:1.3;letter-spacing:0;top:2.4375rem;left:54.125rem;height:1.86889375rem;display:block; }
#kPnxCEHpXKxNI2AipnGKiHOCVIoJKfQg { color:#000000;display:block;width:1.49956875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:100197;line-height:1.3;letter-spacing:0;top:2.375rem;left:12rem;height:1.86889375rem;display:block; }
#H84QudCFmKAsFHSatgOs7FhvTUeBdHVL { color:#000000;display:block;width:1.49956875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:100198;line-height:1.3;letter-spacing:0;top:20rem;left:55.125rem;height:1.86889375rem;display:block; }
#Pe34QA4rtAtnncfSTOTryQwecw0cBv0J { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100153;line-height:1.6;letter-spacing:0;top:26.5rem;left:44.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TrPzcAodx2RKPTGRZiTN1CMBFkI1uT3x { color:#000000;display:block;width:12.3123125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100193;line-height:1.3;letter-spacing:0;top:20.0625rem;left:1.5625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hfwN0I0nQVsSJO3BWg6HURAPv7lFb2R6 { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:0rem;left:22.25rem;display:none; }#hfwN0I0nQVsSJO3BWg6HURAPv7lFb2R6.adaptive-delivery-prevent-bg, #hfwN0I0nQVsSJO3BWg6HURAPv7lFb2R6.lazyload, #hfwN0I0nQVsSJO3BWg6HURAPv7lFb2R6.lazyloading { background-image: none; }
#SHE2HHJlUWksNCksGpdI1cn0FHaooTTq { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:1.25rem;left:44.0625rem;display:block; }#SHE2HHJlUWksNCksGpdI1cn0FHaooTTq.adaptive-delivery-prevent-bg, #SHE2HHJlUWksNCksGpdI1cn0FHaooTTq.lazyload, #SHE2HHJlUWksNCksGpdI1cn0FHaooTTq.lazyloading { background-image: none; }
#ZvkfvQ3t7A285BZzhI7wfkuSO0VgToap { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/bdIP02iH/cc10de05cefd88e49a75263a5c312c6c.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#ZvkfvQ3t7A285BZzhI7wfkuSO0VgToap.adaptive-delivery-prevent-bg, #ZvkfvQ3t7A285BZzhI7wfkuSO0VgToap.lazyload, #ZvkfvQ3t7A285BZzhI7wfkuSO0VgToap.lazyloading { background-image: none; }#ZvkfvQ3t7A285BZzhI7wfkuSO0VgToap > .row .container { background-color: transparent; background-image: none; }#ZvkfvQ3t7A285BZzhI7wfkuSO0VgToap::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#ZvkfvQ3t7A285BZzhI7wfkuSO0VgToap > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZvkfvQ3t7A285BZzhI7wfkuSO0VgToap > .row .container > .video-iframe-container { display: none; }#ZvkfvQ3t7A285BZzhI7wfkuSO0VgToap > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#ZvkfvQ3t7A285BZzhI7wfkuSO0VgToap > .row > .video-iframe-container { display: none; }#ZvkfvQ3t7A285BZzhI7wfkuSO0VgToap > .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); }#ZvkfvQ3t7A285BZzhI7wfkuSO0VgToap > .row .container { border-width: 0; border-radius: 0; }#ZvkfvQ3t7A285BZzhI7wfkuSO0VgToap > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:60rem;position:relative;display:block; }#thvpVCEN89ysvvQCpn9CR8b2T3fqxb12 { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:14.5rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#X9xyLGvxmaZCTZyPWWRKWIcab4HUtLf0 { position:absolute;display:block;z-index:100015;background-color:rgba(19,19,19,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:32.375rem;top:34.5rem;left:13.8125rem;display:none; }
#Ne6qtKqRAVG97Ug2lWIoET33qEloFoEe { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100037;line-height:1.5;letter-spacing:0;top:5.7085494995117rem;left:45.405818939209rem;height:2.99805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q8sSTbNR4tqAky2CIgA23i6AmHzQOqZz { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100132;line-height:1.6;letter-spacing:0;top:9.25rem;left:44.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IFkx3gyFTCIATphUpb9whtUeeT2bEcEs { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:12.5625rem;left:48rem;display:block; }
#XvggJIxpTbP9dtce7zibnVpqregAz9iw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#C92Nh3ftm60ck6xIacATlccJlWxCWi3P { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:1.0625rem;left:22.25rem;display:block; }#C92Nh3ftm60ck6xIacATlccJlWxCWi3P.adaptive-delivery-prevent-bg, #C92Nh3ftm60ck6xIacATlccJlWxCWi3P.lazyload, #C92Nh3ftm60ck6xIacATlccJlWxCWi3P.lazyloading { background-image: none; }
#MTJszk6Dsay8iVbtMbq7JTtqWFWunGs4 { color:#000000;display:block;width:9.6235rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100177;line-height:1.3;letter-spacing:0;top:3.1456165313721rem;left:25.187717437744rem;height:1.7858875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wrJZm1cUxp85hNqFcgsZXlS4mqf4hxRH { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100042;line-height:1.5;letter-spacing:0;top:6.2497863769531rem;left:23.499347686767rem;height:1.967775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eSK3XqzlMRb0ptMtJWrGAt2ldqiTViVo { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100137;line-height:1.6;letter-spacing:0;top:9.25rem;left:22.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AydZmw8q5od0WtLVGbahiD6KffCVl8um { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:12.5625rem;left:26.125rem;display:block; }
#k44PXsrDsGvvLQMCvvZ762B3WdwqE7WM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IdPFZHGXTSUe3ffRKtvoitUePeHMsbav { position:absolute;display:block;z-index:100028;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:1.1875rem;left:0rem;display:block; }#IdPFZHGXTSUe3ffRKtvoitUePeHMsbav.adaptive-delivery-prevent-bg, #IdPFZHGXTSUe3ffRKtvoitUePeHMsbav.lazyload, #IdPFZHGXTSUe3ffRKtvoitUePeHMsbav.lazyloading { background-image: none; }
#B2JIizK1qBcKaQwhZ2OPukZQdQeBCRWW { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100142;line-height:1.6;letter-spacing:0;top:9.375rem;left:0.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#of0G5OKT321ehbb8ATSPWBb9zCLTxQs5 { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:12.6875rem;left:3.875rem;display:block; }
#Pzp4DdREwD73AJ0MuExltJ3ahQO1FqZv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZHEHwp6uhUwlH2RfNwZwKdnMoBkgVKqD { color:#000000;display:block;width:9.6235rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100178;line-height:1.3;letter-spacing:0;top:2.375rem;left:2.6875rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B6ZdNA2Noqi6OALxwhs6Z6vXcSqFbkWp { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100043;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.25rem;height:2.99805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W3s3Wn9tBlry2T6xuLqU3EdreBrARmev { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:29.8125rem;left:26.125rem;display:block; }
#J0eOQPw77cC1VCgdZ3rRuowGCkn4bX4q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cJB4F3ZdexmRbqJprg6X5ot5S46Al875 { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100039;text-align:center;text-align-last:center;top:29.9375rem;left:3.875rem;display:block; }
#oElJH3TW0HRxpsMiEMA2oZmXhtIkLkRw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#S0JFwAK36fET1d14XqggqGr1h1EtATyU { position:absolute;display:block;z-index:100033;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:18.3125rem;left:44.125rem;display:block; }#S0JFwAK36fET1d14XqggqGr1h1EtATyU.adaptive-delivery-prevent-bg, #S0JFwAK36fET1d14XqggqGr1h1EtATyU.lazyload, #S0JFwAK36fET1d14XqggqGr1h1EtATyU.lazyloading { background-image: none; }
#oXppG5cs9tkkT8iCEZVJ60uqzG6nmIov { position:absolute;display:block;z-index:100038;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:18.3125rem;left:22.25rem;display:block; }#oXppG5cs9tkkT8iCEZVJ60uqzG6nmIov.adaptive-delivery-prevent-bg, #oXppG5cs9tkkT8iCEZVJ60uqzG6nmIov.lazyload, #oXppG5cs9tkkT8iCEZVJ60uqzG6nmIov.lazyloading { background-image: none; }
#hRJv3fyMT4HCaImEphXx7dnFy1Zqghxn { position:absolute;display:block;z-index:100043;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:18.4375rem;left:0rem;display:block; }#hRJv3fyMT4HCaImEphXx7dnFy1Zqghxn.adaptive-delivery-prevent-bg, #hRJv3fyMT4HCaImEphXx7dnFy1Zqghxn.lazyload, #hRJv3fyMT4HCaImEphXx7dnFy1Zqghxn.lazyloading { background-image: none; }
#Iqsk090xFXHpXkTevc1T2bobTWBg6bPa { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:29.8125rem;left:48rem;display:block; }
#T2zmKyTmC6dBOHV04Wms2Nh72wFWDfMn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FSnTTMJkaTV9Gqp1aWsny7TvgESV7u0B { color:#000000;display:block;width:10rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:100187;line-height:1.3;letter-spacing:0;top:20.833339691162rem;left:46.873916625976rem;height:4.38585rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NuWgMPGF3sc28SHXdK60l9g3TuC7m6Sv { color:#000000;display:block;width:8.311625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100194;line-height:1.3;letter-spacing:0;top:2.4696178436279rem;left:47.124568939209rem;height:2.59765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lPmuI6E3whTNPXukk00fr5LZW79fDb2M { color:#000000;display:block;width:1.49956875rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:normal;z-index:100196;line-height:1.3;letter-spacing:0;top:2.3741321563721rem;left:55.128692626953rem;height:1.705325rem;display:block; }
#od96TobTin0u4g1qbueUJ80TqFxQrLtl { color:#000000;display:block;width:12.3123125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100193;line-height:1.3;letter-spacing:0;top:20.019531887024rem;left:1.5679244995118rem;height:3.571775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rycELtOuiAyFTOlkdfJEMBCkENSgxCnh { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:0rem;left:22.25rem;display:none; }#rycELtOuiAyFTOlkdfJEMBCkENSgxCnh.adaptive-delivery-prevent-bg, #rycELtOuiAyFTOlkdfJEMBCkENSgxCnh.lazyload, #rycELtOuiAyFTOlkdfJEMBCkENSgxCnh.lazyloading { background-image: none; }
#XDIepRRQV5QzBmgThhVzmeDf0oV43P0f { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:1.25rem;left:44.0625rem;display:block; }#XDIepRRQV5QzBmgThhVzmeDf0oV43P0f.adaptive-delivery-prevent-bg, #XDIepRRQV5QzBmgThhVzmeDf0oV43P0f.lazyload, #XDIepRRQV5QzBmgThhVzmeDf0oV43P0f.lazyloading { background-image: none; }
#RdBusiXcmP3xTvCRxBSZBL8HUfEEExUl { color:#a0111b;display:block;width:8.6870625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100148;line-height:1.6;letter-spacing:0;top:26.246746700257rem;left:47.529296875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dQ3ydBPJvRME769I5B4f0yHxrFJ8kQiT { color:#000000;display:block;width:12.6248125rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:100188;line-height:1.3;letter-spacing:0;top:20.769749324769rem;left:23.685981750488rem;height:4.38585rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eFuslsoeMie8zzfcvuqLkwuKzHnDGhRv { color:#a0111b;display:block;width:8.686rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100149;line-height:1.6;letter-spacing:0;top:25.685764949769rem;left:25.656467437744rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MhvIlXTVhCnUXJpt94H0Gxag6VxTAdGO { color:#000000;display:block;width:12.3123125rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:100194;line-height:1.3;letter-spacing:0;top:23.577475231141rem;left:1.5679244995118rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NuKhNcG8x0cFMoOKUePATINPXv5BKTc3 { color:#a0111b;display:block;width:8.686rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100150;line-height:1.6;letter-spacing:0;top:25.683594387024rem;left:3.4049472808838rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KFivfwRK5OrDbcB0M87GyLfiOO5WrhO7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/bdIP02iH/cc10de05cefd88e49a75263a5c312c6c.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#KFivfwRK5OrDbcB0M87GyLfiOO5WrhO7.adaptive-delivery-prevent-bg, #KFivfwRK5OrDbcB0M87GyLfiOO5WrhO7.lazyload, #KFivfwRK5OrDbcB0M87GyLfiOO5WrhO7.lazyloading { background-image: none; }#KFivfwRK5OrDbcB0M87GyLfiOO5WrhO7 > .row .container { background-color: transparent; background-image: none; }#KFivfwRK5OrDbcB0M87GyLfiOO5WrhO7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#KFivfwRK5OrDbcB0M87GyLfiOO5WrhO7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KFivfwRK5OrDbcB0M87GyLfiOO5WrhO7 > .row .container > .video-iframe-container { display: none; }#KFivfwRK5OrDbcB0M87GyLfiOO5WrhO7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#KFivfwRK5OrDbcB0M87GyLfiOO5WrhO7 > .row > .video-iframe-container { display: none; }#KFivfwRK5OrDbcB0M87GyLfiOO5WrhO7 > .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); }#KFivfwRK5OrDbcB0M87GyLfiOO5WrhO7 > .row .container { border-width: 0; border-radius: 0; }#KFivfwRK5OrDbcB0M87GyLfiOO5WrhO7 > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:60rem;position:relative;display:block; }#KqUhMr7zQkmgbWkw6sx9CQlacHpZopAq { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:14.5rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xyp4sEsFZN8b3C9Wrrb0BzZGfwFw7inm { position:absolute;display:block;z-index:100015;background-color:rgba(19,19,19,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:32.375rem;top:34.5rem;left:13.8125rem;display:none; }
#dzmEzgbEn9O02WVVu9uD3q8CB5mfzniq { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100037;line-height:1.5;letter-spacing:0;top:5.9429254531861rem;left:45.405818939209rem;height:1.59301875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RhDiIULHI5R0nOWvFmlhZiyL4w4TI56v { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100132;line-height:1.6;letter-spacing:0;top:9.25rem;left:44.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U806L1hcSlVEKoiFQtoJbMKNlw7BnddS { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:12.5625rem;left:48rem;display:block; }
#IFKRv61UfxZf05TMhIBV7EnTAwdgIGqk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UnnZxxDDn9p9V5JTqAS6Mu9pndnnG5BX { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:1.0625rem;left:22.25rem;display:block; }#UnnZxxDDn9p9V5JTqAS6Mu9pndnnG5BX.adaptive-delivery-prevent-bg, #UnnZxxDDn9p9V5JTqAS6Mu9pndnnG5BX.lazyload, #UnnZxxDDn9p9V5JTqAS6Mu9pndnnG5BX.lazyloading { background-image: none; }
#tsvEVvhrs93cXo31h4LkoHr4NflPtAvk { color:#000000;display:block;width:9.1873125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100177;line-height:1.3;letter-spacing:0;top:2.3741321563721rem;left:25.061416625976rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hEZ5utEuqTBuEDi5WC1igGHsqe7ohdUQ { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100042;line-height:1.5;letter-spacing:0;top:6.2497863769531rem;left:23.499347686767rem;height:1.68823125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THEAA0ql4RTJMIQtUqSy8XG0ygwERF74 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100137;line-height:1.6;letter-spacing:0;top:9.25rem;left:22.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MbzZakeED0hASTHZWlO02NmGBdAWWRzZ { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:12.5625rem;left:26.125rem;display:block; }
#m0zB7lCL8x9Tg1uNctgqTkNBFpEVSBBm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yMBugU3kJqrw5s8CmNOE1XwD7RXWt30Z { position:absolute;display:block;z-index:100028;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:1.1875rem;left:0rem;display:block; }#yMBugU3kJqrw5s8CmNOE1XwD7RXWt30Z.adaptive-delivery-prevent-bg, #yMBugU3kJqrw5s8CmNOE1XwD7RXWt30Z.lazyload, #yMBugU3kJqrw5s8CmNOE1XwD7RXWt30Z.lazyloading { background-image: none; }
#fURJBZTKd6dec5Lt4b2Q2qDibD8tmpFK { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100142;line-height:1.6;letter-spacing:0;top:9.375rem;left:0.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mTF4zEnpJR5pAtuUFz7yAUZq11HTmZfw { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:12.6875rem;left:3.875rem;display:block; }
#gnnQKQ69GJwUPKfDH9mDbo4ExW5i97US { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HEJvZh9sAk7twLkuKW8M4EkleG93zWnV { color:#000000;display:block;width:9.6235rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100178;line-height:1.3;letter-spacing:0;top:2.375rem;left:2.6875rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uJ7Bc82oKBuMBfFEtT4KvrntG9egVh3b { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100043;line-height:1.5;letter-spacing:0;top:6.3400630950925rem;left:1.2554244995118rem;height:1.68823125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MuxP7SLAFdm2BSCDiwGMGD0kiig5LVgQ { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:29.8125rem;left:14.625rem;display:block; }
#p0aTnuTkVDPEpyCNSO0PgNkEFcaxp54z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QgTguNJamGTuOXXsMGZM4ZLuasaAn0Jg { position:absolute;display:block;z-index:100033;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:18.4375rem;left:34.25rem;display:block; }#QgTguNJamGTuOXXsMGZM4ZLuasaAn0Jg.adaptive-delivery-prevent-bg, #QgTguNJamGTuOXXsMGZM4ZLuasaAn0Jg.lazyload, #QgTguNJamGTuOXXsMGZM4ZLuasaAn0Jg.lazyloading { background-image: none; }
#ODwKOicoJ7ayFBQRu150xIhGb4Jw0Jby { position:absolute;display:block;z-index:100038;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:18.3125rem;left:10.75rem;display:block; }#ODwKOicoJ7ayFBQRu150xIhGb4Jw0Jby.adaptive-delivery-prevent-bg, #ODwKOicoJ7ayFBQRu150xIhGb4Jw0Jby.lazyload, #ODwKOicoJ7ayFBQRu150xIhGb4Jw0Jby.lazyloading { background-image: none; }
#FlaPDNBhRolPstHdggtcF6KxsM0ThHqF { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:29.9375rem;left:38.125rem;display:block; }
#GytsTlCAf1GrvqAUORiZEQUKBvcIXce7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zQT63utIQLiWxS52wBcdGTum9Z97onSS { color:#000000;display:block;width:12.061625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100194;line-height:1.3;letter-spacing:0;top:3.2671442031861rem;left:45.842014312744rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dvmOlkxx5kzv6pAQuZmEWZcxtTuPqrJL { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:0rem;left:22.25rem;display:none; }#dvmOlkxx5kzv6pAQuZmEWZcxtTuPqrJL.adaptive-delivery-prevent-bg, #dvmOlkxx5kzv6pAQuZmEWZcxtTuPqrJL.lazyload, #dvmOlkxx5kzv6pAQuZmEWZcxtTuPqrJL.lazyloading { background-image: none; }
#ry9XUQqPKNdQ8AQaekLbFaPHvytDrTO5 { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:1.25rem;left:44.0625rem;display:block; }#ry9XUQqPKNdQ8AQaekLbFaPHvytDrTO5.adaptive-delivery-prevent-bg, #ry9XUQqPKNdQ8AQaekLbFaPHvytDrTO5.lazyload, #ry9XUQqPKNdQ8AQaekLbFaPHvytDrTO5.lazyloading { background-image: none; }
#KXW6sVpkHGbEh6AWzs8ZksKFsVd2AxtS { color:#000000;display:block;width:1.49956875rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:normal;z-index:100197;line-height:1.3;letter-spacing:0;top:2.4366340637207rem;left:32.567493438721rem;height:1.705325rem;display:block; }
#EmH1RdRvW6g8r8Jo0MavXooI9FHEfdBk { color:#000000;display:block;width:12.0605625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100195;line-height:1.3;letter-spacing:0;top:20.125rem;left:35.9375rem;height:1.705325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z04eGQEsqCdpTLPVTi1L8oQdCqyGtRrd { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100038;line-height:1.5;letter-spacing:0;top:22.5rem;left:35.5rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lk0gykloi6Ro9xyUVRTL09e56g1DG4LJ { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100133;line-height:1.6;letter-spacing:0;top:26.375rem;left:34.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WVZF48BPslbTxBNBngFO72oLAdQwatGw { color:#000000;display:block;width:12.0605625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100196;line-height:1.3;letter-spacing:0;top:20rem;left:12.4375rem;height:1.705325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iMwesk3NnHpVdhqJo48kkss1WHaus4rv { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100039;line-height:1.5;letter-spacing:0;top:22.75rem;left:12rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d6LRl2HBT2UbXadKvzAxNeuFDgATzJ3J { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100134;line-height:1.6;letter-spacing:0;top:26.25rem;left:11.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F87lpLpDVguP4NnVbgTEgUZvrI5nGldI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/bdIP02iH/cc10de05cefd88e49a75263a5c312c6c.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#F87lpLpDVguP4NnVbgTEgUZvrI5nGldI.adaptive-delivery-prevent-bg, #F87lpLpDVguP4NnVbgTEgUZvrI5nGldI.lazyload, #F87lpLpDVguP4NnVbgTEgUZvrI5nGldI.lazyloading { background-image: none; }#F87lpLpDVguP4NnVbgTEgUZvrI5nGldI > .row .container { background-color: transparent; background-image: none; }#F87lpLpDVguP4NnVbgTEgUZvrI5nGldI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#F87lpLpDVguP4NnVbgTEgUZvrI5nGldI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F87lpLpDVguP4NnVbgTEgUZvrI5nGldI > .row .container > .video-iframe-container { display: none; }#F87lpLpDVguP4NnVbgTEgUZvrI5nGldI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#F87lpLpDVguP4NnVbgTEgUZvrI5nGldI > .row > .video-iframe-container { display: none; }#F87lpLpDVguP4NnVbgTEgUZvrI5nGldI > .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); }#F87lpLpDVguP4NnVbgTEgUZvrI5nGldI > .row .container { border-width: 0; border-radius: 0; }#F87lpLpDVguP4NnVbgTEgUZvrI5nGldI > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:60rem;position:relative;display:block; }#TxRlECWNRIaCsADrBSxxwJivWW89HQr7 { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:14.5rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#AqSiZz2g13PCDTHTkJwaB4Der6TiD8PG { position:absolute;display:block;z-index:100015;background-color:rgba(19,19,19,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:32.375rem;top:34.5rem;left:13.8125rem;display:none; }
#Rx1thFb4OBgLCRCsumIWAbbf7nTM90nG { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100037;line-height:1.5;letter-spacing:0;top:10.3125rem;left:45.375rem;height:1.78100625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQcyUixBCfJ5dNTvdJXns1ldHTTl5rqA { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100132;line-height:1.6;letter-spacing:0;top:13.625rem;left:44.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eBa5kIuhfQ6mRinvlglIxfhBra6zpqRn { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:16.9375rem;left:48rem;display:block; }
#rQN5ZbmM42UmI0tHsUvTapD1ntVcA1AV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BnEWM45OUQtKsCoyIqJPdIssB51NfGyM { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:5.4375rem;left:22.25rem;display:block; }#BnEWM45OUQtKsCoyIqJPdIssB51NfGyM.adaptive-delivery-prevent-bg, #BnEWM45OUQtKsCoyIqJPdIssB51NfGyM.lazyload, #BnEWM45OUQtKsCoyIqJPdIssB51NfGyM.lazyloading { background-image: none; }
#TePlii2TpiAwTMUiByLFCIGieKF1fxBF { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100137;line-height:1.6;letter-spacing:0;top:13.625rem;left:22.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nGDAPTGV52iS3o8VEt1GfHQ6wqh6i6bp { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:16.9375rem;left:26.125rem;display:block; }
#QkRTGzyWziM6GDt7uVvwbwAuBKSo6R6c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CZMHf3mWVVhWi969a3Z3o2E4R2S6gNkU { position:absolute;display:block;z-index:100028;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:5.5625rem;left:0rem;display:block; }#CZMHf3mWVVhWi969a3Z3o2E4R2S6gNkU.adaptive-delivery-prevent-bg, #CZMHf3mWVVhWi969a3Z3o2E4R2S6gNkU.lazyload, #CZMHf3mWVVhWi969a3Z3o2E4R2S6gNkU.lazyloading { background-image: none; }
#eUtsTTVFdcNg29wq1sWnCOw8PxQkWI5f { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100142;line-height:1.6;letter-spacing:0;top:13.75rem;left:0.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wZwQ66eUIWU6vobbkmgc5wHx3NssdS9a { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:17.0625rem;left:3.875rem;display:block; }
#mSFmTsVdkTQpIDcTLkneNArJ0eFnmV3i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EIyFTqtUzXe0DT15IHWGiF1f0R94TbBy { color:#000000;display:block;width:9.6235rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100178;line-height:1.3;letter-spacing:0;top:7.7061634063719rem;left:2.9123249053955rem;height:1.7858875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rbgz3d2Qtpv6D2TagMDiFpT5n7bh7aIB { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100043;line-height:1.5;letter-spacing:0;top:10.6875rem;left:1.25rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TrmUceLBm3miTq2KrNOglwT3EbxSBe5m { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:34.1875rem;left:14.625rem;display:block; }
#BpKJa6CLh0QlguiKZiAcAK2V8N3aUNQZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WDLyXcBBxQdRXB16XqiMXVA1ymsJGqCu { position:absolute;display:block;z-index:100033;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:22.8125rem;left:34.25rem;display:block; }#WDLyXcBBxQdRXB16XqiMXVA1ymsJGqCu.adaptive-delivery-prevent-bg, #WDLyXcBBxQdRXB16XqiMXVA1ymsJGqCu.lazyload, #WDLyXcBBxQdRXB16XqiMXVA1ymsJGqCu.lazyloading { background-image: none; }
#FwsdJwacmdUwwIVXoU4znEm0qFH9nrRx { position:absolute;display:block;z-index:100038;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:22.6875rem;left:10.75rem;display:block; }#FwsdJwacmdUwwIVXoU4znEm0qFH9nrRx.adaptive-delivery-prevent-bg, #FwsdJwacmdUwwIVXoU4znEm0qFH9nrRx.lazyload, #FwsdJwacmdUwwIVXoU4znEm0qFH9nrRx.lazyloading { background-image: none; }
#Up1vDsJTzX9Cyar0z5gkd66OTe3I75HL { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:34.3125rem;left:38.125rem;display:block; }
#BQrJBklcxiV5lc41cWS9eB2b8MG7Nlkh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NfmHtgJK6np46qZzUNsU8e2fxZyiwLyo { color:#000000;display:block;width:12.061625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100194;line-height:1.3;letter-spacing:0;top:7.625rem;left:45.8125rem;height:1.705325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h6voWZgx7HPVkGaTRzDHkXTV6wDCD2Ou { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:0rem;left:22.25rem;display:none; }#h6voWZgx7HPVkGaTRzDHkXTV6wDCD2Ou.adaptive-delivery-prevent-bg, #h6voWZgx7HPVkGaTRzDHkXTV6wDCD2Ou.lazyload, #h6voWZgx7HPVkGaTRzDHkXTV6wDCD2Ou.lazyloading { background-image: none; }
#T34eC4GizTXwNwwTMJJkCFAUcxf3AQkN { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:5.625rem;left:44.0625rem;display:block; }#T34eC4GizTXwNwwTMJJkCFAUcxf3AQkN.adaptive-delivery-prevent-bg, #T34eC4GizTXwNwwTMJJkCFAUcxf3AQkN.lazyload, #T34eC4GizTXwNwwTMJJkCFAUcxf3AQkN.lazyloading { background-image: none; }
#NOyntsh6xFwhVzzNHszFFPqA9fSViPlq { color:#000000;display:block;width:12.0605625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100195;line-height:1.3;letter-spacing:0;top:24.5rem;left:35.9375rem;height:1.705325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nrTvb4m4JDM6ufSKszZ95MqchFhDaqsp { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100038;line-height:1.5;letter-spacing:0;top:27.460935592651rem;left:35.504558563233rem;height:1.59301875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NpDFFFfNyGTiuCoxvGSpttHKCNIF3w3n { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100133;line-height:1.6;letter-spacing:0;top:30.75rem;left:34.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lx37xIpU2x4sF9bKEKgVxx1srlXxGa5s { color:#000000;display:block;width:12.0605625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100196;line-height:1.3;letter-spacing:0;top:24.375rem;left:12.4375rem;height:1.705325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#avWl3PHplgClw6xEZT9yNGQ9oZsKk6TT { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100039;line-height:1.5;letter-spacing:0;top:27.125rem;left:12rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CeCuct5xsTpxg7lVIiwAi30okpLrbtI3 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100134;line-height:1.6;letter-spacing:0;top:30.625rem;left:11.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QpESVQsDaolV1LI2L2COOR8qeLZeVMSw { color:#000000;display:block;width:20.4373125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100072;line-height:1.3;letter-spacing:0;top:0.72373962402344rem;left:19.779731750488rem;height:;text-align:center;text-align-last:center;display:block; }
#Cn11TyCnG2wvxiplo6nz5vA9Dxs54vnw { color:#000000;display:block;width:12.0605625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100195;line-height:1.3;letter-spacing:0;top:7.4381523132325rem;left:23.969184875488rem;height:1.705325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTfzs1TvPLqMVT1nbep8m0fpPKQvLZzm { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100038;line-height:1.5;letter-spacing:0;top:10.3125rem;left:23.529731750488rem;height:1.78100625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tXJTAIbszLEORRfen789qWpNqERNQdE4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/bdIP02iH/cc10de05cefd88e49a75263a5c312c6c.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#tXJTAIbszLEORRfen789qWpNqERNQdE4.adaptive-delivery-prevent-bg, #tXJTAIbszLEORRfen789qWpNqERNQdE4.lazyload, #tXJTAIbszLEORRfen789qWpNqERNQdE4.lazyloading { background-image: none; }#tXJTAIbszLEORRfen789qWpNqERNQdE4 > .row .container { background-color: transparent; background-image: none; }#tXJTAIbszLEORRfen789qWpNqERNQdE4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#tXJTAIbszLEORRfen789qWpNqERNQdE4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tXJTAIbszLEORRfen789qWpNqERNQdE4 > .row .container > .video-iframe-container { display: none; }#tXJTAIbszLEORRfen789qWpNqERNQdE4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#tXJTAIbszLEORRfen789qWpNqERNQdE4 > .row > .video-iframe-container { display: none; }#tXJTAIbszLEORRfen789qWpNqERNQdE4 > .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); }#tXJTAIbszLEORRfen789qWpNqERNQdE4 > .row .container { border-width: 0; border-radius: 0; }#tXJTAIbszLEORRfen789qWpNqERNQdE4 > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:60rem;position:relative;display:block; }#TZHALTy7ZTThedNJ1yniksJOVudInvt0 { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:14.5rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#K6THvrGToSxMTDhplEQz21Aw0snn819U { position:absolute;display:block;z-index:100015;background-color:rgba(19,19,19,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:32.375rem;top:34.5rem;left:13.8125rem;display:none; }
#XdsOMbt5260bUF9XtwXAOUWyRaRV6M8s { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:18.8125rem;left:14.4375rem;display:block; }
#GLs3Tm46OJ7T4sLHTseM0WtQDN7nhlg6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bnKSAPqiVG2GFtSsniHdzwJBPLE2KP2Z { position:absolute;display:block;z-index:100033;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:7.4375rem;left:34.0625rem;display:block; }#bnKSAPqiVG2GFtSsniHdzwJBPLE2KP2Z.adaptive-delivery-prevent-bg, #bnKSAPqiVG2GFtSsniHdzwJBPLE2KP2Z.lazyload, #bnKSAPqiVG2GFtSsniHdzwJBPLE2KP2Z.lazyloading { background-image: none; }
#EABgAzEDI63tPXeUwUKyu1HEeuq8y5aE { position:absolute;display:block;z-index:100038;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:7.3125rem;left:10.5625rem;display:block; }#EABgAzEDI63tPXeUwUKyu1HEeuq8y5aE.adaptive-delivery-prevent-bg, #EABgAzEDI63tPXeUwUKyu1HEeuq8y5aE.lazyload, #EABgAzEDI63tPXeUwUKyu1HEeuq8y5aE.lazyloading { background-image: none; }
#iiX5WzHJoUKLnozIkxtxM3Qt1EDwwH8f { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:18.9375rem;left:38rem;display:block; }
#EtV2FX3vOV07r3ccdqC2SPpmPGmd6da6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uV1gmPVcDPRtvUbJpqvwider3eewbSwX { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:0rem;left:22.25rem;display:none; }#uV1gmPVcDPRtvUbJpqvwider3eewbSwX.adaptive-delivery-prevent-bg, #uV1gmPVcDPRtvUbJpqvwider3eewbSwX.lazyload, #uV1gmPVcDPRtvUbJpqvwider3eewbSwX.lazyloading { background-image: none; }
#PbLgiTxJzp3TCRL5bifduvRhatSLBZby { color:#000000;display:block;width:12.0605625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100195;line-height:1.3;letter-spacing:0;top:8.4375rem;left:35.8125rem;height:1.705325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TghOhUAIy7GJg5EHqGsPKGrVrVaF9ves { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100038;line-height:1.5;letter-spacing:0;top:12.475695610046rem;left:35.444011688233rem;height:1.59301875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SZ3M0ShRaMSszpZINPKOcTeyf9GXKpAg { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100133;line-height:1.6;letter-spacing:0;top:14.9375rem;left:34.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l88RWkNHeb8wvTCkJJqzOO3r7daFyhDz { color:#000000;display:block;width:12.0605625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100196;line-height:1.3;letter-spacing:0;top:9rem;left:12.25rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KzybhKp5AVGtqT7COybS2me0ZBJKdQWd { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100039;line-height:1.5;letter-spacing:0;top:12.5625rem;left:11.8125rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ckouAfrW7iM6l3gDre11qUIgEHcQXMfd { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100134;line-height:1.6;letter-spacing:0;top:15.625rem;left:11.25rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#muPTXEPQazzxu56TbOAwiA2nTy4rbVRo { color:#000000;display:block;width:20.4373125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100072;line-height:1.3;letter-spacing:0;top:0.72373962402344rem;left:19.779731750488rem;height:;text-align:center;text-align-last:center;display:block; }
#GBtFlqSmsKqKkwVhqsMIO69Twk3NL1PR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/bdIP02iH/cc10de05cefd88e49a75263a5c312c6c.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#GBtFlqSmsKqKkwVhqsMIO69Twk3NL1PR.adaptive-delivery-prevent-bg, #GBtFlqSmsKqKkwVhqsMIO69Twk3NL1PR.lazyload, #GBtFlqSmsKqKkwVhqsMIO69Twk3NL1PR.lazyloading { background-image: none; }#GBtFlqSmsKqKkwVhqsMIO69Twk3NL1PR > .row .container { background-color: transparent; background-image: none; }#GBtFlqSmsKqKkwVhqsMIO69Twk3NL1PR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#GBtFlqSmsKqKkwVhqsMIO69Twk3NL1PR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GBtFlqSmsKqKkwVhqsMIO69Twk3NL1PR > .row .container > .video-iframe-container { display: none; }#GBtFlqSmsKqKkwVhqsMIO69Twk3NL1PR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#GBtFlqSmsKqKkwVhqsMIO69Twk3NL1PR > .row > .video-iframe-container { display: none; }#GBtFlqSmsKqKkwVhqsMIO69Twk3NL1PR > .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); }#GBtFlqSmsKqKkwVhqsMIO69Twk3NL1PR > .row .container { border-width: 0; border-radius: 0; }#GBtFlqSmsKqKkwVhqsMIO69Twk3NL1PR > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:60rem;position:relative;display:block; }#soxT6S8TL3CMPQJfKLTKdEO4HV6zUutM { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:14.5rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#CrJEn2JcclfS9MqKpeuwx8cTNrpT8T19 { position:absolute;display:block;z-index:100015;background-color:rgba(19,19,19,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:32.375rem;top:34.5rem;left:13.8125rem;display:none; }
#RAeE5pCow4aTt0ED1rpQixgTCVxtzRBs { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:18.623041152954rem;left:25.594619750976rem;display:block; }
#RWPH8XGvI9RocfIi3q1JAtfuWtZ2JhHm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MNBuoknvDUqilRbyD1l14qOsrdxnflf0 { position:absolute;display:block;z-index:100033;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:7.125rem;left:43.5625rem;display:block; }#MNBuoknvDUqilRbyD1l14qOsrdxnflf0.adaptive-delivery-prevent-bg, #MNBuoknvDUqilRbyD1l14qOsrdxnflf0.lazyload, #MNBuoknvDUqilRbyD1l14qOsrdxnflf0.lazyloading { background-image: none; }
#Edf07B6g2b4cNBI6xceUwpUOz97KTyP5 { position:absolute;display:block;z-index:100038;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:7.125rem;left:22.25rem;display:block; }#Edf07B6g2b4cNBI6xceUwpUOz97KTyP5.adaptive-delivery-prevent-bg, #Edf07B6g2b4cNBI6xceUwpUOz97KTyP5.lazyload, #Edf07B6g2b4cNBI6xceUwpUOz97KTyP5.lazyloading { background-image: none; }
#qc4sGfT4HaVI239hMBBKJMARL9lmlq6T { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:18.625rem;left:47.5rem;display:block; }
#oJ9R9SeIJg4fdCFrtmWJs3QGZ7VFXcaK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PB1GGbIhoxNuTyQdw1JvSHEDTLm3e6WM { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:0rem;left:22.25rem;display:none; }#PB1GGbIhoxNuTyQdw1JvSHEDTLm3e6WM.adaptive-delivery-prevent-bg, #PB1GGbIhoxNuTyQdw1JvSHEDTLm3e6WM.lazyload, #PB1GGbIhoxNuTyQdw1JvSHEDTLm3e6WM.lazyloading { background-image: none; }
#BKzlT1hJG49Gw2yzItDg70DI6W9qkCDJ { color:#000000;display:block;width:12.0605625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100195;line-height:1.3;letter-spacing:0;top:9.625rem;left:45.25rem;height:3.41065rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L60QZRmsnr1p1tTV2q6PykFwW9RrQmCh { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100133;line-height:1.6;letter-spacing:0;top:14.625rem;left:44.25rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sURh6c34OvsZfPwsrplCVzQruEfQHWwK { color:#000000;display:block;width:12.0605625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100196;line-height:1.3;letter-spacing:0;top:9.75rem;left:23.9375rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B8VhsPOPtLGpntIhH9AOowc4nuTmw8pB { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100039;line-height:1.5;letter-spacing:0;top:13.3125rem;left:23.5625rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kx1e76T5iITGhlgZLgQzgqARXOep5E4H { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100134;line-height:1.6;letter-spacing:0;top:15.4375rem;left:22.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TUh9sLpNJnU7RFwfT1XAZheFxc9BI93O { color:#000000;display:block;width:23.811875rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100072;line-height:1.3;letter-spacing:0;top:0.78450584411619rem;left:18.093532562256rem;height:;text-align:center;text-align-last:center;display:block; }
#NMBTdCLqsGE8XwK0EuEkT20NNHKO7Sus { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100039;text-align:center;text-align-last:center;top:18.625rem;left:6rem;display:block; }
#hz25BiVEzKKrlNmMXK5BpaL8AZsUoOIH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mWxw0rOT64OtkzAgRKb19swsTRUaySvC { position:absolute;display:block;z-index:100043;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:7.125rem;left:2.6875rem;display:block; }#mWxw0rOT64OtkzAgRKb19swsTRUaySvC.adaptive-delivery-prevent-bg, #mWxw0rOT64OtkzAgRKb19swsTRUaySvC.lazyload, #mWxw0rOT64OtkzAgRKb19swsTRUaySvC.lazyloading { background-image: none; }
#hVlAHTOEIMvLH98Z5RLSNbeK9EKnB5Cr { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100044;line-height:1.5;letter-spacing:0;top:13.3125rem;left:4rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LuKFEkaNnnnkbLTRg17sI2ifUhrU2lxW { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100139;line-height:1.6;letter-spacing:0;top:15.4375rem;left:3.375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yuWKbhbS1zhfnDndcacLeCWZdEvEXvGH { color:#000000;display:block;width:12.0605625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100201;line-height:1.3;letter-spacing:0;top:9.75rem;left:4.375rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NB6Jii8gWTGNqIgyWcNTy5vpyIw32iyi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7668a;background-image:none;position:relative;display:block; }#NB6Jii8gWTGNqIgyWcNTy5vpyIw32iyi > .row .container { background-color: transparent; background-image: none; }#NB6Jii8gWTGNqIgyWcNTy5vpyIw32iyi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NB6Jii8gWTGNqIgyWcNTy5vpyIw32iyi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NB6Jii8gWTGNqIgyWcNTy5vpyIw32iyi > .row .container > .video-iframe-container { display: none; }#NB6Jii8gWTGNqIgyWcNTy5vpyIw32iyi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NB6Jii8gWTGNqIgyWcNTy5vpyIw32iyi > .row > .video-iframe-container { display: none; }#NB6Jii8gWTGNqIgyWcNTy5vpyIw32iyi > .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); }#NB6Jii8gWTGNqIgyWcNTy5vpyIw32iyi > .row .container { border-width: 0; border-radius: 0; }#NB6Jii8gWTGNqIgyWcNTy5vpyIw32iyi > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#EkoeFxED5svqomLMwh5K5hi3NTht4Oww { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:"alw arabic";font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.8125104904175rem;left:36.062500953674rem;height:2.598875rem;text-align:right;text-align-last:right;display:block; }
#THXNJSatbX5hzBv8CzDBe7CdNS7gv4Na { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:12.875rem;left:26.375rem;height:1.7858875rem;text-align:right;text-align-last:right;display:block; }
#asRTVGfvScCK6AEHU6OcO34KHuWzdcOT { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.6875rem;left:36.6875rem;height:3.571775rem;text-align:right;text-align-last:right;display:block; }
#Tv3O9MHURoqwU01F6vBrxzBE5RbH3w48 { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:16.0625rem;left:42.562500953674rem;display:block; }
#PlXWD1wR1uRh9ahwGhsvJpA4eNKVuuwu { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:16.0625rem;left:45.187500953674rem;display:block; }
#ZhnI9JMCUfsZkOCo6wrQVnZTTKD88W5p { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:16.0625rem;left:47.875rem;display:block; }
#wp9lRtGxonZl7Q4vaHFw9H3AnWqI5Aga { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:21.0625rem;width:13.5625rem;top:1.1250104904175rem;left:5.3125rem;overflow:hidden;display:block; }
#L0cZN6T7rlVSq2DmJykJl0Rn1sFTIzNx { box-sizing:content-box;color:#172595;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:12.3125rem;left:51.1875rem;display:block; }
#oeHGREWqJTHx79g4UtRCAMINVK8dPE56 { box-sizing:content-box;color:#172595;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:7.625rem;left:51.125rem;display:block; }
#LSyNUsUSxFLKfgNeerzeTu728bOmxZhi { box-sizing:content-box;color:#172595;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:15.875rem;left:51.125rem;display:block; }
#NkOukTEPf9ET9asz1QTU88bATKhBR8LD { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100056;line-height:1.3;letter-spacing:0;top:20.104166507721rem;left:30.062500953674rem;height:1.2999125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c { display:block; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmQXd2HIyuM56nJeqf9bHW3aGtBTu2TC { width:10.625rem;height:3.4375rem;top:9.125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGu2o9dzVtnEx0F8EM3qSKE2U2IIxT1i { display:block; }
 }@media only screen and (max-width: 763px) { #JraZv3XmP4hDfQqAAbKleh6qy7Hyvb81 { width:10.625rem;height:3.4375rem;top:9.1875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0T47uzD6hEBySl2BmUkCOWAJ5JbXXyS { display:block; }
 }@media only screen and (max-width: 763px) { #fF4TAy0Gzy5KU4KTAQ1xSOpZc5Gl4ui5 { top:5.75rem;left:3.7795143127441rem;width:40.125rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTmWeitIluhmZQvUcI5s8LxlL7Oh559t { top:0.8125rem;left:7.2484798431394rem;width:31.0625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppp9ixtU8C7B0T4LnPXvTiux95JWFH4K { width:47.75rem;height:6.125rem;top:13.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icJbgFfkItxV4F0ng108Wee3W1kGwpCR { display:none; }#icJbgFfkItxV4F0ng108Wee3W1kGwpCR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mHFXauE60Uks3q6vR3D094LC0OFgBCoi { top:23.0625rem;left:17.6875rem;width:30.0625rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1q9ix1rzE04B4WwaX3G2PkHoecbGJzO { top:12.4375rem;left:34.5rem;width:7.375rem;height:9.0482318287631rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmNwMGbpT2ryKuIl260wxQAiJCK0TXvd { top:12.125rem;left:33.3125rem;width:10rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwMZRJqKvR28kbJOtZqEwWywSVoG4yXS { display:none; }
 }@media only screen and (max-width: 763px) { #z9zbwk04iJn7h88swlintNI6IldtnTOF { top:39.625rem;left:4.4392356872559rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7XTJWXS6x498FIDZeoT7r3OTy8kqSMb { width:20rem;height:2.875rem;top:12.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9  { width:15rem;height:auto; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 {display:block;}#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 { width:15rem;height:auto;display:none; }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #RPZNyscWK0yiHroH0ePbsVsNIIlmJGax {  }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #RNHeDTvZ0GoHdF2wwcLdS7pdggcTqd66 {  }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #QcVLcJFTldsmuOzkDOCJXtrHQuz7KrRq {  }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #MxnMGmUacKgdILgP93HpSOECNzUa7e5o {  }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #zZ0tNThFMF8ObPXVoRZJQ4LB4fta2bz6 {  }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #RzzJf7tOMQM6X2ETkf5b5lV4s8gM7mtR {  }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #AWlnGrr7ZthyZonybmvWlaTu9rceEVOa {  }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #zJn6VFInSJllV74vL1HcFTNfDGcLsmGq {  }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #BsLCgoEpfbGMzNCaLUzuFxkOegrW8ZGl {  }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #LGtFIlBSaSgryN6CM56w3kQXeFBWnZcp {  }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #TOpaFmtp8WVLnNiQIvB7dThAs3q7pcTH {  }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #rAB6GiMq6rshamMRMgJZxwPxTDmeAiCs {  }
 }@media only screen and (max-width: 763px) { #fpEM5REXPOpsOJVcpGAHi6zVIBxwyz6p { display:block; }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #nVgl1pKvzV0K18vetLhnQiVmwhQTp8tX {  }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #fuAq1yoVk9z8HGZBdrD6PLOqonyTO6VV {  }
 }@media only screen and (max-width: 763px) { #tiCUKf9I8izyvEALcuUVvfT8HfSxicKo { width:10.625rem;height:3.4375rem;top:9.125rem;left:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nKoHA3fRIWfxTL09i6pU6GzHoChpxTv9 { display:block; }
 }@media only screen and (max-width: 763px) { #mb47wREIJ2Vw1nbahUfpZhoceQQnwmLs { width:18.875rem;height:2.25rem;top:32.125rem;left:4.7170143127441rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE .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; }
#Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE .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; }
#Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE { display:flex;width:18rem;height:5.0625rem;top:34.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #RAdq7VMp9HbWtJptQUowwCHfGFX8FypU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #J1ttpxucyqLqEt1IdUrPL14yqxackyMS {  }
 }@media only screen and (max-width: 763px) { #Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #K3EAP8m8fI7mmG4cgCHIRNV0SG2Inhgt {  }
 }@media only screen and (max-width: 763px) { #Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #fVErfi0e44bi0WkM9BJyHZK65c6uzn8F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #SstlSZrRloqv4VrTDgOPK7Swfox20Irh {  }
 }@media only screen and (max-width: 763px) { #Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #D1PkEKN0TbivwA4NAISPJKAM4AGnCVgb {  }
 }@media only screen and (max-width: 763px) { #Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #lDoPDTD7pdCky84IuByd1Ryk3G5azZuC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #VHS2Bxemo3LSpE2NIeGAxONT8h9a0Efc {  }
 }@media only screen and (max-width: 763px) { #Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #tweJhpp37T0S9gVsbeAhD63u3SdlII0h {  }
 }@media only screen and (max-width: 763px) { #Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #wQqTAm9EiINXlWcmZ5Ud4TITModJfFXL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #yO1xky2sTeJVbmJpUfDJgu4nsdcPL6TT {  }
 }@media only screen and (max-width: 763px) { #Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #PpRfRUzSgy6EDZl7SUoanHgXp9OTHKxM {  }
 }@media only screen and (max-width: 763px) { #DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL { display:block; }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GywsE8kr3TzyFcTzLVbAsL7Ho4roMK4U { width:35.8125rem;height:10.6875rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrJ9MtgH0qLOzv0D9OePdNs0TT4f6XQx { width:18.875rem;height:2.25rem;top:32.125rem;left:4.7170143127441rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d .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; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d .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; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d { display:flex;width:18rem;height:5.0625rem;top:34.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #fMVmwZfIHmVqUNmyfwerhNfJPMVSVotp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #PtnedZWGxbF54ybfNxAAJHD1ky8q8NBZ {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #T4BLh0FfOsJKFPgOl5Ze5TyWSovlbG97 {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #nRHzdPAt3r9RcFDGIJ0vIVtXN9U0DmUK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #svREt8fhNh6dTlyL6CZkpBHmeyRIGhNg {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #Mx7LvMwM0qC6BzRF5WfxskFmMSr00kbx {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #GzR2zbNxsElk3r1KCLtwfCWCVeoAOBg6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #Omp211mwFWfeW8TtpnNUvvtgv5xZMFbw {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #nQou0IbiOvwnMF87eDBZHvpdeliCH5Tg {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #q3cb6iVG8XSpAw1TRRZ2qG4NWCtFvtS0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #izCJmKmXJSrOr59xtXvmXLDgaEDPdJus {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #rmPCwNZcgz3WUaBoOUl7v7rgyxnWTM5g {  }
 }@media only screen and (max-width: 763px) { #fN9zPVQTWPEMS2DW9xGM7Q2ZpWmJf0Pg { top:6.4375rem;left:24rem;width:23.75rem;height:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48  { width:15rem;height:auto; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 {display:block;}#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #i7QvT718B3XmrhTzEKTMa4TcZ5yZyT1k {  }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #Qdk1T3HA2cumiuXgUbdVq187a239JcER {  }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #E0GWqiAivBX99G3WTzl8HitFM9IeGAsO {  }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #PeFFdR6P74B69uvEsRJ93LNZKTQvVl2F {  }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #kVbE3vTe0i5ghnSvDTZHwrxnoh8ox6yf {  }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #bcR9BRUDitFdkBrRCqIRKGfdziVMVlpf {  }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #v5qRKAQpwuTp1d2pz1RdLbyXATzLoMxT {  }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #Tqmqfs8yR4xHf7E8X6kpqroeFASPWKWF {  }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #D7GwwXIN6ZSwPm6W7WfgfoO06QGnpGvy {  }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #T8UTtSn01nkhzNcQrDfptfxgZNZMqvoz {  }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #FHRlTqHnhipBw7x5uAdGAHJprTicevDl {  }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #Fabad1oyTX4mh1WIEzobTvQ650uIxVtT {  }
 }@media only screen and (max-width: 763px) { #iG1qPJuIU6T9zNBCmD6TxFbUX8o3wWXV { display:block; }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #iU0Ky5CVVGi7sqBBWCZ4x22VKxVMbVtC {  }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #GUTNU1NmTDZoS4FBxEi6tz6uTMnBWtz1 {  }
 }@media only screen and (max-width: 763px) { #cf158AKuoxbsKyhuK31SOieklssfeO04 { top:5.5625rem;left:0rem;width:38.25rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqBDWMlX5ORfWfXPrvcVtnypDoriQsRF { width:19.5625rem;height:2.5625rem;top:7.0625rem;left:28.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #keX90RuGZHzO8Ot7PQwhGoy9h4NPwEDX { display:block; }#keX90RuGZHzO8Ot7PQwhGoy9h4NPwEDX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #naPZc7x53PT3Limd9G7rh6OJDswz4pXk { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM2Bi6E05kpnDs2rFz2oKKazAxPgfhok { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xux5UvTekbHqyPrh0PJTxkWCSpA3srcb { top:0.8125rem;left:13.624347686767rem;width:20.375rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGwwnElOA8MczJVKucPqhWv1Pb4nUoEy { width:15.3125rem;height:10.6875rem;top:5.3125rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lInSBFA5OySOTt3WnS46UKk3oVNQ6Qos { width:12.875rem;height:3rem;top:9.375rem;left:34.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nva544wxceoax3n24Qp2qp08NnGOMf6a { width:14.375rem;height:;top:13.5rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlqD5IDwXJssuWfepOhAwW6L9KGQFJ9T { width:8.75rem;height:2.6875rem;top:16.875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9D5rcpCqov5zZsbl8WBnMTRxXoUPDkv { display:block; }
 }@media only screen and (max-width: 763px) { #PHwWRAaTcMJ93RRf2QyxRDtihzqi2EUT { top:7.0625rem;left:36.125rem;width:11.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns7W3xBqf0vBXeBwzr6p3XekIToDdO8g { width:15.3125rem;height:10.6875rem;top:5.375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9bx7uLIdTeZhzHxVdRdwX8OMeQ8xfGn { top:6.5rem;left:19.061634063721rem;width:9.5625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGVVKEptT2onD3Px5qsT3NUyPvbpzxsI { width:12.875rem;height:2.8125rem;top:10.0625rem;left:17.529731750488rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #turmOxfQyGcWKvMRSKTKTTvMDJHiMo6p { width:14.375rem;height:;top:13.5rem;left:16.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONHI8y3gzNed92xpkr4slP1TF0HZZa5T { width:8.75rem;height:2.6875rem;top:16.875rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6zVpfWmv2rXVSGMEXInE7V33oegnTs0 { display:block; }
 }@media only screen and (max-width: 763px) { #cBAEciC301Vucn0ffTiEQKQB0Czcim00 { width:15.3125rem;height:10.6875rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8NrKSzFE50M4AMKCq8Oc3FWBvANfMJQ { width:14.375rem;height:;top:13.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHMKSDMnriZvcJ2qguf8beBHugWHrFOe { width:8.75rem;height:2.6875rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAwcS5PPpMizytcTMfwADFZNU5vkEwcg { display:block; }
 }@media only screen and (max-width: 763px) { #BZbi19fIxh1TgzvWEHd1gICe26fqDab1 { top:6.375rem;left:0rem;width:9.5625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N88HJXAIB6hlklmMhViByyhqn4WbD9Bb { width:12.875rem;height:2.8125rem;top:10.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxG3X0032dTFrOlRw3XVgc8hhRO972Mx { width:8.75rem;height:2.6875rem;top:34.125rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyLTiHuUdkvnRUl9AN0nT6ew4eEztcWw { display:block; }
 }@media only screen and (max-width: 763px) { #us1yN5VeqzgLyaCmla0X9E5yd3fL3W7U { width:8.75rem;height:2.6875rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXoqLC2FePDEXFvqJpPTX5nQx0eWGBGJ { display:block; }
 }@media only screen and (max-width: 763px) { #oInUHBDdOrEIfKhZxUlITPaxfAgZx55s { width:15.3125rem;height:10.6875rem;top:22.625rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzxxTyNkWDAHZltDPfLX0TeCNyrT3TEz { width:14.375rem;height:1.9375rem;top:30.5rem;left:33.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpUA4WoXdgK7FO5i9O6Q3fTM2lTahz5I { width:15.3125rem;height:10.6875rem;top:22.625rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgDrZO5dwQTMBM80katNA6DTm4EnJTOe { width:14.375rem;height:;top:30.8125rem;left:16.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK6KLJdAyZ8uVQhf2wQsmLIr3zZaCePJ { width:15.3125rem;height:10.6875rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnigDXW3iPpTtZxaNL2PLJrdll2Ib877 { width:14.375rem;height:;top:30.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EadoNaJH2LP4TVT1BNhe1JXmVak5PVDk { width:8.75rem;height:2.6875rem;top:34.125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaJxMWsuCTNy3lwfvBex0KLLe0b6KN2w { display:block; }
 }@media only screen and (max-width: 763px) { #ecXQrzBIhFu2DUIK6Aghe9u2iXWxP00l { width:12.875rem;height:3.3125rem;top:27rem;left:17.404731750488rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzPTdbEfyJ1E9QwJ41peTv3EnRQ3tnRp { width:12.875rem;height:3rem;top:26.5625rem;left:34.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi1qnZ8oRBloMKdzSsUKPZS42i3ViZUe { top:24.5rem;left:18.276042938233rem;width:9.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8GrkIthpd4Dur0bfJxirscMi5ybIbTF { top:24.375rem;left:37.75rem;width:10rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAL4oRPdWZf1fxxtQgk66UiAxsSI2o23 { top:24.375rem;left:27.627605438233rem;width:1.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtyoKpvTc7wJ5qiP4lvs3A9sSh6yN4ur { top:24.3125rem;left:0rem;width:9.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBKHZuPqJTOCPaR24DhTrK6nsS0Wy7T2 { top:24.125rem;left:5.625rem;width:1.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZdJrwdPCKlV3wkgUUKo7iggr6U0Z3z7 { width:12.875rem;height:3.125rem;top:27rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW1T7pSbG3ThblS1xCeyP3l5dr8nMryw { display:block; }#EW1T7pSbG3ThblS1xCeyP3l5dr8nMryw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7K5c9LcHBs4uH0UcycMt5PSt6RXUKtp { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS71GgGUp8WcqUUzkUxR16DBlg5pRKyO { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoLXhEznliRMU9nPEcFOpZ5GbMAD6KTg { width:12.875rem;height:3rem;top:5rem;left:34.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuhibpJJmq27gaKvhHCmF6Q6VeyV2MQ2 { width:14.375rem;height:1.4375rem;top:9.25rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbNQ8Kyu24iDkNpVWBbiWukTi5BRvkI2 { width:8.75rem;height:2.6875rem;top:12.5625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf8OFfCXz7eKtWWD0dDmVt2fL2KhEfXI { display:block; }
 }@media only screen and (max-width: 763px) { #QUWVb3fbG06578GTTlB2rGVTlbC2dtya { width:15.3125rem;height:10.6875rem;top:1.0625rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8G89bbfx1vhIxITheSN7dHqnKSwIVcT { top:2.625rem;left:19.0625rem;width:9.5625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku8EnxfHxGUtnqVSJKqEdwIeeEf1brCR { width:12.875rem;height:1.625rem;top:6.375rem;left:17.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TilKTtPLdvE6vgdmLPhPmkT81Olxe2KZ { width:14.375rem;height:1.4375rem;top:9.25rem;left:16.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohVR0R9yURuAv0iwPc4TR51RZh9W7Tlf { width:8.75rem;height:2.6875rem;top:12.5625rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpuAkZT4I1R5F1TaquNzHW6H4tSqCgG5 { display:block; }
 }@media only screen and (max-width: 763px) { #UGmceLQ04tWJLtDm5HOoQTkD6THcZAAS { width:15.3125rem;height:10.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga2o1tveaUgf8OprFr57udxTUXoGzabz { width:14.375rem;height:1.4375rem;top:9.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdEv4E55XGqGfZSrcxJNFqi3WdQUeo6F { width:8.75rem;height:2.6875rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiSJU10Lw4AM8VHfKPStNSDA4nWdFz3I { display:block; }
 }@media only screen and (max-width: 763px) { #ELmOHiXWCuHCnqxdTIqvi2CXqT1Vh71G { top:2.375rem;left:0rem;width:9.5625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlvx7SkBKtJ52Qq7GfVS3i9ZiqaTbS2B { width:12.875rem;height:2.8125rem;top:5.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXJIAaBxChlCiKuMhBA6UNzIQtxpVUnG { width:8.75rem;height:2.6875rem;top:29.8125rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHQnkEMWbvq0mqXTe02VLIVriDEx5tFv { display:block; }
 }@media only screen and (max-width: 763px) { #x472mNhuokEDCGflEqzOzV0LqiB8WS1M { width:8.75rem;height:2.6875rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppiOGdUnDe4hfZaNMEuUNXdhLipOKOJJ { display:block; }
 }@media only screen and (max-width: 763px) { #ToiDd98tDCVokILTkFG5UNA7GvlPPw8b { width:15.3125rem;height:10.6875rem;top:18.3125rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJgeOTM7R2ECsLg46ZrTiRcibQs9kRR3 { width:15.3125rem;height:10.6875rem;top:18.3125rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #df4O57WVVt10AXWlD4ynqtG8XlQqyhaP { width:14.375rem;height:1.4375rem;top:26.5625rem;left:16.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9HHVNGdqqma9iQwWD5IP1OWkqa3B8m9 { width:15.3125rem;height:10.6875rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmM5qEve62H5s2mwQcPUIq1GF3fK1UGh { width:14.375rem;height:1.4375rem;top:26.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyq0K65VUhmeOfB31CWAxQL26Fgl67Dr { width:8.75rem;height:2.6875rem;top:29.8125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckH7WJJyDlTKbCPPUfZNX8xZEBnoZTQ7 { display:block; }
 }@media only screen and (max-width: 763px) { #xfVIRFhMUJnGkQoq74kD9Zl7iW5GBgKb { width:12.875rem;height:4.4375rem;top:22.5rem;left:17.374755859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWOsDrVvvmSNIR8JEq7OdZxmDeBZSNI0 { width:12.875rem;height:2.8125rem;top:22.5rem;left:34.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPiuKFAqJ4rlUoZkUuuwM0Tu3A4QTFai { top:20.0625rem;left:17.6875rem;width:12.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdTOzWgWsoA7IiGM9t015MUqnNVuPNs0 { top:20.125rem;left:37.75rem;width:10rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb4xVOd9Z3hBe9PABsxIqWVZKzVvAEgg { width:12.875rem;height:2.9375rem;top:22.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2M5iT1el8wOWcC1iIdFBug6smLkTzx3 { top:2.5625rem;left:41.6875rem;width:6.0625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO0eRnBDL3sk1330kwyS9LeSgXkW6Qei { top:2.4375rem;left:46.3125rem;width:1.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPnxCEHpXKxNI2AipnGKiHOCVIoJKfQg { top:2.375rem;left:5.875rem;width:1.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H84QudCFmKAsFHSatgOs7FhvTUeBdHVL { top:20rem;left:46.3125rem;width:1.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe34QA4rtAtnncfSTOTryQwecw0cBv0J { width:14.375rem;height:1.4375rem;top:26.5rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrPzcAodx2RKPTGRZiTN1CMBFkI1uT3x { top:20.0625rem;left:0rem;width:12.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfwN0I0nQVsSJO3BWg6HURAPv7lFb2R6 { width:15.3125rem;height:10.6875rem;top:0rem;left:16.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHE2HHJlUWksNCksGpdI1cn0FHaooTTq { width:15.3125rem;height:10.6875rem;top:1.25rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvkfvQ3t7A285BZzhI7wfkuSO0VgToap { display:block; }#ZvkfvQ3t7A285BZzhI7wfkuSO0VgToap > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thvpVCEN89ysvvQCpn9CR8b2T3fqxb12 { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9xyLGvxmaZCTZyPWWRKWIcab4HUtLf0 { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne6qtKqRAVG97Ug2lWIoET33qEloFoEe { width:12.875rem;height:3rem;top:5.6875rem;left:34.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8sSTbNR4tqAky2CIgA23i6AmHzQOqZz { width:14.375rem;height:;top:9.1875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFkx3gyFTCIATphUpb9whtUeeT2bEcEs { width:8.75rem;height:2.6875rem;top:12.5625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvggJIxpTbP9dtce7zibnVpqregAz9iw { display:block; }
 }@media only screen and (max-width: 763px) { #C92Nh3ftm60ck6xIacATlccJlWxCWi3P { width:15.3125rem;height:10.6875rem;top:1.0625rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTJszk6Dsay8iVbtMbq7JTtqWFWunGs4 { top:3.125rem;left:19.062717437744rem;width:9.5625rem;height:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrJZm1cUxp85hNqFcgsZXlS4mqf4hxRH { width:12.875rem;height:1.9375rem;top:6.1875rem;left:17.374347686767rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSK3XqzlMRb0ptMtJWrGAt2ldqiTViVo { width:14.375rem;height:;top:9.1875rem;left:16.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AydZmw8q5od0WtLVGbahiD6KffCVl8um { width:8.75rem;height:2.6875rem;top:12.5625rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #k44PXsrDsGvvLQMCvvZ762B3WdwqE7WM { display:block; }
 }@media only screen and (max-width: 763px) { #IdPFZHGXTSUe3ffRKtvoitUePeHMsbav { width:15.3125rem;height:10.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2JIizK1qBcKaQwhZ2OPukZQdQeBCRWW { width:14.375rem;height:;top:9.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #of0G5OKT321ehbb8ATSPWBb9zCLTxQs5 { width:8.75rem;height:2.6875rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pzp4DdREwD73AJ0MuExltJ3ahQO1FqZv { display:block; }
 }@media only screen and (max-width: 763px) { #ZHEHwp6uhUwlH2RfNwZwKdnMoBkgVKqD { top:2.3125rem;left:0rem;width:9.5625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6ZdNA2Noqi6OALxwhs6Z6vXcSqFbkWp { width:12.875rem;height:2.9375rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3s3Wn9tBlry2T6xuLqU3EdreBrARmev { width:8.75rem;height:2.6875rem;top:29.8125rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0eOQPw77cC1VCgdZ3rRuowGCkn4bX4q { display:block; }
 }@media only screen and (max-width: 763px) { #cJB4F3ZdexmRbqJprg6X5ot5S46Al875 { width:8.75rem;height:2.6875rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oElJH3TW0HRxpsMiEMA2oZmXhtIkLkRw { display:block; }
 }@media only screen and (max-width: 763px) { #S0JFwAK36fET1d14XqggqGr1h1EtATyU { width:15.3125rem;height:10.6875rem;top:18.3125rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXppG5cs9tkkT8iCEZVJ60uqzG6nmIov { width:15.3125rem;height:10.6875rem;top:18.3125rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRJv3fyMT4HCaImEphXx7dnFy1Zqghxn { width:15.3125rem;height:10.6875rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iqsk090xFXHpXkTevc1T2bobTWBg6bPa { width:8.75rem;height:2.6875rem;top:29.8125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2zmKyTmC6dBOHV04Wms2Nh72wFWDfMn { display:block; }
 }@media only screen and (max-width: 763px) { #FSnTTMJkaTV9Gqp1aWsny7TvgESV7u0B { top:20.8125rem;left:37.75rem;width:10rem;height:0;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuWgMPGF3sc28SHXdK60l9g3TuC7m6Sv { top:2.4375rem;left:39.5rem;width:8.25rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPmuI6E3whTNPXukk00fr5LZW79fDb2M { top:2.3125rem;left:46.3125rem;width:1.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #od96TobTin0u4g1qbueUJ80TqFxQrLtl { top:20rem;left:0rem;width:12.25rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rycELtOuiAyFTOlkdfJEMBCkENSgxCnh { width:15.3125rem;height:10.6875rem;top:0rem;left:16.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XDIepRRQV5QzBmgThhVzmeDf0oV43P0f { width:15.3125rem;height:10.6875rem;top:1.25rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdBusiXcmP3xTvCRxBSZBL8HUfEEExUl { width:8.625rem;height:;top:26.1875rem;left:39.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ3ydBPJvRME769I5B4f0yHxrFJ8kQiT { top:20.75rem;left:17.560981750488rem;width:12.5625rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFuslsoeMie8zzfcvuqLkwuKzHnDGhRv { width:8.625rem;height:1.9375rem;top:25.625rem;left:19.531467437744rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhvIlXTVhCnUXJpt94H0Gxag6VxTAdGO { top:23.5625rem;left:0rem;width:12.25rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuKhNcG8x0cFMoOKUePATINPXv5BKTc3 { width:8.625rem;height:1.9375rem;top:25.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFivfwRK5OrDbcB0M87GyLfiOO5WrhO7 { display:block; }#KFivfwRK5OrDbcB0M87GyLfiOO5WrhO7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KqUhMr7zQkmgbWkw6sx9CQlacHpZopAq { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyp4sEsFZN8b3C9Wrrb0BzZGfwFw7inm { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzmEzgbEn9O02WVVu9uD3q8CB5mfzniq { width:12.875rem;height:1.5625rem;top:5.9375rem;left:34.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhDiIULHI5R0nOWvFmlhZiyL4w4TI56v { width:14.375rem;height:;top:9.1875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U806L1hcSlVEKoiFQtoJbMKNlw7BnddS { width:8.75rem;height:2.6875rem;top:12.5625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFKRv61UfxZf05TMhIBV7EnTAwdgIGqk { display:block; }
 }@media only screen and (max-width: 763px) { #UnnZxxDDn9p9V5JTqAS6Mu9pndnnG5BX { width:15.3125rem;height:10.6875rem;top:1.0625rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsvEVvhrs93cXo31h4LkoHr4NflPtAvk { top:2.3125rem;left:18.936416625976rem;width:9.125rem;height:3.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEZ5utEuqTBuEDi5WC1igGHsqe7ohdUQ { width:12.875rem;height:1.625rem;top:6.1875rem;left:17.373264312744rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THEAA0ql4RTJMIQtUqSy8XG0ygwERF74 { width:14.375rem;height:;top:9.1875rem;left:16.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbzZakeED0hASTHZWlO02NmGBdAWWRzZ { width:8.75rem;height:2.6875rem;top:12.5625rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0zB7lCL8x9Tg1uNctgqTkNBFpEVSBBm { display:block; }
 }@media only screen and (max-width: 763px) { #yMBugU3kJqrw5s8CmNOE1XwD7RXWt30Z { width:15.3125rem;height:10.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fURJBZTKd6dec5Lt4b2Q2qDibD8tmpFK { width:14.375rem;height:;top:9.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTF4zEnpJR5pAtuUFz7yAUZq11HTmZfw { width:8.75rem;height:2.6875rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnnQKQ69GJwUPKfDH9mDbo4ExW5i97US { display:block; }
 }@media only screen and (max-width: 763px) { #HEJvZh9sAk7twLkuKW8M4EkleG93zWnV { top:2.3125rem;left:0rem;width:9.5625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ7Bc82oKBuMBfFEtT4KvrntG9egVh3b { width:12.875rem;height:1.625rem;top:6.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuxP7SLAFdm2BSCDiwGMGD0kiig5LVgQ { width:8.75rem;height:2.6875rem;top:29.8125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0aTnuTkVDPEpyCNSO0PgNkEFcaxp54z { display:block; }
 }@media only screen and (max-width: 763px) { #QgTguNJamGTuOXXsMGZM4ZLuasaAn0Jg { width:15.3125rem;height:10.6875rem;top:18.4375rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODwKOicoJ7ayFBQRu150xIhGb4Jw0Jby { width:15.3125rem;height:10.6875rem;top:18.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlaPDNBhRolPstHdggtcF6KxsM0ThHqF { width:8.75rem;height:2.6875rem;top:29.9375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #GytsTlCAf1GrvqAUORiZEQUKBvcIXce7 { display:block; }
 }@media only screen and (max-width: 763px) { #zQT63utIQLiWxS52wBcdGTum9Z97onSS { top:3.25rem;left:35.6875rem;width:12rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvmOlkxx5kzv6pAQuZmEWZcxtTuPqrJL { width:15.3125rem;height:10.6875rem;top:0rem;left:16.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ry9XUQqPKNdQ8AQaekLbFaPHvytDrTO5 { width:15.3125rem;height:10.6875rem;top:1.25rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXW6sVpkHGbEh6AWzs8ZksKFsVd2AxtS { top:2.375rem;left:26.442493438721rem;width:1.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmH1RdRvW6g8r8Jo0MavXooI9FHEfdBk { top:20.125rem;left:29.8125rem;width:12rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z04eGQEsqCdpTLPVTi1L8oQdCqyGtRrd { width:12.875rem;height:2.8125rem;top:22.5rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk0gykloi6Ro9xyUVRTL09e56g1DG4LJ { width:14.375rem;height:1.4375rem;top:26.375rem;left:28.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVZF48BPslbTxBNBngFO72oLAdQwatGw { top:20rem;left:6.3125rem;width:12rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMwesk3NnHpVdhqJo48kkss1WHaus4rv { width:12.875rem;height:2.8125rem;top:22.75rem;left:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6LRl2HBT2UbXadKvzAxNeuFDgATzJ3J { width:14.375rem;height:1.4375rem;top:26.25rem;left:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F87lpLpDVguP4NnVbgTEgUZvrI5nGldI { display:block; }#F87lpLpDVguP4NnVbgTEgUZvrI5nGldI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxRlECWNRIaCsADrBSxxwJivWW89HQr7 { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqSiZz2g13PCDTHTkJwaB4Der6TiD8PG { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx1thFb4OBgLCRCsumIWAbbf7nTM90nG { width:12.875rem;height:1.75rem;top:10.3125rem;left:34.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQcyUixBCfJ5dNTvdJXns1ldHTTl5rqA { width:14.375rem;height:;top:13.625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBa5kIuhfQ6mRinvlglIxfhBra6zpqRn { width:8.75rem;height:2.6875rem;top:16.9375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQN5ZbmM42UmI0tHsUvTapD1ntVcA1AV { display:block; }
 }@media only screen and (max-width: 763px) { #BnEWM45OUQtKsCoyIqJPdIssB51NfGyM { width:15.3125rem;height:10.6875rem;top:5.4375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TePlii2TpiAwTMUiByLFCIGieKF1fxBF { width:14.375rem;height:;top:13.625rem;left:16.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGDAPTGV52iS3o8VEt1GfHQ6wqh6i6bp { width:8.75rem;height:2.6875rem;top:16.9375rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkRTGzyWziM6GDt7uVvwbwAuBKSo6R6c { display:block; }
 }@media only screen and (max-width: 763px) { #CZMHf3mWVVhWi969a3Z3o2E4R2S6gNkU { width:15.3125rem;height:10.6875rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUtsTTVFdcNg29wq1sWnCOw8PxQkWI5f { width:14.375rem;height:;top:13.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZwQ66eUIWU6vobbkmgc5wHx3NssdS9a { width:8.75rem;height:2.6875rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSFmTsVdkTQpIDcTLkneNArJ0eFnmV3i { display:block; }
 }@media only screen and (max-width: 763px) { #EIyFTqtUzXe0DT15IHWGiF1f0R94TbBy { top:7.6875rem;left:0rem;width:9.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbgz3d2Qtpv6D2TagMDiFpT5n7bh7aIB { width:12.875rem;height:1.875rem;top:10.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrmUceLBm3miTq2KrNOglwT3EbxSBe5m { width:8.75rem;height:2.6875rem;top:34.1875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpKJa6CLh0QlguiKZiAcAK2V8N3aUNQZ { display:block; }
 }@media only screen and (max-width: 763px) { #WDLyXcBBxQdRXB16XqiMXVA1ymsJGqCu { width:15.3125rem;height:10.6875rem;top:22.8125rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwsdJwacmdUwwIVXoU4znEm0qFH9nrRx { width:15.3125rem;height:10.6875rem;top:22.6875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up1vDsJTzX9Cyar0z5gkd66OTe3I75HL { width:8.75rem;height:2.6875rem;top:34.3125rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQrJBklcxiV5lc41cWS9eB2b8MG7Nlkh { display:block; }
 }@media only screen and (max-width: 763px) { #NfmHtgJK6np46qZzUNsU8e2fxZyiwLyo { top:7.625rem;left:35.75rem;width:12rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6voWZgx7HPVkGaTRzDHkXTV6wDCD2Ou { width:15.3125rem;height:10.6875rem;top:0rem;left:16.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T34eC4GizTXwNwwTMJJkCFAUcxf3AQkN { width:15.3125rem;height:10.6875rem;top:5.625rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOyntsh6xFwhVzzNHszFFPqA9fSViPlq { top:24.5rem;left:29.8125rem;width:12rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrTvb4m4JDM6ufSKszZ95MqchFhDaqsp { width:12.875rem;height:1.5625rem;top:27.4375rem;left:29.379558563233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpDFFFfNyGTiuCoxvGSpttHKCNIF3w3n { width:14.375rem;height:;top:30.75rem;left:28.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx37xIpU2x4sF9bKEKgVxx1srlXxGa5s { top:24.375rem;left:6.3125rem;width:12rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avWl3PHplgClw6xEZT9yNGQ9oZsKk6TT { width:12.875rem;height:2.8125rem;top:27.125rem;left:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeCuct5xsTpxg7lVIiwAi30okpLrbtI3 { width:14.375rem;height:;top:30.625rem;left:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpESVQsDaolV1LI2L2COOR8qeLZeVMSw { top:0.6875rem;left:13.654731750488rem;width:20.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn11TyCnG2wvxiplo6nz5vA9Dxs54vnw { top:7.4375rem;left:17.844184875488rem;width:12rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTfzs1TvPLqMVT1nbep8m0fpPKQvLZzm { width:12.875rem;height:1.75rem;top:10.3125rem;left:17.404731750488rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXJTAIbszLEORRfen789qWpNqERNQdE4 { display:block; }#tXJTAIbszLEORRfen789qWpNqERNQdE4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZHALTy7ZTThedNJ1yniksJOVudInvt0 { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6THvrGToSxMTDhplEQz21Aw0snn819U { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdsOMbt5260bUF9XtwXAOUWyRaRV6M8s { width:8.75rem;height:2.6875rem;top:18.8125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLs3Tm46OJ7T4sLHTseM0WtQDN7nhlg6 { display:block; }
 }@media only screen and (max-width: 763px) { #bnKSAPqiVG2GFtSsniHdzwJBPLE2KP2Z { width:15.3125rem;height:10.6875rem;top:7.4375rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EABgAzEDI63tPXeUwUKyu1HEeuq8y5aE { width:15.3125rem;height:10.6875rem;top:7.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiX5WzHJoUKLnozIkxtxM3Qt1EDwwH8f { width:8.75rem;height:2.6875rem;top:18.9375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtV2FX3vOV07r3ccdqC2SPpmPGmd6da6 { display:block; }
 }@media only screen and (max-width: 763px) { #uV1gmPVcDPRtvUbJpqvwider3eewbSwX { width:15.3125rem;height:10.6875rem;top:0rem;left:16.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PbLgiTxJzp3TCRL5bifduvRhatSLBZby { top:8.4375rem;left:29.6875rem;width:12rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TghOhUAIy7GJg5EHqGsPKGrVrVaF9ves { width:12.875rem;height:1.5625rem;top:12.4375rem;left:29.319011688233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ3M0ShRaMSszpZINPKOcTeyf9GXKpAg { width:14.375rem;height:;top:14.9375rem;left:28.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l88RWkNHeb8wvTCkJJqzOO3r7daFyhDz { top:9rem;left:6.125rem;width:12rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzybhKp5AVGtqT7COybS2me0ZBJKdQWd { width:12.875rem;height:1.375rem;top:12.5rem;left:5.6870651245117rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckouAfrW7iM6l3gDre11qUIgEHcQXMfd { width:14.375rem;height:;top:15.625rem;left:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #muPTXEPQazzxu56TbOAwiA2nTy4rbVRo { top:0.6875rem;left:13.654731750488rem;width:20.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBtFlqSmsKqKkwVhqsMIO69Twk3NL1PR { display:block; }#GBtFlqSmsKqKkwVhqsMIO69Twk3NL1PR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soxT6S8TL3CMPQJfKLTKdEO4HV6zUutM { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrJEn2JcclfS9MqKpeuwx8cTNrpT8T19 { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAeE5pCow4aTt0ED1rpQixgTCVxtzRBs { width:8.75rem;height:2.6875rem;top:18.5625rem;left:19.469619750976rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWPH8XGvI9RocfIi3q1JAtfuWtZ2JhHm { display:block; }
 }@media only screen and (max-width: 763px) { #MNBuoknvDUqilRbyD1l14qOsrdxnflf0 { width:15.3125rem;height:10.6875rem;top:7.125rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edf07B6g2b4cNBI6xceUwpUOz97KTyP5 { width:15.3125rem;height:10.6875rem;top:7.125rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc4sGfT4HaVI239hMBBKJMARL9lmlq6T { width:8.75rem;height:2.6875rem;top:18.625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ9R9SeIJg4fdCFrtmWJs3QGZ7VFXcaK { display:block; }
 }@media only screen and (max-width: 763px) { #PB1GGbIhoxNuTyQdw1JvSHEDTLm3e6WM { width:15.3125rem;height:10.6875rem;top:0rem;left:16.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BKzlT1hJG49Gw2yzItDg70DI6W9qkCDJ { top:9.625rem;left:35.75rem;width:12rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L60QZRmsnr1p1tTV2q6PykFwW9RrQmCh { width:14.375rem;height:1.4375rem;top:14.625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sURh6c34OvsZfPwsrplCVzQruEfQHWwK { top:9.75rem;left:17.8125rem;width:12rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8VhsPOPtLGpntIhH9AOowc4nuTmw8pB { width:12.875rem;height:1.375rem;top:13.3125rem;left:17.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx1e76T5iITGhlgZLgQzgqARXOep5E4H { width:14.375rem;height:1.4375rem;top:15.4375rem;left:16.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUh9sLpNJnU7RFwfT1XAZheFxc9BI93O { top:0.75rem;left:11.968532562256rem;width:23.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMBTdCLqsGE8XwK0EuEkT20NNHKO7Sus { width:8.75rem;height:2.6875rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz25BiVEzKKrlNmMXK5BpaL8AZsUoOIH { display:block; }
 }@media only screen and (max-width: 763px) { #mWxw0rOT64OtkzAgRKb19swsTRUaySvC { width:15.3125rem;height:10.6875rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVlAHTOEIMvLH98Z5RLSNbeK9EKnB5Cr { width:12.875rem;height:1.375rem;top:13.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuKFEkaNnnnkbLTRg17sI2ifUhrU2lxW { width:14.375rem;height:1.4375rem;top:15.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuWKbhbS1zhfnDndcacLeCWZdEvEXvGH { top:9.75rem;left:0rem;width:12rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB6Jii8gWTGNqIgyWcNTy5vpyIw32iyi { display:block; }#NB6Jii8gWTGNqIgyWcNTy5vpyIw32iyi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EkoeFxED5svqomLMwh5K5hi3NTht4Oww { top:2.8125rem;left:29.4375rem;width:18.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #THXNJSatbX5hzBv8CzDBe7CdNS7gv4Na { top:12.875rem;left:20.25rem;width:24.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #asRTVGfvScCK6AEHU6OcO34KHuWzdcOT { top:7.6875rem;left:30.5625rem;width:14.5625rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv3O9MHURoqwU01F6vBrxzBE5RbH3w48 { top:16.0625rem;left:36.437500953674rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlXWD1wR1uRh9ahwGhsvJpA4eNKVuuwu { top:16.0625rem;left:39.062500953674rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhnI9JMCUfsZkOCo6wrQVnZTTKD88W5p { top:16.0625rem;left:41.75rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp9lRtGxonZl7Q4vaHFw9H3AnWqI5Aga { top:1.125rem;left:0rem;width:13.5625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0cZN6T7rlVSq2DmJykJl0Rn1sFTIzNx { top:12.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeHGREWqJTHx79g4UtRCAMINVK8dPE56 { width:3.1875rem;height:3.1875rem;top:7.625rem;left:44.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSyNUsUSxFLKfgNeerzeTu728bOmxZhi { top:15.875rem;left:44.5rem;width:3.25rem;height:3.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkOukTEPf9ET9asz1QTU88bATKhBR8LD { top:20.0625rem;left:19.9375rem;width:27.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c { position:relative;z-index:auto;display:none; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container { width:20rem;height:21.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HmQXd2HIyuM56nJeqf9bHW3aGtBTu2TC { width:8.65904875rem;height:3.22178625rem;top:10.19314289093rem;left:10.786675512791rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fdbd61, #ce8612);background-image: -moz-linear-gradient(180deg, #fdbd61, #ce8612);background-image: -ms-linear-gradient(180deg, #fdbd61, #ce8612);background-image: -o-linear-gradient(180deg, #fdbd61, #ce8612);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdbd61', endColorstr='#ce8612' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdbd61', endColorstr='#ce8612' );";background-image: linear-gradient(180deg, #fdbd61, #ce8612);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fGu2o9dzVtnEx0F8EM3qSKE2U2IIxT1i { display:block; }
 }@media only screen and (max-width: 763px) { #JraZv3XmP4hDfQqAAbKleh6qy7Hyvb81 { width:8.65904875rem;height:3.2358925rem;top:10.177951812744rem;left:0.97439235448838rem;font-size:1.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fdbd61, #e29122);background-image: -moz-linear-gradient(180deg, #fdbd61, #e29122);background-image: -ms-linear-gradient(180deg, #fdbd61, #e29122);background-image: -o-linear-gradient(180deg, #fdbd61, #e29122);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdbd61', endColorstr='#e29122' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdbd61', endColorstr='#e29122' );";background-image: linear-gradient(180deg, #fdbd61, #e29122);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #B0T47uzD6hEBySl2BmUkCOWAJ5JbXXyS { display:block; }
 }@media only screen and (max-width: 763px) { #fF4TAy0Gzy5KU4KTAQ1xSOpZc5Gl4ui5 { width:16.936875rem;height:3.41363125rem;top:4.9327259063721rem;left:1.5310330986977rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTmWeitIluhmZQvUcI5s8LxlL7Oh559t { width:20rem;height:2.55859375rem;top:0.93750005960463rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppp9ixtU8C7B0T4LnPXvTiux95JWFH4K { width:20rem;height:6.09375rem;top:14.933818817139rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #icJbgFfkItxV4F0ng108Wee3W1kGwpCR { background-color:rgba(218,111,180,0.8);background-image:url("https://images.assets-landingi.com/Gq3f1p3e/3.PNG");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#icJbgFfkItxV4F0ng108Wee3W1kGwpCR.adaptive-delivery-prevent-bg, #icJbgFfkItxV4F0ng108Wee3W1kGwpCR.lazyload, #icJbgFfkItxV4F0ng108Wee3W1kGwpCR.lazyloading { background-image: none; }#icJbgFfkItxV4F0ng108Wee3W1kGwpCR > .row .container { background-color: transparent; background-image: none; }#icJbgFfkItxV4F0ng108Wee3W1kGwpCR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#icJbgFfkItxV4F0ng108Wee3W1kGwpCR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#icJbgFfkItxV4F0ng108Wee3W1kGwpCR > .row .container > .video-iframe-container { display: none; }#icJbgFfkItxV4F0ng108Wee3W1kGwpCR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#icJbgFfkItxV4F0ng108Wee3W1kGwpCR > .row > .video-iframe-container { display: none; }#icJbgFfkItxV4F0ng108Wee3W1kGwpCR > .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); }#icJbgFfkItxV4F0ng108Wee3W1kGwpCR > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHFXauE60Uks3q6vR3D094LC0OFgBCoi { width:20rem;height:2.11263125rem;top:8.876953125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #C1q9ix1rzE04B4WwaX3G2PkHoecbGJzO { width:6.25rem;height:7.5rem;top:0.6250059604645rem;left:6.87391525507rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TmNwMGbpT2ryKuIl260wxQAiJCK0TXvd { width:8.5625rem;height:8.5625rem;top:0rem;left:5.75rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cwMZRJqKvR28kbJOtZqEwWywSVoG4yXS { top:0rem;left:0rem;width:20rem;height:60.75rem;z-index:99995;background-color:rgba(23,23,23,0.54);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #z9zbwk04iJn7h88swlintNI6IldtnTOF { width:2.62478125rem;height:2.62478125rem;top:46.982641220093rem;left:8.0609808564187rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B7XTJWXS6x498FIDZeoT7r3OTy8kqSMb { width:20rem;height:2.92535rem;top:11.366971492767rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:100003;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 .widget-regular-label { width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 .widget-input-text { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 .widget-textarea { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 .widget-input-select { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#f4f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 .widget-input-button { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 .widget-checkbox-label { width:14.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9  { width:15.8105625rem;height:auto;top:14.846789360046rem;left:0.84418410062787rem;z-index:100008; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 .radio-container { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 {display:block;}#ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 { width:15.8105625rem;height:auto;top:14.846789360046rem;left:0.84418410062787rem;z-index:100008; }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #RPZNyscWK0yiHroH0ePbsVsNIIlmJGax {  }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #RNHeDTvZ0GoHdF2wwcLdS7pdggcTqd66 {  }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #QcVLcJFTldsmuOzkDOCJXtrHQuz7KrRq {  }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #MxnMGmUacKgdILgP93HpSOECNzUa7e5o {  }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #zZ0tNThFMF8ObPXVoRZJQ4LB4fta2bz6 {  }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #RzzJf7tOMQM6X2ETkf5b5lV4s8gM7mtR {  }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #AWlnGrr7ZthyZonybmvWlaTu9rceEVOa {  }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #zJn6VFInSJllV74vL1HcFTNfDGcLsmGq {  }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #BsLCgoEpfbGMzNCaLUzuFxkOegrW8ZGl {  }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #LGtFIlBSaSgryN6CM56w3kQXeFBWnZcp {  }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #TOpaFmtp8WVLnNiQIvB7dThAs3q7pcTH {  }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #rAB6GiMq6rshamMRMgJZxwPxTDmeAiCs {  }
 }@media only screen and (max-width: 763px) { #fpEM5REXPOpsOJVcpGAHi6zVIBxwyz6p { display:block; }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #nVgl1pKvzV0K18vetLhnQiVmwhQTp8tX {  }
 }@media only screen and (max-width: 763px) { #ilM8VGf4WRzHrzsSoBtA3Nk5Oeo4Hah9 #fuAq1yoVk9z8HGZBdrD6PLOqonyTO6VV {  }
 }@media only screen and (max-width: 763px) { #tiCUKf9I8izyvEALcuUVvfT8HfSxicKo { width:8.61673625rem;height:3.17947375rem;top:48.624132156372rem;left:5.6911893486977rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fdbd61, #ce8612);background-image: -moz-linear-gradient(180deg, #fdbd61, #ce8612);background-image: -ms-linear-gradient(180deg, #fdbd61, #ce8612);background-image: -o-linear-gradient(180deg, #fdbd61, #ce8612);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdbd61', endColorstr='#ce8612' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdbd61', endColorstr='#ce8612' );";background-image: linear-gradient(180deg, #fdbd61, #ce8612);background-size:auto !important;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #nKoHA3fRIWfxTL09i6pU6GzHoChpxTv9 { display:block; }
 }@media only screen and (max-width: 763px) { #mb47wREIJ2Vw1nbahUfpZhoceQQnwmLs { width:13.3105625rem;height:1.38020625rem;top:53.746746063233rem;left:3.3430991768837rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE .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; }
#Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE .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; }
#Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE { display:flex;width:17.9980625rem;height:5.06185rem;top:54.439020156861rem;left:0rem;z-index:100010; }
 }@media only screen and (max-width: 763px) { #Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #RAdq7VMp9HbWtJptQUowwCHfGFX8FypU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #J1ttpxucyqLqEt1IdUrPL14yqxackyMS {  }
 }@media only screen and (max-width: 763px) { #Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #K3EAP8m8fI7mmG4cgCHIRNV0SG2Inhgt {  }
 }@media only screen and (max-width: 763px) { #Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #fVErfi0e44bi0WkM9BJyHZK65c6uzn8F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #SstlSZrRloqv4VrTDgOPK7Swfox20Irh {  }
 }@media only screen and (max-width: 763px) { #Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #D1PkEKN0TbivwA4NAISPJKAM4AGnCVgb {  }
 }@media only screen and (max-width: 763px) { #Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #lDoPDTD7pdCky84IuByd1Ryk3G5azZuC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #VHS2Bxemo3LSpE2NIeGAxONT8h9a0Efc {  }
 }@media only screen and (max-width: 763px) { #Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #tweJhpp37T0S9gVsbeAhD63u3SdlII0h {  }
 }@media only screen and (max-width: 763px) { #Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #wQqTAm9EiINXlWcmZ5Ud4TITModJfFXL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #yO1xky2sTeJVbmJpUfDJgu4nsdcPL6TT {  }
 }@media only screen and (max-width: 763px) { #Xq3hC3oSUcz4vv5yquTd25et6xvZaGIE #PpRfRUzSgy6EDZl7SUoanHgXp9OTHKxM {  }
 }@media only screen and (max-width: 763px) { #DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL { display:none; }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row .container { width:20rem;height:62.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GywsE8kr3TzyFcTzLVbAsL7Ho4roMK4U { width:20rem;height:9.375rem;top:52.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrJ9MtgH0qLOzv0D9OePdNs0TT4f6XQx { width:20rem;height:2.27430625rem;top:53.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d .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; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d .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; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d { display:flex;width:18rem;height:5.0625rem;top:55.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #fMVmwZfIHmVqUNmyfwerhNfJPMVSVotp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #PtnedZWGxbF54ybfNxAAJHD1ky8q8NBZ {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #T4BLh0FfOsJKFPgOl5Ze5TyWSovlbG97 {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #nRHzdPAt3r9RcFDGIJ0vIVtXN9U0DmUK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #svREt8fhNh6dTlyL6CZkpBHmeyRIGhNg {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #Mx7LvMwM0qC6BzRF5WfxskFmMSr00kbx {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #GzR2zbNxsElk3r1KCLtwfCWCVeoAOBg6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #Omp211mwFWfeW8TtpnNUvvtgv5xZMFbw {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #nQou0IbiOvwnMF87eDBZHvpdeliCH5Tg {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #q3cb6iVG8XSpAw1TRRZ2qG4NWCtFvtS0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #izCJmKmXJSrOr59xtXvmXLDgaEDPdJus {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #rmPCwNZcgz3WUaBoOUl7v7rgyxnWTM5g {  }
 }@media only screen and (max-width: 763px) { #fN9zPVQTWPEMS2DW9xGM7Q2ZpWmJf0Pg { width:20rem;height:36.1875rem;top:14.25rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(47,41,45,0.54), rgba(137,99,75,0.68));background-image: -moz-linear-gradient(180deg, rgba(47,41,45,0.54), rgba(137,99,75,0.68));background-image: -ms-linear-gradient(180deg, rgba(47,41,45,0.54), rgba(137,99,75,0.68));background-image: -o-linear-gradient(180deg, rgba(47,41,45,0.54), rgba(137,99,75,0.68));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#892f292d', endColorstr='#ad89634b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#892f292d', endColorstr='#ad89634b' );";background-image: linear-gradient(180deg, rgba(47,41,45,0.54), rgba(137,99,75,0.68));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.94) ;display:block; }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 .widget-regular-label { width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 .widget-input-text { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 .widget-textarea { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 .widget-input-select { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#f4f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 .widget-input-button { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 .widget-checkbox-label { width:14.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48  { width:15.8125rem;height:auto;top:18.625rem;left:0.8125rem; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 .radio-container { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 {display:block;}#Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 { width:15.8125rem;height:auto;top:18.625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #i7QvT718B3XmrhTzEKTMa4TcZ5yZyT1k {  }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #Qdk1T3HA2cumiuXgUbdVq187a239JcER {  }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #E0GWqiAivBX99G3WTzl8HitFM9IeGAsO {  }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #PeFFdR6P74B69uvEsRJ93LNZKTQvVl2F {  }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #kVbE3vTe0i5ghnSvDTZHwrxnoh8ox6yf {  }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #bcR9BRUDitFdkBrRCqIRKGfdziVMVlpf {  }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #v5qRKAQpwuTp1d2pz1RdLbyXATzLoMxT {  }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #Tqmqfs8yR4xHf7E8X6kpqroeFASPWKWF {  }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #D7GwwXIN6ZSwPm6W7WfgfoO06QGnpGvy {  }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #T8UTtSn01nkhzNcQrDfptfxgZNZMqvoz {  }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #FHRlTqHnhipBw7x5uAdGAHJprTicevDl {  }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #Fabad1oyTX4mh1WIEzobTvQ650uIxVtT {  }
 }@media only screen and (max-width: 763px) { #iG1qPJuIU6T9zNBCmD6TxFbUX8o3wWXV { display:block; }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #iU0Ky5CVVGi7sqBBWCZ4x22VKxVMbVtC {  }
 }@media only screen and (max-width: 763px) { #Wybt0zGXpznXX73Pbw3PNiyOGVDo8W48 #GUTNU1NmTDZoS4FBxEi6tz6uTMnBWtz1 {  }
 }@media only screen and (max-width: 763px) { #cf158AKuoxbsKyhuK31SOieklssfeO04 { width:20rem;height:13.311625rem;top:1.0069446563721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqBDWMlX5ORfWfXPrvcVtnypDoriQsRF { width:19.561625rem;height:2.59874375rem;top:14.875rem;left:0.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #keX90RuGZHzO8Ot7PQwhGoy9h4NPwEDX { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#keX90RuGZHzO8Ot7PQwhGoy9h4NPwEDX > .row .container { background-color: transparent; background-image: none; }#keX90RuGZHzO8Ot7PQwhGoy9h4NPwEDX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#keX90RuGZHzO8Ot7PQwhGoy9h4NPwEDX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#keX90RuGZHzO8Ot7PQwhGoy9h4NPwEDX > .row .container > .video-iframe-container { display: none; }#keX90RuGZHzO8Ot7PQwhGoy9h4NPwEDX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#keX90RuGZHzO8Ot7PQwhGoy9h4NPwEDX > .row > .video-iframe-container { display: none; }#keX90RuGZHzO8Ot7PQwhGoy9h4NPwEDX > .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); }#keX90RuGZHzO8Ot7PQwhGoy9h4NPwEDX > .row .container { width:20rem;height:96.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #naPZc7x53PT3Limd9G7rh6OJDswz4pXk { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #FM2Bi6E05kpnDs2rFz2oKKazAxPgfhok { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xux5UvTekbHqyPrh0PJTxkWCSpA3srcb { width:19.437125rem;height:2.51844375rem;top:0.73053455352781rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGwwnElOA8MczJVKucPqhWv1Pb4nUoEy { width:14.375rem;height:10.6875rem;top:19.8125rem;left:2.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#NGwwnElOA8MczJVKucPqhWv1Pb4nUoEy.adaptive-delivery-prevent-bg, #NGwwnElOA8MczJVKucPqhWv1Pb4nUoEy.lazyload, #NGwwnElOA8MczJVKucPqhWv1Pb4nUoEy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lInSBFA5OySOTt3WnS46UKk3oVNQ6Qos { width:11.875rem;height:2.4370625rem;top:24.006510734558rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nva544wxceoax3n24Qp2qp08NnGOMf6a { width:14.375rem;height:1.21853125rem;top:27.625rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #UlqD5IDwXJssuWfepOhAwW6L9KGQFJ9T { width:8.75rem;height:2.68663125rem;top:15.683807373047rem;left:5.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9D5rcpCqov5zZsbl8WBnMTRxXoUPDkv { display:block; }
 }@media only screen and (max-width: 763px) { #PHwWRAaTcMJ93RRf2QyxRDtihzqi2EUT { width:11.1870625rem;height:1.2999125rem;top:21.707900345326rem;left:4.6323786377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns7W3xBqf0vBXeBwzr6p3XekIToDdO8g { width:15.3125rem;height:10.6875rem;top:35.375rem;left:2.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Ns7W3xBqf0vBXeBwzr6p3XekIToDdO8g.adaptive-delivery-prevent-bg, #Ns7W3xBqf0vBXeBwzr6p3XekIToDdO8g.lazyload, #Ns7W3xBqf0vBXeBwzr6p3XekIToDdO8g.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #W9bx7uLIdTeZhzHxVdRdwX8OMeQ8xfGn { width:9.8123125rem;height:3.41363125rem;top:36.310766220093rem;left:5.0933161377907rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGVVKEptT2onD3Px5qsT3NUyPvbpzxsI { width:12.874375rem;height:2.43706875rem;top:40.374351501465rem;left:3.5622830986977rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #turmOxfQyGcWKvMRSKTKTTvMDJHiMo6p { width:14.375rem;height:1.21853125rem;top:43.5625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #ONHI8y3gzNed92xpkr4slP1TF0HZZa5T { width:8.75rem;height:2.68663125rem;top:46.838109493256rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6zVpfWmv2rXVSGMEXInE7V33oegnTs0 { display:block; }
 }@media only screen and (max-width: 763px) { #cBAEciC301Vucn0ffTiEQKQB0Czcim00 { width:15.3125rem;height:10.686875rem;top:4.0614153016359rem;left:2.2732205986977rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#cBAEciC301Vucn0ffTiEQKQB0Czcim00.adaptive-delivery-prevent-bg, #cBAEciC301Vucn0ffTiEQKQB0Czcim00.lazyload, #cBAEciC301Vucn0ffTiEQKQB0Czcim00.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #E8NrKSzFE50M4AMKCq8Oc3FWBvANfMJQ { width:14.375rem;height:1.38020625rem;top:11.749132275581rem;left:2.8125000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #SHMKSDMnriZvcJ2qguf8beBHugWHrFOe { width:8.75rem;height:2.68663125rem;top:31.339188575744rem;left:5.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAwcS5PPpMizytcTMfwADFZNU5vkEwcg { display:block; }
 }@media only screen and (max-width: 763px) { #BZbi19fIxh1TgzvWEHd1gICe26fqDab1 { width:9.5605625rem;height:3.41363125rem;top:4.7102881539613rem;left:5.2810330986977rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N88HJXAIB6hlklmMhViByyhqn4WbD9Bb { width:12.874375rem;height:2.43706875rem;top:8.8747817147525rem;left:3.5622830986977rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxG3X0032dTFrOlRw3XVgc8hhRO972Mx { width:8.75rem;height:2.68663125rem;top:77.538205623625rem;left:5.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyLTiHuUdkvnRUl9AN0nT6ew4eEztcWw { display:block; }
 }@media only screen and (max-width: 763px) { #us1yN5VeqzgLyaCmla0X9E5yd3fL3W7U { width:8.75rem;height:2.68663125rem;top:62.22634267807rem;left:5.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXoqLC2FePDEXFvqJpPTX5nQx0eWGBGJ { display:block; }
 }@media only screen and (max-width: 763px) { #oInUHBDdOrEIfKhZxUlITPaxfAgZx55s { width:15.3125rem;height:10.6875rem;top:81.5625rem;left:2.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#oInUHBDdOrEIfKhZxUlITPaxfAgZx55s.adaptive-delivery-prevent-bg, #oInUHBDdOrEIfKhZxUlITPaxfAgZx55s.lazyload, #oInUHBDdOrEIfKhZxUlITPaxfAgZx55s.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DzxxTyNkWDAHZltDPfLX0TeCNyrT3TEz { width:14.375rem;height:1.62435rem;top:89.5rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #dpUA4WoXdgK7FO5i9O6Q3fTM2lTahz5I { width:15.3125rem;height:10.6875rem;top:66.0625rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#dpUA4WoXdgK7FO5i9O6Q3fTM2lTahz5I.adaptive-delivery-prevent-bg, #dpUA4WoXdgK7FO5i9O6Q3fTM2lTahz5I.lazyload, #dpUA4WoXdgK7FO5i9O6Q3fTM2lTahz5I.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HgDrZO5dwQTMBM80katNA6DTm4EnJTOe { width:14.375rem;height:1.21853125rem;top:74.25rem;left:2.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #KK6KLJdAyZ8uVQhf2wQsmLIr3zZaCePJ { width:15.3125rem;height:10.6875rem;top:50.75rem;left:2.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#KK6KLJdAyZ8uVQhf2wQsmLIr3zZaCePJ.adaptive-delivery-prevent-bg, #KK6KLJdAyZ8uVQhf2wQsmLIr3zZaCePJ.lazyload, #KK6KLJdAyZ8uVQhf2wQsmLIr3zZaCePJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cnigDXW3iPpTtZxaNL2PLJrdll2Ib877 { width:14.375rem;height:1.21853125rem;top:58.8125rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #EadoNaJH2LP4TVT1BNhe1JXmVak5PVDk { width:8.75rem;height:2.68663125rem;top:93.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaJxMWsuCTNy3lwfvBex0KLLe0b6KN2w { display:block; }
 }@media only screen and (max-width: 763px) { #ecXQrzBIhFu2DUIK6Aghe9u2iXWxP00l { width:12.874375rem;height:2.92535rem;top:70.4375rem;left:3.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzPTdbEfyJ1E9QwJ41peTv3EnRQ3tnRp { width:12.874375rem;height:2.599825rem;top:86.1875rem;left:3.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi1qnZ8oRBloMKdzSsUKPZS42i3ViZUe { width:11.311875rem;height:1.7068125rem;top:67.8125rem;left:3.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8GrkIthpd4Dur0bfJxirscMi5ybIbTF { width:10rem;height:1.62435rem;top:83.375rem;left:5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAL4oRPdWZf1fxxtQgk66UiAxsSI2o23 { width:1.43663125rem;height:1.8684875rem;top:67.8125rem;left:14.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtyoKpvTc7wJ5qiP4lvs3A9sSh6yN4ur { width:11.124125rem;height:1.7068125rem;top:52.1875rem;left:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBKHZuPqJTOCPaR24DhTrK6nsS0Wy7T2 { width:1.43555rem;height:1.8684875rem;top:52.125rem;left:14.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZdJrwdPCKlV3wkgUUKo7iggr6U0Z3z7 { width:12.874375rem;height:2.76041875rem;top:55.0625rem;left:3.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW1T7pSbG3ThblS1xCeyP3l5dr8nMryw { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#EW1T7pSbG3ThblS1xCeyP3l5dr8nMryw > .row .container { background-color: transparent; background-image: none; }#EW1T7pSbG3ThblS1xCeyP3l5dr8nMryw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EW1T7pSbG3ThblS1xCeyP3l5dr8nMryw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EW1T7pSbG3ThblS1xCeyP3l5dr8nMryw > .row .container > .video-iframe-container { display: none; }#EW1T7pSbG3ThblS1xCeyP3l5dr8nMryw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EW1T7pSbG3ThblS1xCeyP3l5dr8nMryw > .row > .video-iframe-container { display: none; }#EW1T7pSbG3ThblS1xCeyP3l5dr8nMryw > .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); }#EW1T7pSbG3ThblS1xCeyP3l5dr8nMryw > .row .container { width:20rem;height:94.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7K5c9LcHBs4uH0UcycMt5PSt6RXUKtp { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #HS71GgGUp8WcqUUzkUxR16DBlg5pRKyO { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GoLXhEznliRMU9nPEcFOpZ5GbMAD6KTg { width:11.875rem;height:2.43706875rem;top:20.0625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuhibpJJmq27gaKvhHCmF6Q6VeyV2MQ2 { width:14.375rem;height:1.21853125rem;top:23.6875rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #RbNQ8Kyu24iDkNpVWBbiWukTi5BRvkI2 { width:8.75rem;height:2.68663125rem;top:12.0625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf8OFfCXz7eKtWWD0dDmVt2fL2KhEfXI { display:block; }
 }@media only screen and (max-width: 763px) { #QUWVb3fbG06578GTTlB2rGVTlbC2dtya { width:15.3125rem;height:10.6875rem;top:31.4375rem;left:2.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#QUWVb3fbG06578GTTlB2rGVTlbC2dtya.adaptive-delivery-prevent-bg, #QUWVb3fbG06578GTTlB2rGVTlbC2dtya.lazyload, #QUWVb3fbG06578GTTlB2rGVTlbC2dtya.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #u8G89bbfx1vhIxITheSN7dHqnKSwIVcT { width:9.8123125rem;height:3.41363125rem;top:32.375rem;left:5.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku8EnxfHxGUtnqVSJKqEdwIeeEf1brCR { width:12.874375rem;height:1.54296875rem;top:36.8125rem;left:3.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TilKTtPLdvE6vgdmLPhPmkT81Olxe2KZ { width:14.375rem;height:1.21853125rem;top:39.625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #ohVR0R9yURuAv0iwPc4TR51RZh9W7Tlf { width:8.75rem;height:2.68663125rem;top:42.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpuAkZT4I1R5F1TaquNzHW6H4tSqCgG5 { display:block; }
 }@media only screen and (max-width: 763px) { #UGmceLQ04tWJLtDm5HOoQTkD6THcZAAS { width:15.3125rem;height:10.686875rem;top:0.4375rem;left:2.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#UGmceLQ04tWJLtDm5HOoQTkD6THcZAAS.adaptive-delivery-prevent-bg, #UGmceLQ04tWJLtDm5HOoQTkD6THcZAAS.lazyload, #UGmceLQ04tWJLtDm5HOoQTkD6THcZAAS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Ga2o1tveaUgf8OprFr57udxTUXoGzabz { width:14.375rem;height:1.38020625rem;top:8.125rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #BdEv4E55XGqGfZSrcxJNFqi3WdQUeo6F { width:8.75rem;height:2.68663125rem;top:27.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiSJU10Lw4AM8VHfKPStNSDA4nWdFz3I { display:block; }
 }@media only screen and (max-width: 763px) { #ELmOHiXWCuHCnqxdTIqvi2CXqT1Vh71G { width:9.5605625rem;height:3.41363125rem;top:1.0622787475586rem;left:4.8120661377907rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlvx7SkBKtJ52Qq7GfVS3i9ZiqaTbS2B { width:12.874375rem;height:2.43706875rem;top:5.25rem;left:3.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXJIAaBxChlCiKuMhBA6UNzIQtxpVUnG { width:8.75rem;height:2.68663125rem;top:73.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHQnkEMWbvq0mqXTe02VLIVriDEx5tFv { display:block; }
 }@media only screen and (max-width: 763px) { #x472mNhuokEDCGflEqzOzV0LqiB8WS1M { width:8.75rem;height:2.68663125rem;top:58.3125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppiOGdUnDe4hfZaNMEuUNXdhLipOKOJJ { display:block; }
 }@media only screen and (max-width: 763px) { #ToiDd98tDCVokILTkFG5UNA7GvlPPw8b { width:15.3125rem;height:10.6875rem;top:77.625rem;left:2.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ToiDd98tDCVokILTkFG5UNA7GvlPPw8b.adaptive-delivery-prevent-bg, #ToiDd98tDCVokILTkFG5UNA7GvlPPw8b.lazyload, #ToiDd98tDCVokILTkFG5UNA7GvlPPw8b.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gJgeOTM7R2ECsLg46ZrTiRcibQs9kRR3 { width:15.3125rem;height:10.6875rem;top:62.125rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gJgeOTM7R2ECsLg46ZrTiRcibQs9kRR3.adaptive-delivery-prevent-bg, #gJgeOTM7R2ECsLg46ZrTiRcibQs9kRR3.lazyload, #gJgeOTM7R2ECsLg46ZrTiRcibQs9kRR3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #df4O57WVVt10AXWlD4ynqtG8XlQqyhaP { width:14.375rem;height:1.21853125rem;top:70.3125rem;left:2.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #l9HHVNGdqqma9iQwWD5IP1OWkqa3B8m9 { width:15.3125rem;height:10.6875rem;top:46.8125rem;left:2.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#l9HHVNGdqqma9iQwWD5IP1OWkqa3B8m9.adaptive-delivery-prevent-bg, #l9HHVNGdqqma9iQwWD5IP1OWkqa3B8m9.lazyload, #l9HHVNGdqqma9iQwWD5IP1OWkqa3B8m9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dmM5qEve62H5s2mwQcPUIq1GF3fK1UGh { width:14.375rem;height:1.21853125rem;top:54.875rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #yyq0K65VUhmeOfB31CWAxQL26Fgl67Dr { width:8.75rem;height:2.68663125rem;top:89.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckH7WJJyDlTKbCPPUfZNX8xZEBnoZTQ7 { display:block; }
 }@media only screen and (max-width: 763px) { #xfVIRFhMUJnGkQoq74kD9Zl7iW5GBgKb { width:12.874375rem;height:2.92535rem;top:66.5rem;left:3.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWOsDrVvvmSNIR8JEq7OdZxmDeBZSNI0 { width:12.874375rem;height:3.8997375rem;top:81.686203002931rem;left:3.5622830986977rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPiuKFAqJ4rlUoZkUuuwM0Tu3A4QTFai { width:11.311875rem;height:1.7068125rem;top:63.999574871731rem;left:4.3435330986977rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdTOzWgWsoA7IiGM9t015MUqnNVuPNs0 { width:10rem;height:1.62435rem;top:79.4375rem;left:5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb4xVOd9Z3hBe9PABsxIqWVZKzVvAEgg { width:12.874375rem;height:2.76041875rem;top:51.125rem;left:3.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2M5iT1el8wOWcC1iIdFBug6smLkTzx3 { width:6.0612rem;height:1.7068125rem;top:17.375rem;left:6.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO0eRnBDL3sk1330kwyS9LeSgXkW6Qei { width:1.43555rem;height:1.8684875rem;top:17.3125rem;left:12.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPnxCEHpXKxNI2AipnGKiHOCVIoJKfQg { width:1.43555rem;height:1.8684875rem;top:79.315317153931rem;left:13.069662153721rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H84QudCFmKAsFHSatgOs7FhvTUeBdHVL { width:1.43555rem;height:1.8684875rem;top:1.5848631858826rem;left:14.132813513279rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe34QA4rtAtnncfSTOTryQwecw0cBv0J { width:14.375rem;height:1.21853125rem;top:85.77127075195rem;left:2.8125000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #TrPzcAodx2RKPTGRZiTN1CMBFkI1uT3x { width:12.249375rem;height:1.7068125rem;top:48.687294006347rem;left:4.0625000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfwN0I0nQVsSJO3BWg6HURAPv7lFb2R6 { width:15.3125rem;height:10.686875rem;top:15.625rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100024;display:block; }#hfwN0I0nQVsSJO3BWg6HURAPv7lFb2R6.adaptive-delivery-prevent-bg, #hfwN0I0nQVsSJO3BWg6HURAPv7lFb2R6.lazyload, #hfwN0I0nQVsSJO3BWg6HURAPv7lFb2R6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SHE2HHJlUWksNCksGpdI1cn0FHaooTTq { width:14.375rem;height:10.6875rem;top:19.8125rem;left:2.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#SHE2HHJlUWksNCksGpdI1cn0FHaooTTq.adaptive-delivery-prevent-bg, #SHE2HHJlUWksNCksGpdI1cn0FHaooTTq.lazyload, #SHE2HHJlUWksNCksGpdI1cn0FHaooTTq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZvkfvQ3t7A285BZzhI7wfkuSO0VgToap { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#ZvkfvQ3t7A285BZzhI7wfkuSO0VgToap > .row .container { background-color: transparent; background-image: none; }#ZvkfvQ3t7A285BZzhI7wfkuSO0VgToap::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZvkfvQ3t7A285BZzhI7wfkuSO0VgToap > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZvkfvQ3t7A285BZzhI7wfkuSO0VgToap > .row .container > .video-iframe-container { display: none; }#ZvkfvQ3t7A285BZzhI7wfkuSO0VgToap > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZvkfvQ3t7A285BZzhI7wfkuSO0VgToap > .row > .video-iframe-container { display: none; }#ZvkfvQ3t7A285BZzhI7wfkuSO0VgToap > .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); }#ZvkfvQ3t7A285BZzhI7wfkuSO0VgToap > .row .container { width:20rem;height:94.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thvpVCEN89ysvvQCpn9CR8b2T3fqxb12 { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #X9xyLGvxmaZCTZyPWWRKWIcab4HUtLf0 { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ne6qtKqRAVG97Ug2lWIoET33qEloFoEe { width:11.875rem;height:2.43706875rem;top:20.56184387207rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8sSTbNR4tqAky2CIgA23i6AmHzQOqZz { width:14.375rem;height:1.21853125rem;top:23.6875rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #IFkx3gyFTCIATphUpb9whtUeeT2bEcEs { width:8.75rem;height:2.68663125rem;top:12.0625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvggJIxpTbP9dtce7zibnVpqregAz9iw { display:block; }
 }@media only screen and (max-width: 763px) { #C92Nh3ftm60ck6xIacATlccJlWxCWi3P { width:15.3125rem;height:10.6875rem;top:31.4375rem;left:2.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#C92Nh3ftm60ck6xIacATlccJlWxCWi3P.adaptive-delivery-prevent-bg, #C92Nh3ftm60ck6xIacATlccJlWxCWi3P.lazyload, #C92Nh3ftm60ck6xIacATlccJlWxCWi3P.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MTJszk6Dsay8iVbtMbq7JTtqWFWunGs4 { width:9.8123125rem;height:1.8684875rem;top:33.561207771301rem;left:5.0933161377907rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrJZm1cUxp85hNqFcgsZXlS4mqf4hxRH { width:12.874375rem;height:1.54296875rem;top:36.8125rem;left:3.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSK3XqzlMRb0ptMtJWrGAt2ldqiTViVo { width:14.375rem;height:1.21853125rem;top:39.625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #AydZmw8q5od0WtLVGbahiD6KffCVl8um { width:8.75rem;height:2.68663125rem;top:42.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k44PXsrDsGvvLQMCvvZ762B3WdwqE7WM { display:block; }
 }@media only screen and (max-width: 763px) { #IdPFZHGXTSUe3ffRKtvoitUePeHMsbav { width:15.3125rem;height:10.686875rem;top:0.4375rem;left:2.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#IdPFZHGXTSUe3ffRKtvoitUePeHMsbav.adaptive-delivery-prevent-bg, #IdPFZHGXTSUe3ffRKtvoitUePeHMsbav.lazyload, #IdPFZHGXTSUe3ffRKtvoitUePeHMsbav.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #B2JIizK1qBcKaQwhZ2OPukZQdQeBCRWW { width:14.375rem;height:1.38020625rem;top:8.125rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #of0G5OKT321ehbb8ATSPWBb9zCLTxQs5 { width:8.75rem;height:2.68663125rem;top:27.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pzp4DdREwD73AJ0MuExltJ3ahQO1FqZv { display:block; }
 }@media only screen and (max-width: 763px) { #ZHEHwp6uhUwlH2RfNwZwKdnMoBkgVKqD { width:9.5605625rem;height:3.0859375rem;top:1.560321171768rem;left:5.2191844582558rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6ZdNA2Noqi6OALxwhs6Z6vXcSqFbkWp { width:12.874375rem;height:2.43706875rem;top:5.25rem;left:3.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3s3Wn9tBlry2T6xuLqU3EdreBrARmev { width:8.75rem;height:2.68663125rem;top:73.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0eOQPw77cC1VCgdZ3rRuowGCkn4bX4q { display:block; }
 }@media only screen and (max-width: 763px) { #cJB4F3ZdexmRbqJprg6X5ot5S46Al875 { width:8.75rem;height:2.68663125rem;top:58.3125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oElJH3TW0HRxpsMiEMA2oZmXhtIkLkRw { display:block; }
 }@media only screen and (max-width: 763px) { #S0JFwAK36fET1d14XqggqGr1h1EtATyU { width:15.3125rem;height:10.6875rem;top:77.625rem;left:2.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#S0JFwAK36fET1d14XqggqGr1h1EtATyU.adaptive-delivery-prevent-bg, #S0JFwAK36fET1d14XqggqGr1h1EtATyU.lazyload, #S0JFwAK36fET1d14XqggqGr1h1EtATyU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oXppG5cs9tkkT8iCEZVJ60uqzG6nmIov { width:15.3125rem;height:10.6875rem;top:62.125rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#oXppG5cs9tkkT8iCEZVJ60uqzG6nmIov.adaptive-delivery-prevent-bg, #oXppG5cs9tkkT8iCEZVJ60uqzG6nmIov.lazyload, #oXppG5cs9tkkT8iCEZVJ60uqzG6nmIov.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hRJv3fyMT4HCaImEphXx7dnFy1Zqghxn { width:15.3125rem;height:10.6875rem;top:46.8125rem;left:2.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#hRJv3fyMT4HCaImEphXx7dnFy1Zqghxn.adaptive-delivery-prevent-bg, #hRJv3fyMT4HCaImEphXx7dnFy1Zqghxn.lazyload, #hRJv3fyMT4HCaImEphXx7dnFy1Zqghxn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Iqsk090xFXHpXkTevc1T2bobTWBg6bPa { width:8.75rem;height:2.68663125rem;top:89.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2zmKyTmC6dBOHV04Wms2Nh72wFWDfMn { display:block; }
 }@media only screen and (max-width: 763px) { #FSnTTMJkaTV9Gqp1aWsny7TvgESV7u0B { width:10rem;height:3.89756875rem;top:79.4375rem;left:5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuWgMPGF3sc28SHXdK60l9g3TuC7m6Sv { width:10rem;height:2.92535rem;top:16.76736164093rem;left:4.7500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPmuI6E3whTNPXukk00fr5LZW79fDb2M { width:1.43555rem;height:1.8684875rem;top:16.70486164093rem;left:13.945313513279rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #od96TobTin0u4g1qbueUJ80TqFxQrLtl { width:12.249375rem;height:3.41363125rem;top:48.687294006347rem;left:4.0625000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rycELtOuiAyFTOlkdfJEMBCkENSgxCnh { width:15.3125rem;height:10.686875rem;top:15.625rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100024;display:block; }#rycELtOuiAyFTOlkdfJEMBCkENSgxCnh.adaptive-delivery-prevent-bg, #rycELtOuiAyFTOlkdfJEMBCkENSgxCnh.lazyload, #rycELtOuiAyFTOlkdfJEMBCkENSgxCnh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XDIepRRQV5QzBmgThhVzmeDf0oV43P0f { width:14.375rem;height:10.6875rem;top:19.8125rem;left:2.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#XDIepRRQV5QzBmgThhVzmeDf0oV43P0f.adaptive-delivery-prevent-bg, #XDIepRRQV5QzBmgThhVzmeDf0oV43P0f.lazyload, #XDIepRRQV5QzBmgThhVzmeDf0oV43P0f.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RdBusiXcmP3xTvCRxBSZBL8HUfEEExUl { width:8.624125rem;height:1.62435rem;top:69.482411384581rem;left:5.7497830986977rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #dQ3ydBPJvRME769I5B4f0yHxrFJ8kQiT { width:12.561875rem;height:3.57421875rem;top:64.672334194181rem;left:3.7185330986977rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFuslsoeMie8zzfcvuqLkwuKzHnDGhRv { width:8.624125rem;height:1.62435rem;top:85.185558319094rem;left:5.6879344582558rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #MhvIlXTVhCnUXJpt94H0Gxag6VxTAdGO { width:12.249375rem;height:2.11263125rem;top:52.100709915161rem;left:4.0625000596046rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuKhNcG8x0cFMoOKUePATINPXv5BKTc3 { width:8.624125rem;height:1.62435rem;top:54.983709335327rem;left:5.6879344582558rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #KFivfwRK5OrDbcB0M87GyLfiOO5WrhO7 { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#KFivfwRK5OrDbcB0M87GyLfiOO5WrhO7 > .row .container { background-color: transparent; background-image: none; }#KFivfwRK5OrDbcB0M87GyLfiOO5WrhO7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KFivfwRK5OrDbcB0M87GyLfiOO5WrhO7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KFivfwRK5OrDbcB0M87GyLfiOO5WrhO7 > .row .container > .video-iframe-container { display: none; }#KFivfwRK5OrDbcB0M87GyLfiOO5WrhO7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KFivfwRK5OrDbcB0M87GyLfiOO5WrhO7 > .row > .video-iframe-container { display: none; }#KFivfwRK5OrDbcB0M87GyLfiOO5WrhO7 > .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); }#KFivfwRK5OrDbcB0M87GyLfiOO5WrhO7 > .row .container { width:20rem;height:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KqUhMr7zQkmgbWkw6sx9CQlacHpZopAq { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #xyp4sEsFZN8b3C9Wrrb0BzZGfwFw7inm { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dzmEzgbEn9O02WVVu9uD3q8CB5mfzniq { width:11.875rem;height:2.76041875rem;top:20.325956344604rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhDiIULHI5R0nOWvFmlhZiyL4w4TI56v { width:14.375rem;height:1.21853125rem;top:23.6875rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #U806L1hcSlVEKoiFQtoJbMKNlw7BnddS { width:8.75rem;height:2.68663125rem;top:12.0625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFKRv61UfxZf05TMhIBV7EnTAwdgIGqk { display:block; }
 }@media only screen and (max-width: 763px) { #UnnZxxDDn9p9V5JTqAS6Mu9pndnnG5BX { width:15.3125rem;height:10.6875rem;top:31.4375rem;left:2.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#UnnZxxDDn9p9V5JTqAS6Mu9pndnnG5BX.adaptive-delivery-prevent-bg, #UnnZxxDDn9p9V5JTqAS6Mu9pndnnG5BX.lazyload, #UnnZxxDDn9p9V5JTqAS6Mu9pndnnG5BX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tsvEVvhrs93cXo31h4LkoHr4NflPtAvk { width:9.8123125rem;height:3.41363125rem;top:32.39150428772rem;left:5.0933161377907rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEZ5utEuqTBuEDi5WC1igGHsqe7ohdUQ { width:12.874375rem;height:1.38020625rem;top:36.8125rem;left:3.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THEAA0ql4RTJMIQtUqSy8XG0ygwERF74 { width:14.375rem;height:1.21853125rem;top:39.625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #MbzZakeED0hASTHZWlO02NmGBdAWWRzZ { width:8.75rem;height:2.68663125rem;top:42.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0zB7lCL8x9Tg1uNctgqTkNBFpEVSBBm { display:block; }
 }@media only screen and (max-width: 763px) { #yMBugU3kJqrw5s8CmNOE1XwD7RXWt30Z { width:15.3125rem;height:10.686875rem;top:0.4375rem;left:2.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#yMBugU3kJqrw5s8CmNOE1XwD7RXWt30Z.adaptive-delivery-prevent-bg, #yMBugU3kJqrw5s8CmNOE1XwD7RXWt30Z.lazyload, #yMBugU3kJqrw5s8CmNOE1XwD7RXWt30Z.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fURJBZTKd6dec5Lt4b2Q2qDibD8tmpFK { width:14.375rem;height:1.38020625rem;top:8.125rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #mTF4zEnpJR5pAtuUFz7yAUZq11HTmZfw { width:8.75rem;height:2.68663125rem;top:27.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnnQKQ69GJwUPKfDH9mDbo4ExW5i97US { display:block; }
 }@media only screen and (max-width: 763px) { #HEJvZh9sAk7twLkuKW8M4EkleG93zWnV { width:9.5605625rem;height:3.0859375rem;top:1.9965286254882rem;left:5.2191844582558rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ7Bc82oKBuMBfFEtT4KvrntG9egVh3b { width:12.874375rem;height:1.54296875rem;top:5.8094615936279rem;left:3.5622830986977rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuxP7SLAFdm2BSCDiwGMGD0kiig5LVgQ { width:8.75rem;height:2.68663125rem;top:58rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0aTnuTkVDPEpyCNSO0PgNkEFcaxp54z { display:block; }
 }@media only screen and (max-width: 763px) { #QgTguNJamGTuOXXsMGZM4ZLuasaAn0Jg { width:15.3125rem;height:10.6875rem;top:61.875rem;left:1.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#QgTguNJamGTuOXXsMGZM4ZLuasaAn0Jg.adaptive-delivery-prevent-bg, #QgTguNJamGTuOXXsMGZM4ZLuasaAn0Jg.lazyload, #QgTguNJamGTuOXXsMGZM4ZLuasaAn0Jg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ODwKOicoJ7ayFBQRu150xIhGb4Jw0Jby { width:15.3125rem;height:10.6875rem;top:46.5rem;left:1.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ODwKOicoJ7ayFBQRu150xIhGb4Jw0Jby.adaptive-delivery-prevent-bg, #ODwKOicoJ7ayFBQRu150xIhGb4Jw0Jby.lazyload, #ODwKOicoJ7ayFBQRu150xIhGb4Jw0Jby.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FlaPDNBhRolPstHdggtcF6KxsM0ThHqF { width:8.75rem;height:2.68663125rem;top:73.4375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GytsTlCAf1GrvqAUORiZEQUKBvcIXce7 { display:block; }
 }@media only screen and (max-width: 763px) { #zQT63utIQLiWxS52wBcdGTum9Z97onSS { width:10rem;height:3.2487rem;top:16.828338623047rem;left:5.0000000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvmOlkxx5kzv6pAQuZmEWZcxtTuPqrJL { width:15.3125rem;height:10.686875rem;top:15.625rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100024;display:block; }#dvmOlkxx5kzv6pAQuZmEWZcxtTuPqrJL.adaptive-delivery-prevent-bg, #dvmOlkxx5kzv6pAQuZmEWZcxtTuPqrJL.lazyload, #dvmOlkxx5kzv6pAQuZmEWZcxtTuPqrJL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ry9XUQqPKNdQ8AQaekLbFaPHvytDrTO5 { width:14.375rem;height:10.6875rem;top:19.8125rem;left:2.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#ry9XUQqPKNdQ8AQaekLbFaPHvytDrTO5.adaptive-delivery-prevent-bg, #ry9XUQqPKNdQ8AQaekLbFaPHvytDrTO5.lazyload, #ry9XUQqPKNdQ8AQaekLbFaPHvytDrTO5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KXW6sVpkHGbEh6AWzs8ZksKFsVd2AxtS { width:1.43555rem;height:1.8684875rem;top:32.389303419739rem;left:13.069662153721rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmH1RdRvW6g8r8Jo0MavXooI9FHEfdBk { width:10.625rem;height:1.7068125rem;top:47.881946563721rem;left:4.6875000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z04eGQEsqCdpTLPVTi1L8oQdCqyGtRrd { width:12.874375rem;height:2.599825rem;top:50.613067626953rem;left:3.1315105557442rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk0gykloi6Ro9xyUVRTL09e56g1DG4LJ { width:14.375rem;height:1.21853125rem;top:54.679901123047rem;left:2.2493489384651rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #WVZF48BPslbTxBNBngFO72oLAdQwatGw { width:11.9998125rem;height:1.7068125rem;top:63.301881790162rem;left:3.2241755127907rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMwesk3NnHpVdhqJo48kkss1WHaus4rv { width:12.874375rem;height:2.43706875rem;top:66.588533401487rem;left:3.5622830986977rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6LRl2HBT2UbXadKvzAxNeuFDgATzJ3J { width:14.375rem;height:1.21853125rem;top:69.650623321531rem;left:2.8125000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #F87lpLpDVguP4NnVbgTEgUZvrI5nGldI { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#F87lpLpDVguP4NnVbgTEgUZvrI5nGldI > .row .container { background-color: transparent; background-image: none; }#F87lpLpDVguP4NnVbgTEgUZvrI5nGldI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F87lpLpDVguP4NnVbgTEgUZvrI5nGldI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F87lpLpDVguP4NnVbgTEgUZvrI5nGldI > .row .container > .video-iframe-container { display: none; }#F87lpLpDVguP4NnVbgTEgUZvrI5nGldI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F87lpLpDVguP4NnVbgTEgUZvrI5nGldI > .row > .video-iframe-container { display: none; }#F87lpLpDVguP4NnVbgTEgUZvrI5nGldI > .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); }#F87lpLpDVguP4NnVbgTEgUZvrI5nGldI > .row .container { width:20rem;height:83.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxRlECWNRIaCsADrBSxxwJivWW89HQr7 { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #AqSiZz2g13PCDTHTkJwaB4Der6TiD8PG { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rx1thFb4OBgLCRCsumIWAbbf7nTM90nG { width:11.875rem;height:1.54296875rem;top:25.5625rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQcyUixBCfJ5dNTvdJXns1ldHTTl5rqA { width:14.375rem;height:1.21853125rem;top:28.9375rem;left:3rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #eBa5kIuhfQ6mRinvlglIxfhBra6zpqRn { width:8.75rem;height:2.68663125rem;top:17.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQN5ZbmM42UmI0tHsUvTapD1ntVcA1AV { display:block; }
 }@media only screen and (max-width: 763px) { #BnEWM45OUQtKsCoyIqJPdIssB51NfGyM { width:15.3125rem;height:10.6875rem;top:36.6875rem;left:2.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#BnEWM45OUQtKsCoyIqJPdIssB51NfGyM.adaptive-delivery-prevent-bg, #BnEWM45OUQtKsCoyIqJPdIssB51NfGyM.lazyload, #BnEWM45OUQtKsCoyIqJPdIssB51NfGyM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TePlii2TpiAwTMUiByLFCIGieKF1fxBF { width:14.375rem;height:1.21853125rem;top:44.875rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #nGDAPTGV52iS3o8VEt1GfHQ6wqh6i6bp { width:8.75rem;height:2.68663125rem;top:48.125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkRTGzyWziM6GDt7uVvwbwAuBKSo6R6c { display:block; }
 }@media only screen and (max-width: 763px) { #CZMHf3mWVVhWi969a3Z3o2E4R2S6gNkU { width:15.3125rem;height:10.686875rem;top:5.6875rem;left:2.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#CZMHf3mWVVhWi969a3Z3o2E4R2S6gNkU.adaptive-delivery-prevent-bg, #CZMHf3mWVVhWi969a3Z3o2E4R2S6gNkU.lazyload, #CZMHf3mWVVhWi969a3Z3o2E4R2S6gNkU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eUtsTTVFdcNg29wq1sWnCOw8PxQkWI5f { width:14.375rem;height:1.38020625rem;top:13.375rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #wZwQ66eUIWU6vobbkmgc5wHx3NssdS9a { width:8.75rem;height:2.68663125rem;top:32.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSFmTsVdkTQpIDcTLkneNArJ0eFnmV3i { display:block; }
 }@media only screen and (max-width: 763px) { #EIyFTqtUzXe0DT15IHWGiF1f0R94TbBy { width:9.5605625rem;height:1.54296875rem;top:7.25rem;left:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbgz3d2Qtpv6D2TagMDiFpT5n7bh7aIB { width:12.874375rem;height:1.54296875rem;top:11.0625rem;left:3.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrmUceLBm3miTq2KrNOglwT3EbxSBe5m { width:8.75rem;height:2.68663125rem;top:63.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpKJa6CLh0QlguiKZiAcAK2V8N3aUNQZ { display:block; }
 }@media only screen and (max-width: 763px) { #WDLyXcBBxQdRXB16XqiMXVA1ymsJGqCu { width:15.3125rem;height:10.6875rem;top:67.125rem;left:2rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#WDLyXcBBxQdRXB16XqiMXVA1ymsJGqCu.adaptive-delivery-prevent-bg, #WDLyXcBBxQdRXB16XqiMXVA1ymsJGqCu.lazyload, #WDLyXcBBxQdRXB16XqiMXVA1ymsJGqCu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FwsdJwacmdUwwIVXoU4znEm0qFH9nrRx { width:15.3125rem;height:10.6875rem;top:51.75rem;left:2rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#FwsdJwacmdUwwIVXoU4znEm0qFH9nrRx.adaptive-delivery-prevent-bg, #FwsdJwacmdUwwIVXoU4znEm0qFH9nrRx.lazyload, #FwsdJwacmdUwwIVXoU4znEm0qFH9nrRx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Up1vDsJTzX9Cyar0z5gkd66OTe3I75HL { width:8.75rem;height:2.68663125rem;top:78.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQrJBklcxiV5lc41cWS9eB2b8MG7Nlkh { display:block; }
 }@media only screen and (max-width: 763px) { #NfmHtgJK6np46qZzUNsU8e2fxZyiwLyo { width:10rem;height:1.7068125rem;top:22.0625rem;left:5.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6voWZgx7HPVkGaTRzDHkXTV6wDCD2Ou { width:15.3125rem;height:10.686875rem;top:20.875rem;left:2.5625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100024;display:block; }#h6voWZgx7HPVkGaTRzDHkXTV6wDCD2Ou.adaptive-delivery-prevent-bg, #h6voWZgx7HPVkGaTRzDHkXTV6wDCD2Ou.lazyload, #h6voWZgx7HPVkGaTRzDHkXTV6wDCD2Ou.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T34eC4GizTXwNwwTMJJkCFAUcxf3AQkN { width:14.375rem;height:10.6875rem;top:19.8125rem;left:2.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#T34eC4GizTXwNwwTMJJkCFAUcxf3AQkN.adaptive-delivery-prevent-bg, #T34eC4GizTXwNwwTMJJkCFAUcxf3AQkN.lazyload, #T34eC4GizTXwNwwTMJJkCFAUcxf3AQkN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NOyntsh6xFwhVzzNHszFFPqA9fSViPlq { width:10.625rem;height:1.7068125rem;top:53.125rem;left:4.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrTvb4m4JDM6ufSKszZ95MqchFhDaqsp { width:12.874375rem;height:1.462675rem;top:56.4375rem;left:3.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpDFFFfNyGTiuCoxvGSpttHKCNIF3w3n { width:14.375rem;height:1.21853125rem;top:59.9375rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #lx37xIpU2x4sF9bKEKgVxx1srlXxGa5s { width:11.9998125rem;height:1.7068125rem;top:68.5625rem;left:3.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avWl3PHplgClw6xEZT9yNGQ9oZsKk6TT { width:12.874375rem;height:2.43706875rem;top:71.8125rem;left:3.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeCuct5xsTpxg7lVIiwAi30okpLrbtI3 { width:14.375rem;height:1.21853125rem;top:74.875rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #QpESVQsDaolV1LI2L2COOR8qeLZeVMSw { width:20rem;height:2.51844375rem;top:1.8717317581177rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn11TyCnG2wvxiplo6nz5vA9Dxs54vnw { width:11.9998125rem;height:1.7068125rem;top:37.8125rem;left:4.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTfzs1TvPLqMVT1nbep8m0fpPKQvLZzm { width:12.874375rem;height:1.54296875rem;top:41.3125rem;left:3.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXJTAIbszLEORRfen789qWpNqERNQdE4 { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#tXJTAIbszLEORRfen789qWpNqERNQdE4 > .row .container { background-color: transparent; background-image: none; }#tXJTAIbszLEORRfen789qWpNqERNQdE4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tXJTAIbszLEORRfen789qWpNqERNQdE4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tXJTAIbszLEORRfen789qWpNqERNQdE4 > .row .container > .video-iframe-container { display: none; }#tXJTAIbszLEORRfen789qWpNqERNQdE4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tXJTAIbszLEORRfen789qWpNqERNQdE4 > .row > .video-iframe-container { display: none; }#tXJTAIbszLEORRfen789qWpNqERNQdE4 > .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); }#tXJTAIbszLEORRfen789qWpNqERNQdE4 > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZHALTy7ZTThedNJ1yniksJOVudInvt0 { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #K6THvrGToSxMTDhplEQz21Aw0snn819U { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XdsOMbt5260bUF9XtwXAOUWyRaRV6M8s { width:8.75rem;height:2.68663125rem;top:17.3125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLs3Tm46OJ7T4sLHTseM0WtQDN7nhlg6 { display:block; }
 }@media only screen and (max-width: 763px) { #bnKSAPqiVG2GFtSsniHdzwJBPLE2KP2Z { width:15.3125rem;height:10.6875rem;top:21.1875rem;left:2.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#bnKSAPqiVG2GFtSsniHdzwJBPLE2KP2Z.adaptive-delivery-prevent-bg, #bnKSAPqiVG2GFtSsniHdzwJBPLE2KP2Z.lazyload, #bnKSAPqiVG2GFtSsniHdzwJBPLE2KP2Z.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EABgAzEDI63tPXeUwUKyu1HEeuq8y5aE { width:15.3125rem;height:10.6875rem;top:5.8125rem;left:2.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#EABgAzEDI63tPXeUwUKyu1HEeuq8y5aE.adaptive-delivery-prevent-bg, #EABgAzEDI63tPXeUwUKyu1HEeuq8y5aE.lazyload, #EABgAzEDI63tPXeUwUKyu1HEeuq8y5aE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iiX5WzHJoUKLnozIkxtxM3Qt1EDwwH8f { width:8.75rem;height:2.68663125rem;top:32.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtV2FX3vOV07r3ccdqC2SPpmPGmd6da6 { display:block; }
 }@media only screen and (max-width: 763px) { #uV1gmPVcDPRtvUbJpqvwider3eewbSwX { width:15.3125rem;height:10.686875rem;top:20.875rem;left:2.5625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100024;display:none; }#uV1gmPVcDPRtvUbJpqvwider3eewbSwX.adaptive-delivery-prevent-bg, #uV1gmPVcDPRtvUbJpqvwider3eewbSwX.lazyload, #uV1gmPVcDPRtvUbJpqvwider3eewbSwX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PbLgiTxJzp3TCRL5bifduvRhatSLBZby { width:10.625rem;height:3.41363125rem;top:7.1875rem;left:4.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TghOhUAIy7GJg5EHqGsPKGrVrVaF9ves { width:12.874375rem;height:1.462675rem;top:10.5rem;left:3.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ3M0ShRaMSszpZINPKOcTeyf9GXKpAg { width:14.375rem;height:1.21853125rem;top:14rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #l88RWkNHeb8wvTCkJJqzOO3r7daFyhDz { width:11.9998125rem;height:3.0859375rem;top:22.625rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzybhKp5AVGtqT7COybS2me0ZBJKdQWd { width:12.874375rem;height:1.21853125rem;top:26.566842556rem;left:3.5622830986977rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckouAfrW7iM6l3gDre11qUIgEHcQXMfd { width:14.375rem;height:1.21853125rem;top:29.3125rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #muPTXEPQazzxu56TbOAwiA2nTy4rbVRo { width:20rem;height:2.51844375rem;top:1.8717317581177rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBtFlqSmsKqKkwVhqsMIO69Twk3NL1PR { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#GBtFlqSmsKqKkwVhqsMIO69Twk3NL1PR > .row .container { background-color: transparent; background-image: none; }#GBtFlqSmsKqKkwVhqsMIO69Twk3NL1PR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GBtFlqSmsKqKkwVhqsMIO69Twk3NL1PR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GBtFlqSmsKqKkwVhqsMIO69Twk3NL1PR > .row .container > .video-iframe-container { display: none; }#GBtFlqSmsKqKkwVhqsMIO69Twk3NL1PR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GBtFlqSmsKqKkwVhqsMIO69Twk3NL1PR > .row > .video-iframe-container { display: none; }#GBtFlqSmsKqKkwVhqsMIO69Twk3NL1PR > .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); }#GBtFlqSmsKqKkwVhqsMIO69Twk3NL1PR > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soxT6S8TL3CMPQJfKLTKdEO4HV6zUutM { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #CrJEn2JcclfS9MqKpeuwx8cTNrpT8T19 { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RAeE5pCow4aTt0ED1rpQixgTCVxtzRBs { width:8.75rem;height:2.68663125rem;top:19.6875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWPH8XGvI9RocfIi3q1JAtfuWtZ2JhHm { display:block; }
 }@media only screen and (max-width: 763px) { #MNBuoknvDUqilRbyD1l14qOsrdxnflf0 { width:15.3125rem;height:10.6875rem;top:23.5625rem;left:2.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#MNBuoknvDUqilRbyD1l14qOsrdxnflf0.adaptive-delivery-prevent-bg, #MNBuoknvDUqilRbyD1l14qOsrdxnflf0.lazyload, #MNBuoknvDUqilRbyD1l14qOsrdxnflf0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Edf07B6g2b4cNBI6xceUwpUOz97KTyP5 { width:15.3125rem;height:10.6875rem;top:8.1875rem;left:2.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Edf07B6g2b4cNBI6xceUwpUOz97KTyP5.adaptive-delivery-prevent-bg, #Edf07B6g2b4cNBI6xceUwpUOz97KTyP5.lazyload, #Edf07B6g2b4cNBI6xceUwpUOz97KTyP5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qc4sGfT4HaVI239hMBBKJMARL9lmlq6T { width:8.75rem;height:2.68663125rem;top:35.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ9R9SeIJg4fdCFrtmWJs3QGZ7VFXcaK { display:block; }
 }@media only screen and (max-width: 763px) { #PB1GGbIhoxNuTyQdw1JvSHEDTLm3e6WM { width:15.3125rem;height:10.686875rem;top:20.875rem;left:2.5625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100024;display:none; }#PB1GGbIhoxNuTyQdw1JvSHEDTLm3e6WM.adaptive-delivery-prevent-bg, #PB1GGbIhoxNuTyQdw1JvSHEDTLm3e6WM.lazyload, #PB1GGbIhoxNuTyQdw1JvSHEDTLm3e6WM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BKzlT1hJG49Gw2yzItDg70DI6W9qkCDJ { width:10.625rem;height:3.413625rem;top:11.375rem;left:4.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L60QZRmsnr1p1tTV2q6PykFwW9RrQmCh { width:14.375rem;height:1.21853125rem;top:16.375rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #sURh6c34OvsZfPwsrplCVzQruEfQHWwK { width:11.9998125rem;height:3.0859375rem;top:25rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8VhsPOPtLGpntIhH9AOowc4nuTmw8pB { width:12.874375rem;height:1.21853125rem;top:29.3125rem;left:3.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx1e76T5iITGhlgZLgQzgqARXOep5E4H { width:14.375rem;height:1.21853125rem;top:31.3125rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #TUh9sLpNJnU7RFwfT1XAZheFxc9BI93O { width:20rem;height:5.03689375rem;top:1.8717317581177rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMBTdCLqsGE8XwK0EuEkT20NNHKO7Sus { width:8.75rem;height:2.6875rem;top:51.136100126953rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz25BiVEzKKrlNmMXK5BpaL8AZsUoOIH { display:block; }
 }@media only screen and (max-width: 763px) { #mWxw0rOT64OtkzAgRKb19swsTRUaySvC { width:15.3125rem;height:10.6875rem;top:39.060336376953rem;left:2.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#mWxw0rOT64OtkzAgRKb19swsTRUaySvC.adaptive-delivery-prevent-bg, #mWxw0rOT64OtkzAgRKb19swsTRUaySvC.lazyload, #mWxw0rOT64OtkzAgRKb19swsTRUaySvC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hVlAHTOEIMvLH98Z5RLSNbeK9EKnB5Cr { width:12.874375rem;height:1.21853125rem;top:45.247836376953rem;left:3.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuKFEkaNnnnkbLTRg17sI2ifUhrU2lxW { width:14.375rem;height:1.21853125rem;top:47.372836376953rem;left:2.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #yuWKbhbS1zhfnDndcacLeCWZdEvEXvGH { width:11.9998125rem;height:3.0859375rem;top:41.685336376953rem;left:3.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB6Jii8gWTGNqIgyWcNTy5vpyIw32iyi { display:block; }#NB6Jii8gWTGNqIgyWcNTy5vpyIw32iyi > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EkoeFxED5svqomLMwh5K5hi3NTht4Oww { width:16.125rem;height:2.27430625rem;top:19.437500953674rem;left:1.9375000596046rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #THXNJSatbX5hzBv8CzDBe7CdNS7gv4Na { width:11.1875rem;height:1.625rem;top:26.531250953674rem;left:3.7500002980233rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #asRTVGfvScCK6AEHU6OcO34KHuWzdcOT { width:13.0625rem;height:2.92535rem;top:22.759766578674rem;left:2.8125000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Tv3O9MHURoqwU01F6vBrxzBE5RbH3w48 { width:2.8125rem;height:2.8125rem;top:29.3125rem;left:11.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlXWD1wR1uRh9ahwGhsvJpA4eNKVuuwu { width:2.8125rem;height:2.8125rem;top:29.3125rem;left:7.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhnI9JMCUfsZkOCo6wrQVnZTTKD88W5p { width:2.8125rem;height:2.8125rem;top:29.3125rem;left:4.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp9lRtGxonZl7Q4vaHFw9H3AnWqI5Aga { width:11.625rem;height:17.8125rem;top:0.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0cZN6T7rlVSq2DmJykJl0Rn1sFTIzNx { width:2.8125rem;height:2.8125rem;top:25.937500953674rem;left:15.875001251697rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeHGREWqJTHx79g4UtRCAMINVK8dPE56 { width:2.8125rem;height:2.8125rem;top:22.811198234558rem;left:15.875001251697rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSyNUsUSxFLKfgNeerzeTu728bOmxZhi { width:2.8125rem;height:2.8125rem;top:29.312500953674rem;left:15.875001251697rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkOukTEPf9ET9asz1QTU88bATKhBR8LD { width:19.3125rem;height:0.9746125rem;top:33.708984375rem;left:0.68684893846512rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }