.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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:4rem;width:60rem;position:relative;display:block; }#mW2kaOMNNSf5Ms83zoTvVAEk4VGnelZm { position:absolute;display:block;z-index:15001;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(196deg, #f1b3c8, #dcd7d7);background-image: -moz-linear-gradient(196deg, #f1b3c8, #dcd7d7);background-image: -ms-linear-gradient(196deg, #f1b3c8, #dcd7d7);background-image: -o-linear-gradient(196deg, #f1b3c8, #dcd7d7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1b3c8', endColorstr='#dcd7d7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1b3c8', endColorstr='#dcd7d7' );";background-image: linear-gradient(196deg, #f1b3c8, #dcd7d7);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:41.8125rem;width:60rem;position:relative;display:block; }#xriOgq0msMvfL5FlSAlfcGdA39WbgHbD { position:absolute;display:block;z-index:15003;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.875rem;width:24.6875rem;top:13.25rem;left:18.4375rem;display:block; }
#GQqRoEAT2KhpPvTmlQfwSaMtdhWr9OFi { color:#000000;display:block;width:24.4998125rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.875rem;left:18.25rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-form-header {  }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#000000;width:19.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#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:19.0625rem;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:19.0625rem;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:19.0625rem;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:19.0625rem;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:17.875rem;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:19.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;position:absolute;top:15.880859375rem;left:33.6875rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.0625rem;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:19.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;position:absolute;top:16.0625rem;left:20rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #ihso1EdAfK7PfEFCIZVX6V1O7uTgZk2o { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #dL78uxVDNQHT7rpnPVUJXKvl1eUKKO3m { position:relative;display:none; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #rVrVqcoIMaBfmVT8Gkz3M0gQAGCJww2I { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #a7b2mKqmNyUQcVQwcoEvK6IHmSk1wBMy { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #s3gLu9TLHCOMv7Hi8cfzgvNmsv4EP5gK { position:relative;display:none; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #HVsqHZ55iTh6TMaV3pq4ukbLVqqX4klm { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #Vb6FRV3xdtNM4H6iFBooOUJM5DI9GptN { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #OAcHvAVgyU9hxVLKBDoScXHsioMTmBWq { position:relative;display:none; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #DNzoHJcBSn8ZQMhmIezC0DNMFl80l1UT { position:relative; }
#OO9MDOQokbuMoJkRWlWrAmXEHuqwdMvG { position:relative;display:block; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #U8gKFzo4EtCKeqTFZyb7RMTIh6sLVARp { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #mxeTqUkJDREb4nIqTictgh38kDB26gX8 { position:relative;display:none; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #MouDcqiN6bMdFQ07KnEQeJhXSnDavcF5 { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #cToeNzTVBPtEgQZGIw6zRP7h9bPnopX7 { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #zw7LNOvh4FaACLbW2kWfKy62lAuoaTLJ { position:relative; }
#uDHmzMUpb9ipe5vv2eAvBJ8nl4s73zcw { position:absolute;display:block;z-index:15011;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:10.875rem;left:15.6875rem;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:15012;line-height:1.2;letter-spacing:0;top:12.4375rem;left:16rem;height:4.72265625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pShgekOIHnqEBcI3gDud11kxTpAtvC3a { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:5.505642414093rem;left:29.375rem; }
#ozDkb49G8greBVcZpuIl57EKHtf4ryNQ { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.18685rem;width:8.499375rem;top:10.1875rem;left:21.75rem;overflow:hidden;display:block; }
#xwP2kIcI67SH7c6ZZkf8Ns5vTXGJ7tZl { color:#494748;display:block;width:13.125rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(42,40,41,0.31);top:7.75rem;left:24.1875rem;height:1.8681625rem;font-style:normal;display:block; }
#WbhRUHKWrMlTlc7uNKTKXmVtSA0aSrIC { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.87435rem;width:7.249375rem;top:10.375rem;left:31.0625rem;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:15005;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:51.5625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19);top:0.810546875rem;left:4.21875rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ICSpEmN8PKdmPPpGOLpACQuES3zBzM5L { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:4.5052087046206rem;left:16.436630249024rem;display:none; }
#U1T5OxEK41moVmvrT3q85b9dfVsgEsOt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#405466;background-image:none;position:relative;display:block; }#U1T5OxEK41moVmvrT3q85b9dfVsgEsOt > .row .container { background-color: transparent; background-image: none; }#U1T5OxEK41moVmvrT3q85b9dfVsgEsOt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1T5OxEK41moVmvrT3q85b9dfVsgEsOt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1T5OxEK41moVmvrT3q85b9dfVsgEsOt > .row .container > .video-iframe-container { display: none; }#U1T5OxEK41moVmvrT3q85b9dfVsgEsOt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1T5OxEK41moVmvrT3q85b9dfVsgEsOt > .row > .video-iframe-container { display: none; }#U1T5OxEK41moVmvrT3q85b9dfVsgEsOt > .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); }#U1T5OxEK41moVmvrT3q85b9dfVsgEsOt > .row .container { border-width: 0; border-radius: 0; }#U1T5OxEK41moVmvrT3q85b9dfVsgEsOt > .row > .video-iframe-container {  }#U1T5OxEK41moVmvrT3q85b9dfVsgEsOt > .row .container { font-size:0.875rem;font-family:arial;height:0.375rem;width:60rem;position:relative;display:block; }#ZkrEITNNe2M6Nb7RLTvagf0EdmNTsIlu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1b3c8, #cccccc);background-image: -moz-linear-gradient(180deg, #f1b3c8, #cccccc);background-image: -ms-linear-gradient(180deg, #f1b3c8, #cccccc);background-image: -o-linear-gradient(180deg, #f1b3c8, #cccccc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1b3c8', endColorstr='#cccccc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1b3c8', endColorstr='#cccccc' );";background-image: linear-gradient(180deg, #f1b3c8, #cccccc);background-size:contain !important;position:relative;display:block; }#ZkrEITNNe2M6Nb7RLTvagf0EdmNTsIlu > .row .container { background-color: transparent; background-image: none; }#ZkrEITNNe2M6Nb7RLTvagf0EdmNTsIlu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkrEITNNe2M6Nb7RLTvagf0EdmNTsIlu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkrEITNNe2M6Nb7RLTvagf0EdmNTsIlu > .row .container > .video-iframe-container { display: none; }#ZkrEITNNe2M6Nb7RLTvagf0EdmNTsIlu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkrEITNNe2M6Nb7RLTvagf0EdmNTsIlu > .row > .video-iframe-container { display: none; }#ZkrEITNNe2M6Nb7RLTvagf0EdmNTsIlu > .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); }#ZkrEITNNe2M6Nb7RLTvagf0EdmNTsIlu > .row .container { border-width: 0; border-radius: 0; }#ZkrEITNNe2M6Nb7RLTvagf0EdmNTsIlu > .row > .video-iframe-container {  }#ZkrEITNNe2M6Nb7RLTvagf0EdmNTsIlu > .row .container { font-size:0.875rem;font-family:arial;height:183.3125rem;width:60rem;position:relative;display:block; }#D8HocfDu26HSHd4W500bmu6unaTOS8PO { color:#014f4d;display:block;width:34.124rem;position:absolute;font-family:"neo sans arabic";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.123046875rem;left:12.9365234375rem;height:;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; }
#OWtJRZJvTb4lTQNaGkeVLB4TTCLXDkwG { position:absolute;display:block;z-index:15057;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:13.8125rem;left:1.625rem;display:block; }#OWtJRZJvTb4lTQNaGkeVLB4TTCLXDkwG.adaptive-delivery-prevent-bg, #OWtJRZJvTb4lTQNaGkeVLB4TTCLXDkwG.lazyload, #OWtJRZJvTb4lTQNaGkeVLB4TTCLXDkwG.lazyloading { background-image: none; }
#zfWxIJK9sXDxk3q9WhDuQ1bQykvtTTCT { position:absolute;display:block;z-index:15055;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:13.8125rem;left:22.3125rem;display:block; }#zfWxIJK9sXDxk3q9WhDuQ1bQykvtTTCT.adaptive-delivery-prevent-bg, #zfWxIJK9sXDxk3q9WhDuQ1bQykvtTTCT.lazyload, #zfWxIJK9sXDxk3q9WhDuQ1bQykvtTTCT.lazyloading { background-image: none; }
#gRVDTKZKrnicXM9hQiTaFnvVkTkyKH62 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.0625rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:16.125rem;left:2.875rem;height:5.5234375rem;text-align:center;text-align-last:center;display:block; }
#mIvbXnQFElsiNJqpC0rnAwQl8BdKSDuS { color:#c53d3d;display:block;width:13.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:18.558349609375rem;left:23.343505859375rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#w9kRZ6Jg4tGB1e1DlXOkpgpL6COVudJz { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.0625rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:16.4375rem;left:23.5625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#wRC4cld8kzLaZurtenliPylRdLNvuFVs { 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:15056;text-align:center;text-align-last:center;top:25.125rem;left:25.5625rem;display:block; }
#HHertGbC8MuAZ6114KqWwRf0wbPTppck { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JaMQkrvwDDBHZthxAsqX9ZWTJshc5oun { 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:15058;text-align:center;text-align-last:center;top:25.1875rem;left:4.875rem;display:block; }
#FzaCW4IDaMMAGhCTDNT25KSUkZpyU9Wv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LVPVIoa13DmPeuDDUgw9RU0FXPe2zlA8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:23.5rem;left:23.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#mPFnv3u6nWOEaIypGVXzdxwrtMV1Fk2Q { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:23.5rem;left:2.875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#D4TCWA3eHrhf5DESIWplAU6bUk3Evapu { position:absolute;display:block;z-index:15071;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:29.625rem;left:1.625rem;display:block; }#D4TCWA3eHrhf5DESIWplAU6bUk3Evapu.adaptive-delivery-prevent-bg, #D4TCWA3eHrhf5DESIWplAU6bUk3Evapu.lazyload, #D4TCWA3eHrhf5DESIWplAU6bUk3Evapu.lazyloading { background-image: none; }
#QFg05xBONcXQgZXoPVCx1A7ugUT5D3ha { position:absolute;display:block;z-index:15069;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:45.5625rem;left:1.625rem;display:block; }#QFg05xBONcXQgZXoPVCx1A7ugUT5D3ha.adaptive-delivery-prevent-bg, #QFg05xBONcXQgZXoPVCx1A7ugUT5D3ha.lazyload, #QFg05xBONcXQgZXoPVCx1A7ugUT5D3ha.lazyloading { background-image: none; }
#hXT2xdceAtEgJPVsO5U55HOMMacVGIAX { 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:15070;text-align:center;text-align-last:center;top:56.875rem;left:4.875rem;display:block; }
#E4yfozBBi5QPptbiElePpnEToTR1VloF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QaALBDug1tUauU9FLp6ywEozAKhiJ5gQ { 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:15072;text-align:center;text-align-last:center;top:41rem;left:4.875rem;display:block; }
#iOVuWSDoTyXLUvO9wlzUe5zsLDw6ZEv2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vRGJT7Q7gWHX2gyT3BlZay2IuTdss2Qp { position:absolute;display:block;z-index:15004;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.0625rem;top:29.625rem;left:22.3125rem;display:block; }#vRGJT7Q7gWHX2gyT3BlZay2IuTdss2Qp.adaptive-delivery-prevent-bg, #vRGJT7Q7gWHX2gyT3BlZay2IuTdss2Qp.lazyload, #vRGJT7Q7gWHX2gyT3BlZay2IuTdss2Qp.lazyloading { background-image: none; }
#Xc2pBJ1UJVBoS42ConveRFoGevA5NhfQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:55.4375rem;left:2.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#CNg6OTf8auSBmgIuaaEgGiBzSPgsBvSR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:39.3125rem;left:2.875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#pUKK3DJzWSEaofb73TV8y37vJWRvWXTE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:39.3125rem;left:23.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#WT5OrhT190XbFTsQOhpTJxii1EP4OvBa { 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:15068;text-align:center;text-align-last:center;top:41rem;left:25.6875rem;display:block; }
#RvWBRxRe22GJdgT2G038VJydJVRBMS3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qk2ZzqKIuqD6fqu0QnvCMqnZD61WdqQP { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.5rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:32.3125rem;left:2.875rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#AImcXnCPMzVx0VTTIDvzxc5wLJO2GvW1 { color:#c53d3d;display:block;width:14.8125rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:50.75rem;left:1.9375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#qiJUCczszCDuRPqOu63Osfo1Tb7bL4mI { color:#000000;display:block;width:13.311625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:50.75rem;left:2.5rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#RKxela2Pde9uDloHP5UHThTVBkDiI4rX { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:35.123291015625rem;left:23.75rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#xefaHH8QhJ9V0D2Hpq1spFTsHByuo9mR { position:absolute;display:block;z-index:15084;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:29.625rem;left:43.3125rem;display:block; }#xefaHH8QhJ9V0D2Hpq1spFTsHByuo9mR.adaptive-delivery-prevent-bg, #xefaHH8QhJ9V0D2Hpq1spFTsHByuo9mR.lazyload, #xefaHH8QhJ9V0D2Hpq1spFTsHByuo9mR.lazyloading { background-image: none; }
#WDgJ1Ji8xrui5Va9HJQ2k7gFfp8hvy7I { position:absolute;display:block;z-index:15082;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:13.875rem;left:43.3125rem;display:block; }#WDgJ1Ji8xrui5Va9HJQ2k7gFfp8hvy7I.adaptive-delivery-prevent-bg, #WDgJ1Ji8xrui5Va9HJQ2k7gFfp8hvy7I.lazyload, #WDgJ1Ji8xrui5Va9HJQ2k7gFfp8hvy7I.lazyloading { background-image: none; }
#oiR7PzuWmDMO53fM84U3uEaDq1798KNP { 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:15085;text-align:center;text-align-last:center;top:41rem;left:46.625rem;display:block; }
#xCQyUTD0eruusORUJlUoVe0dN4i9uQiB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nDGXDTJONO9LATV2dGE19wbsqvv8nCkB { 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:15083;text-align:center;text-align-last:center;top:25.1875rem;left:46.5rem;display:block; }
#Vm7TpWv8fowGdBVLvHHsZlQevaRpJQZa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xF03gZFGl18HxvMp7IRSEnic9Krs53Ho { position:absolute;display:block;z-index:15080;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.0625rem;top:45.5625rem;left:43.1875rem;display:block; }#xF03gZFGl18HxvMp7IRSEnic9Krs53Ho.adaptive-delivery-prevent-bg, #xF03gZFGl18HxvMp7IRSEnic9Krs53Ho.lazyload, #xF03gZFGl18HxvMp7IRSEnic9Krs53Ho.lazyloading { background-image: none; }
#nLne9ZPJBITBUmtO59EXRSceln544qzh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:23.5625rem;left:44.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#d7ZexclQklgLEtWANhC28ILvg5xuezw7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:39.3125rem;left:44.5625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#VzAZr4ZldSvVKPtJE5hzrATT9pF0yq5w { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:55.25rem;left:44.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#L5pv4AgnKllHQHyAM7JLuzfokhAxqLae { 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:15081;text-align:center;text-align-last:center;top:56.9375rem;left:46.625rem;display:block; }
#wnaGXb5DFNwT9TvCcx6RoSGIXWJvdxnr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZZEXrB7J2vhgbAJJFTvL6CZ9FP4WmH0O { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:17.137451171875rem;left:44.747314453125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#QDDk2iBIip8rNk4yNalpOFXu5ORBPx4I { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:15118;line-height:1.3;letter-spacing:0;top:32.4375rem;left:44.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#G4K3iO9HHqPLmmo5qKxwCGJEczstxKPt { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:50.382080078125rem;left:44.747314453125rem;height:1.86889375rem;text-align:center;text-align-last:center;display:block; }
#MVNRXy3IgPUEgwHUO2rrGAsThD6SC7di { color:#000000;display:block;width:13.311625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:19.0625rem;left:44.125rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#HSJF78hX9oDNiXG2QGaT3c2VdlzAccr7 { color:#014f4d;display:block;width:34.1230625rem;position:absolute;font-family:"neo sans arabic";font-size:2.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.18359375rem;left:12.75rem;height:3.0058625rem;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; }
#t5yzgLZn3mtHmgMh194pVZrlpEHTVnZ3 { color:#014f4d;display:block;width:34.124375rem;position:absolute;font-family:"neo sans arabic";font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:63.561199188231rem;left:12.936197280884rem;height:2.92480625rem;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; }
#ziMR6eEn3tad9eFVPrT1lGLxuFwplpWJ { 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:15151;text-align:center;text-align-last:center;top:260.125rem;left:26.9375rem;display:none; }
#ZhOBzy9LTuRccygPgclaz9ziaXTJ5MTa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zoCZhaVzruzJGBm2TDf1gwbJDLuf6zAi { color:#014f4d;display:block;width:27.6248125rem;position:absolute;font-family:"neo sans arabic";font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:82rem;left:17rem;height:2.92480625rem;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; }
#GUehqiLXObp8WcUAUExy2BTN3vSEZosK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9980625rem;width:20.8105625rem;top:42.879638671875rem;left:19.593505859375rem;overflow:hidden;display:block; }
#TdKfOCkScQMwLByKCzvl63ZWO1F6ErZq { position:absolute;display:block;z-index:15187;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:86.3125rem;left:22.75rem;display:block; }#TdKfOCkScQMwLByKCzvl63ZWO1F6ErZq.adaptive-delivery-prevent-bg, #TdKfOCkScQMwLByKCzvl63ZWO1F6ErZq.lazyload, #TdKfOCkScQMwLByKCzvl63ZWO1F6ErZq.lazyloading { background-image: none; }
#wsTtbb2FtxmdUSJxQ0DSlVVyDimgXq4J { color:#000000;display:block;width:13.311625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:15219;line-height:1.3;letter-spacing:0;top:91.5rem;left:23.5625rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#LhcbQLyhhAgORb85mO8yPsOQqzy7X7Ch { color:#c53d3d;display:block;width:12.9373125rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:normal;z-index:15220;line-height:1.3;letter-spacing:0;top:88rem;left:24.125rem;height:5.361325rem;text-align:center;text-align-last:center;display:block; }
#bkOKTV4rHJMTgMrxbVVI8O3G7W8q7XOT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:15219;line-height:1.3;letter-spacing:0;top:96rem;left:23.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#A9Ig5eoi21umgTSqo6iAdTSWfKTMPCvz { 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:15188;text-align:center;text-align-last:center;top:97.625rem;left:25.875rem;display:block; }
#KtTF67qfBeb1cWEeUilTQ5bpefefPfEq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OvScCev3wndalltACRVAC440aI56TLDl { position:absolute;display:block;z-index:15131;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.0625rem;top:86.25rem;left:43.1875rem;display:block; }#OvScCev3wndalltACRVAC440aI56TLDl.adaptive-delivery-prevent-bg, #OvScCev3wndalltACRVAC440aI56TLDl.lazyload, #OvScCev3wndalltACRVAC440aI56TLDl.lazyloading { background-image: none; }
#BSeGfKTsSrwVMJAo4UQsVl8QZ7SR0QgP { position:absolute;display:block;z-index:15133;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:86.3125rem;left:1.8125rem;display:block; }#BSeGfKTsSrwVMJAo4UQsVl8QZ7SR0QgP.adaptive-delivery-prevent-bg, #BSeGfKTsSrwVMJAo4UQsVl8QZ7SR0QgP.lazyload, #BSeGfKTsSrwVMJAo4UQsVl8QZ7SR0QgP.lazyloading { background-image: none; }
#wGJh6eaoAz1abavWyIHb9bgp7oki5fac { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:95.875rem;left:3.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#pI0Mgohc2cpZ7OuZxFAe7ye0xOafJmmd { color:#000000;display:block;width:13.311625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:15165;line-height:1.3;letter-spacing:0;top:91.5rem;left:2.75rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#peFhhcRQfqPl5xSSbEyIwNcofr9R2Cbn { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:89rem;left:3.25rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#TSgNSP2fmSdxJui0dh87nqO03VgEt8y1 { 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:15134;text-align:center;text-align-last:center;top:97.8125rem;left:4.9375rem;display:block; }
#Keo4NKcuUMKMVreOuPUGWdXvZ4MnlG2c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lL9epvK2DQO3xOAHok8PgZPw6k3IfpMt { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.5rem;font-weight:normal;z-index:15163;line-height:1.3;letter-spacing:0;top:89rem;left:44.625rem;height:5.8483875rem;text-align:center;text-align-last:center;display:block; }
#C51fytr20FmXCn3ypUZGtKLFTgobqLEv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:15164;line-height:1.3;letter-spacing:0;top:95.8125rem;left:44.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#dAPhOtw8I8OM5a32vOkV44LkLxnqx5cP { 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:15132;text-align:center;text-align-last:center;top:97.8125rem;left:46.375rem;display:block; }
#PsmNrbvtnC7rp1Gc7t6z8ALxv1I8iKnw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vyWcTaGp31hcm7dgrkKUEhX0vvsXwSL8 { color:#014f4d;display:block;width:27.6248125rem;position:absolute;font-family:"neo sans arabic";font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:105.25rem;left:16.3125rem;height:2.92480625rem;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; }
#HqUZHgG77xUrWbnf7vMsiI2TCDtJT7ZQ { position:absolute;display:block;z-index:15149;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:110rem;left:1.625rem;display:block; }#HqUZHgG77xUrWbnf7vMsiI2TCDtJT7ZQ.adaptive-delivery-prevent-bg, #HqUZHgG77xUrWbnf7vMsiI2TCDtJT7ZQ.lazyload, #HqUZHgG77xUrWbnf7vMsiI2TCDtJT7ZQ.lazyloading { background-image: none; }
#DQ92WR5oDdA2QhgV2aZmmVhuiSX3kIal { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:normal;z-index:15181;line-height:1.3;letter-spacing:0;top:113.96850585938rem;left:2.874755859375rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#ohcCDOfgiH5PuPvAwu9GbbFnbX3MecVQ { position:absolute;display:block;z-index:15121;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9980625rem;width:20.8105625rem;top:110rem;left:7.875rem;overflow:hidden;display:block; }
#FhqlFNXXgilQuJk3fhRhblp9nZKUCJGA { position:absolute;display:block;z-index:15147;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:110rem;left:22.875rem;display:block; }#FhqlFNXXgilQuJk3fhRhblp9nZKUCJGA.adaptive-delivery-prevent-bg, #FhqlFNXXgilQuJk3fhRhblp9nZKUCJGA.lazyload, #FhqlFNXXgilQuJk3fhRhblp9nZKUCJGA.lazyloading { background-image: none; }
#SmT6Je5SAfRCxESEfCbTJVTBFJAfwpVG { color:#000000;display:block;width:13.311625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:15179;line-height:1.3;letter-spacing:0;top:115.1875rem;left:23.8125rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#a4q2bPrbqsJL3Zt4fG10Jt8xXwrlxGgf { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:15180;line-height:1.3;letter-spacing:0;top:113.88549804688rem;left:24.232177734375rem;height:3.736325rem;text-align:center;text-align-last:center;display:block; }
#Q9wP82tz7QZTX3ELKnTfpZVr2VGLzcNO { position:absolute;display:block;z-index:15145;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.0625rem;top:110rem;left:43.3125rem;display:block; }#Q9wP82tz7QZTX3ELKnTfpZVr2VGLzcNO.adaptive-delivery-prevent-bg, #Q9wP82tz7QZTX3ELKnTfpZVr2VGLzcNO.lazyload, #Q9wP82tz7QZTX3ELKnTfpZVr2VGLzcNO.lazyloading { background-image: none; }
#J0htNgsqSF29OLvI1TeDGHiR8pWq9u5w { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:15181;line-height:1.3;letter-spacing:0;top:119.5625rem;left:24.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#a60EViFroQIzHpCLKPc5vpDSzJuHiS2q { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.5rem;font-weight:normal;z-index:15177;line-height:1.3;letter-spacing:0;top:114.77905273438rem;left:44.747314453125rem;height:1.9494625rem;text-align:center;text-align-last:center;display:block; }
#RnWsoDmTsEaJmxe6LDo06tuXEzBb66rl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:15178;line-height:1.3;letter-spacing:0;top:119.5625rem;left:45.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#LXHxcbq4HAViN1KeUnlHq8WkIZhIsUDi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:15182;line-height:1.3;letter-spacing:0;top:119.5rem;left:3.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#sCO18aV2XrFmwA7f3Dix8Rwu7iFobWh9 { 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:15148;text-align:center;text-align-last:center;top:121.5rem;left:26.3125rem;display:block; }
#rDdQrTcUK3IslFUiN7otXm9d2TSf2z7d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CQ4iIXFkrzk9Zc4oMm4SP6X87X5be5At { 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:15146;text-align:center;text-align-last:center;top:121.5625rem;left:46.8125rem;display:block; }
#zwGafpHfdl1oKbAMC0VnxOOKMTDrWEIJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UOJTCTByLAdmdcdezGy2BX17i3qWfDZh { 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:15150;text-align:center;text-align-last:center;top:121.5625rem;left:4.9375rem;display:block; }
#lVil9bQtxEBVIGyVaHcRFRvwDKLCgMZ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BMmruGzIrC7IWsSzMU4ZfZk6oIfzRt5s { position:absolute;display:block;z-index:15195;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:137.5rem;left:6.1875rem;display:block; }#BMmruGzIrC7IWsSzMU4ZfZk6oIfzRt5s.adaptive-delivery-prevent-bg, #BMmruGzIrC7IWsSzMU4ZfZk6oIfzRt5s.lazyload, #BMmruGzIrC7IWsSzMU4ZfZk6oIfzRt5s.lazyloading { background-image: none; }
#Ul7S15g5rocEnn9ItKV7fGrSmn4cuM9T { 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:15196;text-align:center;text-align-last:center;top:149.0625rem;left:9.5rem;display:block; }
#Jf3wTvMV72xiAKpT9KSd0Dp8h4gGJ7D1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qoJZTopAOX1wv4TlzheGkJF2U6RqmZ0S { position:absolute;display:block;z-index:15191;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.0625rem;top:137.5625rem;left:40.1875rem;display:block; }#qoJZTopAOX1wv4TlzheGkJF2U6RqmZ0S.adaptive-delivery-prevent-bg, #qoJZTopAOX1wv4TlzheGkJF2U6RqmZ0S.lazyload, #qoJZTopAOX1wv4TlzheGkJF2U6RqmZ0S.lazyloading { background-image: none; }
#fDwtJcbyoDlkiu14mKtBgy0gisdQ4DEy { 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:15192;text-align:center;text-align-last:center;top:149.125rem;left:43.6875rem;display:block; }
#VkM0FlRSH2HDksnf8qKsNWrSNblrHfB9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTdPu5ORFxeKBcbtTyp6Ea4FnsdQEtKV { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.625rem;font-weight:normal;z-index:15227;line-height:1.3;letter-spacing:0;top:141.1875rem;left:7.4375rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#Sp65mMMr7Vm1hyLWAFSyQDFBQmhBxoBW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:15228;line-height:1.3;letter-spacing:0;top:147rem;left:7.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Xzn7hmt9NA6EmRhzfB1FX4pVRnofUs12 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:15223;line-height:1.3;letter-spacing:0;top:141.25rem;left:41.4375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#W1taoVt0TA6UsAxqZunDwvsQA5L3plkP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:15224;line-height:1.3;letter-spacing:0;top:147.125rem;left:41.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#b5bvRKE8TcLbN6FM7zx399Vux5hFVD6N { color:#014f4d;display:block;width:28.9995625rem;position:absolute;font-family:"neo sans arabic";font-size:2.25rem;font-weight:700;z-index:15257;line-height:1.3;letter-spacing:0;top:130.5625rem;left:14.875rem;height:2.92480625rem;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; }
#gRwA1k5Fi3scpQtse1XEXKxGJk3xFHEL { position:absolute;display:block;z-index:15239;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:164.3125rem;left:23.3125rem;display:block; }#gRwA1k5Fi3scpQtse1XEXKxGJk3xFHEL.adaptive-delivery-prevent-bg, #gRwA1k5Fi3scpQtse1XEXKxGJk3xFHEL.lazyload, #gRwA1k5Fi3scpQtse1XEXKxGJk3xFHEL.lazyloading { background-image: none; }
#ry3yvhrx0dZgn6t6sTyd4k9vOiH5ZgPS { color:#c53d3d;display:block;width:13.6853125rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:15274;line-height:1.3;letter-spacing:0;top:169.1796875rem;left:24.075927734375rem;height:1.86889375rem;text-align:center;text-align-last:center;display:block; }
#NPT28typKInBNeRNaUduMsNvaN737dpV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:15273;line-height:1.3;letter-spacing:0;top:173.875rem;left:24.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#wfdvVCXL8QmTJaHwmfC6SThHFk7Cpmcn { 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:15240;text-align:center;text-align-last:center;top:175.8125rem;left:26.75rem;display:block; }
#Fbb3Nv4FdM7zI21TKzd7lNdnQHqiFvTe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KAp4nMVW9HVLZMABmH8dsHggiVVuF1ca { color:#014f4d;display:block;width:28.9985rem;position:absolute;font-family:"neo sans arabic";font-size:2.25rem;font-weight:700;z-index:15259;line-height:1.3;letter-spacing:0;top:159.1875rem;left:15.5rem;height:2.92480625rem;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; }
#gTFetWk3xdTAupkmP9d5FemKN1g2tR7X { position:absolute;display:block;z-index:15074;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:10.125rem;width:15.1875rem;top:69.6875rem;left:22.25rem;display:block; }#gTFetWk3xdTAupkmP9d5FemKN1g2tR7X.adaptive-delivery-prevent-bg, #gTFetWk3xdTAupkmP9d5FemKN1g2tR7X.lazyload, #gTFetWk3xdTAupkmP9d5FemKN1g2tR7X.lazyloading { background-image: none; }
#cFzXHecTeMowdRhpQzyM4unu2zQu6yST { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:15106;line-height:1.3;letter-spacing:0;top:75.8125rem;left:23.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#RTLchca8LhCZh1RzwpMaIS78HCtPnnvX { color:#c53d3d;display:block;width:14.8125rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:71.125rem;left:22.5625rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#gphTGIPomRua0HdnF4xwUGZy8PfLEkft { color:#000000;display:block;width:13.311625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:15106;line-height:1.3;letter-spacing:0;top:71.125rem;left:23.125rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#lg6ai0EewRTWlwWIhWDDC8JDD34S3Vwh { 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:15075;text-align:center;text-align-last:center;top:77.25rem;left:25.5rem;display:block; }
#crUTOzPRxpb4WUTBz4zTagQ6Iyy2pkTG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZgeHoZMJnk7ZGfdaKLf01V1eF05peUIH { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:normal;z-index:15224;line-height:1.3;letter-spacing:0;top:138.8125rem;left:41.5625rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#fI3BCixmOZBll2vdQD41617qLKelS6AA { position:absolute;display:block;z-index:15122;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9980625rem;width:20.8105625rem;top:134.892578125rem;left:20.4052734375rem;overflow:hidden;display:block; }
#dFeFRag65xKfLsg5ywC8A2XcTySFUSOU { position:absolute;display:block;z-index:15243;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:164.375rem;left:43.3125rem;display:block; }#dFeFRag65xKfLsg5ywC8A2XcTySFUSOU.adaptive-delivery-prevent-bg, #dFeFRag65xKfLsg5ywC8A2XcTySFUSOU.lazyload, #dFeFRag65xKfLsg5ywC8A2XcTySFUSOU.lazyloading { background-image: none; }
#S0KPGF77CLpRRx6Kov1KBaIrQU14svW7 { color:#c53d3d;display:block;width:13.6853125rem;position:absolute;font-family:"br font n-day";font-size:1.5rem;font-weight:normal;z-index:15278;line-height:1.3;letter-spacing:0;top:169.13940429688rem;left:44.1552734375rem;height:1.9494625rem;text-align:center;text-align-last:center;display:block; }
#tlW6Kl9LlI4KXxBtkAyLJVDT7aaL6Phi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:15277;line-height:1.3;letter-spacing:0;top:173.9375rem;left:44.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#T1ozV20zCTeNOeZTlh92FWx1CLxvG0vN { 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:15244;text-align:center;text-align-last:center;top:175.875rem;left:46.75rem;display:block; }
#ft6noGalJ2iPt4O2dhc7M5ULhT1hpVhF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HVorZvyoi3KFPzpQq53MRwxdC36EaHsk { position:absolute;display:block;z-index:15243;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:164.4375rem;left:2.875rem;display:block; }#HVorZvyoi3KFPzpQq53MRwxdC36EaHsk.adaptive-delivery-prevent-bg, #HVorZvyoi3KFPzpQq53MRwxdC36EaHsk.lazyload, #HVorZvyoi3KFPzpQq53MRwxdC36EaHsk.lazyloading { background-image: none; }
#i697SBD36KUuabZ48HmgLXB8B50SNMyb { 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:15244;text-align:center;text-align-last:center;top:175.9375rem;left:6.3125rem;display:block; }
#wt1XtnvTkPuhOCUvQdtwZMx9NQSixq14 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sZJo6CLmVrdFAxr9lsZ3x4IZsFSEKOXk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:15277;line-height:1.3;letter-spacing:0;top:174rem;left:4.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#lLNkMlO9kMCnFzELAXVRbQ5MTkTQGbpQ { color:#c53d3d;display:block;width:13.6853125rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:15278;line-height:1.3;letter-spacing:0;top:167.31201171875rem;left:3.71826171875rem;height:5.60449375rem;text-align:center;text-align-last:center;display:block; }
#UcFPzxWp7TCDUZHcxpRNxl8waFdu8tys { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9980625rem;width:20.8105625rem;top:79.703369140625rem;left:15.374755859375rem;overflow:hidden;display:block; }
#wsmFTGumctDkXXRNPhXFS266WTcJutlC { color:#014f4d;display:block;width:28.9995625rem;position:absolute;font-family:"neo sans arabic";font-size:2.25rem;font-weight:700;z-index:15257;line-height:1.3;letter-spacing:0;top:130.5625rem;left:14.875rem;height:2.92358125rem;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:none; }
#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#014f4d;background-image:url("https://images.assets-landingi.com/nfseZEMq/bg2.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv.adaptive-delivery-prevent-bg, #IqhC2C9MssvksTAqX7bnciRGVV4uTnUv.lazyload, #IqhC2C9MssvksTAqX7bnciRGVV4uTnUv.lazyloading { background-image: none; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { background-color: transparent; background-image: none; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container > .video-iframe-container { display: none; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row > .video-iframe-container { display: none; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .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); }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { border-width: 0; border-radius: 0; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row > .video-iframe-container {  }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:60rem;position:relative;display:block; }#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:15005;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:15010;line-height:1.5;letter-spacing:0;top:7.4375rem;left:35.8125rem;height:3.46875rem;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:15011;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:15011;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:15013;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:15014;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:15016;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:15030;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:15019;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:15031;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:15066;line-height:1.3;letter-spacing:0;top:24.625rem;left:32.1875rem;height:1.3rem;display:block; }
#JkJbrHWwe22GZKVbf6FeBw6q2PH4PacS { position:absolute;display:block;z-index:15008;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) { #xriOgq0msMvfL5FlSAlfcGdA39WbgHbD { width:24.6875rem;height:26.875rem;top:13.25rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQqRoEAT2KhpPvTmlQfwSaMtdhWr9OFi { width:24.4375rem;height:2.1875rem;top:13.875rem;left:12.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-regular-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-text { width:19.0625rem;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:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-select { width:19.0625rem;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:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-checkbox-label { width:17.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk  { width:19.0625rem;height:auto;top:15.875rem;left:26.1875rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .radio-container { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk {display:block;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk { width:19.0625rem;height:22.625rem;top:16.0625rem;left:13.875rem; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #ihso1EdAfK7PfEFCIZVX6V1O7uTgZk2o {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #dL78uxVDNQHT7rpnPVUJXKvl1eUKKO3m { display:none; }
 }@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 { display:none; }
 }@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 { display:none; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #DNzoHJcBSn8ZQMhmIezC0DNMFl80l1UT {  }
 }@media only screen and (max-width: 763px) { #OO9MDOQokbuMoJkRWlWrAmXEHuqwdMvG { display:block; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #U8gKFzo4EtCKeqTFZyb7RMTIh6sLVARp {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #mxeTqUkJDREb4nIqTictgh38kDB26gX8 { display:none; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #MouDcqiN6bMdFQ07KnEQeJhXSnDavcF5 {  }
 }@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:10.875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUs9Apcoy90IB0Apo3hslsyRGbxWp3SL { width:5.5rem;height:3.125rem;top:12.4375rem;left:9.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pShgekOIHnqEBcI3gDud11kxTpAtvC3a { width:1.5rem;height:1.5rem;top:5.5rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozDkb49G8greBVcZpuIl57EKHtf4ryNQ { top:10.1875rem;left:15.625rem;width:8.4375rem;height:3.1634668416872rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwP2kIcI67SH7c6ZZkf8Ns5vTXGJ7tZl { top:7.75rem;left:18.0625rem;width:13.125rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbhRUHKWrMlTlc7uNKTKXmVtSA0aSrIC { top:10.375rem;left:24.9375rem;width:7.1875rem;height:2.8496419764795rem;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:47.75rem;height:3.375rem;top:0.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICSpEmN8PKdmPPpGOLpACQuES3zBzM5L { top:4.5rem;left:10.311630249024rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1T5OxEK41moVmvrT3q85b9dfVsgEsOt { display:block; }#U1T5OxEK41moVmvrT3q85b9dfVsgEsOt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZkrEITNNe2M6Nb7RLTvagf0EdmNTsIlu { display:block; }#ZkrEITNNe2M6Nb7RLTvagf0EdmNTsIlu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8HocfDu26HSHd4W500bmu6unaTOS8PO { width:34.0625rem;height:;top:2.0625rem;left:6.810791015625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWtJRZJvTb4lTQNaGkeVLB4TTCLXDkwG { width:15.0625rem;height:13.8125rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfWxIJK9sXDxk3q9WhDuQ1bQykvtTTCT { width:15.0625rem;height:13.8125rem;top:13.8125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRVDTKZKrnicXM9hQiTaFnvVkTkyKH62 { top:16.125rem;left:0rem;width:12.5rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIvbXnQFElsiNJqpC0rnAwQl8BdKSDuS { top:18.5rem;left:17.218505859375rem;width:13.25rem;height:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9kRZ6Jg4tGB1e1DlXOkpgpL6COVudJz { top:16.4375rem;left:17.4375rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRC4cld8kzLaZurtenliPylRdLNvuFVs { width:8.75rem;height:2.6875rem;top:25.125rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHertGbC8MuAZ6114KqWwRf0wbPTppck { display:block; }
 }@media only screen and (max-width: 763px) { #JaMQkrvwDDBHZthxAsqX9ZWTJshc5oun { width:8.75rem;height:2.6875rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzaCW4IDaMMAGhCTDNT25KSUkZpyU9Wv { display:block; }
 }@media only screen and (max-width: 763px) { #LVPVIoa13DmPeuDDUgw9RU0FXPe2zlA8 { top:23.5rem;left:17.4375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPFnv3u6nWOEaIypGVXzdxwrtMV1Fk2Q { top:23.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4TCWA3eHrhf5DESIWplAU6bUk3Evapu { width:15.0625rem;height:13.8125rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFg05xBONcXQgZXoPVCx1A7ugUT5D3ha { width:15.0625rem;height:13.8125rem;top:45.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXT2xdceAtEgJPVsO5U55HOMMacVGIAX { width:8.75rem;height:2.6875rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4yfozBBi5QPptbiElePpnEToTR1VloF { display:block; }
 }@media only screen and (max-width: 763px) { #QaALBDug1tUauU9FLp6ywEozAKhiJ5gQ { width:8.75rem;height:2.6875rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOVuWSDoTyXLUvO9wlzUe5zsLDw6ZEv2 { display:block; }
 }@media only screen and (max-width: 763px) { #vRGJT7Q7gWHX2gyT3BlZay2IuTdss2Qp { width:15rem;height:13.8125rem;top:29.625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc2pBJ1UJVBoS42ConveRFoGevA5NhfQ { top:55.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNg6OTf8auSBmgIuaaEgGiBzSPgsBvSR { top:39.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUKK3DJzWSEaofb73TV8y37vJWRvWXTE { top:39.3125rem;left:17.8125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT5OrhT190XbFTsQOhpTJxii1EP4OvBa { width:8.75rem;height:2.6875rem;top:41rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvWBRxRe22GJdgT2G038VJydJVRBMS3T { display:block; }
 }@media only screen and (max-width: 763px) { #Qk2ZzqKIuqD6fqu0QnvCMqnZD61WdqQP { top:32.3125rem;left:0rem;width:12.5rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AImcXnCPMzVx0VTTIDvzxc5wLJO2GvW1 { top:50.75rem;left:0rem;width:14.75rem;height:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiJUCczszCDuRPqOu63Osfo1Tb7bL4mI { top:50.75rem;left:0rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKxela2Pde9uDloHP5UHThTVBkDiI4rX { top:35.0625rem;left:17.625rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xefaHH8QhJ9V0D2Hpq1spFTsHByuo9mR { width:15.0625rem;height:13.8125rem;top:29.625rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDgJ1Ji8xrui5Va9HJQ2k7gFfp8hvy7I { width:15.0625rem;height:13.8125rem;top:13.875rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiR7PzuWmDMO53fM84U3uEaDq1798KNP { width:8.75rem;height:2.6875rem;top:41rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCQyUTD0eruusORUJlUoVe0dN4i9uQiB { display:block; }
 }@media only screen and (max-width: 763px) { #nDGXDTJONO9LATV2dGE19wbsqvv8nCkB { width:8.75rem;height:2.6875rem;top:25.1875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm7TpWv8fowGdBVLvHHsZlQevaRpJQZa { display:block; }
 }@media only screen and (max-width: 763px) { #xF03gZFGl18HxvMp7IRSEnic9Krs53Ho { width:15rem;height:13.8125rem;top:45.5625rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLne9ZPJBITBUmtO59EXRSceln544qzh { top:23.5625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7ZexclQklgLEtWANhC28ILvg5xuezw7 { top:39.3125rem;left:35.25rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzAZr4ZldSvVKPtJE5hzrATT9pF0yq5w { top:55.25rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5pv4AgnKllHQHyAM7JLuzfokhAxqLae { width:8.75rem;height:2.6875rem;top:56.9375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnaGXb5DFNwT9TvCcx6RoSGIXWJvdxnr { display:block; }
 }@media only screen and (max-width: 763px) { #ZZEXrB7J2vhgbAJJFTvL6CZ9FP4WmH0O { top:17.125rem;left:35.25rem;width:12.5rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDDk2iBIip8rNk4yNalpOFXu5ORBPx4I { top:32.4375rem;left:35.25rem;width:12.5rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4K3iO9HHqPLmmo5qKxwCGJEczstxKPt { top:50.375rem;left:35.25rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVNRXy3IgPUEgwHUO2rrGAsThD6SC7di { top:19.0625rem;left:34.5rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSJF78hX9oDNiXG2QGaT3c2VdlzAccr7 { width:34.0625rem;height:3rem;top:8.125rem;left:6.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5yzgLZn3mtHmgMh194pVZrlpEHTVnZ3 { width:34.0625rem;height:;top:63.5rem;left:6.810791015625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziMR6eEn3tad9eFVPrT1lGLxuFwplpWJ { width:8.75rem;height:2.6875rem;top:260.125rem;left:20.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZhOBzy9LTuRccygPgclaz9ziaXTJ5MTa { display:block; }
 }@media only screen and (max-width: 763px) { #zoCZhaVzruzJGBm2TDf1gwbJDLuf6zAi { width:27.5625rem;height:2.875rem;top:82rem;left:10.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUehqiLXObp8WcUAUExy2BTN3vSEZosK { width:20.75rem;height:17.945684883577rem;top:42.875rem;left:13.468505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdKfOCkScQMwLByKCzvl63ZWO1F6ErZq { width:15.0625rem;height:13.8125rem;top:86.3125rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsTtbb2FtxmdUSJxQ0DSlVVyDimgXq4J { top:91.5rem;left:17.4375rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhcbQLyhhAgORb85mO8yPsOQqzy7X7Ch { top:88rem;left:18rem;width:12.875rem;height:5.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkOKTV4rHJMTgMrxbVVI8O3G7W8q7XOT { top:96rem;left:17.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9Ig5eoi21umgTSqo6iAdTSWfKTMPCvz { width:8.75rem;height:2.6875rem;top:97.625rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtTF67qfBeb1cWEeUilTQ5bpefefPfEq { display:block; }
 }@media only screen and (max-width: 763px) { #OvScCev3wndalltACRVAC440aI56TLDl { width:15rem;height:13.8125rem;top:86.25rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSeGfKTsSrwVMJAo4UQsVl8QZ7SR0QgP { width:15.0625rem;height:13.8125rem;top:86.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGJh6eaoAz1abavWyIHb9bgp7oki5fac { top:95.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI0Mgohc2cpZ7OuZxFAe7ye0xOafJmmd { top:91.5rem;left:0rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #peFhhcRQfqPl5xSSbEyIwNcofr9R2Cbn { top:89rem;left:0rem;width:12.5rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSgNSP2fmSdxJui0dh87nqO03VgEt8y1 { width:8.75rem;height:2.6875rem;top:97.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Keo4NKcuUMKMVreOuPUGWdXvZ4MnlG2c { display:block; }
 }@media only screen and (max-width: 763px) { #lL9epvK2DQO3xOAHok8PgZPw6k3IfpMt { top:89rem;left:35.25rem;width:12.5rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C51fytr20FmXCn3ypUZGtKLFTgobqLEv { top:95.8125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAPhOtw8I8OM5a32vOkV44LkLxnqx5cP { width:8.75rem;height:2.6875rem;top:97.8125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsmNrbvtnC7rp1Gc7t6z8ALxv1I8iKnw { display:block; }
 }@media only screen and (max-width: 763px) { #vyWcTaGp31hcm7dgrkKUEhX0vvsXwSL8 { width:27.5625rem;height:2.875rem;top:105.25rem;left:10.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqUZHgG77xUrWbnf7vMsiI2TCDtJT7ZQ { width:15.0625rem;height:13.8125rem;top:110rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQ92WR5oDdA2QhgV2aZmmVhuiSX3kIal { top:113.9375rem;left:0rem;width:12.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohcCDOfgiH5PuPvAwu9GbbFnbX3MecVQ { width:20.75rem;height:17.945684883577rem;top:110rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhqlFNXXgilQuJk3fhRhblp9nZKUCJGA { width:15.0625rem;height:13.8125rem;top:110rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmT6Je5SAfRCxESEfCbTJVTBFJAfwpVG { top:115.1875rem;left:17.6875rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4q2bPrbqsJL3Zt4fG10Jt8xXwrlxGgf { top:113.875rem;left:18.107177734375rem;width:12.5rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9wP82tz7QZTX3ELKnTfpZVr2VGLzcNO { width:15rem;height:13.8125rem;top:110rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0htNgsqSF29OLvI1TeDGHiR8pWq9u5w { top:119.5625rem;left:18.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a60EViFroQIzHpCLKPc5vpDSzJuHiS2q { top:114.75rem;left:35.25rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnWsoDmTsEaJmxe6LDo06tuXEzBb66rl { top:119.5625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXHxcbq4HAViN1KeUnlHq8WkIZhIsUDi { top:119.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCO18aV2XrFmwA7f3Dix8Rwu7iFobWh9 { width:8.75rem;height:2.6875rem;top:121.5rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDdQrTcUK3IslFUiN7otXm9d2TSf2z7d { display:block; }
 }@media only screen and (max-width: 763px) { #CQ4iIXFkrzk9Zc4oMm4SP6X87X5be5At { width:8.75rem;height:2.6875rem;top:121.5625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwGafpHfdl1oKbAMC0VnxOOKMTDrWEIJ { display:block; }
 }@media only screen and (max-width: 763px) { #UOJTCTByLAdmdcdezGy2BX17i3qWfDZh { width:8.75rem;height:2.6875rem;top:121.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVil9bQtxEBVIGyVaHcRFRvwDKLCgMZ1 { display:block; }
 }@media only screen and (max-width: 763px) { #BMmruGzIrC7IWsSzMU4ZfZk6oIfzRt5s { width:15.0625rem;height:13.8125rem;top:137.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul7S15g5rocEnn9ItKV7fGrSmn4cuM9T { width:8.75rem;height:2.6875rem;top:149.0625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf3wTvMV72xiAKpT9KSd0Dp8h4gGJ7D1 { display:block; }
 }@media only screen and (max-width: 763px) { #qoJZTopAOX1wv4TlzheGkJF2U6RqmZ0S { width:15rem;height:13.8125rem;top:137.5625rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDwtJcbyoDlkiu14mKtBgy0gisdQ4DEy { width:8.75rem;height:2.6875rem;top:149.125rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkM0FlRSH2HDksnf8qKsNWrSNblrHfB9 { display:block; }
 }@media only screen and (max-width: 763px) { #xTdPu5ORFxeKBcbtTyp6Ea4FnsdQEtKV { top:141.1875rem;left:1.3125rem;width:12.5rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp65mMMr7Vm1hyLWAFSyQDFBQmhBxoBW { top:147rem;left:1.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzn7hmt9NA6EmRhzfB1FX4pVRnofUs12 { top:141.25rem;left:35.25rem;width:12.5rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1taoVt0TA6UsAxqZunDwvsQA5L3plkP { top:147.125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5bvRKE8TcLbN6FM7zx399Vux5hFVD6N { width:28.9375rem;height:2.875rem;top:130.5625rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRwA1k5Fi3scpQtse1XEXKxGJk3xFHEL { width:15.0625rem;height:13.8125rem;top:164.3125rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry3yvhrx0dZgn6t6sTyd4k9vOiH5ZgPS { top:169.125rem;left:17.950927734375rem;width:13.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPT28typKInBNeRNaUduMsNvaN737dpV { top:173.875rem;left:18.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfdvVCXL8QmTJaHwmfC6SThHFk7Cpmcn { width:8.75rem;height:2.6875rem;top:175.8125rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbb3Nv4FdM7zI21TKzd7lNdnQHqiFvTe { display:block; }
 }@media only screen and (max-width: 763px) { #KAp4nMVW9HVLZMABmH8dsHggiVVuF1ca { width:28.9375rem;height:2.875rem;top:159.1875rem;left:9.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTFetWk3xdTAupkmP9d5FemKN1g2tR7X { width:15.125rem;height:10.0625rem;top:69.6875rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFzXHecTeMowdRhpQzyM4unu2zQu6yST { top:75.8125rem;left:17.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTLchca8LhCZh1RzwpMaIS78HCtPnnvX { top:71.125rem;left:16.4375rem;width:14.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gphTGIPomRua0HdnF4xwUGZy8PfLEkft { top:71.125rem;left:17rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg6ai0EewRTWlwWIhWDDC8JDD34S3Vwh { width:8.75rem;height:2.6875rem;top:77.25rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crUTOzPRxpb4WUTBz4zTagQ6Iyy2pkTG { display:block; }
 }@media only screen and (max-width: 763px) { #ZgeHoZMJnk7ZGfdaKLf01V1eF05peUIH { top:138.8125rem;left:35.25rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI3BCixmOZBll2vdQD41617qLKelS6AA { width:20.75rem;height:17.945684883577rem;top:134.875rem;left:14.2802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFeFRag65xKfLsg5ywC8A2XcTySFUSOU { width:15.0625rem;height:13.8125rem;top:164.375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0KPGF77CLpRRx6Kov1KBaIrQU14svW7 { top:169.125rem;left:34.125rem;width:13.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlW6Kl9LlI4KXxBtkAyLJVDT7aaL6Phi { top:173.9375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ozV20zCTeNOeZTlh92FWx1CLxvG0vN { width:8.75rem;height:2.6875rem;top:175.875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft6noGalJ2iPt4O2dhc7M5ULhT1hpVhF { display:block; }
 }@media only screen and (max-width: 763px) { #HVorZvyoi3KFPzpQq53MRwxdC36EaHsk { width:15.0625rem;height:13.8125rem;top:164.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i697SBD36KUuabZ48HmgLXB8B50SNMyb { width:8.75rem;height:2.6875rem;top:175.9375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt1XtnvTkPuhOCUvQdtwZMx9NQSixq14 { display:block; }
 }@media only screen and (max-width: 763px) { #sZJo6CLmVrdFAxr9lsZ3x4IZsFSEKOXk { top:174rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLNkMlO9kMCnFzELAXVRbQ5MTkTQGbpQ { top:167.25rem;left:0rem;width:13.625rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcFPzxWp7TCDUZHcxpRNxl8waFdu8tys { width:20.75rem;height:17.945684883577rem;top:79.6875rem;left:9.249755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsmFTGumctDkXXRNPhXFS266WTcJutlC { width:20rem;height:;top:289.375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IqhC2C9MssvksTAqX7bnciRGVV4uTnUv { display:block; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { width:47.75rem;position:relative;display:block; } }@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:20rem;height:2.6692954769501rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eb97af, #ecb8c5);background-image: -moz-linear-gradient(180deg, #eb97af, #ecb8c5);background-image: -ms-linear-gradient(180deg, #eb97af, #ecb8c5);background-image: -o-linear-gradient(180deg, #eb97af, #ecb8c5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb97af', endColorstr='#ecb8c5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb97af', endColorstr='#ecb8c5' );";background-image: linear-gradient(180deg, #eb97af, #ecb8c5);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) { #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.9494625rem;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;display:block; }
#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.2490234375rem;left:0.687255859375rem; }
#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.2490234375rem;left:0.687255859375rem; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #ihso1EdAfK7PfEFCIZVX6V1O7uTgZk2o {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #dL78uxVDNQHT7rpnPVUJXKvl1eUKKO3m { display:none; }
 }@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 { display:none; }
 }@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 { display:none; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #DNzoHJcBSn8ZQMhmIezC0DNMFl80l1UT {  }
 }@media only screen and (max-width: 763px) { #OO9MDOQokbuMoJkRWlWrAmXEHuqwdMvG { display:block; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #U8gKFzo4EtCKeqTFZyb7RMTIh6sLVARp {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #mxeTqUkJDREb4nIqTictgh38kDB26gX8 { display:none; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #MouDcqiN6bMdFQ07KnEQeJhXSnDavcF5 {  }
 }@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.561525rem;height:3.1494125rem;top:13.17578125rem;left:7.03125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pShgekOIHnqEBcI3gDud11kxTpAtvC3a { width:1.99978125rem;height:1.99978125rem;top:4.8111982345581rem;left:8.9984808564187rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozDkb49G8greBVcZpuIl57EKHtf4ryNQ { width:6.5625rem;height:2.375rem;top:10.248481750488rem;left:0.75rem;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:12.1245625rem;height:1.70605625rem;top:7.4359817504881rem;left:3.9366322159767rem;font-size:1.3125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #WbhRUHKWrMlTlc7uNKTKXmVtSA0aSrIC { width:7.625rem;height:2.6875rem;top:9.8720703125rem;left:11.8818359375rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #tmGE4wi1eIuFIQl3v82M6m65KZJi335B { width:20rem;height:0;top:0.63151037693025rem;left:0rem;font-size:0.9375rem;z-index:15006;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:none; }
 }@media only screen and (max-width: 763px) { #Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { width:20rem;height:3.65625rem;top:0.50780868530274rem;left:0rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ICSpEmN8PKdmPPpGOLpACQuES3zBzM5L { top:9.9370670318606rem;left:0.5rem;width:6.9375rem;height:2.5625rem;z-index:15002;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #U1T5OxEK41moVmvrT3q85b9dfVsgEsOt { display:block; }#U1T5OxEK41moVmvrT3q85b9dfVsgEsOt > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZkrEITNNe2M6Nb7RLTvagf0EdmNTsIlu { display:block; }#ZkrEITNNe2M6Nb7RLTvagf0EdmNTsIlu > .row .container { width:20rem;height:342.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8HocfDu26HSHd4W500bmu6unaTOS8PO { width:20rem;height:1.86889375rem;top:0.74652671813963rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #OWtJRZJvTb4lTQNaGkeVLB4TTCLXDkwG { width:15.0625rem;height:13.8125rem;top:7.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; }#OWtJRZJvTb4lTQNaGkeVLB4TTCLXDkwG.adaptive-delivery-prevent-bg, #OWtJRZJvTb4lTQNaGkeVLB4TTCLXDkwG.lazyload, #OWtJRZJvTb4lTQNaGkeVLB4TTCLXDkwG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zfWxIJK9sXDxk3q9WhDuQ1bQykvtTTCT { width:15.0625rem;height:13.8125rem;top:22.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; }#zfWxIJK9sXDxk3q9WhDuQ1bQykvtTTCT.adaptive-delivery-prevent-bg, #zfWxIJK9sXDxk3q9WhDuQ1bQykvtTTCT.lazyload, #zfWxIJK9sXDxk3q9WhDuQ1bQykvtTTCT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gRVDTKZKrnicXM9hQiTaFnvVkTkyKH62 { width:12.5rem;height:7.3095625rem;top:9.4375rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIvbXnQFElsiNJqpC0rnAwQl8BdKSDuS { width:13.2498125rem;height:2.76171875rem;top:28.0625rem;left:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9kRZ6Jg4tGB1e1DlXOkpgpL6COVudJz { width:12.5rem;height:1.3808625rem;top:25.875rem;left:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRC4cld8kzLaZurtenliPylRdLNvuFVs { width:8.75rem;height:2.6875rem;top:34.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHertGbC8MuAZ6114KqWwRf0wbPTppck { display:block; }
 }@media only screen and (max-width: 763px) { #JaMQkrvwDDBHZthxAsqX9ZWTJshc5oun { width:8.75rem;height:2.6875rem;top:18.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzaCW4IDaMMAGhCTDNT25KSUkZpyU9Wv { display:block; }
 }@media only screen and (max-width: 763px) { #LVPVIoa13DmPeuDDUgw9RU0FXPe2zlA8 { width:12.5rem;height:1.2999125rem;top:32.5625rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPFnv3u6nWOEaIypGVXzdxwrtMV1Fk2Q { width:12.5rem;height:1.2999125rem;top:17.25rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4TCWA3eHrhf5DESIWplAU6bUk3Evapu { width:15.0625rem;height:13.8125rem;top:38.8125rem;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; }#D4TCWA3eHrhf5DESIWplAU6bUk3Evapu.adaptive-delivery-prevent-bg, #D4TCWA3eHrhf5DESIWplAU6bUk3Evapu.lazyload, #D4TCWA3eHrhf5DESIWplAU6bUk3Evapu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QFg05xBONcXQgZXoPVCx1A7ugUT5D3ha { width:15.061875rem;height:13.811875rem;top:54.4375rem;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; }#QFg05xBONcXQgZXoPVCx1A7ugUT5D3ha.adaptive-delivery-prevent-bg, #QFg05xBONcXQgZXoPVCx1A7ugUT5D3ha.lazyload, #QFg05xBONcXQgZXoPVCx1A7ugUT5D3ha.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hXT2xdceAtEgJPVsO5U55HOMMacVGIAX { width:8.75rem;height:2.6875rem;top:65.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4yfozBBi5QPptbiElePpnEToTR1VloF { display:block; }
 }@media only screen and (max-width: 763px) { #QaALBDug1tUauU9FLp6ywEozAKhiJ5gQ { width:8.75rem;height:2.6875rem;top:50.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOVuWSDoTyXLUvO9wlzUe5zsLDw6ZEv2 { display:block; }
 }@media only screen and (max-width: 763px) { #vRGJT7Q7gWHX2gyT3BlZay2IuTdss2Qp { width:15rem;height:13.8125rem;top:69.75rem;left:2.4375rem;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; }#vRGJT7Q7gWHX2gyT3BlZay2IuTdss2Qp.adaptive-delivery-prevent-bg, #vRGJT7Q7gWHX2gyT3BlZay2IuTdss2Qp.lazyload, #vRGJT7Q7gWHX2gyT3BlZay2IuTdss2Qp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Xc2pBJ1UJVBoS42ConveRFoGevA5NhfQ { width:12.5rem;height:1.29980625rem;top:64.125rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNg6OTf8auSBmgIuaaEgGiBzSPgsBvSR { width:12.5rem;height:1.29980625rem;top:48.5rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUKK3DJzWSEaofb73TV8y37vJWRvWXTE { width:12.5rem;height:1.29980625rem;top:79.4375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT5OrhT190XbFTsQOhpTJxii1EP4OvBa { width:8.75rem;height:2.6875rem;top:81.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvWBRxRe22GJdgT2G038VJydJVRBMS3T { display:block; }
 }@media only screen and (max-width: 763px) { #Qk2ZzqKIuqD6fqu0QnvCMqnZD61WdqQP { width:12.5rem;height:3.25rem;top:41.8125rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AImcXnCPMzVx0VTTIDvzxc5wLJO2GvW1 { width:12.5rem;height:3.57421875rem;top:58.40576171875rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiJUCczszCDuRPqOu63Osfo1Tb7bL4mI { width:13.2498125rem;height:1.13769375rem;top:59.625rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKxela2Pde9uDloHP5UHThTVBkDiI4rX { width:12.5rem;height:1.7871125rem;top:74.74853515625rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xefaHH8QhJ9V0D2Hpq1spFTsHByuo9mR { width:15.0625rem;height:13.8125rem;top:85.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; }#xefaHH8QhJ9V0D2Hpq1spFTsHByuo9mR.adaptive-delivery-prevent-bg, #xefaHH8QhJ9V0D2Hpq1spFTsHByuo9mR.lazyload, #xefaHH8QhJ9V0D2Hpq1spFTsHByuo9mR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WDgJ1Ji8xrui5Va9HJQ2k7gFfp8hvy7I { width:15.0625rem;height:13.8125rem;top:100.625rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#WDgJ1Ji8xrui5Va9HJQ2k7gFfp8hvy7I.adaptive-delivery-prevent-bg, #WDgJ1Ji8xrui5Va9HJQ2k7gFfp8hvy7I.lazyload, #WDgJ1Ji8xrui5Va9HJQ2k7gFfp8hvy7I.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oiR7PzuWmDMO53fM84U3uEaDq1798KNP { width:8.75rem;height:2.6875rem;top:96.6875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCQyUTD0eruusORUJlUoVe0dN4i9uQiB { display:block; }
 }@media only screen and (max-width: 763px) { #nDGXDTJONO9LATV2dGE19wbsqvv8nCkB { width:8.75rem;height:2.6875rem;top:111.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm7TpWv8fowGdBVLvHHsZlQevaRpJQZa { display:block; }
 }@media only screen and (max-width: 763px) { #xF03gZFGl18HxvMp7IRSEnic9Krs53Ho { width:15rem;height:13.8125rem;top:115.9375rem;left:2.4375rem;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; }#xF03gZFGl18HxvMp7IRSEnic9Krs53Ho.adaptive-delivery-prevent-bg, #xF03gZFGl18HxvMp7IRSEnic9Krs53Ho.lazyload, #xF03gZFGl18HxvMp7IRSEnic9Krs53Ho.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nLne9ZPJBITBUmtO59EXRSceln544qzh { width:12.5rem;height:1.29980625rem;top:110.3125rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7ZexclQklgLEtWANhC28ILvg5xuezw7 { width:12.5rem;height:1.21875rem;top:95rem;left:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzAZr4ZldSvVKPtJE5hzrATT9pF0yq5w { width:12.5rem;height:1.29980625rem;top:125.625rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5pv4AgnKllHQHyAM7JLuzfokhAxqLae { width:8.75rem;height:2.6875rem;top:127.3125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnaGXb5DFNwT9TvCcx6RoSGIXWJvdxnr { display:block; }
 }@media only screen and (max-width: 763px) { #ZZEXrB7J2vhgbAJJFTvL6CZ9FP4WmH0O { width:12.5rem;height:6.82425rem;top:102.18627929688rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDDk2iBIip8rNk4yNalpOFXu5ORBPx4I { width:12.5rem;height:3.25rem;top:89.874267578125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4K3iO9HHqPLmmo5qKxwCGJEczstxKPt { width:12.5rem;height:1.70605625rem;top:120.81176757812rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVNRXy3IgPUEgwHUO2rrGAsThD6SC7di { width:13.2498125rem;height:1.13769375rem;top:105.8125rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSJF78hX9oDNiXG2QGaT3c2VdlzAccr7 { width:20rem;height:2.35595625rem;top:3.9463987350464rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #t5yzgLZn3mtHmgMh194pVZrlpEHTVnZ3 { width:20rem;height:2.35595625rem;top:132.4375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #ziMR6eEn3tad9eFVPrT1lGLxuFwplpWJ { width:8.75rem;height:2.68555rem;top:620.00659942627rem;left:5.6250000596046rem;z-index:15152;display:none; }
 }@media only screen and (max-width: 763px) { #ZhOBzy9LTuRccygPgclaz9ziaXTJ5MTa { display:block; }
 }@media only screen and (max-width: 763px) { #zoCZhaVzruzJGBm2TDf1gwbJDLuf6zAi { width:20rem;height:2.03125rem;top:150.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #GUehqiLXObp8WcUAUExy2BTN3vSEZosK { width:20rem;height:17.2949375rem;top:150.125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TdKfOCkScQMwLByKCzvl63ZWO1F6ErZq { width:15.0625rem;height:13.8125rem;top:153.4375rem;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; }#TdKfOCkScQMwLByKCzvl63ZWO1F6ErZq.adaptive-delivery-prevent-bg, #TdKfOCkScQMwLByKCzvl63ZWO1F6ErZq.lazyload, #TdKfOCkScQMwLByKCzvl63ZWO1F6ErZq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wsTtbb2FtxmdUSJxQ0DSlVVyDimgXq4J { width:13.2498125rem;height:1.13769375rem;top:158.625rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhcbQLyhhAgORb85mO8yPsOQqzy7X7Ch { width:12.5rem;height:7.472625rem;top:154.8125rem;left:3.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkOKTV4rHJMTgMrxbVVI8O3G7W8q7XOT { width:12.5rem;height:1.29980625rem;top:163.125rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9Ig5eoi21umgTSqo6iAdTSWfKTMPCvz { width:8.75rem;height:2.6875rem;top:164.75rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtTF67qfBeb1cWEeUilTQ5bpefefPfEq { display:block; }
 }@media only screen and (max-width: 763px) { #OvScCev3wndalltACRVAC440aI56TLDl { width:15rem;height:13.8125rem;top:186.0625rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#OvScCev3wndalltACRVAC440aI56TLDl.adaptive-delivery-prevent-bg, #OvScCev3wndalltACRVAC440aI56TLDl.lazyload, #OvScCev3wndalltACRVAC440aI56TLDl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BSeGfKTsSrwVMJAo4UQsVl8QZ7SR0QgP { width:15.0625rem;height:13.8125rem;top:170.625rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#BSeGfKTsSrwVMJAo4UQsVl8QZ7SR0QgP.adaptive-delivery-prevent-bg, #BSeGfKTsSrwVMJAo4UQsVl8QZ7SR0QgP.lazyload, #BSeGfKTsSrwVMJAo4UQsVl8QZ7SR0QgP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wGJh6eaoAz1abavWyIHb9bgp7oki5fac { width:12.5rem;height:1.29980625rem;top:180.1875rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI0Mgohc2cpZ7OuZxFAe7ye0xOafJmmd { width:13.2498125rem;height:1.13769375rem;top:175.8125rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #peFhhcRQfqPl5xSSbEyIwNcofr9R2Cbn { width:12.5rem;height:3.736325rem;top:173.3125rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSgNSP2fmSdxJui0dh87nqO03VgEt8y1 { width:8.75rem;height:2.6875rem;top:182.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Keo4NKcuUMKMVreOuPUGWdXvZ4MnlG2c { display:block; }
 }@media only screen and (max-width: 763px) { #lL9epvK2DQO3xOAHok8PgZPw6k3IfpMt { width:12.5rem;height:5.8483875rem;top:188.8125rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C51fytr20FmXCn3ypUZGtKLFTgobqLEv { width:12.5rem;height:1.29980625rem;top:195.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAPhOtw8I8OM5a32vOkV44LkLxnqx5cP { width:8.75rem;height:2.6875rem;top:197.625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsmNrbvtnC7rp1Gc7t6z8ALxv1I8iKnw { display:block; }
 }@media only screen and (max-width: 763px) { #vyWcTaGp31hcm7dgrkKUEhX0vvsXwSL8 { width:20rem;height:2.03125rem;top:203.3740234375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #HqUZHgG77xUrWbnf7vMsiI2TCDtJT7ZQ { width:15.0625rem;height:13.8125rem;top:207.6875rem;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; }#HqUZHgG77xUrWbnf7vMsiI2TCDtJT7ZQ.adaptive-delivery-prevent-bg, #HqUZHgG77xUrWbnf7vMsiI2TCDtJT7ZQ.lazyload, #HqUZHgG77xUrWbnf7vMsiI2TCDtJT7ZQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DQ92WR5oDdA2QhgV2aZmmVhuiSX3kIal { width:12.5rem;height:3.57421875rem;top:211.43676757812rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohcCDOfgiH5PuPvAwu9GbbFnbX3MecVQ { width:20rem;height:17.296rem;top:202.0625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #FhqlFNXXgilQuJk3fhRhblp9nZKUCJGA { width:15.0625rem;height:13.8125rem;top:222.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; }#FhqlFNXXgilQuJk3fhRhblp9nZKUCJGA.adaptive-delivery-prevent-bg, #FhqlFNXXgilQuJk3fhRhblp9nZKUCJGA.lazyload, #FhqlFNXXgilQuJk3fhRhblp9nZKUCJGA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SmT6Je5SAfRCxESEfCbTJVTBFJAfwpVG { width:13.2498125rem;height:1.13769375rem;top:227.9375rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4q2bPrbqsJL3Zt4fG10Jt8xXwrlxGgf { width:12.5rem;height:3.736325rem;top:225.4375rem;left:3.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9wP82tz7QZTX3ELKnTfpZVr2VGLzcNO { width:15rem;height:13.8125rem;top:238.1875rem;left:2.4375rem;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; }#Q9wP82tz7QZTX3ELKnTfpZVr2VGLzcNO.adaptive-delivery-prevent-bg, #Q9wP82tz7QZTX3ELKnTfpZVr2VGLzcNO.lazyload, #Q9wP82tz7QZTX3ELKnTfpZVr2VGLzcNO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #J0htNgsqSF29OLvI1TeDGHiR8pWq9u5w { width:12.5rem;height:1.29980625rem;top:232.3125rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a60EViFroQIzHpCLKPc5vpDSzJuHiS2q { width:12.5rem;height:1.9494625rem;top:242.8125rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnWsoDmTsEaJmxe6LDo06tuXEzBb66rl { width:12.5rem;height:1.29980625rem;top:247.75rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXHxcbq4HAViN1KeUnlHq8WkIZhIsUDi { width:12.5rem;height:1.29980625rem;top:217.1875rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCO18aV2XrFmwA7f3Dix8Rwu7iFobWh9 { width:8.75rem;height:2.6875rem;top:234.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDdQrTcUK3IslFUiN7otXm9d2TSf2z7d { display:block; }
 }@media only screen and (max-width: 763px) { #CQ4iIXFkrzk9Zc4oMm4SP6X87X5be5At { width:8.75rem;height:2.6875rem;top:249.6875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwGafpHfdl1oKbAMC0VnxOOKMTDrWEIJ { display:block; }
 }@media only screen and (max-width: 763px) { #UOJTCTByLAdmdcdezGy2BX17i3qWfDZh { width:8.75rem;height:2.6875rem;top:219.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVil9bQtxEBVIGyVaHcRFRvwDKLCgMZ1 { display:block; }
 }@media only screen and (max-width: 763px) { #BMmruGzIrC7IWsSzMU4ZfZk6oIfzRt5s { width:15.0625rem;height:13.8125rem;top:256.875rem;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; }#BMmruGzIrC7IWsSzMU4ZfZk6oIfzRt5s.adaptive-delivery-prevent-bg, #BMmruGzIrC7IWsSzMU4ZfZk6oIfzRt5s.lazyload, #BMmruGzIrC7IWsSzMU4ZfZk6oIfzRt5s.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Ul7S15g5rocEnn9ItKV7fGrSmn4cuM9T { width:8.75rem;height:2.6875rem;top:268.4375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf3wTvMV72xiAKpT9KSd0Dp8h4gGJ7D1 { display:block; }
 }@media only screen and (max-width: 763px) { #qoJZTopAOX1wv4TlzheGkJF2U6RqmZ0S { width:15rem;height:13.8125rem;top:273.375rem;left:2.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#qoJZTopAOX1wv4TlzheGkJF2U6RqmZ0S.adaptive-delivery-prevent-bg, #qoJZTopAOX1wv4TlzheGkJF2U6RqmZ0S.lazyload, #qoJZTopAOX1wv4TlzheGkJF2U6RqmZ0S.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fDwtJcbyoDlkiu14mKtBgy0gisdQ4DEy { width:8.75rem;height:2.6875rem;top:284.9375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkM0FlRSH2HDksnf8qKsNWrSNblrHfB9 { display:block; }
 }@media only screen and (max-width: 763px) { #xTdPu5ORFxeKBcbtTyp6Ea4FnsdQEtKV { width:12.5rem;height:4.2246125rem;top:260.5625rem;left:3.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp65mMMr7Vm1hyLWAFSyQDFBQmhBxoBW { width:12.5rem;height:1.29980625rem;top:266.375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzn7hmt9NA6EmRhzfB1FX4pVRnofUs12 { width:12.5rem;height:5.361325rem;top:277.06176757812rem;left:3.812255859375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1taoVt0TA6UsAxqZunDwvsQA5L3plkP { width:12.5rem;height:1.29980625rem;top:282.9375rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5bvRKE8TcLbN6FM7zx399Vux5hFVD6N { width:20rem;height:1.7871125rem;top:254.43603515625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #gRwA1k5Fi3scpQtse1XEXKxGJk3xFHEL { width:15.0625rem;height:13.8125rem;top:292.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; }#gRwA1k5Fi3scpQtse1XEXKxGJk3xFHEL.adaptive-delivery-prevent-bg, #gRwA1k5Fi3scpQtse1XEXKxGJk3xFHEL.lazyload, #gRwA1k5Fi3scpQtse1XEXKxGJk3xFHEL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ry3yvhrx0dZgn6t6sTyd4k9vOiH5ZgPS { width:13.6230625rem;height:1.7871125rem;top:296.375rem;left:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPT28typKInBNeRNaUduMsNvaN737dpV { width:12.5rem;height:1.29980625rem;top:301.75rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfdvVCXL8QmTJaHwmfC6SThHFk7Cpmcn { width:8.75rem;height:2.6875rem;top:303.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbb3Nv4FdM7zI21TKzd7lNdnQHqiFvTe { display:block; }
 }@media only screen and (max-width: 763px) { #KAp4nMVW9HVLZMABmH8dsHggiVVuF1ca { width:20rem;height:2.03125rem;top:283.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #gTFetWk3xdTAupkmP9d5FemKN1g2tR7X { width:15.125rem;height:10.0625rem;top:136.1875rem;left:2.4375rem;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; }#gTFetWk3xdTAupkmP9d5FemKN1g2tR7X.adaptive-delivery-prevent-bg, #gTFetWk3xdTAupkmP9d5FemKN1g2tR7X.lazyload, #gTFetWk3xdTAupkmP9d5FemKN1g2tR7X.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cFzXHecTeMowdRhpQzyM4unu2zQu6yST { width:12.5rem;height:1.29980625rem;top:141.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTLchca8LhCZh1RzwpMaIS78HCtPnnvX { width:14.7485625rem;height:2.9248rem;top:138.24951171875rem;left:2.62451171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gphTGIPomRua0HdnF4xwUGZy8PfLEkft { width:13.2495rem;height:1.13769375rem;top:137.625rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg6ai0EewRTWlwWIhWDDC8JDD34S3Vwh { width:8.75rem;height:2.6875rem;top:143.75rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crUTOzPRxpb4WUTBz4zTagQ6Iyy2pkTG { display:block; }
 }@media only screen and (max-width: 763px) { #ZgeHoZMJnk7ZGfdaKLf01V1eF05peUIH { width:12.5rem;height:1.7871125rem;top:274.81079101562rem;left:3.890380859375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI3BCixmOZBll2vdQD41617qLKelS6AA { width:20rem;height:17.297045670918rem;top:318.375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #dFeFRag65xKfLsg5ywC8A2XcTySFUSOU { width:15.0625rem;height:13.8125rem;top:323.125rem;left:2.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#dFeFRag65xKfLsg5ywC8A2XcTySFUSOU.adaptive-delivery-prevent-bg, #dFeFRag65xKfLsg5ywC8A2XcTySFUSOU.lazyload, #dFeFRag65xKfLsg5ywC8A2XcTySFUSOU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #S0KPGF77CLpRRx6Kov1KBaIrQU14svW7 { width:13.62425rem;height:1.9494625rem;top:327.875rem;left:3.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlW6Kl9LlI4KXxBtkAyLJVDT7aaL6Phi { width:12.5rem;height:1.29980625rem;top:332.6875rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ozV20zCTeNOeZTlh92FWx1CLxvG0vN { width:8.75rem;height:2.6875rem;top:334.625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft6noGalJ2iPt4O2dhc7M5ULhT1hpVhF { display:block; }
 }@media only screen and (max-width: 763px) { #HVorZvyoi3KFPzpQq53MRwxdC36EaHsk { width:15.0625rem;height:13.8125rem;top:307.6875rem;left:2.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#HVorZvyoi3KFPzpQq53MRwxdC36EaHsk.adaptive-delivery-prevent-bg, #HVorZvyoi3KFPzpQq53MRwxdC36EaHsk.lazyload, #HVorZvyoi3KFPzpQq53MRwxdC36EaHsk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #i697SBD36KUuabZ48HmgLXB8B50SNMyb { width:8.75rem;height:2.6875rem;top:319.1875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt1XtnvTkPuhOCUvQdtwZMx9NQSixq14 { display:block; }
 }@media only screen and (max-width: 763px) { #sZJo6CLmVrdFAxr9lsZ3x4IZsFSEKOXk { width:12.5rem;height:1.29980625rem;top:317.25rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLNkMlO9kMCnFzELAXVRbQ5MTkTQGbpQ { width:13.62425rem;height:5.361325rem;top:310.5625rem;left:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcFPzxWp7TCDUZHcxpRNxl8waFdu8tys { width:20rem;height:17.297045670918rem;top:134.8125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #wsmFTGumctDkXXRNPhXFS266WTcJutlC { width:20rem;height:1.7871125rem;top:289.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #IqhC2C9MssvksTAqX7bnciRGVV4uTnUv { display:block; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { width:20rem;height:1.5625rem;position:relative;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:3rem;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.9248rem;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.9746125rem;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; }
 }