.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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:62px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mW2kaOMNNSf5Ms83zoTvVAEk4VGnelZm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:46.9965px;width:351.997px;top:7.5000004768372px;left:303.97570800781px;overflow:hidden;display:block; }
#Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { color:#453f41;display:block;width:746.997px;position:absolute;font-family:"br font n-day";font-size:19px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.19);top:61.979167938232px;left:94.427062988281px;height:49.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e3bfc8, #da96be);background-image: -moz-linear-gradient(180deg, #e3bfc8, #da96be);background-image: -ms-linear-gradient(180deg, #e3bfc8, #da96be);background-image: -o-linear-gradient(180deg, #e3bfc8, #da96be);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3bfc8', endColorstr='#da96be' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3bfc8', endColorstr='#da96be' );";background-image: linear-gradient(180deg, #e3bfc8, #da96be);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { font-size:14px;font-family:arial;height:555px;width:960px;position:relative;display:block; }#pShgekOIHnqEBcI3gDud11kxTpAtvC3a { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:64.965282440186px;left:470px; }
#ozDkb49G8greBVcZpuIl57EKHtf4ryNQ { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:50.9896px;width:135.99px;top:143.48958206177px;left:313.07293701172px;overflow:hidden;display:block; }
#xwP2kIcI67SH7c6ZZkf8Ns5vTXGJ7tZl { color:#494748;display:block;width:461px;position:absolute;font-family:cairo;font-size:23px;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(42,40,41,0.31);top:94.96875px;left:352.09375px;height:29.9px;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:45.9896px;width:115.99px;top:145.98958206177px;left:490px;overflow:hidden;display:block; }
#tmGE4wi1eIuFIQl3v82M6m65KZJi335B { color:#ffffff;display:block;width:746.997px;position:absolute;font-family:"mykonos ar";font-size:19px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:61.979167938232px;left:106.47567749023px;height:74.0625px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XSad0DmHm68y58orLgF0u22hPOBIdPAt { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:376.997px;width:240px;top:18px;left:0px;overflow:hidden;display:none; }
#nANxywtKscdwW2g2MvTJWVEBiKvd4hRv { background-color:rgba(139,46,88,0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:5px solid #e2bc89;border-left:5px solid #e2bc89;border-right:5px solid #e2bc89;border-bottom:5px solid #e2bc89;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"br font n-day";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:315.10112px;height:88.10422px;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:216.47570037842px;left:313.07293701172px;display:block; }
#mnFscG8i6yF7kCqQTeh9Edn8rEL1c7H2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:#da96be;background-image:url("https://images.assets-landingi.com/Uaotpodj/bg1.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.adaptive-delivery-prevent-bg, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyload, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyloading { background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:960px;height:26px;font-size:14px;font-family:"open sans";position:relative;display:block; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container { background-color: transparent; background-image: none; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container > .video-iframe-container { display: none; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row > .video-iframe-container { display: none; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .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); }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container { border-width: 0; border-radius: 0; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container { font-size:14px;font-family:arial;height:326px;width:960px;position:relative;display:block; }#ZmUuZQ0rPesMreRbIELvd9W0NC6Tu6zq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;box-shadow: 0 0 040px rgba(255,255,255,0.25) ;height:261px;width:394px;top:45.486083984375px;left:27.881927490234px;overflow:hidden;display:block; }
#DNCEo2OinaAfxTQUyC7RfdDiTXJf1w1m { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 040px rgba(255,255,255,0.25) ;height:221px;width:334px;top:54.982635498047px;left:546.97918701172px;overflow:hidden;display:none; }
#VZNopw3yVdUh5az6c7A0853Do8Az13vA { 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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:140.952px;height:43.9631px;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:205.55120849609px;left:567.98294067383px;display:block; }
#zQ2zJEw7JiEU68qdoTlvGsLkXxdVtT9P { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#mNlTFmSPaRpF5cWJv1zlh8Es5i5fngsV { color:#014f4d;display:block;width:460.98px;position:absolute;font-family:"neo sans arabic";font-size:40px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:59.926193237305px;left:421.84658813477px;height:52px;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; }
#UhvpoJfeXbU42NK5pEEgpKVXtDpNJZmD { color:#000000;display:block;width:386.989px;position:absolute;font-family:"br font n-day";font-size:20px;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:123.98870849609px;left:430.96591186523px;height:52px;text-align:center;text-align-last:center;display:block; }
#h6cztZyygdETCQkLpbkRZVp3PMiBTq54 { color:#fdfdfd;display:block;width:300px;position:absolute;font-family:cairo;font-size:23px;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:102.9687538147px;left:369.09722900391px;height:29.8958px;font-style:normal;display:none; }
#zw889Ta3rshSwG9fJeBi5M1wp69zLmlV { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:50.9896px;width:135.99px;top:143.48958206177px;left:313.07293701172px;overflow:hidden;display:none; }
#sLLrMVlBoMXUUB7HsUP59bAXmHA9xhXM { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:45.9896px;width:115.99px;top:145.98958206177px;left:490px;overflow:hidden;display:none; }
#TC1qpgyQqxNlw15BcwueFC7E0kd4UCsB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TC1qpgyQqxNlw15BcwueFC7E0kd4UCsB > .row .container { background-color: transparent; background-image: none; }#TC1qpgyQqxNlw15BcwueFC7E0kd4UCsB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC1qpgyQqxNlw15BcwueFC7E0kd4UCsB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC1qpgyQqxNlw15BcwueFC7E0kd4UCsB > .row .container > .video-iframe-container { display: none; }#TC1qpgyQqxNlw15BcwueFC7E0kd4UCsB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC1qpgyQqxNlw15BcwueFC7E0kd4UCsB > .row > .video-iframe-container { display: none; }#TC1qpgyQqxNlw15BcwueFC7E0kd4UCsB > .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); }#TC1qpgyQqxNlw15BcwueFC7E0kd4UCsB > .row .container { border-width: 0; border-radius: 0; }#TC1qpgyQqxNlw15BcwueFC7E0kd4UCsB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TC1qpgyQqxNlw15BcwueFC7E0kd4UCsB > .row .container { font-size:14px;font-family:arial;height:1202px;width:960px;position:relative;display:block; }#T3cacMUQbWNdiE2OeOb8zR9kDglBUBeW { position:absolute;display:block;z-index:15045;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:2px dashed #cd789e;border-left:2px dashed #cd789e;border-right:2px dashed #cd789e;border-bottom:2px dashed #cd789e;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 4px 6px 10px #b47d96 ;height:221.997px;width:241.997px;top:37px;left:685px;display:block; }#T3cacMUQbWNdiE2OeOb8zR9kDglBUBeW.adaptive-delivery-prevent-bg, #T3cacMUQbWNdiE2OeOb8zR9kDglBUBeW.lazyload, #T3cacMUQbWNdiE2OeOb8zR9kDglBUBeW.lazyloading { background-image: none; }
#O3NphoghNLB2J7iIWW0MyXgM4FvbThu8 { 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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:140.955px;height:43.9757px;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:216px;left:737px;display:block; }
#e7wTOe18MAil6Rmz1qJkDbcwm18GaTZ9 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VoTgkfm3JC1w8sDMZ5TUq60HfRLnwyVt { color:#c53d3d;display:block;width:213.975px;position:absolute;font-family:"br font n-day";font-size:19px;font-weight:normal;z-index:15173;line-height:1.3;letter-spacing:0;top:117.0000038147px;left:702.00003051758px;height:24.7px;text-align:center;text-align-last:center;display:block; }
#qgS1mRToqJsIJPRSH9OCoEEfTrBHHPp7 { color:#c53d3d;display:block;width:200px;position:absolute;font-family:"br font n-day";font-size:20px;font-weight:normal;z-index:15177;line-height:1.3;letter-spacing:0;top:165px;left:702px;height:26px;text-align:center;text-align-last:center;display:block; }
#Q1g1bs6H5osg1RxxpklbTiSMm5r3CNFA { position:absolute;display:block;z-index:15039;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:2px dashed #cd789e;border-left:2px dashed #cd789e;border-right:2px dashed #cd789e;border-bottom:2px dashed #cd789e;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 4px 6px 10px #b47d96 ;height:221.997px;width:241.997px;top:37px;left:361px;display:block; }#Q1g1bs6H5osg1RxxpklbTiSMm5r3CNFA.adaptive-delivery-prevent-bg, #Q1g1bs6H5osg1RxxpklbTiSMm5r3CNFA.lazyload, #Q1g1bs6H5osg1RxxpklbTiSMm5r3CNFA.lazyloading { background-image: none; }
#ulmOFaen6cN8vZgRgW0mrixzCVFKLaWG { color:#c53d3d;display:block;width:213.975px;position:absolute;font-family:"br font n-day";font-size:23px;font-weight:normal;z-index:15169;line-height:1.3;letter-spacing:0;top:111.0000038147px;left:373.00003051758px;height:29.9px;text-align:center;text-align-last:center;display:block; }
#HXCOnumO3KZrWy2ibCR593oSpBmPmDrh { color:#c53d3d;display:block;width:200px;position:absolute;font-family:"br font n-day";font-size:20px;font-weight:normal;z-index:15173;line-height:1.3;letter-spacing:0;top:170px;left:384px;height:26px;text-align:center;text-align-last:center;display:block; }
#N4iiwNlTasnEe4ANBEPu5SoVC7RfAxDi { 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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:140.955px;height:43.9757px;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:219px;left:415px;display:block; }
#s1Jf8x8TCGAhTlCAXfCKLTNL1aboJHGN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#cTn9KUhlauT5pWKKDXpB6l3lzF4sD4oL { position:absolute;display:block;z-index:15041;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:2px dashed #cd789e;border-left:2px dashed #cd789e;border-right:2px dashed #cd789e;border-bottom:2px dashed #cd789e;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 4px 6px 10px #b47d96 ;height:221.997px;width:241.997px;top:36px;left:23px;display:block; }#cTn9KUhlauT5pWKKDXpB6l3lzF4sD4oL.adaptive-delivery-prevent-bg, #cTn9KUhlauT5pWKKDXpB6l3lzF4sD4oL.lazyload, #cTn9KUhlauT5pWKKDXpB6l3lzF4sD4oL.lazyloading { background-image: none; }
#NSP5eIoyf9pmTwtoAzWDbxHPwBGURzAS { color:#c53d3d;display:block;width:213.975px;position:absolute;font-family:"br font n-day";font-size:23px;font-weight:normal;z-index:15170;line-height:1.3;letter-spacing:0;top:106.0000038147px;left:38.600006103516px;height:59.8px;text-align:center;text-align-last:center;display:block; }
#x9yNT7SZho3ukTkcPZBt1ptOhTiD8y5p { 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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:140.955px;height:43.9757px;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:218px;left:78px;display:block; }
#Dnr3kPM7xfkwZT8yKGKFAa3cnA9nLKWc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#OU1yN3Zoy0WNepqQvmAlDEDMv1XC6x21 { color:#000000;display:block;width:187.969px;position:absolute;font-family:"br font n-day";font-size:15px;font-weight:normal;z-index:15170;line-height:1.3;letter-spacing:0;top:122px;left:52px;height:19.5px;text-align:center;text-align-last:center;display:block; }
#NtC8be4D3gSPPKKyEkUzDQqOdtcfqoB4 { color:#c53d3d;display:block;width:200px;position:absolute;font-family:"br font n-day";font-size:20px;font-weight:normal;z-index:15174;line-height:1.3;letter-spacing:0;top:180px;left:46px;height:26px;text-align:center;text-align-last:center;display:block; }
#XvcpNhLQCp5HeiT1tuFQQ58UAumV6sI9 { 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:2px dashed #cd789e;border-left:2px dashed #cd789e;border-right:2px dashed #cd789e;border-bottom:2px dashed #cd789e;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 4px 6px 10px #b47d96 ;height:221.997px;width:241.997px;top:323px;left:29px;display:block; }#XvcpNhLQCp5HeiT1tuFQQ58UAumV6sI9.adaptive-delivery-prevent-bg, #XvcpNhLQCp5HeiT1tuFQQ58UAumV6sI9.lazyload, #XvcpNhLQCp5HeiT1tuFQQ58UAumV6sI9.lazyloading { background-image: none; }
#vr5Q15ckLKtBEt7oZr54XqIOdO1eFvP9 { position:absolute;display:block;z-index:15053;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:2px dashed #cd789e;border-left:2px dashed #cd789e;border-right:2px dashed #cd789e;border-bottom:2px dashed #cd789e;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 4px 6px 10px #b47d96 ;height:221.997px;width:241.997px;top:324px;left:367px;display:block; }#vr5Q15ckLKtBEt7oZr54XqIOdO1eFvP9.adaptive-delivery-prevent-bg, #vr5Q15ckLKtBEt7oZr54XqIOdO1eFvP9.lazyload, #vr5Q15ckLKtBEt7oZr54XqIOdO1eFvP9.lazyloading { background-image: none; }
#knTZh9TC7OHmWi6whtstMOxbHy3LoR4F { color:#c53d3d;display:block;width:213.975px;position:absolute;font-family:"br font n-day";font-size:23px;font-weight:normal;z-index:15183;line-height:1.3;letter-spacing:0;top:398.0000038147px;left:393.01248168945px;height:29.9px;text-align:center;text-align-last:center;display:block; }
#tnUGINhZXC0ehu3SwFg4lT4GqHFqQx5n { color:#c53d3d;display:block;width:213.976px;position:absolute;font-family:"br font n-day";font-size:23px;font-weight:normal;z-index:15184;line-height:1.3;letter-spacing:0;top:398px;left:44px;height:29.9px;text-align:center;text-align-last:center;display:block; }
#T4gtoL88raw2XqOGUe75qTDqP1AkMgdp { color:#000000;display:block;width:187.962px;position:absolute;font-family:"br font n-day";font-size:15px;font-weight:normal;z-index:15184;line-height:1.3;letter-spacing:0;top:438.30001831055px;left:51.600006103516px;height:19.5px;text-align:center;text-align-last:center;display:block; }
#Nz37aU3PHwc8ePacD6ix9ChSimKBFXOp { color:#c53d3d;display:block;width:200px;position:absolute;font-family:"br font n-day";font-size:20px;font-weight:normal;z-index:15187;line-height:1.3;letter-spacing:0;top:457px;left:390px;height:26px;text-align:center;text-align-last:center;display:block; }
#k3iRfVNGNNGblie6Gq6lE7HXGVHiIwUl { color:#c53d3d;display:block;width:200px;position:absolute;font-family:"br font n-day";font-size:20px;font-weight:normal;z-index:15188;line-height:1.3;letter-spacing:0;top:467px;left:52px;height:26px;text-align:center;text-align-last:center;display:block; }
#T72lPPw10q3ZasT5Fi4oTqXbE3pHAT3k { position:absolute;display:block;z-index:15059;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:2px dashed #cd789e;border-left:2px dashed #cd789e;border-right:2px dashed #cd789e;border-bottom:2px dashed #cd789e;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 4px 6px 10px #b47d96 ;height:221.997px;width:241.997px;top:324px;left:691px;display:block; }#T72lPPw10q3ZasT5Fi4oTqXbE3pHAT3k.adaptive-delivery-prevent-bg, #T72lPPw10q3ZasT5Fi4oTqXbE3pHAT3k.lazyload, #T72lPPw10q3ZasT5Fi4oTqXbE3pHAT3k.lazyloading { background-image: none; }
#gGTnTL0QRep0QpaOTAM93xsPNfeE1XS0 { color:#c53d3d;display:block;width:233px;position:absolute;font-family:"br font n-day";font-size:19px;font-weight:normal;z-index:15187;line-height:1.3;letter-spacing:0;top:375.89999771118px;left:700.60000610352px;height:49.4px;text-align:center;text-align-last:center;display:block; }
#XFDarud3o6cuwVUIMAw9yoVHrDduZsh8 { color:#c53d3d;display:block;width:200px;position:absolute;font-family:"br font n-day";font-size:20px;font-weight:normal;z-index:15191;line-height:1.3;letter-spacing:0;top:452px;left:708px;height:26px;text-align:center;text-align-last:center;display:block; }
#oNRSQ7TgQ1fcFBAcJ72yEsHEbk0DOdaG { 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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:140.955px;height:43.9757px;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:503px;left:743px;display:block; }
#wtxuvGOiZi2c1PRDiR9g8a7TSNMiee4E { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#DAKgpDsl7vc7m3p4b0hEx6B7DtVDvb1Z { 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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:140.955px;height:43.9757px;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:506px;left:421px;display:block; }
#R31T4c8hvqnA66LN4i3eGmbolLdEZVmO { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#nbwM70udD1QChlhFMs9T4f8epTAPfBee { 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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:140.955px;height:43.9757px;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:505px;left:84px;display:block; }
#mp2ml1TTJBAt32u1RTdIaViinykseSfQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#N6GpmtcI7S0gTl6RrM9etpCOTsGghemo { 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:2px dashed #cd789e;border-left:2px dashed #cd789e;border-right:2px dashed #cd789e;border-bottom:2px dashed #cd789e;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 4px 6px 10px #b47d96 ;height:221.988px;width:241.988px;top:599.35000610352px;left:23px;display:block; }#N6GpmtcI7S0gTl6RrM9etpCOTsGghemo.adaptive-delivery-prevent-bg, #N6GpmtcI7S0gTl6RrM9etpCOTsGghemo.lazyload, #N6GpmtcI7S0gTl6RrM9etpCOTsGghemo.lazyloading { background-image: none; }
#EXVHTX0yZgPBacJpemSEI1Twu239iDqt { position:absolute;display:block;z-index:15067;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:2px dashed #cd789e;border-left:2px dashed #cd789e;border-right:2px dashed #cd789e;border-bottom:2px dashed #cd789e;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 4px 6px 10px #b47d96 ;height:221.988px;width:241.988px;top:599px;left:377px;display:block; }#EXVHTX0yZgPBacJpemSEI1Twu239iDqt.adaptive-delivery-prevent-bg, #EXVHTX0yZgPBacJpemSEI1Twu239iDqt.lazyload, #EXVHTX0yZgPBacJpemSEI1Twu239iDqt.lazyloading { background-image: none; }
#U2fg6eLdZcZDuvnq16CaWXn6DTdow9te { color:#c53d3d;display:block;width:213.975px;position:absolute;font-family:"br font n-day";font-size:23px;font-weight:normal;z-index:15197;line-height:1.3;letter-spacing:0;top:631.54999160767px;left:393.01248168945px;height:149.5px;text-align:center;text-align-last:center;display:block; }
#muLMH4pMQ8TQyO4XyTCgHVxZ4TJuVU8b { color:#c53d3d;display:block;width:213.975px;position:absolute;font-family:"br font n-day";font-size:23px;font-weight:normal;z-index:15198;line-height:1.3;letter-spacing:0;top:645.73749160767px;left:38.600006103516px;height:89.7px;text-align:center;text-align-last:center;display:block; }
#JRi0EI1AKPHVClqD0JWxN8FcM0FCOeGS { color:#000000;display:block;width:187.962px;position:absolute;font-family:"br font n-day";font-size:15px;font-weight:normal;z-index:15198;line-height:1.3;letter-spacing:0;top:805.83749389648px;left:38px;height:19.5px;text-align:center;text-align-last:center;display:block; }
#th8HJRiXNWovhrEZtEi8nxDpBHzNNZLz { color:#c53d3d;display:block;width:200px;position:absolute;font-family:"br font n-day";font-size:20px;font-weight:normal;z-index:15201;line-height:1.3;letter-spacing:0;top:780px;left:400px;height:26px;text-align:center;text-align-last:center;display:block; }
#QCIdvU6uTQnKJk3rCxlBwTAFSQToBwJW { color:#c53d3d;display:block;width:200px;position:absolute;font-family:"br font n-day";font-size:20px;font-weight:normal;z-index:15202;line-height:1.3;letter-spacing:0;top:755.8500213623px;left:45.575012207031px;height:26px;text-align:center;text-align-last:center;display:block; }
#HDlrhsqSNrKtTRlCq5mAUTJodZhve7o4 { position:absolute;display:block;z-index:15073;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:2px dashed #cd789e;border-left:2px dashed #cd789e;border-right:2px dashed #cd789e;border-bottom:2px dashed #cd789e;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 4px 6px 10px #b47d96 ;height:221.988px;width:241.988px;top:578px;left:695.00003051758px;display:block; }#HDlrhsqSNrKtTRlCq5mAUTJodZhve7o4.adaptive-delivery-prevent-bg, #HDlrhsqSNrKtTRlCq5mAUTJodZhve7o4.lazyload, #HDlrhsqSNrKtTRlCq5mAUTJodZhve7o4.lazyloading { background-image: none; }
#f7DHMg1NlANJEE4WIkxW5gDDt0gADTII { color:#c53d3d;display:block;width:213.975px;position:absolute;font-family:"br font n-day";font-size:19px;font-weight:normal;z-index:15201;line-height:1.3;letter-spacing:0;top:615px;left:717.00003051758px;height:123.5px;text-align:center;text-align-last:center;display:block; }
#uIzVR5QqfodLXxTP9FipPUlzOtEGbDsx { color:#c53d3d;display:block;width:200px;position:absolute;font-family:"br font n-day";font-size:20px;font-weight:normal;z-index:15205;line-height:1.3;letter-spacing:0;top:759px;left:713.58749389648px;height:26px;text-align:center;text-align-last:center;display:block; }
#lCRbXK79U142yLAZEz40nrp7P4GJ4tno { 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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:140.95px;height:43.975px;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:803.1875px;left:755.82504272461px;display:block; }
#eNoV3qA6kKk1AnyDTWi70ROF1dqlz61O { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qIJBuBQPHg90qVlyTfThubsbSwnGlTaC { 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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:140.95px;height:43.975px;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:824px;left:430px;display:block; }
#JZQJbhrrm8naesKpSZSMEFTiV8iINNzn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#EdzzibaRRvBqBb3R2PafvJSXBQuEdukD { 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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:140.95px;height:43.975px;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:793.60000610352px;left:74.512512207031px;display:block; }
#JGG1J5411eN84PGFxDSCuHyfMXXzaIUA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xlvyZLCPhSplLL6TC5ymxEMhWnTUn5Mp { 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:2px dashed #cd789e;border-left:2px dashed #cd789e;border-right:2px dashed #cd789e;border-bottom:2px dashed #cd789e;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 4px 6px 10px #b47d96 ;height:221.988px;width:241.988px;top:887.39999389648px;left:377.00003051758px;display:block; }#xlvyZLCPhSplLL6TC5ymxEMhWnTUn5Mp.adaptive-delivery-prevent-bg, #xlvyZLCPhSplLL6TC5ymxEMhWnTUn5Mp.lazyload, #xlvyZLCPhSplLL6TC5ymxEMhWnTUn5Mp.lazyloading { background-image: none; }
#lP3PgE5Bgv7BMrX3OMCQAq4WWFg2FTr7 { color:#c53d3d;display:block;width:213.975px;position:absolute;font-family:"br font n-day";font-size:23px;font-weight:normal;z-index:15201;line-height:1.3;letter-spacing:0;top:940.0000038147px;left:393.01248168945px;height:59.8px;text-align:center;text-align-last:center;display:block; }
#qvrNH66PA6V3kOXUgH5pT0TcZVAJq9Fi { color:#c53d3d;display:block;width:200px;position:absolute;font-family:"br font n-day";font-size:20px;font-weight:normal;z-index:15205;line-height:1.3;letter-spacing:0;top:1058.0000038147px;left:399.98751831055px;height:26px;text-align:center;text-align-last:center;display:block; }
#BIMQMpONuco8dNMR6oBhBcxDQP7r0pBs { 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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:140.95px;height:43.975px;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:1095.0124855042px;left:429.51248168945px;display:block; }
#scEZkSC7zi2zzlyXBpvtG76uBn2UqVfE { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BCMb1I7htTKtLBPybQV0fc6CphotHrwr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BCMb1I7htTKtLBPybQV0fc6CphotHrwr > .row .container { background-color: transparent; background-image: none; }#BCMb1I7htTKtLBPybQV0fc6CphotHrwr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCMb1I7htTKtLBPybQV0fc6CphotHrwr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCMb1I7htTKtLBPybQV0fc6CphotHrwr > .row .container > .video-iframe-container { display: none; }#BCMb1I7htTKtLBPybQV0fc6CphotHrwr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCMb1I7htTKtLBPybQV0fc6CphotHrwr > .row > .video-iframe-container { display: none; }#BCMb1I7htTKtLBPybQV0fc6CphotHrwr > .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); }#BCMb1I7htTKtLBPybQV0fc6CphotHrwr > .row .container { border-width: 0; border-radius: 0; }#BCMb1I7htTKtLBPybQV0fc6CphotHrwr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BCMb1I7htTKtLBPybQV0fc6CphotHrwr > .row .container { font-size:14px;font-family:arial;height:19px;width:960px;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { font-size:14px;font-family:arial;height:381px;width:960px;position:relative;display:block; }#LVl7d5baw4488HxCLSNkgCSBTc9Um44L { color:#ffffff;display:block;width:351.989px;position:absolute;font-family:amiri;font-size:37px;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:15.980117797852px;left:266.88919067383px;height:55.5px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QnZpFdr3QUZna3sqAuMUJWfvyTPtWEFM { color:#ffffff;display:block;width:232.997px;position:absolute;font-family:amiri;font-size:22px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:103.99147033691px;left:613.89199829102px;height:57.2px;text-align:right;text-align-last:right;display:block; }
#hDH4yGtS2fqOyz15QpvWGyhN1rT9NeOL { color:#ffffff;display:block;width:387.983px;position:absolute;font-family:rubik;font-size:26px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:167.11647033691px;left:459.77267456055px;height:33.8021px;text-align:right;text-align-last:right;display:block; }
#WBGGgF9V6COSIp6OQGcnDhnP7wcCLQgw { box-sizing:content-box;color:#ffffff;font-size:31px;font-weight:400;line-height:1;height:45px;width:45px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:250.08680725098px;left:731.09375px;display:block; }
#sVgcZ9NuFIn3Oi1Lm0y8Z5TGS7TnHvMn { box-sizing:content-box;color:#ffffff;font-size:31px;font-weight:400;line-height:1;height:45px;width:45px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:250.08680725098px;left:774.98266601562px;display:block; }
#ioW9iEdslgi80ddpwJDgKk2chO2iGR15 { box-sizing:content-box;color:#ffffff;font-size:31px;font-weight:400;line-height:1;height:45px;width:45px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:248.9757232666px;left:826.99658203125px;display:block; }
#O90BTEvmuhhVU9UvH1aMLNMUe1eWOECd { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:165.48611450195px;left:847.72570800781px;display:block; }
#CDKuVLVcQWKt4BqvEQr7c2pkTc0GdyDd { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50.9896px;width:50.9896px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:107.06597900391px;left:846.85766601562px;display:block; }
#AAabnBA76TTt2kLRHd0PwAhpVO3O4pN8 { color:#ffffff;display:block;width:445px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:344.58332824707px;left:277.98608398438px;height:20.8px;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:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mW2kaOMNNSf5Ms83zoTvVAEk4VGnelZm { top:7px;left:205.97570800781px;width:351px;height:46.863386619772px;display:block; }
 }@media only screen and (max-width: 763px) { #Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { width:746px;height:49px;top:61px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { display:block; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pShgekOIHnqEBcI3gDud11kxTpAtvC3a { width:20px;height:20px;top:64px;left:372px;display:block; }
 }@media only screen and (max-width: 763px) { #ozDkb49G8greBVcZpuIl57EKHtf4ryNQ { top:143px;left:215.07293701172px;width:135px;height:50.618398411648px;display:block; }
 }@media only screen and (max-width: 763px) { #xwP2kIcI67SH7c6ZZkf8Ns5vTXGJ7tZl { top:94px;left:254.09375px;width:461px;height:29px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WbhRUHKWrMlTlc7uNKTKXmVtSA0aSrIC { top:145px;left:392px;width:115px;height:45.59706871282px;display:none; }
 }@media only screen and (max-width: 763px) { #tmGE4wi1eIuFIQl3v82M6m65KZJi335B { width:320px;height:19px;top:10px;left:0px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #XSad0DmHm68y58orLgF0u22hPOBIdPAt { top:18px;left:0px;width:240px;height:376.997px;display:none; }
 }@media only screen and (max-width: 763px) { #nANxywtKscdwW2g2MvTJWVEBiKvd4hRv { width:315px;height:88px;top:216px;left:215.07293701172px;display:block; }
 }@media only screen and (max-width: 763px) { #mnFscG8i6yF7kCqQTeh9Edn8rEL1c7H2 { display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB { display:block; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZmUuZQ0rPesMreRbIELvd9W0NC6Tu6zq { width:394px;height:261px;top:45px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DNCEo2OinaAfxTQUyC7RfdDiTXJf1w1m { width:334px;height:221px;top:54px;left:371px;display:none; }
 }@media only screen and (max-width: 763px) { #VZNopw3yVdUh5az6c7A0853Do8Az13vA { width:140px;height:43px;top:205px;left:469.98294067383px;display:block; }
 }@media only screen and (max-width: 763px) { #zQ2zJEw7JiEU68qdoTlvGsLkXxdVtT9P { display:block; }
 }@media only screen and (max-width: 763px) { #mNlTFmSPaRpF5cWJv1zlh8Es5i5fngsV { width:460px;height:51px;top:59px;left:304px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #UhvpoJfeXbU42NK5pEEgpKVXtDpNJZmD { top:123px;left:332.96591186523px;width:386px;height:77px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #h6cztZyygdETCQkLpbkRZVp3PMiBTq54 { top:102px;left:271.09722900391px;width:300px;height:29px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #zw889Ta3rshSwG9fJeBi5M1wp69zLmlV { top:143px;left:215.07293701172px;width:135px;height:50.618398411648px;display:none; }
 }@media only screen and (max-width: 763px) { #sLLrMVlBoMXUUB7HsUP59bAXmHA9xhXM { top:145px;left:392px;width:115px;height:45.59706871282px;display:none; }
 }@media only screen and (max-width: 763px) { #TC1qpgyQqxNlw15BcwueFC7E0kd4UCsB { display:block; }#TC1qpgyQqxNlw15BcwueFC7E0kd4UCsB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3cacMUQbWNdiE2OeOb8zR9kDglBUBeW { width:241px;height:221px;top:37px;left:519px;display:block; }
 }@media only screen and (max-width: 763px) { #O3NphoghNLB2J7iIWW0MyXgM4FvbThu8 { width:140px;height:43px;top:216px;left:624px;display:block; }
 }@media only screen and (max-width: 763px) { #e7wTOe18MAil6Rmz1qJkDbcwm18GaTZ9 { display:block; }
 }@media only screen and (max-width: 763px) { #VoTgkfm3JC1w8sDMZ5TUq60HfRLnwyVt { top:117px;left:551px;width:213px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #qgS1mRToqJsIJPRSH9OCoEEfTrBHHPp7 { top:165px;left:564px;width:200px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Q1g1bs6H5osg1RxxpklbTiSMm5r3CNFA { width:241px;height:221px;top:37px;left:263px;display:block; }
 }@media only screen and (max-width: 763px) { #ulmOFaen6cN8vZgRgW0mrixzCVFKLaWG { top:111px;left:275.00003051758px;width:213px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #HXCOnumO3KZrWy2ibCR593oSpBmPmDrh { top:170px;left:286.00003051758px;width:200px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #N4iiwNlTasnEe4ANBEPu5SoVC7RfAxDi { width:140px;height:43px;top:219px;left:317px;display:block; }
 }@media only screen and (max-width: 763px) { #s1Jf8x8TCGAhTlCAXfCKLTNL1aboJHGN { display:block; }
 }@media only screen and (max-width: 763px) { #cTn9KUhlauT5pWKKDXpB6l3lzF4sD4oL { width:241px;height:221px;top:36px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NSP5eIoyf9pmTwtoAzWDbxHPwBGURzAS { top:106px;left:0px;width:213px;height:59px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #x9yNT7SZho3ukTkcPZBt1ptOhTiD8y5p { width:140px;height:43px;top:218px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Dnr3kPM7xfkwZT8yKGKFAa3cnA9nLKWc { display:block; }
 }@media only screen and (max-width: 763px) { #OU1yN3Zoy0WNepqQvmAlDEDMv1XC6x21 { top:122px;left:0px;width:187px;height:19px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #NtC8be4D3gSPPKKyEkUzDQqOdtcfqoB4 { top:180px;left:0px;width:200px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XvcpNhLQCp5HeiT1tuFQQ58UAumV6sI9 { width:241px;height:221px;top:323px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vr5Q15ckLKtBEt7oZr54XqIOdO1eFvP9 { width:241px;height:221px;top:324px;left:269px;display:block; }
 }@media only screen and (max-width: 763px) { #knTZh9TC7OHmWi6whtstMOxbHy3LoR4F { top:398px;left:295.01248168945px;width:213px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #tnUGINhZXC0ehu3SwFg4lT4GqHFqQx5n { top:398px;left:0px;width:213px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #T4gtoL88raw2XqOGUe75qTDqP1AkMgdp { top:438px;left:0px;width:187px;height:19px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Nz37aU3PHwc8ePacD6ix9ChSimKBFXOp { top:457px;left:292px;width:200px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #k3iRfVNGNNGblie6Gq6lE7HXGVHiIwUl { top:467px;left:0px;width:200px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #T72lPPw10q3ZasT5Fi4oTqXbE3pHAT3k { width:241px;height:221px;top:324px;left:519px;display:block; }
 }@media only screen and (max-width: 763px) { #gGTnTL0QRep0QpaOTAM93xsPNfeE1XS0 { top:375px;left:531px;width:233px;height:49px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #XFDarud3o6cuwVUIMAw9yoVHrDduZsh8 { top:452px;left:564px;width:200px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oNRSQ7TgQ1fcFBAcJ72yEsHEbk0DOdaG { width:140px;height:43px;top:503px;left:624px;display:block; }
 }@media only screen and (max-width: 763px) { #wtxuvGOiZi2c1PRDiR9g8a7TSNMiee4E { display:block; }
 }@media only screen and (max-width: 763px) { #DAKgpDsl7vc7m3p4b0hEx6B7DtVDvb1Z { width:140px;height:43px;top:506px;left:323px;display:block; }
 }@media only screen and (max-width: 763px) { #R31T4c8hvqnA66LN4i3eGmbolLdEZVmO { display:block; }
 }@media only screen and (max-width: 763px) { #nbwM70udD1QChlhFMs9T4f8epTAPfBee { width:140px;height:43px;top:505px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mp2ml1TTJBAt32u1RTdIaViinykseSfQ { display:block; }
 }@media only screen and (max-width: 763px) { #N6GpmtcI7S0gTl6RrM9etpCOTsGghemo { width:241px;height:221px;top:599px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EXVHTX0yZgPBacJpemSEI1Twu239iDqt { width:241px;height:221px;top:599px;left:279px;display:block; }
 }@media only screen and (max-width: 763px) { #U2fg6eLdZcZDuvnq16CaWXn6DTdow9te { top:631px;left:295.01248168945px;width:213px;height:149px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #muLMH4pMQ8TQyO4XyTCgHVxZ4TJuVU8b { top:645px;left:0px;width:213px;height:89px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #JRi0EI1AKPHVClqD0JWxN8FcM0FCOeGS { top:805px;left:0px;width:187px;height:19px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #th8HJRiXNWovhrEZtEi8nxDpBHzNNZLz { top:780px;left:302px;width:200px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QCIdvU6uTQnKJk3rCxlBwTAFSQToBwJW { top:755px;left:0px;width:200px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #HDlrhsqSNrKtTRlCq5mAUTJodZhve7o4 { width:241px;height:221px;top:578px;left:519px;display:block; }
 }@media only screen and (max-width: 763px) { #f7DHMg1NlANJEE4WIkxW5gDDt0gADTII { top:615px;left:551px;width:213px;height:123px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #uIzVR5QqfodLXxTP9FipPUlzOtEGbDsx { top:759px;left:564px;width:200px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #lCRbXK79U142yLAZEz40nrp7P4GJ4tno { width:140px;height:43px;top:803px;left:624px;display:block; }
 }@media only screen and (max-width: 763px) { #eNoV3qA6kKk1AnyDTWi70ROF1dqlz61O { display:block; }
 }@media only screen and (max-width: 763px) { #qIJBuBQPHg90qVlyTfThubsbSwnGlTaC { width:140px;height:43px;top:824px;left:332px;display:block; }
 }@media only screen and (max-width: 763px) { #JZQJbhrrm8naesKpSZSMEFTiV8iINNzn { display:block; }
 }@media only screen and (max-width: 763px) { #EdzzibaRRvBqBb3R2PafvJSXBQuEdukD { width:140px;height:43px;top:793px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JGG1J5411eN84PGFxDSCuHyfMXXzaIUA { display:block; }
 }@media only screen and (max-width: 763px) { #xlvyZLCPhSplLL6TC5ymxEMhWnTUn5Mp { width:241px;height:221px;top:887px;left:279.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #lP3PgE5Bgv7BMrX3OMCQAq4WWFg2FTr7 { top:940px;left:295.01248168945px;width:213px;height:59px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #qvrNH66PA6V3kOXUgH5pT0TcZVAJq9Fi { top:1058px;left:301.98751831055px;width:200px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BIMQMpONuco8dNMR6oBhBcxDQP7r0pBs { width:140px;height:43px;top:1095px;left:331.51248168945px;display:block; }
 }@media only screen and (max-width: 763px) { #scEZkSC7zi2zzlyXBpvtG76uBn2UqVfE { display:block; }
 }@media only screen and (max-width: 763px) { #BCMb1I7htTKtLBPybQV0fc6CphotHrwr { display:block; }#BCMb1I7htTKtLBPybQV0fc6CphotHrwr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LVl7d5baw4488HxCLSNkgCSBTc9Um44L { top:15px;left:168.88919067383px;width:351px;height:55px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #QnZpFdr3QUZna3sqAuMUJWfvyTPtWEFM { top:103px;left:515.89199829102px;width:232px;height:57px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #hDH4yGtS2fqOyz15QpvWGyhN1rT9NeOL { top:167px;left:361.77267456055px;width:387px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #WBGGgF9V6COSIp6OQGcnDhnP7wcCLQgw { top:250px;left:633.09375px;width:45px;height:45px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #sVgcZ9NuFIn3Oi1Lm0y8Z5TGS7TnHvMn { top:250px;left:676.98266601562px;width:45px;height:45px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #ioW9iEdslgi80ddpwJDgKk2chO2iGR15 { top:248px;left:719px;width:45px;height:45px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #O90BTEvmuhhVU9UvH1aMLNMUe1eWOECd { top:165px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #CDKuVLVcQWKt4BqvEQr7c2pkTc0GdyDd { width:50px;height:50px;top:107px;left:714px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #AAabnBA76TTt2kLRHd0PwAhpVO3O4pN8 { top:344px;left:179.98608398438px;width:445px;height:20px;font-size:12px;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:320px;height:70px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mW2kaOMNNSf5Ms83zoTvVAEk4VGnelZm { width:267px;height:34px;top:11px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { width:320px;height:0;top:98.888893127441px;left:0px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { background-color:#ffc4e1;background-image:none;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:320px;height:850px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pShgekOIHnqEBcI3gDud11kxTpAtvC3a { width:20px;height:20px;top:96px;left:150px;display:none; }
 }@media only screen and (max-width: 763px) { #ozDkb49G8greBVcZpuIl57EKHtf4ryNQ { width:125.984px;height:45px;top:62.484375px;left:19px;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:200px;height:23.4028px;top:19px;left:75px;font-size:18px;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #WbhRUHKWrMlTlc7uNKTKXmVtSA0aSrIC { width:121.969px;height:45.9844px;top:65px;left:196.015625px;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #tmGE4wi1eIuFIQl3v82M6m65KZJi335B { width:320px;height:19.5px;top:10.104166030884px;left:0px;font-size:15px;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:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #XSad0DmHm68y58orLgF0u22hPOBIdPAt { width:293.993px;height:470px;top:360.9722366333px;left:13.003472328186px;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #nANxywtKscdwW2g2MvTJWVEBiKvd4hRv { width:314.11112px;height:87.09722px;top:213.76736450195px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mnFscG8i6yF7kCqQTeh9Edn8rEL1c7H2 { display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:#eaeaea;background-image:url("https://images.assets-landingi.com/Uaotpodj/bg1.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.adaptive-delivery-prevent-bg, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyload, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyloading { background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:320px;height:10px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB { background-color:#eed7ce;background-image:none;display:block; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container { background-color: transparent; background-image: none; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container > .video-iframe-container { display: none; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row > .video-iframe-container { display: none; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .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); }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container { width:320px;height:505px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZmUuZQ0rPesMreRbIELvd9W0NC6Tu6zq { width:254px;height:168px;top:399.39238739014px;left:10.000000953674px;display:none; }
 }@media only screen and (max-width: 763px) { #DNCEo2OinaAfxTQUyC7RfdDiTXJf1w1m { width:320px;height:210px;top:70.45166015625px;left:2.9861106872559px;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VZNopw3yVdUh5az6c7A0853Do8Az13vA { width:140px;height:42.9688px;top:457.998046875px;left:90.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #zQ2zJEw7JiEU68qdoTlvGsLkXxdVtT9P { display:block; }
 }@media only screen and (max-width: 763px) { #mNlTFmSPaRpF5cWJv1zlh8Es5i5fngsV { width:320px;height:41.6px;top:23px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UhvpoJfeXbU42NK5pEEgpKVXtDpNJZmD { width:315.99px;height:66.3px;top:282.94381713867px;left:3.9930553436279px;font-size:17px;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #h6cztZyygdETCQkLpbkRZVp3PMiBTq54 { width:166px;height:23.4028px;top:377px;left:74px;font-size:18px;text-shadow:1px 1px 3px rgba(0,0,0,0.5);z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #zw889Ta3rshSwG9fJeBi5M1wp69zLmlV { width:125.99px;height:45px;top:402.50001525879px;left:15.989583015442px;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #sLLrMVlBoMXUUB7HsUP59bAXmHA9xhXM { width:121.997px;height:45.9896px;top:400.39932250977px;left:175.98959445953px;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #TC1qpgyQqxNlw15BcwueFC7E0kd4UCsB { background-color:#ffc4e1;background-image:none;display:block; }#TC1qpgyQqxNlw15BcwueFC7E0kd4UCsB > .row .container { background-color: transparent; background-image: none; }#TC1qpgyQqxNlw15BcwueFC7E0kd4UCsB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC1qpgyQqxNlw15BcwueFC7E0kd4UCsB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC1qpgyQqxNlw15BcwueFC7E0kd4UCsB > .row .container > .video-iframe-container { display: none; }#TC1qpgyQqxNlw15BcwueFC7E0kd4UCsB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC1qpgyQqxNlw15BcwueFC7E0kd4UCsB > .row > .video-iframe-container { display: none; }#TC1qpgyQqxNlw15BcwueFC7E0kd4UCsB > .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); }#TC1qpgyQqxNlw15BcwueFC7E0kd4UCsB > .row .container { width:320px;height:2715px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3cacMUQbWNdiE2OeOb8zR9kDglBUBeW { width:241px;height:221px;top:602px;left:38px;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; }#T3cacMUQbWNdiE2OeOb8zR9kDglBUBeW.adaptive-delivery-prevent-bg, #T3cacMUQbWNdiE2OeOb8zR9kDglBUBeW.lazyload, #T3cacMUQbWNdiE2OeOb8zR9kDglBUBeW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #O3NphoghNLB2J7iIWW0MyXgM4FvbThu8 { width:140px;height:43px;top:784px;left:93px;display:block; }
 }@media only screen and (max-width: 763px) { #e7wTOe18MAil6Rmz1qJkDbcwm18GaTZ9 { display:block; }
 }@media only screen and (max-width: 763px) { #VoTgkfm3JC1w8sDMZ5TUq60HfRLnwyVt { width:212.986px;height:24.7px;top:635px;left:53px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #qgS1mRToqJsIJPRSH9OCoEEfTrBHHPp7 { width:200px;height:26px;top:739px;left:63px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Q1g1bs6H5osg1RxxpklbTiSMm5r3CNFA { width:241.997px;height:221.997px;top:302px;left:39px;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; }#Q1g1bs6H5osg1RxxpklbTiSMm5r3CNFA.adaptive-delivery-prevent-bg, #Q1g1bs6H5osg1RxxpklbTiSMm5r3CNFA.lazyload, #Q1g1bs6H5osg1RxxpklbTiSMm5r3CNFA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ulmOFaen6cN8vZgRgW0mrixzCVFKLaWG { width:212.986px;height:29.9px;top:347px;left:53px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #HXCOnumO3KZrWy2ibCR593oSpBmPmDrh { width:200px;height:26px;top:433px;left:61px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #N4iiwNlTasnEe4ANBEPu5SoVC7RfAxDi { width:140px;height:43px;top:484px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #s1Jf8x8TCGAhTlCAXfCKLTNL1aboJHGN { display:block; }
 }@media only screen and (max-width: 763px) { #cTn9KUhlauT5pWKKDXpB6l3lzF4sD4oL { width:241px;height:221px;top:27px;left:39px;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; }#cTn9KUhlauT5pWKKDXpB6l3lzF4sD4oL.adaptive-delivery-prevent-bg, #cTn9KUhlauT5pWKKDXpB6l3lzF4sD4oL.lazyload, #cTn9KUhlauT5pWKKDXpB6l3lzF4sD4oL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NSP5eIoyf9pmTwtoAzWDbxHPwBGURzAS { width:212.969px;height:49.4px;top:109.67015075684px;left:53.489586830139px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #x9yNT7SZho3ukTkcPZBt1ptOhTiD8y5p { width:140px;height:43px;top:209px;left:94px;display:block; }
 }@media only screen and (max-width: 763px) { #Dnr3kPM7xfkwZT8yKGKFAa3cnA9nLKWc { display:block; }
 }@media only screen and (max-width: 763px) { #OU1yN3Zoy0WNepqQvmAlDEDMv1XC6x21 { width:186.997px;height:22.1px;top:111px;left:67px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #NtC8be4D3gSPPKKyEkUzDQqOdtcfqoB4 { width:200px;height:26px;top:167px;left:62px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XvcpNhLQCp5HeiT1tuFQQ58UAumV6sI9 { width:241px;height:221px;top:847px;left:38px;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; }#XvcpNhLQCp5HeiT1tuFQQ58UAumV6sI9.adaptive-delivery-prevent-bg, #XvcpNhLQCp5HeiT1tuFQQ58UAumV6sI9.lazyload, #XvcpNhLQCp5HeiT1tuFQQ58UAumV6sI9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vr5Q15ckLKtBEt7oZr54XqIOdO1eFvP9 { width:241px;height:221px;top:1092px;left:38px;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; }#vr5Q15ckLKtBEt7oZr54XqIOdO1eFvP9.adaptive-delivery-prevent-bg, #vr5Q15ckLKtBEt7oZr54XqIOdO1eFvP9.lazyload, #vr5Q15ckLKtBEt7oZr54XqIOdO1eFvP9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #knTZh9TC7OHmWi6whtstMOxbHy3LoR4F { width:213px;height:29.9px;top:1166.0000038147px;left:64.012481689453px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #tnUGINhZXC0ehu3SwFg4lT4GqHFqQx5n { width:213px;height:24.7px;top:922px;left:53px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #T4gtoL88raw2XqOGUe75qTDqP1AkMgdp { width:187px;height:22.1px;top:962.30001831055px;left:60.600006103516px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Nz37aU3PHwc8ePacD6ix9ChSimKBFXOp { width:200px;height:26px;top:1225px;left:61px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #k3iRfVNGNNGblie6Gq6lE7HXGVHiIwUl { width:200px;height:26px;top:991px;left:61px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #T72lPPw10q3ZasT5Fi4oTqXbE3pHAT3k { width:241px;height:221px;top:1337px;left:38px;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; }#T72lPPw10q3ZasT5Fi4oTqXbE3pHAT3k.adaptive-delivery-prevent-bg, #T72lPPw10q3ZasT5Fi4oTqXbE3pHAT3k.lazyload, #T72lPPw10q3ZasT5Fi4oTqXbE3pHAT3k.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gGTnTL0QRep0QpaOTAM93xsPNfeE1XS0 { width:233px;height:49.4px;top:1388.8999977112px;left:47.600006103516px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #XFDarud3o6cuwVUIMAw9yoVHrDduZsh8 { width:200px;height:26px;top:1465px;left:55px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oNRSQ7TgQ1fcFBAcJ72yEsHEbk0DOdaG { width:140px;height:43px;top:1516px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #wtxuvGOiZi2c1PRDiR9g8a7TSNMiee4E { display:block; }
 }@media only screen and (max-width: 763px) { #DAKgpDsl7vc7m3p4b0hEx6B7DtVDvb1Z { width:140px;height:43px;top:1274px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #R31T4c8hvqnA66LN4i3eGmbolLdEZVmO { display:block; }
 }@media only screen and (max-width: 763px) { #nbwM70udD1QChlhFMs9T4f8epTAPfBee { width:140px;height:43px;top:1029px;left:93px;display:block; }
 }@media only screen and (max-width: 763px) { #mp2ml1TTJBAt32u1RTdIaViinykseSfQ { display:block; }
 }@media only screen and (max-width: 763px) { #N6GpmtcI7S0gTl6RrM9etpCOTsGghemo { width:241px;height:221px;top:1581.2px;left:38px;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; }#N6GpmtcI7S0gTl6RrM9etpCOTsGghemo.adaptive-delivery-prevent-bg, #N6GpmtcI7S0gTl6RrM9etpCOTsGghemo.lazyload, #N6GpmtcI7S0gTl6RrM9etpCOTsGghemo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EXVHTX0yZgPBacJpemSEI1Twu239iDqt { width:241px;height:221px;top:1838.45px;left:38px;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; }#EXVHTX0yZgPBacJpemSEI1Twu239iDqt.adaptive-delivery-prevent-bg, #EXVHTX0yZgPBacJpemSEI1Twu239iDqt.lazyload, #EXVHTX0yZgPBacJpemSEI1Twu239iDqt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #U2fg6eLdZcZDuvnq16CaWXn6DTdow9te { width:213px;height:149.5px;top:1870.9999916077px;left:54.012481689453px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #muLMH4pMQ8TQyO4XyTCgHVxZ4TJuVU8b { width:213px;height:74.1px;top:1627.5874855042px;left:53.600006103516px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #JRi0EI1AKPHVClqD0JWxN8FcM0FCOeGS { width:187px;height:22.1px;top:1787.687487793px;left:53px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #th8HJRiXNWovhrEZtEi8nxDpBHzNNZLz { width:200px;height:26px;top:2019.45px;left:61px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QCIdvU6uTQnKJk3rCxlBwTAFSQToBwJW { width:200px;height:26px;top:1737.7000152588px;left:60.575012207031px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #HDlrhsqSNrKtTRlCq5mAUTJodZhve7o4 { width:241px;height:221px;top:2126.45px;left:38px;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; }#HDlrhsqSNrKtTRlCq5mAUTJodZhve7o4.adaptive-delivery-prevent-bg, #HDlrhsqSNrKtTRlCq5mAUTJodZhve7o4.lazyload, #HDlrhsqSNrKtTRlCq5mAUTJodZhve7o4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #f7DHMg1NlANJEE4WIkxW5gDDt0gADTII { width:213px;height:123.5px;top:2163.45px;left:60px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #uIzVR5QqfodLXxTP9FipPUlzOtEGbDsx { width:200px;height:26px;top:2307.45px;left:56.587463378906px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #lCRbXK79U142yLAZEz40nrp7P4GJ4tno { width:140px;height:43px;top:2351.6375px;left:98.825012207031px;display:block; }
 }@media only screen and (max-width: 763px) { #eNoV3qA6kKk1AnyDTWi70ROF1dqlz61O { display:block; }
 }@media only screen and (max-width: 763px) { #qIJBuBQPHg90qVlyTfThubsbSwnGlTaC { width:140px;height:43px;top:2063.45px;left:91px;display:block; }
 }@media only screen and (max-width: 763px) { #JZQJbhrrm8naesKpSZSMEFTiV8iINNzn { display:block; }
 }@media only screen and (max-width: 763px) { #EdzzibaRRvBqBb3R2PafvJSXBQuEdukD { width:140px;height:43px;top:1775.45px;left:89.512512207031px;display:block; }
 }@media only screen and (max-width: 763px) { #JGG1J5411eN84PGFxDSCuHyfMXXzaIUA { display:block; }
 }@media only screen and (max-width: 763px) { #xlvyZLCPhSplLL6TC5ymxEMhWnTUn5Mp { width:241px;height:221px;top:2414.6375px;left:38px;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; }#xlvyZLCPhSplLL6TC5ymxEMhWnTUn5Mp.adaptive-delivery-prevent-bg, #xlvyZLCPhSplLL6TC5ymxEMhWnTUn5Mp.lazyload, #xlvyZLCPhSplLL6TC5ymxEMhWnTUn5Mp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lP3PgE5Bgv7BMrX3OMCQAq4WWFg2FTr7 { width:213px;height:59.8px;top:2467.2375099182px;left:54.012451171875px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #qvrNH66PA6V3kOXUgH5pT0TcZVAJq9Fi { width:200px;height:26px;top:2585.2375099182px;left:60.987487792969px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BIMQMpONuco8dNMR6oBhBcxDQP7r0pBs { width:140px;height:43px;top:2622.2499916077px;left:90.512451171875px;display:block; }
 }@media only screen and (max-width: 763px) { #scEZkSC7zi2zzlyXBpvtG76uBn2UqVfE { display:block; }
 }@media only screen and (max-width: 763px) { #BCMb1I7htTKtLBPybQV0fc6CphotHrwr { background-color:#eed7ce;background-image:none;display:block; }#BCMb1I7htTKtLBPybQV0fc6CphotHrwr > .row .container { background-color: transparent; background-image: none; }#BCMb1I7htTKtLBPybQV0fc6CphotHrwr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCMb1I7htTKtLBPybQV0fc6CphotHrwr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCMb1I7htTKtLBPybQV0fc6CphotHrwr > .row .container > .video-iframe-container { display: none; }#BCMb1I7htTKtLBPybQV0fc6CphotHrwr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCMb1I7htTKtLBPybQV0fc6CphotHrwr > .row > .video-iframe-container { display: none; }#BCMb1I7htTKtLBPybQV0fc6CphotHrwr > .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); }#BCMb1I7htTKtLBPybQV0fc6CphotHrwr > .row .container { width:320px;height:10px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { background-color:#ffc4e1;background-image:none;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 { width:320px;height:285px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LVl7d5baw4488HxCLSNkgCSBTc9Um44L { width:320px;height:48px;top:14.999633789062px;left:0px;font-size:32px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QnZpFdr3QUZna3sqAuMUJWfvyTPtWEFM { width:231.997px;height:46.8056px;top:63px;left:44px;font-size:18px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hDH4yGtS2fqOyz15QpvWGyhN1rT9NeOL { width:320px;height:33.8021px;top:126px;left:0px;font-size:26px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WBGGgF9V6COSIp6OQGcnDhnP7wcCLQgw { width:45px;height:45px;top:180px;left:225px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #sVgcZ9NuFIn3Oi1Lm0y8Z5TGS7TnHvMn { width:45px;height:45px;top:180px;left:172px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #ioW9iEdslgi80ddpwJDgKk2chO2iGR15 { width:45px;height:45px;top:179.99978637695px;left:70.989586830139px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #O90BTEvmuhhVU9UvH1aMLNMUe1eWOECd { width:50px;height:50px;top:111px;left:21px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #CDKuVLVcQWKt4BqvEQr7c2pkTc0GdyDd { width:50px;height:50px;top:54px;left:19px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #AAabnBA76TTt2kLRHd0PwAhpVO3O4pN8 { width:320px;height:15.6px;top:247px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }