.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { position:relative;display:block; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { background-color: transparent; background-image: none; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container > .video-iframe-container { display: none; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row > .video-iframe-container { display: none; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { border-width: 0; border-radius: 0; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#AOuNUk1ty8D1dPurkXGUXoEHWU2ZPul3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:27.6248125rem;top:1.062283039093rem;left:16.185981750488rem;overflow:hidden;display:block; }
#LZxfhT0ieyBxsM7bu46GFMydCaL9RIih { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffcdf4, #ecd7e2);background-image: -moz-linear-gradient(180deg, #ffcdf4, #ecd7e2);background-image: -ms-linear-gradient(180deg, #ffcdf4, #ecd7e2);background-image: -o-linear-gradient(180deg, #ffcdf4, #ecd7e2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcdf4', endColorstr='#ecd7e2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcdf4', endColorstr='#ecd7e2' );";background-image: linear-gradient(180deg, #ffcdf4, #ecd7e2);background-size:auto !important;position:relative;display:block; }#LZxfhT0ieyBxsM7bu46GFMydCaL9RIih > .row .container { background-color: transparent; background-image: none; }#LZxfhT0ieyBxsM7bu46GFMydCaL9RIih::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LZxfhT0ieyBxsM7bu46GFMydCaL9RIih > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LZxfhT0ieyBxsM7bu46GFMydCaL9RIih > .row .container > .video-iframe-container { display: none; }#LZxfhT0ieyBxsM7bu46GFMydCaL9RIih > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LZxfhT0ieyBxsM7bu46GFMydCaL9RIih > .row > .video-iframe-container { display: none; }#LZxfhT0ieyBxsM7bu46GFMydCaL9RIih > .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); }#LZxfhT0ieyBxsM7bu46GFMydCaL9RIih > .row .container { border-width: 0; border-radius: 0; }#LZxfhT0ieyBxsM7bu46GFMydCaL9RIih > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:60rem;position:relative;display:block; }#ESO5sgHUkq2I17RA8VvI5odzbSOBfZsy { position:absolute;display:block;z-index:99991;background-color:transparent;background-image: -webkit-linear-gradient(87deg, #9b173d, #e6c491);background-image: -moz-linear-gradient(87deg, #9b173d, #e6c491);background-image: -ms-linear-gradient(87deg, #9b173d, #e6c491);background-image: -o-linear-gradient(87deg, #9b173d, #e6c491);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b173d', endColorstr='#e6c491' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b173d', endColorstr='#e6c491' );";background-image: linear-gradient(87deg, #9b173d, #e6c491);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:0rem;height:10.6875rem;width:35.8125rem;top:31.006945610046rem;left:0.5078125rem;display:block; }
#Futd6LoPbSBsfuF31vdfksqGtFHvWTD5 { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:cairo;font-size:1.75rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:32.144097328186rem;left:10.842014312744rem;height:2.27430625rem;display:block; }
#ORpIMcU290cazu2HHTZTWIQaoTrJh0wT .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ORpIMcU290cazu2HHTZTWIQaoTrJh0wT .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0.51375rem;padding-right:0.44375rem;padding-bottom:0.51375rem;padding-left:0.44375rem;display:block;align-items:center;width:2.659375rem;min-width:2.659375rem;height:2.764375rem;position:relative;font-family:"open sans";font-size:2.056875rem;font-weight:700;line-height:44.23px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ORpIMcU290cazu2HHTZTWIQaoTrJh0wT .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.32125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5475rem;height:1.0925rem;position:relative;font-family:"open sans";font-size:0.77125rem;font-weight:400;line-height:17.48px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ORpIMcU290cazu2HHTZTWIQaoTrJh0wT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:18.186875rem;height:5.205075rem;padding-top:0.643125rem;padding-right:0.63375rem;padding-bottom:0.643125rem;padding-left:0.63375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:34.418394088745rem;left:9.39453125rem;z-index:100009; }
#ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #G03870CL5olTu351UBMz4MuSbetgs9zB { display:flex;position:relative;top:0rem;left:0rem; }
#ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #rhAynX11x44kIAbIiKH5HHq2nGeN6D2P { width:auto; }
#ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #BiT3wccG9ELFN5naMG6ENuNx0X5u35Ts {  }
#ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #mUKLfqoMUynGBfaNqzvcyRvTppctQ7oT { display:flex;position:relative;top:0rem;left:0rem; }
#ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #O3rIM9qeLiWSgG612Ku37wJTpaCTanME {  }
#ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #THWC0eOo1dFeyc7offdROkvr5Am4GQo3 {  }
#ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #TmBhuEZZvhpCGEiqOtZRJrww5IRTBhQU { display:flex;position:relative;top:0rem;left:0rem; }
#ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #h8zMZUTNSksyZfiqXcv6x6FTatQSEEw1 {  }
#ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #AFkDWD18sf3DKwkpz2nUdqt7kKkZIwcN {  }
#ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #CAz7ZPARLF6afOWv5y04r4wtOE2eWoTR { display:flex;position:relative;top:0rem;left:0rem; }
#ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #MPGFRMlVTAAvrl0ME6m5XwttCUFb0lyO {  }
#ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #DcopTUzN1ciSgHIKq21SudPnn8nUTu5l {  }
#h9W0M9dBGTPml8dETkRTq55bUJzUtuzv { position:absolute;display:block;z-index:99995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(77,15,46,0.34), rgba(253,189,97,0.68));background-image: -moz-linear-gradient(180deg, rgba(77,15,46,0.34), rgba(253,189,97,0.68));background-image: -ms-linear-gradient(180deg, rgba(77,15,46,0.34), rgba(253,189,97,0.68));background-image: -o-linear-gradient(180deg, rgba(77,15,46,0.34), rgba(253,189,97,0.68));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#564d0f2e', endColorstr='#adfdbd61' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#564d0f2e', endColorstr='#adfdbd61' );";background-image: linear-gradient(180deg, rgba(77,15,46,0.34), rgba(253,189,97,0.68));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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.94) ;height:36.1875rem;width:23.625rem;top:6.37478351593rem;left:36.3125rem;display:block; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn .widget-form-header { font-size:0.75rem; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn .widget-regular-label { height:auto;display:block;font-family:amiri;font-size:1rem;font-weight:bold;color:#070707;width:19.625rem;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;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.625rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn .widget-input-text {padding-top: 0; padding-bottom: 0;}#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.625rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.625rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn .widget-input-select {padding-top: 0; padding-bottom: 0;}#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn .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; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(13deg, #df4a8d, #942157);background-image: -moz-linear-gradient(13deg, #df4a8d, #942157);background-image: -ms-linear-gradient(13deg, #df4a8d, #942157);background-image: -o-linear-gradient(13deg, #df4a8d, #942157);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4a8d', endColorstr='#942157' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4a8d', endColorstr='#942157' );";background-image: linear-gradient(13deg, #df4a8d, #942157);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#ffffff;width:19.625rem;height:4.4375rem;font-family:cairo;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:18.4375rem;overflow:hidden;font-style:normal;float:none; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn .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; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn .widget-container { padding-top:0.75rem;padding-right:0;padding-bottom:0.75rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn .widget-container:first-of-type{padding-top:0;}#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn .widget-container:last-of-type{padding-bottom:0;}#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #efcb97, #bfa06c);background-image: -moz-linear-gradient(180deg, #efcb97, #bfa06c);background-image: -ms-linear-gradient(180deg, #efcb97, #bfa06c);background-image: -o-linear-gradient(180deg, #efcb97, #bfa06c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efcb97', endColorstr='#bfa06c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efcb97', endColorstr='#bfa06c' );";background-image: linear-gradient(180deg, #efcb97, #bfa06c);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:37.061634063721rem;top:10.748699188233rem;z-index:100005;position:absolute; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.625rem;display:block;vertical-align:top; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn {display:block;}#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #efcb97, #bfa06c);background-image: -moz-linear-gradient(180deg, #efcb97, #bfa06c);background-image: -ms-linear-gradient(180deg, #efcb97, #bfa06c);background-image: -o-linear-gradient(180deg, #efcb97, #bfa06c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efcb97', endColorstr='#bfa06c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efcb97', endColorstr='#bfa06c' );";background-image: linear-gradient(180deg, #efcb97, #bfa06c);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:37.061634063721rem;top:10.748699188233rem;z-index:100005;position:absolute; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #BWnXIBqb0ZEpP7gWy6WIxifmwss4vQIN { position:relative; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #xMQRC4Qx4s67TqaBXuqahDGPBAvSbxsk { position:relative; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #e34OIOT97Ng11RGhODTxE1TPzd9aQKB6 { position:relative; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #TBdIIhLAaahgPy4l4TEAg50XemuEonsF { position:relative; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #yXTcmKRFbZW0eJUNN9uRfEBdukze9MVv { position:relative; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #S4Z0WRkutikhGJJmOrJewlfEVTbTOGde { position:relative; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #r5J7JMNZVkvPAr8uHGrcafQN3JKJh4db { position:relative; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #RQZRSvgRttiWkTrTU56QoizFwXfBTKz0 { position:relative; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #JgXlokTwaTIll4xzpVBnWXkFBWkiQCZV { position:relative; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #IVKENUgukIHXJQ6T1Ueeg3VigUSIsucg { position:relative; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #IENVVnRTPqpberkatgCt6fl8ZpVvw4ci { position:relative; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #foTdpU4bJ6ChOqPFhPTDuQ4pD8EWzx7P { position:relative; }
#ECkANznSME5NNRx8AANPruZEd2DuBoW7 { position:relative;display:block; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #BasA2FvUfhshGvTMoTQ1B6GwaTTxi9Eb { position:relative; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #O6bLOhEMFWeserfkDKlwDSThihf8aiv6 { position:relative; }
#B8HL7TbJNWeg0DTh7doNCcfc0khV8xFR { position:absolute;display:block;z-index:99990;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.375rem;width:29.3120625rem;top:12.592231988907rem;left:4.9262142181396rem;overflow:hidden;display:block; }
#NNoglv38WPBvEkygxFdfsr2ysdAmaSVz { color:#ffffff;display:block;width:19.6245625rem;position:absolute;font-family:cairo;font-size:2rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7rem;left:38.3125rem;height:2.59874375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hxkgc1RGpfSgZg07B1XTRkkTG1IgTKZH { color:#000000;display:block;width:33.811875rem;position:absolute;font-family:amiri;font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.42);top:0.62174495030194rem;left:2.2547740936279rem;height:8.74565625rem;text-align:center;text-align-last:center;display:block; }
#IfapLtnkyRPu98OeLynJ96Ot3APu67Ag { color:#000000;display:block;width:14.124375rem;position:absolute;font-family:amiri;font-size:1.5625rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:10.748698075302rem;left:13.246526718139rem;height:2.03125rem;display:block; }
#xeNlWaqAuW5MDB99sW87r9oRktC70XCJ { color:#f10000;display:block;width:3.81185rem;position:absolute;font-family:play;font-size:1.625rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:5.7671440439299rem;left:8.7102851867675rem;height:2.11263125rem;display:block; }
#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/EBxwgAbn/243340691_637737940970711_5696126081559980213_n.jpg");background-position:top center !important;background-repeat:no-repeat !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:none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.adaptive-delivery-prevent-bg, #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.lazyload, #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.lazyloading { background-image: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { border-width: 0; border-radius: 0; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { font-size:0.875rem;font-family:"open sans";height:49.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#TbFpKbJTTx3oJWrKQQb9HBw3JLDOx54g { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:1.18706875rem;top:3.8747835159302rem;left:23.435329437256rem;overflow:hidden;display:block; }
#NiTWEWHXrAFHBuRU19eCMmSA9gdvXEJ9 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:1.18706875rem;top:3.8747835159302rem;left:55.74870300293rem;overflow:hidden;display:block; }
#hZctNBkvfToUqedbmHKNBPzreL59Qul9 { color:#000000;display:block;width:30.625rem;position:absolute;font-family:amiri;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.42);top:1.0625rem;left:24.62109375rem;height:8.74565625rem;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(77,15,46,0.34), rgba(253,189,97,0.68));background-image: -moz-linear-gradient(180deg, rgba(77,15,46,0.34), rgba(253,189,97,0.68));background-image: -ms-linear-gradient(180deg, rgba(77,15,46,0.34), rgba(253,189,97,0.68));background-image: -o-linear-gradient(180deg, rgba(77,15,46,0.34), rgba(253,189,97,0.68));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#564d0f2e', endColorstr='#adfdbd61' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#564d0f2e', endColorstr='#adfdbd61' );";background-image: linear-gradient(180deg, rgba(77,15,46,0.34), rgba(253,189,97,0.68));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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.94) ;height:32.6875rem;width:22.625rem;top:15.3125rem;left:29.125rem;display:block; }
#KgS6FmMHtgfamJQrdS3TAnuQLs5F5aST { color:#ffffff;display:block;width:23.247625rem;position:absolute;font-family:amiri;font-size:1.1875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.687284231186rem;left:28.785808563233rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-form-header { font-size:0.75rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-regular-label { height:auto;display:block;font-family:amiri;font-size:1rem;font-weight:bold;color:#070707;width:18rem;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;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;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:18rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;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:18rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(13deg, #df4a8d, #942157);background-image: -moz-linear-gradient(13deg, #df4a8d, #942157);background-image: -ms-linear-gradient(13deg, #df4a8d, #942157);background-image: -o-linear-gradient(13deg, #df4a8d, #942157);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4a8d', endColorstr='#942157' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4a8d', endColorstr='#942157' );";background-image: linear-gradient(13deg, #df4a8d, #942157);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:18rem;height:4.4375rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.8125rem;overflow:hidden;font-style:normal;float:none; }
#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.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#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:18rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:30.216796875rem;top:19.1123046875rem;z-index:100002;position:absolute; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18rem;display:block;vertical-align:top; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#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:18rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:30.216796875rem;top:19.1123046875rem;z-index:100002;position:absolute; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #L3eCKBis3FBuTziS9t7syZHi9Gnz5cZQ { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #K16oUtstOKQTEPM3y2lqvZg1RTspagEm { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #dztSllqCUL8RXzNLSshURU0vLvbT1gTi { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s9iegVXaF34GRlAn37V5mlzlPdTqT01C { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #WciGfnaTkyCXOfyqnrt8BoBT12iyTsHh { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #f98neuyPrS7vJOd54DQ9BVLMQFJv11Iy { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #nu2l9D4VGT5TcL0HOhRHOfnbswucWNmN { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pr6rnf43FSVAcql02mbRhXvmp4T8Sp6G { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pqm8zAye4Dl6f1qJpTpPtPp7iTHubTyA { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wKuyXMa0MZsZzByXSLTEFb5eDIJ05SJc { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s8Ta5bXPTC3Ce6gwIbuUfZHNPXBcx7Th { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #FTL9yu0hqLK8WaAKDuXgUoEn0Mw0o5o9 { position:relative; }
#QtwlPcl4TPTC0mIVQaLIH0eDdWltw9h6 { position:relative;display:block; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wdh6QXSlhZMoB4Pqf60mrJoMZLtcmocd { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #Ith52Rl3DauROOoNTkBU7MVI3TuSgudA { position:relative; }
#aBh4PzzC1giIB23D1SKx2JrFtxpi9TgT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:amiri;font-size:1.5625rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.75390625rem;left:33.68359375rem;height:2.03125rem;display:block; }
#TQA5yxPtfzGfvUKgCDsTqExaz1fPT3Q4 { color:#68452f;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.5908203125rem;left:36.27734375rem;height:4.2246125rem;font-style:normal;display:block; }
#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7668a;background-image:none;position:relative;display:block; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container { background-color: transparent; background-image: none; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container > .video-iframe-container { display: none; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row > .video-iframe-container { display: none; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container { border-width: 0; border-radius: 0; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:60rem;position:relative;display:block; }#Sh81FmpuTaUd3CpQgzhv2xxwTwJXaDax { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:amiri;font-size:2.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.46875rem;left:12.218750953674rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#IV4BtMuGUFKeF964ZOlwz5WnMAGM3y4S { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:1.28125rem;left:40.031250953674rem;overflow:hidden;display:block; }
#dmJtIV0XXc6zsXVziTXivb8CmeMvFdEq { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:1.28125rem;left:15.281250953674rem;overflow:hidden;display:block; }
#npcmkmFcWlotsieDLe02Cw7q3ldsNeDS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/bdIP02iH/cc10de05cefd88e49a75263a5c312c6c.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#npcmkmFcWlotsieDLe02Cw7q3ldsNeDS.adaptive-delivery-prevent-bg, #npcmkmFcWlotsieDLe02Cw7q3ldsNeDS.lazyload, #npcmkmFcWlotsieDLe02Cw7q3ldsNeDS.lazyloading { background-image: none; }#npcmkmFcWlotsieDLe02Cw7q3ldsNeDS > .row .container { background-color: transparent; background-image: none; }#npcmkmFcWlotsieDLe02Cw7q3ldsNeDS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#npcmkmFcWlotsieDLe02Cw7q3ldsNeDS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#npcmkmFcWlotsieDLe02Cw7q3ldsNeDS > .row .container > .video-iframe-container { display: none; }#npcmkmFcWlotsieDLe02Cw7q3ldsNeDS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#npcmkmFcWlotsieDLe02Cw7q3ldsNeDS > .row > .video-iframe-container { display: none; }#npcmkmFcWlotsieDLe02Cw7q3ldsNeDS > .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); }#npcmkmFcWlotsieDLe02Cw7q3ldsNeDS > .row .container { border-width: 0; border-radius: 0; }#npcmkmFcWlotsieDLe02Cw7q3ldsNeDS > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:60rem;position:relative;display:block; }#gRKXqVVcNDRibuEkPGeT1xPDOyMn69mN { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:14.5rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EBTEFLEX0DBRUtAoBzfvmxWyZ4bJOIdI { position:absolute;display:block;z-index:100015;background-color:rgba(19,19,19,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:32.375rem;top:34.5rem;left:13.8125rem;display:none; }
#VdXkl5XvT57NBX9rhGJlFGbhUnfFDOHT { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100037;line-height:1.5;letter-spacing:0;top:10.3125rem;left:45.375rem;height:1.7806rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BNBQHWzzex5oWnTAycZFMawbSPFAfonC { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100132;line-height:1.6;letter-spacing:0;top:13.625rem;left:44.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; }
#y1ERBrBzDbGh6TGnlIbcap32Z8yBF0ND { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:16.9375rem;left:48rem;display:block; }
#kZft7mwuk899Z0eRM2Cw0Z13AAZtkdnA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uVZ1ha4TIoryVqZ87gTEKR3crwdyzEG2 { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:5.4375rem;left:22.25rem;display:block; }#uVZ1ha4TIoryVqZ87gTEKR3crwdyzEG2.adaptive-delivery-prevent-bg, #uVZ1ha4TIoryVqZ87gTEKR3crwdyzEG2.lazyload, #uVZ1ha4TIoryVqZ87gTEKR3crwdyzEG2.lazyloading { background-image: none; }
#DKvNcl4UHqdwtB7CP8zSKh89GEwBuxtF { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100137;line-height:1.6;letter-spacing:0;top:13.625rem;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; }
#wqFxbkG2rK5ifAAgt42pRWQnVboZRTdm { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:16.9375rem;left:26.125rem;display:block; }
#e8O87rhglQdX15c4033I9XFh3w1QAChT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NdsPQqXkN3xA8uLDXW6KEgFUG5TqkHvB { position:absolute;display:block;z-index:100028;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:5.5625rem;left:0rem;display:block; }#NdsPQqXkN3xA8uLDXW6KEgFUG5TqkHvB.adaptive-delivery-prevent-bg, #NdsPQqXkN3xA8uLDXW6KEgFUG5TqkHvB.lazyload, #NdsPQqXkN3xA8uLDXW6KEgFUG5TqkHvB.lazyloading { background-image: none; }
#qaZBtZTckASPoZgMXGdPpFrnJpWbe2Vy { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100142;line-height:1.6;letter-spacing:0;top:13.75rem;left:0.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; }
#s6tizcTLDzWCvRaSIJ7LDE7gJ2e3iXPz { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:17.0625rem;left:3.875rem;display:block; }
#uvxcNsTLU5lHqAl7eWlsp8cTfM7fzVVB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CAc7CoprZQdzMmBCCoDFexbfoHchDu6v { color:#000000;display:block;width:9.6235rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100178;line-height:1.3;letter-spacing:0;top:7.7061634063719rem;left:2.9123249053955rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Df6oGHpOOlQ4cAWBqJyhCxnZNaFSNKXJ { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100043;line-height:1.5;letter-spacing:0;top:10.6875rem;left:1.25rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pkTmv7Iavm2JWlUBPryXZtigvaTTJSv7 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:34.1875rem;left:14.625rem;display:block; }
#ClRvffXmieghSHHHt3IdAJAOgwk5MApn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Wk1VadWIhz5prvwyyqpbQ3XDTaFxPO8W { position:absolute;display:block;z-index:100033;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:22.8125rem;left:34.25rem;display:block; }#Wk1VadWIhz5prvwyyqpbQ3XDTaFxPO8W.adaptive-delivery-prevent-bg, #Wk1VadWIhz5prvwyyqpbQ3XDTaFxPO8W.lazyload, #Wk1VadWIhz5prvwyyqpbQ3XDTaFxPO8W.lazyloading { background-image: none; }
#dKsIN4zZOKIlHa5rMULG8ssfsrenngGW { position:absolute;display:block;z-index:100038;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:22.6875rem;left:10.75rem;display:block; }#dKsIN4zZOKIlHa5rMULG8ssfsrenngGW.adaptive-delivery-prevent-bg, #dKsIN4zZOKIlHa5rMULG8ssfsrenngGW.lazyload, #dKsIN4zZOKIlHa5rMULG8ssfsrenngGW.lazyloading { background-image: none; }
#GKsXZ90JmJaAseCf3dbziTT5zoVDoVG6 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:34.3125rem;left:38.125rem;display:block; }
#BnqJ8cZM4D1y8mK9rGz6nPO1iUZGvvZg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Hw95McSATXLoowFRacxtRCvDpIDn1EeG { color:#000000;display:block;width:12.061625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100194;line-height:1.3;letter-spacing:0;top:7.625rem;left:45.8125rem;height:1.7068125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kl94gs0bZCkyuM97nrdA6wKltoIlPnTe { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:0rem;left:22.25rem;display:none; }#Kl94gs0bZCkyuM97nrdA6wKltoIlPnTe.adaptive-delivery-prevent-bg, #Kl94gs0bZCkyuM97nrdA6wKltoIlPnTe.lazyload, #Kl94gs0bZCkyuM97nrdA6wKltoIlPnTe.lazyloading { background-image: none; }
#uMfyMmbmS7699clcbr0eWMDvHqKqO956 { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:15.3125rem;top:5.625rem;left:44.0625rem;display:block; }#uMfyMmbmS7699clcbr0eWMDvHqKqO956.adaptive-delivery-prevent-bg, #uMfyMmbmS7699clcbr0eWMDvHqKqO956.lazyload, #uMfyMmbmS7699clcbr0eWMDvHqKqO956.lazyloading { background-image: none; }
#rer4Ga0aTlS0VedrPsQk3M74GNsAq1TK { color:#000000;display:block;width:12.0605625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100195;line-height:1.3;letter-spacing:0;top:24.5rem;left:35.9375rem;height:1.7068125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KIobSIZRqye3pb2KHJTGqni4Ubn9D5Fx { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100038;line-height:1.5;letter-spacing:0;top:27.460935592651rem;left:35.504558563233rem;height:1.59288125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X4SfL8NP2MT8phOitgKMyoRkiyBPJPrZ { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100133;line-height:1.6;letter-spacing:0;top:30.75rem;left:34.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; }
#goEwcKzWikVcaMaLILdmqme2xu9bDdq2 { color:#000000;display:block;width:12.0605625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100196;line-height:1.3;letter-spacing:0;top:24.375rem;left:12.4375rem;height:1.7068125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EgvGxV6i4bHlcu3oVmoE7dNmCbREgDRy { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100039;line-height:1.5;letter-spacing:0;top:27.125rem;left:12rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GbXESJ5s10TWAvBC1pS4Ev0QfSqLhcTH { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100134;line-height:1.6;letter-spacing:0;top:30.625rem;left:11.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; }
#TrwrsIzkC36XqSpzoRhn7Dd8TO8aNZDt { color:#000000;display:block;width:12.0605625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100195;line-height:1.3;letter-spacing:0;top:7.4381523132325rem;left:23.969184875488rem;height:1.7068125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NwHcek63Vc75QXbEM3uswdkDQrGt6KUz { color:#1799eb;display:block;width:12.9373125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100038;line-height:1.5;letter-spacing:0;top:10.3125rem;left:23.529731750488rem;height:1.7806rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bagCJvInD6WKSFyKGNx5DvhDlxG3fkBI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7668a;background-image:none;position:relative;display:block; }#bagCJvInD6WKSFyKGNx5DvhDlxG3fkBI > .row .container { background-color: transparent; background-image: none; }#bagCJvInD6WKSFyKGNx5DvhDlxG3fkBI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bagCJvInD6WKSFyKGNx5DvhDlxG3fkBI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bagCJvInD6WKSFyKGNx5DvhDlxG3fkBI > .row .container > .video-iframe-container { display: none; }#bagCJvInD6WKSFyKGNx5DvhDlxG3fkBI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bagCJvInD6WKSFyKGNx5DvhDlxG3fkBI > .row > .video-iframe-container { display: none; }#bagCJvInD6WKSFyKGNx5DvhDlxG3fkBI > .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); }#bagCJvInD6WKSFyKGNx5DvhDlxG3fkBI > .row .container { border-width: 0; border-radius: 0; }#bagCJvInD6WKSFyKGNx5DvhDlxG3fkBI > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:60rem;position:relative;display:block; }#I6LSFT7qbW0gLdk5piKMLVaRpghXkKh8 { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:amiri;font-size:2.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.46875rem;left:12.218750953674rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#XMPDOD8soveuoeIvXuq6my3fpS9unG5m { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:1.2803840637207rem;left:44.654949188233rem;overflow:hidden;display:block; }
#h9OMKOr25ydHh99AVTQaZWzw0Vl0Clqz { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:1.2803840637207rem;left:11.592882156372rem;overflow:hidden;display:block; }
#NtaKRPt4CzBoVrOazO5rD2LJgO64XduT { position:relative;display:block; }#NtaKRPt4CzBoVrOazO5rD2LJgO64XduT { background-color: transparent; background-image: none; }#NtaKRPt4CzBoVrOazO5rD2LJgO64XduT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NtaKRPt4CzBoVrOazO5rD2LJgO64XduT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NtaKRPt4CzBoVrOazO5rD2LJgO64XduT > .row .container > .video-iframe-container { display: none; }#NtaKRPt4CzBoVrOazO5rD2LJgO64XduT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NtaKRPt4CzBoVrOazO5rD2LJgO64XduT > .row > .video-iframe-container { display: none; }#NtaKRPt4CzBoVrOazO5rD2LJgO64XduT > .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); }#NtaKRPt4CzBoVrOazO5rD2LJgO64XduT { border-width: 0; border-radius: 0; }#NtaKRPt4CzBoVrOazO5rD2LJgO64XduT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.1875rem;width:60rem;position:relative;display:block; }#T6VmVi0Ci4sfNNNLC4hZpeyepgNnvUQQ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:11.1875rem;width:11.1875rem;top:0.7158203125rem;left:46.90625rem;overflow:hidden;display:block; }
#I8czwvvtOEV50xeq6UHIKXNaWHSpoTkG { color:#e7668a;display:block;width:12.5rem;position:absolute;font-family:amiri;font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:13.3125rem;left:46.25rem;height:2.7604125rem;text-align:center;text-align-last:center;display:block; }
#xTH3y9gTrAu3246U8LXX21WWCRkUa5dO { color:#e7668a;display:block;width:12.5rem;position:absolute;font-family:"alw arabic";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:12.7421875rem;left:1.25rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#XavJT8LNA5msse3qo6mkTaXk9PBd4Rxb { color:#e7668a;display:block;width:12.5rem;position:absolute;font-family:amiri;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:13.3125rem;left:16.25rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#gZPaQE2MZNz7yxQidO0HflLs9fDxdEDE { background-color:#e7668a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"alw arabic";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5620625rem;height:2.1875rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:15.949432373047rem;left:47.661674499512rem;display:block; }
#TVb5EPaIg8OmmFXfMtAD0ZVbvcFCkmNd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xIIAI1drbEBpR87QrOd0JPoMuR9IErbX { background-color:#e7668a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"alw arabic";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5620625rem;height:2.1875rem;text-decoration:none;z-index:100032;text-align:center;text-align-last:center;top:15.949432373047rem;left:32.217884063721rem;display:block; }
#bgeNPAqx4d0dXKIi55faNqzt27xp3cnp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PcMonUNHx9BSaS3qKhTV11lvhemprLCv { background-color:#e7668a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"alw arabic";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5620625rem;height:2.43706875rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:15.949432373047rem;left:17.217880249024rem;display:block; }
#X7Gl9HsZDVPcnQ9Si15WFIeQTTbtAvcd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GcP2q8NJ1n3lVUNafMfpAe3UITzUuSRk { background-color:#e7668a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"alw arabic";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5620625rem;height:2.1875rem;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:15.949432373047rem;left:2.2178802490234rem;display:block; }
#XwlSH0KNNRhGLi4fWfWza04r6PLMT0MR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oO1uI9RS5X8SDM0FnUKawn59gOFoV9bP { color:#e7668a;display:block;width:12.5rem;position:absolute;font-family:amiri;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:13.1875rem;left:31.25rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F9VNQlNBCay8Ny0B8I9pFmX100xgTTBD { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:11.1875rem;width:11.1875rem;top:0.7158203125rem;left:31.90625rem;overflow:hidden;display:block; }
#fB8XQxd0uUFMUWLI4xHWDnNWVzTrAaxf { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:11.1875rem;width:11.1875rem;top:0.7158203125rem;left:16.90625rem;overflow:hidden;display:block; }
#WQoUG384V2xFd4xw6tiR7T4NZpz7HP0t { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:11.5rem;width:11.5rem;top:0.7158203125rem;left:1.90625rem;overflow:hidden;display:block; }
#RMytohlSnudI9M6e2yDzkX0GPaXqUDLR { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:11.1875rem;width:11.1875rem;top:0.7158203125rem;left:16.90625rem;overflow:hidden;display:none; }
#afoVrILAciWITvEHOoITbTWeFvBGCRev { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:11.1875rem;width:11.1875rem;top:0.7158203125rem;left:31.90625rem;overflow:hidden;display:none; }
#QQn9Qfb2LoKuoe0R88ODXmnKcwMkyDan { background-color:#e7668a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"alw arabic";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.1875rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:22.5rem;left:17.21875rem;display:none; }
#ibqftytfNBem7Cf79HTwgBpUPpZCKpzZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZCoxoaGGBVJ7ZTOsviIG89blTeTp3p8G { background-color:#e7668a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"alw arabic";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.1875rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:22.5rem;left:17.21875rem;display:none; }
#UkbVSDS3zi8riwmBcxnS0PRVRTDdL20X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#z697c9oonCq3JpTgxxewz9q3nmKmzbvS { color:#e7668a;display:block;width:12.5rem;position:absolute;font-family:"alw arabic";font-size:1.0625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:12.9375rem;left:1.25rem;height:8.25rem;text-align:center;text-align-last:center;display:none; }
#sO9lvxbg5bGJtwgkKVqIPdD3961lfOCQ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:11.1875rem;width:11.1875rem;top:0.7158203125rem;left:31.90625rem;overflow:hidden;display:none; }
#bRHpEqDgqdlw2mLzmkPrUvQDGNK5M19U { color:#e7668a;display:block;width:12.5rem;position:absolute;font-family:"alw arabic";font-size:1.1875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:12.9375rem;left:46.25rem;height:9rem;text-align:center;text-align-last:center;display:none; }
#crAypaui3ihmPs5Ap1l5V3nmifrVWiXD { color:#e7668a;display:block;width:12.5rem;position:absolute;font-family:"alw arabic";font-size:1.1875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:12.9375rem;left:46.25rem;height:9rem;text-align:center;text-align-last:center;display:none; }
#HMT7nsfmKFKJXMQr5AE5AGZ2iTG5kfc1 { color:#e7668a;display:block;width:12.5rem;position:absolute;font-family:"alw arabic";font-size:1.0625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:12.9375rem;left:1.25rem;height:8.25rem;text-align:center;text-align-last:center;display:none; }
#WC8CRye7PaNZfx2mMwSJFWDa1v8BP92u { background-color:#e7668a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"alw arabic";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.1875rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:22.5rem;left:17.21875rem;display:none; }
#Q47hfpPkzDx7PT8iaCtBTLTx5gLMvOwm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#imn9CALS1veoNR3l6xADnbQxxD6BsBXw { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#oPFQsyDGGUy8bol5byh1xuqsNTyyV1OT { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#f9MJe6I5uupmGEJexNITCb9U249DM6uN { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#DiwHzNZ3A2QAzCekX22Qwh1XnEx7kBE8 { position:relative;display:block; }#DiwHzNZ3A2QAzCekX22Qwh1XnEx7kBE8 { background-color: transparent; background-image: none; }#DiwHzNZ3A2QAzCekX22Qwh1XnEx7kBE8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DiwHzNZ3A2QAzCekX22Qwh1XnEx7kBE8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DiwHzNZ3A2QAzCekX22Qwh1XnEx7kBE8 > .row .container > .video-iframe-container { display: none; }#DiwHzNZ3A2QAzCekX22Qwh1XnEx7kBE8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DiwHzNZ3A2QAzCekX22Qwh1XnEx7kBE8 > .row > .video-iframe-container { display: none; }#DiwHzNZ3A2QAzCekX22Qwh1XnEx7kBE8 > .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); }#DiwHzNZ3A2QAzCekX22Qwh1XnEx7kBE8 { border-width: 0; border-radius: 0; }#DiwHzNZ3A2QAzCekX22Qwh1XnEx7kBE8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.75rem;width:60rem;position:relative;display:block; }#SW9XvlcFN76VfT06zc0tSaToT8OzC2mk { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:11.1875rem;width:11.1875rem;top:0.7158203125rem;left:46.90625rem;overflow:hidden;display:block; }
#fNmWVoxLG49m5kX0v04DkkMgLWVmR0Vq { color:#e7668a;display:block;width:12.5rem;position:absolute;font-family:"alw arabic";font-size:1.1875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:12.9375rem;left:46.25rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#JCr9ameDODpAnrdky8PuvF7fTld1ERTN { color:#e7668a;display:block;width:12.5rem;position:absolute;font-family:"alw arabic";font-size:1.0625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:12.9375rem;left:1.25rem;height:2.76041875rem;text-align:center;text-align-last:center;display:block; }
#BKcv29mqbGX5e2gtauE8Xapdc0bQ4U9U { color:#e7668a;display:block;width:12.5rem;position:absolute;font-family:"alw arabic";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:12.9375rem;left:16.25rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#kLuzAMzkCDW1eSVua1B5m5LnuXAKOM6E { background-color:#e7668a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"alw arabic";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5620625rem;height:2.1875rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:15.992826461792rem;left:47.217880249024rem;display:block; }
#SVxmSosiWZkWrAMCBe4bcMWUJE2BKQGk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HZxaGigDST8XfA50vdhJEsONq3dElTnm { background-color:#e7668a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"alw arabic";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5620625rem;height:2.1875rem;text-decoration:none;z-index:100032;text-align:center;text-align-last:center;top:15.992826461792rem;left:32.217884063721rem;display:block; }
#zO1ixITpzoaIaMbBJ4xWg0lMaboKAFpW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OoktySl6y4I1cGyuHZ7T6sfgRcG1sAma { background-color:#e7668a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"alw arabic";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5620625rem;height:2.1875rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:16.096992492676rem;left:17.217880249024rem;display:block; }
#X8701ZpJCyIFdmp9Xmz56ZdzQ8EJt4W9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TwQ9ZMBb1czxH73OsDdziMsUmKiFaSwO { background-color:#e7668a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"alw arabic";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5620625rem;height:2.1875rem;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:15.992826461792rem;left:2.2178802490234rem;display:block; }
#PvfpCPwWh2yyMxXeVTDClKRLKttZ2uPI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Hgt1NckLLZcnZbamtMdPVEJ6VKfJrPbo { color:#e7668a;display:block;width:12.5rem;position:absolute;font-family:"alw arabic";font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:12.9375rem;left:31.25rem;height:4.140625rem;text-align:center;text-align-last:center;display:block; }
#r2bJzaXkXGHKaLIRqip66LmuXmTmN5TL { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:11.1875rem;width:11.1875rem;top:0.7158203125rem;left:31.90625rem;overflow:hidden;display:block; }
#ChAwdSpWTCF12koZUhoWBwH1EgqdXT1A { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:11.1875rem;width:11.1875rem;top:0.7158203125rem;left:16.90625rem;overflow:hidden;display:block; }
#bVxdMGDBpKTUxJ8rcKITWIt0CvazTVtg { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:11.5rem;width:11.5rem;top:0.7158203125rem;left:1.90625rem;overflow:hidden;display:block; }
#Ho6hyL1PzkcZW2B21K7Lf1oNVcZUSJbp { color:#e7668a;display:block;width:12.5rem;position:absolute;font-family:"alw arabic";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:12.9375rem;left:16.25rem;height:7.5rem;text-align:center;text-align-last:center;display:none; }
#TQR60NqgMe2zb288pwdPOZe5PeiPTO51 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:11.1875rem;width:11.1875rem;top:0.7158203125rem;left:46.90625rem;overflow:hidden;display:none; }
#vAgSfBIpC9JPPmFX6TVvf9WTFOVxJuTG { color:#e7668a;display:block;width:12.5rem;position:absolute;font-family:"alw arabic";font-size:1.1875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:12.9375rem;left:46.25rem;height:9rem;text-align:center;text-align-last:center;display:none; }
#HJMA0DJbx0MHMSSIrxhmvsiSd322kTWG { color:#e7668a;display:block;width:12.5rem;position:absolute;font-family:"alw arabic";font-size:1.1875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:12.9375rem;left:46.25rem;height:9rem;text-align:center;text-align-last:center;display:none; }
#Gex47lHVWlTr6Uwoof2sHwRqx5zkEiuC { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#Luxww1qVHgbHBqI8QETD8JFlOOopDqI0 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#RETR4wiTuMOs6mQ1wIrWuIT0LX0Qko5C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7668a;background-image:none;position:relative;display:block; }#RETR4wiTuMOs6mQ1wIrWuIT0LX0Qko5C > .row .container { background-color: transparent; background-image: none; }#RETR4wiTuMOs6mQ1wIrWuIT0LX0Qko5C::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RETR4wiTuMOs6mQ1wIrWuIT0LX0Qko5C > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RETR4wiTuMOs6mQ1wIrWuIT0LX0Qko5C > .row .container > .video-iframe-container { display: none; }#RETR4wiTuMOs6mQ1wIrWuIT0LX0Qko5C > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RETR4wiTuMOs6mQ1wIrWuIT0LX0Qko5C > .row > .video-iframe-container { display: none; }#RETR4wiTuMOs6mQ1wIrWuIT0LX0Qko5C > .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); }#RETR4wiTuMOs6mQ1wIrWuIT0LX0Qko5C > .row .container { border-width: 0; border-radius: 0; }#RETR4wiTuMOs6mQ1wIrWuIT0LX0Qko5C > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:60rem;position:relative;display:block; }#XkWzRbqXLEelE3kr1QB9vkDw8Sc8Qlz5 { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:amiri;font-size:2.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.46875rem;left:12.218750953674rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#FubJ71xyvEDvZPO8J31Vmx6M1pSy49MK { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:1.28125rem;left:40.031250953674rem;overflow:hidden;display:block; }
#xGGkyttGM5qPy15NP6AacTavH0ZZ4D2P { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:1.28125rem;left:15.281250953674rem;overflow:hidden;display:block; }
#Ukuth7e98pqTuqnCLZfExaQbA2a1LiL4 { position:relative;display:block; }#Ukuth7e98pqTuqnCLZfExaQbA2a1LiL4 { background-color: transparent; background-image: none; }#Ukuth7e98pqTuqnCLZfExaQbA2a1LiL4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ukuth7e98pqTuqnCLZfExaQbA2a1LiL4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ukuth7e98pqTuqnCLZfExaQbA2a1LiL4 > .row .container > .video-iframe-container { display: none; }#Ukuth7e98pqTuqnCLZfExaQbA2a1LiL4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ukuth7e98pqTuqnCLZfExaQbA2a1LiL4 > .row > .video-iframe-container { display: none; }#Ukuth7e98pqTuqnCLZfExaQbA2a1LiL4 > .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); }#Ukuth7e98pqTuqnCLZfExaQbA2a1LiL4 { border-width: 0; border-radius: 0; }#Ukuth7e98pqTuqnCLZfExaQbA2a1LiL4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.8125rem;width:60rem;position:relative;display:block; }#sP5JJ1RKsxEwqnDfErMytiqZcMKPGQ3B { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:14.3125rem;width:14.3125rem;top:2.55859375rem;left:3.9375rem;overflow:hidden;display:block; }
#So6tVVV5IAPJn96rpRCl2oGWyHGzkyJd { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:14.3125rem;width:14.3125rem;top:2.55859375rem;left:22.843751907349rem;overflow:hidden;display:block; }
#VHOddC2bHxqm341vaTlNtwTIrQC9eDsl { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:14.124375rem;width:14.0625rem;top:2.6226129531861rem;left:41.279296875rem;overflow:hidden;display:block; }
#SJ4lX4Qh21thSHt61lTVS9fblv0bJlQe { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60rem;width:60rem;display:none; }
#xyLR1lXE2LBZrm3J1hdhE3II7RLgr8wN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60rem;width:60rem;display:none; }
#t3A4AlHUkbtuIvyPU40e4kg1R52d854W { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60rem;width:60rem;display:none; }
#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7668a;background-image:none;position:relative;display:block; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container { background-color: transparent; background-image: none; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container > .video-iframe-container { display: none; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row > .video-iframe-container { display: none; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container { border-width: 0; border-radius: 0; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#xzNKz6q51sFTAEbr7k9oupm5cyQRuoLp { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:"alw arabic";font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.8125104904175rem;left:36.062500953674rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#zMvLENHrStyvhG8Ozxv4I60bV5P1cyT1 { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:12.875rem;left:26.375rem;height:1.7871125rem;text-align:right;text-align-last:right;display:block; }
#kSUOqcanuNJUXJKGZcuPvbhJNMx8xJ2v { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.6875rem;left:36.6875rem;height:3.574225rem;text-align:right;text-align-last:right;display:block; }
#Dt2k7KqqUozMbOqhSd580h58TsiE3CBP { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:16.0625rem;left:42.562500953674rem;display:block; }
#dWu7MR36dtPWXRxKHmmFulFbBFiDKig5 { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:16.0625rem;left:45.187500953674rem;display:block; }
#IIz3xaCacHHWct2sIZeGiPmdTFcgiJT1 { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:16.0625rem;left:47.875rem;display:block; }
#aD8Nqp6TKGzwh2FlsDqh45WTC5QLly8T { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:21.0625rem;width:13.5625rem;top:1.1250104904175rem;left:5.3125rem;overflow:hidden;display:block; }
#mnDT2UTdz89wVhPk1mMaVF3aNFbxDZLJ { box-sizing:content-box;color:#172595;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:12.3125rem;left:51.1875rem;display:block; }
#uuc6TcCrTgalHTOaGdrkNlQk3iAVl7SG { box-sizing:content-box;color:#172595;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:7.625rem;left:51.125rem;display:block; }
#mHS3wKNJmklJVoxpRHIoQW9QezKUiqeT { box-sizing:content-box;color:#172595;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:15.875rem;left:51.125rem;display:block; }
#sSu6sBlPFEc3kDgkUXr1xhVCi8Km65bn { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100056;line-height:1.3;letter-spacing:0;top:20.104166507721rem;left:30.062500953674rem;height:1.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:1rem;left:10.060981750488rem;width:27.5625rem;height:3.4297461294986rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZxfhT0ieyBxsM7bu46GFMydCaL9RIih { display:block; }#LZxfhT0ieyBxsM7bu46GFMydCaL9RIih > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESO5sgHUkq2I17RA8VvI5odzbSOBfZsy { width:35.8125rem;height:10.6875rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Futd6LoPbSBsfuF31vdfksqGtFHvWTD5 { width:18.9375rem;height:2.25rem;top:32.125rem;left:4.7170143127441rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORpIMcU290cazu2HHTZTWIQaoTrJh0wT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ORpIMcU290cazu2HHTZTWIQaoTrJh0wT .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ORpIMcU290cazu2HHTZTWIQaoTrJh0wT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ORpIMcU290cazu2HHTZTWIQaoTrJh0wT { display:flex;width:18rem;height:5.0625rem;top:34.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #G03870CL5olTu351UBMz4MuSbetgs9zB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #rhAynX11x44kIAbIiKH5HHq2nGeN6D2P {  }
 }@media only screen and (max-width: 763px) { #ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #BiT3wccG9ELFN5naMG6ENuNx0X5u35Ts {  }
 }@media only screen and (max-width: 763px) { #ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #mUKLfqoMUynGBfaNqzvcyRvTppctQ7oT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #O3rIM9qeLiWSgG612Ku37wJTpaCTanME {  }
 }@media only screen and (max-width: 763px) { #ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #THWC0eOo1dFeyc7offdROkvr5Am4GQo3 {  }
 }@media only screen and (max-width: 763px) { #ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #TmBhuEZZvhpCGEiqOtZRJrww5IRTBhQU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #h8zMZUTNSksyZfiqXcv6x6FTatQSEEw1 {  }
 }@media only screen and (max-width: 763px) { #ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #AFkDWD18sf3DKwkpz2nUdqt7kKkZIwcN {  }
 }@media only screen and (max-width: 763px) { #ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #CAz7ZPARLF6afOWv5y04r4wtOE2eWoTR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #MPGFRMlVTAAvrl0ME6m5XwttCUFb0lyO {  }
 }@media only screen and (max-width: 763px) { #ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #DcopTUzN1ciSgHIKq21SudPnn8nUTu5l {  }
 }@media only screen and (max-width: 763px) { #h9W0M9dBGTPml8dETkRTq55bUJzUtuzv { top:6.3125rem;left:24rem;width:23.625rem;height:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn  { width:15rem;height:auto; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn {display:block;}#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #BWnXIBqb0ZEpP7gWy6WIxifmwss4vQIN {  }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #xMQRC4Qx4s67TqaBXuqahDGPBAvSbxsk {  }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #e34OIOT97Ng11RGhODTxE1TPzd9aQKB6 {  }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #TBdIIhLAaahgPy4l4TEAg50XemuEonsF {  }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #yXTcmKRFbZW0eJUNN9uRfEBdukze9MVv {  }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #S4Z0WRkutikhGJJmOrJewlfEVTbTOGde {  }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #r5J7JMNZVkvPAr8uHGrcafQN3JKJh4db {  }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #RQZRSvgRttiWkTrTU56QoizFwXfBTKz0 {  }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #JgXlokTwaTIll4xzpVBnWXkFBWkiQCZV {  }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #IVKENUgukIHXJQ6T1Ueeg3VigUSIsucg {  }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #IENVVnRTPqpberkatgCt6fl8ZpVvw4ci {  }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #foTdpU4bJ6ChOqPFhPTDuQ4pD8EWzx7P {  }
 }@media only screen and (max-width: 763px) { #ECkANznSME5NNRx8AANPruZEd2DuBoW7 { display:block; }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #BasA2FvUfhshGvTMoTQ1B6GwaTTxi9Eb {  }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #O6bLOhEMFWeserfkDKlwDSThihf8aiv6 {  }
 }@media only screen and (max-width: 763px) { #B8HL7TbJNWeg0DTh7doNCcfc0khV8xFR { top:12.5625rem;left:0rem;width:29.25rem;height:19.333977266185rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNoglv38WPBvEkygxFdfsr2ysdAmaSVz { width:19.5625rem;height:2.5625rem;top:7rem;left:28.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxkgc1RGpfSgZg07B1XTRkkTG1IgTKZH { top:0.5625rem;left:0rem;width:33.75rem;height:8.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfapLtnkyRPu98OeLynJ96Ot3APu67Ag { top:10.6875rem;left:7.1215267181394rem;width:14.0625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeNlWaqAuW5MDB99sW87r9oRktC70XCJ { top:5.75rem;left:2.5852851867676rem;width:3.75rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi { display:block; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbFpKbJTTx3oJWrKQQb9HBw3JLDOx54g { width:1.125rem;height:0.88848055346413rem;top:3.8125rem;left:17.310329437256rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiTWEWHXrAFHBuRU19eCMmSA9gdvXEJ9 { width:1.125rem;height:0.88848055346413rem;top:3.8125rem;left:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZctNBkvfToUqedbmHKNBPzreL59Qul9 { top:1.0625rem;left:17.125rem;width:30.625rem;height:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT2xXSR6A11yoQPrS5IwJ5r8xpKy19xl { top:15.3125rem;left:23rem;width:22.625rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgS6FmMHtgfamJQrdS3TAnuQLs5F5aST { top:16.625rem;left:22.660808563233rem;width:23.1875rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD  { width:15rem;height:auto; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD {display:block;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #L3eCKBis3FBuTziS9t7syZHi9Gnz5cZQ {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #K16oUtstOKQTEPM3y2lqvZg1RTspagEm {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #dztSllqCUL8RXzNLSshURU0vLvbT1gTi {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s9iegVXaF34GRlAn37V5mlzlPdTqT01C {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #WciGfnaTkyCXOfyqnrt8BoBT12iyTsHh {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #f98neuyPrS7vJOd54DQ9BVLMQFJv11Iy {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #nu2l9D4VGT5TcL0HOhRHOfnbswucWNmN {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pr6rnf43FSVAcql02mbRhXvmp4T8Sp6G {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pqm8zAye4Dl6f1qJpTpPtPp7iTHubTyA {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wKuyXMa0MZsZzByXSLTEFb5eDIJ05SJc {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s8Ta5bXPTC3Ce6gwIbuUfZHNPXBcx7Th {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #FTL9yu0hqLK8WaAKDuXgUoEn0Mw0o5o9 {  }
 }@media only screen and (max-width: 763px) { #QtwlPcl4TPTC0mIVQaLIH0eDdWltw9h6 { display:block; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wdh6QXSlhZMoB4Pqf60mrJoMZLtcmocd {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #Ith52Rl3DauROOoNTkBU7MVI3TuSgudA {  }
 }@media only screen and (max-width: 763px) { #aBh4PzzC1giIB23D1SKx2JrFtxpi9TgT { top:12.75rem;left:27.55859375rem;width:12.5rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQA5yxPtfzGfvUKgCDsTqExaz1fPT3Q4 { top:8.5625rem;left:30.15234375rem;width:7.3125rem;height:4.1875rem;font-size:3.125rem;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:1.4375rem;left:6.0928821563721rem;width:34.75rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV4BtMuGUFKeF964ZOlwz5WnMAGM3y4S { top:1.25rem;left:33.906250953674rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmJtIV0XXc6zsXVziTXivb8CmeMvFdEq { top:1.25rem;left:9.1562509536744rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #npcmkmFcWlotsieDLe02Cw7q3ldsNeDS { display:block; }#npcmkmFcWlotsieDLe02Cw7q3ldsNeDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gRKXqVVcNDRibuEkPGeT1xPDOyMn69mN { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBTEFLEX0DBRUtAoBzfvmxWyZ4bJOIdI { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdXkl5XvT57NBX9rhGJlFGbhUnfFDOHT { width:12.875rem;height:1.75rem;top:10.3125rem;left:34.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNBQHWzzex5oWnTAycZFMawbSPFAfonC { width:14.375rem;height:;top:13.625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1ERBrBzDbGh6TGnlIbcap32Z8yBF0ND { width:8.75rem;height:2.6875rem;top:16.9375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZft7mwuk899Z0eRM2Cw0Z13AAZtkdnA { display:block; }
 }@media only screen and (max-width: 763px) { #uVZ1ha4TIoryVqZ87gTEKR3crwdyzEG2 { width:15.3125rem;height:10.6875rem;top:5.4375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKvNcl4UHqdwtB7CP8zSKh89GEwBuxtF { width:14.375rem;height:;top:13.625rem;left:16.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqFxbkG2rK5ifAAgt42pRWQnVboZRTdm { width:8.75rem;height:2.6875rem;top:16.9375rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8O87rhglQdX15c4033I9XFh3w1QAChT { display:block; }
 }@media only screen and (max-width: 763px) { #NdsPQqXkN3xA8uLDXW6KEgFUG5TqkHvB { width:15.3125rem;height:10.6875rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaZBtZTckASPoZgMXGdPpFrnJpWbe2Vy { width:14.375rem;height:;top:13.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6tizcTLDzWCvRaSIJ7LDE7gJ2e3iXPz { width:8.75rem;height:2.6875rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvxcNsTLU5lHqAl7eWlsp8cTfM7fzVVB { display:block; }
 }@media only screen and (max-width: 763px) { #CAc7CoprZQdzMmBCCoDFexbfoHchDu6v { top:7.6875rem;left:0rem;width:9.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df6oGHpOOlQ4cAWBqJyhCxnZNaFSNKXJ { width:12.875rem;height:1.875rem;top:10.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkTmv7Iavm2JWlUBPryXZtigvaTTJSv7 { width:8.75rem;height:2.6875rem;top:34.1875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClRvffXmieghSHHHt3IdAJAOgwk5MApn { display:block; }
 }@media only screen and (max-width: 763px) { #Wk1VadWIhz5prvwyyqpbQ3XDTaFxPO8W { width:15.3125rem;height:10.6875rem;top:22.8125rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKsIN4zZOKIlHa5rMULG8ssfsrenngGW { width:15.3125rem;height:10.6875rem;top:22.6875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKsXZ90JmJaAseCf3dbziTT5zoVDoVG6 { width:8.75rem;height:2.6875rem;top:34.3125rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnqJ8cZM4D1y8mK9rGz6nPO1iUZGvvZg { display:block; }
 }@media only screen and (max-width: 763px) { #Hw95McSATXLoowFRacxtRCvDpIDn1EeG { top:7.625rem;left:35.75rem;width:12rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl94gs0bZCkyuM97nrdA6wKltoIlPnTe { width:15.3125rem;height:10.6875rem;top:0rem;left:16.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uMfyMmbmS7699clcbr0eWMDvHqKqO956 { width:15.3125rem;height:10.6875rem;top:5.625rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rer4Ga0aTlS0VedrPsQk3M74GNsAq1TK { top:24.5rem;left:29.8125rem;width:12rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIobSIZRqye3pb2KHJTGqni4Ubn9D5Fx { width:12.875rem;height:1.5625rem;top:27.4375rem;left:29.379558563233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4SfL8NP2MT8phOitgKMyoRkiyBPJPrZ { width:14.375rem;height:;top:30.75rem;left:28.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #goEwcKzWikVcaMaLILdmqme2xu9bDdq2 { top:24.375rem;left:6.3125rem;width:12rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgvGxV6i4bHlcu3oVmoE7dNmCbREgDRy { width:12.875rem;height:2.8125rem;top:27.125rem;left:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbXESJ5s10TWAvBC1pS4Ev0QfSqLhcTH { width:14.375rem;height:;top:30.625rem;left:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrwrsIzkC36XqSpzoRhn7Dd8TO8aNZDt { top:7.4375rem;left:17.844184875488rem;width:12rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwHcek63Vc75QXbEM3uswdkDQrGt6KUz { width:12.875rem;height:1.75rem;top:10.3125rem;left:17.404731750488rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bagCJvInD6WKSFyKGNx5DvhDlxG3fkBI { display:block; }#bagCJvInD6WKSFyKGNx5DvhDlxG3fkBI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6LSFT7qbW0gLdk5piKMLVaRpghXkKh8 { top:1.4375rem;left:6.0928821563721rem;width:34.75rem;height:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMPDOD8soveuoeIvXuq6my3fpS9unG5m { top:1.25rem;left:38.529949188233rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9OMKOr25ydHh99AVTQaZWzw0Vl0Clqz { top:1.25rem;left:5.4678821563721rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtaKRPt4CzBoVrOazO5rD2LJgO64XduT { display:block; }#NtaKRPt4CzBoVrOazO5rD2LJgO64XduT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6VmVi0Ci4sfNNNLC4hZpeyepgNnvUQQ { top:0.6875rem;left:36.1875rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8czwvvtOEV50xeq6UHIKXNaWHSpoTkG { top:13.25rem;left:35.25rem;width:12.5rem;height:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTH3y9gTrAu3246U8LXX21WWCRkUa5dO { top:12.6875rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XavJT8LNA5msse3qo6mkTaXk9PBd4Rxb { top:13.3125rem;left:11.375rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZPaQE2MZNz7yxQidO0HflLs9fDxdEDE { width:10.5rem;height:2.1875rem;top:15.9375rem;left:36.942924499512rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVb5EPaIg8OmmFXfMtAD0ZVbvcFCkmNd { display:block; }
 }@media only screen and (max-width: 763px) { #xIIAI1drbEBpR87QrOd0JPoMuR9IErbX { width:10.5rem;height:2.1875rem;top:15.9375rem;left:24.561634063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgeNPAqx4d0dXKIi55faNqzt27xp3cnp { display:block; }
 }@media only screen and (max-width: 763px) { #PcMonUNHx9BSaS3qKhTV11lvhemprLCv { width:10.5rem;height:2.375rem;top:15.9375rem;left:12.624130249024rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7Gl9HsZDVPcnQ9Si15WFIeQTTbtAvcd { display:block; }
 }@media only screen and (max-width: 763px) { #GcP2q8NJ1n3lVUNafMfpAe3UITzUuSRk { width:10.5rem;height:2.1875rem;top:15.9375rem;left:0.68663024902344rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwlSH0KNNRhGLi4fWfWza04r6PLMT0MR { display:block; }
 }@media only screen and (max-width: 763px) { #oO1uI9RS5X8SDM0FnUKawn59gOFoV9bP { top:13.125rem;left:23.3125rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9VNQlNBCay8Ny0B8I9pFmX100xgTTBD { top:0.6875rem;left:24.25rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB8XQxd0uUFMUWLI4xHWDnNWVzTrAaxf { top:0.6875rem;left:12.3125rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQoUG384V2xFd4xw6tiR7T4NZpz7HP0t { top:0.6875rem;left:0.375rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMytohlSnudI9M6e2yDzkX0GPaXqUDLR { top:0.6875rem;left:12.3125rem;width:11.1875rem;height:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #afoVrILAciWITvEHOoITbTWeFvBGCRev { top:0.6875rem;left:24.25rem;width:11.1875rem;height:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQn9Qfb2LoKuoe0R88ODXmnKcwMkyDan { width:10.5625rem;height:2.1875rem;top:22.5rem;left:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ibqftytfNBem7Cf79HTwgBpUPpZCKpzZ { display:block; }
 }@media only screen and (max-width: 763px) { #ZCoxoaGGBVJ7ZTOsviIG89blTeTp3p8G { width:10.5625rem;height:2.1875rem;top:22.5rem;left:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UkbVSDS3zi8riwmBcxnS0PRVRTDdL20X { display:block; }
 }@media only screen and (max-width: 763px) { #z697c9oonCq3JpTgxxewz9q3nmKmzbvS { top:39.6875rem;left:0rem;width:12.625rem;height:2.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sO9lvxbg5bGJtwgkKVqIPdD3961lfOCQ { top:0.6875rem;left:24.25rem;width:11.1875rem;height:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bRHpEqDgqdlw2mLzmkPrUvQDGNK5M19U { top:12.9375rem;left:35.25rem;width:12.5rem;height:9rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #crAypaui3ihmPs5Ap1l5V3nmifrVWiXD { top:12.9375rem;left:35.25rem;width:12.5rem;height:9rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HMT7nsfmKFKJXMQr5AE5AGZ2iTG5kfc1 { top:65.625rem;left:0rem;width:12.625rem;height:3.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WC8CRye7PaNZfx2mMwSJFWDa1v8BP92u { width:10.5625rem;height:2.1875rem;top:22.5rem;left:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q47hfpPkzDx7PT8iaCtBTLTx5gLMvOwm { display:block; }
 }@media only screen and (max-width: 763px) { #imn9CALS1veoNR3l6xADnbQxxD6BsBXw { display:none; }
 }@media only screen and (max-width: 763px) { #oPFQsyDGGUy8bol5byh1xuqsNTyyV1OT { display:none; }
 }@media only screen and (max-width: 763px) { #f9MJe6I5uupmGEJexNITCb9U249DM6uN { display:none; }
 }@media only screen and (max-width: 763px) { #DiwHzNZ3A2QAzCekX22Qwh1XnEx7kBE8 { display:block; }#DiwHzNZ3A2QAzCekX22Qwh1XnEx7kBE8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SW9XvlcFN76VfT06zc0tSaToT8OzC2mk { top:0.6875rem;left:36.1875rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNmWVoxLG49m5kX0v04DkkMgLWVmR0Vq { top:12.875rem;left:35.25rem;width:12.5rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCr9ameDODpAnrdky8PuvF7fTld1ERTN { top:12.875rem;left:0rem;width:12.5rem;height:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKcv29mqbGX5e2gtauE8Xapdc0bQ4U9U { top:12.875rem;left:11.375rem;width:12.5rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLuzAMzkCDW1eSVua1B5m5LnuXAKOM6E { width:10.5rem;height:2.1875rem;top:15.9375rem;left:36.499130249024rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVxmSosiWZkWrAMCBe4bcMWUJE2BKQGk { display:block; }
 }@media only screen and (max-width: 763px) { #HZxaGigDST8XfA50vdhJEsONq3dElTnm { width:10.5rem;height:2.1875rem;top:15.9375rem;left:24.561634063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO1ixITpzoaIaMbBJ4xWg0lMaboKAFpW { display:block; }
 }@media only screen and (max-width: 763px) { #OoktySl6y4I1cGyuHZ7T6sfgRcG1sAma { width:10.5rem;height:2.1875rem;top:16.0625rem;left:12.624130249024rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8701ZpJCyIFdmp9Xmz56ZdzQ8EJt4W9 { display:block; }
 }@media only screen and (max-width: 763px) { #TwQ9ZMBb1czxH73OsDdziMsUmKiFaSwO { width:10.5rem;height:2.1875rem;top:15.9375rem;left:0.68663024902344rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvfpCPwWh2yyMxXeVTDClKRLKttZ2uPI { display:block; }
 }@media only screen and (max-width: 763px) { #Hgt1NckLLZcnZbamtMdPVEJ6VKfJrPbo { top:12.9375rem;left:23.3125rem;width:12.5rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2bJzaXkXGHKaLIRqip66LmuXmTmN5TL { top:0.6875rem;left:24.25rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChAwdSpWTCF12koZUhoWBwH1EgqdXT1A { top:0.6875rem;left:12.3125rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVxdMGDBpKTUxJ8rcKITWIt0CvazTVtg { top:0.6875rem;left:0.375rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho6hyL1PzkcZW2B21K7Lf1oNVcZUSJbp { top:12.8125rem;left:0rem;width:12.625rem;height:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQR60NqgMe2zb288pwdPOZe5PeiPTO51 { top:0.6875rem;left:36.1875rem;width:11.1875rem;height:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vAgSfBIpC9JPPmFX6TVvf9WTFOVxJuTG { top:37.0625rem;left:0rem;width:15.1875rem;height:3rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJMA0DJbx0MHMSSIrxhmvsiSd322kTWG { top:62.8125rem;left:0rem;width:15.1875rem;height:3rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gex47lHVWlTr6Uwoof2sHwRqx5zkEiuC { display:none; }
 }@media only screen and (max-width: 763px) { #Luxww1qVHgbHBqI8QETD8JFlOOopDqI0 { display:none; }
 }@media only screen and (max-width: 763px) { #RETR4wiTuMOs6mQ1wIrWuIT0LX0Qko5C { display:block; }#RETR4wiTuMOs6mQ1wIrWuIT0LX0Qko5C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkWzRbqXLEelE3kr1QB9vkDw8Sc8Qlz5 { top:1.4375rem;left:6.0928821563721rem;width:34.75rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FubJ71xyvEDvZPO8J31Vmx6M1pSy49MK { top:1.25rem;left:33.906250953674rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGGkyttGM5qPy15NP6AacTavH0ZZ4D2P { top:1.25rem;left:9.1562509536744rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ukuth7e98pqTuqnCLZfExaQbA2a1LiL4 { display:block; }#Ukuth7e98pqTuqnCLZfExaQbA2a1LiL4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sP5JJ1RKsxEwqnDfErMytiqZcMKPGQ3B { top:2.5rem;left:1.5625rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #So6tVVV5IAPJn96rpRCl2oGWyHGzkyJd { top:2.5rem;left:16.656251907349rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHOddC2bHxqm341vaTlNtwTIrQC9eDsl { top:2.5625rem;left:31.75rem;width:14.0625rem;height:14.124375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ4lX4Qh21thSHt61lTVS9fblv0bJlQe { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xyLR1lXE2LBZrm3J1hdhE3II7RLgr8wN { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #t3A4AlHUkbtuIvyPU40e4kg1R52d854W { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D { display:block; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzNKz6q51sFTAEbr7k9oupm5cyQRuoLp { top:2.8125rem;left:29.4375rem;width:18.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMvLENHrStyvhG8Ozxv4I60bV5P1cyT1 { top:12.875rem;left:20.25rem;width:24.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSUOqcanuNJUXJKGZcuPvbhJNMx8xJ2v { top:7.6875rem;left:30.5625rem;width:14.5625rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt2k7KqqUozMbOqhSd580h58TsiE3CBP { top:16.0625rem;left:36.437500953674rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWu7MR36dtPWXRxKHmmFulFbBFiDKig5 { top:16.0625rem;left:39.062500953674rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIz3xaCacHHWct2sIZeGiPmdTFcgiJT1 { top:16.0625rem;left:41.75rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD8Nqp6TKGzwh2FlsDqh45WTC5QLly8T { top:1.125rem;left:0rem;width:13.5625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnDT2UTdz89wVhPk1mMaVF3aNFbxDZLJ { top:12.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuc6TcCrTgalHTOaGdrkNlQk3iAVl7SG { width:3.1875rem;height:3.1875rem;top:7.625rem;left:44.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHS3wKNJmklJVoxpRHIoQW9QezKUiqeT { top:15.875rem;left:44.5rem;width:3.25rem;height:3.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSu6sBlPFEc3kDgkUXr1xhVCi8Km65bn { top:20.0625rem;left:19.9375rem;width:27.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { display:block; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOuNUk1ty8D1dPurkXGUXoEHWU2ZPul3 { width:18.5625rem;height:2.375rem;top:1.15625rem;left:0.71875005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZxfhT0ieyBxsM7bu46GFMydCaL9RIih { display:block; }#LZxfhT0ieyBxsM7bu46GFMydCaL9RIih > .row .container { width:20rem;height:72.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESO5sgHUkq2I17RA8VvI5odzbSOBfZsy { width:20rem;height:9.375rem;top:61.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Futd6LoPbSBsfuF31vdfksqGtFHvWTD5 { width:20rem;height:2.27430625rem;top:62.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ORpIMcU290cazu2HHTZTWIQaoTrJh0wT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ORpIMcU290cazu2HHTZTWIQaoTrJh0wT .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ORpIMcU290cazu2HHTZTWIQaoTrJh0wT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ORpIMcU290cazu2HHTZTWIQaoTrJh0wT { display:flex;width:18rem;height:5.0625rem;top:64.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #G03870CL5olTu351UBMz4MuSbetgs9zB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #rhAynX11x44kIAbIiKH5HHq2nGeN6D2P {  }
 }@media only screen and (max-width: 763px) { #ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #BiT3wccG9ELFN5naMG6ENuNx0X5u35Ts {  }
 }@media only screen and (max-width: 763px) { #ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #mUKLfqoMUynGBfaNqzvcyRvTppctQ7oT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #O3rIM9qeLiWSgG612Ku37wJTpaCTanME {  }
 }@media only screen and (max-width: 763px) { #ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #THWC0eOo1dFeyc7offdROkvr5Am4GQo3 {  }
 }@media only screen and (max-width: 763px) { #ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #TmBhuEZZvhpCGEiqOtZRJrww5IRTBhQU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #h8zMZUTNSksyZfiqXcv6x6FTatQSEEw1 {  }
 }@media only screen and (max-width: 763px) { #ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #AFkDWD18sf3DKwkpz2nUdqt7kKkZIwcN {  }
 }@media only screen and (max-width: 763px) { #ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #CAz7ZPARLF6afOWv5y04r4wtOE2eWoTR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #MPGFRMlVTAAvrl0ME6m5XwttCUFb0lyO {  }
 }@media only screen and (max-width: 763px) { #ORpIMcU290cazu2HHTZTWIQaoTrJh0wT #DcopTUzN1ciSgHIKq21SudPnn8nUTu5l {  }
 }@media only screen and (max-width: 763px) { #h9W0M9dBGTPml8dETkRTq55bUJzUtuzv { width:20rem;height:36.1875rem;top:23.8125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(47,41,45,0.54), rgba(137,99,75,0.68));background-image: -moz-linear-gradient(180deg, rgba(47,41,45,0.54), rgba(137,99,75,0.68));background-image: -ms-linear-gradient(180deg, rgba(47,41,45,0.54), rgba(137,99,75,0.68));background-image: -o-linear-gradient(180deg, rgba(47,41,45,0.54), rgba(137,99,75,0.68));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#892f292d', endColorstr='#ad89634b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#892f292d', endColorstr='#ad89634b' );";background-image: linear-gradient(180deg, rgba(47,41,45,0.54), rgba(137,99,75,0.68));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.94) ;display:block; }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn .widget-regular-label { width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn .widget-input-text { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn .widget-input-text {padding-top: 0; padding-bottom: 0;}#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn .widget-textarea { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn .widget-input-select { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#f4f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn .widget-input-select {padding-top: 0; padding-bottom: 0;}#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn .widget-input-button { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn .widget-checkbox-label { width:14.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn  { width:15.8125rem;height:auto;top:28.1875rem;left:0.8125rem; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn .radio-container { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn {display:block;}#Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn { width:15.8125rem;height:auto;top:28.1875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #BWnXIBqb0ZEpP7gWy6WIxifmwss4vQIN {  }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #xMQRC4Qx4s67TqaBXuqahDGPBAvSbxsk {  }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #e34OIOT97Ng11RGhODTxE1TPzd9aQKB6 {  }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #TBdIIhLAaahgPy4l4TEAg50XemuEonsF {  }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #yXTcmKRFbZW0eJUNN9uRfEBdukze9MVv {  }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #S4Z0WRkutikhGJJmOrJewlfEVTbTOGde {  }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #r5J7JMNZVkvPAr8uHGrcafQN3JKJh4db {  }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #RQZRSvgRttiWkTrTU56QoizFwXfBTKz0 {  }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #JgXlokTwaTIll4xzpVBnWXkFBWkiQCZV {  }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #IVKENUgukIHXJQ6T1Ueeg3VigUSIsucg {  }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #IENVVnRTPqpberkatgCt6fl8ZpVvw4ci {  }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #foTdpU4bJ6ChOqPFhPTDuQ4pD8EWzx7P {  }
 }@media only screen and (max-width: 763px) { #ECkANznSME5NNRx8AANPruZEd2DuBoW7 { display:block; }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #BasA2FvUfhshGvTMoTQ1B6GwaTTxi9Eb {  }
 }@media only screen and (max-width: 763px) { #Tb4SzNdb7tcfyEHm2i3MnqbnsRu3XVqn #O6bLOhEMFWeserfkDKlwDSThihf8aiv6 {  }
 }@media only screen and (max-width: 763px) { #B8HL7TbJNWeg0DTh7doNCcfc0khV8xFR { width:20rem;height:13.186875rem;top:10.693360328674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNoglv38WPBvEkygxFdfsr2ysdAmaSVz { width:19.561625rem;height:2.59874375rem;top:24.4375rem;left:0.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hxkgc1RGpfSgZg07B1XTRkkTG1IgTKZH { width:20rem;height:7.643225rem;top:0.52517366409302rem;left:0rem;font-size:1.0625rem;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IfapLtnkyRPu98OeLynJ96Ot3APu67Ag { width:9.436875rem;height:1.462675rem;top:9.8546017557381rem;left:5.2810330986977rem;font-size:1.125rem;color:#000000;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #xeNlWaqAuW5MDB99sW87r9oRktC70XCJ { width:3.75rem;height:2.27430625rem;top:6.9086370468137rem;left:8.2500000596044rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi { background-color:transparent;background-image:url("https://images.assets-landingi.com/MVFeLgYk/244124189_1035806387194392_4142347001725304865_n.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.adaptive-delivery-prevent-bg, #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.lazyload, #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.lazyloading { background-image: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { border-width: 0; border-radius: 0; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { width:20rem;height:45.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TbFpKbJTTx3oJWrKQQb9HBw3JLDOx54g { width:1.1875rem;height:0.9375rem;top:1.687283039093rem;left:0.87413197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiTWEWHXrAFHBuRU19eCMmSA9gdvXEJ9 { width:1.18706875rem;height:0.9375rem;top:1.6861982345581rem;left:18.436850607395rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZctNBkvfToUqedbmHKNBPzreL59Qul9 { width:20rem;height:7.643225rem;top:1.2490234375rem;left:0rem;font-size:1.0625rem;color:#fbfbfb;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iT2xXSR6A11yoQPrS5IwJ5r8xpKy19xl { width:20rem;height:44.625rem;top:0.623046875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(47,41,45,0.54), rgba(137,99,75,0.68));background-image: -moz-linear-gradient(180deg, rgba(47,41,45,0.54), rgba(137,99,75,0.68));background-image: -ms-linear-gradient(180deg, rgba(47,41,45,0.54), rgba(137,99,75,0.68));background-image: -o-linear-gradient(180deg, rgba(47,41,45,0.54), rgba(137,99,75,0.68));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#892f292d', endColorstr='#ad89634b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#892f292d', endColorstr='#ad89634b' );";background-image: linear-gradient(180deg, rgba(47,41,45,0.54), rgba(137,99,75,0.68));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.94) ;display:block; }
 }@media only screen and (max-width: 763px) { #KgS6FmMHtgfamJQrdS3TAnuQLs5F5aST { width:20rem;height:3.2487rem;top:14.124348878861rem;left:0rem;font-size:1.25rem;text-shadow:0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-regular-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-textarea { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#f4f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-button { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-checkbox-label { width:14.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD  { width:16.0625rem;height:auto;top:16.5625rem;left:0.625rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .radio-container { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD {display:block;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD { width:16.0625rem;height:auto;top:16.5625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #L3eCKBis3FBuTziS9t7syZHi9Gnz5cZQ {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #K16oUtstOKQTEPM3y2lqvZg1RTspagEm {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #dztSllqCUL8RXzNLSshURU0vLvbT1gTi {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s9iegVXaF34GRlAn37V5mlzlPdTqT01C {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #WciGfnaTkyCXOfyqnrt8BoBT12iyTsHh {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #f98neuyPrS7vJOd54DQ9BVLMQFJv11Iy {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #nu2l9D4VGT5TcL0HOhRHOfnbswucWNmN {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pr6rnf43FSVAcql02mbRhXvmp4T8Sp6G {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pqm8zAye4Dl6f1qJpTpPtPp7iTHubTyA {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wKuyXMa0MZsZzByXSLTEFb5eDIJ05SJc {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s8Ta5bXPTC3Ce6gwIbuUfZHNPXBcx7Th {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #FTL9yu0hqLK8WaAKDuXgUoEn0Mw0o5o9 {  }
 }@media only screen and (max-width: 763px) { #QtwlPcl4TPTC0mIVQaLIH0eDdWltw9h6 { display:block; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wdh6QXSlhZMoB4Pqf60mrJoMZLtcmocd {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #Ith52Rl3DauROOoNTkBU7MVI3TuSgudA {  }
 }@media only screen and (max-width: 763px) { #aBh4PzzC1giIB23D1SKx2JrFtxpi9TgT { width:9.0625rem;height:1.462675rem;top:11.73046875rem;left:5.46875rem;font-size:1.125rem;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #TQA5yxPtfzGfvUKgCDsTqExaz1fPT3Q4 { width:6.125rem;height:4.0625rem;top:7.66796875rem;left:6.9375rem;font-size:3.125rem;color:#ffbe00;font-family:"bree serif";font-weight:400;font-style:normal;text-shadow:0rem 0.375rem 0.3125rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 { display:block; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sh81FmpuTaUd3CpQgzhv2xxwTwJXaDax { width:15rem;height:2.2747375rem;top:1.0937652587891rem;left:2.5000000596046rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV4BtMuGUFKeF964ZOlwz5WnMAGM3y4S { width:2.5rem;height:2.5rem;top:1.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmJtIV0XXc6zsXVziTXivb8CmeMvFdEq { width:2.5rem;height:2.5rem;top:1.21875rem;left:17.249348938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #npcmkmFcWlotsieDLe02Cw7q3ldsNeDS { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#npcmkmFcWlotsieDLe02Cw7q3ldsNeDS > .row .container { background-color: transparent; background-image: none; }#npcmkmFcWlotsieDLe02Cw7q3ldsNeDS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#npcmkmFcWlotsieDLe02Cw7q3ldsNeDS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#npcmkmFcWlotsieDLe02Cw7q3ldsNeDS > .row .container > .video-iframe-container { display: none; }#npcmkmFcWlotsieDLe02Cw7q3ldsNeDS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#npcmkmFcWlotsieDLe02Cw7q3ldsNeDS > .row > .video-iframe-container { display: none; }#npcmkmFcWlotsieDLe02Cw7q3ldsNeDS > .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); }#npcmkmFcWlotsieDLe02Cw7q3ldsNeDS > .row .container { width:20rem;height:79.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gRKXqVVcNDRibuEkPGeT1xPDOyMn69mN { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #EBTEFLEX0DBRUtAoBzfvmxWyZ4bJOIdI { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VdXkl5XvT57NBX9rhGJlFGbhUnfFDOHT { width:11.875rem;height:1.54296875rem;top:22.25rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNBQHWzzex5oWnTAycZFMawbSPFAfonC { width:14.375rem;height:1.21853125rem;top:25.625rem;left:3rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #y1ERBrBzDbGh6TGnlIbcap32Z8yBF0ND { width:8.75rem;height:2.68663125rem;top:13.75rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZft7mwuk899Z0eRM2Cw0Z13AAZtkdnA { display:block; }
 }@media only screen and (max-width: 763px) { #uVZ1ha4TIoryVqZ87gTEKR3crwdyzEG2 { width:15.3125rem;height:10.6875rem;top:33.375rem;left:2.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#uVZ1ha4TIoryVqZ87gTEKR3crwdyzEG2.adaptive-delivery-prevent-bg, #uVZ1ha4TIoryVqZ87gTEKR3crwdyzEG2.lazyload, #uVZ1ha4TIoryVqZ87gTEKR3crwdyzEG2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DKvNcl4UHqdwtB7CP8zSKh89GEwBuxtF { width:14.375rem;height:1.21853125rem;top:41.5625rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #wqFxbkG2rK5ifAAgt42pRWQnVboZRTdm { width:8.75rem;height:2.68663125rem;top:44.6875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8O87rhglQdX15c4033I9XFh3w1QAChT { display:block; }
 }@media only screen and (max-width: 763px) { #NdsPQqXkN3xA8uLDXW6KEgFUG5TqkHvB { width:15.3125rem;height:10.686875rem;top:2.375rem;left:2.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#NdsPQqXkN3xA8uLDXW6KEgFUG5TqkHvB.adaptive-delivery-prevent-bg, #NdsPQqXkN3xA8uLDXW6KEgFUG5TqkHvB.lazyload, #NdsPQqXkN3xA8uLDXW6KEgFUG5TqkHvB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qaZBtZTckASPoZgMXGdPpFrnJpWbe2Vy { width:14.375rem;height:1.38020625rem;top:10.0625rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #s6tizcTLDzWCvRaSIJ7LDE7gJ2e3iXPz { width:8.75rem;height:2.68663125rem;top:28.9375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvxcNsTLU5lHqAl7eWlsp8cTfM7fzVVB { display:block; }
 }@media only screen and (max-width: 763px) { #CAc7CoprZQdzMmBCCoDFexbfoHchDu6v { width:9.5605625rem;height:1.54296875rem;top:3.9375rem;left:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df6oGHpOOlQ4cAWBqJyhCxnZNaFSNKXJ { width:12.874375rem;height:1.54296875rem;top:7.75rem;left:3.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkTmv7Iavm2JWlUBPryXZtigvaTTJSv7 { width:8.75rem;height:2.68663125rem;top:59.75rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClRvffXmieghSHHHt3IdAJAOgwk5MApn { display:block; }
 }@media only screen and (max-width: 763px) { #Wk1VadWIhz5prvwyyqpbQ3XDTaFxPO8W { width:15.3125rem;height:10.6875rem;top:63.8125rem;left:2rem;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; }#Wk1VadWIhz5prvwyyqpbQ3XDTaFxPO8W.adaptive-delivery-prevent-bg, #Wk1VadWIhz5prvwyyqpbQ3XDTaFxPO8W.lazyload, #Wk1VadWIhz5prvwyyqpbQ3XDTaFxPO8W.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dKsIN4zZOKIlHa5rMULG8ssfsrenngGW { width:15.3125rem;height:10.6875rem;top:48.4375rem;left:2rem;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; }#dKsIN4zZOKIlHa5rMULG8ssfsrenngGW.adaptive-delivery-prevent-bg, #dKsIN4zZOKIlHa5rMULG8ssfsrenngGW.lazyload, #dKsIN4zZOKIlHa5rMULG8ssfsrenngGW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GKsXZ90JmJaAseCf3dbziTT5zoVDoVG6 { width:8.75rem;height:2.68663125rem;top:75.125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnqJ8cZM4D1y8mK9rGz6nPO1iUZGvvZg { display:block; }
 }@media only screen and (max-width: 763px) { #Hw95McSATXLoowFRacxtRCvDpIDn1EeG { width:10rem;height:1.7068125rem;top:18.75rem;left:5.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl94gs0bZCkyuM97nrdA6wKltoIlPnTe { width:15.3125rem;height:10.686875rem;top:17.5625rem;left:2.5625rem;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;z-index:100024;display:block; }#Kl94gs0bZCkyuM97nrdA6wKltoIlPnTe.adaptive-delivery-prevent-bg, #Kl94gs0bZCkyuM97nrdA6wKltoIlPnTe.lazyload, #Kl94gs0bZCkyuM97nrdA6wKltoIlPnTe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uMfyMmbmS7699clcbr0eWMDvHqKqO956 { width:14.375rem;height:10.6875rem;top:19.8125rem;left:2.75rem;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; }#uMfyMmbmS7699clcbr0eWMDvHqKqO956.adaptive-delivery-prevent-bg, #uMfyMmbmS7699clcbr0eWMDvHqKqO956.lazyload, #uMfyMmbmS7699clcbr0eWMDvHqKqO956.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rer4Ga0aTlS0VedrPsQk3M74GNsAq1TK { width:10.625rem;height:1.7068125rem;top:49.8125rem;left:4.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIobSIZRqye3pb2KHJTGqni4Ubn9D5Fx { width:12.874375rem;height:1.462675rem;top:53.125rem;left:3.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4SfL8NP2MT8phOitgKMyoRkiyBPJPrZ { width:14.375rem;height:1.21853125rem;top:56.625rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #goEwcKzWikVcaMaLILdmqme2xu9bDdq2 { width:11.9998125rem;height:1.7068125rem;top:65.25rem;left:3.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgvGxV6i4bHlcu3oVmoE7dNmCbREgDRy { width:12.874375rem;height:2.43706875rem;top:68.5rem;left:3.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbXESJ5s10TWAvBC1pS4Ev0QfSqLhcTH { width:14.375rem;height:1.21853125rem;top:71.5625rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #TrwrsIzkC36XqSpzoRhn7Dd8TO8aNZDt { width:11.9998125rem;height:1.7068125rem;top:34.5rem;left:4.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwHcek63Vc75QXbEM3uswdkDQrGt6KUz { width:12.874375rem;height:1.54296875rem;top:38rem;left:3.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bagCJvInD6WKSFyKGNx5DvhDlxG3fkBI { display:block; }#bagCJvInD6WKSFyKGNx5DvhDlxG3fkBI > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6LSFT7qbW0gLdk5piKMLVaRpghXkKh8 { width:15rem;height:4.0625rem;top:0.9375rem;left:2.5000000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMPDOD8soveuoeIvXuq6my3fpS9unG5m { width:2.5rem;height:2.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9OMKOr25ydHh99AVTQaZWzw0Vl0Clqz { width:2.5rem;height:2.5rem;top:0.9375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtaKRPt4CzBoVrOazO5rD2LJgO64XduT { display:block; }#NtaKRPt4CzBoVrOazO5rD2LJgO64XduT > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6VmVi0Ci4sfNNNLC4hZpeyepgNnvUQQ { width:9.1875rem;height:9.1875rem;top:21.3125rem;left:5.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8czwvvtOEV50xeq6UHIKXNaWHSpoTkG { width:15.25rem;height:0;top:31.5625rem;left:2.375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTH3y9gTrAu3246U8LXX21WWCRkUa5dO { width:12.6875rem;height:0;top:11.6865234375rem;left:3.65625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XavJT8LNA5msse3qo6mkTaXk9PBd4Rxb { width:12.6875rem;height:0;top:73.68359375rem;left:3.65625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZPaQE2MZNz7yxQidO0HflLs9fDxdEDE { width:10.5625rem;height:2rem;top:83.24609375rem;left:4.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVb5EPaIg8OmmFXfMtAD0ZVbvcFCkmNd { display:block; }
 }@media only screen and (max-width: 763px) { #xIIAI1drbEBpR87QrOd0JPoMuR9IErbX { width:10.5625rem;height:2.1875rem;top:61.68359375rem;left:4.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgeNPAqx4d0dXKIi55faNqzt27xp3cnp { display:block; }
 }@media only screen and (max-width: 763px) { #PcMonUNHx9BSaS3qKhTV11lvhemprLCv { width:10.5625rem;height:2.1875rem;top:38.18359375rem;left:4.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7Gl9HsZDVPcnQ9Si15WFIeQTTbtAvcd { display:block; }
 }@media only screen and (max-width: 763px) { #GcP2q8NJ1n3lVUNafMfpAe3UITzUuSRk { width:10.5625rem;height:2.1875rem;top:18.6240234375rem;left:4.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XwlSH0KNNRhGLi4fWfWza04r6PLMT0MR { display:block; }
 }@media only screen and (max-width: 763px) { #oO1uI9RS5X8SDM0FnUKawn59gOFoV9bP { width:12.5rem;height:3.0859375rem;top:14.25rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9VNQlNBCay8Ny0B8I9pFmX100xgTTBD { width:11.75rem;height:11.75rem;top:1.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB8XQxd0uUFMUWLI4xHWDnNWVzTrAaxf { width:11.1875rem;height:11.1875rem;top:99.24609375rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WQoUG384V2xFd4xw6tiR7T4NZpz7HP0t { width:11.5rem;height:11.5rem;top:86.49609375rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RMytohlSnudI9M6e2yDzkX0GPaXqUDLR { width:11.1875rem;height:11.1875rem;top:25.375rem;left:10.21875rem;z-index:100004;display:none; }
 }@media only screen and (max-width: 763px) { #afoVrILAciWITvEHOoITbTWeFvBGCRev { width:11.75rem;height:11.75rem;top:20.625rem;left:4.125rem;z-index:100003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QQn9Qfb2LoKuoe0R88ODXmnKcwMkyDan { width:10.5620625rem;height:2.1875rem;top:16rem;left:4.75rem;z-index:100034;display:block; }
 }@media only screen and (max-width: 763px) { #ibqftytfNBem7Cf79HTwgBpUPpZCKpzZ { display:block; }
 }@media only screen and (max-width: 763px) { #ZCoxoaGGBVJ7ZTOsviIG89blTeTp3p8G { width:10.5620625rem;height:2.1875rem;top:34.81228351593rem;left:4.7189670205116rem;z-index:100035;display:block; }
 }@media only screen and (max-width: 763px) { #UkbVSDS3zi8riwmBcxnS0PRVRTDdL20X { display:block; }
 }@media only screen and (max-width: 763px) { #z697c9oonCq3JpTgxxewz9q3nmKmzbvS { width:12.6875rem;height:2.599825rem;top:33.125rem;left:3.6875rem;font-size:1rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #sO9lvxbg5bGJtwgkKVqIPdD3961lfOCQ { width:11.75rem;height:11.75rem;top:40.3125rem;left:4.125rem;z-index:100004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bRHpEqDgqdlw2mLzmkPrUvQDGNK5M19U { width:15.25rem;height:0;top:71.6875rem;left:6.15625rem;font-size:1.1875rem;z-index:100007;display:none; }
 }@media only screen and (max-width: 763px) { #crAypaui3ihmPs5Ap1l5V3nmifrVWiXD { width:6.3125rem;height:0;top:70.5625rem;left:20.46875rem;font-size:1.1875rem;z-index:100007;display:none; }
 }@media only screen and (max-width: 763px) { #HMT7nsfmKFKJXMQr5AE5AGZ2iTG5kfc1 { width:12.6875rem;height:3.8997375rem;top:53.25rem;left:3.6875rem;font-size:1rem;z-index:100006;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WC8CRye7PaNZfx2mMwSJFWDa1v8BP92u { width:10.5620625rem;height:2.1875rem;top:55.5rem;left:4.75rem;z-index:100036;display:block; }
 }@media only screen and (max-width: 763px) { #Q47hfpPkzDx7PT8iaCtBTLTx5gLMvOwm { display:block; }
 }@media only screen and (max-width: 763px) { #imn9CALS1veoNR3l6xADnbQxxD6BsBXw { top:19.078777313233rem;left:0rem;width:20rem;height:0.437283125rem;z-index:100037;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oPFQsyDGGUy8bol5byh1xuqsNTyyV1OT { top:38.390838623047rem;left:0rem;width:20rem;height:0.437283125rem;z-index:100038;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #f9MJe6I5uupmGEJexNITCb9U249DM6uN { top:59.810111999512rem;left:0rem;width:20rem;height:0.437283125rem;z-index:100039;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DiwHzNZ3A2QAzCekX22Qwh1XnEx7kBE8 { display:block; }#DiwHzNZ3A2QAzCekX22Qwh1XnEx7kBE8 > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SW9XvlcFN76VfT06zc0tSaToT8OzC2mk { width:9.1875rem;height:9.1875rem;top:99.0625rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fNmWVoxLG49m5kX0v04DkkMgLWVmR0Vq { width:15.25rem;height:0;top:109rem;left:1.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JCr9ameDODpAnrdky8PuvF7fTld1ERTN { width:12.6875rem;height:0;top:11.93359375rem;left:3.65625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BKcv29mqbGX5e2gtauE8Xapdc0bQ4U9U { width:12.6875rem;height:0;top:73.68359375rem;left:3.65625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kLuzAMzkCDW1eSVua1B5m5LnuXAKOM6E { width:10.5625rem;height:2rem;top:56.1875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVxmSosiWZkWrAMCBe4bcMWUJE2BKQGk { display:block; }
 }@media only screen and (max-width: 763px) { #HZxaGigDST8XfA50vdhJEsONq3dElTnm { width:10.5620625rem;height:2.1875rem;top:34.9375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO1ixITpzoaIaMbBJ4xWg0lMaboKAFpW { display:block; }
 }@media only screen and (max-width: 763px) { #OoktySl6y4I1cGyuHZ7T6sfgRcG1sAma { width:10.5625rem;height:2.1875rem;top:117.0625rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X8701ZpJCyIFdmp9Xmz56ZdzQ8EJt4W9 { display:block; }
 }@media only screen and (max-width: 763px) { #TwQ9ZMBb1czxH73OsDdziMsUmKiFaSwO { width:10.5620625rem;height:2.1875rem;top:15.186632156372rem;left:4.7178822159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvfpCPwWh2yyMxXeVTDClKRLKttZ2uPI { display:block; }
 }@media only screen and (max-width: 763px) { #Hgt1NckLLZcnZbamtMdPVEJ6VKfJrPbo { width:12.5rem;height:0;top:124.12109375rem;left:3.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r2bJzaXkXGHKaLIRqip66LmuXmTmN5TL { width:11.1875rem;height:11.1875rem;top:111.68359375rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ChAwdSpWTCF12koZUhoWBwH1EgqdXT1A { width:11.1875rem;height:11.1875rem;top:0.74609375rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVxdMGDBpKTUxJ8rcKITWIt0CvazTVtg { width:11.5rem;height:11.5rem;top:40.9375rem;left:4.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ho6hyL1PzkcZW2B21K7Lf1oNVcZUSJbp { width:12.6875rem;height:3.8997375rem;top:12.8125rem;left:3.65625rem;font-size:1rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #TQR60NqgMe2zb288pwdPOZe5PeiPTO51 { width:11.4375rem;height:11.4375rem;top:20.8125rem;left:4.3125rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vAgSfBIpC9JPPmFX6TVvf9WTFOVxJuTG { width:15.25rem;height:3.0859375rem;top:32.875rem;left:2.375rem;font-size:1.1875rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #HJMA0DJbx0MHMSSIrxhmvsiSd322kTWG { width:15.25rem;height:3.0859375rem;top:54.0625rem;left:2.375rem;font-size:1.1875rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #Gex47lHVWlTr6Uwoof2sHwRqx5zkEiuC { top:18.933374404908rem;left:0rem;width:20rem;height:0.437283125rem;z-index:100040;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Luxww1qVHgbHBqI8QETD8JFlOOopDqI0 { top:38.619820594787rem;left:0rem;width:20rem;height:0.437283125rem;z-index:100041;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RETR4wiTuMOs6mQ1wIrWuIT0LX0Qko5C { display:block; }#RETR4wiTuMOs6mQ1wIrWuIT0LX0Qko5C > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkWzRbqXLEelE3kr1QB9vkDw8Sc8Qlz5 { width:15rem;height:2.2747375rem;top:0.9375rem;left:2.5000000596046rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FubJ71xyvEDvZPO8J31Vmx6M1pSy49MK { width:2.5rem;height:2.5rem;top:0.8125rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGGkyttGM5qPy15NP6AacTavH0ZZ4D2P { width:2.5rem;height:2.5rem;top:0.8125rem;left:16.186848938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ukuth7e98pqTuqnCLZfExaQbA2a1LiL4 { display:block; }#Ukuth7e98pqTuqnCLZfExaQbA2a1LiL4 > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sP5JJ1RKsxEwqnDfErMytiqZcMKPGQ3B { width:14.3125rem;height:14.3125rem;top:2.5rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #So6tVVV5IAPJn96rpRCl2oGWyHGzkyJd { width:14.3125rem;height:14.3125rem;top:2.5rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VHOddC2bHxqm341vaTlNtwTIrQC9eDsl { width:14.0625rem;height:14.124375rem;top:2.5625rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SJ4lX4Qh21thSHt61lTVS9fblv0bJlQe { top:2.3101167678833rem;left:2.0941842198372rem;width:15.811625rem;height:15.811625rem;z-index:100009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xyLR1lXE2LBZrm3J1hdhE3II7RLgr8wN { top:21.748073577881rem;left:2.0941842198372rem;width:15.811625rem;height:15.811625rem;z-index:100011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #t3A4AlHUkbtuIvyPU40e4kg1R52d854W { top:40.058596611023rem;left:2.0911458134651rem;width:15.8111875rem;height:15.8111875rem;z-index:100014;overflow:hidden;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:#ffffff;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:#ffffff;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:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Dt2k7KqqUozMbOqhSd580h58TsiE3CBP { width:2.8125rem;height:2.8125rem;top:29.3125rem;left:11.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWu7MR36dtPWXRxKHmmFulFbBFiDKig5 { width:2.8125rem;height:2.8125rem;top:29.3125rem;left:7.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIz3xaCacHHWct2sIZeGiPmdTFcgiJT1 { width:2.8125rem;height:2.8125rem;top:29.3125rem;left:4.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD8Nqp6TKGzwh2FlsDqh45WTC5QLly8T { width:11.625rem;height:17.8125rem;top:0.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnDT2UTdz89wVhPk1mMaVF3aNFbxDZLJ { width:2.8125rem;height:2.8125rem;top:25.937500953674rem;left:15.875001251697rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuc6TcCrTgalHTOaGdrkNlQk3iAVl7SG { width:2.8125rem;height:2.8125rem;top:22.811198234558rem;left:15.875001251697rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHS3wKNJmklJVoxpRHIoQW9QezKUiqeT { width:2.8125rem;height:2.8125rem;top:29.312500953674rem;left:15.875001251697rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSu6sBlPFEc3kDgkUXr1xhVCi8Km65bn { width:19.3125rem;height:0.9746125rem;top:33.708984375rem;left:0.68684893846512rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }