.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:url("https://images.assets-landingi.com/DKlZfIB9/insta.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/DKlZfIB9/insta.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:block; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container.adaptive-delivery-prevent-bg, #yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container.lazyload, #yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container.lazyloading { background-image: none; }#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.6248125rem;top:0.8115234375rem;left:14.2490234375rem;overflow:hidden;display:block; }
#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Y6accXPi/face.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;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:56.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#hZctNBkvfToUqedbmHKNBPzreL59Qul9 { color:#fafcfd;display:block;width:20.0625rem;position:absolute;font-family:amiri;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.42);top:4.1875rem;left:8.21875rem;height:5.19530625rem;text-align:center;text-align-last:center;display:block; }
#iT2xXSR6A11yoQPrS5IwJ5r8xpKy19xl { position:absolute;display:block;z-index:99992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(118,34,76,0.46), rgba(253,189,97,0.34));background-image: -moz-linear-gradient(180deg, rgba(118,34,76,0.46), rgba(253,189,97,0.34));background-image: -ms-linear-gradient(180deg, rgba(118,34,76,0.46), rgba(253,189,97,0.34));background-image: -o-linear-gradient(180deg, rgba(118,34,76,0.46), rgba(253,189,97,0.34));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7576224c', endColorstr='#56fdbd61' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7576224c', endColorstr='#56fdbd61' );";background-image: linear-gradient(180deg, rgba(118,34,76,0.46), rgba(253,189,97,0.34));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:34.8125rem;width:21.25rem;top:3.3125rem;left:7.625rem;display:block; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-form-header {  }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-regular-label { height:auto;display:block;font-family:"alw font";font-size:0.8125rem;font-weight:bold;color:#76224c;width:16.4375rem;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:16.4375rem;box-sizing:border-box;height:2.5625rem;color:#000000;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:16.4375rem;box-sizing:border-box;height:4.375rem;color:#000000;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:16.4375rem;box-sizing:border-box;height:2.6875rem;color:#76224c;font-family:"alw new";font-size:1rem;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:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;background-color:transparent;background-image: -webkit-linear-gradient(330deg, #940349, rgba(186,130,130,0.86));background-image: -moz-linear-gradient(330deg, #940349, rgba(186,130,130,0.86));background-image: -ms-linear-gradient(330deg, #940349, rgba(186,130,130,0.86));background-image: -o-linear-gradient(330deg, #940349, rgba(186,130,130,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#940349', endColorstr='#dbba8282' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#940349', endColorstr='#dbba8282' );";background-image: linear-gradient(330deg, #940349, rgba(186,130,130,0.86));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:2rem;margin-bottom:0.25rem;margin-left:2rem;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#ffffff;width:12.4375rem;height:3.0625rem;font-family:"alw arabic";overflow:hidden;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5);box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ; }
#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:15.25rem;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:transparent;background-image: -webkit-linear-gradient(180deg, #e8e39a, #bfa06c);background-image: -moz-linear-gradient(180deg, #e8e39a, #bfa06c);background-image: -ms-linear-gradient(180deg, #e8e39a, #bfa06c);background-image: -o-linear-gradient(180deg, #e8e39a, #bfa06c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e39a', endColorstr='#bfa06c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e39a', endColorstr='#bfa06c' );";background-image: linear-gradient(180deg, #e8e39a, #bfa06c);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.4375rem;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:10.9375rem;left:8.997802734375rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.4375rem;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:transparent;background-image: -webkit-linear-gradient(180deg, #e8e39a, #bfa06c);background-image: -moz-linear-gradient(180deg, #e8e39a, #bfa06c);background-image: -ms-linear-gradient(180deg, #e8e39a, #bfa06c);background-image: -o-linear-gradient(180deg, #e8e39a, #bfa06c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e39a', endColorstr='#bfa06c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e39a', endColorstr='#bfa06c' );";background-image: linear-gradient(180deg, #e8e39a, #bfa06c);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.4375rem;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:10.9375rem;left:8.997802734375rem; }
#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; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #r2h7CTtnHW67A41BGb1FSJuQTqrM9srx { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pPFe8dGrwFLAN2gmGDsQtQ3x2bpUJOCc { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pytayMPl8tmBfw0L7VhQ0rOW3bsl1WTu { position:relative; }
#lymPltaT4udRuyCHk2VU3RS6bLr8JO8Q { position:relative;display:block; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wdh6QXSlhZMoB4Pqf60mrJoMZLtcmocd { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #Ith52Rl3DauROOoNTkBU7MVI3TuSgudA { position:relative; }
#eGlLTDsU5z7DoPzatJ4GcQHZSi9mofwT { color:#fafcfd;display:block;width:11.875rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.42);top:8.82421875rem;left:14.8125rem;height:1.7858875rem;text-align:center;text-align-last:center;display:block; }
#t79mPyikoaEybv3a1TUvrvEpJgIHiLhb { color:#ffbe00;display:block;width:8rem;position:absolute;font-family:amiri;font-size:1.6875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.42);top:8.69921875rem;left:10.28125rem;height:2.192925rem;text-align:center;text-align-last:center;display:block; }
#CVlxk05uwnTrJ2HhKAoUebikbJnhxuKR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(130,75,89,0.72);background-image:url("https://images.assets-landingi.com/DKlZfIB9/insta.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#CVlxk05uwnTrJ2HhKAoUebikbJnhxuKR.adaptive-delivery-prevent-bg, #CVlxk05uwnTrJ2HhKAoUebikbJnhxuKR.lazyload, #CVlxk05uwnTrJ2HhKAoUebikbJnhxuKR.lazyloading { background-image: none; }#CVlxk05uwnTrJ2HhKAoUebikbJnhxuKR > .row .container { background-color: transparent; background-image: none; }#CVlxk05uwnTrJ2HhKAoUebikbJnhxuKR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CVlxk05uwnTrJ2HhKAoUebikbJnhxuKR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CVlxk05uwnTrJ2HhKAoUebikbJnhxuKR > .row .container > .video-iframe-container { display: none; }#CVlxk05uwnTrJ2HhKAoUebikbJnhxuKR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CVlxk05uwnTrJ2HhKAoUebikbJnhxuKR > .row > .video-iframe-container { display: none; }#CVlxk05uwnTrJ2HhKAoUebikbJnhxuKR > .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); }#CVlxk05uwnTrJ2HhKAoUebikbJnhxuKR > .row .container { border-width: 0; border-radius: 0; }#CVlxk05uwnTrJ2HhKAoUebikbJnhxuKR > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#CJpKWZBKwAHApgUrtda0JZ1Wng54gUno { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:amiri;font-size:1.9375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.78125rem;left:12.59375rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#MuaOpG4NUcB6bfGgBvxi7P8TIWuT1JIV { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:1.9375rem;top:1.0625rem;left:38.46875rem;overflow:hidden;display:block; }
#mfbevJgSG6qLQkHeCvuMMKtZoNCi88b5 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:1.03125rem;left:20.03125rem;overflow:hidden;display:block; }
#Af00K6iLH67AR8zHvnAJ9Z3HygUkmB1q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #f3dada, #d7b0cd);background-image: -moz-linear-gradient(181deg, #f3dada, #d7b0cd);background-image: -ms-linear-gradient(181deg, #f3dada, #d7b0cd);background-image: -o-linear-gradient(181deg, #f3dada, #d7b0cd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3dada', endColorstr='#d7b0cd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3dada', endColorstr='#d7b0cd' );";background-image: linear-gradient(181deg, #f3dada, #d7b0cd);background-size:cover !important;position:relative;display:block; }#Af00K6iLH67AR8zHvnAJ9Z3HygUkmB1q > .row .container { background-color: transparent; background-image: none; }#Af00K6iLH67AR8zHvnAJ9Z3HygUkmB1q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Af00K6iLH67AR8zHvnAJ9Z3HygUkmB1q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Af00K6iLH67AR8zHvnAJ9Z3HygUkmB1q > .row .container > .video-iframe-container { display: none; }#Af00K6iLH67AR8zHvnAJ9Z3HygUkmB1q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Af00K6iLH67AR8zHvnAJ9Z3HygUkmB1q > .row > .video-iframe-container { display: none; }#Af00K6iLH67AR8zHvnAJ9Z3HygUkmB1q > .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); }#Af00K6iLH67AR8zHvnAJ9Z3HygUkmB1q > .row .container { border-width: 0; border-radius: 0; }#Af00K6iLH67AR8zHvnAJ9Z3HygUkmB1q > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:block; }#uznFIhQAuSfQ0ZyGsicUHl8tNomshNgS { position:absolute;display:block;z-index:100046;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:2rem;left:41.9375rem;display:block; }#uznFIhQAuSfQ0ZyGsicUHl8tNomshNgS.adaptive-delivery-prevent-bg, #uznFIhQAuSfQ0ZyGsicUHl8tNomshNgS.lazyload, #uznFIhQAuSfQ0ZyGsicUHl8tNomshNgS.lazyloading { background-image: none; }
#mwmEEplW9t37Wynw1Hg9rPsNcIinpSgi { color:#000000;display:block;width:13.8730625rem;position:absolute;font-family:"alw arabic";font-size:1.4375rem;font-weight:700;z-index:100067;line-height:1.2;letter-spacing:0;top:5.55078125rem;left:42.6875rem;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; }
#EO5Bw7Wx0bSuTfrVAmUR0qu2R8UokBXf { color:#000000;display:block;width:12rem;position:absolute;font-family:"alw new";font-size:1.125rem;font-weight:700;z-index:100066;line-height:1.1;letter-spacing:0;top:8.9375rem;left:43.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; }
#ICqINTU7ilSMIma3NZBrXTqc6NxMdE0T { position:absolute;display:block;z-index:100051;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:2rem;left:23.625rem;display:block; }#ICqINTU7ilSMIma3NZBrXTqc6NxMdE0T.adaptive-delivery-prevent-bg, #ICqINTU7ilSMIma3NZBrXTqc6NxMdE0T.lazyload, #ICqINTU7ilSMIma3NZBrXTqc6NxMdE0T.lazyloading { background-image: none; }
#OOSonri4VXSShH6sc90QIay7bNzgsE57 { color:#a0111b;display:block;width:14.374rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100072;line-height:1.6;letter-spacing:0;top:11.1044921875rem;left:24.1240234375rem;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; }
#lFGcsitlJNrzo5kX1os2kTCGB4uxbt6W { position:absolute;display:block;z-index:100045;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:2rem;left:4.5625rem;display:block; }#lFGcsitlJNrzo5kX1os2kTCGB4uxbt6W.adaptive-delivery-prevent-bg, #lFGcsitlJNrzo5kX1os2kTCGB4uxbt6W.lazyload, #lFGcsitlJNrzo5kX1os2kTCGB4uxbt6W.lazyloading { background-image: none; }
#zf03zTSdSTFHGvcoVTJfy0DGmwIhL4hy { color:#a0111b;display:block;width:14.3745rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100067;line-height:1.6;letter-spacing:0;top:11.43017578125rem;left:42.4658203125rem;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; }
#CHwTbE43yqk6KRZe2TTbbrzTGHxVXGGH { color:#000000;display:block;width:14.561625rem;position:absolute;font-family:"alw arabic";font-size:1.75rem;font-weight:700;z-index:100066;line-height:1.2;letter-spacing:0;top:6.2239580154419rem;left:4.9739570617676rem;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; }
#DFq91cnsQ4fVOhSOH9aiOac7tlgsZIHl { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100068;line-height:1.6;letter-spacing:0;top:13.6875rem;left:5.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; }
#KE96usXRJOeRGEg70ZmrrG7EKgsTJOdD { z-index:100068;top:13.875rem;left:45.0625rem;background-color:#824b59;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; }
#IdPySzENOLz8z9rCgmhOlgOvlwyutRQa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dT4aTgwL7NrQ0puOEhHrNGiKDdpJvS56 { z-index:100073;top:13.8125rem;left:26.75rem;background-color:#824b59;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; }
#e3zmMaEJVIIeSXitkwihGsOgc1eTPfBq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BxcHaXeNZc95mT5ou7UoD8bDQBGoQxkG { z-index:100069;top:13.8125rem;left:7.6875rem;background-color:#824b59;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; }
#NBBwdDL0KNozDmnPqZPPp2ZMsxWZy5kM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xi3w5UIFPnKEybg37Xv2yXxBo9MsqIfr { color:#000000;display:block;width:13.8730625rem;position:absolute;font-family:"alw arabic";font-size:1.4375rem;font-weight:700;z-index:100068;line-height:1.2;letter-spacing:0;top:5.55078125rem;left:24.375rem;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; }
#QWMRc6VQ4RTdXFcta14tGLPZ00ooPIpa { color:#a0111b;display:block;width:14.3730625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100073;line-height:1.6;letter-spacing:0;top:11.1044921875rem;left:5.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; }
#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(130,75,89,0.72);background-image:url("https://images.assets-landingi.com/DKlZfIB9/insta.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8.adaptive-delivery-prevent-bg, #baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8.lazyload, #baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8.lazyloading { background-image: none; }#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.0625rem;width:60rem;position:relative;display:block; }#Sh81FmpuTaUd3CpQgzhv2xxwTwJXaDax { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:amiri;font-size:1.9375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.78125rem;left:12.59375rem;height:2.51855625rem;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:1.9375rem;width:1.9375rem;top:1.0625rem;left:38.46875rem;overflow:hidden;display:block; }
#TW19aS6O6zlefRO1unDlC9p87NwacAUW { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:1.03125rem;left:20.03125rem;overflow:hidden;display:block; }
#d3sTBtXB3DTyZoUlaof1lg4zc18qkMlE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(185deg, #d7b0cd, #f3dada);background-image: -moz-linear-gradient(185deg, #d7b0cd, #f3dada);background-image: -ms-linear-gradient(185deg, #d7b0cd, #f3dada);background-image: -o-linear-gradient(185deg, #d7b0cd, #f3dada);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#f3dada' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#f3dada' );";background-image: linear-gradient(185deg, #d7b0cd, #f3dada);background-size:cover !important;position:relative;display:block; }#d3sTBtXB3DTyZoUlaof1lg4zc18qkMlE > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#d3sTBtXB3DTyZoUlaof1lg4zc18qkMlE > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:block; }#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.875rem;left:22.3125rem;display:block; }#ZziT9eZIT6cymEkWwAgyqbzudETx26TL.adaptive-delivery-prevent-bg, #ZziT9eZIT6cymEkWwAgyqbzudETx26TL.lazyload, #ZziT9eZIT6cymEkWwAgyqbzudETx26TL.lazyloading { background-image: none; }
#n74U5xKUrMQtiOac1HqUToc91hC0kpUB { color:#000000;display:block;width:13.874rem;position:absolute;font-family:"alw arabic";font-size:1.4375rem;font-weight:700;z-index:100056;line-height:1.2;letter-spacing:0;top:5.0732421875rem;left:23.0615234375rem;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; }
#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.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; }
#K8qbLMO0N9Lzd1IDTxmEt3Ctq8tPhKZW { z-index:100059;top:13.8125rem;left:25.4375rem;background-color:#824b59;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; }
#b8ZERIRD8nCX1eHafHT6Qyo14TLlJpDA { position:absolute;display:block;z-index:100036;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.875rem;width:15.625rem;top:1.75rem;left:3.6875rem;display:block; }#b8ZERIRD8nCX1eHafHT6Qyo14TLlJpDA.adaptive-delivery-prevent-bg, #b8ZERIRD8nCX1eHafHT6Qyo14TLlJpDA.lazyload, #b8ZERIRD8nCX1eHafHT6Qyo14TLlJpDA.lazyloading { background-image: none; }
#N77VGWRN6b5LDf6TIbmTBryeXoBbcCOU { color:#000000;display:block;width:13.8730625rem;position:absolute;font-family:"alw arabic";font-size:1.5625rem;font-weight:700;z-index:100060;line-height:1.2;letter-spacing:0;top:5.0732421875rem;left:4.6875rem;height:3.75rem;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; }
#UpTeICzvmCg83Nru0wulASnoua64fwd5 { 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:10.8125rem;left:4.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; }
#SkfSoq1Ppd1LewiXhNT2kgIiJuHC8BTx { z-index:100060;top:13.875rem;left:7.03125rem;background-color:#824b59;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; }
#kfsCaEU8ZLxUllDPnrtQk7HTz2k6g1oK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KTZyE4RR1IaFnozyDtv19lZBTQgXODHE { position:absolute;display:block;z-index:100041;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:40.0625rem;display:block; }#KTZyE4RR1IaFnozyDtv19lZBTQgXODHE.adaptive-delivery-prevent-bg, #KTZyE4RR1IaFnozyDtv19lZBTQgXODHE.lazyload, #KTZyE4RR1IaFnozyDtv19lZBTQgXODHE.lazyloading { background-image: none; }
#DBAg9mTbu4IdCHtEgvm1Mgg7d09dPy3Q { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100062;line-height:1.6;letter-spacing:0;top:11.4375rem;left:40.5rem;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; }
#kyySp4fAxbxa9VHMMBbPRUzRPlitBQ7U { z-index:100063;top:13.75rem;left:43.1875rem;background-color:#824b59;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; }
#mbEeL8qzVyXM0ywE9DzDou4uSFybBOUe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#osaq88Dx7i5Ls59vRpygkMHskg4PTOch { color:#000000;display:block;width:13.874rem;position:absolute;font-family:"alw arabic";font-size:1.4375rem;font-weight:700;z-index:100055;line-height:1.2;letter-spacing:0;top:5.5205078125rem;left:40.8115234375rem;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; }
#a2RuAKdpKzJc5ZK5SRoL4LD34G6uAeZK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3dada, #d7b0cd);background-image: -moz-linear-gradient(180deg, #f3dada, #d7b0cd);background-image: -ms-linear-gradient(180deg, #f3dada, #d7b0cd);background-image: -o-linear-gradient(180deg, #f3dada, #d7b0cd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3dada', endColorstr='#d7b0cd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3dada', endColorstr='#d7b0cd' );";background-image: linear-gradient(180deg, #f3dada, #d7b0cd);background-size:cover !important;position:relative;display:block; }#a2RuAKdpKzJc5ZK5SRoL4LD34G6uAeZK > .row .container { background-color: transparent; background-image: none; }#a2RuAKdpKzJc5ZK5SRoL4LD34G6uAeZK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a2RuAKdpKzJc5ZK5SRoL4LD34G6uAeZK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a2RuAKdpKzJc5ZK5SRoL4LD34G6uAeZK > .row .container > .video-iframe-container { display: none; }#a2RuAKdpKzJc5ZK5SRoL4LD34G6uAeZK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a2RuAKdpKzJc5ZK5SRoL4LD34G6uAeZK > .row > .video-iframe-container { display: none; }#a2RuAKdpKzJc5ZK5SRoL4LD34G6uAeZK > .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); }#a2RuAKdpKzJc5ZK5SRoL4LD34G6uAeZK > .row .container { border-width: 0; border-radius: 0; }#a2RuAKdpKzJc5ZK5SRoL4LD34G6uAeZK > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:60rem;position:relative;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.0625rem;left:40.8125rem;display:block; }#b7fNt46Tzhc9TfEmPpGXSlMlPacwgdT1.adaptive-delivery-prevent-bg, #b7fNt46Tzhc9TfEmPpGXSlMlPacwgdT1.lazyload, #b7fNt46Tzhc9TfEmPpGXSlMlPacwgdT1.lazyloading { background-image: none; }
#DQqxzkboyAX7ilXS5oTLlvk5axlWemUd { color:#000000;display:block;width:13.8730625rem;position:absolute;font-family:"alw arabic";font-size:1.4375rem;font-weight:700;z-index:100053;line-height:1.2;letter-spacing:0;top:4.75rem;left:41.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; }
#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:10.625rem;left:41.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; }
#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.0625rem;left:22.5rem;display:block; }#Mp34gC94ZCO6EVANPd8PbbqtcfABLd8q.adaptive-delivery-prevent-bg, #Mp34gC94ZCO6EVANPd8PbbqtcfABLd8q.lazyload, #Mp34gC94ZCO6EVANPd8PbbqtcfABLd8q.lazyloading { background-image: none; }
#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.125rem;left:23rem;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; }
#O55TktNvNrOXdvBCS4Nq0HNO8PGxs9hr { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"alw arabic";font-size:1.4375rem;font-weight:700;z-index:100054;line-height:1.2;letter-spacing:0;top:4.75rem;left:23.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; }
#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.0625rem;left:4rem;display:block; }#cFDTC7TzaeuTaDTsBN3KaNgZzk3oZU8b.adaptive-delivery-prevent-bg, #cFDTC7TzaeuTaDTsBN3KaNgZzk3oZU8b.lazyload, #cFDTC7TzaeuTaDTsBN3KaNgZzk3oZU8b.lazyloading { background-image: none; }
#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:10.625rem;left:4.5rem;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; }
#uTTfTsT8bnTAvCCrGpxwR058PlOd15AD { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"alw arabic";font-size:1.8125rem;font-weight:700;z-index:100055;line-height:1.2;letter-spacing:0;top:4.298828125rem;left:4.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; }
#EQoWtXzmyU4eCK2WTk41lFggp8uVSZW9 { z-index:100054;top:13.0625rem;left:43.9375rem;background-color:#824b59;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; }
#xsTrlFbxXe1n44XVT1RPwhLWMS8tTV3X { z-index:100055;top:13rem;left:7.0625rem;background-color:#824b59;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; }
#Gdlh3mwwSJrMrKOHJBhVxtnhL1KnXIZ1 { z-index:100059;top:13rem;left:25.625rem;background-color:#824b59;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; }
#IACasPmqBlndwUqwAxEfoZ3XZ5Xgq0O1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d7b0cd, #f3dada);background-image: -moz-linear-gradient(180deg, #d7b0cd, #f3dada);background-image: -ms-linear-gradient(180deg, #d7b0cd, #f3dada);background-image: -o-linear-gradient(180deg, #d7b0cd, #f3dada);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#f3dada' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#f3dada' );";background-image: linear-gradient(180deg, #d7b0cd, #f3dada);background-size:cover !important;position:relative;display:block; }#IACasPmqBlndwUqwAxEfoZ3XZ5Xgq0O1 > .row .container { background-color: transparent; background-image: none; }#IACasPmqBlndwUqwAxEfoZ3XZ5Xgq0O1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IACasPmqBlndwUqwAxEfoZ3XZ5Xgq0O1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IACasPmqBlndwUqwAxEfoZ3XZ5Xgq0O1 > .row .container > .video-iframe-container { display: none; }#IACasPmqBlndwUqwAxEfoZ3XZ5Xgq0O1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IACasPmqBlndwUqwAxEfoZ3XZ5Xgq0O1 > .row > .video-iframe-container { display: none; }#IACasPmqBlndwUqwAxEfoZ3XZ5Xgq0O1 > .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); }#IACasPmqBlndwUqwAxEfoZ3XZ5Xgq0O1 > .row .container { border-width: 0; border-radius: 0; }#IACasPmqBlndwUqwAxEfoZ3XZ5Xgq0O1 > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:block; }#TEbJATmVMMPJ6V4B8tXnPpC6oNclqCBG { position:absolute;display:block;z-index:100036;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:2rem;left:41.25rem;display:block; }#TEbJATmVMMPJ6V4B8tXnPpC6oNclqCBG.adaptive-delivery-prevent-bg, #TEbJATmVMMPJ6V4B8tXnPpC6oNclqCBG.lazyload, #TEbJATmVMMPJ6V4B8tXnPpC6oNclqCBG.lazyloading { background-image: none; }
#XSaEhUPLynfBTqk7yqb9zROHN9XyURBI { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"alw arabic";font-size:2.1875rem;font-weight:700;z-index:100057;line-height:1.2;letter-spacing:0;top:4.22265625rem;left:42rem;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; }
#KThGM7iSyV5KeruAhVWQXgH0oBEQTvTU { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"alw new";font-size:0.9375rem;font-weight:700;z-index:100058;line-height:1.6;letter-spacing:0;top:10.875rem;left:41.875rem;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; }
#eUP2hzSF7rDQ5w2OoGJv4dAIePEOp3s0 { 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:10.6875rem;left:41.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; }
#HUOv65pJtpmeWp6fq2eNROpMBeh34iG6 { z-index:100060;top:13.8125rem;left:44.375rem;background-color:#824b59;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; }
#WihAiiQsWD5ADxlQvvueDAhJM3rxpTJe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yfb5Ide3FCSd37kbk5fDV1CypwQiIOsz { position:absolute;display:block;z-index:100051;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:2rem;left:23.1875rem;display:block; }#yfb5Ide3FCSd37kbk5fDV1CypwQiIOsz.adaptive-delivery-prevent-bg, #yfb5Ide3FCSd37kbk5fDV1CypwQiIOsz.lazyload, #yfb5Ide3FCSd37kbk5fDV1CypwQiIOsz.lazyloading { background-image: none; }
#szCouJw1rQBpTHsuZZmUTAq3okkV9gTZ { color:#000000;display:block;width:13.8730625rem;position:absolute;font-family:"alw arabic";font-size:1.625rem;font-weight:700;z-index:100068;line-height:1.2;letter-spacing:0;top:4.8984375rem;left:23.9375rem;height:3.8997375rem;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; }
#gBKpfndQ6PpBBdrTRWNTReAMOQO8ViCW { color:#df4a8d;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100068;line-height:1.6;letter-spacing:0;top:10.625rem;left:23.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; }
#t267Tu0XbXvHhho8xT8WMQzTgmRaCwME { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100072;line-height:1.6;letter-spacing:0;top:11.625rem;left:23.6875rem;height:1.59911875rem;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; }
#HshA0u61JEupbXe9mp2PJHi0mWUNKO64 { z-index:100073;top:13.9375rem;left:26.3125rem;background-color:#824b59;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; }
#uxV1IRsEGuCMyueO9ZxLVX5TAp1xpQRh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QRPM53I0qng446o2vnGh1bqmfNqu9Z1L { position:absolute;display:block;z-index:100042;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.6230625rem;width:15.2480625rem;top:2.0625rem;left:4.75rem;display:block; }#QRPM53I0qng446o2vnGh1bqmfNqu9Z1L.adaptive-delivery-prevent-bg, #QRPM53I0qng446o2vnGh1bqmfNqu9Z1L.lazyload, #QRPM53I0qng446o2vnGh1bqmfNqu9Z1L.lazyloading { background-image: none; }
#cQGeMUWdplNuGoX92e3hLdlTqdKu33Vo { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100063;line-height:1.6;letter-spacing:0;top:11.6875rem;left:5.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; }
#Tei2Ektzmlsi7g3w6DSLCu82L6FkPyaF { color:#000000;display:block;width:13.8730625rem;position:absolute;font-family:"alw arabic";font-size:1.625rem;font-weight:700;z-index:100059;line-height:1.2;letter-spacing:0;top:5.63671875rem;left:5.5rem;height:3.8997375rem;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; }
#IauUwUlL7nTGd2oBCnuKAXNpim3Ju0Up { z-index:100064;top:14rem;left:7.875rem;background-color:#824b59;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.1855625rem;height:1.811525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sdVTWbGcZLX1VBzsm2ErIcR2m9TQiC2i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rEFMlwVmKfLiTECyiQyrLyMK8iGLEOVo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #f3dada, #d7b0cd);background-image: -moz-linear-gradient(181deg, #f3dada, #d7b0cd);background-image: -ms-linear-gradient(181deg, #f3dada, #d7b0cd);background-image: -o-linear-gradient(181deg, #f3dada, #d7b0cd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3dada', endColorstr='#d7b0cd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3dada', endColorstr='#d7b0cd' );";background-image: linear-gradient(181deg, #f3dada, #d7b0cd);background-size:cover !important;position:relative;display:block; }#rEFMlwVmKfLiTECyiQyrLyMK8iGLEOVo > .row .container { background-color: transparent; background-image: none; }#rEFMlwVmKfLiTECyiQyrLyMK8iGLEOVo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rEFMlwVmKfLiTECyiQyrLyMK8iGLEOVo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rEFMlwVmKfLiTECyiQyrLyMK8iGLEOVo > .row .container > .video-iframe-container { display: none; }#rEFMlwVmKfLiTECyiQyrLyMK8iGLEOVo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rEFMlwVmKfLiTECyiQyrLyMK8iGLEOVo > .row > .video-iframe-container { display: none; }#rEFMlwVmKfLiTECyiQyrLyMK8iGLEOVo > .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); }#rEFMlwVmKfLiTECyiQyrLyMK8iGLEOVo > .row .container { border-width: 0; border-radius: 0; }#rEFMlwVmKfLiTECyiQyrLyMK8iGLEOVo > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:block; }#NPUqfgOyJ2Koa1KJlVPHGDVrsHRMBrGv { position:absolute;display:block;z-index:100046;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:2rem;left:41.9375rem;display:block; }#NPUqfgOyJ2Koa1KJlVPHGDVrsHRMBrGv.adaptive-delivery-prevent-bg, #NPUqfgOyJ2Koa1KJlVPHGDVrsHRMBrGv.lazyload, #NPUqfgOyJ2Koa1KJlVPHGDVrsHRMBrGv.lazyloading { background-image: none; }
#fu4LsvxzpWLJvXnk2Sxzon07BneKWRI3 { color:#000000;display:block;width:13.8730625rem;position:absolute;font-family:"alw arabic";font-size:1.4375rem;font-weight:700;z-index:100067;line-height:1.2;letter-spacing:0;top:5.55078125rem;left:42.6875rem;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; }
#f4cUctfe7KtDLwM48Oi69oSndTEuHBXc { color:#000000;display:block;width:12rem;position:absolute;font-family:"alw new";font-size:1.125rem;font-weight:700;z-index:100066;line-height:1.1;letter-spacing:0;top:8.9375rem;left:43.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; }
#Gz5iFKT9vIDfGSTWWUnEQyo0TfuddF4m { position:absolute;display:block;z-index:100051;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:2rem;left:23.625rem;display:block; }#Gz5iFKT9vIDfGSTWWUnEQyo0TfuddF4m.adaptive-delivery-prevent-bg, #Gz5iFKT9vIDfGSTWWUnEQyo0TfuddF4m.lazyload, #Gz5iFKT9vIDfGSTWWUnEQyo0TfuddF4m.lazyloading { background-image: none; }
#kSAVycCioHziAZ9rwNleGmXge1PfTsiC { color:#a0111b;display:block;width:14.374rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100072;line-height:1.6;letter-spacing:0;top:11.1044921875rem;left:24.1240234375rem;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; }
#L5i6989toyWLHfh3OJuthhtFLDKlt0wB { position:absolute;display:block;z-index:100045;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:2rem;left:4.5625rem;display:block; }#L5i6989toyWLHfh3OJuthhtFLDKlt0wB.adaptive-delivery-prevent-bg, #L5i6989toyWLHfh3OJuthhtFLDKlt0wB.lazyload, #L5i6989toyWLHfh3OJuthhtFLDKlt0wB.lazyloading { background-image: none; }
#Tp9C33c4AWX3Lz5c1TAJCvWg4qC7JTpg { color:#a0111b;display:block;width:14.3745rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100067;line-height:1.6;letter-spacing:0;top:11.43017578125rem;left:42.4658203125rem;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; }
#duJHTXEnpbD4mpk4pciAwePXPmetbhPJ { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"alw arabic";font-size:1.75rem;font-weight:700;z-index:100066;line-height:1.2;letter-spacing:0;top:5.17578125rem;left:5.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; }
#P7QBUvQJpC4q4AT9kg9l9u5VNldOoFN4 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100068;line-height:1.6;letter-spacing:0;top:13.6875rem;left:5.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; }
#L8L6EmQVnlKGTSx8OJbfTHMb2nbvMxCI { z-index:100068;top:13.875rem;left:45.0625rem;background-color:#824b59;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; }
#WlotDwSgNE2vTt7UM0J4tu1ZgwJmV8Zh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FOOcHZaSHt9oaLz8H4rfP8v84zgoRDKM { z-index:100073;top:13.8125rem;left:26.75rem;background-color:#824b59;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; }
#reMNpKyWgewRPxsDQfI2dpCzQ2qunRfq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CkxgSd80MLTX4tekhKc6FOKnZEwE2vOt { z-index:100069;top:13.8125rem;left:7.6875rem;background-color:#824b59;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; }
#u82o4L1kHUfzbgZsv61MN0OJ4qR3eOTv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N2QT0XpEh5BFTvNg9mSr6aTNc8cwIy1K { color:#000000;display:block;width:13.8730625rem;position:absolute;font-family:"alw arabic";font-size:1.4375rem;font-weight:700;z-index:100068;line-height:1.2;letter-spacing:0;top:5.55078125rem;left:24.375rem;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; }
#wven1h4DsTaoMgzEFBmGrEvOuRcgddwl { color:#a0111b;display:block;width:14.3730625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100073;line-height:1.6;letter-spacing:0;top:11.1044921875rem;left:5.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; }
#lUBgt8M1m27MGaHqJTLWnre2sSCB0zRu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #d7b0cd, #f3dada);background-image: -moz-linear-gradient(181deg, #d7b0cd, #f3dada);background-image: -ms-linear-gradient(181deg, #d7b0cd, #f3dada);background-image: -o-linear-gradient(181deg, #d7b0cd, #f3dada);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#f3dada' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#f3dada' );";background-image: linear-gradient(181deg, #d7b0cd, #f3dada);background-size:cover !important;position:relative;display:block; }#lUBgt8M1m27MGaHqJTLWnre2sSCB0zRu > .row .container { background-color: transparent; background-image: none; }#lUBgt8M1m27MGaHqJTLWnre2sSCB0zRu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lUBgt8M1m27MGaHqJTLWnre2sSCB0zRu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lUBgt8M1m27MGaHqJTLWnre2sSCB0zRu > .row .container > .video-iframe-container { display: none; }#lUBgt8M1m27MGaHqJTLWnre2sSCB0zRu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lUBgt8M1m27MGaHqJTLWnre2sSCB0zRu > .row > .video-iframe-container { display: none; }#lUBgt8M1m27MGaHqJTLWnre2sSCB0zRu > .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); }#lUBgt8M1m27MGaHqJTLWnre2sSCB0zRu > .row .container { border-width: 0; border-radius: 0; }#lUBgt8M1m27MGaHqJTLWnre2sSCB0zRu > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:block; }#MOmR7K5bcTZl6d4Cfeg2kGJNQVrbFBpC { position:absolute;display:block;z-index:100046;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:2rem;left:41.9375rem;display:block; }#MOmR7K5bcTZl6d4Cfeg2kGJNQVrbFBpC.adaptive-delivery-prevent-bg, #MOmR7K5bcTZl6d4Cfeg2kGJNQVrbFBpC.lazyload, #MOmR7K5bcTZl6d4Cfeg2kGJNQVrbFBpC.lazyloading { background-image: none; }
#qK5Z1qkLmIhQNhsGoVws3DR1JfddOnwk { color:#000000;display:block;width:13.8730625rem;position:absolute;font-family:"alw arabic";font-size:1.4375rem;font-weight:700;z-index:100067;line-height:1.2;letter-spacing:0;top:5.55078125rem;left:42.6875rem;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; }
#ZQb9iIbCMVnkmRQpfTa1TXTFNARRZKDM { color:#000000;display:block;width:12rem;position:absolute;font-family:"alw new";font-size:1.125rem;font-weight:700;z-index:100066;line-height:1.1;letter-spacing:0;top:8.9375rem;left:43.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; }
#mC73as8tv7htxColc7Rm6qJWiavWo17R { position:absolute;display:block;z-index:100051;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:2rem;left:23.625rem;display:block; }#mC73as8tv7htxColc7Rm6qJWiavWo17R.adaptive-delivery-prevent-bg, #mC73as8tv7htxColc7Rm6qJWiavWo17R.lazyload, #mC73as8tv7htxColc7Rm6qJWiavWo17R.lazyloading { background-image: none; }
#z6s32mTfadFG5RSqzTTKz6uOwJWZGJGp { color:#a0111b;display:block;width:14.374rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100072;line-height:1.6;letter-spacing:0;top:11.1044921875rem;left:24.1240234375rem;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; }
#kHT5vMXDyGFp8AiLvzcr60Q8dbWAVKR2 { position:absolute;display:block;z-index:100045;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:2rem;left:4.5625rem;display:block; }#kHT5vMXDyGFp8AiLvzcr60Q8dbWAVKR2.adaptive-delivery-prevent-bg, #kHT5vMXDyGFp8AiLvzcr60Q8dbWAVKR2.lazyload, #kHT5vMXDyGFp8AiLvzcr60Q8dbWAVKR2.lazyloading { background-image: none; }
#xxJLumcMGlGBtxKcbzDEH4XJxIgH2Tfw { color:#a0111b;display:block;width:14.3745rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100067;line-height:1.6;letter-spacing:0;top:11.43017578125rem;left:42.4658203125rem;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; }
#EScLeOoqb7yZIMoi3G1f0O8D9UgbhhtB { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"alw arabic";font-size:1.75rem;font-weight:700;z-index:100066;line-height:1.2;letter-spacing:0;top:5.17578125rem;left:5.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; }
#cqdtVzbhs2CsKr1Ik2WRaJCS5TX8LSoC { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100068;line-height:1.6;letter-spacing:0;top:13.6875rem;left:5.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; }
#HPrOQAB6OWqqea7nL40VgcFrfXN5WxAw { z-index:100068;top:13.875rem;left:45.0625rem;background-color:#824b59;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; }
#JcBx8LTack6vH7TGo2XHZXTnJ3qdc4x9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#leMXF8Wx8TnAXpTcE7NPiSq5HEZfQf3z { z-index:100073;top:13.8125rem;left:26.75rem;background-color:#824b59;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; }
#EK6KieGiXasWINMbiNES7QVuCW02RcxS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cHVRhZaiAkORr36z0Vfe4x3THkO7KTob { z-index:100069;top:13.8125rem;left:7.6875rem;background-color:#824b59;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; }
#WRAR9oL52QtyMMhxd8B9WKTsxFgC4Bxb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hRLzUUU4FBW8ykxkUvlopE52DslPcF08 { color:#000000;display:block;width:13.8730625rem;position:absolute;font-family:"alw arabic";font-size:1.4375rem;font-weight:700;z-index:100068;line-height:1.2;letter-spacing:0;top:5.55078125rem;left:24.375rem;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; }
#uzs52Tqw6mpJTw0lH5wvywHAIHfU44dS { color:#a0111b;display:block;width:14.3730625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100073;line-height:1.6;letter-spacing:0;top:11.1044921875rem;left:5.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; }
#PymBEL1ZvBRmcxvvoFPpst91bQEa7uMe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #f3dada, #d7b0cd);background-image: -moz-linear-gradient(181deg, #f3dada, #d7b0cd);background-image: -ms-linear-gradient(181deg, #f3dada, #d7b0cd);background-image: -o-linear-gradient(181deg, #f3dada, #d7b0cd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3dada', endColorstr='#d7b0cd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3dada', endColorstr='#d7b0cd' );";background-image: linear-gradient(181deg, #f3dada, #d7b0cd);background-size:cover !important;position:relative;display:block; }#PymBEL1ZvBRmcxvvoFPpst91bQEa7uMe > .row .container { background-color: transparent; background-image: none; }#PymBEL1ZvBRmcxvvoFPpst91bQEa7uMe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PymBEL1ZvBRmcxvvoFPpst91bQEa7uMe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PymBEL1ZvBRmcxvvoFPpst91bQEa7uMe > .row .container > .video-iframe-container { display: none; }#PymBEL1ZvBRmcxvvoFPpst91bQEa7uMe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PymBEL1ZvBRmcxvvoFPpst91bQEa7uMe > .row > .video-iframe-container { display: none; }#PymBEL1ZvBRmcxvvoFPpst91bQEa7uMe > .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); }#PymBEL1ZvBRmcxvvoFPpst91bQEa7uMe > .row .container { border-width: 0; border-radius: 0; }#PymBEL1ZvBRmcxvvoFPpst91bQEa7uMe > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:block; }#dROCL1EirAp1TpWiyvty3XwJRHPP0znK { position:absolute;display:block;z-index:100046;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:2rem;left:41.9375rem;display:block; }#dROCL1EirAp1TpWiyvty3XwJRHPP0znK.adaptive-delivery-prevent-bg, #dROCL1EirAp1TpWiyvty3XwJRHPP0znK.lazyload, #dROCL1EirAp1TpWiyvty3XwJRHPP0znK.lazyloading { background-image: none; }
#m8UNplzMkppJenJg7Tos9emITplnxQ3I { color:#000000;display:block;width:13.8730625rem;position:absolute;font-family:"alw arabic";font-size:1.4375rem;font-weight:700;z-index:100067;line-height:1.2;letter-spacing:0;top:5.55078125rem;left:42.6875rem;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; }
#yUTQJEQ36GSckfw9SQhhxRZwXSEMBiih { color:#000000;display:block;width:12rem;position:absolute;font-family:"alw new";font-size:1.125rem;font-weight:700;z-index:100066;line-height:1.1;letter-spacing:0;top:8.9375rem;left:43.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; }
#ADqpmTV2VPENP3MZpxC7Xvmo4u1DZyko { position:absolute;display:block;z-index:100051;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:2rem;left:23.625rem;display:block; }#ADqpmTV2VPENP3MZpxC7Xvmo4u1DZyko.adaptive-delivery-prevent-bg, #ADqpmTV2VPENP3MZpxC7Xvmo4u1DZyko.lazyload, #ADqpmTV2VPENP3MZpxC7Xvmo4u1DZyko.lazyloading { background-image: none; }
#SmonO6NQZhKqLxFH3l4e4tA6Zs84FoT7 { color:#a0111b;display:block;width:14.374rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100072;line-height:1.6;letter-spacing:0;top:11.1044921875rem;left:24.1240234375rem;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; }
#ZlnhT0083nwfCridAyBTdqNabL0ssi8w { position:absolute;display:block;z-index:100045;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:2rem;left:4.5625rem;display:block; }#ZlnhT0083nwfCridAyBTdqNabL0ssi8w.adaptive-delivery-prevent-bg, #ZlnhT0083nwfCridAyBTdqNabL0ssi8w.lazyload, #ZlnhT0083nwfCridAyBTdqNabL0ssi8w.lazyloading { background-image: none; }
#dG4LxSQKTT50IcIkB5QN3J3pqME1po6M { color:#a0111b;display:block;width:14.3745rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100067;line-height:1.6;letter-spacing:0;top:11.43017578125rem;left:42.4658203125rem;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; }
#tQltuTdR1S8T90oIBeFmDIu1JZFucXS0 { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"alw arabic";font-size:1.75rem;font-weight:700;z-index:100066;line-height:1.2;letter-spacing:0;top:5.17578125rem;left:5.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; }
#rF6OgoysbMIH5r8ev8LkrfhHKzyQ81bA { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100068;line-height:1.6;letter-spacing:0;top:13.6875rem;left:5.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; }
#KFklm6kfmQIiD3ethUDy8DpRpDeXbfTX { z-index:100068;top:13.875rem;left:45.0625rem;background-color:#824b59;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; }
#EXK9RfFyr1NSprGnBphslJ5ghH8nSZmT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hDOwQzRrQZOvT4QCKPJ6AAUSrB8IcyXf { z-index:100073;top:13.8125rem;left:26.75rem;background-color:#824b59;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; }
#rqXNwK1TDRNk5QVaOlsK9ruWRT2yXzfr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MgeGcEKlclB4LUNlRbu6GzHIqBuLBCDs { z-index:100069;top:13.8125rem;left:7.6875rem;background-color:#824b59;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; }
#IrM8rIv3rU8CMBocVO8pOBd2C5ZFbt2H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QHLrd5DxkWX9xBIClCBIlTPqoaNgbnr3 { color:#000000;display:block;width:13.8730625rem;position:absolute;font-family:"alw arabic";font-size:1.4375rem;font-weight:700;z-index:100068;line-height:1.2;letter-spacing:0;top:5.55078125rem;left:24.375rem;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; }
#JtPXa8bMHptucIruK1hA9Xe7el7Kmogm { color:#a0111b;display:block;width:14.3730625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100073;line-height:1.6;letter-spacing:0;top:11.1044921875rem;left:5.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; }
#cgRCENglV0zdfIIBTaZVvg5N73OXclwN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(130,75,89,0.72);background-image:url("https://images.assets-landingi.com/DKlZfIB9/insta.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#cgRCENglV0zdfIIBTaZVvg5N73OXclwN.adaptive-delivery-prevent-bg, #cgRCENglV0zdfIIBTaZVvg5N73OXclwN.lazyload, #cgRCENglV0zdfIIBTaZVvg5N73OXclwN.lazyloading { background-image: none; }#cgRCENglV0zdfIIBTaZVvg5N73OXclwN > .row .container { background-color: transparent; background-image: none; }#cgRCENglV0zdfIIBTaZVvg5N73OXclwN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cgRCENglV0zdfIIBTaZVvg5N73OXclwN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cgRCENglV0zdfIIBTaZVvg5N73OXclwN > .row .container > .video-iframe-container { display: none; }#cgRCENglV0zdfIIBTaZVvg5N73OXclwN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cgRCENglV0zdfIIBTaZVvg5N73OXclwN > .row > .video-iframe-container { display: none; }#cgRCENglV0zdfIIBTaZVvg5N73OXclwN > .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); }#cgRCENglV0zdfIIBTaZVvg5N73OXclwN > .row .container { border-width: 0; border-radius: 0; }#cgRCENglV0zdfIIBTaZVvg5N73OXclwN > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#r1vnIa1t3l8sDlT0G3A1TVFmSmz9sd56 { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:amiri;font-size:1.9375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.78125rem;left:12.59375rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#h5w1BIHVxPGbNU75Erysbnwwq7ABm8Ji { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:1.9375rem;top:1.0625rem;left:38.46875rem;overflow:hidden;display:block; }
#NufayxZW1ysMVNtTL6zzc2t0wvzeNUF2 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:1.03125rem;left:20.03125rem;overflow:hidden;display:block; }
#w6bc2OZZ0KLzE9CuvNhWJRefR5hCFf4M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(185deg, #d7b0cd, #f3dada);background-image: -moz-linear-gradient(185deg, #d7b0cd, #f3dada);background-image: -ms-linear-gradient(185deg, #d7b0cd, #f3dada);background-image: -o-linear-gradient(185deg, #d7b0cd, #f3dada);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#f3dada' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#f3dada' );";background-image: linear-gradient(185deg, #d7b0cd, #f3dada);background-size:cover !important;position:relative;display:block; }#w6bc2OZZ0KLzE9CuvNhWJRefR5hCFf4M > .row .container { background-color: transparent; background-image: none; }#w6bc2OZZ0KLzE9CuvNhWJRefR5hCFf4M::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w6bc2OZZ0KLzE9CuvNhWJRefR5hCFf4M > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w6bc2OZZ0KLzE9CuvNhWJRefR5hCFf4M > .row .container > .video-iframe-container { display: none; }#w6bc2OZZ0KLzE9CuvNhWJRefR5hCFf4M > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w6bc2OZZ0KLzE9CuvNhWJRefR5hCFf4M > .row > .video-iframe-container { display: none; }#w6bc2OZZ0KLzE9CuvNhWJRefR5hCFf4M > .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); }#w6bc2OZZ0KLzE9CuvNhWJRefR5hCFf4M > .row .container { border-width: 0; border-radius: 0; }#w6bc2OZZ0KLzE9CuvNhWJRefR5hCFf4M > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:block; }#Xdq52xfokfO8N0sQ6hUwlECpQCBJKWQZ { 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:2.0625rem;left:8.625rem;display:block; }#Xdq52xfokfO8N0sQ6hUwlECpQCBJKWQZ.adaptive-delivery-prevent-bg, #Xdq52xfokfO8N0sQ6hUwlECpQCBJKWQZ.lazyload, #Xdq52xfokfO8N0sQ6hUwlECpQCBJKWQZ.lazyloading { background-image: none; }
#AdlavKSotsdU1UMCW2zLQQM0rE4iHv0b { color:#000000;display:block;width:13.874rem;position:absolute;font-family:"alw arabic";font-size:1.4375rem;font-weight:700;z-index:100056;line-height:1.2;letter-spacing:0;top:5.25rem;left:9.375rem;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; }
#lyEh23gRTVOR9NxIl0fBWTlcd2g3fRKJ { 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.625rem;left:9.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; }
#bRGCL8BrTqURCBGsGRJnaPSnKpqWexMS { z-index:100059;top:14rem;left:11.75rem;background-color:#824b59;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; }
#mD17cisPsTI5pNwycxSt34LgDDgcRheA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fofVNObdTgIT9Lp6Of9k0FSvRnV0WgrQ { position:absolute;display:block;z-index:100041;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:2.0625rem;left:33.0625rem;display:block; }#fofVNObdTgIT9Lp6Of9k0FSvRnV0WgrQ.adaptive-delivery-prevent-bg, #fofVNObdTgIT9Lp6Of9k0FSvRnV0WgrQ.lazyload, #fofVNObdTgIT9Lp6Of9k0FSvRnV0WgrQ.lazyloading { background-image: none; }
#HX7QsfkkW3wBVA3abJZeZdkNir5HD4uA { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100062;line-height:1.6;letter-spacing:0;top:11.5625rem;left:33.5rem;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; }
#U3D9I7GGWug5ksqpHTGxI7SN70yE2LII { z-index:100063;top:13.875rem;left:36.1875rem;background-color:#824b59;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; }
#w9FTKTy2cJIx3EG5OcvJToubuJKnIwbT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Kbl5iQdp0CaqwJ4T2TkmTEkT9fMpEyaf { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"alw arabic";font-size:1.375rem;font-weight:700;z-index:100055;line-height:1.2;letter-spacing:0;top:5.6875rem;left:33.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; }
#yV9MpayU9uRrNensbhHEMVf8sXRZfVCn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(130,75,89,0.72);background-image:url("https://images.assets-landingi.com/DKlZfIB9/insta.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#yV9MpayU9uRrNensbhHEMVf8sXRZfVCn.adaptive-delivery-prevent-bg, #yV9MpayU9uRrNensbhHEMVf8sXRZfVCn.lazyload, #yV9MpayU9uRrNensbhHEMVf8sXRZfVCn.lazyloading { background-image: none; }#yV9MpayU9uRrNensbhHEMVf8sXRZfVCn > .row .container { background-color: transparent; background-image: none; }#yV9MpayU9uRrNensbhHEMVf8sXRZfVCn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yV9MpayU9uRrNensbhHEMVf8sXRZfVCn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yV9MpayU9uRrNensbhHEMVf8sXRZfVCn > .row .container > .video-iframe-container { display: none; }#yV9MpayU9uRrNensbhHEMVf8sXRZfVCn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yV9MpayU9uRrNensbhHEMVf8sXRZfVCn > .row > .video-iframe-container { display: none; }#yV9MpayU9uRrNensbhHEMVf8sXRZfVCn > .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); }#yV9MpayU9uRrNensbhHEMVf8sXRZfVCn > .row .container { border-width: 0; border-radius: 0; }#yV9MpayU9uRrNensbhHEMVf8sXRZfVCn > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#rX3ZesWQ8awsB8arHO4BT2wTw16sy8GM { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:amiri;font-size:1.9375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.78125rem;left:12.59375rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#A42DFuR13fLXZAlvL4z7Q3to4bZ3IdZG { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:1.9375rem;top:1.0625rem;left:38.46875rem;overflow:hidden;display:block; }
#pJyHyrFFLDrbfWEFznPTw7IPVDtwN6iK { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:1.03125rem;left:20.03125rem;overflow:hidden;display:block; }
#p0IFtfapavQkqHEu4P8ze1zb8xVAL4Cm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #f3dada, #d7b0cd);background-image: -moz-linear-gradient(181deg, #f3dada, #d7b0cd);background-image: -ms-linear-gradient(181deg, #f3dada, #d7b0cd);background-image: -o-linear-gradient(181deg, #f3dada, #d7b0cd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3dada', endColorstr='#d7b0cd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3dada', endColorstr='#d7b0cd' );";background-image: linear-gradient(181deg, #f3dada, #d7b0cd);background-size:cover !important;position:relative;display:block; }#p0IFtfapavQkqHEu4P8ze1zb8xVAL4Cm > .row .container { background-color: transparent; background-image: none; }#p0IFtfapavQkqHEu4P8ze1zb8xVAL4Cm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p0IFtfapavQkqHEu4P8ze1zb8xVAL4Cm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p0IFtfapavQkqHEu4P8ze1zb8xVAL4Cm > .row .container > .video-iframe-container { display: none; }#p0IFtfapavQkqHEu4P8ze1zb8xVAL4Cm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p0IFtfapavQkqHEu4P8ze1zb8xVAL4Cm > .row > .video-iframe-container { display: none; }#p0IFtfapavQkqHEu4P8ze1zb8xVAL4Cm > .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); }#p0IFtfapavQkqHEu4P8ze1zb8xVAL4Cm > .row .container { border-width: 0; border-radius: 0; }#p0IFtfapavQkqHEu4P8ze1zb8xVAL4Cm > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:block; }#UxIv2kHFC8SlISJmqQzTZsyV8nXQWRhS { position:absolute;display:block;z-index:100046;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:2rem;left:41.9375rem;display:block; }#UxIv2kHFC8SlISJmqQzTZsyV8nXQWRhS.adaptive-delivery-prevent-bg, #UxIv2kHFC8SlISJmqQzTZsyV8nXQWRhS.lazyload, #UxIv2kHFC8SlISJmqQzTZsyV8nXQWRhS.lazyloading { background-image: none; }
#SRCxTwiVTvZliXadmK9ngTQRDbHLfwmZ { color:#000000;display:block;width:13.8730625rem;position:absolute;font-family:"alw arabic";font-size:1.4375rem;font-weight:700;z-index:100067;line-height:1.2;letter-spacing:0;top:5.55078125rem;left:42.6875rem;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; }
#GfTcMf2Kdaf3SnQFQRcmEv8MPQCvwl5z { color:#000000;display:block;width:12rem;position:absolute;font-family:"alw new";font-size:1.125rem;font-weight:700;z-index:100066;line-height:1.1;letter-spacing:0;top:8.9375rem;left:43.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; }
#DDARCZgBDA1Z8LCTqSZIuTzStzZLDZP6 { position:absolute;display:block;z-index:100051;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:2rem;left:23.625rem;display:block; }#DDARCZgBDA1Z8LCTqSZIuTzStzZLDZP6.adaptive-delivery-prevent-bg, #DDARCZgBDA1Z8LCTqSZIuTzStzZLDZP6.lazyload, #DDARCZgBDA1Z8LCTqSZIuTzStzZLDZP6.lazyloading { background-image: none; }
#RVtNODuXaExPskX71Sq4RAcsTQqbkNtP { position:absolute;display:block;z-index:100045;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:2rem;left:4.5625rem;display:block; }#RVtNODuXaExPskX71Sq4RAcsTQqbkNtP.adaptive-delivery-prevent-bg, #RVtNODuXaExPskX71Sq4RAcsTQqbkNtP.lazyload, #RVtNODuXaExPskX71Sq4RAcsTQqbkNtP.lazyloading { background-image: none; }
#DlpPtJgKZ8p1XndoTyryqlMZGDbtspJ2 { color:#a0111b;display:block;width:14.3745rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100067;line-height:1.6;letter-spacing:0;top:11.43017578125rem;left:42.4658203125rem;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; }
#W6roAOh1WG1VmfGheTrikntnyb0NM6wI { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"alw arabic";font-size:1.75rem;font-weight:700;z-index:100066;line-height:1.2;letter-spacing:0;top:6.224609375rem;left:5.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; }
#WIASgFWPJeabHoilrPtf7yvTAKSBTyeN { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100068;line-height:1.6;letter-spacing:0;top:13.6875rem;left:5.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; }
#lJ59JOg1UcUl6aZKZkmE2cFuHcixHch5 { z-index:100068;top:13.875rem;left:45.0625rem;background-color:#824b59;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; }
#wqMQxU4siGe31aL1hRVaRRO7XiZzkOmo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#af0ZIK1LHIFcpSkJsHunLmHItLDyEriy { z-index:100073;top:13.8125rem;left:26.75rem;background-color:#824b59;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; }
#JmJqfDLmgQmaOz7I6lsdzNl5SM6uhkbi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WGpm910Um1wVGGAxE8rHo2KbCnQ2CUuR { z-index:100069;top:13.8125rem;left:7.6875rem;background-color:#824b59;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; }
#dFD1lTefrF7BdlGfCKTSB2h20NTPkAHE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MMWbPlCumsZWRINBJ5U9wZe0UPMumSVT { color:#000000;display:block;width:13.8730625rem;position:absolute;font-family:"alw arabic";font-size:1.4375rem;font-weight:700;z-index:100068;line-height:1.2;letter-spacing:0;top:5.55078125rem;left:24.375rem;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; }
#uN48eLTrIzDN8wAHs1cUAuxMpzp4crw2 { color:#a0111b;display:block;width:14.374rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100068;line-height:1.6;letter-spacing:0;top:11.4296875rem;left:24.1240234375rem;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; }
#wc7dl1IRSGkZKkHe9UTmKevpWftwtx0h { color:#a0111b;display:block;width:14.3730625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100069;line-height:1.6;letter-spacing:0;top:11.4296875rem;left:5.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; }
#OAhQ4XIm5KSRNDEynrkZGfZ27zSeoRXa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(130,75,89,0.72);background-image:url("https://images.assets-landingi.com/DKlZfIB9/insta.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#OAhQ4XIm5KSRNDEynrkZGfZ27zSeoRXa.adaptive-delivery-prevent-bg, #OAhQ4XIm5KSRNDEynrkZGfZ27zSeoRXa.lazyload, #OAhQ4XIm5KSRNDEynrkZGfZ27zSeoRXa.lazyloading { background-image: none; }#OAhQ4XIm5KSRNDEynrkZGfZ27zSeoRXa > .row .container { background-color: transparent; background-image: none; }#OAhQ4XIm5KSRNDEynrkZGfZ27zSeoRXa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OAhQ4XIm5KSRNDEynrkZGfZ27zSeoRXa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OAhQ4XIm5KSRNDEynrkZGfZ27zSeoRXa > .row .container > .video-iframe-container { display: none; }#OAhQ4XIm5KSRNDEynrkZGfZ27zSeoRXa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OAhQ4XIm5KSRNDEynrkZGfZ27zSeoRXa > .row > .video-iframe-container { display: none; }#OAhQ4XIm5KSRNDEynrkZGfZ27zSeoRXa > .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); }#OAhQ4XIm5KSRNDEynrkZGfZ27zSeoRXa > .row .container { border-width: 0; border-radius: 0; }#OAhQ4XIm5KSRNDEynrkZGfZ27zSeoRXa > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#nCB5PMK10Iw2ipQhNKoAfvkQtogObavZ { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:amiri;font-size:1.9375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.78125rem;left:12.59375rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#mXvIMT4xLHeADWCmeivO1Bo8caWFd0QP { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:1.9375rem;top:1.0625rem;left:38.46875rem;overflow:hidden;display:block; }
#bitfxK69IXc1Vv7MzR1LZHf2z9NkvthW { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:1.03125rem;left:20.03125rem;overflow:hidden;display:block; }
#KK1l8zEy17Ni1R9sfsOhVkagArQMF9TG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #f3dada, #d7b0cd);background-image: -moz-linear-gradient(181deg, #f3dada, #d7b0cd);background-image: -ms-linear-gradient(181deg, #f3dada, #d7b0cd);background-image: -o-linear-gradient(181deg, #f3dada, #d7b0cd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3dada', endColorstr='#d7b0cd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3dada', endColorstr='#d7b0cd' );";background-image: linear-gradient(181deg, #f3dada, #d7b0cd);background-size:cover !important;position:relative;display:block; }#KK1l8zEy17Ni1R9sfsOhVkagArQMF9TG > .row .container { background-color: transparent; background-image: none; }#KK1l8zEy17Ni1R9sfsOhVkagArQMF9TG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KK1l8zEy17Ni1R9sfsOhVkagArQMF9TG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KK1l8zEy17Ni1R9sfsOhVkagArQMF9TG > .row .container > .video-iframe-container { display: none; }#KK1l8zEy17Ni1R9sfsOhVkagArQMF9TG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KK1l8zEy17Ni1R9sfsOhVkagArQMF9TG > .row > .video-iframe-container { display: none; }#KK1l8zEy17Ni1R9sfsOhVkagArQMF9TG > .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); }#KK1l8zEy17Ni1R9sfsOhVkagArQMF9TG > .row .container { border-width: 0; border-radius: 0; }#KK1l8zEy17Ni1R9sfsOhVkagArQMF9TG > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:block; }#ghqPK2Vmg1vZfpTaA8I822DIZJhTARl8 { position:absolute;display:block;z-index:100051;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:2.0625rem;left:22.3125rem;display:block; }#ghqPK2Vmg1vZfpTaA8I822DIZJhTARl8.adaptive-delivery-prevent-bg, #ghqPK2Vmg1vZfpTaA8I822DIZJhTARl8.lazyload, #ghqPK2Vmg1vZfpTaA8I822DIZJhTARl8.lazyloading { background-image: none; }
#d9LRzp5He5n6lBElird1oTWDIqZClq1J { z-index:100073;top:13.875rem;left:25.4375rem;background-color:#824b59;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; }
#Hg4AfZJu466mbFNGKycBgLupCXlIkVyH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#F8y492QmeHA6Wx3h7HABZNsw2oS3d362 { color:#000000;display:block;width:13.8730625rem;position:absolute;font-family:"alw arabic";font-size:1.4375rem;font-weight:700;z-index:100068;line-height:1.2;letter-spacing:0;top:5.625rem;left:23.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; }
#q8tXhZxUik3q6ZR5bvcoz4shCX1ZliJ5 { color:#a0111b;display:block;width:14.3730625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100073;line-height:1.6;letter-spacing:0;top:11.25rem;left:22.8125rem;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; }
#zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(130,75,89,0.72);background-image:url("https://images.assets-landingi.com/DKlZfIB9/insta.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge.adaptive-delivery-prevent-bg, #zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge.lazyload, #zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge.lazyloading { background-image: none; }#zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge > .row .container { background-color: transparent; background-image: none; }#zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge > .row .container > .video-iframe-container { display: none; }#zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge > .row > .video-iframe-container { display: none; }#zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge > .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); }#zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge > .row .container { border-width: 0; border-radius: 0; }#zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#H0W32oDw7zK1lhSGWNdTU1oQk9s64H1g { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:amiri;font-size:1.9375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.78125rem;left:12.59375rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#bNehxOdOHRhtBcpLoWthK4sGHWBbEVO0 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:1.9375rem;top:1.0625rem;left:38.46875rem;overflow:hidden;display:block; }
#QNXB4Ch926XrGrNkfWT8TLwEICe3ZIMn { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:1.03125rem;left:20.03125rem;overflow:hidden;display:block; }
#ndTDyBoTWNZ26uJG6Hx37M7TZnTt7o4o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3dada, #d7b0cd);background-image: -moz-linear-gradient(180deg, #f3dada, #d7b0cd);background-image: -ms-linear-gradient(180deg, #f3dada, #d7b0cd);background-image: -o-linear-gradient(180deg, #f3dada, #d7b0cd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3dada', endColorstr='#d7b0cd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3dada', endColorstr='#d7b0cd' );";background-image: linear-gradient(180deg, #f3dada, #d7b0cd);background-size:cover !important;position:relative;display:block; }#ndTDyBoTWNZ26uJG6Hx37M7TZnTt7o4o > .row .container { background-color: transparent; background-image: none; }#ndTDyBoTWNZ26uJG6Hx37M7TZnTt7o4o::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ndTDyBoTWNZ26uJG6Hx37M7TZnTt7o4o > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ndTDyBoTWNZ26uJG6Hx37M7TZnTt7o4o > .row .container > .video-iframe-container { display: none; }#ndTDyBoTWNZ26uJG6Hx37M7TZnTt7o4o > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ndTDyBoTWNZ26uJG6Hx37M7TZnTt7o4o > .row > .video-iframe-container { display: none; }#ndTDyBoTWNZ26uJG6Hx37M7TZnTt7o4o > .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); }#ndTDyBoTWNZ26uJG6Hx37M7TZnTt7o4o > .row .container { border-width: 0; border-radius: 0; }#ndTDyBoTWNZ26uJG6Hx37M7TZnTt7o4o > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:block; }#JZRMg9ufd4lC33T75vCAGxUazhqRSsoP { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:11.25rem;width:16.875rem;top:1.03125rem;left:41.65576171875rem;overflow:hidden;display:block; }
#Mf1IHbALwTDw3E3yOakau6R2Jr3zdecs { color:#76224c;display:block;width:16.624rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:14.12255859375rem;left:42rem;height:1.7858875rem;text-align:center;text-align-last:center;display:block; }
#uJkHeog8C8EK1SylmOTV5EM4O7POSExO { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:11.25rem;width:17.0625rem;top:1.27880859375rem;left:21.21826171875rem;overflow:hidden;display:block; }
#swxRaXmK0B1u3UnRlffRDb8v7xzVRSTy { color:#76224c;display:block;width:20.375rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:14.12255859375rem;left:19.810546875rem;height:1.7858875rem;text-align:center;text-align-last:center;display:block; }
#CcOQNVkNKUqBmfGM2vqUWhI1WJeWhvSR { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:11.25rem;width:16.875rem;top:1.96875rem;left:2.37158203125rem;overflow:hidden;display:block; }
#elX9FfxUyLtvToE4VcLPlKA1VwR3q7GH { color:#76224c;display:block;width:16.75rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:14.12255859375rem;left:2.43603515625rem;height:1.7858875rem;text-align:center;text-align-last:center;display:block; }
#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d7b0cd, #f3dada);background-image: -moz-linear-gradient(180deg, #d7b0cd, #f3dada);background-image: -ms-linear-gradient(180deg, #d7b0cd, #f3dada);background-image: -o-linear-gradient(180deg, #d7b0cd, #f3dada);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#f3dada' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#f3dada' );";background-image: linear-gradient(180deg, #d7b0cd, #f3dada);background-size:auto !important;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:#76224c;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.5996125rem;text-align:right;text-align-last:right;display:block; }
#zMvLENHrStyvhG8Ozxv4I60bV5P1cyT1 { color:#76224c;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.7858875rem;text-align:right;text-align-last:right;display:block; }
#kSUOqcanuNJUXJKGZcuPvbhJNMx8xJ2v { color:#76224c;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.571775rem;text-align:right;text-align-last:right;display:block; }
#Dt2k7KqqUozMbOqhSd580h58TsiE3CBP { box-sizing:content-box;color:#76224c;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:15.4375rem;left:44.0625rem;display:block; }
#dWu7MR36dtPWXRxKHmmFulFbBFiDKig5 { box-sizing:content-box;color:#76224c;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:15.4375rem;left:46.6875rem;display:block; }
#IIz3xaCacHHWct2sIZeGiPmdTFcgiJT1 { box-sizing:content-box;color:#76224c;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:15.4375rem;left:49.375rem;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:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:12.3125rem;left:51.1875rem;display:block; }
#uuc6TcCrTgalHTOaGdrkNlQk3iAVl7SG { box-sizing:content-box;color:#050505;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; }
#sSu6sBlPFEc3kDgkUXr1xhVCi8Km65bn { color:#76224c;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.2999125rem;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.75rem;left:8.1240234375rem;width:27.5625rem;height:3.4298470080365rem;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) { #hZctNBkvfToUqedbmHKNBPzreL59Qul9 { top:4.1875rem;left:2.09375rem;width:20.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT2xXSR6A11yoQPrS5IwJ5r8xpKy19xl { top:3.3125rem;left:1.5rem;width:21.25rem;height:34.8125rem;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) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #r2h7CTtnHW67A41BGb1FSJuQTqrM9srx {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pPFe8dGrwFLAN2gmGDsQtQ3x2bpUJOCc {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pytayMPl8tmBfw0L7VhQ0rOW3bsl1WTu {  }
 }@media only screen and (max-width: 763px) { #lymPltaT4udRuyCHk2VU3RS6bLr8JO8Q { 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) { #eGlLTDsU5z7DoPzatJ4GcQHZSi9mofwT { top:8.8125rem;left:8.6875rem;width:11.875rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t79mPyikoaEybv3a1TUvrvEpJgIHiLhb { top:8.6875rem;left:4.15625rem;width:8rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVlxk05uwnTrJ2HhKAoUebikbJnhxuKR { display:block; }#CVlxk05uwnTrJ2HhKAoUebikbJnhxuKR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJpKWZBKwAHApgUrtda0JZ1Wng54gUno { top:0.75rem;left:6.46875rem;width:34.8125rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuaOpG4NUcB6bfGgBvxi7P8TIWuT1JIV { top:1.0625rem;left:32.34375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfbevJgSG6qLQkHeCvuMMKtZoNCi88b5 { top:1rem;left:13.90625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af00K6iLH67AR8zHvnAJ9Z3HygUkmB1q { display:block; }#Af00K6iLH67AR8zHvnAJ9Z3HygUkmB1q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uznFIhQAuSfQ0ZyGsicUHl8tNomshNgS { width:15.1875rem;height:13.5625rem;top:2rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwmEEplW9t37Wynw1Hg9rPsNcIinpSgi { width:13.8125rem;height:;top:5.5rem;left:33.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO5Bw7Wx0bSuTfrVAmUR0qu2R8UokBXf { width:12rem;height:1.1875rem;top:8.9375rem;left:35.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICqINTU7ilSMIma3NZBrXTqc6NxMdE0T { width:15.1875rem;height:13.5625rem;top:2rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOSonri4VXSShH6sc90QIay7bNzgsE57 { width:14.3125rem;height:;top:11.0625rem;left:17.9990234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFGcsitlJNrzo5kX1os2kTCGB4uxbt6W { width:15.1875rem;height:13.5625rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf03zTSdSTFHGvcoVTJfy0DGmwIhL4hy { width:14.3125rem;height:;top:11.375rem;left:33.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHwTbE43yqk6KRZe2TTbbrzTGHxVXGGH { width:14.5rem;height:2.0625rem;top:6.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFq91cnsQ4fVOhSOH9aiOac7tlgsZIHl { width:14.3125rem;height:1.5625rem;top:13.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE96usXRJOeRGEg70ZmrrG7EKgsTJOdD { top:13.875rem;left:38.5625rem;width:9.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdPySzENOLz8z9rCgmhOlgOvlwyutRQa { display:block; }
 }@media only screen and (max-width: 763px) { #dT4aTgwL7NrQ0puOEhHrNGiKDdpJvS56 { top:13.8125rem;left:20.625rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3zmMaEJVIIeSXitkwihGsOgc1eTPfBq { display:block; }
 }@media only screen and (max-width: 763px) { #BxcHaXeNZc95mT5ou7UoD8bDQBGoQxkG { top:13.8125rem;left:1.5625rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBBwdDL0KNozDmnPqZPPp2ZMsxWZy5kM { display:block; }
 }@media only screen and (max-width: 763px) { #xi3w5UIFPnKEybg37Xv2yXxBo9MsqIfr { width:13.8125rem;height:;top:5.5rem;left:18.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWMRc6VQ4RTdXFcta14tGLPZ00ooPIpa { width:14.3125rem;height:;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@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.75rem;left:6.46875rem;width:34.8125rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV4BtMuGUFKeF964ZOlwz5WnMAGM3y4S { top:1.0625rem;left:32.34375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW19aS6O6zlefRO1unDlC9p87NwacAUW { top:1rem;left:13.90625rem;width:2rem;height:2rem;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) { #ZziT9eZIT6cymEkWwAgyqbzudETx26TL { width:15.25rem;height:13.625rem;top:1.875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n74U5xKUrMQtiOac1HqUToc91hC0kpUB { width:13.8125rem;height:3.4375rem;top:5.0625rem;left:16.9365234375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozAsqNAdnVbU9ivsvOZDL5MFPFZlCTzi { width:14.375rem;height:;top:11.375rem;left:16.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8qbLMO0N9Lzd1IDTxmEt3Ctq8tPhKZW { top:13.8125rem;left:19.3125rem;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) { #b8ZERIRD8nCX1eHafHT6Qyo14TLlJpDA { width:15.625rem;height:13.875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N77VGWRN6b5LDf6TIbmTBryeXoBbcCOU { width:13.8125rem;height:3.75rem;top:5.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpTeICzvmCg83Nru0wulASnoua64fwd5 { width:14.375rem;height:;top:10.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkfSoq1Ppd1LewiXhNT2kgIiJuHC8BTx { top:13.875rem;left:0.90625rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfsCaEU8ZLxUllDPnrtQk7HTz2k6g1oK { display:block; }
 }@media only screen and (max-width: 763px) { #KTZyE4RR1IaFnozyDtv19lZBTQgXODHE { width:15.25rem;height:13.625rem;top:1.9375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBAg9mTbu4IdCHtEgvm1Mgg7d09dPy3Q { width:14.375rem;height:;top:11.4375rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyySp4fAxbxa9VHMMBbPRUzRPlitBQ7U { top:13.75rem;left:37.0625rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbEeL8qzVyXM0ywE9DzDou4uSFybBOUe { display:block; }
 }@media only screen and (max-width: 763px) { #osaq88Dx7i5Ls59vRpygkMHskg4PTOch { width:13.8125rem;height:;top:5.5rem;left:33.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2RuAKdpKzJc5ZK5SRoL4LD34G6uAeZK { display:block; }#a2RuAKdpKzJc5ZK5SRoL4LD34G6uAeZK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7fNt46Tzhc9TfEmPpGXSlMlPacwgdT1 { width:15.25rem;height:13.625rem;top:1.0625rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQqxzkboyAX7ilXS5oTLlvk5axlWemUd { width:13.8125rem;height:3.4375rem;top:4.75rem;left:33.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3KCAiMwzCB6gz8CNalwyWoeFzKlMU4i { width:14.375rem;height:;top:10.625rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp34gC94ZCO6EVANPd8PbbqtcfABLd8q { width:15.25rem;height:13.625rem;top:1.0625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKw8AfSJTfFKMiNNMe3DLTBIv9geQVwh { width:14.375rem;height:;top:11.125rem;left:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O55TktNvNrOXdvBCS4Nq0HNO8PGxs9hr { width:13.875rem;height:;top:4.75rem;left:16.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFDTC7TzaeuTaDTsBN3KaNgZzk3oZU8b { width:15.25rem;height:13.625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMJKKlTQn48WitE25TDk4xZFB6SIyWcP { width:14.375rem;height:;top:10.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTTfTsT8bnTAvCCrGpxwR058PlOd15AD { width:13.875rem;height:4.3125rem;top:4.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQoWtXzmyU4eCK2WTk41lFggp8uVSZW9 { top:13.0625rem;left:37.8125rem;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) { #xsTrlFbxXe1n44XVT1RPwhLWMS8tTV3X { top:13rem;left:0.9375rem;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) { #Gdlh3mwwSJrMrKOHJBhVxtnhL1KnXIZ1 { top:13rem;left:19.5rem;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) { #IACasPmqBlndwUqwAxEfoZ3XZ5Xgq0O1 { display:block; }#IACasPmqBlndwUqwAxEfoZ3XZ5Xgq0O1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEbJATmVMMPJ6V4B8tXnPpC6oNclqCBG { width:15.25rem;height:13.625rem;top:2rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSaEhUPLynfBTqk7yqb9zROHN9XyURBI { width:13.875rem;height:5.25rem;top:4.1875rem;left:33.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KThGM7iSyV5KeruAhVWQXgH0oBEQTvTU { width:15.1875rem;height:1.5rem;top:10.875rem;left:32.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUP2hzSF7rDQ5w2OoGJv4dAIePEOp3s0 { width:14.375rem;height:;top:10.6875rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUOv65pJtpmeWp6fq2eNROpMBeh34iG6 { top:13.8125rem;left:38.25rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WihAiiQsWD5ADxlQvvueDAhJM3rxpTJe { display:block; }
 }@media only screen and (max-width: 763px) { #yfb5Ide3FCSd37kbk5fDV1CypwQiIOsz { width:15.25rem;height:13.625rem;top:2rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szCouJw1rQBpTHsuZZmUTAq3okkV9gTZ { width:13.8125rem;height:3.875rem;top:4.875rem;left:17.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBKpfndQ6PpBBdrTRWNTReAMOQO8ViCW { width:14.375rem;height:;top:10.625rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t267Tu0XbXvHhho8xT8WMQzTgmRaCwME { width:14.375rem;height:1.5625rem;top:11.625rem;left:17.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HshA0u61JEupbXe9mp2PJHi0mWUNKO64 { top:13.9375rem;left:20.1875rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxV1IRsEGuCMyueO9ZxLVX5TAp1xpQRh { display:block; }
 }@media only screen and (max-width: 763px) { #QRPM53I0qng446o2vnGh1bqmfNqu9Z1L { width:15.1875rem;height:13.5625rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQGeMUWdplNuGoX92e3hLdlTqdKu33Vo { width:14.375rem;height:;top:11.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tei2Ektzmlsi7g3w6DSLCu82L6FkPyaF { width:13.8125rem;height:3.875rem;top:5.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IauUwUlL7nTGd2oBCnuKAXNpim3Ju0Up { top:14rem;left:1.75rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdVTWbGcZLX1VBzsm2ErIcR2m9TQiC2i { display:block; }
 }@media only screen and (max-width: 763px) { #rEFMlwVmKfLiTECyiQyrLyMK8iGLEOVo { display:block; }#rEFMlwVmKfLiTECyiQyrLyMK8iGLEOVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPUqfgOyJ2Koa1KJlVPHGDVrsHRMBrGv { width:15.1875rem;height:13.5625rem;top:2rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu4LsvxzpWLJvXnk2Sxzon07BneKWRI3 { width:13.8125rem;height:;top:5.5rem;left:33.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4cUctfe7KtDLwM48Oi69oSndTEuHBXc { width:12rem;height:1.1875rem;top:8.9375rem;left:35.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz5iFKT9vIDfGSTWWUnEQyo0TfuddF4m { width:15.1875rem;height:13.5625rem;top:2rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSAVycCioHziAZ9rwNleGmXge1PfTsiC { width:14.3125rem;height:;top:11.0625rem;left:17.9990234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5i6989toyWLHfh3OJuthhtFLDKlt0wB { width:15.1875rem;height:13.5625rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp9C33c4AWX3Lz5c1TAJCvWg4qC7JTpg { width:14.3125rem;height:;top:11.375rem;left:33.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #duJHTXEnpbD4mpk4pciAwePXPmetbhPJ { width:13.875rem;height:4.1875rem;top:5.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7QBUvQJpC4q4AT9kg9l9u5VNldOoFN4 { width:14.3125rem;height:1.5625rem;top:13.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8L6EmQVnlKGTSx8OJbfTHMb2nbvMxCI { top:13.875rem;left:38.5625rem;width:9.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlotDwSgNE2vTt7UM0J4tu1ZgwJmV8Zh { display:block; }
 }@media only screen and (max-width: 763px) { #FOOcHZaSHt9oaLz8H4rfP8v84zgoRDKM { top:13.8125rem;left:20.625rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #reMNpKyWgewRPxsDQfI2dpCzQ2qunRfq { display:block; }
 }@media only screen and (max-width: 763px) { #CkxgSd80MLTX4tekhKc6FOKnZEwE2vOt { top:13.8125rem;left:1.5625rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u82o4L1kHUfzbgZsv61MN0OJ4qR3eOTv { display:block; }
 }@media only screen and (max-width: 763px) { #N2QT0XpEh5BFTvNg9mSr6aTNc8cwIy1K { width:13.8125rem;height:3.4375rem;top:5.5rem;left:18.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wven1h4DsTaoMgzEFBmGrEvOuRcgddwl { width:14.3125rem;height:;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUBgt8M1m27MGaHqJTLWnre2sSCB0zRu { display:block; }#lUBgt8M1m27MGaHqJTLWnre2sSCB0zRu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOmR7K5bcTZl6d4Cfeg2kGJNQVrbFBpC { width:15.1875rem;height:13.5625rem;top:2rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK5Z1qkLmIhQNhsGoVws3DR1JfddOnwk { width:13.8125rem;height:;top:5.5rem;left:33.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQb9iIbCMVnkmRQpfTa1TXTFNARRZKDM { width:12rem;height:1.1875rem;top:8.9375rem;left:35.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC73as8tv7htxColc7Rm6qJWiavWo17R { width:15.1875rem;height:13.5625rem;top:2rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6s32mTfadFG5RSqzTTKz6uOwJWZGJGp { width:14.3125rem;height:;top:11.0625rem;left:17.9990234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHT5vMXDyGFp8AiLvzcr60Q8dbWAVKR2 { width:15.1875rem;height:13.5625rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxJLumcMGlGBtxKcbzDEH4XJxIgH2Tfw { width:14.3125rem;height:;top:11.375rem;left:33.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EScLeOoqb7yZIMoi3G1f0O8D9UgbhhtB { width:13.875rem;height:;top:5.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqdtVzbhs2CsKr1Ik2WRaJCS5TX8LSoC { width:14.3125rem;height:1.5625rem;top:13.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPrOQAB6OWqqea7nL40VgcFrfXN5WxAw { top:13.875rem;left:38.5625rem;width:9.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcBx8LTack6vH7TGo2XHZXTnJ3qdc4x9 { display:block; }
 }@media only screen and (max-width: 763px) { #leMXF8Wx8TnAXpTcE7NPiSq5HEZfQf3z { top:13.8125rem;left:20.625rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK6KieGiXasWINMbiNES7QVuCW02RcxS { display:block; }
 }@media only screen and (max-width: 763px) { #cHVRhZaiAkORr36z0Vfe4x3THkO7KTob { top:13.8125rem;left:1.5625rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRAR9oL52QtyMMhxd8B9WKTsxFgC4Bxb { display:block; }
 }@media only screen and (max-width: 763px) { #hRLzUUU4FBW8ykxkUvlopE52DslPcF08 { width:13.8125rem;height:;top:5.5rem;left:18.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzs52Tqw6mpJTw0lH5wvywHAIHfU44dS { width:14.3125rem;height:;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PymBEL1ZvBRmcxvvoFPpst91bQEa7uMe { display:block; }#PymBEL1ZvBRmcxvvoFPpst91bQEa7uMe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dROCL1EirAp1TpWiyvty3XwJRHPP0znK { width:15.1875rem;height:13.5625rem;top:2rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8UNplzMkppJenJg7Tos9emITplnxQ3I { width:13.8125rem;height:;top:5.5rem;left:33.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUTQJEQ36GSckfw9SQhhxRZwXSEMBiih { width:12rem;height:1.1875rem;top:8.9375rem;left:35.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADqpmTV2VPENP3MZpxC7Xvmo4u1DZyko { width:15.1875rem;height:13.5625rem;top:2rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmonO6NQZhKqLxFH3l4e4tA6Zs84FoT7 { width:14.3125rem;height:;top:11.0625rem;left:17.9990234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlnhT0083nwfCridAyBTdqNabL0ssi8w { width:15.1875rem;height:13.5625rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG4LxSQKTT50IcIkB5QN3J3pqME1po6M { width:14.3125rem;height:;top:11.375rem;left:33.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQltuTdR1S8T90oIBeFmDIu1JZFucXS0 { width:13.875rem;height:;top:5.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF6OgoysbMIH5r8ev8LkrfhHKzyQ81bA { width:14.3125rem;height:1.5625rem;top:13.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFklm6kfmQIiD3ethUDy8DpRpDeXbfTX { top:13.875rem;left:38.5625rem;width:9.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXK9RfFyr1NSprGnBphslJ5ghH8nSZmT { display:block; }
 }@media only screen and (max-width: 763px) { #hDOwQzRrQZOvT4QCKPJ6AAUSrB8IcyXf { top:13.8125rem;left:20.625rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqXNwK1TDRNk5QVaOlsK9ruWRT2yXzfr { display:block; }
 }@media only screen and (max-width: 763px) { #MgeGcEKlclB4LUNlRbu6GzHIqBuLBCDs { top:13.8125rem;left:1.5625rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrM8rIv3rU8CMBocVO8pOBd2C5ZFbt2H { display:block; }
 }@media only screen and (max-width: 763px) { #QHLrd5DxkWX9xBIClCBIlTPqoaNgbnr3 { width:13.8125rem;height:;top:5.5rem;left:18.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtPXa8bMHptucIruK1hA9Xe7el7Kmogm { width:14.3125rem;height:;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgRCENglV0zdfIIBTaZVvg5N73OXclwN { display:block; }#cgRCENglV0zdfIIBTaZVvg5N73OXclwN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1vnIa1t3l8sDlT0G3A1TVFmSmz9sd56 { top:0.75rem;left:6.46875rem;width:34.8125rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5w1BIHVxPGbNU75Erysbnwwq7ABm8Ji { top:1.0625rem;left:32.34375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NufayxZW1ysMVNtTL6zzc2t0wvzeNUF2 { top:1rem;left:13.90625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6bc2OZZ0KLzE9CuvNhWJRefR5hCFf4M { display:block; }#w6bc2OZZ0KLzE9CuvNhWJRefR5hCFf4M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xdq52xfokfO8N0sQ6hUwlECpQCBJKWQZ { width:15.25rem;height:13.625rem;top:2.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdlavKSotsdU1UMCW2zLQQM0rE4iHv0b { width:13.8125rem;height:;top:5.25rem;left:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyEh23gRTVOR9NxIl0fBWTlcd2g3fRKJ { width:14.375rem;height:;top:11.625rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRGCL8BrTqURCBGsGRJnaPSnKpqWexMS { top:14rem;left:5.625rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD17cisPsTI5pNwycxSt34LgDDgcRheA { display:block; }
 }@media only screen and (max-width: 763px) { #fofVNObdTgIT9Lp6Of9k0FSvRnV0WgrQ { width:15.25rem;height:13.625rem;top:2.0625rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX7QsfkkW3wBVA3abJZeZdkNir5HD4uA { width:14.375rem;height:1.5625rem;top:11.5625rem;left:27.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3D9I7GGWug5ksqpHTGxI7SN70yE2LII { top:13.875rem;left:30.0625rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9FTKTy2cJIx3EG5OcvJToubuJKnIwbT { display:block; }
 }@media only screen and (max-width: 763px) { #Kbl5iQdp0CaqwJ4T2TkmTEkT9fMpEyaf { width:14.9375rem;height:3.25rem;top:5.6875rem;left:27.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV9MpayU9uRrNensbhHEMVf8sXRZfVCn { display:block; }#yV9MpayU9uRrNensbhHEMVf8sXRZfVCn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rX3ZesWQ8awsB8arHO4BT2wTw16sy8GM { top:0.75rem;left:6.46875rem;width:34.8125rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A42DFuR13fLXZAlvL4z7Q3to4bZ3IdZG { top:1.0625rem;left:32.34375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJyHyrFFLDrbfWEFznPTw7IPVDtwN6iK { top:1rem;left:13.90625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0IFtfapavQkqHEu4P8ze1zb8xVAL4Cm { display:block; }#p0IFtfapavQkqHEu4P8ze1zb8xVAL4Cm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxIv2kHFC8SlISJmqQzTZsyV8nXQWRhS { width:15.1875rem;height:13.5625rem;top:2rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRCxTwiVTvZliXadmK9ngTQRDbHLfwmZ { width:13.8125rem;height:;top:5.5rem;left:33.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfTcMf2Kdaf3SnQFQRcmEv8MPQCvwl5z { width:12rem;height:1.1875rem;top:8.9375rem;left:35.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDARCZgBDA1Z8LCTqSZIuTzStzZLDZP6 { width:15.1875rem;height:13.5625rem;top:2rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVtNODuXaExPskX71Sq4RAcsTQqbkNtP { width:15.1875rem;height:13.5625rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlpPtJgKZ8p1XndoTyryqlMZGDbtspJ2 { width:14.3125rem;height:;top:11.375rem;left:33.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6roAOh1WG1VmfGheTrikntnyb0NM6wI { width:13.875rem;height:;top:6.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIASgFWPJeabHoilrPtf7yvTAKSBTyeN { width:14.3125rem;height:1.5625rem;top:13.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ59JOg1UcUl6aZKZkmE2cFuHcixHch5 { top:13.875rem;left:38.5625rem;width:9.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqMQxU4siGe31aL1hRVaRRO7XiZzkOmo { display:block; }
 }@media only screen and (max-width: 763px) { #af0ZIK1LHIFcpSkJsHunLmHItLDyEriy { top:13.8125rem;left:20.625rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmJqfDLmgQmaOz7I6lsdzNl5SM6uhkbi { display:block; }
 }@media only screen and (max-width: 763px) { #WGpm910Um1wVGGAxE8rHo2KbCnQ2CUuR { top:13.8125rem;left:1.5625rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFD1lTefrF7BdlGfCKTSB2h20NTPkAHE { display:block; }
 }@media only screen and (max-width: 763px) { #MMWbPlCumsZWRINBJ5U9wZe0UPMumSVT { width:13.8125rem;height:;top:5.5rem;left:18.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN48eLTrIzDN8wAHs1cUAuxMpzp4crw2 { width:14.3125rem;height:;top:11.375rem;left:17.9990234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc7dl1IRSGkZKkHe9UTmKevpWftwtx0h { width:14.3125rem;height:;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAhQ4XIm5KSRNDEynrkZGfZ27zSeoRXa { display:block; }#OAhQ4XIm5KSRNDEynrkZGfZ27zSeoRXa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCB5PMK10Iw2ipQhNKoAfvkQtogObavZ { top:0.75rem;left:6.46875rem;width:34.8125rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXvIMT4xLHeADWCmeivO1Bo8caWFd0QP { top:1.0625rem;left:32.34375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bitfxK69IXc1Vv7MzR1LZHf2z9NkvthW { top:1rem;left:13.90625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK1l8zEy17Ni1R9sfsOhVkagArQMF9TG { display:block; }#KK1l8zEy17Ni1R9sfsOhVkagArQMF9TG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghqPK2Vmg1vZfpTaA8I822DIZJhTARl8 { width:15.25rem;height:13.625rem;top:2.0625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9LRzp5He5n6lBElird1oTWDIqZClq1J { top:13.875rem;left:19.3125rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg4AfZJu466mbFNGKycBgLupCXlIkVyH { display:block; }
 }@media only screen and (max-width: 763px) { #F8y492QmeHA6Wx3h7HABZNsw2oS3d362 { width:13.8125rem;height:3.4375rem;top:5.625rem;left:16.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8tXhZxUik3q6ZR5bvcoz4shCX1ZliJ5 { width:14.3125rem;height:1.5625rem;top:11.25rem;left:16.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge { display:block; }#zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0W32oDw7zK1lhSGWNdTU1oQk9s64H1g { top:0.75rem;left:6.46826171875rem;width:34.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNehxOdOHRhtBcpLoWthK4sGHWBbEVO0 { top:1.0625rem;left:32.34375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNXB4Ch926XrGrNkfWT8TLwEICe3ZIMn { top:1rem;left:13.90625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndTDyBoTWNZ26uJG6Hx37M7TZnTt7o4o { display:block; }#ndTDyBoTWNZ26uJG6Hx37M7TZnTt7o4o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZRMg9ufd4lC33T75vCAGxUazhqRSsoP { top:1rem;left:30.875rem;width:16.875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf1IHbALwTDw3E3yOakau6R2Jr3zdecs { top:14.0625rem;left:31.1875rem;width:16.5625rem;height:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJkHeog8C8EK1SylmOTV5EM4O7POSExO { top:1.25rem;left:15.09326171875rem;width:17.0625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #swxRaXmK0B1u3UnRlffRDb8v7xzVRSTy { top:14.0625rem;left:13.685546875rem;width:20.375rem;height:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcOQNVkNKUqBmfGM2vqUWhI1WJeWhvSR { top:1.9375rem;left:0rem;width:16.875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #elX9FfxUyLtvToE4VcLPlKA1VwR3q7GH { top:14.0625rem;left:0rem;width:16.75rem;height:1.75rem;font-size:1.5625rem;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:15.4375rem;left:37.9375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWu7MR36dtPWXRxKHmmFulFbBFiDKig5 { top:15.4375rem;left:40.5625rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIz3xaCacHHWct2sIZeGiPmdTFcgiJT1 { top:15.4375rem;left:43.25rem;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) { #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 { background-color:transparent;background-image:url("https://images.assets-landingi.com/DKlZfIB9/insta.png");background-position:top 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;display:block; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V.adaptive-delivery-prevent-bg, #yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V.lazyload, #yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V.lazyloading { background-image: none; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container { background-color: transparent; background-image: none; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.34); }#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(255,255,255,0.34); }#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 > .row .container { border-width: 0; border-radius: 0; }#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/DKlZfIB9/insta.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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 { width:20rem;height:60.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZctNBkvfToUqedbmHKNBPzreL59Qul9 { width:18.8105625rem;height:5.84765rem;top:12.9365234375rem;left:0rem;font-size:1.125rem;color:#fbfbfb;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:none; }
 }@media only screen and (max-width: 763px) { #iT2xXSR6A11yoQPrS5IwJ5r8xpKy19xl { width:20rem;height:22.5625rem;top:21.4375rem;left:0rem;background-color:rgba(241,141,167,0.71);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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;color:#121212;font-size:0.6875rem;overflow:hidden; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.4375rem; }
#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;color:#000000; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-button { width:12.375rem;margin-top:0.25rem;margin-right:2.5625rem;margin-bottom:0.25rem;margin-left:2.5625rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-container:first-of-type{padding-top:0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-container:last-of-type{padding-bottom:0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD  { width:17.5rem;height:auto;top:23.875rem;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:23.875rem;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) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #r2h7CTtnHW67A41BGb1FSJuQTqrM9srx {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pPFe8dGrwFLAN2gmGDsQtQ3x2bpUJOCc {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pytayMPl8tmBfw0L7VhQ0rOW3bsl1WTu {  }
 }@media only screen and (max-width: 763px) { #lymPltaT4udRuyCHk2VU3RS6bLr8JO8Q { 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) { #eGlLTDsU5z7DoPzatJ4GcQHZSi9mofwT { width:11.875rem;height:1.7871125rem;top:21.75rem;left:6.375rem;font-size:1.375rem;color:#fbfbfb;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #t79mPyikoaEybv3a1TUvrvEpJgIHiLhb { width:8rem;height:2.192925rem;top:21.6875rem;left:1.6875rem;font-size:1.6875rem;color:#ffa203;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #CVlxk05uwnTrJ2HhKAoUebikbJnhxuKR { display:block; }#CVlxk05uwnTrJ2HhKAoUebikbJnhxuKR > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJpKWZBKwAHApgUrtda0JZ1Wng54gUno { width:15rem;height:2.2753875rem;top:0.53125rem;left:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuaOpG4NUcB6bfGgBvxi7P8TIWuT1JIV { width:1.75rem;height:1.75rem;top:0.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfbevJgSG6qLQkHeCvuMMKtZoNCi88b5 { width:2rem;height:2rem;top:0.65625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af00K6iLH67AR8zHvnAJ9Z3HygUkmB1q { display:block; }#Af00K6iLH67AR8zHvnAJ9Z3HygUkmB1q > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uznFIhQAuSfQ0ZyGsicUHl8tNomshNgS { width:15.1875rem;height:13.5625rem;top:31.248rem;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; }#uznFIhQAuSfQ0ZyGsicUHl8tNomshNgS.adaptive-delivery-prevent-bg, #uznFIhQAuSfQ0ZyGsicUHl8tNomshNgS.lazyload, #uznFIhQAuSfQ0ZyGsicUHl8tNomshNgS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mwmEEplW9t37Wynw1Hg9rPsNcIinpSgi { width:13.8115rem;height:4.87305rem;top:18.45703125rem;left:3.0927734375rem;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) { #EO5Bw7Wx0bSuTfrVAmUR0qu2R8UokBXf { width:12rem;height:1.2999125rem;top:38.1855rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ICqINTU7ilSMIma3NZBrXTqc6NxMdE0T { width:15.1875rem;height:13.5625rem;top:16.249rem;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; }#ICqINTU7ilSMIma3NZBrXTqc6NxMdE0T.adaptive-delivery-prevent-bg, #ICqINTU7ilSMIma3NZBrXTqc6NxMdE0T.lazyload, #ICqINTU7ilSMIma3NZBrXTqc6NxMdE0T.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OOSonri4VXSShH6sc90QIay7bNzgsE57 { width:14.3105625rem;height:1.2999125rem;top:10.822265625rem;left:2.84375rem;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) { #lFGcsitlJNrzo5kX1os2kTCGB4uxbt6W { width:15.1875rem;height:13.5625rem;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; }#lFGcsitlJNrzo5kX1os2kTCGB4uxbt6W.adaptive-delivery-prevent-bg, #lFGcsitlJNrzo5kX1os2kTCGB4uxbt6W.lazyload, #lFGcsitlJNrzo5kX1os2kTCGB4uxbt6W.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zf03zTSdSTFHGvcoVTJfy0DGmwIhL4hy { width:14.3105625rem;height:1.2999125rem;top:25.677734375rem;left:2.84375rem;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) { #CHwTbE43yqk6KRZe2TTbbrzTGHxVXGGH { width:13.875rem;height:4.875rem;top:34.9970703125rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DFq91cnsQ4fVOhSOH9aiOac7tlgsZIHl { width:14.3115rem;height:1.2999125rem;top:12.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) { #KE96usXRJOeRGEg70ZmrrG7EKgsTJOdD { top:43.123rem;left:5.4375rem;width:9.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdPySzENOLz8z9rCgmhOlgOvlwyutRQa { display:block; }
 }@media only screen and (max-width: 763px) { #dT4aTgwL7NrQ0puOEhHrNGiKDdpJvS56 { top:28.0615rem;left:5.4375rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3zmMaEJVIIeSXitkwihGsOgc1eTPfBq { display:block; }
 }@media only screen and (max-width: 763px) { #BxcHaXeNZc95mT5ou7UoD8bDQBGoQxkG { top:13.0625rem;left:5.4375rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBBwdDL0KNozDmnPqZPPp2ZMsxWZy5kM { display:block; }
 }@media only screen and (max-width: 763px) { #xi3w5UIFPnKEybg37Xv2yXxBo9MsqIfr { width:13.8125rem;height:3.2487rem;top:4.6845703125rem;left:3.09375rem;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) { #QWMRc6VQ4RTdXFcta14tGLPZ00ooPIpa { width:14.3125rem;height:1.2999125rem;top:40.5654296875rem;left:2.84375rem;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) { #baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 { display:block; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sh81FmpuTaUd3CpQgzhv2xxwTwJXaDax { width:15rem;height:2.2753875rem;top:0.53125rem;left:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV4BtMuGUFKeF964ZOlwz5WnMAGM3y4S { width:1.75rem;height:1.75rem;top:0.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW19aS6O6zlefRO1unDlC9p87NwacAUW { width:2rem;height:2rem;top:0.65625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3sTBtXB3DTyZoUlaof1lg4zc18qkMlE { display:block; }#d3sTBtXB3DTyZoUlaof1lg4zc18qkMlE > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZziT9eZIT6cymEkWwAgyqbzudETx26TL { width:15.25rem;height:13.625rem;top:1.375rem;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:4.0625rem;top:4.9375rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.5625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ozAsqNAdnVbU9ivsvOZDL5MFPFZlCTzi { width:14.375rem;height:1.2999125rem;top:10.9375rem;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.3125rem;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) { #b8ZERIRD8nCX1eHafHT6Qyo14TLlJpDA { width:15.25rem;height:12.625rem;top:16.375rem;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; }#b8ZERIRD8nCX1eHafHT6Qyo14TLlJpDA.adaptive-delivery-prevent-bg, #b8ZERIRD8nCX1eHafHT6Qyo14TLlJpDA.lazyload, #b8ZERIRD8nCX1eHafHT6Qyo14TLlJpDA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #N77VGWRN6b5LDf6TIbmTBryeXoBbcCOU { width:13.8125rem;height:4.0625rem;top:19.125rem;left:3.09375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.5625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UpTeICzvmCg83Nru0wulASnoua64fwd5 { width:14.375rem;height:1.2999125rem;top:24.875rem;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) { #SkfSoq1Ppd1LewiXhNT2kgIiJuHC8BTx { top:27.3125rem;left:5.5rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfsCaEU8ZLxUllDPnrtQk7HTz2k6g1oK { display:block; }
 }@media only screen and (max-width: 763px) { #KTZyE4RR1IaFnozyDtv19lZBTQgXODHE { width:15.25rem;height:13.625rem;top:30.375rem;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; }#KTZyE4RR1IaFnozyDtv19lZBTQgXODHE.adaptive-delivery-prevent-bg, #KTZyE4RR1IaFnozyDtv19lZBTQgXODHE.lazyload, #KTZyE4RR1IaFnozyDtv19lZBTQgXODHE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DBAg9mTbu4IdCHtEgvm1Mgg7d09dPy3Q { width:14.375rem;height:1.2999125rem;top:39.875rem;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) { #kyySp4fAxbxa9VHMMBbPRUzRPlitBQ7U { top:42.1875rem;left:5.5rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbEeL8qzVyXM0ywE9DzDou4uSFybBOUe { display:block; }
 }@media only screen and (max-width: 763px) { #osaq88Dx7i5Ls59vRpygkMHskg4PTOch { width:13.875rem;height:1.86889375rem;top:33.75rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.4375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #a2RuAKdpKzJc5ZK5SRoL4LD34G6uAeZK { display:block; }#a2RuAKdpKzJc5ZK5SRoL4LD34G6uAeZK > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7fNt46Tzhc9TfEmPpGXSlMlPacwgdT1 { width:15.25rem;height:13.625rem;top:17.875rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#b7fNt46Tzhc9TfEmPpGXSlMlPacwgdT1.adaptive-delivery-prevent-bg, #b7fNt46Tzhc9TfEmPpGXSlMlPacwgdT1.lazyload, #b7fNt46Tzhc9TfEmPpGXSlMlPacwgdT1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DQqxzkboyAX7ilXS5oTLlvk5axlWemUd { width:13.8748125rem;height:4.0625rem;top:20.9375rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.5625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #M3KCAiMwzCB6gz8CNalwyWoeFzKlMU4i { width:14.375rem;height:1.2999125rem;top:27.4375rem;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) { #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:none; }#Mp34gC94ZCO6EVANPd8PbbqtcfABLd8q.adaptive-delivery-prevent-bg, #Mp34gC94ZCO6EVANPd8PbbqtcfABLd8q.lazyload, #Mp34gC94ZCO6EVANPd8PbbqtcfABLd8q.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tKw8AfSJTfFKMiNNMe3DLTBIv9geQVwh { width:14.375rem;height:0;top:26.248698234558rem;left:2.8125000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:none; }
 }@media only screen and (max-width: 763px) { #O55TktNvNrOXdvBCS4Nq0HNO8PGxs9hr { width:13.875rem;height:0;top:17.375rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.4375rem;color:#000000;display:none; }
 }@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) { #cMJKKlTQn48WitE25TDk4xZFB6SIyWcP { width:14.375rem;height:1.2999125rem;top:10.372178077697rem;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) { #uTTfTsT8bnTAvCCrGpxwR058PlOd15AD { width:13.874rem;height:4.548825rem;top:4.185546875rem;left:3.0615234375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #EQoWtXzmyU4eCK2WTk41lFggp8uVSZW9 { top:29.875rem;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) { #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) { #Gdlh3mwwSJrMrKOHJBhVxtnhL1KnXIZ1 { top:28.1875rem;left:5.4375rem;width:9.1875rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pk1Im2SeCpps28V6J1UVH0REQubla1Ec { display:block; }
 }@media only screen and (max-width: 763px) { #IACasPmqBlndwUqwAxEfoZ3XZ5Xgq0O1 { display:block; }#IACasPmqBlndwUqwAxEfoZ3XZ5Xgq0O1 > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEbJATmVMMPJ6V4B8tXnPpC6oNclqCBG { width:15.25rem;height:13.625rem;top:16.5rem;left:2.0625rem;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; }#TEbJATmVMMPJ6V4B8tXnPpC6oNclqCBG.adaptive-delivery-prevent-bg, #TEbJATmVMMPJ6V4B8tXnPpC6oNclqCBG.lazyload, #TEbJATmVMMPJ6V4B8tXnPpC6oNclqCBG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XSaEhUPLynfBTqk7yqb9zROHN9XyURBI { width:13.875rem;height:2.4375rem;top:20.3125rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KThGM7iSyV5KeruAhVWQXgH0oBEQTvTU { width:15.1875rem;height:1.21875rem;top:25.375rem;left:2.6875rem;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) { #eUP2hzSF7rDQ5w2OoGJv4dAIePEOp3s0 { width:14.375rem;height:1.2999125rem;top:25.1875rem;left:2.5625rem;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) { #HUOv65pJtpmeWp6fq2eNROpMBeh34iG6 { top:28.3125rem;left:5.1875rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WihAiiQsWD5ADxlQvvueDAhJM3rxpTJe { display:block; }
 }@media only screen and (max-width: 763px) { #yfb5Ide3FCSd37kbk5fDV1CypwQiIOsz { width:15.1875rem;height:13.5625rem;top:1.5625rem;left:2.0625rem;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; }#yfb5Ide3FCSd37kbk5fDV1CypwQiIOsz.adaptive-delivery-prevent-bg, #yfb5Ide3FCSd37kbk5fDV1CypwQiIOsz.lazyload, #yfb5Ide3FCSd37kbk5fDV1CypwQiIOsz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #szCouJw1rQBpTHsuZZmUTAq3okkV9gTZ { width:13.8115rem;height:4.2252625rem;top:3.8125rem;left:3.0927734375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #gBKpfndQ6PpBBdrTRWNTReAMOQO8ViCW { width:14.375rem;height:1.2999125rem;top:10.1875rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#df4a8d;display:block; }
 }@media only screen and (max-width: 763px) { #t267Tu0XbXvHhho8xT8WMQzTgmRaCwME { width:14.375rem;height:1.2999125rem;top:11.1875rem;left:2.5625rem;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) { #HshA0u61JEupbXe9mp2PJHi0mWUNKO64 { top:13.5rem;left:5.1875rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxV1IRsEGuCMyueO9ZxLVX5TAp1xpQRh { display:block; }
 }@media only screen and (max-width: 763px) { #QRPM53I0qng446o2vnGh1bqmfNqu9Z1L { width:15.1875rem;height:13.5625rem;top:13.185546875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#QRPM53I0qng446o2vnGh1bqmfNqu9Z1L.adaptive-delivery-prevent-bg, #QRPM53I0qng446o2vnGh1bqmfNqu9Z1L.lazyload, #QRPM53I0qng446o2vnGh1bqmfNqu9Z1L.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cQGeMUWdplNuGoX92e3hLdlTqdKu33Vo { width:14.375rem;height:0;top:25.625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:none; }
 }@media only screen and (max-width: 763px) { #Tei2Ektzmlsi7g3w6DSLCu82L6FkPyaF { width:13.811875rem;height:0;top:16.875rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #IauUwUlL7nTGd2oBCnuKAXNpim3Ju0Up { top:27.9375rem;left:5.4375rem;width:9.125rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sdVTWbGcZLX1VBzsm2ErIcR2m9TQiC2i { display:block; }
 }@media only screen and (max-width: 763px) { #rEFMlwVmKfLiTECyiQyrLyMK8iGLEOVo { display:block; }#rEFMlwVmKfLiTECyiQyrLyMK8iGLEOVo > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPUqfgOyJ2Koa1KJlVPHGDVrsHRMBrGv { width:15.1875rem;height:13.5625rem;top:31.248rem;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; }#NPUqfgOyJ2Koa1KJlVPHGDVrsHRMBrGv.adaptive-delivery-prevent-bg, #NPUqfgOyJ2Koa1KJlVPHGDVrsHRMBrGv.lazyload, #NPUqfgOyJ2Koa1KJlVPHGDVrsHRMBrGv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fu4LsvxzpWLJvXnk2Sxzon07BneKWRI3 { width:13.812rem;height:4.0625rem;top:34.3954609375rem;left:3.09130859375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.5625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #f4cUctfe7KtDLwM48Oi69oSndTEuHBXc { width:12rem;height:1.2999125rem;top:38.1855rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Gz5iFKT9vIDfGSTWWUnEQyo0TfuddF4m { width:15.1875rem;height:13.5625rem;top:16.249rem;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; }#Gz5iFKT9vIDfGSTWWUnEQyo0TfuddF4m.adaptive-delivery-prevent-bg, #Gz5iFKT9vIDfGSTWWUnEQyo0TfuddF4m.lazyload, #Gz5iFKT9vIDfGSTWWUnEQyo0TfuddF4m.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kSAVycCioHziAZ9rwNleGmXge1PfTsiC { width:14.3105625rem;height:1.2999125rem;top:25.294921875rem;left:2.84375rem;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) { #L5i6989toyWLHfh3OJuthhtFLDKlt0wB { width:15.1875rem;height:13.5625rem;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; }#L5i6989toyWLHfh3OJuthhtFLDKlt0wB.adaptive-delivery-prevent-bg, #L5i6989toyWLHfh3OJuthhtFLDKlt0wB.lazyload, #L5i6989toyWLHfh3OJuthhtFLDKlt0wB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Tp9C33c4AWX3Lz5c1TAJCvWg4qC7JTpg { width:14.3115rem;height:1.2999125rem;top:40.67817578125rem;left:2.8408203125rem;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) { #duJHTXEnpbD4mpk4pciAwePXPmetbhPJ { width:13.875rem;height:3.8984375rem;top:3.328125rem;left:3.09375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #P7QBUvQJpC4q4AT9kg9l9u5VNldOoFN4 { width:14.3115rem;height:1.2999125rem;top:12.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) { #L8L6EmQVnlKGTSx8OJbfTHMb2nbvMxCI { top:43.123rem;left:5.4375rem;width:9.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlotDwSgNE2vTt7UM0J4tu1ZgwJmV8Zh { display:block; }
 }@media only screen and (max-width: 763px) { #FOOcHZaSHt9oaLz8H4rfP8v84zgoRDKM { top:28.0615rem;left:5.4375rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #reMNpKyWgewRPxsDQfI2dpCzQ2qunRfq { display:block; }
 }@media only screen and (max-width: 763px) { #CkxgSd80MLTX4tekhKc6FOKnZEwE2vOt { top:13.0625rem;left:5.4375rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u82o4L1kHUfzbgZsv61MN0OJ4qR3eOTv { display:block; }
 }@media only screen and (max-width: 763px) { #N2QT0XpEh5BFTvNg9mSr6aTNc8cwIy1K { width:13.8125rem;height:3.8984375rem;top:19.0595703125rem;left:3.09375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wven1h4DsTaoMgzEFBmGrEvOuRcgddwl { width:14.3125rem;height:1.2999125rem;top:10.2470703125rem;left:2.84375rem;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) { #lUBgt8M1m27MGaHqJTLWnre2sSCB0zRu { display:block; }#lUBgt8M1m27MGaHqJTLWnre2sSCB0zRu > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOmR7K5bcTZl6d4Cfeg2kGJNQVrbFBpC { width:15.1875rem;height:13.5625rem;top:31.248rem;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; }#MOmR7K5bcTZl6d4Cfeg2kGJNQVrbFBpC.adaptive-delivery-prevent-bg, #MOmR7K5bcTZl6d4Cfeg2kGJNQVrbFBpC.lazyload, #MOmR7K5bcTZl6d4Cfeg2kGJNQVrbFBpC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qK5Z1qkLmIhQNhsGoVws3DR1JfddOnwk { width:13.8115rem;height:3.57421875rem;top:34.6728515625rem;left:3.0927734375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ZQb9iIbCMVnkmRQpfTa1TXTFNARRZKDM { width:12rem;height:1.2999125rem;top:38.1855rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #mC73as8tv7htxColc7Rm6qJWiavWo17R { width:15.1875rem;height:13.5625rem;top:16.249rem;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; }#mC73as8tv7htxColc7Rm6qJWiavWo17R.adaptive-delivery-prevent-bg, #mC73as8tv7htxColc7Rm6qJWiavWo17R.lazyload, #mC73as8tv7htxColc7Rm6qJWiavWo17R.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #z6s32mTfadFG5RSqzTTKz6uOwJWZGJGp { width:14.3105625rem;height:1.2999125rem;top:25.607421875rem;left:2.84375rem;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) { #kHT5vMXDyGFp8AiLvzcr60Q8dbWAVKR2 { width:15.1875rem;height:13.5625rem;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; }#kHT5vMXDyGFp8AiLvzcr60Q8dbWAVKR2.adaptive-delivery-prevent-bg, #kHT5vMXDyGFp8AiLvzcr60Q8dbWAVKR2.lazyload, #kHT5vMXDyGFp8AiLvzcr60Q8dbWAVKR2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xxJLumcMGlGBtxKcbzDEH4XJxIgH2Tfw { width:14.3115rem;height:1.2999125rem;top:40.67817578125rem;left:2.8408203125rem;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) { #EScLeOoqb7yZIMoi3G1f0O8D9UgbhhtB { width:13.875rem;height:2.4375rem;top:5.078125rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cqdtVzbhs2CsKr1Ik2WRaJCS5TX8LSoC { width:14.3115rem;height:1.2999125rem;top:12.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) { #HPrOQAB6OWqqea7nL40VgcFrfXN5WxAw { top:43.123rem;left:5.4375rem;width:9.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcBx8LTack6vH7TGo2XHZXTnJ3qdc4x9 { display:block; }
 }@media only screen and (max-width: 763px) { #leMXF8Wx8TnAXpTcE7NPiSq5HEZfQf3z { top:28.0615rem;left:5.4375rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK6KieGiXasWINMbiNES7QVuCW02RcxS { display:block; }
 }@media only screen and (max-width: 763px) { #cHVRhZaiAkORr36z0Vfe4x3THkO7KTob { top:13.0625rem;left:5.4375rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRAR9oL52QtyMMhxd8B9WKTsxFgC4Bxb { display:block; }
 }@media only screen and (max-width: 763px) { #hRLzUUU4FBW8ykxkUvlopE52DslPcF08 { width:13.8125rem;height:3.8984375rem;top:19.3720703125rem;left:3.09375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uzs52Tqw6mpJTw0lH5wvywHAIHfU44dS { width:14.3125rem;height:1.2999125rem;top:10.5595703125rem;left:2.84375rem;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) { #PymBEL1ZvBRmcxvvoFPpst91bQEa7uMe { display:block; }#PymBEL1ZvBRmcxvvoFPpst91bQEa7uMe > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dROCL1EirAp1TpWiyvty3XwJRHPP0znK { width:15.1875rem;height:13.5625rem;top:31.248rem;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; }#dROCL1EirAp1TpWiyvty3XwJRHPP0znK.adaptive-delivery-prevent-bg, #dROCL1EirAp1TpWiyvty3XwJRHPP0znK.lazyload, #dROCL1EirAp1TpWiyvty3XwJRHPP0znK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #m8UNplzMkppJenJg7Tos9emITplnxQ3I { width:13.812rem;height:4.2252625rem;top:34.3954609375rem;left:3.09130859375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yUTQJEQ36GSckfw9SQhhxRZwXSEMBiih { width:12rem;height:1.2999125rem;top:38.1855rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ADqpmTV2VPENP3MZpxC7Xvmo4u1DZyko { width:15.1875rem;height:13.5625rem;top:16.249rem;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; }#ADqpmTV2VPENP3MZpxC7Xvmo4u1DZyko.adaptive-delivery-prevent-bg, #ADqpmTV2VPENP3MZpxC7Xvmo4u1DZyko.lazyload, #ADqpmTV2VPENP3MZpxC7Xvmo4u1DZyko.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SmonO6NQZhKqLxFH3l4e4tA6Zs84FoT7 { width:14.3105625rem;height:1.2999125rem;top:25.482421875rem;left:2.84375rem;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) { #ZlnhT0083nwfCridAyBTdqNabL0ssi8w { width:15.1875rem;height:13.5625rem;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; }#ZlnhT0083nwfCridAyBTdqNabL0ssi8w.adaptive-delivery-prevent-bg, #ZlnhT0083nwfCridAyBTdqNabL0ssi8w.lazyload, #ZlnhT0083nwfCridAyBTdqNabL0ssi8w.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dG4LxSQKTT50IcIkB5QN3J3pqME1po6M { width:14.3115rem;height:1.2999125rem;top:40.67817578125rem;left:2.8408203125rem;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) { #tQltuTdR1S8T90oIBeFmDIu1JZFucXS0 { width:13.875rem;height:4.2252625rem;top:3.953125rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rF6OgoysbMIH5r8ev8LkrfhHKzyQ81bA { width:14.3115rem;height:1.2999125rem;top:12.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) { #KFklm6kfmQIiD3ethUDy8DpRpDeXbfTX { top:43.123rem;left:5.4375rem;width:9.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXK9RfFyr1NSprGnBphslJ5ghH8nSZmT { display:block; }
 }@media only screen and (max-width: 763px) { #hDOwQzRrQZOvT4QCKPJ6AAUSrB8IcyXf { top:28.0615rem;left:5.4375rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqXNwK1TDRNk5QVaOlsK9ruWRT2yXzfr { display:block; }
 }@media only screen and (max-width: 763px) { #MgeGcEKlclB4LUNlRbu6GzHIqBuLBCDs { top:13.0625rem;left:5.4375rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrM8rIv3rU8CMBocVO8pOBd2C5ZFbt2H { display:block; }
 }@media only screen and (max-width: 763px) { #QHLrd5DxkWX9xBIClCBIlTPqoaNgbnr3 { width:13.8125rem;height:3.57421875rem;top:20.0595703125rem;left:3.09375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JtPXa8bMHptucIruK1hA9Xe7el7Kmogm { width:14.3125rem;height:1.2999125rem;top:10.0595703125rem;left:2.84375rem;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) { #cgRCENglV0zdfIIBTaZVvg5N73OXclwN { display:block; }#cgRCENglV0zdfIIBTaZVvg5N73OXclwN > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1vnIa1t3l8sDlT0G3A1TVFmSmz9sd56 { width:15rem;height:2.2753875rem;top:0.53125rem;left:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5w1BIHVxPGbNU75Erysbnwwq7ABm8Ji { width:1.75rem;height:1.75rem;top:0.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NufayxZW1ysMVNtTL6zzc2t0wvzeNUF2 { width:2rem;height:2rem;top:0.65625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6bc2OZZ0KLzE9CuvNhWJRefR5hCFf4M { display:block; }#w6bc2OZZ0KLzE9CuvNhWJRefR5hCFf4M > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xdq52xfokfO8N0sQ6hUwlECpQCBJKWQZ { width:15.25rem;height:13.625rem;top:1.375rem;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; }#Xdq52xfokfO8N0sQ6hUwlECpQCBJKWQZ.adaptive-delivery-prevent-bg, #Xdq52xfokfO8N0sQ6hUwlECpQCBJKWQZ.lazyload, #Xdq52xfokfO8N0sQ6hUwlECpQCBJKWQZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AdlavKSotsdU1UMCW2zLQQM0rE4iHv0b { width:13.875rem;height:5.84635625rem;top:19.705078125rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lyEh23gRTVOR9NxIl0fBWTlcd2g3fRKJ { width:14.375rem;height:1.2999125rem;top:27.279296875rem;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) { #bRGCL8BrTqURCBGsGRJnaPSnKpqWexMS { top:13.3125rem;left:5.5rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD17cisPsTI5pNwycxSt34LgDDgcRheA { display:block; }
 }@media only screen and (max-width: 763px) { #fofVNObdTgIT9Lp6Of9k0FSvRnV0WgrQ { width:15.25rem;height:13.625rem;top:17.4375rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#fofVNObdTgIT9Lp6Of9k0FSvRnV0WgrQ.adaptive-delivery-prevent-bg, #fofVNObdTgIT9Lp6Of9k0FSvRnV0WgrQ.lazyload, #fofVNObdTgIT9Lp6Of9k0FSvRnV0WgrQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HX7QsfkkW3wBVA3abJZeZdkNir5HD4uA { width:14.375rem;height:1.2999125rem;top:11.1875rem;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) { #U3D9I7GGWug5ksqpHTGxI7SN70yE2LII { top:29.25rem;left:5.5rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9FTKTy2cJIx3EG5OcvJToubuJKnIwbT { display:block; }
 }@media only screen and (max-width: 763px) { #Kbl5iQdp0CaqwJ4T2TkmTEkT9fMpEyaf { width:13.875rem;height:3.73698125rem;top:5.134765625rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.4375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yV9MpayU9uRrNensbhHEMVf8sXRZfVCn { display:block; }#yV9MpayU9uRrNensbhHEMVf8sXRZfVCn > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rX3ZesWQ8awsB8arHO4BT2wTw16sy8GM { width:15rem;height:2.2753875rem;top:0.53125rem;left:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A42DFuR13fLXZAlvL4z7Q3to4bZ3IdZG { width:1.75rem;height:1.75rem;top:0.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJyHyrFFLDrbfWEFznPTw7IPVDtwN6iK { width:2rem;height:2rem;top:0.65625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0IFtfapavQkqHEu4P8ze1zb8xVAL4Cm { display:block; }#p0IFtfapavQkqHEu4P8ze1zb8xVAL4Cm > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxIv2kHFC8SlISJmqQzTZsyV8nXQWRhS { width:15.1875rem;height:13.5625rem;top:31.248rem;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; }#UxIv2kHFC8SlISJmqQzTZsyV8nXQWRhS.adaptive-delivery-prevent-bg, #UxIv2kHFC8SlISJmqQzTZsyV8nXQWRhS.lazyload, #UxIv2kHFC8SlISJmqQzTZsyV8nXQWRhS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SRCxTwiVTvZliXadmK9ngTQRDbHLfwmZ { width:13.8105625rem;height:4.875rem;top:19.20703125rem;left:3.09375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GfTcMf2Kdaf3SnQFQRcmEv8MPQCvwl5z { width:12rem;height:1.2999125rem;top:38.1855rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DDARCZgBDA1Z8LCTqSZIuTzStzZLDZP6 { width:15.1875rem;height:13.5625rem;top:16.249rem;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; }#DDARCZgBDA1Z8LCTqSZIuTzStzZLDZP6.adaptive-delivery-prevent-bg, #DDARCZgBDA1Z8LCTqSZIuTzStzZLDZP6.lazyload, #DDARCZgBDA1Z8LCTqSZIuTzStzZLDZP6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RVtNODuXaExPskX71Sq4RAcsTQqbkNtP { width:15.1875rem;height:13.5625rem;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; }#RVtNODuXaExPskX71Sq4RAcsTQqbkNtP.adaptive-delivery-prevent-bg, #RVtNODuXaExPskX71Sq4RAcsTQqbkNtP.lazyload, #RVtNODuXaExPskX71Sq4RAcsTQqbkNtP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DlpPtJgKZ8p1XndoTyryqlMZGDbtspJ2 { width:14.3105625rem;height:1.2999125rem;top:25.677734375rem;left:2.84375rem;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) { #W6roAOh1WG1VmfGheTrikntnyb0NM6wI { width:13.875rem;height:4.875rem;top:34.0595703125rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #WIASgFWPJeabHoilrPtf7yvTAKSBTyeN { width:14.3115rem;height:1.2999125rem;top:12.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) { #lJ59JOg1UcUl6aZKZkmE2cFuHcixHch5 { top:43.123rem;left:5.4375rem;width:9.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqMQxU4siGe31aL1hRVaRRO7XiZzkOmo { display:block; }
 }@media only screen and (max-width: 763px) { #af0ZIK1LHIFcpSkJsHunLmHItLDyEriy { top:28.0615rem;left:5.4375rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmJqfDLmgQmaOz7I6lsdzNl5SM6uhkbi { display:block; }
 }@media only screen and (max-width: 763px) { #WGpm910Um1wVGGAxE8rHo2KbCnQ2CUuR { top:13.0625rem;left:5.4375rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFD1lTefrF7BdlGfCKTSB2h20NTPkAHE { display:block; }
 }@media only screen and (max-width: 763px) { #MMWbPlCumsZWRINBJ5U9wZe0UPMumSVT { width:13.8125rem;height:4.2252625rem;top:4.53125rem;left:3.09375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uN48eLTrIzDN8wAHs1cUAuxMpzp4crw2 { width:14.3125rem;height:1.2999125rem;top:10.921875rem;left:2.84375rem;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) { #wc7dl1IRSGkZKkHe9UTmKevpWftwtx0h { width:14.3125rem;height:1.2999125rem;top:41.1220703125rem;left:2.84375rem;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) { #OAhQ4XIm5KSRNDEynrkZGfZ27zSeoRXa { display:block; }#OAhQ4XIm5KSRNDEynrkZGfZ27zSeoRXa > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCB5PMK10Iw2ipQhNKoAfvkQtogObavZ { width:15rem;height:4.548825rem;top:0.53125rem;left:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXvIMT4xLHeADWCmeivO1Bo8caWFd0QP { width:1.75rem;height:1.75rem;top:0.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bitfxK69IXc1Vv7MzR1LZHf2z9NkvthW { width:2rem;height:2rem;top:0.65625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK1l8zEy17Ni1R9sfsOhVkagArQMF9TG { display:block; }#KK1l8zEy17Ni1R9sfsOhVkagArQMF9TG > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghqPK2Vmg1vZfpTaA8I822DIZJhTARl8 { width:15.1875rem;height:13.5625rem;top:3rem;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; }#ghqPK2Vmg1vZfpTaA8I822DIZJhTARl8.adaptive-delivery-prevent-bg, #ghqPK2Vmg1vZfpTaA8I822DIZJhTARl8.lazyload, #ghqPK2Vmg1vZfpTaA8I822DIZJhTARl8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #d9LRzp5He5n6lBElird1oTWDIqZClq1J { top:14.8125rem;left:5.5rem;width:9.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg4AfZJu466mbFNGKycBgLupCXlIkVyH { display:block; }
 }@media only screen and (max-width: 763px) { #F8y492QmeHA6Wx3h7HABZNsw2oS3d362 { width:13.8125rem;height:4.2252625rem;top:5.5625rem;left:3.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #q8tXhZxUik3q6ZR5bvcoz4shCX1ZliJ5 { width:14.3125rem;height:1.2999125rem;top:12.6875rem;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) { #zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge { display:block; }#zh5gx5EC53fDpzpsbgLd1aWuvoSIwHge > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0W32oDw7zK1lhSGWNdTU1oQk9s64H1g { width:15rem;height:4.548825rem;top:0.53125rem;left:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNehxOdOHRhtBcpLoWthK4sGHWBbEVO0 { width:1.75rem;height:1.75rem;top:0.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNXB4Ch926XrGrNkfWT8TLwEICe3ZIMn { width:2rem;height:2rem;top:0.65625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndTDyBoTWNZ26uJG6Hx37M7TZnTt7o4o { display:block; }#ndTDyBoTWNZ26uJG6Hx37M7TZnTt7o4o > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZRMg9ufd4lC33T75vCAGxUazhqRSsoP { width:19.25rem;height:12.8125rem;top:18.25rem;left:0.31250005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf1IHbALwTDw3E3yOakau6R2Jr3zdecs { width:16.625rem;height:2.0317375rem;top:31.875020980835rem;left:1.6875000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJkHeog8C8EK1SylmOTV5EM4O7POSExO { width:19.375rem;height:12.8125rem;top:35.498678207397rem;left:0.31250005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #swxRaXmK0B1u3UnRlffRDb8v7xzVRSTy { width:20rem;height:2.0317375rem;top:48.936849594116rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcOQNVkNKUqBmfGM2vqUWhI1WJeWhvSR { width:19.25rem;height:12.8125rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elX9FfxUyLtvToE4VcLPlKA1VwR3q7GH { width:16.75rem;height:2.0317375rem;top:14.8125rem;left:1.6250000596046rem;font-size:1.5625rem;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.27430625rem;top:19.437500953674rem;left:1.9375000596046rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#76224c;display:block; }
 }@media only screen and (max-width: 763px) { #zMvLENHrStyvhG8Ozxv4I60bV5P1cyT1 { width:11.1875rem;height:1.625rem;top:26.531250953674rem;left:3.7500002980233rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#76224c;display:block; }
 }@media only screen and (max-width: 763px) { #kSUOqcanuNJUXJKGZcuPvbhJNMx8xJ2v { width:13.0625rem;height:2.92535rem;top:22.759766578674rem;left:2.8125000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#76224c;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) { #sSu6sBlPFEc3kDgkUXr1xhVCi8Km65bn { width:19.3125rem;height:0.9746125rem;top:33.708984375rem;left:0.68684893846512rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }