.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(223,74,141,0.92);background-image:url("https://images.assets-landingi.com/B7pdyqMs/ET5Xr3mXYAY6XKi.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu.adaptive-delivery-prevent-bg, #BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu.lazyload, #BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu.lazyloading { background-image: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container { background-color: transparent; background-image: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container > .video-iframe-container { display: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row > .video-iframe-container { display: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .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); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container { border-width: 0; border-radius: 0; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:60rem;position:relative;display:block; }#vW1XwTy8KZewExQAPfbNhMS6kRyHU088 { color:#ffffff;display:block;width:30.1248125rem;position:absolute;font-family:"mykonos ar";font-size:2.75rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:23.0625rem;left:29.9375rem;height:3.57421875rem;font-style:normal;display:block; }
#Fh72yw5mZ4eI8dDraTbF3ks7nGwSGl01 { color:#ffffff;display:block;width:27.1235rem;position:absolute;font-family:"alw arabic";font-size:1.1875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:26.636285781861rem;left:31.999782562256rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aoFV6LNMkuEvDktMTKdAinws5QpA7kPv { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.124375rem;width:7.4370625rem;top:12.4375rem;left:40.625rem;overflow:hidden;display:block; }
#MwULvTEQnTDENTVNRDK2zeBUHTPQd9N8 { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: 0.5625rem 0.5625rem 0.5625rem rgba(43,46,51,0.5) ;height:9.6875rem;width:10.061875rem;top:12.125rem;left:39.4375rem;display:block; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-form-header {  }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.125rem;font-weight:bold;color:#a41354;width:23.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:right;text-align-last:right;line-height:1.4; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.125rem;box-sizing:border-box;height:2.8125rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-input-text {padding-top: 0; padding-bottom: 0;}#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.125rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-input-select { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:cairo;font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-input-select {padding-top: 0; padding-bottom: 0;}#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#e1093f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:400;color:#f2f9ff;width:23.125rem;height:2.9375rem;font-family:cairo;overflow:hidden;font-style:normal;line-height:1; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:0.8125rem;font-weight:300;color:#ffffff;vertical-align:top;width:21.9375rem;overflow:hidden;font-style:normal; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-container:first-of-type{padding-top:0;}#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-container:last-of-type{padding-bottom:0;}#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:100006;position:absolute;top:16.436632156372rem;left:0rem; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.125rem; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc {display:block;}#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:100006;position:absolute;top:16.436632156372rem;left:0rem; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #AmTpqTFBEUmXbVFXwo8Ba8LeEE6GUb3O { position:relative; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #fAzOcdcSP13BDLvpeeU1IA3bJJoHbh8F { position:relative; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #OxN3F7IlUqehrgwmkJZM7g6VE8QJipVW { position:relative; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #OIFLaK0v7KOn99O7cuTr2AMV4creba0J { position:relative; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #wi6hd6SPBb8BTmxloEk0szzxe8Mfo5gI { position:relative; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #eblZxe42l25C8slUJKPFMcFIhJSlTnwR { position:relative; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #L0c9V17iQ6PQw4qGwGOXyJ4sogfvxRJO { position:relative; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #rhJRH4bN3ksQ2xLXXMnfhsE1DVFHLuI3 { position:relative; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #gJJes8DHXfKpPFSMQcimtWQk1QTJ0KKx { position:relative; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #GuLW3ATstz8TlgNqRZPlsWH2aqtGNQb2 { position:relative; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #aTtuUXT8mpMTnppkQ2BRLhH7exMoo5g1 { position:relative; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #BJhRbg5EAQWLKRhDkJGgJSsvJyewGRwv { position:relative; }
#aLTv8E3PlMBIRLKmHzamL0iKRz9zlxc1 { position:relative;display:block; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #llBakBCnCTXZgvWs1IXVV39aBnr0ob3S { position:relative; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #GOmJlvJTnPFPTVBTSS7kPUKSig6TZT84 { position:relative; }
#uuKEtt2LLXsgK2QGXXtTCcT8XlmXVsfp { position:absolute;display:block;z-index:100005;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.875rem;width:25.8125rem;top:16.874133110046rem;left:0rem;display:block; }
#T6Ae620yAFTiVBBdbSisd1QoWleAXeH3 { color:#d5b56a;display:block;width:45.061875rem;position:absolute;font-family:"mykonos ar";font-size:2.75rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.6226129531861rem;left:7.4674472808837rem;height:3.57421875rem;font-style:normal;display:block; }
#q5la2sRGMpJM9LLLkyJXzhR2RrioSn9G { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#tgAPvvJha5Fq3U4BVVFlu4DMBa0ZFXE1 { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:39.673395156861rem;left:10.564235687256rem;display:none; }
#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/bdIP02iH/cc10de05cefd88e49a75263a5c312c6c.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN.adaptive-delivery-prevent-bg, #UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN.lazyload, #UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN.lazyloading { background-image: none; }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row .container { background-color: transparent; background-image: none; }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row .container > .video-iframe-container { display: none; }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row > .video-iframe-container { display: none; }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .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); }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row .container { border-width: 0; border-radius: 0; }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row .container { font-size:0.875rem;font-family:arial;height:53.375rem;width:60rem;position:relative;display:block; }#Mzq5Rrm36z6MyLyOQ1ieJdpZ2x5EIsHb { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:14.5rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#or5I0PhkrrX1qJkOTZ081VVix6fy4EgT { position:absolute;display:block;z-index:100015;background-color:rgba(19,19,19,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:32.375rem;top:34.5rem;left:13.8125rem;display:none; }
#HLhcW81t1pRAAxrXhHnotTxu3cwaJVmz { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:38.5625rem;left:40.75rem;display:block; }#HLhcW81t1pRAAxrXhHnotTxu3cwaJVmz.adaptive-delivery-prevent-bg, #HLhcW81t1pRAAxrXhHnotTxu3cwaJVmz.lazyload, #HLhcW81t1pRAAxrXhHnotTxu3cwaJVmz.lazyloading { background-image: none; }
#Do6sSTFHCperxQ3qTXdkM6xdJG8kuLvC { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:42.5rem;left:43.25rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zSFvOSEaX0GC9CtwTDMVViNhHneyPKEE { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:21.875rem;left:40.75rem;display:block; }#zSFvOSEaX0GC9CtwTDMVViNhHneyPKEE.adaptive-delivery-prevent-bg, #zSFvOSEaX0GC9CtwTDMVViNhHneyPKEE.lazyload, #zSFvOSEaX0GC9CtwTDMVViNhHneyPKEE.lazyloading { background-image: none; }
#mP6R19tmbRltkEFQiK4yS73y2nt9wU7z { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:25.75rem;left:42rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fJy4QGFcNAieqBXaigMO9yFCVZWdoIus { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100124;line-height:1.6;letter-spacing:0;top:29.4375rem;left:40.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KVAXuVksvXsABOo1DRdzOyA3LmO8Ce5g { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:22rem;left:22rem;display:block; }#KVAXuVksvXsABOo1DRdzOyA3LmO8Ce5g.adaptive-delivery-prevent-bg, #KVAXuVksvXsABOo1DRdzOyA3LmO8Ce5g.lazyload, #KVAXuVksvXsABOo1DRdzOyA3LmO8Ce5g.lazyloading { background-image: none; }
#No5ETNxzBD7PZRSoTWxElMrL7h6ZJrll { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:25.5625rem;left:23.25rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ThTLqcXUW4JQPJF3tE4Ds6bRiW4BKiDu { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100128;line-height:1.6;letter-spacing:0;top:29.5625rem;left:22rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gUVDtmfvJnFVuNObGp8cmMEMXHkclk4I { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:21.875rem;left:3.125rem;display:block; }#gUVDtmfvJnFVuNObGp8cmMEMXHkclk4I.adaptive-delivery-prevent-bg, #gUVDtmfvJnFVuNObGp8cmMEMXHkclk4I.lazyload, #gUVDtmfvJnFVuNObGp8cmMEMXHkclk4I.lazyloading { background-image: none; }
#Ze00SzQ9UxDvBGsrdqrFgydkl5iD1rT8 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:24.8125rem;left:3.125rem;height:4.87413125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sn9uuTGzJVWrs2C2an6cOsZPiflAWmUz { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100132;line-height:1.6;letter-spacing:0;top:29.4375rem;left:3.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#reJVQia1WkwzVQ2BOErbtryhQbpWmT3D { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100125;line-height:1.6;letter-spacing:0;top:46.125rem;left:40.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HATHvOGzPhfadm1pUk1rQd4gvcSbrc7L { position:absolute;display:block;z-index:100171;background-color:#405466;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.185546875rem;width:30.7454375rem;top:53.187936782837rem;left:14.625650405884rem;display:block; }
#R2a8mI5mPfDZwozNwre50eUG8ERHuATN { position:absolute;display:block;z-index:100018;background-color:#fbfbfb;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:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:6.5625rem;left:40.75rem;display:block; }#R2a8mI5mPfDZwozNwre50eUG8ERHuATN.adaptive-delivery-prevent-bg, #R2a8mI5mPfDZwozNwre50eUG8ERHuATN.lazyload, #R2a8mI5mPfDZwozNwre50eUG8ERHuATN.lazyloading { background-image: none; }
#XE2dxgl53PrC2R7JH2z18Flxi6ZM9IVg { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100132;line-height:1.6;letter-spacing:0;top:14.125rem;left:40.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qz4ucnETK7QD1GzCntcZJMarb7I0mgBM { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100136;line-height:1.6;letter-spacing:0;top:14.125rem;left:22rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D3Muc2CNuQkJh9T4d1AaspeqBZnNQBJf { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:18.0625rem;left:24.5625rem;display:block; }
#ebGnoJIRx7osGC4N4MSugL0VvdFUgisU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TVSQMsUohvyErcQTxSma9G96w2gUCfgZ { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:9.25rem;left:42rem;height:4.140625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qq92eufMcTPeVUdSmr9pZcBKlQNE9rdW { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:18.0625rem;left:43.4375rem;display:block; }
#JHKPnFQ1g7AsPyOcqFgViSlKIH7fqEoQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sp7UUN572ZICCBgMHMFJv1qtbZ1iQJJ0 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:10.125rem;left:23.25rem;height:3.6556rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HPoaV3pxm7Eoxm9skoTGnom6bKtnDE6H { color:#660000;display:block;width:39.2498125rem;position:absolute;font-family:"aref ruqaa";font-size:3.4375rem;font-weight:400;z-index:100071;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:28.873400211334rem;left:8.125rem;height:4.53071875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#IotQIvvuTGxObuRNwuPmUILNDryzEgCK { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:7.999125rem;text-decoration:none;z-index:100172;text-align:center;text-align-last:center;top:7.9375rem;left:23.125rem;display:block; }
#R7a9KUgXEDVoKktz8nfIRWspAuiaqy7U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NwlmuMJVLF85p1qvO6xOHW6KABUOUBcS { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:7.9989375rem;text-decoration:none;z-index:100174;text-align:center;text-align-last:center;top:23.25rem;left:3.125rem;display:block; }
#Vh3C6iUOX22xPW6AqAySARrTr8gMM4Vy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iRnebAEZXQ34TTs7LwDtbh44nJ2iA6yG { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:7.9989375rem;text-decoration:none;z-index:100176;text-align:center;text-align-last:center;top:23.25rem;left:41.4375rem;display:block; }
#rwhKTo2C8HAVSTudbW8guNtORFLC6uZc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#O97bXfm70tTa4ST27ZiKTBqg3b6LBPOx { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:7.9989375rem;text-decoration:none;z-index:100177;text-align:center;text-align-last:center;top:40.5rem;left:42.3125rem;display:block; }
#RspVtrNXIgQuoOXZtyCTR5e4pSRhzdSI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#V4erIkKFbSQi9TBcbFVo3ven8HBCRkeJ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:7.9989375rem;text-decoration:none;z-index:100175;text-align:center;text-align-last:center;top:22.873756885529rem;left:16.25rem;display:none; }
#sWyMdgyVdg9d0yvOUDA0KQz0nKK6lcW1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#e4EeKTwitdnPlnJJhU1pSqO7WzTVCGpn { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:11.25rem;left:4.25rem;height:1.38020625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SqM9TX5PnOPyMSJHRMXhXNoklWCRSbtg { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100151;line-height:1.6;letter-spacing:0;top:14.125rem;left:3.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DlT3Kf1894Aw1oqmUzhUCUUW6SZiUFTc { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100150;text-align:center;text-align-last:center;top:18.1875rem;left:5.8125rem;display:block; }
#UTZZOWmiVrkSqqAryqdkbG911dqafCHP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#G9RuNnIdFR0sKwddImKe0JxOBDbO7Ms1 { position:absolute;display:block;z-index:100024;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:38.4375rem;left:3.125rem;display:block; }#G9RuNnIdFR0sKwddImKe0JxOBDbO7Ms1.adaptive-delivery-prevent-bg, #G9RuNnIdFR0sKwddImKe0JxOBDbO7Ms1.lazyload, #G9RuNnIdFR0sKwddImKe0JxOBDbO7Ms1.lazyloading { background-image: none; }
#FzGyqTkG3lxWbTcTTn0bfC3PAcfIEFpn { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:7.9989375rem;text-decoration:none;z-index:100185;text-align:center;text-align-last:center;top:39.8125rem;left:3.875rem;display:block; }
#lGdPtod5aCTXFQua2efwldIecZ2AV7qz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AUSHfZT2iTdhSGCdkV8WkE7Pzx6IvhLM { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100138;line-height:1.6;letter-spacing:0;top:46rem;left:3.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q9fgnN0t40s1ZcBXQG5oZ6WNwICxSR3x { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:41.1875rem;left:4.5rem;height:4.87413125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BUWGbAvxL5cpU9Zlf4xiRI73HryJMFVq { position:absolute;display:block;z-index:100020;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:38.4375rem;left:22.3125rem;display:block; }#BUWGbAvxL5cpU9Zlf4xiRI73HryJMFVq.adaptive-delivery-prevent-bg, #BUWGbAvxL5cpU9Zlf4xiRI73HryJMFVq.lazyload, #BUWGbAvxL5cpU9Zlf4xiRI73HryJMFVq.lazyloading { background-image: none; }
#CH6GSBboJqtffaVoVrmpmdliSOyv5g9M { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100134;line-height:1.6;letter-spacing:0;top:46rem;left:22.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NOQnPBNyONT3zJBEpapyHbOJFwGoeuS7 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:7.9989375rem;text-decoration:none;z-index:100186;text-align:center;text-align-last:center;top:40rem;left:22.9375rem;display:block; }
#pvmtfFtlRWO2m4E9pPzqKThue4mNXVvp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kGDshJJxDA33Ikz8hK83gRNPXS7TLFHu { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:42.6875rem;left:23.4375rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kMN5RMxcO28l7A086eWeh7aK3pLmKmf0 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:7.9989375rem;text-decoration:none;z-index:100177;text-align:center;text-align-last:center;top:22.873756885529rem;left:47.1875rem;display:none; }
#XFNBDB9BDShO3LBn6CTuNTnhMDc2RSHX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NJs5nXSD1T2yw3w3HtB4HTfiRtctP9KF { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:7.9989375rem;text-decoration:none;z-index:100177;text-align:center;text-align-last:center;top:22.873756885529rem;left:47.1875rem;display:none; }
#aHSvTLJqX2JEl9wAAlwsPZS7AUrQBzJP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gIzBxnSvzpQlpPFM9yMR7mt5eXqSPWou { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:7.9980625rem;text-decoration:none;z-index:100173;text-align:center;text-align-last:center;top:8rem;left:3.875rem;display:block; }
#WNsSoN1N46Q39oVkKT9t00h3NRMuyMtA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bwLBEL12bNLnlrN57JKJzhVtZ1Zg1WCn { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:7.9980625rem;text-decoration:none;z-index:100173;text-align:center;text-align-last:center;top:7.9375rem;left:41.5625rem;display:block; }
#ARbBfsbJ0ItF7BCsBlpbMNIm2wJCHOfp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tsws9XdNkM5uSwZT5TA57avH1c6EBnHa { position:absolute;display:block;z-index:100019;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:6.5625rem;left:21.999782562256rem;display:block; }#tsws9XdNkM5uSwZT5TA57avH1c6EBnHa.adaptive-delivery-prevent-bg, #tsws9XdNkM5uSwZT5TA57avH1c6EBnHa.lazyload, #tsws9XdNkM5uSwZT5TA57avH1c6EBnHa.lazyloading { background-image: none; }
#Vf8cHF0eBo9km8c81ZTOyT6fKC8vHzyt { position:absolute;display:block;z-index:100020;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:6.5625rem;left:3.125rem;display:block; }#Vf8cHF0eBo9km8c81ZTOyT6fKC8vHzyt.adaptive-delivery-prevent-bg, #Vf8cHF0eBo9km8c81ZTOyT6fKC8vHzyt.lazyload, #Vf8cHF0eBo9km8c81ZTOyT6fKC8vHzyt.lazyloading { background-image: none; }
#uEXiIn1BbRI7bt7MG1Gugv1siUstS86S { color:#660000;display:block;width:39.2480625rem;position:absolute;font-family:"neo sans arabic";font-size:3.4375rem;font-weight:400;z-index:100072;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.59678792953491rem;left:10.374347686767rem;height:4.46831875rem;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; }
#VS0uHH1h4beIuK4tIxPrJ3rPFGnR07Tq { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100053;text-align:center;text-align-last:center;top:33.875rem;left:43.625rem;display:block; }
#iTTBTrmuP1MafC1AkuAKg1m10vQGZsLX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ObNzTeGWtiE0mA70yXG2bJgwhlo04wWB { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100057;text-align:center;text-align-last:center;top:33.875rem;left:24.75rem;display:block; }
#wgawT4Jw2saIcuM5wFXCdccL18UiinT2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FWXaJysIQHmeI5O3UA8DSU0tBXn1HRxd { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100153;text-align:center;text-align-last:center;top:34rem;left:6rem;display:block; }
#z8cW3fVG7O2hVOLWXEN8onDJJL77rP8M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RgHxxnhRi5lnQqpIfpXpci8Se3VFP0PT { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100056;text-align:center;text-align-last:center;top:49.9375rem;left:43.625rem;display:block; }
#iinPINTVCCtBxW3lD6LZ7PHBHZ8hBCzx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VKyrrQnISHZzAribMGnQPWO4A2woDReE { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100060;text-align:center;text-align-last:center;top:49.9375rem;left:24.75rem;display:block; }
#JTTSspIZbRfvsfwXBOfHGRhWdAJInIkp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#brQ2CS6o6yz74FC5dgmXtt909yrepH4s { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100156;text-align:center;text-align-last:center;top:50.0625rem;left:6rem;display:block; }
#UM4uwX6w8sD9T8tKuIPn9RquRp2HXW0m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#erRBVgFzfPg4wOlkQCHSSm6vzVMoGz0v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7668a;background-image:none;position:relative;display:block; }#erRBVgFzfPg4wOlkQCHSSm6vzVMoGz0v > .row .container { background-color: transparent; background-image: none; }#erRBVgFzfPg4wOlkQCHSSm6vzVMoGz0v::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#erRBVgFzfPg4wOlkQCHSSm6vzVMoGz0v > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#erRBVgFzfPg4wOlkQCHSSm6vzVMoGz0v > .row .container > .video-iframe-container { display: none; }#erRBVgFzfPg4wOlkQCHSSm6vzVMoGz0v > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#erRBVgFzfPg4wOlkQCHSSm6vzVMoGz0v > .row > .video-iframe-container { display: none; }#erRBVgFzfPg4wOlkQCHSSm6vzVMoGz0v > .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); }#erRBVgFzfPg4wOlkQCHSSm6vzVMoGz0v > .row .container { border-width: 0; border-radius: 0; }#erRBVgFzfPg4wOlkQCHSSm6vzVMoGz0v > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:60rem;position:relative;display:block; }#o4yerOHDt5rksBPmgxttJRSF1PtCN2eF { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:"alw arabic";font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.8125104904175rem;left:36.0625rem;height:2.59874375rem;text-align:right;text-align-last:right;display:block; }
#fTmkJe3C6vKCxgp4837O1rLBHDZWDl2O { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:12.875rem;left:26.375rem;height:1.7871125rem;text-align:right;text-align-last:right;display:block; }
#MpSaeI7iOOlgw8gJfGnAbQQZHd7ditT3 { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.6875rem;left:36.6875rem;height:3.574225rem;text-align:right;text-align-last:right;display:block; }
#bo0mh87BAM1IyVI07uS5VTvOTaFeOzOS { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:19.124375rem;width:12.249375rem;top:0.62391471862793rem;left:5.0900592803955rem;overflow:hidden;display:block; }
#s6EhTTwJyyHFtpSH27rhL4hN6fea197M { box-sizing:content-box;color:#172595;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:12.3125rem;left:51.1875rem;display:block; }
#NHyfV0ngI0MXRkrivur2L0Ir2b72y06T { box-sizing:content-box;color:#172595;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:7.625rem;left:51.125rem;display:block; }
#EgtJqCeTOkhFnDnCg2R0V2BUmelFRyN2 { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100056;line-height:1.3;letter-spacing:0;top:15.436201095581rem;left:30.060764312744rem;height:1.2999125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu { display:block; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vW1XwTy8KZewExQAPfbNhMS6kRyHU088 { top:23.0625rem;left:17.6875rem;width:30.0625rem;height:3.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh72yw5mZ4eI8dDraTbF3ks7nGwSGl01 { top:26.625rem;left:20.6875rem;width:27.0625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoFV6LNMkuEvDktMTKdAinws5QpA7kPv { top:12.4375rem;left:34.5rem;width:7.375rem;height:9.0482318287631rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwULvTEQnTDENTVNRDK2zeBUHTPQd9N8 { top:12.125rem;left:33.3125rem;width:10rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-input-text {padding-top: 0; padding-bottom: 0;}#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-input-select {padding-top: 0; padding-bottom: 0;}#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc {display:block;}#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #AmTpqTFBEUmXbVFXwo8Ba8LeEE6GUb3O {  }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #fAzOcdcSP13BDLvpeeU1IA3bJJoHbh8F {  }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #OxN3F7IlUqehrgwmkJZM7g6VE8QJipVW {  }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #OIFLaK0v7KOn99O7cuTr2AMV4creba0J {  }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #wi6hd6SPBb8BTmxloEk0szzxe8Mfo5gI {  }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #eblZxe42l25C8slUJKPFMcFIhJSlTnwR {  }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #L0c9V17iQ6PQw4qGwGOXyJ4sogfvxRJO {  }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #rhJRH4bN3ksQ2xLXXMnfhsE1DVFHLuI3 {  }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #gJJes8DHXfKpPFSMQcimtWQk1QTJ0KKx {  }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #GuLW3ATstz8TlgNqRZPlsWH2aqtGNQb2 {  }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #aTtuUXT8mpMTnppkQ2BRLhH7exMoo5g1 {  }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #BJhRbg5EAQWLKRhDkJGgJSsvJyewGRwv {  }
 }@media only screen and (max-width: 763px) { #aLTv8E3PlMBIRLKmHzamL0iKRz9zlxc1 { display:block; }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #llBakBCnCTXZgvWs1IXVV39aBnr0ob3S {  }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #GOmJlvJTnPFPTVBTSS7kPUKSig6TZT84 {  }
 }@media only screen and (max-width: 763px) { #uuKEtt2LLXsgK2QGXXtTCcT8XlmXVsfp { top:16.8125rem;left:0rem;width:25.8125rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Ae620yAFTiVBBdbSisd1QoWleAXeH3 { top:2.5625rem;left:1.3424472808838rem;width:45rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5la2sRGMpJM9LLLkyJXzhR2RrioSn9G { display:none; }
 }@media only screen and (max-width: 763px) { #tgAPvvJha5Fq3U4BVVFlu4DMBa0ZFXE1 { top:39.625rem;left:4.4392356872559rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN { display:block; }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mzq5Rrm36z6MyLyOQ1ieJdpZ2x5EIsHb { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #or5I0PhkrrX1qJkOTZ081VVix6fy4EgT { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLhcW81t1pRAAxrXhHnotTxu3cwaJVmz { width:14.375rem;height:10.6875rem;top:38.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do6sSTFHCperxQ3qTXdkM6xdJG8kuLvC { width:11.875rem;height:2.875rem;top:42.5rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSFvOSEaX0GC9CtwTDMVViNhHneyPKEE { width:14.375rem;height:10.6875rem;top:21.875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mP6R19tmbRltkEFQiK4yS73y2nt9wU7z { width:11.875rem;height:2.75rem;top:25.75rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJy4QGFcNAieqBXaigMO9yFCVZWdoIus { width:14.375rem;height:1.4375rem;top:29.4375rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVAXuVksvXsABOo1DRdzOyA3LmO8Ce5g { width:14.375rem;height:10.6875rem;top:22rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #No5ETNxzBD7PZRSoTWxElMrL7h6ZJrll { width:11.875rem;height:2.375rem;top:25.5625rem;left:17.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThTLqcXUW4JQPJF3tE4Ds6bRiW4BKiDu { width:14.375rem;height:1.4375rem;top:29.5625rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUVDtmfvJnFVuNObGp8cmMEMXHkclk4I { width:14.375rem;height:10.6875rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze00SzQ9UxDvBGsrdqrFgydkl5iD1rT8 { width:11.875rem;height:4.8125rem;top:24.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn9uuTGzJVWrs2C2an6cOsZPiflAWmUz { width:14.375rem;height:1.4375rem;top:29.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #reJVQia1WkwzVQ2BOErbtryhQbpWmT3D { width:14.375rem;height:1.4375rem;top:46.125rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HATHvOGzPhfadm1pUk1rQd4gvcSbrc7L { top:53.1875rem;left:8.5006504058837rem;width:30.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2a8mI5mPfDZwozNwre50eUG8ERHuATN { width:14.375rem;height:10.6875rem;top:6.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE2dxgl53PrC2R7JH2z18Flxi6ZM9IVg { width:14.375rem;height:1.4375rem;top:14.125rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz4ucnETK7QD1GzCntcZJMarb7I0mgBM { width:14.375rem;height:1.4375rem;top:14.125rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3Muc2CNuQkJh9T4d1AaspeqBZnNQBJf { width:8.75rem;height:2.6875rem;top:18.0625rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebGnoJIRx7osGC4N4MSugL0VvdFUgisU { display:block; }
 }@media only screen and (max-width: 763px) { #TVSQMsUohvyErcQTxSma9G96w2gUCfgZ { width:11.875rem;height:4.125rem;top:9.25rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq92eufMcTPeVUdSmr9pZcBKlQNE9rdW { width:8.75rem;height:2.6875rem;top:18.0625rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHKPnFQ1g7AsPyOcqFgViSlKIH7fqEoQ { display:block; }
 }@media only screen and (max-width: 763px) { #sp7UUN572ZICCBgMHMFJv1qtbZ1iQJJ0 { width:11.875rem;height:3.625rem;top:10.125rem;left:17.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPoaV3pxm7Eoxm9skoTGnom6bKtnDE6H { top:28.8125rem;left:2rem;width:39.1875rem;height:4.5rem;font-size:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IotQIvvuTGxObuRNwuPmUILNDryzEgCK { width:12.8125rem;height:7.9375rem;top:7.9375rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7a9KUgXEDVoKktz8nfIRWspAuiaqy7U { display:block; }
 }@media only screen and (max-width: 763px) { #NwlmuMJVLF85p1qvO6xOHW6KABUOUBcS { width:12.8125rem;height:7.9375rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh3C6iUOX22xPW6AqAySARrTr8gMM4Vy { display:block; }
 }@media only screen and (max-width: 763px) { #iRnebAEZXQ34TTs7LwDtbh44nJ2iA6yG { width:12.8125rem;height:7.9375rem;top:23.25rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwhKTo2C8HAVSTudbW8guNtORFLC6uZc { display:block; }
 }@media only screen and (max-width: 763px) { #O97bXfm70tTa4ST27ZiKTBqg3b6LBPOx { width:12.8125rem;height:7.9375rem;top:40.5rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RspVtrNXIgQuoOXZtyCTR5e4pSRhzdSI { display:block; }
 }@media only screen and (max-width: 763px) { #V4erIkKFbSQi9TBcbFVo3ven8HBCRkeJ { width:12.8125rem;height:7.9375rem;top:22.8125rem;left:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWyMdgyVdg9d0yvOUDA0KQz0nKK6lcW1 { display:block; }
 }@media only screen and (max-width: 763px) { #e4EeKTwitdnPlnJJhU1pSqO7WzTVCGpn { width:11.875rem;height:1.375rem;top:11.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqM9TX5PnOPyMSJHRMXhXNoklWCRSbtg { width:14.375rem;height:1.4375rem;top:14.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlT3Kf1894Aw1oqmUzhUCUUW6SZiUFTc { width:8.75rem;height:2.6875rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTZZOWmiVrkSqqAryqdkbG911dqafCHP { display:block; }
 }@media only screen and (max-width: 763px) { #G9RuNnIdFR0sKwddImKe0JxOBDbO7Ms1 { width:14.375rem;height:10.6875rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzGyqTkG3lxWbTcTTn0bfC3PAcfIEFpn { width:12.8125rem;height:7.9375rem;top:39.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGdPtod5aCTXFQua2efwldIecZ2AV7qz { display:block; }
 }@media only screen and (max-width: 763px) { #AUSHfZT2iTdhSGCdkV8WkE7Pzx6IvhLM { width:14.375rem;height:1.4375rem;top:46rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9fgnN0t40s1ZcBXQG5oZ6WNwICxSR3x { width:11.875rem;height:4.8125rem;top:41.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUWGbAvxL5cpU9Zlf4xiRI73HryJMFVq { width:14.375rem;height:10.6875rem;top:38.4375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH6GSBboJqtffaVoVrmpmdliSOyv5g9M { width:14.375rem;height:1.4375rem;top:46rem;left:16.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOQnPBNyONT3zJBEpapyHbOJFwGoeuS7 { width:12.8125rem;height:7.9375rem;top:40rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvmtfFtlRWO2m4E9pPzqKThue4mNXVvp { display:block; }
 }@media only screen and (max-width: 763px) { #kGDshJJxDA33Ikz8hK83gRNPXS7TLFHu { width:11.875rem;height:2.5625rem;top:42.6875rem;left:17.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMN5RMxcO28l7A086eWeh7aK3pLmKmf0 { width:12.8125rem;height:7.9375rem;top:22.8125rem;left:34.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XFNBDB9BDShO3LBn6CTuNTnhMDc2RSHX { display:block; }
 }@media only screen and (max-width: 763px) { #NJs5nXSD1T2yw3w3HtB4HTfiRtctP9KF { width:12.8125rem;height:7.9375rem;top:22.8125rem;left:34.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHSvTLJqX2JEl9wAAlwsPZS7AUrQBzJP { display:block; }
 }@media only screen and (max-width: 763px) { #gIzBxnSvzpQlpPFM9yMR7mt5eXqSPWou { width:12.8125rem;height:7.9375rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNsSoN1N46Q39oVkKT9t00h3NRMuyMtA { display:block; }
 }@media only screen and (max-width: 763px) { #bwLBEL12bNLnlrN57JKJzhVtZ1Zg1WCn { width:12.8125rem;height:7.9375rem;top:7.9375rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARbBfsbJ0ItF7BCsBlpbMNIm2wJCHOfp { display:block; }
 }@media only screen and (max-width: 763px) { #tsws9XdNkM5uSwZT5TA57avH1c6EBnHa { width:14.375rem;height:10.6875rem;top:6.5625rem;left:15.874782562256rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf8cHF0eBo9km8c81ZTOyT6fKC8vHzyt { width:14.375rem;height:10.6875rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEXiIn1BbRI7bt7MG1Gugv1siUstS86S { top:0.5625rem;left:4.2493476867676rem;width:39.1875rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS0uHH1h4beIuK4tIxPrJ3rPFGnR07Tq { width:8.75rem;height:2.6875rem;top:33.875rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTTBTrmuP1MafC1AkuAKg1m10vQGZsLX { display:block; }
 }@media only screen and (max-width: 763px) { #ObNzTeGWtiE0mA70yXG2bJgwhlo04wWB { width:8.75rem;height:2.6875rem;top:33.875rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgawT4Jw2saIcuM5wFXCdccL18UiinT2 { display:block; }
 }@media only screen and (max-width: 763px) { #FWXaJysIQHmeI5O3UA8DSU0tBXn1HRxd { width:8.75rem;height:2.6875rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8cW3fVG7O2hVOLWXEN8onDJJL77rP8M { display:block; }
 }@media only screen and (max-width: 763px) { #RgHxxnhRi5lnQqpIfpXpci8Se3VFP0PT { width:8.75rem;height:2.6875rem;top:49.9375rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iinPINTVCCtBxW3lD6LZ7PHBHZ8hBCzx { display:block; }
 }@media only screen and (max-width: 763px) { #VKyrrQnISHZzAribMGnQPWO4A2woDReE { width:8.75rem;height:2.6875rem;top:49.9375rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTTSspIZbRfvsfwXBOfHGRhWdAJInIkp { display:block; }
 }@media only screen and (max-width: 763px) { #brQ2CS6o6yz74FC5dgmXtt909yrepH4s { width:8.75rem;height:2.6875rem;top:50.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM4uwX6w8sD9T8tKuIPn9RquRp2HXW0m { display:block; }
 }@media only screen and (max-width: 763px) { #erRBVgFzfPg4wOlkQCHSSm6vzVMoGz0v { display:block; }#erRBVgFzfPg4wOlkQCHSSm6vzVMoGz0v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4yerOHDt5rksBPmgxttJRSF1PtCN2eF { top:2.8125rem;left:29.4375rem;width:18.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTmkJe3C6vKCxgp4837O1rLBHDZWDl2O { top:12.8125rem;left:20.25rem;width:24.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpSaeI7iOOlgw8gJfGnAbQQZHd7ditT3 { top:7.625rem;left:30.5625rem;width:14.5625rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo0mh87BAM1IyVI07uS5VTvOTaFeOzOS { top:0.5625rem;left:0rem;width:12.1875rem;height:19.027772462881rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6EhTTwJyyHFtpSH27rhL4hN6fea197M { top:12.25rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHyfV0ngI0MXRkrivur2L0Ir2b72y06T { width:3.1875rem;height:3.1875rem;top:7.5625rem;left:44.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgtJqCeTOkhFnDnCg2R0V2BUmelFRyN2 { top:15.375rem;left:19.9375rem;width:27.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu { background-color:rgba(218,111,180,0.8);background-image:url("https://images.assets-landingi.com/Gq3f1p3e/3.PNG");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu.adaptive-delivery-prevent-bg, #BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu.lazyload, #BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu.lazyloading { background-image: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container { background-color: transparent; background-image: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container > .video-iframe-container { display: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row > .video-iframe-container { display: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .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); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vW1XwTy8KZewExQAPfbNhMS6kRyHU088 { width:20rem;height:5.03689375rem;top:8.876953125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;color:#f3e0e9;display:block; }
 }@media only screen and (max-width: 763px) { #Fh72yw5mZ4eI8dDraTbF3ks7nGwSGl01 { width:17.374125rem;height:2.92535rem;top:14.004991531372rem;left:1.3118490576744rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#e1a8a8;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #aoFV6LNMkuEvDktMTKdAinws5QpA7kPv { width:6.25rem;height:7.5rem;top:0.3125rem;left:7.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MwULvTEQnTDENTVNRDK2zeBUHTPQd9N8 { width:8.5625rem;height:8.5625rem;top:0rem;left:5.75rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-input-text {padding-top: 0; padding-bottom: 0;}#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:cairo;height:2.8125rem; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-input-select {padding-top: 0; padding-bottom: 0;}#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0;height:2.9375rem;line-height:1.2;overflow:hidden;font-size:1.375rem; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-container:first-of-type{padding-top:0;}#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .widget-container:last-of-type{padding-bottom:0;}#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc  { width:17.25rem;height:auto;top:22.3125rem;left:0rem;border-top:0.375rem solid #df4a8d;border-left:0.125rem solid #df4a8d;border-right:0.125rem solid #df4a8d;border-bottom:0.3125rem solid #df4a8d; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc {display:block;}#sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc { width:17.25rem;height:auto;top:22.3125rem;left:0rem;border-top:0.375rem solid #df4a8d;border-left:0.125rem solid #df4a8d;border-right:0.125rem solid #df4a8d;border-bottom:0.3125rem solid #df4a8d; }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #AmTpqTFBEUmXbVFXwo8Ba8LeEE6GUb3O {  }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #fAzOcdcSP13BDLvpeeU1IA3bJJoHbh8F {  }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #OxN3F7IlUqehrgwmkJZM7g6VE8QJipVW {  }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #OIFLaK0v7KOn99O7cuTr2AMV4creba0J {  }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #wi6hd6SPBb8BTmxloEk0szzxe8Mfo5gI {  }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #eblZxe42l25C8slUJKPFMcFIhJSlTnwR {  }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #L0c9V17iQ6PQw4qGwGOXyJ4sogfvxRJO {  }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #rhJRH4bN3ksQ2xLXXMnfhsE1DVFHLuI3 {  }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #gJJes8DHXfKpPFSMQcimtWQk1QTJ0KKx {  }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #GuLW3ATstz8TlgNqRZPlsWH2aqtGNQb2 {  }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #aTtuUXT8mpMTnppkQ2BRLhH7exMoo5g1 {  }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #BJhRbg5EAQWLKRhDkJGgJSsvJyewGRwv {  }
 }@media only screen and (max-width: 763px) { #aLTv8E3PlMBIRLKmHzamL0iKRz9zlxc1 { display:block; }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #llBakBCnCTXZgvWs1IXVV39aBnr0ob3S {  }
 }@media only screen and (max-width: 763px) { #sRfOwDn8HVexgdUi1T9WsO8pGxmnQDqc #GOmJlvJTnPFPTVBTSS7kPUKSig6TZT84 {  }
 }@media only screen and (max-width: 763px) { #uuKEtt2LLXsgK2QGXXtTCcT8XlmXVsfp { width:20rem;height:27.3123125rem;top:22.3125rem;left:0rem;background-color:#e3c5e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #T6Ae620yAFTiVBBdbSisd1QoWleAXeH3 { width:20rem;height:5.19748125rem;top:17.090929031372rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q5la2sRGMpJM9LLLkyJXzhR2RrioSn9G { top:0rem;left:0rem;width:20rem;height:50rem;z-index:99995;background-color:rgba(23,23,23,0.33);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tgAPvvJha5Fq3U4BVVFlu4DMBa0ZFXE1 { width:2.62478125rem;height:2.62478125rem;top:46.982641220093rem;left:8.0609808564187rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row .container { background-color: transparent; background-image: none; }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row .container > .video-iframe-container { display: none; }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row > .video-iframe-container { display: none; }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .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); }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row .container { width:20rem;height:162.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mzq5Rrm36z6MyLyOQ1ieJdpZ2x5EIsHb { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #or5I0PhkrrX1qJkOTZ081VVix6fy4EgT { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HLhcW81t1pRAAxrXhHnotTxu3cwaJVmz { width:14.375rem;height:10.687125rem;top:61.25rem;left:2.8125rem;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; }#HLhcW81t1pRAAxrXhHnotTxu3cwaJVmz.adaptive-delivery-prevent-bg, #HLhcW81t1pRAAxrXhHnotTxu3cwaJVmz.lazyload, #HLhcW81t1pRAAxrXhHnotTxu3cwaJVmz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Do6sSTFHCperxQ3qTXdkM6xdJG8kuLvC { width:11.875rem;height:2.92535rem;top:65.125rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSFvOSEaX0GC9CtwTDMVViNhHneyPKEE { width:14.375rem;height:10.6875rem;top:46.625rem;left:2.8125rem;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; }#zSFvOSEaX0GC9CtwTDMVViNhHneyPKEE.adaptive-delivery-prevent-bg, #zSFvOSEaX0GC9CtwTDMVViNhHneyPKEE.lazyload, #zSFvOSEaX0GC9CtwTDMVViNhHneyPKEE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mP6R19tmbRltkEFQiK4yS73y2nt9wU7z { width:11.875rem;height:2.92535rem;top:48.8125rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJy4QGFcNAieqBXaigMO9yFCVZWdoIus { width:14.375rem;height:1.21853125rem;top:54.4375rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #KVAXuVksvXsABOo1DRdzOyA3LmO8Ce5g { width:14.375rem;height:10.6875rem;top:32.5625rem;left:2.8125rem;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; }#KVAXuVksvXsABOo1DRdzOyA3LmO8Ce5g.adaptive-delivery-prevent-bg, #KVAXuVksvXsABOo1DRdzOyA3LmO8Ce5g.lazyload, #KVAXuVksvXsABOo1DRdzOyA3LmO8Ce5g.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #No5ETNxzBD7PZRSoTWxElMrL7h6ZJrll { width:11.875rem;height:2.43706875rem;top:35.9375rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThTLqcXUW4JQPJF3tE4Ds6bRiW4BKiDu { width:14.375rem;height:1.21853125rem;top:40.0625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #gUVDtmfvJnFVuNObGp8cmMEMXHkclk4I { width:14.375rem;height:10.6875rem;top:2.5625rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gUVDtmfvJnFVuNObGp8cmMEMXHkclk4I.adaptive-delivery-prevent-bg, #gUVDtmfvJnFVuNObGp8cmMEMXHkclk4I.lazyload, #gUVDtmfvJnFVuNObGp8cmMEMXHkclk4I.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Ze00SzQ9UxDvBGsrdqrFgydkl5iD1rT8 { width:11.875rem;height:4.87413125rem;top:5rem;left:4.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn9uuTGzJVWrs2C2an6cOsZPiflAWmUz { width:14.375rem;height:1.21853125rem;top:10.375rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #reJVQia1WkwzVQ2BOErbtryhQbpWmT3D { width:14.375rem;height:1.21853125rem;top:69rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #HATHvOGzPhfadm1pUk1rQd4gvcSbrc7L { width:20rem;height:0.185546875rem;top:137.74741744995rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2a8mI5mPfDZwozNwre50eUG8ERHuATN { width:14.375rem;height:10.6875rem;top:75.0625rem;left:2.8125rem;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; }#R2a8mI5mPfDZwozNwre50eUG8ERHuATN.adaptive-delivery-prevent-bg, #R2a8mI5mPfDZwozNwre50eUG8ERHuATN.lazyload, #R2a8mI5mPfDZwozNwre50eUG8ERHuATN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XE2dxgl53PrC2R7JH2z18Flxi6ZM9IVg { width:14.375rem;height:1.21853125rem;top:82.8125rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #Qz4ucnETK7QD1GzCntcZJMarb7I0mgBM { width:14.375rem;height:1.21853125rem;top:25.6875rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #D3Muc2CNuQkJh9T4d1AaspeqBZnNQBJf { width:8.75rem;height:2.6864375rem;top:29.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebGnoJIRx7osGC4N4MSugL0VvdFUgisU { display:block; }
 }@media only screen and (max-width: 763px) { #TVSQMsUohvyErcQTxSma9G96w2gUCfgZ { width:11.875rem;height:5.85069375rem;top:76.875rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq92eufMcTPeVUdSmr9pZcBKlQNE9rdW { width:8.75rem;height:2.687325rem;top:86.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHKPnFQ1g7AsPyOcqFgViSlKIH7fqEoQ { display:block; }
 }@media only screen and (max-width: 763px) { #sp7UUN572ZICCBgMHMFJv1qtbZ1iQJJ0 { width:11.875rem;height:3.6556rem;top:21.6875rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPoaV3pxm7Eoxm9skoTGnom6bKtnDE6H { width:19.5625rem;height:2.51844375rem;top:0.73153495788575rem;left:0.2805398106575rem;font-size:1.9375rem;z-index:100072;display:block; }
 }@media only screen and (max-width: 763px) { #IotQIvvuTGxObuRNwuPmUILNDryzEgCK { width:12.8125rem;height:7.9375rem;top:3.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7a9KUgXEDVoKktz8nfIRWspAuiaqy7U { display:block; }
 }@media only screen and (max-width: 763px) { #NwlmuMJVLF85p1qvO6xOHW6KABUOUBcS { width:12.8125rem;height:7.9375rem;top:47.998043298721rem;left:3.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh3C6iUOX22xPW6AqAySARrTr8gMM4Vy { display:block; }
 }@media only screen and (max-width: 763px) { #iRnebAEZXQ34TTs7LwDtbh44nJ2iA6yG { width:12.8125rem;height:7.9375rem;top:127.24893379211rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwhKTo2C8HAVSTudbW8guNtORFLC6uZc { display:block; }
 }@media only screen and (max-width: 763px) { #O97bXfm70tTa4ST27ZiKTBqg3b6LBPOx { width:12.8125rem;height:7.9368125rem;top:19.54456615448rem;left:3.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RspVtrNXIgQuoOXZtyCTR5e4pSRhzdSI { display:block; }
 }@media only screen and (max-width: 763px) { #V4erIkKFbSQi9TBcbFVo3ven8HBCRkeJ { width:12.8125rem;height:7.9368125rem;top:76.4375rem;left:3.5625rem;z-index:100176;display:block; }
 }@media only screen and (max-width: 763px) { #sWyMdgyVdg9d0yvOUDA0KQz0nKK6lcW1 { display:block; }
 }@media only screen and (max-width: 763px) { #e4EeKTwitdnPlnJJhU1pSqO7WzTVCGpn { width:11.875rem;height:1.462675rem;top:93.875rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqM9TX5PnOPyMSJHRMXhXNoklWCRSbtg { width:14.375rem;height:1.21853125rem;top:96.75rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #DlT3Kf1894Aw1oqmUzhUCUUW6SZiUFTc { width:8.75rem;height:2.6875rem;top:101.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTZZOWmiVrkSqqAryqdkbG911dqafCHP { display:block; }
 }@media only screen and (max-width: 763px) { #G9RuNnIdFR0sKwddImKe0JxOBDbO7Ms1 { width:14.375rem;height:10.6875rem;top:106.3125rem;left:2.8125rem;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; }#G9RuNnIdFR0sKwddImKe0JxOBDbO7Ms1.adaptive-delivery-prevent-bg, #G9RuNnIdFR0sKwddImKe0JxOBDbO7Ms1.lazyload, #G9RuNnIdFR0sKwddImKe0JxOBDbO7Ms1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FzGyqTkG3lxWbTcTTn0bfC3PAcfIEFpn { width:12.8125rem;height:7.9375rem;top:107.6875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGdPtod5aCTXFQua2efwldIecZ2AV7qz { display:block; }
 }@media only screen and (max-width: 763px) { #AUSHfZT2iTdhSGCdkV8WkE7Pzx6IvhLM { width:14.375rem;height:1.21853125rem;top:113.875rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #Q9fgnN0t40s1ZcBXQG5oZ6WNwICxSR3x { width:11.875rem;height:4.87413125rem;top:109.0625rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUWGbAvxL5cpU9Zlf4xiRI73HryJMFVq { width:14.375rem;height:10.6875rem;top:122.375rem;left:2.8125rem;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; }#BUWGbAvxL5cpU9Zlf4xiRI73HryJMFVq.adaptive-delivery-prevent-bg, #BUWGbAvxL5cpU9Zlf4xiRI73HryJMFVq.lazyload, #BUWGbAvxL5cpU9Zlf4xiRI73HryJMFVq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CH6GSBboJqtffaVoVrmpmdliSOyv5g9M { width:14.375rem;height:1.21853125rem;top:129.75rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #NOQnPBNyONT3zJBEpapyHbOJFwGoeuS7 { width:12.8125rem;height:7.9375rem;top:122.2483921051rem;left:3.5310710668564rem;display:none; }
 }@media only screen and (max-width: 763px) { #pvmtfFtlRWO2m4E9pPzqKThue4mNXVvp { display:block; }
 }@media only screen and (max-width: 763px) { #kGDshJJxDA33Ikz8hK83gRNPXS7TLFHu { width:11.875rem;height:2.599825rem;top:126.4375rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMN5RMxcO28l7A086eWeh7aK3pLmKmf0 { width:12.8125rem;height:7.9368125rem;top:123.75rem;left:3.5625rem;z-index:100178;display:block; }
 }@media only screen and (max-width: 763px) { #XFNBDB9BDShO3LBn6CTuNTnhMDc2RSHX { display:block; }
 }@media only screen and (max-width: 763px) { #NJs5nXSD1T2yw3w3HtB4HTfiRtctP9KF { width:12.8125rem;height:7.9368125rem;top:107.6875rem;left:3.5625rem;z-index:100179;display:block; }
 }@media only screen and (max-width: 763px) { #aHSvTLJqX2JEl9wAAlwsPZS7AUrQBzJP { display:block; }
 }@media only screen and (max-width: 763px) { #gIzBxnSvzpQlpPFM9yMR7mt5eXqSPWou { width:12.8125rem;height:7.9375rem;top:91.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNsSoN1N46Q39oVkKT9t00h3NRMuyMtA { display:block; }
 }@media only screen and (max-width: 763px) { #bwLBEL12bNLnlrN57JKJzhVtZ1Zg1WCn { width:12.8125rem;height:7.9375rem;top:33.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARbBfsbJ0ItF7BCsBlpbMNIm2wJCHOfp { display:block; }
 }@media only screen and (max-width: 763px) { #tsws9XdNkM5uSwZT5TA57avH1c6EBnHa { width:14.375rem;height:10.6875rem;top:17.856988906861rem;left:2.8125000596046rem;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; }#tsws9XdNkM5uSwZT5TA57avH1c6EBnHa.adaptive-delivery-prevent-bg, #tsws9XdNkM5uSwZT5TA57avH1c6EBnHa.lazyload, #tsws9XdNkM5uSwZT5TA57avH1c6EBnHa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Vf8cHF0eBo9km8c81ZTOyT6fKC8vHzyt { width:14.375rem;height:10.6875rem;top:89.749353594613rem;left:2.8125000596046rem;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; }#Vf8cHF0eBo9km8c81ZTOyT6fKC8vHzyt.adaptive-delivery-prevent-bg, #Vf8cHF0eBo9km8c81ZTOyT6fKC8vHzyt.lazyload, #Vf8cHF0eBo9km8c81ZTOyT6fKC8vHzyt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uEXiIn1BbRI7bt7MG1Gugv1siUstS86S { width:20rem;height:auto;top:0.5625rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VS0uHH1h4beIuK4tIxPrJ3rPFGnR07Tq { width:8.75rem;height:2.6875rem;top:14.249135971069rem;left:5.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTTBTrmuP1MafC1AkuAKg1m10vQGZsLX { display:block; }
 }@media only screen and (max-width: 763px) { #ObNzTeGWtiE0mA70yXG2bJgwhlo04wWB { width:8.75rem;height:2.6875rem;top:58.062070846558rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgawT4Jw2saIcuM5wFXCdccL18UiinT2 { display:block; }
 }@media only screen and (max-width: 763px) { #FWXaJysIQHmeI5O3UA8DSU0tBXn1HRxd { width:8.75rem;height:2.6875rem;top:44.00607585907rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8cW3fVG7O2hVOLWXEN8onDJJL77rP8M { display:block; }
 }@media only screen and (max-width: 763px) { #RgHxxnhRi5lnQqpIfpXpci8Se3VFP0PT { width:8.75rem;height:2.6875rem;top:133.87370491028rem;left:7.1940107941625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iinPINTVCCtBxW3lD6LZ7PHBHZ8hBCzx { display:block; }
 }@media only screen and (max-width: 763px) { #VKyrrQnISHZzAribMGnQPWO4A2woDReE { width:8.75rem;height:2.6875rem;top:118.75760173797rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTTSspIZbRfvsfwXBOfHGRhWdAJInIkp { display:block; }
 }@media only screen and (max-width: 763px) { #brQ2CS6o6yz74FC5dgmXtt909yrepH4s { width:8.75rem;height:2.6875rem;top:72.444665908812rem;left:5.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM4uwX6w8sD9T8tKuIPn9RquRp2HXW0m { display:block; }
 }@media only screen and (max-width: 763px) { #erRBVgFzfPg4wOlkQCHSSm6vzVMoGz0v { display:block; }#erRBVgFzfPg4wOlkQCHSSm6vzVMoGz0v > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4yerOHDt5rksBPmgxttJRSF1PtCN2eF { width:16.125rem;height:2.27430625rem;top:20.1875rem;left:1.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fTmkJe3C6vKCxgp4837O1rLBHDZWDl2O { width:11.1875rem;height:1.62435rem;top:27.25rem;left:3.125rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MpSaeI7iOOlgw8gJfGnAbQQZHd7ditT3 { width:13.0625rem;height:2.92535rem;top:23.5rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bo0mh87BAM1IyVI07uS5VTvOTaFeOzOS { width:11.624375rem;height:17.8125rem;top:1.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6EhTTwJyyHFtpSH27rhL4hN6fea197M { width:2.8125rem;height:2.8125rem;top:26.6875rem;left:15.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHyfV0ngI0MXRkrivur2L0Ir2b72y06T { width:2.8125rem;height:2.8125rem;top:23.5625rem;left:15.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgtJqCeTOkhFnDnCg2R0V2BUmelFRyN2 { width:19.3125rem;height:0.97439375rem;top:30.375rem;left:0.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }