.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); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { position:relative;display:block; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { background-color: transparent; background-image: none; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container > .video-iframe-container { display: none; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row > .video-iframe-container { display: none; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .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); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { border-width: 0; border-radius: 0; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:block; }#AOuNUk1ty8D1dPurkXGUXoEHWU2ZPul3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:27.625rem;top:0.40625rem;left:14.125000953674rem;overflow:hidden;display:block; }
#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/EBxwgAbn/243340691_637737940970711_5696126081559980213_n.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.adaptive-delivery-prevent-bg, #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.lazyload, #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.lazyloading { background-image: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { background-color: transparent; background-image: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container > .video-iframe-container { display: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row > .video-iframe-container { display: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .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); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { border-width: 0; border-radius: 0; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { font-size:0.875rem;font-family:"open sans";height:44.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#TbFpKbJTTx3oJWrKQQb9HBw3JLDOx54g { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:1.1875rem;top:3.875rem;left:24.3125rem;overflow:hidden;display:block; }
#NiTWEWHXrAFHBuRU19eCMmSA9gdvXEJ9 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:1.1875rem;top:3.875rem;left:58.1875rem;overflow:hidden;display:block; }
#hZctNBkvfToUqedbmHKNBPzreL59Qul9 { color:#000000;display:block;width:33.875rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.2;letter-spacing:0;top:0.8125rem;left:25.5rem;height:8.24750625rem;text-align:center;text-align-last:center;display:block; }
#iT2xXSR6A11yoQPrS5IwJ5r8xpKy19xl { position:absolute;display:block;z-index:99992;background-color:rgba(134,56,78,0.47);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.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:32rem;width:22.625rem;top:10.25rem;left:30.687500953674rem;display:block; }
#KgS6FmMHtgfamJQrdS3TAnuQLs5F5aST { color:#ffffff;display:block;width:23.2480625rem;position:absolute;font-family:amiri;font-size:1.1875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:11.103515625rem;left:30.375653266907rem;height:3.0877125rem;text-align:center;text-align-last:center;display:block; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-form-header {  }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-regular-label { height:auto;display:block;font-family:"alw arabic";font-size:1rem;font-weight:bold;color:#000000;width:18.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:right;text-align-last:right;overflow:hidden; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:18.75rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:right;text-align-last:right; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:18.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:right;text-align-last:right; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.75rem;box-sizing:border-box;height:2.6875rem;color:#000000;font-family:"alw arabic";font-size:1.25rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-button { border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e68da7, #711d31);background-image: -moz-linear-gradient(180deg, #e68da7, #711d31);background-image: -ms-linear-gradient(180deg, #e68da7, #711d31);background-image: -o-linear-gradient(180deg, #e68da7, #711d31);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e68da7', endColorstr='#711d31' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e68da7', endColorstr='#711d31' );";background-image: linear-gradient(180deg, #e68da7, #711d31);background-size:initial !important;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.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:bold;color:#ffffff;width:17.8125rem;height:4.1875rem;font-family:"alw arabic";overflow:hidden; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:17.5625rem;overflow:hidden;font-style:normal; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .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; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .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; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-container:first-of-type{padding-top:0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-container:last-of-type{padding-bottom:0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100002;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;position:absolute;top:13.433060646057rem;left:31.372513771057rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.75rem;display:block;vertical-align:top; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD {display:block;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100002;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;position:absolute;top:13.433060646057rem;left:31.372513771057rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #L3eCKBis3FBuTziS9t7syZHi9Gnz5cZQ { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #K16oUtstOKQTEPM3y2lqvZg1RTspagEm { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #dztSllqCUL8RXzNLSshURU0vLvbT1gTi { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s9iegVXaF34GRlAn37V5mlzlPdTqT01C { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #WciGfnaTkyCXOfyqnrt8BoBT12iyTsHh { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #f98neuyPrS7vJOd54DQ9BVLMQFJv11Iy { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #nu2l9D4VGT5TcL0HOhRHOfnbswucWNmN { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pr6rnf43FSVAcql02mbRhXvmp4T8Sp6G { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pqm8zAye4Dl6f1qJpTpPtPp7iTHubTyA { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wKuyXMa0MZsZzByXSLTEFb5eDIJ05SJc { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s8Ta5bXPTC3Ce6gwIbuUfZHNPXBcx7Th { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #FTL9yu0hqLK8WaAKDuXgUoEn0Mw0o5o9 { position:relative; }
#QtwlPcl4TPTC0mIVQaLIH0eDdWltw9h6 { position:relative;display:block; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wdh6QXSlhZMoB4Pqf60mrJoMZLtcmocd { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #Ith52Rl3DauROOoNTkBU7MVI3TuSgudA { position:relative; }
#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(134,56,78,0.92);background-image:none;position:relative;display:block; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container { background-color: transparent; background-image: none; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container > .video-iframe-container { display: none; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row > .video-iframe-container { display: none; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .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); }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container { border-width: 0; border-radius: 0; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#Sh81FmpuTaUd3CpQgzhv2xxwTwJXaDax { color:#ffffff;display:block;width:34.8123125rem;position:absolute;font-family:amiri;font-size:2.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.89518356323244rem;left:11.967229843139rem;height:2.82528125rem;text-align:center;text-align-last:center;display:block; }
#IV4BtMuGUFKeF964ZOlwz5WnMAGM3y4S { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:1.28125rem;left:40.031250953674rem;overflow:hidden;display:block; }
#dmJtIV0XXc6zsXVziTXivb8CmeMvFdEq { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:1.28125rem;left:15.281250953674rem;overflow:hidden;display:block; }
#d3sTBtXB3DTyZoUlaof1lg4zc18qkMlE { position:relative;display:block; }#d3sTBtXB3DTyZoUlaof1lg4zc18qkMlE { background-color: transparent; background-image: none; }#d3sTBtXB3DTyZoUlaof1lg4zc18qkMlE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d3sTBtXB3DTyZoUlaof1lg4zc18qkMlE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d3sTBtXB3DTyZoUlaof1lg4zc18qkMlE > .row .container > .video-iframe-container { display: none; }#d3sTBtXB3DTyZoUlaof1lg4zc18qkMlE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d3sTBtXB3DTyZoUlaof1lg4zc18qkMlE > .row > .video-iframe-container { display: none; }#d3sTBtXB3DTyZoUlaof1lg4zc18qkMlE > .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); }#d3sTBtXB3DTyZoUlaof1lg4zc18qkMlE { border-width: 0; border-radius: 0; }#d3sTBtXB3DTyZoUlaof1lg4zc18qkMlE > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.375rem solid #86384e;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.375375rem;width:60rem;position:relative;display:block; }#etBTyO8R0FTAicZsTV2cxTM0NSmT4aF3 { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"alw arabic";font-size:1.25rem;font-weight:700;z-index:100051;line-height:1.2;letter-spacing:0;top:2.9375rem;left:32.3125rem;height:2.9989375rem;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; }
#C5JJHrudQylnIWXqgEzuhZKreFIzwrdq { color:#000000;display:block;width:12rem;position:absolute;font-family:"alw new";font-size:0.875rem;font-weight:700;z-index:100052;line-height:1.6;letter-spacing:0;top:6.625rem;left:33.25rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BDG3MTRZTpH3PeQJPccf5Wv8M1gqJgA0 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100053;line-height:1.6;letter-spacing:0;top:11.375rem;left:32.0625rem;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; }
#WJUF8XUCmokeJTB5Bub9BTEmTZJxRcX5 { z-index:100054;top:13.8125rem;left:34.6875rem;background-color:#86384e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FA6FdPb7wsutCWhqAK6pEAHtw7e3yzoA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Qv0aRkXRbuQUTpGeV1xBXod2RIwXeumI { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:1.75rem;left:31.5625rem;display:block; }#Qv0aRkXRbuQUTpGeV1xBXod2RIwXeumI.adaptive-delivery-prevent-bg, #Qv0aRkXRbuQUTpGeV1xBXod2RIwXeumI.lazyload, #Qv0aRkXRbuQUTpGeV1xBXod2RIwXeumI.lazyloading { background-image: none; }
#ZziT9eZIT6cymEkWwAgyqbzudETx26TL { position:absolute;display:block;z-index:100037;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:1.8125rem;left:13.25rem;display:block; }#ZziT9eZIT6cymEkWwAgyqbzudETx26TL.adaptive-delivery-prevent-bg, #ZziT9eZIT6cymEkWwAgyqbzudETx26TL.lazyload, #ZziT9eZIT6cymEkWwAgyqbzudETx26TL.lazyloading { background-image: none; }
#n74U5xKUrMQtiOac1HqUToc91hC0kpUB { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"alw arabic";font-size:1.25rem;font-weight:700;z-index:100056;line-height:1.2;letter-spacing:0;top:3rem;left:14rem;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; }
#qrBhBSs0GeebZiczZ1nhOewJ6QdFTyZf { color:#000000;display:block;width:12rem;position:absolute;font-family:"alw new";font-size:0.875rem;font-weight:700;z-index:100057;line-height:1.6;letter-spacing:0;top:6.6875rem;left:14.9375rem;height:4.20010625rem;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; }
#ozAsqNAdnVbU9ivsvOZDL5MFPFZlCTzi { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100058;line-height:1.6;letter-spacing:0;top:11.375rem;left:13.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; }
#K8qbLMO0N9Lzd1IDTxmEt3Ctq8tPhKZW { z-index:100059;top:13.75rem;left:16.375rem;background-color:#86384e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pIC8ovsNNMx1CFcgNJ9OGoGl4DrftyI9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VzbuuDqHA1cmG4PQB9Qy2byIVsT4NpTV { position:relative;display:block; }#VzbuuDqHA1cmG4PQB9Qy2byIVsT4NpTV { background-color: transparent; background-image: none; }#VzbuuDqHA1cmG4PQB9Qy2byIVsT4NpTV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VzbuuDqHA1cmG4PQB9Qy2byIVsT4NpTV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VzbuuDqHA1cmG4PQB9Qy2byIVsT4NpTV > .row .container > .video-iframe-container { display: none; }#VzbuuDqHA1cmG4PQB9Qy2byIVsT4NpTV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VzbuuDqHA1cmG4PQB9Qy2byIVsT4NpTV > .row > .video-iframe-container { display: none; }#VzbuuDqHA1cmG4PQB9Qy2byIVsT4NpTV > .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); }#VzbuuDqHA1cmG4PQB9Qy2byIVsT4NpTV { border-width: 0; border-radius: 0; }#VzbuuDqHA1cmG4PQB9Qy2byIVsT4NpTV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#cFDTC7TzaeuTaDTsBN3KaNgZzk3oZU8b { position:absolute;display:block;z-index:100031;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:1.875rem;left:3.8125rem;display:block; }#cFDTC7TzaeuTaDTsBN3KaNgZzk3oZU8b.adaptive-delivery-prevent-bg, #cFDTC7TzaeuTaDTsBN3KaNgZzk3oZU8b.lazyload, #cFDTC7TzaeuTaDTsBN3KaNgZzk3oZU8b.lazyloading { background-image: none; }
#tZbbT7bxogrzX7P040oULhtWEQoMlRHn { color:#000000;display:block;width:12rem;position:absolute;font-family:"alw new";font-size:0.9375rem;font-weight:700;z-index:100052;line-height:1.6;letter-spacing:0;top:7.853515625rem;left:42.312500953674rem;height:1.5rem;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; }
#M3KCAiMwzCB6gz8CNalwyWoeFzKlMU4i { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100053;line-height:1.6;letter-spacing:0;top:11.435546875rem;left:41.125000953674rem;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; }
#EQoWtXzmyU4eCK2WTk41lFggp8uVSZW9 { z-index:100054;top:13.875rem;left:43.75rem;background-color:#86384e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CsPwMEEVpvMIKTG2Q8WTgGn5CZZoAwFH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GMIMC07SbHSqZ9LDKPBcwSQvlNKZZwdI { color:#000000;display:block;width:12rem;position:absolute;font-family:"alw new";font-size:0.9375rem;font-weight:700;z-index:100053;line-height:1.6;letter-spacing:0;top:6.6875rem;left:5.5rem;height:4.4984rem;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; }
#cMJKKlTQn48WitE25TDk4xZFB6SIyWcP { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100054;line-height:1.6;letter-spacing:0;top:11.436197280884rem;left:4.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; }
#b7fNt46Tzhc9TfEmPpGXSlMlPacwgdT1 { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:1.875rem;left:40.625000953674rem;display:block; }#b7fNt46Tzhc9TfEmPpGXSlMlPacwgdT1.adaptive-delivery-prevent-bg, #b7fNt46Tzhc9TfEmPpGXSlMlPacwgdT1.lazyload, #b7fNt46Tzhc9TfEmPpGXSlMlPacwgdT1.lazyloading { background-image: none; }
#xsTrlFbxXe1n44XVT1RPwhLWMS8tTV3X { z-index:100055;top:13.811198234558rem;left:6.9062509536744rem;background-color:#86384e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FeAGBAdTDEz0F26VQ6eGdlTi0q2hxoxC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Mp34gC94ZCO6EVANPd8PbbqtcfABLd8q { position:absolute;display:block;z-index:100037;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:1.875rem;left:22.3125rem;display:block; }#Mp34gC94ZCO6EVANPd8PbbqtcfABLd8q.adaptive-delivery-prevent-bg, #Mp34gC94ZCO6EVANPd8PbbqtcfABLd8q.lazyload, #Mp34gC94ZCO6EVANPd8PbbqtcfABLd8q.lazyloading { background-image: none; }
#hOqtKTKa3KdwMc8RMukr1JBU2QQwASRV { color:#000000;display:block;width:12rem;position:absolute;font-family:"alw new";font-size:0.9375rem;font-weight:700;z-index:100057;line-height:1.6;letter-spacing:0;top:6.75rem;left:24rem;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; }
#tKw8AfSJTfFKMiNNMe3DLTBIv9geQVwh { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100058;line-height:1.6;letter-spacing:0;top:11.436849594116rem;left:22.812500953674rem;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; }
#Gdlh3mwwSJrMrKOHJBhVxtnhL1KnXIZ1 { z-index:100059;top:13.8125rem;left:25.4375rem;background-color:#86384e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Pk1Im2SeCpps28V6J1UVH0REQubla1Ec { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DQqxzkboyAX7ilXS5oTLlvk5axlWemUd { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"alw arabic";font-size:1.25rem;font-weight:700;z-index:100053;line-height:1.2;letter-spacing:0;top:3rem;left:41.375000953674rem;height:2.9989375rem;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; }
#O55TktNvNrOXdvBCS4Nq0HNO8PGxs9hr { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"alw arabic";font-size:1.25rem;font-weight:700;z-index:100054;line-height:1.2;letter-spacing:0;top:3rem;left:23.062500953674rem;height:2.9989375rem;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; }
#uTTfTsT8bnTAvCCrGpxwR058PlOd15AD { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"alw arabic";font-size:1.25rem;font-weight:700;z-index:100055;line-height:1.2;letter-spacing:0;top:3rem;left:4.5625rem;height:2.9989375rem;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; }
#hPxTZcghEpIEWQ91a4oLu8tRyLvw7MQW { position:relative;display:block; }#hPxTZcghEpIEWQ91a4oLu8tRyLvw7MQW { background-color: transparent; background-image: none; }#hPxTZcghEpIEWQ91a4oLu8tRyLvw7MQW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hPxTZcghEpIEWQ91a4oLu8tRyLvw7MQW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hPxTZcghEpIEWQ91a4oLu8tRyLvw7MQW > .row .container > .video-iframe-container { display: none; }#hPxTZcghEpIEWQ91a4oLu8tRyLvw7MQW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hPxTZcghEpIEWQ91a4oLu8tRyLvw7MQW > .row > .video-iframe-container { display: none; }#hPxTZcghEpIEWQ91a4oLu8tRyLvw7MQW > .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); }#hPxTZcghEpIEWQ91a4oLu8tRyLvw7MQW { border-width: 0; border-radius: 0; }#hPxTZcghEpIEWQ91a4oLu8tRyLvw7MQW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#qIOaB0IZON8TPJlb0ixooiCPWTzQHUBD { position:absolute;display:block;z-index:100031;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:1.9375rem;left:11.4375rem;display:block; }#qIOaB0IZON8TPJlb0ixooiCPWTzQHUBD.adaptive-delivery-prevent-bg, #qIOaB0IZON8TPJlb0ixooiCPWTzQHUBD.lazyload, #qIOaB0IZON8TPJlb0ixooiCPWTzQHUBD.lazyloading { background-image: none; }
#NiUUmuub7Il2axn2LJxGtaqnG4V1s4nR { color:#000000;display:block;width:12rem;position:absolute;font-family:"alw new";font-size:0.9375rem;font-weight:700;z-index:100052;line-height:1.6;letter-spacing:0;top:6.5rem;left:34.75rem;height:4.4984rem;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; }
#wsB8qB2N7cRda3i9pf4ySztcVVzsJzVi { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100053;line-height:1.6;letter-spacing:0;top:11.4375rem;left:33.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uKGZGBib35OseSgAI9Q2pAQht2hA3zSa { z-index:100054;top:13.875rem;left:36.1875rem;background-color:#86384e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ODL5PTmVtMh6uRBebRveRv1w4lTE1kJq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DfvtZ6TTw3SUFa8SpRatyNHJp0VZoFa1 { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"alw new";font-size:0.9375rem;font-weight:700;z-index:100053;line-height:1.6;letter-spacing:0;top:6.5rem;left:11.5rem;height:4.4984rem;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; }
#VVUlA7EkgGtsaaXqx1Ew2K822tEzIJcm { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100054;line-height:1.6;letter-spacing:0;top:11.4375rem;left:11.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JbxwhKxXTqnW0e4nz2HRon4KQVdtVJU9 { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:1.875rem;left:33.0625rem;display:block; }#JbxwhKxXTqnW0e4nz2HRon4KQVdtVJU9.adaptive-delivery-prevent-bg, #JbxwhKxXTqnW0e4nz2HRon4KQVdtVJU9.lazyload, #JbxwhKxXTqnW0e4nz2HRon4KQVdtVJU9.lazyloading { background-image: none; }
#X2aGHDGfeAfBCiZANhcvPLcQ4Bx1XkQz { z-index:100055;top:13.8125rem;left:14.5rem;background-color:#86384e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SBhOV2tTGADnX6sEQxmyenV64lZaI9zP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#X91XreVVacSNiXac1D25NRdtLwMgZBuP { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"alw arabic";font-size:1.25rem;font-weight:700;z-index:100053;line-height:1.2;letter-spacing:0;top:2.4375rem;left:33.8125rem;height:2.9989375rem;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; }
#Zu1R43dLWhtxlauHAlo3RblgtTUztANH { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"alw arabic";font-size:1.25rem;font-weight:700;z-index:100055;line-height:1.2;letter-spacing:0;top:2.6875rem;left:12.1875rem;height:2.9989375rem;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; }
#yoAvZllb6cZ3s0M8gXr9AtSmwGhxJZUQ { position:relative;display:block; }#yoAvZllb6cZ3s0M8gXr9AtSmwGhxJZUQ { background-color: transparent; background-image: none; }#yoAvZllb6cZ3s0M8gXr9AtSmwGhxJZUQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yoAvZllb6cZ3s0M8gXr9AtSmwGhxJZUQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yoAvZllb6cZ3s0M8gXr9AtSmwGhxJZUQ > .row .container > .video-iframe-container { display: none; }#yoAvZllb6cZ3s0M8gXr9AtSmwGhxJZUQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yoAvZllb6cZ3s0M8gXr9AtSmwGhxJZUQ > .row > .video-iframe-container { display: none; }#yoAvZllb6cZ3s0M8gXr9AtSmwGhxJZUQ > .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); }#yoAvZllb6cZ3s0M8gXr9AtSmwGhxJZUQ { border-width: 0; border-radius: 0; }#yoAvZllb6cZ3s0M8gXr9AtSmwGhxJZUQ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.375rem solid #86384e;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#c8rtdoIyHx3hrnpX8KqrDEU2y39ivens { color:#000000;display:block;width:12rem;position:absolute;font-family:"alw new";font-size:0.9375rem;font-weight:700;z-index:100052;line-height:1.6;letter-spacing:0;top:6.5rem;left:42.312500953674rem;height:4.4984rem;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; }
#F2FCShVJT6WIw8fi3NyfXF6FgA0dKkEb { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100053;line-height:1.6;letter-spacing:0;top:11.435546875rem;left:41.125000953674rem;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; }
#VpKH2TIxo6SDTvzVbgzUf8yyqPtUc5mQ { z-index:100054;top:13.875rem;left:43.75rem;background-color:#86384e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ofFQNi6pRT6bAWLMiCtgXuJTS0FtbP3H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nebt5ms476Xk4uerKBtO2P3hCMo7H4KW { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:1.875rem;left:40.625000953674rem;display:block; }#nebt5ms476Xk4uerKBtO2P3hCMo7H4KW.adaptive-delivery-prevent-bg, #nebt5ms476Xk4uerKBtO2P3hCMo7H4KW.lazyload, #nebt5ms476Xk4uerKBtO2P3hCMo7H4KW.lazyloading { background-image: none; }
#EDz036eD8HTwvwllCFXA6JxoKG163CxV { position:absolute;display:block;z-index:100037;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:1.875rem;left:3.625rem;display:block; }#EDz036eD8HTwvwllCFXA6JxoKG163CxV.adaptive-delivery-prevent-bg, #EDz036eD8HTwvwllCFXA6JxoKG163CxV.lazyload, #EDz036eD8HTwvwllCFXA6JxoKG163CxV.lazyloading { background-image: none; }
#LVHsy9BVzlo6bE4L88PcVTgb9fqK8Wsn { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"alw new";font-size:0.9375rem;font-weight:700;z-index:100057;line-height:1.6;letter-spacing:0;top:5.5625rem;left:4.5625rem;height:5.99786875rem;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; }
#Npok41P8EqbQIKLPE2XxH0OlHCySIqJd { color:#86384e;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100058;line-height:1.6;letter-spacing:0;top:11.5rem;left:4.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; }
#uds0KLGie4Wyz0pPfyl2Nzpi5Vg6ztud { z-index:100059;top:13.8125rem;left:6.75rem;background-color:#86384e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FFgwBcbmDvUVP1i70dgEHpHCHTK1ua83 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ETqmE8JM8kcOyJMMeQJq64u0oeEsGTKq { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"alw arabic";font-size:1.25rem;font-weight:700;z-index:100053;line-height:1.2;letter-spacing:0;top:2.4374980926514rem;left:41.375000953674rem;height:2.9989375rem;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; }
#QMLvWNI5VR4OnpeNIJwO7VQDCFVnTSCg { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"alw arabic";font-size:1.25rem;font-weight:700;z-index:100054;line-height:1.2;letter-spacing:0;top:2.4375rem;left:4.375rem;height:2.9989375rem;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; }
#b6VSpxqlbJPsqM6BIuDPCRhr8ETO6tby { position:absolute;display:block;z-index:100003;background-color:rgba(248,241,248,0.83);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.0625rem 0.9375rem 1.25rem rgba(0,0,0,0.2) ;height:4.5rem;width:19.5625rem;top:5.5625rem;left:20.218750953674rem;display:block; }
#ooOGy2ZwAz9EsqgcslgUtOVuDsHbDPl9 { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"alw font";font-size:1rem;font-weight:700;z-index:100027;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.5rem;left:19.843750953674rem;height:3.0614375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x29FvMJKfaxTnZQKOrUKxh2q2D1tK3BK { box-sizing:content-box;color:#df4a8d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:6.3125rem;left:36.020833015442rem;display:block; }
#HV8p9LHXre8I5eERn9OTSsnBTTeFM6Z7 { position:relative;display:block; }#HV8p9LHXre8I5eERn9OTSsnBTTeFM6Z7 { background-color: transparent; background-image: none; }#HV8p9LHXre8I5eERn9OTSsnBTTeFM6Z7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HV8p9LHXre8I5eERn9OTSsnBTTeFM6Z7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HV8p9LHXre8I5eERn9OTSsnBTTeFM6Z7 > .row .container > .video-iframe-container { display: none; }#HV8p9LHXre8I5eERn9OTSsnBTTeFM6Z7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HV8p9LHXre8I5eERn9OTSsnBTTeFM6Z7 > .row > .video-iframe-container { display: none; }#HV8p9LHXre8I5eERn9OTSsnBTTeFM6Z7 > .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); }#HV8p9LHXre8I5eERn9OTSsnBTTeFM6Z7 { border-width: 0; border-radius: 0; }#HV8p9LHXre8I5eERn9OTSsnBTTeFM6Z7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#vvliL9OCa2NKeKbTbQTNmtt99PW2uIKD { position:absolute;display:block;z-index:100031;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:1.875rem;left:3.8125rem;display:block; }#vvliL9OCa2NKeKbTbQTNmtt99PW2uIKD.adaptive-delivery-prevent-bg, #vvliL9OCa2NKeKbTbQTNmtt99PW2uIKD.lazyload, #vvliL9OCa2NKeKbTbQTNmtt99PW2uIKD.lazyloading { background-image: none; }
#EW2eaFmqv04xqmnMfBaG339kRxvLitNm { color:#000000;display:block;width:12rem;position:absolute;font-family:"alw new";font-size:0.9375rem;font-weight:700;z-index:100052;line-height:1.6;letter-spacing:0;top:7.830078125rem;left:42.312500953674rem;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; }
#dvZFAs216rEuTWlXSq9JmLEycWSDamny { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100053;line-height:1.6;letter-spacing:0;top:11.435546875rem;left:41.125000953674rem;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; }
#Anf8oTiI54qdZFvin3hE1pLd8wvG6SIs { z-index:100054;top:13.875rem;left:43.75rem;background-color:#86384e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xrvyF4kxAGwBFOXebRBg6EsyESftFDA0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZroeGfdcR9HuPRbZFte3xiVELw1gHZuU { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"alw new";font-size:0.9375rem;font-weight:700;z-index:100053;line-height:1.6;letter-spacing:0;top:6.4999980926512rem;left:3.90625rem;height:4.4984rem;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; }
#Jy3G3BBPoKPs6acmP7ydLBXdsFBlTGbd { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100054;line-height:1.6;letter-spacing:0;top:11.436197280884rem;left:4.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; }
#qbeRA2fOkqWlz1ilNTMRTWPGxugvSwZl { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:1.875rem;left:40.625000953674rem;display:block; }#qbeRA2fOkqWlz1ilNTMRTWPGxugvSwZl.adaptive-delivery-prevent-bg, #qbeRA2fOkqWlz1ilNTMRTWPGxugvSwZl.lazyload, #qbeRA2fOkqWlz1ilNTMRTWPGxugvSwZl.lazyloading { background-image: none; }
#OM9AQWSgRSyBGZzqsMgJuPILTWhHSxky { z-index:100055;top:13.811198234558rem;left:6.9062509536744rem;background-color:#86384e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QNtSASwQ7xvVBVCTDyTodUI0uNSGgp8i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#H7CI7J2Fgto0JaZ5xJAys8PNHSOhHHGH { position:absolute;display:block;z-index:100037;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:1.875rem;left:22.3125rem;display:block; }#H7CI7J2Fgto0JaZ5xJAys8PNHSOhHHGH.adaptive-delivery-prevent-bg, #H7CI7J2Fgto0JaZ5xJAys8PNHSOhHHGH.lazyload, #H7CI7J2Fgto0JaZ5xJAys8PNHSOhHHGH.lazyloading { background-image: none; }
#kt8XNnPGaLEmgkc7gLsC8LXrLUFTvzzR { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"alw new";font-size:0.9375rem;font-weight:700;z-index:100057;line-height:1.6;letter-spacing:0;top:6.5000002980231rem;left:23.125000953674rem;height:4.4984rem;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; }
#sZaAiMWg6cieLc5Net4GBs7RCartHXef { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100058;line-height:1.6;letter-spacing:0;top:11.498047351837rem;left:22.812500953674rem;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; }
#BdNVXECW0dDZcV4bPTVxtefwFsJlSKCt { z-index:100059;top:13.8125rem;left:25.4375rem;background-color:#86384e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ECZn5HnJ9Se36sVurOm982GvopqMEGRC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dQdgpPk5F7kUSBI4tqSQ26lEEhyLJ2X3 { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"alw arabic";font-size:1.25rem;font-weight:700;z-index:100053;line-height:1.2;letter-spacing:0;top:2.6425781846046rem;left:41.375000953674rem;height:2.9989375rem;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; }
#AKrzZxL15R1CFBcNw1DV2FXKXNxKJUST { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"alw arabic";font-size:1.25rem;font-weight:700;z-index:100054;line-height:1.2;letter-spacing:0;top:2.6425781846046rem;left:23.062500953674rem;height:2.9989375rem;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; }
#iNHzgc4xUvbAxpJGJtpiiWF9wvQUo8Om { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"alw arabic";font-size:1.25rem;font-weight:700;z-index:100055;line-height:1.2;letter-spacing:0;top:2.642578125rem;left:4.5625rem;height:2.9989375rem;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; }
#dBVT5HPezlHZMU5o3ooCXRHp8DEncT9A { position:relative;display:block; }#dBVT5HPezlHZMU5o3ooCXRHp8DEncT9A { background-color: transparent; background-image: none; }#dBVT5HPezlHZMU5o3ooCXRHp8DEncT9A::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dBVT5HPezlHZMU5o3ooCXRHp8DEncT9A > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dBVT5HPezlHZMU5o3ooCXRHp8DEncT9A > .row .container > .video-iframe-container { display: none; }#dBVT5HPezlHZMU5o3ooCXRHp8DEncT9A > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dBVT5HPezlHZMU5o3ooCXRHp8DEncT9A > .row > .video-iframe-container { display: none; }#dBVT5HPezlHZMU5o3ooCXRHp8DEncT9A > .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); }#dBVT5HPezlHZMU5o3ooCXRHp8DEncT9A { border-width: 0; border-radius: 0; }#dBVT5HPezlHZMU5o3ooCXRHp8DEncT9A > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#GezlFiJTk0NwiyVifZtUR2qyIhsWtrqz { position:absolute;display:block;z-index:100031;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:1.875rem;left:14.625rem;display:block; }#GezlFiJTk0NwiyVifZtUR2qyIhsWtrqz.adaptive-delivery-prevent-bg, #GezlFiJTk0NwiyVifZtUR2qyIhsWtrqz.lazyload, #GezlFiJTk0NwiyVifZtUR2qyIhsWtrqz.lazyloading { background-image: none; }
#dsF260sxlkgf4r3hCUyHrcTr1lJiNVbZ { z-index:100055;top:13.8125rem;left:17.6875rem;background-color:#86384e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MCHnwQZKUa2ADqJ1pEPXSPxGgl1NC2z9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ug4SKJNzUMCCZta9sZKTMlTKShfUq2Pm { position:absolute;display:block;z-index:100037;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:1.875rem;left:33.125rem;display:block; }#ug4SKJNzUMCCZta9sZKTMlTKShfUq2Pm.adaptive-delivery-prevent-bg, #ug4SKJNzUMCCZta9sZKTMlTKShfUq2Pm.lazyload, #ug4SKJNzUMCCZta9sZKTMlTKShfUq2Pm.lazyloading { background-image: none; }
#xZ6go0U7w3GWZZgvihrEeTr5qwJUqOZy { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"alw new";font-size:0.9375rem;font-weight:700;z-index:100057;line-height:1.6;letter-spacing:0;top:6.5rem;left:33.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I2gAlqO1qdBPa2dGmKFntKcDe4xV0B2C { z-index:100059;top:13.8125rem;left:36.25rem;background-color:#86384e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#z3eykDmANIsHnKIHEhZLtyzSVVNAKr81 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pGBmGcp68qoT39F1qxEtDGpIExOQQbst { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"alw arabic";font-size:1.25rem;font-weight:700;z-index:100054;line-height:1.2;letter-spacing:0;top:2.6875rem;left:33.875rem;height:2.9989375rem;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; }
#qMkQA6dHbyyorBW3T3SxIJ9TdeRo8fRw { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"alw arabic";font-size:1.25rem;font-weight:700;z-index:100055;line-height:1.2;letter-spacing:0;top:2.6875rem;left:15.375rem;height:2.9989375rem;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; }
#DmHUlnzfFTduezrOIF4wcvhAe092Zrnw { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100054;line-height:1.6;letter-spacing:0;top:11.75rem;left:33.625rem;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; }
#TrePeW2FNmHwgXhCuDSiEHMJnUVRCx5t { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"alw new";font-size:0.9375rem;font-weight:700;z-index:100058;line-height:1.6;letter-spacing:0;top:5.75rem;left:15.4375rem;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; }
#CCxVP0nRftz1XTBWvicryiXQ0x2kO8HL { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100059;line-height:1.6;letter-spacing:0;top:11.75rem;left:15.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; }
#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#86384e;background-image:none;position:relative;display:block; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container { background-color: transparent; background-image: none; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container > .video-iframe-container { display: none; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row > .video-iframe-container { display: none; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .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); }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container { border-width: 0; border-radius: 0; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#xzNKz6q51sFTAEbr7k9oupm5cyQRuoLp { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:"alw arabic";font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.8125104904175rem;left:36.062500953674rem;height:2.59943125rem;text-align:right;text-align-last:right;display:block; }
#zMvLENHrStyvhG8Ozxv4I60bV5P1cyT1 { 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; }
#kSUOqcanuNJUXJKGZcuPvbhJNMx8xJ2v { 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; }
#Dt2k7KqqUozMbOqhSd580h58TsiE3CBP { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:16.0625rem;left:42.562500953674rem;display:block; }
#dWu7MR36dtPWXRxKHmmFulFbBFiDKig5 { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:16.0625rem;left:45.187500953674rem;display:block; }
#IIz3xaCacHHWct2sIZeGiPmdTFcgiJT1 { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:16.0625rem;left:47.875rem;display:block; }
#aD8Nqp6TKGzwh2FlsDqh45WTC5QLly8T { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:21.0625rem;width:13.5625rem;top:1.1250104904175rem;left:5.3125rem;overflow:hidden;display:block; }
#mnDT2UTdz89wVhPk1mMaVF3aNFbxDZLJ { box-sizing:content-box;color:#fef7da;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; }
#uuc6TcCrTgalHTOaGdrkNlQk3iAVl7SG { box-sizing:content-box;color:#a9ceec;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; }
#mHS3wKNJmklJVoxpRHIoQW9QezKUiqeT { box-sizing:content-box;color:#d7b0cd;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:15.875rem;left:51.125rem;display:block; }
#sSu6sBlPFEc3kDgkUXr1xhVCi8Km65bn { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100056;line-height:1.3;letter-spacing:0;top:20.104166507721rem;left:30.062500953674rem;height:1.298825rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { display:block; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOuNUk1ty8D1dPurkXGUXoEHWU2ZPul3 { top:0.375rem;left:8.0000009536744rem;width:27.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi { display:block; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbFpKbJTTx3oJWrKQQb9HBw3JLDOx54g { width:1.1875rem;height:0.9375rem;top:3.875rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiTWEWHXrAFHBuRU19eCMmSA9gdvXEJ9 { width:1.1875rem;height:0.9375rem;top:3.875rem;left:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZctNBkvfToUqedbmHKNBPzreL59Qul9 { top:0.8125rem;left:13.875rem;width:33.875rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT2xXSR6A11yoQPrS5IwJ5r8xpKy19xl { top:10.25rem;left:24.562500953674rem;width:22.625rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgS6FmMHtgfamJQrdS3TAnuQLs5F5aST { top:11.0625rem;left:24.250653266907rem;width:23.1875rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-regular-label { width:19.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-textarea { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-button { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.5rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-checkbox-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD  { width:19.9375rem;height:auto;top:13.75rem;left:15.7421875rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .radio-container { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD {display:block;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD { width:19.9375rem;height:auto;top:13.75rem;left:15.7421875rem; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #L3eCKBis3FBuTziS9t7syZHi9Gnz5cZQ {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #K16oUtstOKQTEPM3y2lqvZg1RTspagEm {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #dztSllqCUL8RXzNLSshURU0vLvbT1gTi {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s9iegVXaF34GRlAn37V5mlzlPdTqT01C {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #WciGfnaTkyCXOfyqnrt8BoBT12iyTsHh {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #f98neuyPrS7vJOd54DQ9BVLMQFJv11Iy {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #nu2l9D4VGT5TcL0HOhRHOfnbswucWNmN {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pr6rnf43FSVAcql02mbRhXvmp4T8Sp6G {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pqm8zAye4Dl6f1qJpTpPtPp7iTHubTyA {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wKuyXMa0MZsZzByXSLTEFb5eDIJ05SJc {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s8Ta5bXPTC3Ce6gwIbuUfZHNPXBcx7Th {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #FTL9yu0hqLK8WaAKDuXgUoEn0Mw0o5o9 {  }
 }@media only screen and (max-width: 763px) { #QtwlPcl4TPTC0mIVQaLIH0eDdWltw9h6 { display:block; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wdh6QXSlhZMoB4Pqf60mrJoMZLtcmocd {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #Ith52Rl3DauROOoNTkBU7MVI3TuSgudA {  }
 }@media only screen and (max-width: 763px) { #baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 { display:block; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sh81FmpuTaUd3CpQgzhv2xxwTwJXaDax { top:0.875rem;left:5.8422298431396rem;width:34.75rem;height:2.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV4BtMuGUFKeF964ZOlwz5WnMAGM3y4S { top:1.25rem;left:33.906250953674rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmJtIV0XXc6zsXVziTXivb8CmeMvFdEq { top:1.25rem;left:9.1562509536744rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3sTBtXB3DTyZoUlaof1lg4zc18qkMlE { display:block; }#d3sTBtXB3DTyZoUlaof1lg4zc18qkMlE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etBTyO8R0FTAicZsTV2cxTM0NSmT4aF3 { width:13.8125rem;height:2.9375rem;top:2.9375rem;left:26.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5JJHrudQylnIWXqgEzuhZKreFIzwrdq { width:11.9375rem;height:4.1875rem;top:6.625rem;left:27.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDG3MTRZTpH3PeQJPccf5Wv8M1gqJgA0 { width:14.375rem;height:1.5625rem;top:11.375rem;left:25.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJUF8XUCmokeJTB5Bub9BTEmTZJxRcX5 { top:13.8125rem;left:28.5625rem;width:9.125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA6FdPb7wsutCWhqAK6pEAHtw7e3yzoA { display:block; }
 }@media only screen and (max-width: 763px) { #Qv0aRkXRbuQUTpGeV1xBXod2RIwXeumI { width:15.1875rem;height:13.5625rem;top:1.75rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZziT9eZIT6cymEkWwAgyqbzudETx26TL { width:15.1875rem;height:13.5625rem;top:1.8125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n74U5xKUrMQtiOac1HqUToc91hC0kpUB { width:13.8125rem;height:2.9375rem;top:3rem;left:7.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrBhBSs0GeebZiczZ1nhOewJ6QdFTyZf { width:11.9375rem;height:4.1875rem;top:6.6875rem;left:8.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozAsqNAdnVbU9ivsvOZDL5MFPFZlCTzi { width:14.375rem;height:1.5625rem;top:11.375rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8qbLMO0N9Lzd1IDTxmEt3Ctq8tPhKZW { top:13.75rem;left:10.25rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIC8ovsNNMx1CFcgNJ9OGoGl4DrftyI9 { display:block; }
 }@media only screen and (max-width: 763px) { #VzbuuDqHA1cmG4PQB9Qy2byIVsT4NpTV { display:block; }#VzbuuDqHA1cmG4PQB9Qy2byIVsT4NpTV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFDTC7TzaeuTaDTsBN3KaNgZzk3oZU8b { width:15.25rem;height:13.625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZbbT7bxogrzX7P040oULhtWEQoMlRHn { width:12rem;height:1.5rem;top:7.8125rem;left:35.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3KCAiMwzCB6gz8CNalwyWoeFzKlMU4i { width:14.375rem;height:;top:11.375rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQoWtXzmyU4eCK2WTk41lFggp8uVSZW9 { top:13.875rem;left:37.625rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsPwMEEVpvMIKTG2Q8WTgGn5CZZoAwFH { display:block; }
 }@media only screen and (max-width: 763px) { #GMIMC07SbHSqZ9LDKPBcwSQvlNKZZwdI { width:12rem;height:4.5rem;top:6.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMJKKlTQn48WitE25TDk4xZFB6SIyWcP { width:14.375rem;height:;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7fNt46Tzhc9TfEmPpGXSlMlPacwgdT1 { width:15.25rem;height:13.625rem;top:1.875rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsTrlFbxXe1n44XVT1RPwhLWMS8tTV3X { top:13.75rem;left:0.78125095367431rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeAGBAdTDEz0F26VQ6eGdlTi0q2hxoxC { display:block; }
 }@media only screen and (max-width: 763px) { #Mp34gC94ZCO6EVANPd8PbbqtcfABLd8q { width:15.25rem;height:13.625rem;top:1.875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOqtKTKa3KdwMc8RMukr1JBU2QQwASRV { width:11.9375rem;height:;top:6.6875rem;left:17.874466896057rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKw8AfSJTfFKMiNNMe3DLTBIv9geQVwh { width:14.375rem;height:;top:11.375rem;left:16.687499046326rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdlh3mwwSJrMrKOHJBhVxtnhL1KnXIZ1 { top:13.8125rem;left:19.3125rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk1Im2SeCpps28V6J1UVH0REQubla1Ec { display:block; }
 }@media only screen and (max-width: 763px) { #DQqxzkboyAX7ilXS5oTLlvk5axlWemUd { width:13.875rem;height:3rem;top:3rem;left:33.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O55TktNvNrOXdvBCS4Nq0HNO8PGxs9hr { width:13.875rem;height:3rem;top:3rem;left:16.937500953674rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTTfTsT8bnTAvCCrGpxwR058PlOd15AD { width:13.875rem;height:3rem;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPxTZcghEpIEWQ91a4oLu8tRyLvw7MQW { display:block; }#hPxTZcghEpIEWQ91a4oLu8tRyLvw7MQW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIOaB0IZON8TPJlb0ixooiCPWTzQHUBD { width:15.1875rem;height:13.5625rem;top:1.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiUUmuub7Il2axn2LJxGtaqnG4V1s4nR { width:11.9375rem;height:4.4375rem;top:6.5rem;left:28.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsB8qB2N7cRda3i9pf4ySztcVVzsJzVi { width:14.375rem;height:1.5625rem;top:11.4375rem;left:27.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKGZGBib35OseSgAI9Q2pAQht2hA3zSa { top:13.875rem;left:30.0625rem;width:9.125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODL5PTmVtMh6uRBebRveRv1w4lTE1kJq { display:block; }
 }@media only screen and (max-width: 763px) { #DfvtZ6TTw3SUFa8SpRatyNHJp0VZoFa1 { width:15.125rem;height:4.4375rem;top:6.5rem;left:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVUlA7EkgGtsaaXqx1Ew2K822tEzIJcm { width:14.375rem;height:1.5625rem;top:11.4375rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbxwhKxXTqnW0e4nz2HRon4KQVdtVJU9 { width:15.1875rem;height:13.5625rem;top:1.875rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2aGHDGfeAfBCiZANhcvPLcQ4Bx1XkQz { top:13.8125rem;left:8.375rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBhOV2tTGADnX6sEQxmyenV64lZaI9zP { display:block; }
 }@media only screen and (max-width: 763px) { #X91XreVVacSNiXac1D25NRdtLwMgZBuP { width:13.8125rem;height:2.9375rem;top:2.4375rem;left:27.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu1R43dLWhtxlauHAlo3RblgtTUztANH { width:13.8125rem;height:2.9375rem;top:2.6875rem;left:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoAvZllb6cZ3s0M8gXr9AtSmwGhxJZUQ { display:block; }#yoAvZllb6cZ3s0M8gXr9AtSmwGhxJZUQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8rtdoIyHx3hrnpX8KqrDEU2y39ivens { width:12rem;height:;top:6.5rem;left:35.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2FCShVJT6WIw8fi3NyfXF6FgA0dKkEb { width:14.375rem;height:;top:11.375rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpKH2TIxo6SDTvzVbgzUf8yyqPtUc5mQ { top:13.875rem;left:37.625rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofFQNi6pRT6bAWLMiCtgXuJTS0FtbP3H { display:block; }
 }@media only screen and (max-width: 763px) { #nebt5ms476Xk4uerKBtO2P3hCMo7H4KW { width:15.25rem;height:13.625rem;top:1.875rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDz036eD8HTwvwllCFXA6JxoKG163CxV { width:15.25rem;height:13.625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVHsy9BVzlo6bE4L88PcVTgb9fqK8Wsn { width:13.75rem;height:6rem;top:5.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Npok41P8EqbQIKLPE2XxH0OlHCySIqJd { width:14.375rem;height:;top:11.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uds0KLGie4Wyz0pPfyl2Nzpi5Vg6ztud { top:13.8125rem;left:0.625rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFgwBcbmDvUVP1i70dgEHpHCHTK1ua83 { display:block; }
 }@media only screen and (max-width: 763px) { #ETqmE8JM8kcOyJMMeQJq64u0oeEsGTKq { width:13.875rem;height:3rem;top:2.375rem;left:33.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMLvWNI5VR4OnpeNIJwO7VQDCFVnTSCg { width:13.875rem;height:3rem;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6VSpxqlbJPsqM6BIuDPCRhr8ETO6tby { width:19.5625rem;height:4.5rem;top:5.5625rem;left:14.093750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooOGy2ZwAz9EsqgcslgUtOVuDsHbDPl9 { top:6.5rem;left:13.718750953674rem;width:20.3125rem;height:3rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x29FvMJKfaxTnZQKOrUKxh2q2D1tK3BK { top:6.3125rem;left:29.895833015442rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV8p9LHXre8I5eERn9OTSsnBTTeFM6Z7 { display:block; }#HV8p9LHXre8I5eERn9OTSsnBTTeFM6Z7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvliL9OCa2NKeKbTbQTNmtt99PW2uIKD { width:15.25rem;height:13.625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW2eaFmqv04xqmnMfBaG339kRxvLitNm { width:12rem;height:;top:7.8125rem;left:35.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvZFAs216rEuTWlXSq9JmLEycWSDamny { width:14.375rem;height:;top:11.375rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anf8oTiI54qdZFvin3hE1pLd8wvG6SIs { top:13.875rem;left:37.625rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrvyF4kxAGwBFOXebRBg6EsyESftFDA0 { display:block; }
 }@media only screen and (max-width: 763px) { #ZroeGfdcR9HuPRbZFte3xiVELw1gHZuU { width:15.1875rem;height:;top:6.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy3G3BBPoKPs6acmP7ydLBXdsFBlTGbd { width:14.375rem;height:;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbeRA2fOkqWlz1ilNTMRTWPGxugvSwZl { width:15.25rem;height:13.625rem;top:1.875rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM9AQWSgRSyBGZzqsMgJuPILTWhHSxky { top:13.75rem;left:0.78125095367431rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNtSASwQ7xvVBVCTDyTodUI0uNSGgp8i { display:block; }
 }@media only screen and (max-width: 763px) { #H7CI7J2Fgto0JaZ5xJAys8PNHSOhHHGH { width:15.25rem;height:13.625rem;top:1.875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt8XNnPGaLEmgkc7gLsC8LXrLUFTvzzR { width:13.75rem;height:;top:6.5rem;left:17.000000953674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZaAiMWg6cieLc5Net4GBs7RCartHXef { width:14.375rem;height:;top:11.4375rem;left:16.687499046326rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdNVXECW0dDZcV4bPTVxtefwFsJlSKCt { top:13.8125rem;left:19.3125rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECZn5HnJ9Se36sVurOm982GvopqMEGRC { display:block; }
 }@media only screen and (max-width: 763px) { #dQdgpPk5F7kUSBI4tqSQ26lEEhyLJ2X3 { width:13.875rem;height:3rem;top:2.625rem;left:33.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKrzZxL15R1CFBcNw1DV2FXKXNxKJUST { width:13.875rem;height:3rem;top:2.625rem;left:16.937500953674rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNHzgc4xUvbAxpJGJtpiiWF9wvQUo8Om { width:13.875rem;height:3rem;top:2.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBVT5HPezlHZMU5o3ooCXRHp8DEncT9A { display:block; }#dBVT5HPezlHZMU5o3ooCXRHp8DEncT9A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GezlFiJTk0NwiyVifZtUR2qyIhsWtrqz { width:15.1875rem;height:13.5625rem;top:1.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsF260sxlkgf4r3hCUyHrcTr1lJiNVbZ { top:13.8125rem;left:11.5625rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCHnwQZKUa2ADqJ1pEPXSPxGgl1NC2z9 { display:block; }
 }@media only screen and (max-width: 763px) { #ug4SKJNzUMCCZta9sZKTMlTKShfUq2Pm { width:15.1875rem;height:13.5625rem;top:1.875rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ6go0U7w3GWZZgvihrEeTr5qwJUqOZy { width:13.75rem;height:4.4375rem;top:6.5rem;left:27.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2gAlqO1qdBPa2dGmKFntKcDe4xV0B2C { top:13.8125rem;left:30.125rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3eykDmANIsHnKIHEhZLtyzSVVNAKr81 { display:block; }
 }@media only screen and (max-width: 763px) { #pGBmGcp68qoT39F1qxEtDGpIExOQQbst { width:13.8125rem;height:2.9375rem;top:2.6875rem;left:27.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMkQA6dHbyyorBW3T3SxIJ9TdeRo8fRw { width:13.8125rem;height:2.9375rem;top:2.6875rem;left:9.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmHUlnzfFTduezrOIF4wcvhAe092Zrnw { width:14.375rem;height:1.5625rem;top:11.75rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrePeW2FNmHwgXhCuDSiEHMJnUVRCx5t { width:13.75rem;height:4.4375rem;top:5.75rem;left:9.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCxVP0nRftz1XTBWvicryiXQ0x2kO8HL { width:14.375rem;height:1.5625rem;top:11.75rem;left:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D { display:block; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzNKz6q51sFTAEbr7k9oupm5cyQRuoLp { top:2.8125rem;left:29.4375rem;width:18.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMvLENHrStyvhG8Ozxv4I60bV5P1cyT1 { top:12.875rem;left:20.25rem;width:24.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSUOqcanuNJUXJKGZcuPvbhJNMx8xJ2v { top:7.6875rem;left:30.5625rem;width:14.5625rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt2k7KqqUozMbOqhSd580h58TsiE3CBP { top:16.0625rem;left:36.437500953674rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWu7MR36dtPWXRxKHmmFulFbBFiDKig5 { top:16.0625rem;left:39.062500953674rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIz3xaCacHHWct2sIZeGiPmdTFcgiJT1 { top:16.0625rem;left:41.75rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD8Nqp6TKGzwh2FlsDqh45WTC5QLly8T { top:1.125rem;left:0rem;width:13.5625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnDT2UTdz89wVhPk1mMaVF3aNFbxDZLJ { top:12.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuc6TcCrTgalHTOaGdrkNlQk3iAVl7SG { width:3.1875rem;height:3.1875rem;top:7.625rem;left:44.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHS3wKNJmklJVoxpRHIoQW9QezKUiqeT { top:15.875rem;left:44.5rem;width:3.25rem;height:3.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSu6sBlPFEc3kDgkUXr1xhVCi8Km65bn { top:20.0625rem;left:19.9375rem;width:27.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { display:block; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOuNUk1ty8D1dPurkXGUXoEHWU2ZPul3 { width:18.5625rem;height:2.375rem;top:1.15625rem;left:0.71875005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/MVFeLgYk/244124189_1035806387194392_4142347001725304865_n.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;display:block; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.adaptive-delivery-prevent-bg, #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.lazyload, #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.lazyloading { background-image: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { background-color: transparent; background-image: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container > .video-iframe-container { display: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row > .video-iframe-container { display: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .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); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbFpKbJTTx3oJWrKQQb9HBw3JLDOx54g { width:1.18706875rem;height:0.9375rem;top:5.8420140743256rem;left:0.68576389551162rem;display:none; }
 }@media only screen and (max-width: 763px) { #NiTWEWHXrAFHBuRU19eCMmSA9gdvXEJ9 { width:0.99935rem;height:0.74978125rem;top:5.9689671993256rem;left:18.476563513279rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZctNBkvfToUqedbmHKNBPzreL59Qul9 { width:20rem;height:9.23610625rem;top:0.80295181274412rem;left:0rem;font-size:1.125rem;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:none; }
 }@media only screen and (max-width: 763px) { #iT2xXSR6A11yoQPrS5IwJ5r8xpKy19xl { width:20rem;height:31.6875rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgS6FmMHtgfamJQrdS3TAnuQLs5F5aST { width:20rem;height:3.2492875rem;top:3.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD  { width:17.5rem;height:auto;top:6.125rem;left:0rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD {display:block;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD { width:17.5rem;height:auto;top:6.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #L3eCKBis3FBuTziS9t7syZHi9Gnz5cZQ {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #K16oUtstOKQTEPM3y2lqvZg1RTspagEm {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #dztSllqCUL8RXzNLSshURU0vLvbT1gTi {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s9iegVXaF34GRlAn37V5mlzlPdTqT01C {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #WciGfnaTkyCXOfyqnrt8BoBT12iyTsHh {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #f98neuyPrS7vJOd54DQ9BVLMQFJv11Iy {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #nu2l9D4VGT5TcL0HOhRHOfnbswucWNmN {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pr6rnf43FSVAcql02mbRhXvmp4T8Sp6G {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pqm8zAye4Dl6f1qJpTpPtPp7iTHubTyA {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wKuyXMa0MZsZzByXSLTEFb5eDIJ05SJc {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s8Ta5bXPTC3Ce6gwIbuUfZHNPXBcx7Th {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #FTL9yu0hqLK8WaAKDuXgUoEn0Mw0o5o9 {  }
 }@media only screen and (max-width: 763px) { #QtwlPcl4TPTC0mIVQaLIH0eDdWltw9h6 { display:block; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wdh6QXSlhZMoB4Pqf60mrJoMZLtcmocd {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #Ith52Rl3DauROOoNTkBU7MVI3TuSgudA {  }
 }@media only screen and (max-width: 763px) { #baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 { display:block; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sh81FmpuTaUd3CpQgzhv2xxwTwJXaDax { width:15rem;height:2.2745rem;top:1.0937652587891rem;left:2.5000000596046rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV4BtMuGUFKeF964ZOlwz5WnMAGM3y4S { width:2.5rem;height:2.5rem;top:1.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmJtIV0XXc6zsXVziTXivb8CmeMvFdEq { width:2.5rem;height:2.5rem;top:1.21875rem;left:17.249348938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3sTBtXB3DTyZoUlaof1lg4zc18qkMlE { display:block; }#d3sTBtXB3DTyZoUlaof1lg4zc18qkMlE > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etBTyO8R0FTAicZsTV2cxTM0NSmT4aF3 { width:13.875rem;height:3.2492875rem;top:18.0625rem;left:3.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #C5JJHrudQylnIWXqgEzuhZKreFIzwrdq { width:12rem;height:3.41175625rem;top:21.75rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #BDG3MTRZTpH3PeQJPccf5Wv8M1gqJgA0 { width:14.375rem;height:1.298825rem;top:26.5rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #WJUF8XUCmokeJTB5Bub9BTEmTZJxRcX5 { top:28.9375rem;left:5.5rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA6FdPb7wsutCWhqAK6pEAHtw7e3yzoA { display:block; }
 }@media only screen and (max-width: 763px) { #Qv0aRkXRbuQUTpGeV1xBXod2RIwXeumI { width:15.25rem;height:13.625rem;top:16.875rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Qv0aRkXRbuQUTpGeV1xBXod2RIwXeumI.adaptive-delivery-prevent-bg, #Qv0aRkXRbuQUTpGeV1xBXod2RIwXeumI.lazyload, #Qv0aRkXRbuQUTpGeV1xBXod2RIwXeumI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZziT9eZIT6cymEkWwAgyqbzudETx26TL { width:15.25rem;height:13.625rem;top:1.875rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ZziT9eZIT6cymEkWwAgyqbzudETx26TL.adaptive-delivery-prevent-bg, #ZziT9eZIT6cymEkWwAgyqbzudETx26TL.lazyload, #ZziT9eZIT6cymEkWwAgyqbzudETx26TL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #n74U5xKUrMQtiOac1HqUToc91hC0kpUB { width:13.875rem;height:3.2492875rem;top:3.0625rem;left:3.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qrBhBSs0GeebZiczZ1nhOewJ6QdFTyZf { width:12rem;height:3.41175625rem;top:6.75rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ozAsqNAdnVbU9ivsvOZDL5MFPFZlCTzi { width:14.375rem;height:1.298825rem;top:11.4375rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #K8qbLMO0N9Lzd1IDTxmEt3Ctq8tPhKZW { top:13.8125rem;left:5.5rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIC8ovsNNMx1CFcgNJ9OGoGl4DrftyI9 { display:block; }
 }@media only screen and (max-width: 763px) { #VzbuuDqHA1cmG4PQB9Qy2byIVsT4NpTV { display:block; }#VzbuuDqHA1cmG4PQB9Qy2byIVsT4NpTV > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFDTC7TzaeuTaDTsBN3KaNgZzk3oZU8b { width:15.25rem;height:13.625rem;top:1.25rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#cFDTC7TzaeuTaDTsBN3KaNgZzk3oZU8b.adaptive-delivery-prevent-bg, #cFDTC7TzaeuTaDTsBN3KaNgZzk3oZU8b.lazyload, #cFDTC7TzaeuTaDTsBN3KaNgZzk3oZU8b.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tZbbT7bxogrzX7P040oULhtWEQoMlRHn { width:12rem;height:1.2180375rem;top:37.228515625rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #M3KCAiMwzCB6gz8CNalwyWoeFzKlMU4i { width:14.375rem;height:1.298825rem;top:40.810546875rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #EQoWtXzmyU4eCK2WTk41lFggp8uVSZW9 { top:43.25rem;left:5.4375rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsPwMEEVpvMIKTG2Q8WTgGn5CZZoAwFH { display:block; }
 }@media only screen and (max-width: 763px) { #GMIMC07SbHSqZ9LDKPBcwSQvlNKZZwdI { width:12rem;height:3.65411875rem;top:6.0625rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cMJKKlTQn48WitE25TDk4xZFB6SIyWcP { width:14.375rem;height:1.298825rem;top:10.811187744141rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #b7fNt46Tzhc9TfEmPpGXSlMlPacwgdT1 { width:15.25rem;height:13.625rem;top:31.25rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#b7fNt46Tzhc9TfEmPpGXSlMlPacwgdT1.adaptive-delivery-prevent-bg, #b7fNt46Tzhc9TfEmPpGXSlMlPacwgdT1.lazyload, #b7fNt46Tzhc9TfEmPpGXSlMlPacwgdT1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xsTrlFbxXe1n44XVT1RPwhLWMS8tTV3X { top:13.186187744141rem;left:5.4062509536743rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeAGBAdTDEz0F26VQ6eGdlTi0q2hxoxC { display:block; }
 }@media only screen and (max-width: 763px) { #Mp34gC94ZCO6EVANPd8PbbqtcfABLd8q { width:15.25rem;height:13.625rem;top:16.25rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Mp34gC94ZCO6EVANPd8PbbqtcfABLd8q.adaptive-delivery-prevent-bg, #Mp34gC94ZCO6EVANPd8PbbqtcfABLd8q.lazyload, #Mp34gC94ZCO6EVANPd8PbbqtcfABLd8q.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hOqtKTKa3KdwMc8RMukr1JBU2QQwASRV { width:12rem;height:3.65411875rem;top:21.125rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tKw8AfSJTfFKMiNNMe3DLTBIv9geQVwh { width:14.375rem;height:1.298825rem;top:26.248698234558rem;left:2.8125000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #Gdlh3mwwSJrMrKOHJBhVxtnhL1KnXIZ1 { top:28.1875rem;left:5.4375rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk1Im2SeCpps28V6J1UVH0REQubla1Ec { display:block; }
 }@media only screen and (max-width: 763px) { #DQqxzkboyAX7ilXS5oTLlvk5axlWemUd { width:13.875rem;height:3.2492875rem;top:32.375rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #O55TktNvNrOXdvBCS4Nq0HNO8PGxs9hr { width:13.875rem;height:3.2492875rem;top:17.375rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uTTfTsT8bnTAvCCrGpxwR058PlOd15AD { width:13.875rem;height:3.2492875rem;top:2.375rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #hPxTZcghEpIEWQ91a4oLu8tRyLvw7MQW { display:block; }#hPxTZcghEpIEWQ91a4oLu8tRyLvw7MQW > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIOaB0IZON8TPJlb0ixooiCPWTzQHUBD { width:15.25rem;height:13.625rem;top:1.25rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#qIOaB0IZON8TPJlb0ixooiCPWTzQHUBD.adaptive-delivery-prevent-bg, #qIOaB0IZON8TPJlb0ixooiCPWTzQHUBD.lazyload, #qIOaB0IZON8TPJlb0ixooiCPWTzQHUBD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NiUUmuub7Il2axn2LJxGtaqnG4V1s4nR { width:12rem;height:3.65411875rem;top:21.5rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wsB8qB2N7cRda3i9pf4ySztcVVzsJzVi { width:14.375rem;height:1.298825rem;top:26.4375rem;left:2.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #uKGZGBib35OseSgAI9Q2pAQht2hA3zSa { top:28.875rem;left:5.5rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODL5PTmVtMh6uRBebRveRv1w4lTE1kJq { display:block; }
 }@media only screen and (max-width: 763px) { #DfvtZ6TTw3SUFa8SpRatyNHJp0VZoFa1 { width:15.1875rem;height:3.65411875rem;top:5.8743438720703rem;left:2.40625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #VVUlA7EkgGtsaaXqx1Ew2K822tEzIJcm { width:14.375rem;height:1.298825rem;top:11.185543060302rem;left:2.8125000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #JbxwhKxXTqnW0e4nz2HRon4KQVdtVJU9 { width:15.25rem;height:13.625rem;top:16.875rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#JbxwhKxXTqnW0e4nz2HRon4KQVdtVJU9.adaptive-delivery-prevent-bg, #JbxwhKxXTqnW0e4nz2HRon4KQVdtVJU9.lazyload, #JbxwhKxXTqnW0e4nz2HRon4KQVdtVJU9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #X2aGHDGfeAfBCiZANhcvPLcQ4Bx1XkQz { top:13.186195373535rem;left:5.4062509536743rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBhOV2tTGADnX6sEQxmyenV64lZaI9zP { display:block; }
 }@media only screen and (max-width: 763px) { #X91XreVVacSNiXac1D25NRdtLwMgZBuP { width:13.875rem;height:3.2492875rem;top:17.4375rem;left:3.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Zu1R43dLWhtxlauHAlo3RblgtTUztANH { width:13.875rem;height:3.2492875rem;top:2.0169219970703rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yoAvZllb6cZ3s0M8gXr9AtSmwGhxJZUQ { display:block; }#yoAvZllb6cZ3s0M8gXr9AtSmwGhxJZUQ > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8rtdoIyHx3hrnpX8KqrDEU2y39ivens { width:12rem;height:3.65411875rem;top:21rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #F2FCShVJT6WIw8fi3NyfXF6FgA0dKkEb { width:14.375rem;height:1.298825rem;top:25.9375rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #VpKH2TIxo6SDTvzVbgzUf8yyqPtUc5mQ { top:28.687496185302rem;left:5.4062502980232rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofFQNi6pRT6bAWLMiCtgXuJTS0FtbP3H { display:block; }
 }@media only screen and (max-width: 763px) { #nebt5ms476Xk4uerKBtO2P3hCMo7H4KW { width:15.25rem;height:13.625rem;top:16.6875rem;left:2.3125000596046rem;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; }#nebt5ms476Xk4uerKBtO2P3hCMo7H4KW.adaptive-delivery-prevent-bg, #nebt5ms476Xk4uerKBtO2P3hCMo7H4KW.lazyload, #nebt5ms476Xk4uerKBtO2P3hCMo7H4KW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EDz036eD8HTwvwllCFXA6JxoKG163CxV { width:15.25rem;height:13.625rem;top:1.25rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#EDz036eD8HTwvwllCFXA6JxoKG163CxV.adaptive-delivery-prevent-bg, #EDz036eD8HTwvwllCFXA6JxoKG163CxV.lazyload, #EDz036eD8HTwvwllCFXA6JxoKG163CxV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LVHsy9BVzlo6bE4L88PcVTgb9fqK8Wsn { width:13.75rem;height:4.87215625rem;top:4.9375rem;left:3.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Npok41P8EqbQIKLPE2XxH0OlHCySIqJd { width:14.375rem;height:1.298825rem;top:11.249998092651rem;left:2.8125000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #uds0KLGie4Wyz0pPfyl2Nzpi5Vg6ztud { top:13.1875rem;left:5.4375009536743rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFgwBcbmDvUVP1i70dgEHpHCHTK1ua83 { display:block; }
 }@media only screen and (max-width: 763px) { #ETqmE8JM8kcOyJMMeQJq64u0oeEsGTKq { width:13.875rem;height:3.2492875rem;top:16.9375rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QMLvWNI5VR4OnpeNIJwO7VQDCFVnTSCg { width:13.875rem;height:3.2492875rem;top:1.8125rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #b6VSpxqlbJPsqM6BIuDPCRhr8ETO6tby { width:19.5625rem;height:4.5rem;top:5.5625rem;left:0.1875rem;background-color:#df4a8d;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #ooOGy2ZwAz9EsqgcslgUtOVuDsHbDPl9 { width:20rem;height:1.875rem;top:17.499991178512rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;font-family:amiri;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #x29FvMJKfaxTnZQKOrUKxh2q2D1tK3BK { width:1.875rem;height:1.875rem;top:6.3125rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HV8p9LHXre8I5eERn9OTSsnBTTeFM6Z7 { display:block; }#HV8p9LHXre8I5eERn9OTSsnBTTeFM6Z7 > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvliL9OCa2NKeKbTbQTNmtt99PW2uIKD { width:15.25rem;height:13.625rem;top:1.25rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#vvliL9OCa2NKeKbTbQTNmtt99PW2uIKD.adaptive-delivery-prevent-bg, #vvliL9OCa2NKeKbTbQTNmtt99PW2uIKD.lazyload, #vvliL9OCa2NKeKbTbQTNmtt99PW2uIKD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EW2eaFmqv04xqmnMfBaG339kRxvLitNm { width:12rem;height:1.2180375rem;top:37.205078125rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dvZFAs216rEuTWlXSq9JmLEycWSDamny { width:14.375rem;height:1.298825rem;top:40.810546875rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #Anf8oTiI54qdZFvin3hE1pLd8wvG6SIs { top:43.25rem;left:5.4375rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrvyF4kxAGwBFOXebRBg6EsyESftFDA0 { display:block; }
 }@media only screen and (max-width: 763px) { #ZroeGfdcR9HuPRbZFte3xiVELw1gHZuU { width:15.1875rem;height:3.65411875rem;top:5.8743438720703rem;left:2.40625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Jy3G3BBPoKPs6acmP7ydLBXdsFBlTGbd { width:14.375rem;height:1.298825rem;top:10.811195373535rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #qbeRA2fOkqWlz1ilNTMRTWPGxugvSwZl { width:15.25rem;height:13.625rem;top:31.25rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#qbeRA2fOkqWlz1ilNTMRTWPGxugvSwZl.adaptive-delivery-prevent-bg, #qbeRA2fOkqWlz1ilNTMRTWPGxugvSwZl.lazyload, #qbeRA2fOkqWlz1ilNTMRTWPGxugvSwZl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OM9AQWSgRSyBGZzqsMgJuPILTWhHSxky { top:13.186195373535rem;left:5.4062509536743rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNtSASwQ7xvVBVCTDyTodUI0uNSGgp8i { display:block; }
 }@media only screen and (max-width: 763px) { #H7CI7J2Fgto0JaZ5xJAys8PNHSOhHHGH { width:15.25rem;height:13.625rem;top:16.25rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#H7CI7J2Fgto0JaZ5xJAys8PNHSOhHHGH.adaptive-delivery-prevent-bg, #H7CI7J2Fgto0JaZ5xJAys8PNHSOhHHGH.lazyload, #H7CI7J2Fgto0JaZ5xJAys8PNHSOhHHGH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kt8XNnPGaLEmgkc7gLsC8LXrLUFTvzzR { width:13.75rem;height:3.65411875rem;top:20.875rem;left:3.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sZaAiMWg6cieLc5Net4GBs7RCartHXef { width:14.375rem;height:1.298825rem;top:25.873046875rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #BdNVXECW0dDZcV4bPTVxtefwFsJlSKCt { top:28.1875rem;left:5.4375rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECZn5HnJ9Se36sVurOm982GvopqMEGRC { display:block; }
 }@media only screen and (max-width: 763px) { #dQdgpPk5F7kUSBI4tqSQ26lEEhyLJ2X3 { width:13.875rem;height:3.2492875rem;top:32.017578125rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AKrzZxL15R1CFBcNw1DV2FXKXNxKJUST { width:13.875rem;height:3.2492875rem;top:17.017578125rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iNHzgc4xUvbAxpJGJtpiiWF9wvQUo8Om { width:13.875rem;height:3.2492875rem;top:2.017578125rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dBVT5HPezlHZMU5o3ooCXRHp8DEncT9A { display:block; }#dBVT5HPezlHZMU5o3ooCXRHp8DEncT9A > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GezlFiJTk0NwiyVifZtUR2qyIhsWtrqz { width:15.25rem;height:13.625rem;top:1.25rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#GezlFiJTk0NwiyVifZtUR2qyIhsWtrqz.adaptive-delivery-prevent-bg, #GezlFiJTk0NwiyVifZtUR2qyIhsWtrqz.lazyload, #GezlFiJTk0NwiyVifZtUR2qyIhsWtrqz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dsF260sxlkgf4r3hCUyHrcTr1lJiNVbZ { top:13.186195373535rem;left:5.4062509536743rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCHnwQZKUa2ADqJ1pEPXSPxGgl1NC2z9 { display:block; }
 }@media only screen and (max-width: 763px) { #ug4SKJNzUMCCZta9sZKTMlTKShfUq2Pm { width:15.25rem;height:13.625rem;top:16.25rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ug4SKJNzUMCCZta9sZKTMlTKShfUq2Pm.adaptive-delivery-prevent-bg, #ug4SKJNzUMCCZta9sZKTMlTKShfUq2Pm.lazyload, #ug4SKJNzUMCCZta9sZKTMlTKShfUq2Pm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xZ6go0U7w3GWZZgvihrEeTr5qwJUqOZy { width:13.75rem;height:3.65411875rem;top:20.875rem;left:3.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #I2gAlqO1qdBPa2dGmKFntKcDe4xV0B2C { top:28.1875rem;left:5.4375rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3eykDmANIsHnKIHEhZLtyzSVVNAKr81 { display:block; }
 }@media only screen and (max-width: 763px) { #pGBmGcp68qoT39F1qxEtDGpIExOQQbst { width:13.875rem;height:3.2492875rem;top:17.017578125rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qMkQA6dHbyyorBW3T3SxIJ9TdeRo8fRw { width:13.875rem;height:3.2492875rem;top:2.017578125rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DmHUlnzfFTduezrOIF4wcvhAe092Zrnw { width:14.375rem;height:1.298825rem;top:26.125rem;left:2.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #TrePeW2FNmHwgXhCuDSiEHMJnUVRCx5t { width:13.75rem;height:3.65411875rem;top:5.125rem;left:3.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CCxVP0nRftz1XTBWvicryiXQ0x2kO8HL { width:14.375rem;height:1.298825rem;top:11.312503814698rem;left:2.8125000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D { display:block; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzNKz6q51sFTAEbr7k9oupm5cyQRuoLp { width:16.125rem;height:2.2745rem;top:19.437500953674rem;left:1.9375000596046rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zMvLENHrStyvhG8Ozxv4I60bV5P1cyT1 { width:11.1875rem;height:1.62464375rem;top:26.531250953674rem;left:3.7500002980233rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kSUOqcanuNJUXJKGZcuPvbhJNMx8xJ2v { width:13.0625rem;height:2.9868625rem;top:22.759766578674rem;left:2.8125000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Dt2k7KqqUozMbOqhSd580h58TsiE3CBP { width:2.8125rem;height:2.8125rem;top:29.3125rem;left:11.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWu7MR36dtPWXRxKHmmFulFbBFiDKig5 { width:2.8125rem;height:2.8125rem;top:29.3125rem;left:7.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIz3xaCacHHWct2sIZeGiPmdTFcgiJT1 { width:2.8125rem;height:2.8125rem;top:29.3125rem;left:4.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD8Nqp6TKGzwh2FlsDqh45WTC5QLly8T { width:11.625rem;height:17.8125rem;top:0.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnDT2UTdz89wVhPk1mMaVF3aNFbxDZLJ { width:2.8125rem;height:2.8125rem;top:25.937500953674rem;left:15.875001251697rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuc6TcCrTgalHTOaGdrkNlQk3iAVl7SG { width:2.8125rem;height:2.8125rem;top:22.811198234558rem;left:15.875001251697rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHS3wKNJmklJVoxpRHIoQW9QezKUiqeT { width:2.8125rem;height:2.8125rem;top:29.312500953674rem;left:15.875001251697rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSu6sBlPFEc3kDgkUXr1xhVCi8Km65bn { width:19.3125rem;height:0.9747875rem;top:33.708984375rem;left:0.68684893846512rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }