.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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh { position:relative;display:block; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh { background-color: transparent; background-image: none; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container > .video-iframe-container { display: none; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row > .video-iframe-container { display: none; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .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); }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh { border-width: 0; border-radius: 0; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container > .video-iframe-container {  }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#mW2kaOMNNSf5Ms83zoTvVAEk4VGnelZm { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.93728125rem;width:21.9998125rem;top:0.46875002980232rem;left:18.998481750488rem;overflow:hidden;display:block; }
#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e3bfc8, #da96be);background-image: -moz-linear-gradient(180deg, #e3bfc8, #da96be);background-image: -ms-linear-gradient(180deg, #e3bfc8, #da96be);background-image: -o-linear-gradient(180deg, #e3bfc8, #da96be);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3bfc8', endColorstr='#da96be' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3bfc8', endColorstr='#da96be' );";background-image: linear-gradient(180deg, #e3bfc8, #da96be);background-size:auto !important;position:relative;display:block; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { background-color: transparent; background-image: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .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); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { border-width: 0; border-radius: 0; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container {  }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:60rem;position:relative;display:block; }#TfwvzEJJf2FvWaBf9vRbbKSTu7aMDOyO { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.936625rem;width:20.7498125rem;top:7.5625rem;left:39.25rem;overflow:hidden;display:block; }
#qRpUURQuVTawh9kU9dnvNd3DmdRwmCxE { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.9375rem;width:29.5625rem;top:10.058594703674rem;left:0rem;overflow:hidden;display:block; }
#xriOgq0msMvfL5FlSAlfcGdA39WbgHbD { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.8125rem;width:32.875rem;top:13.3125rem;left:13.5625rem;display:block; }
#GQqRoEAT2KhpPvTmlQfwSaMtdhWr9OFi { color:#000000;display:block;width:24.5rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:13.8125rem;left:17.75rem;height:2.192925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-form-header {  }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-regular-label { height:auto;display:none;font-family:lato;font-size:0.875rem;font-weight:bold;color:#000000;width:27.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #878787;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:27.75rem;box-sizing:border-box;height:2.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-text {padding-top: 0; padding-bottom: 0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #878787;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:27.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-select {padding-top: 0; padding-bottom: 0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .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; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-button { background-color:#d19a52;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;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:27.75rem;height:3rem;font-family:amiri;overflow:hidden; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk [class*="-text"]:-moz-placeholder { color:#979797;font-family:"br font n-day";font-size:0.875rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk [class*="-text"]::-moz-placeholder { color:#979797;font-family:"br font n-day";font-size:0.875rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk [class*="-text"]:-ms-input-placeholder { color:#979797;font-family:"br font n-day";font-size:0.875rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk [class*="-text"]::-webkit-input-placeholder { color:#979797;font-family:"br font n-day";font-size:0.875rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .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:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:26.375rem;overflow:hidden;font-style:normal; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .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; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-container { padding-top:1.0625rem;padding-right:0;padding-bottom:1rem;padding-left:0;width:100%;font-size:0;height:auto; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-container:first-of-type{padding-top:0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-container:last-of-type{padding-bottom:0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100010;position:absolute;top:16.062284469604rem;left:14.874132156372rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.75rem;display:block;vertical-align:top; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk {display:block;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100010;position:absolute;top:16.062284469604rem;left:14.874132156372rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #ihso1EdAfK7PfEFCIZVX6V1O7uTgZk2o { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #dL78uxVDNQHT7rpnPVUJXKvl1eUKKO3m { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #rVrVqcoIMaBfmVT8Gkz3M0gQAGCJww2I { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #a7b2mKqmNyUQcVQwcoEvK6IHmSk1wBMy { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #s3gLu9TLHCOMv7Hi8cfzgvNmsv4EP5gK { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #HVsqHZ55iTh6TMaV3pq4ukbLVqqX4klm { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #Vb6FRV3xdtNM4H6iFBooOUJM5DI9GptN { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #OAcHvAVgyU9hxVLKBDoScXHsioMTmBWq { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #DNzoHJcBSn8ZQMhmIezC0DNMFl80l1UT { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #U8gKFzo4EtCKeqTFZyb7RMTIh6sLVARp { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #mxeTqUkJDREb4nIqTictgh38kDB26gX8 { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #MouDcqiN6bMdFQ07KnEQeJhXSnDavcF5 { position:relative; }
#OO9MDOQokbuMoJkRWlWrAmXEHuqwdMvG { position:relative;display:block; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #cToeNzTVBPtEgQZGIw6zRP7h9bPnopX7 { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #zw7LNOvh4FaACLbW2kWfKy62lAuoaTLJ { position:relative; }
#uDHmzMUpb9ipe5vv2eAvBJ8nl4s73zcw { position:absolute;display:block;z-index:100011;background-color:#fce8b9;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:6.25rem;width:6.25rem;top:11.375rem;left:10.4375rem;display:block; }
#gUs9Apcoy90IB0Apo3hslsyRGbxWp3SL { color:#000000;display:block;width:5.56206875rem;position:absolute;font-family:"aref ruqaa";font-size:1.3125rem;font-weight:700;z-index:100012;line-height:1.2;letter-spacing:0;top:12.9375rem;left:10.75rem;height:4.7265625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pShgekOIHnqEBcI3gDud11kxTpAtvC3a { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100014;top:4.0603301525116rem;left:29.375rem; }
#ozDkb49G8greBVcZpuIl57EKHtf4ryNQ { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.18685rem;width:8.499375rem;top:9.1555995941163rem;left:21.069011688233rem;overflow:hidden;display:block; }
#xwP2kIcI67SH7c6ZZkf8Ns5vTXGJ7tZl { color:#494748;display:block;width:13.499375rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100095;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(42,40,41,0.31);top:6.4496536254881rem;left:23.249782562256rem;height:1.8684875rem;font-style:normal;display:block; }
#WbhRUHKWrMlTlc7uNKTKXmVtSA0aSrIC { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:8.5rem;top:8.8743488788606rem;left:30.625rem;overflow:hidden;display:block; }
#tmGE4wi1eIuFIQl3v82M6m65KZJi335B { color:#ffffff;display:block;width:46.6873125rem;position:absolute;font-family:"mykonos ar";font-size:1.1875rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.8736979961395rem;left:6.6547298431394rem;height:4.62890625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { color:#453f41;display:block;width:46.6873125rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19);top:1.0438370704651rem;left:6.1501731872559rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a75355N6368cHQh1CHkppn6yGOJTPfkn { position:absolute;display:block;z-index:100000;background-color:rgba(243,249,255,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:3.125rem;width:8.2498125rem;top:8.9984817504881rem;left:21.193576812744rem;display:block; }
#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:#da96be;background-image:url("https://images.assets-landingi.com/Uaotpodj/bg1.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.adaptive-delivery-prevent-bg, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyload, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyloading { background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container {  }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:60rem;height:11.5rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#IaD29dTLxmPe3hBaGTSwiJO85a1Wyyv5 { background-color:rgba(255,255,255,0.75);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.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-sizing:border-box;color:#4a610e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"br font n-day";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:6.6875rem;left:22.125rem;display:block; }
#JyydKX5EDW6o7Wkgh3o5QiGbEtTEieyT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xXgyky03o9g0JFmxCVf0WT1doeTJSkby { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100024;opacity:1;top:6.625rem;left:22.0625rem; }
#xXgyky03o9g0JFmxCVf0WT1doeTJSkby > img { max-width: 100%;max-height:100%; }#MckypThRNxTkphy1JMToE72gpAcw4Ffa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#MckypThRNxTkphy1JMToE72gpAcw4Ffa > .row .container { background-color: transparent; background-image: none; }#MckypThRNxTkphy1JMToE72gpAcw4Ffa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MckypThRNxTkphy1JMToE72gpAcw4Ffa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MckypThRNxTkphy1JMToE72gpAcw4Ffa > .row .container > .video-iframe-container { display: none; }#MckypThRNxTkphy1JMToE72gpAcw4Ffa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MckypThRNxTkphy1JMToE72gpAcw4Ffa > .row > .video-iframe-container { display: none; }#MckypThRNxTkphy1JMToE72gpAcw4Ffa > .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); }#MckypThRNxTkphy1JMToE72gpAcw4Ffa > .row .container { border-width: 0; border-radius: 0; }#MckypThRNxTkphy1JMToE72gpAcw4Ffa > .row > .video-iframe-container {  }#MckypThRNxTkphy1JMToE72gpAcw4Ffa > .row .container { font-size:0.875rem;font-family:arial;height:133.8125rem;width:60rem;position:relative;display:block; }#RIrZmDU64amlfhNQ4oKrLEhL52Phu9mz { position:absolute;display:block;z-index:100039;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.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:0.93750023841856rem;left:43.4375rem;display:block; }#RIrZmDU64amlfhNQ4oKrLEhL52Phu9mz.adaptive-delivery-prevent-bg, #RIrZmDU64amlfhNQ4oKrLEhL52Phu9mz.lazyload, #RIrZmDU64amlfhNQ4oKrLEhL52Phu9mz.lazyloading { background-image: none; }
#B60bXJvr91LrDucmKFLltcxxwCJsoZ96 { 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:100040;text-align:center;text-align-last:center;top:12.3125rem;left:46.8125rem;display:block; }
#U5DHGef3SqQbPaIzaFLtI3A4deO262zI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rO270AsWOdBOVNWxXnINwGH1dBFcbQdZ { position:absolute;display:block;z-index:100041;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.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.8748125rem;width:15.1248125rem;top:1.005861653015rem;left:22.465278625488rem;display:block; }#rO270AsWOdBOVNWxXnINwGH1dBFcbQdZ.adaptive-delivery-prevent-bg, #rO270AsWOdBOVNWxXnINwGH1dBFcbQdZ.lazyload, #rO270AsWOdBOVNWxXnINwGH1dBFcbQdZ.lazyloading { background-image: none; }
#ZeiTzzBzCL0Fp87ME9OUZ9hUdOTaEI9X { 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:100042;text-align:center;text-align-last:center;top:12.3125rem;left:25.75rem;display:block; }
#CFuMLepEhHPkRFZg4G0ikEbcL46R6icn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uTXDZGSVzgh48622QXT4u7qsJK8NAGhV { 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.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:0.9375rem;left:1.5rem;display:block; }#uTXDZGSVzgh48622QXT4u7qsJK8NAGhV.adaptive-delivery-prevent-bg, #uTXDZGSVzgh48622QXT4u7qsJK8NAGhV.lazyload, #uTXDZGSVzgh48622QXT4u7qsJK8NAGhV.lazyloading { background-image: none; }
#EU2WsHfLR9naVpr0CnAsMn05c1nh2CK8 { 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:100044;text-align:center;text-align-last:center;top:12.3125rem;left:4.9375rem;display:block; }
#huGxbx6AmTmebvL6DF4V8E0D2KZ8lmR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#row4EZAordTRzUbhcQbwRr7kPeBQmDyd { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9980625rem;width:20.8105625rem;top:9.6929225921631rem;left:27.873264312744rem;overflow:hidden;display:block; }
#GihU22aSXrxItW7gJPkekCB9UWITxFVS { position:absolute;display:block;z-index:100050;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.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:17.5rem;left:1.3125rem;display:block; }#GihU22aSXrxItW7gJPkekCB9UWITxFVS.adaptive-delivery-prevent-bg, #GihU22aSXrxItW7gJPkekCB9UWITxFVS.lazyload, #GihU22aSXrxItW7gJPkekCB9UWITxFVS.lazyloading { background-image: none; }
#mcA3Qg1IGVweMIuHgFbyUIkowkHGq4wy { 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:100051;text-align:center;text-align-last:center;top:28.875rem;left:4.75rem;display:block; }
#g2EoEOfHfdaqoIsSpzg7E925IeBbmPG6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#owtSocuyVTS8QQ9f5uxvTQ95FFzhEDse { position:absolute;display:block;z-index:100048;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.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:17.5rem;left:22.125rem;display:block; }#owtSocuyVTS8QQ9f5uxvTQ95FFzhEDse.adaptive-delivery-prevent-bg, #owtSocuyVTS8QQ9f5uxvTQ95FFzhEDse.lazyload, #owtSocuyVTS8QQ9f5uxvTQ95FFzhEDse.lazyloading { background-image: none; }
#TxMJ3UJgzWzsctGuN5zR4M724DeZzT2b { 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:100049;text-align:center;text-align-last:center;top:28.875rem;left:25.5625rem;display:block; }
#omkgIW0UfbuNRIm9I1JMFZWx7r6GGMdD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MLpWCoLvHqFhG5BEQGhS5SNWKmvuKIeN { position:absolute;display:block;z-index:100046;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.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:17.5rem;left:43.25rem;display:block; }#MLpWCoLvHqFhG5BEQGhS5SNWKmvuKIeN.adaptive-delivery-prevent-bg, #MLpWCoLvHqFhG5BEQGhS5SNWKmvuKIeN.lazyload, #MLpWCoLvHqFhG5BEQGhS5SNWKmvuKIeN.lazyloading { background-image: none; }
#QtsCxWsVn8QiG2DfvrTIeytUsE4X4J9A { 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:100047;text-align:center;text-align-last:center;top:28.875rem;left:46.625rem;display:block; }
#HxrOaiTWVXtMoZerrBd3cUGaN3LIVeHA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fmpkyqWxUqGJTnyEthVbFrHyWbyheeS5 { position:absolute;display:block;z-index:100056;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.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:34.125rem;left:1.5rem;display:block; }#fmpkyqWxUqGJTnyEthVbFrHyWbyheeS5.adaptive-delivery-prevent-bg, #fmpkyqWxUqGJTnyEthVbFrHyWbyheeS5.lazyload, #fmpkyqWxUqGJTnyEthVbFrHyWbyheeS5.lazyloading { background-image: none; }
#u7s2JFqWB0hK8rpliPNBTHkllFp5ckuh { 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:100057;text-align:center;text-align-last:center;top:45.5rem;left:4.9375rem;display:block; }
#Txd15AGHeXDqsg5hvkQqKnuVeQ2L6g5s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WSmLEtTBPa4ztNTtVENnmTakiehFmNri { position:absolute;display:block;z-index:100054;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.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.8748125rem;width:15.1248125rem;top:34.18620098941rem;left:22.311199188233rem;display:block; }#WSmLEtTBPa4ztNTtVENnmTakiehFmNri.adaptive-delivery-prevent-bg, #WSmLEtTBPa4ztNTtVENnmTakiehFmNri.lazyload, #WSmLEtTBPa4ztNTtVENnmTakiehFmNri.lazyloading { background-image: none; }
#KqrhTE3Wv77E17MuoPbhIXhU86dp4qit { 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:100055;text-align:center;text-align-last:center;top:45.5rem;left:25.75rem;display:block; }
#uCA0dDDUNIwSeMPhDRoBotPweHaVcvUR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tJCsIPzaQ6DyLSEONvFOM2pgAvKmk0vr { position:absolute;display:block;z-index:100052;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.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:34.125rem;left:43.4375rem;display:block; }#tJCsIPzaQ6DyLSEONvFOM2pgAvKmk0vr.adaptive-delivery-prevent-bg, #tJCsIPzaQ6DyLSEONvFOM2pgAvKmk0vr.lazyload, #tJCsIPzaQ6DyLSEONvFOM2pgAvKmk0vr.lazyloading { background-image: none; }
#WsP4vtxkrZro3HNXKlEoPDcxgV37PbRF { 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:100053;text-align:center;text-align-last:center;top:45.5rem;left:46.8125rem;display:block; }
#R6EksCvWupWsR3iQTC1aGk5GEGRlpoUB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wAEy4swuxLCJIRog1cnIGgTBst3P8onx { position:absolute;display:block;z-index:100062;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.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:50.125rem;left:1.5rem;display:block; }#wAEy4swuxLCJIRog1cnIGgTBst3P8onx.adaptive-delivery-prevent-bg, #wAEy4swuxLCJIRog1cnIGgTBst3P8onx.lazyload, #wAEy4swuxLCJIRog1cnIGgTBst3P8onx.lazyloading { background-image: none; }
#E3pJ5FmQD1pKTn5K5MVp1LRL75F5K7EC { 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:100063;text-align:center;text-align-last:center;top:61.5rem;left:4.9375rem;display:block; }
#QC2x68mgmvbzbsVDqB7zU6uW8NJJUSiE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#taEutwTneL5lDqUKJ9E3tALT2kcHIQDw { position:absolute;display:block;z-index:100060;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.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:50.125rem;left:22.3125rem;display:block; }#taEutwTneL5lDqUKJ9E3tALT2kcHIQDw.adaptive-delivery-prevent-bg, #taEutwTneL5lDqUKJ9E3tALT2kcHIQDw.lazyload, #taEutwTneL5lDqUKJ9E3tALT2kcHIQDw.lazyloading { background-image: none; }
#gMFwFLI9G5yBywBA8Zopy0lIrc12RETh { 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:100061;text-align:center;text-align-last:center;top:61.5rem;left:25.75rem;display:block; }
#BtDi4mAqQstbvG87u1yqLl5u7P2bM6Al { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lRW2uqkDURtroVmuI5r1dTeJ40uHa4Uo { position:absolute;display:block;z-index:100058;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.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:50.125rem;left:43.4375rem;display:block; }#lRW2uqkDURtroVmuI5r1dTeJ40uHa4Uo.adaptive-delivery-prevent-bg, #lRW2uqkDURtroVmuI5r1dTeJ40uHa4Uo.lazyload, #lRW2uqkDURtroVmuI5r1dTeJ40uHa4Uo.lazyloading { background-image: none; }
#NExk0CqsM2z9x4IVHhFmLmZgSXXEha7i { 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:100059;text-align:center;text-align-last:center;top:61.5rem;left:46.8125rem;display:block; }
#rcGTeK2b14qmLwKlKIpnowsziRPBBZRF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T3Id4UdWH8LdTWH9sX6GZM4vabUFtO45 { position:absolute;display:block;z-index:100066;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.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:66.8125rem;left:1.3125rem;display:block; }#T3Id4UdWH8LdTWH9sX6GZM4vabUFtO45.adaptive-delivery-prevent-bg, #T3Id4UdWH8LdTWH9sX6GZM4vabUFtO45.lazyload, #T3Id4UdWH8LdTWH9sX6GZM4vabUFtO45.lazyloading { background-image: none; }
#EwFNF5Xu38kQJVFmZ2D6u80HX6RgNyuG { 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:100067;text-align:center;text-align-last:center;top:78.1875rem;left:4.75rem;display:block; }
#ecXqnpUQOwoZXrDwLXWPelce3y32FlRM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AvDAWlgMZ3Vrny6PdVTCd33BBWApUTF8 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9980625rem;width:20.8105625rem;top:43.569884300232rem;left:13.817274093628rem;overflow:hidden;display:block; }
#eNa0M1EyiLRRvBKu6sex2K7b00F1gcgT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100070;line-height:1.3;letter-spacing:0;top:4.3674049377441rem;left:44.874135017395rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#FIXm0X2hz0d6w7oROEwGTl87kxPnsR8k { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100072;line-height:1.3;letter-spacing:0;top:9.8793401718137rem;left:44.874134063721rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#wnABTPs0gzdH1aWzkKmLJaRiZ86XikPU { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100075;line-height:1.3;letter-spacing:0;top:9.875rem;left:23.75rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#LiF7T2EyiufpavPuqZ81tKZ5XoL1cuge { color:#000000;display:block;width:13.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100073;line-height:1.3;letter-spacing:0;top:5.6108951568604rem;left:23.344185829163rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#g6SsaCe73L4LZ0hW95OaSQZ7Nfa8xTLb { color:#000000;display:block;width:13.311625rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100076;line-height:1.3;letter-spacing:0;top:6.125rem;left:2.5625rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#AOaopIVwpK8Tx0q8JZ0UreQG6oCnwb3X { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100078;line-height:1.3;letter-spacing:0;top:9.875rem;left:2.9375rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#am7ribBB7zmcPqoRVushMr4g0aDsZxCT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100073;line-height:1.3;letter-spacing:0;top:21.385634124279rem;left:44.874135017395rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#op7mi4LgwqSyfhkEfASNNhb5Z7EPk0tF { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100075;line-height:1.3;letter-spacing:0;top:26.0625rem;left:44.875rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#mXAu9cBg6uzfruUvqEFkubhMOolKxv0I { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100078;line-height:1.3;letter-spacing:0;top:26.052517784759rem;left:23.75rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#r7o3OTyr6VcU2ie6hJJpUdpnAbF1VBHM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100076;line-height:1.3;letter-spacing:0;top:21.385634124279rem;left:23.750000953674rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#oCBvmqzKrz5aW6WrmsF4R5BW9FJ0AnTa { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100082;line-height:1.3;letter-spacing:0;top:26.0625rem;left:3.125rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#GaJET8T1cvF1QlC7FZ8RWD8z8ggmMaAE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100077;line-height:1.3;letter-spacing:0;top:37.874351501465rem;left:44.874135017395rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#OFVc2NUyl7ZvgMGxHxq5SWFJhPkyVHWb { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100079;line-height:1.3;letter-spacing:0;top:42.9375rem;left:44.875rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#ywe3iABa7QRbXwJCeZQucde9Lc3Wcc9i { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100080;line-height:1.3;letter-spacing:0;top:37.875rem;left:23.75rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#G8bW3bJUxJnVUfRezEBILWsFhWIFJLR3 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100082;line-height:1.3;letter-spacing:0;top:43.5rem;left:23.75rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#SAQH8cIpx8BvqUCaBoZDK30e2Ri935ID { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100082;line-height:1.3;letter-spacing:0;top:37.87326335907rem;left:2.9361982345581rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#o6b89TSCtTrfrFtRHoDsxH4R6nk4fNog { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100084;line-height:1.3;letter-spacing:0;top:43.1875rem;left:2.9375rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#mJD00aECImV9kXuavxXGEtxvWy4PiVVP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100085;line-height:1.3;letter-spacing:0;top:52.679039001465rem;left:44.874135017395rem;height:6.171875rem;text-align:center;text-align-last:center;display:block; }
#wVKRHrRmrJ9w9O50ml7T1TsZcwS1N6vo { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100087;line-height:1.3;letter-spacing:0;top:59.4375rem;left:44.875rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#KmQXdMTsiod79cyoVpZ0b1Cg91imJLze { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100088;line-height:1.3;letter-spacing:0;top:53.132598876953rem;left:23.750000953674rem;height:4.62890625rem;text-align:center;text-align-last:center;display:block; }
#VIQZov5T4WJVolxBSxf1PzzXwsG5rrsT { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100090;line-height:1.3;letter-spacing:0;top:59.4375rem;left:23.875rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#mqdIAokfadg7JCauF69hihGqxlOP8sqx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.0625rem;font-weight:normal;z-index:100091;line-height:1.3;letter-spacing:0;top:53.693574905396rem;left:2.9361982345581rem;height:4.140625rem;text-align:center;text-align-last:center;display:block; }
#pRBZG40UNCLCz2qz8y2Tu58kVRtZgGve { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100093;line-height:1.3;letter-spacing:0;top:58.849824905396rem;left:2.9361982345581rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#zaIRyE4oXFBcTfFJGVod0WmabrtNkG3O { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100088;line-height:1.3;letter-spacing:0;top:71.1875rem;left:2.75rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#I8d1QGWhUq0pcm7axO9vFwlJpWT7tzi9 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100090;line-height:1.3;letter-spacing:0;top:75.6875rem;left:2.75rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#omNvkDTiuKN0cLgeTf4Ti017L2woXzV9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100077;line-height:1.3;letter-spacing:0;top:21.385634124279rem;left:2.9361982345581rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#D4rtJr21UExyZWib7shZL2aJxaBsf77t { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100089;line-height:1.3;letter-spacing:0;top:51.82075214386rem;left:2.9361982345581rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#TFlOu4XICWZpsNqibtXU55yoaR0WWX2R { position:absolute;display:block;z-index:100070;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.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:66.8125rem;left:43.4375rem;display:block; }#TFlOu4XICWZpsNqibtXU55yoaR0WWX2R.adaptive-delivery-prevent-bg, #TFlOu4XICWZpsNqibtXU55yoaR0WWX2R.lazyload, #TFlOu4XICWZpsNqibtXU55yoaR0WWX2R.lazyloading { background-image: none; }
#EQNcy9xATguI6D6ZlfseoTAFF0rqh4h8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100092;line-height:1.3;letter-spacing:0;top:71.1875rem;left:44.875rem;height:3.2487rem;text-align:center;text-align-last:center;display:block; }
#pXg6r6289VMQrS9slxF0PUTcbEfFB7bH { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100094;line-height:1.3;letter-spacing:0;top:75.6875rem;left:44.875rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#z6wydbrQ5opt8F8l2bTfzzRcG4b97Kw5 { 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:100071;text-align:center;text-align-last:center;top:78.1875rem;left:46.875rem;display:block; }
#IDE4ilGIcwS7lBuI6ZPFw9lTg2dTi4H1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oMClADgzPDy49IsHfecpxsBsEDlWTUvA { position:absolute;display:block;z-index:100064;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.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:66.8125rem;left:22.3125rem;display:block; }#oMClADgzPDy49IsHfecpxsBsEDlWTUvA.adaptive-delivery-prevent-bg, #oMClADgzPDy49IsHfecpxsBsEDlWTUvA.lazyload, #oMClADgzPDy49IsHfecpxsBsEDlWTUvA.lazyloading { background-image: none; }
#MdTzWHgkzdsyAB1La0uile0WOfMlJFqF { 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:100065;text-align:center;text-align-last:center;top:78.1875rem;left:25.75rem;display:block; }
#ansoNdloq933RDkGe3yTWLuVEPQTPNVN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#r6NrcCmCvelHoxkMr3S36llIxd08xG3w { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100094;line-height:1.3;letter-spacing:0;top:76.125rem;left:23.875rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#MJlJU5MrTbLsfXpHunQGhN0dvEsML52o { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100092;line-height:1.3;letter-spacing:0;top:69.8125rem;left:23.75rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#MThTNqgmH7PlivD6ClNDVF9dkRifD5yg { position:absolute;display:block;z-index:100079;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.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:83.5625rem;left:1.375rem;display:block; }#MThTNqgmH7PlivD6ClNDVF9dkRifD5yg.adaptive-delivery-prevent-bg, #MThTNqgmH7PlivD6ClNDVF9dkRifD5yg.lazyload, #MThTNqgmH7PlivD6ClNDVF9dkRifD5yg.lazyloading { background-image: none; }
#FIJCKlDEN037qGz7MXyAh24ozafR38WF { 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:100080;text-align:center;text-align-last:center;top:94.9375rem;left:4.8125rem;display:block; }
#HAtGe8aRo5Sxhr1zbRs9hBDxT63cJHaO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qhRy7xPdpUNVmsMf7u2SEbXIUgWPfulA { position:absolute;display:block;z-index:100083;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.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:83.5625rem;left:43.5rem;display:block; }#qhRy7xPdpUNVmsMf7u2SEbXIUgWPfulA.adaptive-delivery-prevent-bg, #qhRy7xPdpUNVmsMf7u2SEbXIUgWPfulA.lazyload, #qhRy7xPdpUNVmsMf7u2SEbXIUgWPfulA.lazyloading { background-image: none; }
#cV5JVKhsxTqBDnnW72ulHECn5dghsOmw { 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:100084;text-align:center;text-align-last:center;top:94.9375rem;left:46.9375rem;display:block; }
#biJgaasLR91GNioTOPTM3bNeOHAAW95G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LIFoaaKSphNlJegOOaz36nQcKg0fuACO { position:absolute;display:block;z-index:100077;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.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:83.5625rem;left:22.375rem;display:block; }#LIFoaaKSphNlJegOOaz36nQcKg0fuACO.adaptive-delivery-prevent-bg, #LIFoaaKSphNlJegOOaz36nQcKg0fuACO.lazyload, #LIFoaaKSphNlJegOOaz36nQcKg0fuACO.lazyloading { background-image: none; }
#H47xyLvTisT2IsGrioPTikti0thQgGd1 { 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:100078;text-align:center;text-align-last:center;top:94.9375rem;left:25.8125rem;display:block; }
#kLO91eGtTlkhHLrM9V8BxpXHhsRLuTos { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pMnisHEPwLR3emRMV3lcm6RS0DQ8QiZh { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100107;line-height:1.3;letter-spacing:0;top:92.875rem;left:23.9375rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#w5Zl7qJKr8zOJma0ODngkxXyPsMRlN40 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100103;line-height:1.3;letter-spacing:0;top:92.4375rem;left:2.8125rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#Digu93DWPCptfXQgXcHaeQGWplQIanlP { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100107;line-height:1.3;letter-spacing:0;top:92.4375rem;left:44.9375rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#UHKHoWWZxIKoV32ZXq5Fs4uhowDT974g { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9980625rem;width:20.8105625rem;top:75.686855316162rem;left:21.436630249024rem;overflow:hidden;display:block; }
#Mkr8ZDOK5Mcwur1VlsByyNhWPXLCHXIO { color:#000000;display:block;width:13.8748125rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100105;line-height:1.3;letter-spacing:0;top:87.251523971556rem;left:44.187282562256rem;height:3.2487rem;text-align:center;text-align-last:center;display:block; }
#xqWJ75XylP7KkMdx7hiwIlKJgwmf8oTp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100105;line-height:1.3;letter-spacing:0;top:86.5625rem;left:23.8125rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#ZuSEbetXlEupCBGbWp2owJLBwPU6s0tU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:normal;z-index:100101;line-height:1.3;letter-spacing:0;top:87.0876789093rem;left:2.9351119995117rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#VtWWdQVbHiQdvASDoTuEHufr4aDHTwBl { position:absolute;display:block;z-index:100092;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.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:100.75rem;left:1.375rem;display:block; }#VtWWdQVbHiQdvASDoTuEHufr4aDHTwBl.adaptive-delivery-prevent-bg, #VtWWdQVbHiQdvASDoTuEHufr4aDHTwBl.lazyload, #VtWWdQVbHiQdvASDoTuEHufr4aDHTwBl.lazyloading { background-image: none; }
#WALMOrR8HMruy3JsvGF5l1VK2r5AlNAI { 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:100093;text-align:center;text-align-last:center;top:112.125rem;left:4.8125rem;display:block; }
#GUIendlT4JQ7EhlGBTuGV5IFfRRxBp8x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hxK6U1OPBl2uM8NJvssClTERTL0uo8kA { position:absolute;display:block;z-index:100096;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.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:100.75rem;left:43.5rem;display:block; }#hxK6U1OPBl2uM8NJvssClTERTL0uo8kA.adaptive-delivery-prevent-bg, #hxK6U1OPBl2uM8NJvssClTERTL0uo8kA.lazyload, #hxK6U1OPBl2uM8NJvssClTERTL0uo8kA.lazyloading { background-image: none; }
#NpwZpeu6QKXSOV23IBOWA71hwtykn6OF { position:absolute;display:block;z-index:100090;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.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:100.75rem;left:22.375rem;display:block; }#NpwZpeu6QKXSOV23IBOWA71hwtykn6OF.adaptive-delivery-prevent-bg, #NpwZpeu6QKXSOV23IBOWA71hwtykn6OF.lazyload, #NpwZpeu6QKXSOV23IBOWA71hwtykn6OF.lazyloading { background-image: none; }
#TdDhTCB89tNvL71DX0DgfE8J294TLhmL { 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:100091;text-align:center;text-align-last:center;top:112.125rem;left:25.8125rem;display:block; }
#hQ8oWhLufrN3E6lqdS7spWmSm3FSQCAE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aJWiLi1RCD0z3aDeMgV30C9Mrkqmaror { 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:100097;text-align:center;text-align-last:center;top:112.125rem;left:46.9375rem;display:block; }
#zJVGPkDUvCZERCND7on6Fo7Enm1kmDwn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#O5MxnUGGGW25JqCk1UGpt7iACvX0GSOR { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100120;line-height:1.3;letter-spacing:0;top:110.0625rem;left:23.9375rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#E3dDerEScfxe9EyJkUGViZhmnCoaFKXa { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100116;line-height:1.3;letter-spacing:0;top:109.625rem;left:2.8125rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#BJrlIUv5nU5315QcbJRN3oqtWEw0vSuT { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100120;line-height:1.3;letter-spacing:0;top:109.625rem;left:44.9375rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#SqsZwFJpKb6kRhXmsHeSmU6kXpq4XBKx { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9980625rem;width:20.8105625rem;top:97.685552597044rem;left:5.810546875rem;overflow:hidden;display:block; }
#HaUdIiAhhdrVSOakZ5lcImcFHNEsVAev { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100118;line-height:1.3;letter-spacing:0;top:103.75rem;left:23.8125rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#q085GzPmm7hPKUL4W36N9HVwrqf2MD0s { color:#000000;display:block;width:13.8748125rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100118;line-height:1.3;letter-spacing:0;top:104.4375rem;left:44.1875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#xaCN9HyO8bAP19HRfoEXfI1pKDpst13a { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:normal;z-index:100114;line-height:1.3;letter-spacing:0;top:104.25rem;left:2.9375rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#rzDJakUnEmzLdAmm1TlafuTiwadpRxIK { position:absolute;display:block;z-index:100100;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.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:117.6875rem;left:43.4375rem;display:block; }#rzDJakUnEmzLdAmm1TlafuTiwadpRxIK.adaptive-delivery-prevent-bg, #rzDJakUnEmzLdAmm1TlafuTiwadpRxIK.lazyload, #rzDJakUnEmzLdAmm1TlafuTiwadpRxIK.lazyloading { background-image: none; }
#IlFlfoVwUF0pgNfGXFTKKM256OTlnThP { 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:100101;text-align:center;text-align-last:center;top:129.0625rem;left:46.875rem;display:block; }
#szsaSVFZhnNMOwrOrcCFS6MmXx8nVO4n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vQ6iP7VrXOfoGfWnlmmeR7taDuZs7NbX { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100124;line-height:1.3;letter-spacing:0;top:126.5625rem;left:44.875rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#hCpAC3aTB55MqKtK5TpxZZW0dOP6VG64 { color:#000000;display:block;width:13.8748125rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100122;line-height:1.3;letter-spacing:0;top:121.375rem;left:44.125rem;height:3.2487rem;text-align:center;text-align-last:center;display:block; }
#KR0idCiJ1oeXXpOTRm445zlNIbDqADeg { position:absolute;display:block;z-index:100104;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.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:117.75rem;left:22.3125rem;display:block; }#KR0idCiJ1oeXXpOTRm445zlNIbDqADeg.adaptive-delivery-prevent-bg, #KR0idCiJ1oeXXpOTRm445zlNIbDqADeg.lazyload, #KR0idCiJ1oeXXpOTRm445zlNIbDqADeg.lazyloading { background-image: none; }
#QTftPa7kciTTkDO7ogJLrklzF3Q9zvF8 { 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:100105;text-align:center;text-align-last:center;top:129.125rem;left:25.75rem;display:block; }
#LPmXvt2yVM4goBdzD8d9SLIareTL9crO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WPAroC4MqWdTg1zTGoesCbAigIo0XAqg { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100128;line-height:1.3;letter-spacing:0;top:126.625rem;left:23.75rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#XW6SOTziTXCndz9kVNSVmc3SExgHfeLx { color:#000000;display:block;width:13.8748125rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100126;line-height:1.3;letter-spacing:0;top:122.18533325195rem;left:23.060981750488rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#T37iKAoAT8L3fAR3vQ0MIPyNBZdFQMhx { position:absolute;display:block;z-index:100108;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.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:117.6875rem;left:1.5rem;display:block; }#T37iKAoAT8L3fAR3vQ0MIPyNBZdFQMhx.adaptive-delivery-prevent-bg, #T37iKAoAT8L3fAR3vQ0MIPyNBZdFQMhx.lazyload, #T37iKAoAT8L3fAR3vQ0MIPyNBZdFQMhx.lazyloading { background-image: none; }
#N177k9qZuWdSfmWScOqTZT3IUHsgfkFp { 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:100109;text-align:center;text-align-last:center;top:129.0625rem;left:4.9375rem;display:block; }
#rn9IHcRRhIcsUcIsrTLXU6urRhWgbJoH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FnJmXXGTggkIg3K2QbbJxP7W2wOnuTR1 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100132;line-height:1.3;letter-spacing:0;top:126.5625rem;left:2.9375rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#SpRdTog0zBhfREJeSOPQUXCHe79uwH0i { color:#000000;display:block;width:13.8748125rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100130;line-height:1.3;letter-spacing:0;top:121.375rem;left:2.1875rem;height:3.2487rem;text-align:center;text-align-last:center;display:block; }
#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { background-color: transparent; background-image: none; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container > .video-iframe-container { display: none; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row > .video-iframe-container { display: none; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .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); }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { border-width: 0; border-radius: 0; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row > .video-iframe-container {  }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#hPLlr7Lz6UIiNPOuyHPuqtwt4PNQii1H { color:#014f4d;display:block;width:60rem;position:absolute;font-family:"br font n-day";font-size:2.1875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1.796875rem;left:0rem;height:2.84288125rem;text-align:center;text-align-last:center;display:block; }
#WF700Vu2Ct120lZTTrbRWMSLgH2CbtGv { color:#d19a52;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QIOEW2oEJ7Ismvu6EKwS0pQgQTtmF1VX { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.874375rem;width:19.4998125rem;top:6.435546875rem;left:40.500217437744rem;overflow:hidden;display:block; }
#OIA38b21P6vL63AsEacnT33cNItEzvNX { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.874375rem;width:19.375rem;top:6.435546875rem;left:20.3125rem;overflow:hidden;display:block; }
#HAGvl5bTI65dp0FsqqGgv8iV8Alzdkv1 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.8125rem;width:19.375rem;top:6.435546875rem;left:0.25564193725586rem;overflow:hidden;display:block; }
#NnCG7tAREf1dPp39OAfgzLLqMEr14hao { color:#000000;display:block;width:16.9998125rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:14.623265266419rem;left:1.1848945617676rem;height:3.75rem;text-align:center;text-align-last:center;display:none; }
#FsEgbz4JLPHx0rePmxvpTEVdvwhrtdeC { color:#000000;display:block;width:16.9998125rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:14.530165672303rem;left:21.498481750488rem;height:3.75rem;text-align:center;text-align-last:center;display:none; }
#JHUVDvzC5WShquiQvydTssZoHxXDtWLn { color:#000000;display:block;width:16.9998125rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:15.558812141419rem;left:41.812068939209rem;height:1.875rem;text-align:center;text-align-last:center;display:none; }
#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container { background-color: transparent; background-image: none; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container > .video-iframe-container { display: none; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row > .video-iframe-container { display: none; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .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); }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container { border-width: 0; border-radius: 0; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row > .video-iframe-container {  }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:60rem;position:relative;display:block; }#XxuR67rJmlHku0TafHHdTauEJbnxC3VS { position:absolute;display:block;z-index:100004;background-color:#efefef;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:5.3125rem;width:19.375rem;top:14.186630249024rem;left:0rem;display:block; }
#r13nNywpC3PZ2bn4KGPdRi24zKc9nfCv { color:#000000;display:block;width:16.9998125rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:14.623265266419rem;left:1.1848945617676rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#FuEAZgg7Oow3i1bnou0trUMNNOZm99TV { position:absolute;display:block;z-index:100008;background-color:#efefef;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:5.3125rem;width:19.375rem;top:14.125rem;left:20.3125rem;display:block; }
#Dv6WxJmEdyXXafCEgG6yf5WkZaoBETDu { color:#000000;display:block;width:16.9998125rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:14.530165672303rem;left:21.498481750488rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#gabAVL3LSDEt7wQBryLhhuOiKpLrMiyK { position:absolute;display:block;z-index:100012;background-color:#efefef;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:5.3125rem;width:19.375rem;top:14.125rem;left:40.625rem;display:block; }
#L1ASFlt4ysJffPw0xEgHC1pWvki8TH8U { color:#000000;display:block;width:16.9998125rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:15.558812141419rem;left:41.812068939209rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#S76duc8sf7QQAtL17K5G0nVlcxD3wTHT { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.125rem;width:5.25rem;top:0rem;left:47.6875rem;overflow:hidden;display:none; }
#tURTzx22TOcWylZAJO06xqeZHoeWrOqo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { background-color: transparent; background-image: none; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container > .video-iframe-container { display: none; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row > .video-iframe-container { display: none; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .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); }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { border-width: 0; border-radius: 0; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row > .video-iframe-container {  }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:60rem;position:relative;display:block; }#ceyTHpxOCcRGfSoLTVNxaUUllOWmixr4 { color:#014f4d;display:block;width:25.4373125rem;position:absolute;font-family:"neo sans arabic";font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:3.4353303909302rem;left:0.53385353088379rem;height:3.24978125rem;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;font-style:normal;display:block; }
#iEQMwTugGW6SalfH5w9cBQg7Da0FWTZN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.25) ;height:16.311875rem;width:24.6245625rem;top:3.4364147186279rem;left:34.186199188233rem;overflow:hidden;display:block; }
#iZTtcK4r5uQwJFtLTdo4NhWJhOxq3W3S { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.7480625rem;width:20.1248125rem;top:1.8131523132324rem;left:21.622177124024rem;overflow:hidden;display:block; }
#dWJ4y9RPdmiqIRHyZ3PdaJ0dZmTL9ZIc { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.25) ;height:16.311875rem;width:24.6245625rem;top:3.4364147186279rem;left:34.186199188233rem;overflow:hidden;display:none; }
#JfK7IJDfaqtObI5dWK9r20wAcWZkGm4n { 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:100045;text-align:center;text-align-last:center;top:14.815539360046rem;left:8.8498268127444rem;display:block; }
#aVSKDgqbqQKKUmnnF9hwVPQLncAx8hTD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J6mrcVUCf0sVz0BOW9AzLxNK6ciM69E6 { color:#000000;display:block;width:18.3745625rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.5633687973025rem;left:4.0657539367676rem;height:3.2487rem;text-align:center;text-align-last:center;display:block; }
#izxPyQnAvHRo10mqC6WS8K7U2zcZU8l0 { color:#fdfdfd;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100095;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.4355471134187rem;left:23.068576812744rem;height:1.8684875rem;font-style:normal;display:none; }
#nttp9oCkynUULTiGbwKxRJtVAOLHhDou { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.18685rem;width:8.499375rem;top:8.9680988788606rem;left:19.567058563233rem;overflow:hidden;display:none; }
#RZh430pKpVIcG91xBUSJmkHoIhGpKMHk { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.87435rem;width:7.249375rem;top:9.1243488788606rem;left:30.625rem;overflow:hidden;display:none; }
#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#014f4d;background-image:none;position:relative;display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { background-color: transparent; background-image: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container > .video-iframe-container { display: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container { display: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .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); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { border-width: 0; border-radius: 0; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container {  }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:block; }#K3dqLJbL6KSHDnWOxRpKkGc0pJaZkLE1 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.7498125rem;width:22.5rem;top:5.3710947036743rem;left:12.655164718628rem;overflow:hidden;display:block; }
#LVl7d5baw4488HxCLSNkgCSBTc9Um44L { color:#ffffff;display:block;width:21.9998125rem;position:absolute;font-family:amiri;font-size:2.3125rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:7.4375rem;left:35.8125rem;height:3.46788125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QnZpFdr3QUZna3sqAuMUJWfvyTPtWEFM { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:12.4375rem;left:38.625rem;height:3.574225rem;text-align:right;text-align-last:right;display:block; }
#hDH4yGtS2fqOyz15QpvWGyhN1rT9NeOL { color:#ffffff;display:block;width:24.249125rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:17.5625rem;left:28.625rem;height:2.11263125rem;text-align:right;text-align-last:right;display:block; }
#WBGGgF9V6COSIp6OQGcnDhnP7wcCLQgw { 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:100013;top:20.8125rem;left:44.6875rem;display:block; }
#sVgcZ9NuFIn3Oi1Lm0y8Z5TGS7TnHvMn { 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:100014;top:20.9375rem;left:47.3125rem;display:block; }
#ioW9iEdslgi80ddpwJDgKk2chO2iGR15 { 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:100016;top:20.9375rem;left:50rem;display:block; }
#O90BTEvmuhhVU9UvH1aMLNMUe1eWOECd { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:17.1875rem;left:53.3125rem;display:block; }
#CDKuVLVcQWKt4BqvEQr7c2pkTc0GdyDd { box-sizing:content-box;color:#ffffff;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:100019;top:12.5rem;left:53.25rem;display:block; }
#IltDanqoJXs3b889uPRIaDmAmVuWMPtA { box-sizing:content-box;color:#ffffff;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:100031;top:20.625rem;left:52.875rem;display:block; }
#AAabnBA76TTt2kLRHd0PwAhpVO3O4pN8 { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100066;line-height:1.3;letter-spacing:0;top:24.625rem;left:32.1875rem;height:1.2999125rem;display:block; }
#JkJbrHWwe22GZKVbf6FeBw6q2PH4PacS { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23.5623125rem;width:15rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh { display:block; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mW2kaOMNNSf5Ms83zoTvVAEk4VGnelZm { top:0.4375rem;left:12.873481750488rem;width:21.9375rem;height:2.9289616637358rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { display:block; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfwvzEJJf2FvWaBf9vRbbKSTu7aMDOyO { width:20.6875rem;height:23.863683067919rem;top:7.5625rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRpUURQuVTawh9kU9dnvNd3DmdRwmCxE { width:29.5625rem;height:32.9375rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xriOgq0msMvfL5FlSAlfcGdA39WbgHbD { width:32.8125rem;height:26.75rem;top:13.3125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQqRoEAT2KhpPvTmlQfwSaMtdhWr9OFi { width:24.4375rem;height:2.1875rem;top:13.8125rem;left:11.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-regular-label { width:27.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-text { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-text {padding-top: 0; padding-bottom: 0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-textarea { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-select { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-select {padding-top: 0; padding-bottom: 0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-button { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-checkbox-label { width:26.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk  { width:27.6875rem;height:auto;top:16rem;left:8.7491321563719rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .radio-container { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk {display:block;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk { width:27.6875rem;height:auto;top:16rem;left:8.7491321563719rem; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #ihso1EdAfK7PfEFCIZVX6V1O7uTgZk2o {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #dL78uxVDNQHT7rpnPVUJXKvl1eUKKO3m {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #rVrVqcoIMaBfmVT8Gkz3M0gQAGCJww2I {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #a7b2mKqmNyUQcVQwcoEvK6IHmSk1wBMy {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #s3gLu9TLHCOMv7Hi8cfzgvNmsv4EP5gK {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #HVsqHZ55iTh6TMaV3pq4ukbLVqqX4klm {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #Vb6FRV3xdtNM4H6iFBooOUJM5DI9GptN {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #OAcHvAVgyU9hxVLKBDoScXHsioMTmBWq {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #DNzoHJcBSn8ZQMhmIezC0DNMFl80l1UT {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #U8gKFzo4EtCKeqTFZyb7RMTIh6sLVARp {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #mxeTqUkJDREb4nIqTictgh38kDB26gX8 {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #MouDcqiN6bMdFQ07KnEQeJhXSnDavcF5 {  }
 }@media only screen and (max-width: 763px) { #OO9MDOQokbuMoJkRWlWrAmXEHuqwdMvG { display:block; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #cToeNzTVBPtEgQZGIw6zRP7h9bPnopX7 {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #zw7LNOvh4FaACLbW2kWfKy62lAuoaTLJ {  }
 }@media only screen and (max-width: 763px) { #uDHmzMUpb9ipe5vv2eAvBJ8nl4s73zcw { width:6.25rem;height:6.25rem;top:11.375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUs9Apcoy90IB0Apo3hslsyRGbxWp3SL { width:5.5rem;height:3.125rem;top:12.9375rem;left:4.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pShgekOIHnqEBcI3gDud11kxTpAtvC3a { width:1.25rem;height:1.25rem;top:4rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozDkb49G8greBVcZpuIl57EKHtf4ryNQ { top:9.125rem;left:14.944011688233rem;width:8.4375rem;height:3.163649900728rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwP2kIcI67SH7c6ZZkf8Ns5vTXGJ7tZl { top:6.4375rem;left:17.124782562256rem;width:13.4375rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbhRUHKWrMlTlc7uNKTKXmVtSA0aSrIC { top:8.8125rem;left:24.5rem;width:8.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmGE4wi1eIuFIQl3v82M6m65KZJi335B { width:46.625rem;height:4.625rem;top:3.8125rem;left:0.52972984313965rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { width:46.625rem;height:3.0625rem;top:1rem;left:0.025173187255859rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a75355N6368cHQh1CHkppn6yGOJTPfkn { top:8.9375rem;left:15.068576812744rem;width:8.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IaD29dTLxmPe3hBaGTSwiJO85a1Wyyv5 { width:17.5rem;height:3.4375rem;top:6.6875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyydKX5EDW6o7Wkgh3o5QiGbEtTEieyT { display:block; }
 }@media only screen and (max-width: 763px) { #xXgyky03o9g0JFmxCVf0WT1doeTJSkby { top:6.625rem;left:15.9375rem;width:3.4375rem;height:3.4375rem;display:block; }
#xXgyky03o9g0JFmxCVf0WT1doeTJSkby > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #MckypThRNxTkphy1JMToE72gpAcw4Ffa { display:block; }#MckypThRNxTkphy1JMToE72gpAcw4Ffa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIrZmDU64amlfhNQ4oKrLEhL52Phu9mz { width:15.0625rem;height:13.8125rem;top:0.9375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B60bXJvr91LrDucmKFLltcxxwCJsoZ96 { width:8.75rem;height:2.6875rem;top:12.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5DHGef3SqQbPaIzaFLtI3A4deO262zI { display:block; }
 }@media only screen and (max-width: 763px) { #rO270AsWOdBOVNWxXnINwGH1dBFcbQdZ { width:15.0625rem;height:13.8125rem;top:1rem;left:16.340278625488rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeiTzzBzCL0Fp87ME9OUZ9hUdOTaEI9X { width:8.75rem;height:2.6875rem;top:12.3125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFuMLepEhHPkRFZg4G0ikEbcL46R6icn { display:block; }
 }@media only screen and (max-width: 763px) { #uTXDZGSVzgh48622QXT4u7qsJK8NAGhV { width:15.0625rem;height:13.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU2WsHfLR9naVpr0CnAsMn05c1nh2CK8 { width:8.75rem;height:2.6875rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #huGxbx6AmTmebvL6DF4V8E0D2KZ8lmR8 { display:block; }
 }@media only screen and (max-width: 763px) { #row4EZAordTRzUbhcQbwRr7kPeBQmDyd { width:20.75rem;height:17.945684883577rem;top:9.6875rem;left:21.748264312744rem;display:block; }
 }@media only screen and (max-width: 763px) { #GihU22aSXrxItW7gJPkekCB9UWITxFVS { width:15.0625rem;height:13.8125rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcA3Qg1IGVweMIuHgFbyUIkowkHGq4wy { width:8.75rem;height:2.6875rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2EoEOfHfdaqoIsSpzg7E925IeBbmPG6 { display:block; }
 }@media only screen and (max-width: 763px) { #owtSocuyVTS8QQ9f5uxvTQ95FFzhEDse { width:15.0625rem;height:13.8125rem;top:17.5rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxMJ3UJgzWzsctGuN5zR4M724DeZzT2b { width:8.75rem;height:2.6875rem;top:28.875rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omkgIW0UfbuNRIm9I1JMFZWx7r6GGMdD { display:block; }
 }@media only screen and (max-width: 763px) { #MLpWCoLvHqFhG5BEQGhS5SNWKmvuKIeN { width:15.0625rem;height:13.8125rem;top:17.5rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtsCxWsVn8QiG2DfvrTIeytUsE4X4J9A { width:8.75rem;height:2.6875rem;top:28.875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxrOaiTWVXtMoZerrBd3cUGaN3LIVeHA { display:block; }
 }@media only screen and (max-width: 763px) { #fmpkyqWxUqGJTnyEthVbFrHyWbyheeS5 { width:15.0625rem;height:13.8125rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7s2JFqWB0hK8rpliPNBTHkllFp5ckuh { width:8.75rem;height:2.6875rem;top:45.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txd15AGHeXDqsg5hvkQqKnuVeQ2L6g5s { display:block; }
 }@media only screen and (max-width: 763px) { #WSmLEtTBPa4ztNTtVENnmTakiehFmNri { width:15.0625rem;height:13.8125rem;top:34.125rem;left:16.186199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqrhTE3Wv77E17MuoPbhIXhU86dp4qit { width:8.75rem;height:2.6875rem;top:45.5rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCA0dDDUNIwSeMPhDRoBotPweHaVcvUR { display:block; }
 }@media only screen and (max-width: 763px) { #tJCsIPzaQ6DyLSEONvFOM2pgAvKmk0vr { width:15.0625rem;height:13.8125rem;top:34.125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsP4vtxkrZro3HNXKlEoPDcxgV37PbRF { width:8.75rem;height:2.6875rem;top:45.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6EksCvWupWsR3iQTC1aGk5GEGRlpoUB { display:block; }
 }@media only screen and (max-width: 763px) { #wAEy4swuxLCJIRog1cnIGgTBst3P8onx { width:15.0625rem;height:13.8125rem;top:50.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3pJ5FmQD1pKTn5K5MVp1LRL75F5K7EC { width:8.75rem;height:2.6875rem;top:61.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC2x68mgmvbzbsVDqB7zU6uW8NJJUSiE { display:block; }
 }@media only screen and (max-width: 763px) { #taEutwTneL5lDqUKJ9E3tALT2kcHIQDw { width:15.0625rem;height:13.8125rem;top:50.125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMFwFLI9G5yBywBA8Zopy0lIrc12RETh { width:8.75rem;height:2.6875rem;top:61.5rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtDi4mAqQstbvG87u1yqLl5u7P2bM6Al { display:block; }
 }@media only screen and (max-width: 763px) { #lRW2uqkDURtroVmuI5r1dTeJ40uHa4Uo { width:15.0625rem;height:13.8125rem;top:50.125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NExk0CqsM2z9x4IVHhFmLmZgSXXEha7i { width:8.75rem;height:2.6875rem;top:61.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcGTeK2b14qmLwKlKIpnowsziRPBBZRF { display:block; }
 }@media only screen and (max-width: 763px) { #T3Id4UdWH8LdTWH9sX6GZM4vabUFtO45 { width:15.0625rem;height:13.8125rem;top:66.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwFNF5Xu38kQJVFmZ2D6u80HX6RgNyuG { width:8.75rem;height:2.6875rem;top:78.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecXqnpUQOwoZXrDwLXWPelce3y32FlRM { display:block; }
 }@media only screen and (max-width: 763px) { #AvDAWlgMZ3Vrny6PdVTCd33BBWApUTF8 { width:20.75rem;height:17.945684883577rem;top:43.5625rem;left:7.6922740936281rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNa0M1EyiLRRvBKu6sex2K7b00F1gcgT { top:4.3125rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIXm0X2hz0d6w7oROEwGTl87kxPnsR8k { top:9.875rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnABTPs0gzdH1aWzkKmLJaRiZ86XikPU { top:9.8125rem;left:17.625rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiF7T2EyiufpavPuqZ81tKZ5XoL1cuge { top:5.5625rem;left:17.219184875488rem;width:13.25rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6SsaCe73L4LZ0hW95OaSQZ7Nfa8xTLb { top:6.0625rem;left:0rem;width:13.25rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOaopIVwpK8Tx0q8JZ0UreQG6oCnwb3X { top:9.8125rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #am7ribBB7zmcPqoRVushMr4g0aDsZxCT { top:21.375rem;left:35.25rem;width:12.5rem;height:3.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #op7mi4LgwqSyfhkEfASNNhb5Z7EPk0tF { top:26rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXAu9cBg6uzfruUvqEFkubhMOolKxv0I { top:26rem;left:17.625000953674rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7o3OTyr6VcU2ie6hJJpUdpnAbF1VBHM { top:21.375rem;left:17.625000953674rem;width:12.5rem;height:4.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCBvmqzKrz5aW6WrmsF4R5BW9FJ0AnTa { top:26rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaJET8T1cvF1QlC7FZ8RWD8z8ggmMaAE { top:37.8125rem;left:35.25rem;width:12.5rem;height:3.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFVc2NUyl7ZvgMGxHxq5SWFJhPkyVHWb { top:42.875rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywe3iABa7QRbXwJCeZQucde9Lc3Wcc9i { top:37.8125rem;left:17.625000953674rem;width:12.5rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8bW3bJUxJnVUfRezEBILWsFhWIFJLR3 { top:43.4375rem;left:17.625000953674rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAQH8cIpx8BvqUCaBoZDK30e2Ri935ID { top:37.8125rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6b89TSCtTrfrFtRHoDsxH4R6nk4fNog { top:43.125rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJD00aECImV9kXuavxXGEtxvWy4PiVVP { top:52.625rem;left:35.25rem;width:12.5rem;height:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVKRHrRmrJ9w9O50ml7T1TsZcwS1N6vo { top:59.375rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmQXdMTsiod79cyoVpZ0b1Cg91imJLze { top:53.125rem;left:17.625000953674rem;width:12.5rem;height:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIQZov5T4WJVolxBSxf1PzzXwsG5rrsT { top:59.375rem;left:17.74978351593rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqdIAokfadg7JCauF69hihGqxlOP8sqx { top:53.6875rem;left:0rem;width:12.5rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRBZG40UNCLCz2qz8y2Tu58kVRtZgGve { top:58.8125rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaIRyE4oXFBcTfFJGVod0WmabrtNkG3O { top:71.1875rem;left:0rem;width:12.5rem;height:3.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8d1QGWhUq0pcm7axO9vFwlJpWT7tzi9 { top:75.6875rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omNvkDTiuKN0cLgeTf4Ti017L2woXzV9 { top:21.375rem;left:0rem;width:12.5rem;height:3.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4rtJr21UExyZWib7shZL2aJxaBsf77t { top:51.8125rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFlOu4XICWZpsNqibtXU55yoaR0WWX2R { width:15.0625rem;height:13.8125rem;top:66.8125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQNcy9xATguI6D6ZlfseoTAFF0rqh4h8 { top:71.1875rem;left:35.25rem;width:12.5rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXg6r6289VMQrS9slxF0PUTcbEfFB7bH { top:75.6875rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6wydbrQ5opt8F8l2bTfzzRcG4b97Kw5 { width:8.75rem;height:2.6875rem;top:78.1875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDE4ilGIcwS7lBuI6ZPFw9lTg2dTi4H1 { display:block; }
 }@media only screen and (max-width: 763px) { #oMClADgzPDy49IsHfecpxsBsEDlWTUvA { width:15.0625rem;height:13.8125rem;top:66.8125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdTzWHgkzdsyAB1La0uile0WOfMlJFqF { width:8.75rem;height:2.6875rem;top:78.1875rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ansoNdloq933RDkGe3yTWLuVEPQTPNVN { display:block; }
 }@media only screen and (max-width: 763px) { #r6NrcCmCvelHoxkMr3S36llIxd08xG3w { top:76.125rem;left:17.75rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJlJU5MrTbLsfXpHunQGhN0dvEsML52o { top:69.8125rem;left:17.625rem;width:12.5rem;height:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MThTNqgmH7PlivD6ClNDVF9dkRifD5yg { width:15.0625rem;height:13.8125rem;top:83.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIJCKlDEN037qGz7MXyAh24ozafR38WF { width:8.75rem;height:2.6875rem;top:94.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAtGe8aRo5Sxhr1zbRs9hBDxT63cJHaO { display:block; }
 }@media only screen and (max-width: 763px) { #qhRy7xPdpUNVmsMf7u2SEbXIUgWPfulA { width:15.0625rem;height:13.8125rem;top:83.5625rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV5JVKhsxTqBDnnW72ulHECn5dghsOmw { width:8.75rem;height:2.6875rem;top:94.9375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #biJgaasLR91GNioTOPTM3bNeOHAAW95G { display:block; }
 }@media only screen and (max-width: 763px) { #LIFoaaKSphNlJegOOaz36nQcKg0fuACO { width:15.0625rem;height:13.8125rem;top:83.5625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H47xyLvTisT2IsGrioPTikti0thQgGd1 { width:8.75rem;height:2.6875rem;top:94.9375rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLO91eGtTlkhHLrM9V8BxpXHhsRLuTos { display:block; }
 }@media only screen and (max-width: 763px) { #pMnisHEPwLR3emRMV3lcm6RS0DQ8QiZh { top:92.875rem;left:17.8125rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5Zl7qJKr8zOJma0ODngkxXyPsMRlN40 { top:92.4375rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Digu93DWPCptfXQgXcHaeQGWplQIanlP { top:92.4375rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHKHoWWZxIKoV32ZXq5Fs4uhowDT974g { width:20.75rem;height:17.945684883577rem;top:75.625rem;left:15.311630249024rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkr8ZDOK5Mcwur1VlsByyNhWPXLCHXIO { top:87.25rem;left:33.9375rem;width:13.8125rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqWJ75XylP7KkMdx7hiwIlKJgwmf8oTp { top:86.5625rem;left:17.6875rem;width:12.5rem;height:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuSEbetXlEupCBGbWp2owJLBwPU6s0tU { top:87.0625rem;left:0rem;width:12.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtWWdQVbHiQdvASDoTuEHufr4aDHTwBl { width:15.0625rem;height:13.8125rem;top:100.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WALMOrR8HMruy3JsvGF5l1VK2r5AlNAI { width:8.75rem;height:2.6875rem;top:112.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUIendlT4JQ7EhlGBTuGV5IFfRRxBp8x { display:block; }
 }@media only screen and (max-width: 763px) { #hxK6U1OPBl2uM8NJvssClTERTL0uo8kA { width:15.0625rem;height:13.8125rem;top:100.75rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpwZpeu6QKXSOV23IBOWA71hwtykn6OF { width:15.0625rem;height:13.8125rem;top:100.75rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdDhTCB89tNvL71DX0DgfE8J294TLhmL { width:8.75rem;height:2.6875rem;top:112.125rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ8oWhLufrN3E6lqdS7spWmSm3FSQCAE { display:block; }
 }@media only screen and (max-width: 763px) { #aJWiLi1RCD0z3aDeMgV30C9Mrkqmaror { width:8.75rem;height:2.6875rem;top:112.125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJVGPkDUvCZERCND7on6Fo7Enm1kmDwn { display:block; }
 }@media only screen and (max-width: 763px) { #O5MxnUGGGW25JqCk1UGpt7iACvX0GSOR { top:110.0625rem;left:17.8125rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3dDerEScfxe9EyJkUGViZhmnCoaFKXa { top:109.625rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJrlIUv5nU5315QcbJRN3oqtWEw0vSuT { top:109.625rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqsZwFJpKb6kRhXmsHeSmU6kXpq4XBKx { width:20.75rem;height:17.945684883577rem;top:97.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaUdIiAhhdrVSOakZ5lcImcFHNEsVAev { top:103.75rem;left:17.6875rem;width:12.5rem;height:3.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q085GzPmm7hPKUL4W36N9HVwrqf2MD0s { top:104.4375rem;left:33.9375rem;width:13.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaCN9HyO8bAP19HRfoEXfI1pKDpst13a { top:104.25rem;left:0rem;width:12.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzDJakUnEmzLdAmm1TlafuTiwadpRxIK { width:15.0625rem;height:13.8125rem;top:117.6875rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlFlfoVwUF0pgNfGXFTKKM256OTlnThP { width:8.75rem;height:2.6875rem;top:129.0625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #szsaSVFZhnNMOwrOrcCFS6MmXx8nVO4n { display:block; }
 }@media only screen and (max-width: 763px) { #vQ6iP7VrXOfoGfWnlmmeR7taDuZs7NbX { top:126.5625rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCpAC3aTB55MqKtK5TpxZZW0dOP6VG64 { top:121.375rem;left:33.9375rem;width:13.8125rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR0idCiJ1oeXXpOTRm445zlNIbDqADeg { width:15.0625rem;height:13.8125rem;top:117.75rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTftPa7kciTTkDO7ogJLrklzF3Q9zvF8 { width:8.75rem;height:2.6875rem;top:129.125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPmXvt2yVM4goBdzD8d9SLIareTL9crO { display:block; }
 }@media only screen and (max-width: 763px) { #WPAroC4MqWdTg1zTGoesCbAigIo0XAqg { top:126.625rem;left:17.625rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW6SOTziTXCndz9kVNSVmc3SExgHfeLx { top:122.125rem;left:16.935981750488rem;width:13.8125rem;height:0;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T37iKAoAT8L3fAR3vQ0MIPyNBZdFQMhx { width:15.0625rem;height:13.8125rem;top:117.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N177k9qZuWdSfmWScOqTZT3IUHsgfkFp { width:8.75rem;height:2.6875rem;top:129.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn9IHcRRhIcsUcIsrTLXU6urRhWgbJoH { display:block; }
 }@media only screen and (max-width: 763px) { #FnJmXXGTggkIg3K2QbbJxP7W2wOnuTR1 { top:126.5625rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpRdTog0zBhfREJeSOPQUXCHe79uwH0i { top:121.375rem;left:0rem;width:13.8125rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm { display:block; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPLlr7Lz6UIiNPOuyHPuqtwt4PNQii1H { width:47.75rem;height:2.8125rem;top:1.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF700Vu2Ct120lZTTrbRWMSLgH2CbtGv { width:47.75rem;height:;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIOEW2oEJ7Ismvu6EKwS0pQgQTtmF1VX { top:6.375rem;left:28.3125rem;width:19.4375rem;height:12.833234374049rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIA38b21P6vL63AsEacnT33cNItEzvNX { top:6.375rem;left:14.1875rem;width:19.375rem;height:12.874375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAGvl5bTI65dp0FsqqGgv8iV8Alzdkv1 { top:6.375rem;left:0rem;width:19.375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnCG7tAREf1dPp39OAfgzLLqMEr14hao { width:16.9375rem;height:3.75rem;top:14.5625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FsEgbz4JLPHx0rePmxvpTEVdvwhrtdeC { width:16.9375rem;height:3.75rem;top:14.5rem;left:14.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHUVDvzC5WShquiQvydTssZoHxXDtWLn { width:16.9375rem;height:1.875rem;top:15.5rem;left:30.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh { display:block; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxuR67rJmlHku0TafHHdTauEJbnxC3VS { width:19.375rem;height:5.3125rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r13nNywpC3PZ2bn4KGPdRi24zKc9nfCv { width:16.9375rem;height:3.75rem;top:14.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuEAZgg7Oow3i1bnou0trUMNNOZm99TV { width:19.375rem;height:5.3125rem;top:14.125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv6WxJmEdyXXafCEgG6yf5WkZaoBETDu { width:16.9375rem;height:3.75rem;top:14.5rem;left:14.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gabAVL3LSDEt7wQBryLhhuOiKpLrMiyK { width:19.375rem;height:5.3125rem;top:14.125rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ASFlt4ysJffPw0xEgHC1pWvki8TH8U { width:16.9375rem;height:1.875rem;top:15.5rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S76duc8sf7QQAtL17K5G0nVlcxD3wTHT { width:5.25rem;height:10.125rem;top:0rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tURTzx22TOcWylZAJO06xqeZHoeWrOqo { display:block; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceyTHpxOCcRGfSoLTVNxaUUllOWmixr4 { width:25.375rem;height:3.1875rem;top:3.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEQMwTugGW6SalfH5w9cBQg7Da0FWTZN { width:24.5625rem;height:16.270763376507rem;top:3.375rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZTtcK4r5uQwJFtLTdo4NhWJhOxq3W3S { width:20.0625rem;height:16.696205438249rem;top:1.8125rem;left:15.497177124024rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWJ4y9RPdmiqIRHyZ3PdaJ0dZmTL9ZIc { width:24.5625rem;height:16.270763376507rem;top:3.375rem;left:23.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JfK7IJDfaqtObI5dWK9r20wAcWZkGm4n { width:8.75rem;height:2.6875rem;top:14.8125rem;left:2.7248268127441rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVSKDgqbqQKKUmnnF9hwVPQLncAx8hTD { display:block; }
 }@media only screen and (max-width: 763px) { #J6mrcVUCf0sVz0BOW9AzLxNK6ciM69E6 { top:8.5625rem;left:0rem;width:18.3125rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #izxPyQnAvHRo10mqC6WS8K7U2zcZU8l0 { top:6.375rem;left:16.943576812744rem;width:18.75rem;height:1.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nttp9oCkynUULTiGbwKxRJtVAOLHhDou { top:8.9375rem;left:13.442058563233rem;width:8.4375rem;height:3.163649900728rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZh430pKpVIcG91xBUSJmkHoIhGpKMHk { top:9.0625rem;left:24.5rem;width:7.1875rem;height:2.8498167945512rem;display:none; }
 }@media only screen and (max-width: 763px) { #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3dqLJbL6KSHDnWOxRpKkGc0pJaZkLE1 { width:22.5rem;height:20.7498125rem;top:5.3125rem;left:6.5301647186281rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVl7d5baw4488HxCLSNkgCSBTc9Um44L { top:7.4375rem;left:25.8125rem;width:21.9375rem;height:3.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnZpFdr3QUZna3sqAuMUJWfvyTPtWEFM { top:12.4375rem;left:32.5rem;width:14.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDH4yGtS2fqOyz15QpvWGyhN1rT9NeOL { top:17.5625rem;left:22.5rem;width:24.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBGGgF9V6COSIp6OQGcnDhnP7wcCLQgw { top:20.8125rem;left:38.5625rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVgcZ9NuFIn3Oi1Lm0y8Z5TGS7TnHvMn { top:20.9375rem;left:41.1875rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioW9iEdslgi80ddpwJDgKk2chO2iGR15 { top:20.9375rem;left:43.875rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O90BTEvmuhhVU9UvH1aMLNMUe1eWOECd { top:17.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDKuVLVcQWKt4BqvEQr7c2pkTc0GdyDd { width:3.125rem;height:3.125rem;top:12.5rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IltDanqoJXs3b889uPRIaDmAmVuWMPtA { top:20.625rem;left:44.5625rem;width:3.1875rem;height:3.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAabnBA76TTt2kLRHd0PwAhpVO3O4pN8 { top:24.625rem;left:19.9375rem;width:27.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkJbrHWwe22GZKVbf6FeBw6q2PH4PacS { top:1.125rem;left:0rem;width:15rem;height:23.5623125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh { display:block; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mW2kaOMNNSf5Ms83zoTvVAEk4VGnelZm { width:19.625rem;height:2.625rem;top:1.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ecb8c5, #da96be);background-image: -moz-linear-gradient(180deg, #ecb8c5, #da96be);background-image: -ms-linear-gradient(180deg, #ecb8c5, #da96be);background-image: -o-linear-gradient(180deg, #ecb8c5, #da96be);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecb8c5', endColorstr='#da96be' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecb8c5', endColorstr='#da96be' );";background-image: linear-gradient(180deg, #ecb8c5, #da96be);background-size:auto !important;display:block; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { background-color: transparent; background-image: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .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); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfwvzEJJf2FvWaBf9vRbbKSTu7aMDOyO { width:20rem;height:23.072289156626rem;top:50.102083206177rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qRpUURQuVTawh9kU9dnvNd3DmdRwmCxE { width:15.061875rem;height:16.8120625rem;top:27.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xriOgq0msMvfL5FlSAlfcGdA39WbgHbD { width:18.75rem;height:29.8125rem;top:14.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQqRoEAT2KhpPvTmlQfwSaMtdhWr9OFi { width:18.375rem;height:1.9487875rem;top:18.6875rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-regular-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-text { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-text {padding-top: 0; padding-bottom: 0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-textarea { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-select { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-select {padding-top: 0; padding-bottom: 0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-button { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-checkbox-label { width:14.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk  { width:15.5rem;height:auto;top:20.25rem;left:0.6875rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .radio-container { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk {display:block;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk { width:15.5rem;height:auto;top:20.25rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #ihso1EdAfK7PfEFCIZVX6V1O7uTgZk2o {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #dL78uxVDNQHT7rpnPVUJXKvl1eUKKO3m {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #rVrVqcoIMaBfmVT8Gkz3M0gQAGCJww2I {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #a7b2mKqmNyUQcVQwcoEvK6IHmSk1wBMy {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #s3gLu9TLHCOMv7Hi8cfzgvNmsv4EP5gK {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #HVsqHZ55iTh6TMaV3pq4ukbLVqqX4klm {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #Vb6FRV3xdtNM4H6iFBooOUJM5DI9GptN {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #OAcHvAVgyU9hxVLKBDoScXHsioMTmBWq {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #DNzoHJcBSn8ZQMhmIezC0DNMFl80l1UT {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #U8gKFzo4EtCKeqTFZyb7RMTIh6sLVARp {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #mxeTqUkJDREb4nIqTictgh38kDB26gX8 {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #MouDcqiN6bMdFQ07KnEQeJhXSnDavcF5 {  }
 }@media only screen and (max-width: 763px) { #OO9MDOQokbuMoJkRWlWrAmXEHuqwdMvG { display:block; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #cToeNzTVBPtEgQZGIw6zRP7h9bPnopX7 {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #zw7LNOvh4FaACLbW2kWfKy62lAuoaTLJ {  }
 }@media only screen and (max-width: 763px) { #uDHmzMUpb9ipe5vv2eAvBJ8nl4s73zcw { width:6.25rem;height:6.25rem;top:11.75rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUs9Apcoy90IB0Apo3hslsyRGbxWp3SL { width:5.56206875rem;height:3.1510375rem;top:13.3125rem;left:6.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pShgekOIHnqEBcI3gDud11kxTpAtvC3a { width:1.25rem;height:1.25rem;top:5.8118495941162rem;left:9.3750000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozDkb49G8greBVcZpuIl57EKHtf4ryNQ { width:6.75rem;height:2.4375rem;top:9.1875rem;left:2.1875rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #xwP2kIcI67SH7c6ZZkf8Ns5vTXGJ7tZl { width:10.3125rem;height:1.462675rem;top:7.2495660781863rem;left:5.3747830986977rem;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #WbhRUHKWrMlTlc7uNKTKXmVtSA0aSrIC { width:7.125rem;height:2.6875rem;top:9.0238723754881rem;left:10.250000059604rem;z-index:100097;display:block; }
 }@media only screen and (max-width: 763px) { #tmGE4wi1eIuFIQl3v82M6m65KZJi335B { width:20rem;height:4.87413125rem;top:0.63151037693025rem;left:0rem;font-size:0.9375rem;z-index:100006;color:#ffffff;font-family:"br font n-day";font-weight:400;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;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { width:20rem;height:0;top:6.1805558204651rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #a75355N6368cHQh1CHkppn6yGOJTPfkn { width:6.8125rem;height:2.5rem;top:9rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IaD29dTLxmPe3hBaGTSwiJO85a1Wyyv5 { width:17.5rem;height:3.4375rem;top:0.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyydKX5EDW6o7Wkgh3o5QiGbEtTEieyT { display:block; }
 }@media only screen and (max-width: 763px) { #xXgyky03o9g0JFmxCVf0WT1doeTJSkby { width:3.4375rem;height:3.4375rem;top:0.6875rem;left:1.25rem;display:block; }
#xXgyky03o9g0JFmxCVf0WT1doeTJSkby > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #MckypThRNxTkphy1JMToE72gpAcw4Ffa { display:block; }#MckypThRNxTkphy1JMToE72gpAcw4Ffa > .row .container { width:20rem;height:370rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIrZmDU64amlfhNQ4oKrLEhL52Phu9mz { width:15.1248125rem;height:13.8748125rem;top:31.880426406861rem;left:2.3111980557442rem;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; }#RIrZmDU64amlfhNQ4oKrLEhL52Phu9mz.adaptive-delivery-prevent-bg, #RIrZmDU64amlfhNQ4oKrLEhL52Phu9mz.lazyload, #RIrZmDU64amlfhNQ4oKrLEhL52Phu9mz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #B60bXJvr91LrDucmKFLltcxxwCJsoZ96 { width:8.75rem;height:2.6875rem;top:43.249786376953rem;left:5.7821197509766rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5DHGef3SqQbPaIzaFLtI3A4deO262zI { display:block; }
 }@media only screen and (max-width: 763px) { #rO270AsWOdBOVNWxXnINwGH1dBFcbQdZ { width:15.0625rem;height:13.8125rem;top:16.5625rem;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; }#rO270AsWOdBOVNWxXnINwGH1dBFcbQdZ.adaptive-delivery-prevent-bg, #rO270AsWOdBOVNWxXnINwGH1dBFcbQdZ.lazyload, #rO270AsWOdBOVNWxXnINwGH1dBFcbQdZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZeiTzzBzCL0Fp87ME9OUZ9hUdOTaEI9X { width:8.75rem;height:2.6875rem;top:27.9375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFuMLepEhHPkRFZg4G0ikEbcL46R6icn { display:block; }
 }@media only screen and (max-width: 763px) { #uTXDZGSVzgh48622QXT4u7qsJK8NAGhV { width:15.0625rem;height:13.8125rem;top:1.25rem;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; }#uTXDZGSVzgh48622QXT4u7qsJK8NAGhV.adaptive-delivery-prevent-bg, #uTXDZGSVzgh48622QXT4u7qsJK8NAGhV.lazyload, #uTXDZGSVzgh48622QXT4u7qsJK8NAGhV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EU2WsHfLR9naVpr0CnAsMn05c1nh2CK8 { width:8.75rem;height:2.6875rem;top:12.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huGxbx6AmTmebvL6DF4V8E0D2KZ8lmR8 { display:block; }
 }@media only screen and (max-width: 763px) { #row4EZAordTRzUbhcQbwRr7kPeBQmDyd { width:15rem;height:12.9375rem;top:25.763541221619rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GihU22aSXrxItW7gJPkekCB9UWITxFVS { width:15.0625rem;height:13.8125rem;top:47.249380657349rem;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; }#GihU22aSXrxItW7gJPkekCB9UWITxFVS.adaptive-delivery-prevent-bg, #GihU22aSXrxItW7gJPkekCB9UWITxFVS.lazyload, #GihU22aSXrxItW7gJPkekCB9UWITxFVS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mcA3Qg1IGVweMIuHgFbyUIkowkHGq4wy { width:8.75rem;height:2.6875rem;top:58.624380657349rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2EoEOfHfdaqoIsSpzg7E925IeBbmPG6 { display:block; }
 }@media only screen and (max-width: 763px) { #owtSocuyVTS8QQ9f5uxvTQ95FFzhEDse { width:15.0625rem;height:13.8125rem;top:62.56188065735rem;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; }#owtSocuyVTS8QQ9f5uxvTQ95FFzhEDse.adaptive-delivery-prevent-bg, #owtSocuyVTS8QQ9f5uxvTQ95FFzhEDse.lazyload, #owtSocuyVTS8QQ9f5uxvTQ95FFzhEDse.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TxMJ3UJgzWzsctGuN5zR4M724DeZzT2b { width:8.75rem;height:2.6875rem;top:73.93688065735rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omkgIW0UfbuNRIm9I1JMFZWx7r6GGMdD { display:block; }
 }@media only screen and (max-width: 763px) { #MLpWCoLvHqFhG5BEQGhS5SNWKmvuKIeN { width:15.0625rem;height:13.8125rem;top:77.87438065735rem;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; }#MLpWCoLvHqFhG5BEQGhS5SNWKmvuKIeN.adaptive-delivery-prevent-bg, #MLpWCoLvHqFhG5BEQGhS5SNWKmvuKIeN.lazyload, #MLpWCoLvHqFhG5BEQGhS5SNWKmvuKIeN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QtsCxWsVn8QiG2DfvrTIeytUsE4X4J9A { width:8.75rem;height:2.6875rem;top:89.24938065735rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxrOaiTWVXtMoZerrBd3cUGaN3LIVeHA { display:block; }
 }@media only screen and (max-width: 763px) { #fmpkyqWxUqGJTnyEthVbFrHyWbyheeS5 { width:15.0625rem;height:13.8125rem;top:93.18688065735rem;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; }#fmpkyqWxUqGJTnyEthVbFrHyWbyheeS5.adaptive-delivery-prevent-bg, #fmpkyqWxUqGJTnyEthVbFrHyWbyheeS5.lazyload, #fmpkyqWxUqGJTnyEthVbFrHyWbyheeS5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #u7s2JFqWB0hK8rpliPNBTHkllFp5ckuh { width:8.75rem;height:2.6875rem;top:104.56188065735rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txd15AGHeXDqsg5hvkQqKnuVeQ2L6g5s { display:block; }
 }@media only screen and (max-width: 763px) { #WSmLEtTBPa4ztNTtVENnmTakiehFmNri { width:15.0625rem;height:13.8125rem;top:108.49938065735rem;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; }#WSmLEtTBPa4ztNTtVENnmTakiehFmNri.adaptive-delivery-prevent-bg, #WSmLEtTBPa4ztNTtVENnmTakiehFmNri.lazyload, #WSmLEtTBPa4ztNTtVENnmTakiehFmNri.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KqrhTE3Wv77E17MuoPbhIXhU86dp4qit { width:8.75rem;height:2.6875rem;top:119.87438065735rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCA0dDDUNIwSeMPhDRoBotPweHaVcvUR { display:block; }
 }@media only screen and (max-width: 763px) { #tJCsIPzaQ6DyLSEONvFOM2pgAvKmk0vr { width:15.0625rem;height:13.8125rem;top:123.81188065735rem;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; }#tJCsIPzaQ6DyLSEONvFOM2pgAvKmk0vr.adaptive-delivery-prevent-bg, #tJCsIPzaQ6DyLSEONvFOM2pgAvKmk0vr.lazyload, #tJCsIPzaQ6DyLSEONvFOM2pgAvKmk0vr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WsP4vtxkrZro3HNXKlEoPDcxgV37PbRF { width:8.75rem;height:2.6875rem;top:135.18688065735rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6EksCvWupWsR3iQTC1aGk5GEGRlpoUB { display:block; }
 }@media only screen and (max-width: 763px) { #wAEy4swuxLCJIRog1cnIGgTBst3P8onx { width:15.0625rem;height:13.8125rem;top:139.12438065735rem;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; }#wAEy4swuxLCJIRog1cnIGgTBst3P8onx.adaptive-delivery-prevent-bg, #wAEy4swuxLCJIRog1cnIGgTBst3P8onx.lazyload, #wAEy4swuxLCJIRog1cnIGgTBst3P8onx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #E3pJ5FmQD1pKTn5K5MVp1LRL75F5K7EC { width:8.75rem;height:2.6875rem;top:150.49938065735rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC2x68mgmvbzbsVDqB7zU6uW8NJJUSiE { display:block; }
 }@media only screen and (max-width: 763px) { #taEutwTneL5lDqUKJ9E3tALT2kcHIQDw { width:15.0625rem;height:13.8125rem;top:154.43688065735rem;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; }#taEutwTneL5lDqUKJ9E3tALT2kcHIQDw.adaptive-delivery-prevent-bg, #taEutwTneL5lDqUKJ9E3tALT2kcHIQDw.lazyload, #taEutwTneL5lDqUKJ9E3tALT2kcHIQDw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gMFwFLI9G5yBywBA8Zopy0lIrc12RETh { width:8.75rem;height:2.6875rem;top:165.81188065735rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtDi4mAqQstbvG87u1yqLl5u7P2bM6Al { display:block; }
 }@media only screen and (max-width: 763px) { #lRW2uqkDURtroVmuI5r1dTeJ40uHa4Uo { width:15.0625rem;height:13.8125rem;top:169.74938065735rem;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; }#lRW2uqkDURtroVmuI5r1dTeJ40uHa4Uo.adaptive-delivery-prevent-bg, #lRW2uqkDURtroVmuI5r1dTeJ40uHa4Uo.lazyload, #lRW2uqkDURtroVmuI5r1dTeJ40uHa4Uo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NExk0CqsM2z9x4IVHhFmLmZgSXXEha7i { width:8.75rem;height:2.6875rem;top:181.12438065735rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcGTeK2b14qmLwKlKIpnowsziRPBBZRF { display:block; }
 }@media only screen and (max-width: 763px) { #T3Id4UdWH8LdTWH9sX6GZM4vabUFtO45 { width:15.0625rem;height:13.8125rem;top:185.1875rem;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; }#T3Id4UdWH8LdTWH9sX6GZM4vabUFtO45.adaptive-delivery-prevent-bg, #T3Id4UdWH8LdTWH9sX6GZM4vabUFtO45.lazyload, #T3Id4UdWH8LdTWH9sX6GZM4vabUFtO45.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EwFNF5Xu38kQJVFmZ2D6u80HX6RgNyuG { width:8.75rem;height:2.6875rem;top:196.5625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecXqnpUQOwoZXrDwLXWPelce3y32FlRM { display:block; }
 }@media only screen and (max-width: 763px) { #AvDAWlgMZ3Vrny6PdVTCd33BBWApUTF8 { width:20rem;height:17.296rem;top:172rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNa0M1EyiLRRvBKu6sex2K7b00F1gcgT { width:12.5rem;height:1.462675rem;top:5.4375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIXm0X2hz0d6w7oROEwGTl87kxPnsR8k { width:12.5rem;height:1.7068125rem;top:10rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnABTPs0gzdH1aWzkKmLJaRiZ86XikPU { width:12.5rem;height:1.7068125rem;top:25rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiF7T2EyiufpavPuqZ81tKZ5XoL1cuge { width:13.2498125rem;height:3.2487rem;top:20.195313453674rem;left:3.3745661377907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6SsaCe73L4LZ0hW95OaSQZ7Nfa8xTLb { width:13.2498125rem;height:3.2487rem;top:35.519750595093rem;left:3.3745661377907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOaopIVwpK8Tx0q8JZ0UreQG6oCnwb3X { width:12.5rem;height:1.7068125rem;top:40.6875rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #am7ribBB7zmcPqoRVushMr4g0aDsZxCT { width:12.5rem;height:3.57421875rem;top:51.06120300293rem;left:3.7500000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #op7mi4LgwqSyfhkEfASNNhb5Z7EPk0tF { width:12.5rem;height:1.7068125rem;top:56.25rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXAu9cBg6uzfruUvqEFkubhMOolKxv0I { width:12.5rem;height:1.7068125rem;top:71.8125rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7o3OTyr6VcU2ie6hJJpUdpnAbF1VBHM { width:12.5rem;height:5.12044375rem;top:65.93641757965rem;left:3.7500000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCBvmqzKrz5aW6WrmsF4R5BW9FJ0AnTa { width:12.5rem;height:1.7068125rem;top:86.125rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaJET8T1cvF1QlC7FZ8RWD8z8ggmMaAE { width:12.5rem;height:3.57421875rem;top:111.99869823456rem;left:3.7500000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFVc2NUyl7ZvgMGxHxq5SWFJhPkyVHWb { width:12.5rem;height:1.7068125rem;top:117.9375rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywe3iABa7QRbXwJCeZQucde9Lc3Wcc9i { width:12.5rem;height:3.897575rem;top:97.31120967865rem;left:3.7500000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8bW3bJUxJnVUfRezEBILWsFhWIFJLR3 { width:12.5rem;height:1.7068125rem;top:102.37413406372rem;left:3.7500000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAQH8cIpx8BvqUCaBoZDK30e2Ri935ID { width:12.5rem;height:1.8684875rem;top:128.6875rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6b89TSCtTrfrFtRHoDsxH4R6nk4fNog { width:12.5rem;height:1.7068125rem;top:132.375rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJD00aECImV9kXuavxXGEtxvWy4PiVVP { width:12.5rem;height:5.85069375rem;top:141.56250095367rem;left:3.7500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVKRHrRmrJ9w9O50ml7T1TsZcwS1N6vo { width:12.5rem;height:1.7068125rem;top:148.625rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmQXdMTsiod79cyoVpZ0b1Cg91imJLze { width:12.5rem;height:4.388025rem;top:172.93621349335rem;left:3.7500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIQZov5T4WJVolxBSxf1PzzXwsG5rrsT { width:12.5rem;height:1.7068125rem;top:178.75rem;left:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqdIAokfadg7JCauF69hihGqxlOP8sqx { width:12.5rem;height:4.140625rem;top:159.27300643921rem;left:3.7500000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRBZG40UNCLCz2qz8y2Tu58kVRtZgGve { width:12.5rem;height:1.7068125rem;top:163.80036449433rem;left:3.7500000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaIRyE4oXFBcTfFJGVod0WmabrtNkG3O { width:12.5rem;height:3.41363125rem;top:188.49826431274rem;left:3.7500000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8d1QGWhUq0pcm7axO9vFwlJpWT7tzi9 { width:12.5rem;height:1.7068125rem;top:193.875rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omNvkDTiuKN0cLgeTf4Ti017L2woXzV9 { width:12.5rem;height:3.574225rem;top:81.829425811769rem;left:3.7500000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4rtJr21UExyZWib7shZL2aJxaBsf77t { width:12.5rem;height:1.462675rem;top:156.86632823944rem;left:3.7500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFlOu4XICWZpsNqibtXU55yoaR0WWX2R { width:15.0625rem;height:13.8125rem;top:216.0625rem;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;display:block; }#TFlOu4XICWZpsNqibtXU55yoaR0WWX2R.adaptive-delivery-prevent-bg, #TFlOu4XICWZpsNqibtXU55yoaR0WWX2R.lazyload, #TFlOu4XICWZpsNqibtXU55yoaR0WWX2R.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EQNcy9xATguI6D6ZlfseoTAFF0rqh4h8 { width:12.5rem;height:3.2487rem;top:219.125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXg6r6289VMQrS9slxF0PUTcbEfFB7bH { width:12.5rem;height:1.7068125rem;top:224.9375rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6wydbrQ5opt8F8l2bTfzzRcG4b97Kw5 { width:8.75rem;height:2.6875rem;top:227.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDE4ilGIcwS7lBuI6ZPFw9lTg2dTi4H1 { display:block; }
 }@media only screen and (max-width: 763px) { #oMClADgzPDy49IsHfecpxsBsEDlWTUvA { width:15.0625rem;height:13.8125rem;top:200.75rem;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;display:block; }#oMClADgzPDy49IsHfecpxsBsEDlWTUvA.adaptive-delivery-prevent-bg, #oMClADgzPDy49IsHfecpxsBsEDlWTUvA.lazyload, #oMClADgzPDy49IsHfecpxsBsEDlWTUvA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MdTzWHgkzdsyAB1La0uile0WOfMlJFqF { width:8.75rem;height:2.6875rem;top:212.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ansoNdloq933RDkGe3yTWLuVEPQTPNVN { display:block; }
 }@media only screen and (max-width: 763px) { #r6NrcCmCvelHoxkMr3S36llIxd08xG3w { width:12.5rem;height:1.7068125rem;top:210.0625rem;left:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJlJU5MrTbLsfXpHunQGhN0dvEsML52o { width:12.5rem;height:4.38801875rem;top:203.75rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MThTNqgmH7PlivD6ClNDVF9dkRifD5yg { width:15.0625rem;height:13.8125rem;top:231.375rem;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;display:block; }#MThTNqgmH7PlivD6ClNDVF9dkRifD5yg.adaptive-delivery-prevent-bg, #MThTNqgmH7PlivD6ClNDVF9dkRifD5yg.lazyload, #MThTNqgmH7PlivD6ClNDVF9dkRifD5yg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FIJCKlDEN037qGz7MXyAh24ozafR38WF { width:8.75rem;height:2.6875rem;top:242.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAtGe8aRo5Sxhr1zbRs9hBDxT63cJHaO { display:block; }
 }@media only screen and (max-width: 763px) { #qhRy7xPdpUNVmsMf7u2SEbXIUgWPfulA { width:15.0625rem;height:13.8125rem;top:262rem;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;display:block; }#qhRy7xPdpUNVmsMf7u2SEbXIUgWPfulA.adaptive-delivery-prevent-bg, #qhRy7xPdpUNVmsMf7u2SEbXIUgWPfulA.lazyload, #qhRy7xPdpUNVmsMf7u2SEbXIUgWPfulA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cV5JVKhsxTqBDnnW72ulHECn5dghsOmw { width:8.75rem;height:2.6875rem;top:273.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #biJgaasLR91GNioTOPTM3bNeOHAAW95G { display:block; }
 }@media only screen and (max-width: 763px) { #LIFoaaKSphNlJegOOaz36nQcKg0fuACO { width:15.0625rem;height:13.8125rem;top:246.6875rem;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;display:block; }#LIFoaaKSphNlJegOOaz36nQcKg0fuACO.adaptive-delivery-prevent-bg, #LIFoaaKSphNlJegOOaz36nQcKg0fuACO.lazyload, #LIFoaaKSphNlJegOOaz36nQcKg0fuACO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #H47xyLvTisT2IsGrioPTikti0thQgGd1 { width:8.75rem;height:2.6875rem;top:258.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLO91eGtTlkhHLrM9V8BxpXHhsRLuTos { display:block; }
 }@media only screen and (max-width: 763px) { #pMnisHEPwLR3emRMV3lcm6RS0DQ8QiZh { width:12.5rem;height:1.7068125rem;top:256rem;left:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5Zl7qJKr8zOJma0ODngkxXyPsMRlN40 { width:12.5rem;height:1.7068125rem;top:240.25rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Digu93DWPCptfXQgXcHaeQGWplQIanlP { width:12.5rem;height:1.7068125rem;top:270.875rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHKHoWWZxIKoV32ZXq5Fs4uhowDT974g { width:20rem;height:17.297045670918rem;top:199.24698257446rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkr8ZDOK5Mcwur1VlsByyNhWPXLCHXIO { width:13.811875rem;height:3.2487rem;top:265.6875rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqWJ75XylP7KkMdx7hiwIlKJgwmf8oTp { width:12.5rem;height:4.38801875rem;top:249.6875rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuSEbetXlEupCBGbWp2owJLBwPU6s0tU { width:12.5rem;height:3.57421875rem;top:234.875rem;left:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtWWdQVbHiQdvASDoTuEHufr4aDHTwBl { width:15.0625rem;height:13.8125rem;top:277.3125rem;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;display:block; }#VtWWdQVbHiQdvASDoTuEHufr4aDHTwBl.adaptive-delivery-prevent-bg, #VtWWdQVbHiQdvASDoTuEHufr4aDHTwBl.lazyload, #VtWWdQVbHiQdvASDoTuEHufr4aDHTwBl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WALMOrR8HMruy3JsvGF5l1VK2r5AlNAI { width:8.75rem;height:2.6875rem;top:288.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUIendlT4JQ7EhlGBTuGV5IFfRRxBp8x { display:block; }
 }@media only screen and (max-width: 763px) { #hxK6U1OPBl2uM8NJvssClTERTL0uo8kA { width:15.0625rem;height:13.8125rem;top:308.25rem;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;display:block; }#hxK6U1OPBl2uM8NJvssClTERTL0uo8kA.adaptive-delivery-prevent-bg, #hxK6U1OPBl2uM8NJvssClTERTL0uo8kA.lazyload, #hxK6U1OPBl2uM8NJvssClTERTL0uo8kA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NpwZpeu6QKXSOV23IBOWA71hwtykn6OF { width:15.0625rem;height:13.8125rem;top:292.9375rem;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;display:block; }#NpwZpeu6QKXSOV23IBOWA71hwtykn6OF.adaptive-delivery-prevent-bg, #NpwZpeu6QKXSOV23IBOWA71hwtykn6OF.lazyload, #NpwZpeu6QKXSOV23IBOWA71hwtykn6OF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TdDhTCB89tNvL71DX0DgfE8J294TLhmL { width:8.75rem;height:2.6875rem;top:304.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ8oWhLufrN3E6lqdS7spWmSm3FSQCAE { display:block; }
 }@media only screen and (max-width: 763px) { #aJWiLi1RCD0z3aDeMgV30C9Mrkqmaror { width:8.75rem;height:2.6875rem;top:319.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJVGPkDUvCZERCND7on6Fo7Enm1kmDwn { display:block; }
 }@media only screen and (max-width: 763px) { #O5MxnUGGGW25JqCk1UGpt7iACvX0GSOR { width:12.5rem;height:1.7068125rem;top:302.25rem;left:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3dDerEScfxe9EyJkUGViZhmnCoaFKXa { width:12.5rem;height:1.7068125rem;top:286.1875rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJrlIUv5nU5315QcbJRN3oqtWEw0vSuT { width:12.5rem;height:1.7068125rem;top:317.125rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqsZwFJpKb6kRhXmsHeSmU6kXpq4XBKx { width:20rem;height:17.297045670918rem;top:263.07835376262rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaUdIiAhhdrVSOakZ5lcImcFHNEsVAev { width:12.5rem;height:3.41363125rem;top:295.9375rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q085GzPmm7hPKUL4W36N9HVwrqf2MD0s { width:13.811875rem;height:1.62435rem;top:311.9375rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaCN9HyO8bAP19HRfoEXfI1pKDpst13a { width:12.5rem;height:3.57421875rem;top:280.8125rem;left:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzDJakUnEmzLdAmm1TlafuTiwadpRxIK { width:15.0625rem;height:13.8125rem;top:354.1875rem;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;display:block; }#rzDJakUnEmzLdAmm1TlafuTiwadpRxIK.adaptive-delivery-prevent-bg, #rzDJakUnEmzLdAmm1TlafuTiwadpRxIK.lazyload, #rzDJakUnEmzLdAmm1TlafuTiwadpRxIK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IlFlfoVwUF0pgNfGXFTKKM256OTlnThP { width:8.75rem;height:2.6875rem;top:365.63154792786rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #szsaSVFZhnNMOwrOrcCFS6MmXx8nVO4n { display:block; }
 }@media only screen and (max-width: 763px) { #vQ6iP7VrXOfoGfWnlmmeR7taDuZs7NbX { width:12.5rem;height:1.7068125rem;top:363.0625rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCpAC3aTB55MqKtK5TpxZZW0dOP6VG64 { width:13.811875rem;height:3.2487rem;top:357.875rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR0idCiJ1oeXXpOTRm445zlNIbDqADeg { width:15.0625rem;height:13.8125rem;top:338.875rem;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;display:block; }#KR0idCiJ1oeXXpOTRm445zlNIbDqADeg.adaptive-delivery-prevent-bg, #KR0idCiJ1oeXXpOTRm445zlNIbDqADeg.lazyload, #KR0idCiJ1oeXXpOTRm445zlNIbDqADeg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QTftPa7kciTTkDO7ogJLrklzF3Q9zvF8 { width:8.75rem;height:2.6875rem;top:350.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPmXvt2yVM4goBdzD8d9SLIareTL9crO { display:block; }
 }@media only screen and (max-width: 763px) { #WPAroC4MqWdTg1zTGoesCbAigIo0XAqg { width:12.5rem;height:1.7068125rem;top:347.75rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW6SOTziTXCndz9kVNSVmc3SExgHfeLx { width:13.811875rem;height:3.2487rem;top:343.3125rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T37iKAoAT8L3fAR3vQ0MIPyNBZdFQMhx { width:15.0625rem;height:13.8125rem;top:323.5625rem;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;display:block; }#T37iKAoAT8L3fAR3vQ0MIPyNBZdFQMhx.adaptive-delivery-prevent-bg, #T37iKAoAT8L3fAR3vQ0MIPyNBZdFQMhx.lazyload, #T37iKAoAT8L3fAR3vQ0MIPyNBZdFQMhx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #N177k9qZuWdSfmWScOqTZT3IUHsgfkFp { width:8.75rem;height:2.6875rem;top:334.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn9IHcRRhIcsUcIsrTLXU6urRhWgbJoH { display:block; }
 }@media only screen and (max-width: 763px) { #FnJmXXGTggkIg3K2QbbJxP7W2wOnuTR1 { width:12.5rem;height:1.7068125rem;top:332.4375rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpRdTog0zBhfREJeSOPQUXCHe79uwH0i { width:13.811875rem;height:3.2487rem;top:327.25rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm { display:block; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPLlr7Lz6UIiNPOuyHPuqtwt4PNQii1H { width:20rem;height:2.76041875rem;top:0.205078125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF700Vu2Ct120lZTTrbRWMSLgH2CbtGv { width:15.625rem;height:0;top:0rem;left:2.15625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QIOEW2oEJ7Ismvu6EKwS0pQgQTtmF1VX { width:19.436875rem;height:12.833125rem;top:41.649521827697rem;left:0.34353297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIA38b21P6vL63AsEacnT33cNItEzvNX { width:19.375rem;height:12.874375rem;top:22.839631557464rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAGvl5bTI65dp0FsqqGgv8iV8Alzdkv1 { width:19.375rem;height:12.8125rem;top:4.215496875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnCG7tAREf1dPp39OAfgzLLqMEr14hao { width:16.9998125rem;height:3.9388rem;top:17.998047828674rem;left:1.4995661377907rem;font-size:1.3125rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #FsEgbz4JLPHx0rePmxvpTEVdvwhrtdeC { width:16.9998125rem;height:3.9388rem;top:36.936850547791rem;left:1.4995661377907rem;font-size:1.3125rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #JHUVDvzC5WShquiQvydTssZoHxXDtWLn { width:16.9998125rem;height:1.9694rem;top:56.250001907349rem;left:1.4995661377907rem;font-size:1.3125rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh { display:none; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container { width:20rem;height:56.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XxuR67rJmlHku0TafHHdTauEJbnxC3VS { width:18.75rem;height:11.0625rem;top:6.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r13nNywpC3PZ2bn4KGPdRi24zKc9nfCv { width:17rem;height:1.50065rem;top:11.1875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuEAZgg7Oow3i1bnou0trUMNNOZm99TV { width:18.75rem;height:11.0625rem;top:25.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv6WxJmEdyXXafCEgG6yf5WkZaoBETDu { width:17rem;height:3.0013rem;top:30.375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gabAVL3LSDEt7wQBryLhhuOiKpLrMiyK { width:18.75rem;height:11.0625rem;top:44.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ASFlt4ysJffPw0xEgHC1pWvki8TH8U { width:17rem;height:1.50065rem;top:49.375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S76duc8sf7QQAtL17K5G0nVlcxD3wTHT { width:4rem;height:7.75rem;top:38.5625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #tURTzx22TOcWylZAJO06xqeZHoeWrOqo { display:block; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceyTHpxOCcRGfSoLTVNxaUUllOWmixr4 { width:20rem;height:2.59874375rem;top:1.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iEQMwTugGW6SalfH5w9cBQg7Da0FWTZN { width:18.75rem;height:12.4370625rem;top:24.962024211884rem;left:0.62500005960463rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZTtcK4r5uQwJFtLTdo4NhWJhOxq3W3S { width:11.749125rem;height:9.749375rem;top:4.9186210632324rem;left:8.2508688569069rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWJ4y9RPdmiqIRHyZ3PdaJ0dZmTL9ZIc { width:20rem;height:13.125rem;top:5.3103332519531rem;left:5.9604644775391E-8rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #JfK7IJDfaqtObI5dWK9r20wAcWZkGm4n { width:8.75rem;height:2.68555rem;top:29.250218391419rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVSKDgqbqQKKUmnnF9hwVPQLncAx8hTD { display:block; }
 }@media only screen and (max-width: 763px) { #J6mrcVUCf0sVz0BOW9AzLxNK6ciM69E6 { width:18.311625rem;height:4.87305rem;top:18.93337726593rem;left:0.84418410062787rem;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #izxPyQnAvHRo10mqC6WS8K7U2zcZU8l0 { width:12.5rem;height:1.462675rem;top:23.9375rem;left:4.5625rem;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);z-index:100098;display:block; }
 }@media only screen and (max-width: 763px) { #nttp9oCkynUULTiGbwKxRJtVAOLHhDou { width:7.874375rem;height:2.8125rem;top:25.998265266419rem;left:1.8109808564186rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100099;display:block; }
 }@media only screen and (max-width: 763px) { #RZh430pKpVIcG91xBUSJmkHoIhGpKMHk { width:7.6248125rem;height:2.87435rem;top:25.967883110046rem;left:10.811632215977rem;z-index:100100;display:block; }
 }@media only screen and (max-width: 763px) { #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3dqLJbL6KSHDnWOxRpKkGc0pJaZkLE1 { width:6.5625rem;height:6.06228125rem;top:27.25rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVl7d5baw4488HxCLSNkgCSBTc9Um44L { width:20rem;height:2.99913125rem;top:0.93747711181638rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QnZpFdr3QUZna3sqAuMUJWfvyTPtWEFM { width:14.4998125rem;height:2.92535rem;top:25.936415672302rem;left:2.7495661377907rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hDH4yGtS2fqOyz15QpvWGyhN1rT9NeOL { width:20rem;height:2.11263125rem;top:29.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WBGGgF9V6COSIp6OQGcnDhnP7wcCLQgw { width:2.8125rem;height:2.8125rem;top:33.25rem;left:14.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVgcZ9NuFIn3Oi1Lm0y8Z5TGS7TnHvMn { width:2.8125rem;height:2.8125rem;top:33.25rem;left:10.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioW9iEdslgi80ddpwJDgKk2chO2iGR15 { width:2.8125rem;height:2.8125rem;top:33.25rem;left:3.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O90BTEvmuhhVU9UvH1aMLNMUe1eWOECd { width:3.125rem;height:3.125rem;top:29.375rem;left:1.8745661377907rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDKuVLVcQWKt4BqvEQr7c2pkTc0GdyDd { width:3.125rem;height:3.125rem;top:25.836547851562rem;left:1.7495661377907rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IltDanqoJXs3b889uPRIaDmAmVuWMPtA { width:3.1875rem;height:3.1875rem;top:33.0625rem;left:7rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAabnBA76TTt2kLRHd0PwAhpVO3O4pN8 { width:20rem;height:0.97439375rem;top:37.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JkJbrHWwe22GZKVbf6FeBw6q2PH4PacS { width:12.8125rem;height:20.186625rem;top:4.7493457794189rem;left:3.5937500596046rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }