.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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:#f1eeee;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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:60rem;position:relative;display:block; }#dOA9OGQdCfnpx2EH1doTzU4h6ldKNH8u { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:20.8125rem;top:1.34375rem;left:19.59375rem;overflow:hidden;display:block; }
#y9HTiszokM044OAszQOiUTcQQzuMgkxp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1eeee;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container { background-color: transparent; background-image: none; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container > .video-iframe-container { display: none; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row > .video-iframe-container { display: none; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .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); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container { border-width: 0; border-radius: 0; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:60rem;position:relative;display:block; }#p7Uabk9H8AwcVbH5ROM78HNOyS0DQIae { color:#057c8f;display:block;width:60rem;position:absolute;font-family:tajawal;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#okUawDbsB6fQtele3qmcgz2H1FGcUrVA { position:absolute;display:block;z-index:15023;background-color:#057c8f;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.25rem;width:34.625rem;top:11.625rem;left:12.6875rem;display:block; }
#d4amBZQC6krC4pHTRSDUC7xilMUwziUK { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:9.0625rem;top:13.5rem;left:25.46875rem;overflow:hidden;display:block; }
#D85qiG0DviJdaztBdilotukS4wTpra4o { color:#f0e9eb;display:block;width:26.5rem;position:absolute;font-family:"rb font";font-size:2.4375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:20.3125rem;left:16.75rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B2ef6iIMaN8kD8tg5fKatXrJcpKhTvgI { position:relative;display:block; }#B2ef6iIMaN8kD8tg5fKatXrJcpKhTvgI { background-color: transparent; background-image: none; }#B2ef6iIMaN8kD8tg5fKatXrJcpKhTvgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2ef6iIMaN8kD8tg5fKatXrJcpKhTvgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2ef6iIMaN8kD8tg5fKatXrJcpKhTvgI > .row .container > .video-iframe-container { display: none; }#B2ef6iIMaN8kD8tg5fKatXrJcpKhTvgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2ef6iIMaN8kD8tg5fKatXrJcpKhTvgI > .row > .video-iframe-container { display: none; }#B2ef6iIMaN8kD8tg5fKatXrJcpKhTvgI > .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); }#B2ef6iIMaN8kD8tg5fKatXrJcpKhTvgI { border-width: 0; border-radius: 0; }#B2ef6iIMaN8kD8tg5fKatXrJcpKhTvgI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#B2ef6iIMaN8kD8tg5fKatXrJcpKhTvgI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1eeee;background-image:none;font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GqQ8wguO1ONLxEQawPKzNJO8iRPvTiD5 { color:#046d7f;display:block;width:26.1875rem;position:absolute;font-family:tajawal;font-size:2.125rem;font-weight:700;z-index:15030;line-height:1.6;letter-spacing:0;top:10.05078125rem;left:15.28125rem;height:3.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DvNpMAzEGuKfIestw5T8mMTrdB8rinKw { color:#046d7f;display:block;width:30.3125rem;position:absolute;font-family:tajawal;font-size:2.4375rem;font-weight:700;z-index:15031;line-height:1.6;letter-spacing:0;top:0rem;left:18.34375rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uSd9Rtq0uFykx7HCTKE1HDAzUesBkDLP { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:14.0625rem;top:2.1875rem;left:21.09375rem;overflow:hidden;display:block; }
#mSulhJNkbrWUPQwwLuiRSMNG2yxwg2DT { position:relative;display:none; }#mSulhJNkbrWUPQwwLuiRSMNG2yxwg2DT { border-width: 0; border-radius: 0; }#mSulhJNkbrWUPQwwLuiRSMNG2yxwg2DT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mSulhJNkbrWUPQwwLuiRSMNG2yxwg2DT > .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:13.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qi0IfXKKztCMo4NTO0KpXmkCSfiZxV63 { color:#046d7f;display:block;width:3.9375rem;position:absolute;font-family:tajawal;font-size:2.4375rem;font-weight:700;z-index:15031;line-height:1.6;letter-spacing:0;top:7.25rem;left:44.5625rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OWcHuaZWLciroqSORWRltvDXLLS2IIC5 { position:absolute;display:block;z-index:15113;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:14.5625rem;top:7.8125rem;left:29.5625rem;overflow:hidden;display:block; }
#tXcfu3uiToGgCuhPvKgL9x7Z0dTW3JgW { color:#046d7f;display:block;width:3.9375rem;position:absolute;font-family:tajawal;font-size:2.4375rem;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:7.25rem;left:25rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sv7mXAl9yTZrqUqheglIKKEeSV1GpS1p { position:absolute;display:block;z-index:15114;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:13.375rem;top:7.8125rem;left:11.125rem;overflow:hidden;display:block; }
#BDfqxHk5AIiMtKJqT8AqaQJWBxVvWg3e { color:#046d7f;display:block;width:44.9375rem;position:absolute;font-family:tajawal;font-size:2.4375rem;font-weight:700;z-index:15030;line-height:1.6;letter-spacing:0;top:2rem;left:6.625rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qwna8vkryP2TWDa7AH93TK1uVleJ0aDD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1efef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qwna8vkryP2TWDa7AH93TK1uVleJ0aDD > .row .container { background-color: transparent; background-image: none; }#qwna8vkryP2TWDa7AH93TK1uVleJ0aDD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwna8vkryP2TWDa7AH93TK1uVleJ0aDD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwna8vkryP2TWDa7AH93TK1uVleJ0aDD > .row .container > .video-iframe-container { display: none; }#qwna8vkryP2TWDa7AH93TK1uVleJ0aDD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwna8vkryP2TWDa7AH93TK1uVleJ0aDD > .row > .video-iframe-container { display: none; }#qwna8vkryP2TWDa7AH93TK1uVleJ0aDD > .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); }#qwna8vkryP2TWDa7AH93TK1uVleJ0aDD > .row .container { border-width: 0; border-radius: 0; }#qwna8vkryP2TWDa7AH93TK1uVleJ0aDD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qwna8vkryP2TWDa7AH93TK1uVleJ0aDD > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#MuZElH2xVpVTPQgtrTGHOFuTTpBgvCQX { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2a5858, #057c8f);background-image: -moz-linear-gradient(90deg, #2a5858, #057c8f);background-image: -ms-linear-gradient(90deg, #2a5858, #057c8f);background-image: -o-linear-gradient(90deg, #2a5858, #057c8f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5858', endColorstr='#057c8f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5858', endColorstr='#057c8f' );";background-image: linear-gradient(90deg, #2a5858, #057c8f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.2) ;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:tajawal;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:30.1875rem;height:3.625rem;text-decoration:none;z-index:15104;text-align:center;text-align-last:center;top:1.375rem;left:14.90625rem;display:block; }
#w5kDFTnCWfzF2lUXNNg7xbDWZUhZ86KD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2601bd85-12f7-45da-95c5-8c14ebab215f/BG_px.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei.adaptive-delivery-prevent-bg, #CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei.lazyload, #CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei.lazyloading { background-image: none; }#CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei > .row .container { background-color: transparent; background-image: none; }#CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei > .row .container > .video-iframe-container { display: none; }#CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei > .row > .video-iframe-container { display: none; }#CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei > .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); }#CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei > .row .container { border-width: 0; border-radius: 0; }#CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:60rem;position:relative;display:block; }#xHopZkUzF3xzIVsz3IXyE1RiSmmGJJ07 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/YowKwCXi/background.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #750e38;border-left:0.0625rem solid #750e38;border-right:0.0625rem solid #750e38;border-bottom:0.0625rem solid #750e38;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8rem;left:2.125rem;display:block; }#xHopZkUzF3xzIVsz3IXyE1RiSmmGJJ07.adaptive-delivery-prevent-bg, #xHopZkUzF3xzIVsz3IXyE1RiSmmGJJ07.lazyload, #xHopZkUzF3xzIVsz3IXyE1RiSmmGJJ07.lazyloading { background-image: none; }
#xHopZkUzF3xzIVsz3IXyE1RiSmmGJJ07::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#xHopZkUzF3xzIVsz3IXyE1RiSmmGJJ07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#oZPLbPesu8woNcG8gO62K1cum96Tlx7m { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/YowKwCXi/background.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #750e38;border-left:0.0625rem solid #750e38;border-right:0.0625rem solid #750e38;border-bottom:0.0625rem solid #750e38;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8rem;left:23.25rem;display:block; }#oZPLbPesu8woNcG8gO62K1cum96Tlx7m.adaptive-delivery-prevent-bg, #oZPLbPesu8woNcG8gO62K1cum96Tlx7m.lazyload, #oZPLbPesu8woNcG8gO62K1cum96Tlx7m.lazyloading { background-image: none; }
#oZPLbPesu8woNcG8gO62K1cum96Tlx7m::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#oZPLbPesu8woNcG8gO62K1cum96Tlx7m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#eLpvbllZZi9tTTeFrT2tnrepedHohefe { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:11.125rem;top:10.59375rem;left:24rem;overflow:hidden;display:block; }
#JMhVN8FIDJXhzwKJHuFz9IS9vdacGCbP { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:tajawal;font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:13.625rem;left:24.96875rem;height:4.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oBAdfOfwpfMz5HVT9X8nmz2TyuSifn7x { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:10.1875rem;top:9.8125rem;left:3.34375rem;overflow:hidden;display:block; }
#lzaEKf0ZdFrGrTevToaCCixKg2ST7nfJ { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:tajawal;font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:15rem;left:3.8125rem;height:4.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GmvA96l5rQocPecEI6b9ttJeUJo8q7fC { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/YowKwCXi/background.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #750e38;border-left:0.0625rem solid #750e38;border-right:0.0625rem solid #750e38;border-bottom:0.0625rem solid #750e38;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8rem;left:43.8125rem;display:block; }#GmvA96l5rQocPecEI6b9ttJeUJo8q7fC.adaptive-delivery-prevent-bg, #GmvA96l5rQocPecEI6b9ttJeUJo8q7fC.lazyload, #GmvA96l5rQocPecEI6b9ttJeUJo8q7fC.lazyloading { background-image: none; }
#GmvA96l5rQocPecEI6b9ttJeUJo8q7fC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#GmvA96l5rQocPecEI6b9ttJeUJo8q7fC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#SCITbGZ3IKhRztIOGrE4SEBGDSB9gyex { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:9.875rem;top:10.125rem;left:45.5rem;overflow:hidden;display:block; }
#QaZT70a7CuPuSgIzfI5Gf8LdXvQr3o2A { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:tajawal;font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.6;letter-spacing:0;top:14.875rem;left:45.5625rem;height:4.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XqVrpS908DSzhrpfdbnTgx3eKMPUqucv { position:absolute;display:block;z-index:15005;background-color:#046d7f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(56,17,31,0.2);border-left:0.0625rem solid rgba(56,17,31,0.2);border-right:0.0625rem solid rgba(56,17,31,0.2);border-bottom:0.0625rem solid rgba(56,17,31,0.2);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.5rem;width:54rem;top:1.1875rem;left:3rem;display:block; }
#B5ydGya3TwfT4GSBEq63cPhHHpvlGIAr { color:#f6f6f6;display:block;width:52.6875rem;position:absolute;font-family:tajawal;font-size:1.75rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:2.1875rem;left:3.75rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2601bd85-12f7-45da-95c5-8c14ebab215f/BG_px.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt.adaptive-delivery-prevent-bg, #AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt.lazyload, #AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt.lazyloading { background-image: none; }#AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt > .row .container { border-width: 0; border-radius: 0; }#AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:60rem;position:relative;display:none; }#zlr9S9TuDSvTrcEWCNT2xwPmLBpiy95o { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/YowKwCXi/background.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #750e38;border-left:0.0625rem solid #750e38;border-right:0.0625rem solid #750e38;border-bottom:0.0625rem solid #750e38;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8rem;left:2.125rem;display:block; }#zlr9S9TuDSvTrcEWCNT2xwPmLBpiy95o.adaptive-delivery-prevent-bg, #zlr9S9TuDSvTrcEWCNT2xwPmLBpiy95o.lazyload, #zlr9S9TuDSvTrcEWCNT2xwPmLBpiy95o.lazyloading { background-image: none; }
#zlr9S9TuDSvTrcEWCNT2xwPmLBpiy95o::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#zlr9S9TuDSvTrcEWCNT2xwPmLBpiy95o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#bbsmgKa2b8zWfVaVKrftghk76DXJcScJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:7.25rem;top:8.75rem;left:4.75rem;overflow:hidden;display:block; }
#wr90RFH72qUTyial7aN1Ob3xIzALo1gg { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:tajawal;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.6;letter-spacing:0;top:13.9375rem;left:3.8125rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dveQwzM5kE5rfPTfTRixL13kfGR65Dkn { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/YowKwCXi/background.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #750e38;border-left:0.0625rem solid #750e38;border-right:0.0625rem solid #750e38;border-bottom:0.0625rem solid #750e38;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8rem;left:23.25rem;display:block; }#dveQwzM5kE5rfPTfTRixL13kfGR65Dkn.adaptive-delivery-prevent-bg, #dveQwzM5kE5rfPTfTRixL13kfGR65Dkn.lazyload, #dveQwzM5kE5rfPTfTRixL13kfGR65Dkn.lazyloading { background-image: none; }
#dveQwzM5kE5rfPTfTRixL13kfGR65Dkn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#dveQwzM5kE5rfPTfTRixL13kfGR65Dkn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#aQLyRVsrud0NZUwskx5pxJO5Rr7gNmZr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:10.875rem;top:9.6875rem;left:24.125rem;overflow:hidden;display:block; }
#Jxdd6RMfKQN2qoEwdIuNi6pwqrzTBTNO { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:tajawal;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:13.9375rem;left:25rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cdC3KFpzeKzJMEyf4rJzVi5spsU9EmT4 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/YowKwCXi/background.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #750e38;border-left:0.0625rem solid #750e38;border-right:0.0625rem solid #750e38;border-bottom:0.0625rem solid #750e38;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:23.8125rem;left:33.625rem;display:block; }#cdC3KFpzeKzJMEyf4rJzVi5spsU9EmT4.adaptive-delivery-prevent-bg, #cdC3KFpzeKzJMEyf4rJzVi5spsU9EmT4.lazyload, #cdC3KFpzeKzJMEyf4rJzVi5spsU9EmT4.lazyloading { background-image: none; }
#cdC3KFpzeKzJMEyf4rJzVi5spsU9EmT4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#cdC3KFpzeKzJMEyf4rJzVi5spsU9EmT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#IZGPeJPbFxSNC74CMmIJ9UFCp1sFe5TG { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:11.125rem;top:26.4375rem;left:34.375rem;overflow:hidden;display:block; }
#twwrDxm7cobZRpmNaUcT85MxHgVUq7So { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:tajawal;font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:29.75rem;left:35.375rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vtA2r7dTgSIuEHFJAeFStyHSsg7tMtx0 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/YowKwCXi/background.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #750e38;border-left:0.0625rem solid #750e38;border-right:0.0625rem solid #750e38;border-bottom:0.0625rem solid #750e38;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:23.8125rem;left:13.9375rem;display:block; }#vtA2r7dTgSIuEHFJAeFStyHSsg7tMtx0.adaptive-delivery-prevent-bg, #vtA2r7dTgSIuEHFJAeFStyHSsg7tMtx0.lazyload, #vtA2r7dTgSIuEHFJAeFStyHSsg7tMtx0.lazyloading { background-image: none; }
#vtA2r7dTgSIuEHFJAeFStyHSsg7tMtx0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#vtA2r7dTgSIuEHFJAeFStyHSsg7tMtx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#stQ9WT20htKBQ3S9HrWe8ysdLvMBApRQ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:10.75rem;top:24.5rem;left:14.9375rem;overflow:hidden;display:block; }
#aIgcIqQQSLvApNfxzbWGRFXof3xCoWvQ { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:tajawal;font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:30.6875rem;left:15.6875rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J3D2P3mhIo9LimCA0AXp0KWHTMS6iWhP { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/YowKwCXi/background.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #750e38;border-left:0.0625rem solid #750e38;border-right:0.0625rem solid #750e38;border-bottom:0.0625rem solid #750e38;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8rem;left:43.8125rem;display:block; }#J3D2P3mhIo9LimCA0AXp0KWHTMS6iWhP.adaptive-delivery-prevent-bg, #J3D2P3mhIo9LimCA0AXp0KWHTMS6iWhP.lazyload, #J3D2P3mhIo9LimCA0AXp0KWHTMS6iWhP.lazyloading { background-image: none; }
#J3D2P3mhIo9LimCA0AXp0KWHTMS6iWhP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#J3D2P3mhIo9LimCA0AXp0KWHTMS6iWhP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Egalp6JARW3hiMrGrOFxDJP61WnVwTVN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:9.875rem;top:10.125rem;left:45.5rem;overflow:hidden;display:block; }
#fGb8hmyUnTTdqr7lWoG9Po8y1PosbWFE { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:tajawal;font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.6;letter-spacing:0;top:14.875rem;left:45.5625rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WAmF7GOeqkstKT0NI62sWIdEqoQDvrGJ { position:absolute;display:block;z-index:15005;background-color:#046d7f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(56,17,31,0.2);border-left:0.0625rem solid rgba(56,17,31,0.2);border-right:0.0625rem solid rgba(56,17,31,0.2);border-bottom:0.0625rem solid rgba(56,17,31,0.2);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.5rem;width:54rem;top:1.1875rem;left:3rem;display:block; }
#fwyGEVOBm4fPuunqD8bPEBeS4K1NXz2h { color:#f6f6f6;display:block;width:52.6875rem;position:absolute;font-family:tajawal;font-size:1.75rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:2.1875rem;left:3.75rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DgUfevk6yrHAiadVdeufLiIGCr5moUh7 { position:relative;display:block; }#DgUfevk6yrHAiadVdeufLiIGCr5moUh7 { background-color: transparent; background-image: none; }#DgUfevk6yrHAiadVdeufLiIGCr5moUh7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgUfevk6yrHAiadVdeufLiIGCr5moUh7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgUfevk6yrHAiadVdeufLiIGCr5moUh7 > .row .container > .video-iframe-container { display: none; }#DgUfevk6yrHAiadVdeufLiIGCr5moUh7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgUfevk6yrHAiadVdeufLiIGCr5moUh7 > .row > .video-iframe-container { display: none; }#DgUfevk6yrHAiadVdeufLiIGCr5moUh7 > .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); }#DgUfevk6yrHAiadVdeufLiIGCr5moUh7 { border-width: 0; border-radius: 0; }#DgUfevk6yrHAiadVdeufLiIGCr5moUh7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DgUfevk6yrHAiadVdeufLiIGCr5moUh7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fPZhSNIiUKkG2Rzy3CgJ2TOu5SwOh53F { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2a5858, #057c8f);background-image: -moz-linear-gradient(90deg, #2a5858, #057c8f);background-image: -ms-linear-gradient(90deg, #2a5858, #057c8f);background-image: -o-linear-gradient(90deg, #2a5858, #057c8f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5858', endColorstr='#057c8f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5858', endColorstr='#057c8f' );";background-image: linear-gradient(90deg, #2a5858, #057c8f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.2) ;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:tajawal;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:30.625rem;height:3.625rem;text-decoration:none;z-index:15105;text-align:center;text-align-last:center;top:1.375rem;left:14.6875rem;display:block; }
#ntDGBc7zxiPUSMTJ51FLqv3mWVDC2QG0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nxDOZhbGRFQ6qQQRIcCNCSNpGqifQsLH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nxDOZhbGRFQ6qQQRIcCNCSNpGqifQsLH > .row .container { background-color: transparent; background-image: none; }#nxDOZhbGRFQ6qQQRIcCNCSNpGqifQsLH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxDOZhbGRFQ6qQQRIcCNCSNpGqifQsLH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxDOZhbGRFQ6qQQRIcCNCSNpGqifQsLH > .row .container > .video-iframe-container { display: none; }#nxDOZhbGRFQ6qQQRIcCNCSNpGqifQsLH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxDOZhbGRFQ6qQQRIcCNCSNpGqifQsLH > .row > .video-iframe-container { display: none; }#nxDOZhbGRFQ6qQQRIcCNCSNpGqifQsLH > .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); }#nxDOZhbGRFQ6qQQRIcCNCSNpGqifQsLH > .row .container { border-width: 0; border-radius: 0; }#nxDOZhbGRFQ6qQQRIcCNCSNpGqifQsLH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nxDOZhbGRFQ6qQQRIcCNCSNpGqifQsLH > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:60rem;position:relative;display:block; }#D8aoSOhTtoDI8xprpccVr5fuhsoxBCFB { position:absolute;display:block;z-index:15007;background-color:rgba(33,15,23,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(56,17,31,0.2);border-left:0.0625rem solid rgba(56,17,31,0.2);border-right:0.0625rem solid rgba(56,17,31,0.2);border-bottom:0.0625rem solid rgba(56,17,31,0.2);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.25rem;width:54rem;top:2.9375rem;left:2.9375rem;display:block; }
#dWa3DK5kf0EKraKyEf9zTGVHyeCm7FEf { color:#f6f6f6;display:block;width:30.8125rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:15100;line-height:1.6;letter-spacing:0;top:3.625rem;left:14.59375rem;height:3rem;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; }
#A5EOHXFgxwxkJboOd2F7Bd4MLi62oFwC { position:absolute;display:block;z-index:15001;background-color:#057c8f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(240,233,235,0.2);border-left:0.0625rem solid rgba(240,233,235,0.2);border-right:0.0625rem solid rgba(240,233,235,0.2);border-bottom:0.0625rem solid rgba(240,233,235,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.2) ;height:43.25rem;width:57.3125rem;top:1.3125rem;left:1.125rem;display:block; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-form-header {  }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-regular-label { height:auto;display:block;font-family:tajawal;font-size:1rem;font-weight:bold;color:#5f1d34;width:51.8125rem;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;text-align:left;text-align-last:left;line-height:1.6;overflow:hidden;vertical-align:top; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .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:rgba(255,255,255,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:51.8125rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:tajawal;text-align:right;text-align-last:right;line-height:1.6;font-weight:400;font-style:normal;vertical-align:top; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-text {padding-top: 0; padding-bottom: 0;}#c48S31TAERXP16nEK54pgzH9tURoNbfX .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:rgba(255,255,255,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:51.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:tajawal;text-align:right;text-align-last:right;line-height:1.6;font-weight:400;font-style:normal;vertical-align:top; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(255,255,255,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:51.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:tajawal;font-size:1rem;overflow:hidden;line-height:1.6;text-align:right;text-align-last:right;vertical-align:top; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-select {padding-top: 0; padding-bottom: 0;}#c48S31TAERXP16nEK54pgzH9tURoNbfX .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; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-button { 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:transparent;background-image: -webkit-linear-gradient(90deg, #2a5858, #057c8f);background-image: -moz-linear-gradient(90deg, #2a5858, #057c8f);background-image: -ms-linear-gradient(90deg, #2a5858, #057c8f);background-image: -o-linear-gradient(90deg, #2a5858, #057c8f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5858', endColorstr='#057c8f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5858', endColorstr='#057c8f' );";background-image: linear-gradient(90deg, #2a5858, #057c8f);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:#f2f9ff;width:51.8125rem;height:3.4375rem;font-family:cairo;overflow:hidden;box-shadow: none;line-height:1.1; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX [class*="-text"]:-moz-placeholder { color:#63656a;font-family:tajawal;font-size:1rem; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX [class*="-text"]::-moz-placeholder { color:#63656a;font-family:tajawal;font-size:1rem; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX [class*="-text"]:-ms-input-placeholder { color:#63656a;font-family:tajawal;font-size:1rem; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX [class*="-text"]::-webkit-input-placeholder { color:#63656a;font-family:tajawal;font-size:1rem; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:1.125rem;font-weight:300;color:#f6f6f6;vertical-align:top;width:50.5625rem;overflow:hidden;font-style:normal;float:none;text-align:right;text-align-last:right; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .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; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-container:first-of-type{padding-top:0;}#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-container:last-of-type{padding-bottom:0;}#c48S31TAERXP16nEK54pgzH9tURoNbfX  { background-color:#046d7f;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:51.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;position:absolute;top:9rem;left:2.75rem; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:51.8125rem;display:block;vertical-align:top; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX {display:block;}#c48S31TAERXP16nEK54pgzH9tURoNbfX { background-color:#046d7f;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:51.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;position:absolute;top:9rem;left:2.75rem; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #TdxcCXZOCM6ut4ZaGkr8PP7VQVQU10g7 { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #LbIQ4FnBvDGPN2P62CDBxg3KJmosdTOH { position:relative;display:none; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #K9FbtapR4crhzXc7wiVFSv23X8Nbi8nK { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #v6ki4vhXKdCTzMhIyqKxhXz2fCliWrrm { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #hT3HqDyf8wX0hS3WCtHbhU3LVyJ148iT { position:relative;display:none; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #BQBZfL9bsZoNXk0ipXEU40R3TrkrCf3n { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #PT80oneqHtzyRsrIvP3WbdFGME7Ri77E { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #Iw7oTuResN9NdxkTwIHwWlO5PGduX5aF { position:relative;display:none; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #FLTdmU5gDFN4pUzGNEk94XiwAxuzBUPw { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #E8dDc6E0uS94n4EX7pKDdb9EfVPziF5n { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #VCA7tSZZm0TfzTNe2TLrm9y3Pk1dTAcJ { position:relative;display:none; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #xunpi4komAMPhu6xXvLKmGyyDVFK2e1B { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #suDSJ46dKFOtGuW3TGB6rSSUmaofP52q { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #yFytKLXwHOqxb7z0SKpvv9gBudlK3ItF { position:relative;display:none; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #ECqKIbXtumsCTqmudfEATnpVrJBTezTl { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #cC5IwiBk0BZwGOk6AdCRsUSocImP40o7 { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #kidy55s2nozTnUuhg6JWSUxamZPVTZEc { position:relative;display:none; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #p994zmrfbgdVEPxhuRTQKnxSToNqfZla { position:relative; }
#GL4JMwuuyM4aw6MhVdbWpugRuRDfVRpM { position:relative;display:block; }
#sH2LEndfbsXyqTLdpK3ANfW5DTx9DVUU { position:relative;display:block; }
#f7cSJqqBTdAbkfoHOfc7MSsuHoDRTF62 { position:relative;display:block; }
#wmDus0DDKi0gGPF2WqOSQVTcznW4yTzT { position:relative;display:block; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #UAvLt2Cp5TSEu78rJmrFMTlBTeshRylp { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #KU4IqBhgx2uLOhwGXhCkgXhcbRLIKcRq { position:relative;z-index:2; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #xuzKU12F2QKilbzRB4wg90LThDp0A251 { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #XRremi2zhKgBAsQKAilsg91TzkOTLuE9 { position:relative; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX #mleeH6nUcGtb1O95yMR9fwuZXo53KwST { position:relative; }
#MSBTaHDUg43R436871AHhU256GsGoKPu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2601bd85-12f7-45da-95c5-8c14ebab215f/BG_px.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MSBTaHDUg43R436871AHhU256GsGoKPu.adaptive-delivery-prevent-bg, #MSBTaHDUg43R436871AHhU256GsGoKPu.lazyload, #MSBTaHDUg43R436871AHhU256GsGoKPu.lazyloading { background-image: none; }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row .container { background-color: transparent; background-image: none; }#MSBTaHDUg43R436871AHhU256GsGoKPu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row .container > .video-iframe-container { display: none; }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row > .video-iframe-container { display: none; }#MSBTaHDUg43R436871AHhU256GsGoKPu > .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); }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row .container { border-width: 0; border-radius: 0; }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:60rem;position:relative;display:block; }#ksTxGpNCcOHQkmGgkLXuJ66zwKUpTNzv { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid #2a5858;border-left:0.5rem solid #2a5858;border-right:0.5rem solid #2a5858;border-bottom:0.5rem solid #2a5858;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5625rem 1.875rem rgba(0,0,0,0.1) ;height:43.3125rem;width:57.0625rem;top:1.6875rem;left:1.03125rem;display:block; }
#Dfb8wLZMdTFizpHiAEvazS3pHIbOn1Ry { color:#057c8f;display:block;width:40.5rem;position:absolute;font-family:tajawal;font-size:2.9375rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:2.88623046875rem;left:9.75rem;height:4.69970625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#beTJbUG6inuJXZWniUXCxmLD2SBexfDN { color:#000000;display:block;width:53.0625rem;position:absolute;font-family:tajawal;font-size:1.5625rem;font-weight:400;z-index:15011;line-height:2.2;letter-spacing:0;top:8.125rem;left:3.46875rem;height:32.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }#beTJbUG6inuJXZWniUXCxmLD2SBexfDN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#beTJbUG6inuJXZWniUXCxmLD2SBexfDN li:before{  }
#LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(230,235,253,0.4);background-image:url("https://images.assets-landingi.com/uc/2601bd85-12f7-45da-95c5-8c14ebab215f/BG_px.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T.adaptive-delivery-prevent-bg, #LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T.lazyload, #LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T.lazyloading { background-image: none; }#LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T > .row .container { background-color: transparent; background-image: none; }#LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T > .row .container > .video-iframe-container { display: none; }#LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T > .row > .video-iframe-container { display: none; }#LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T > .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); }#LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T > .row .container { border-width: 0; border-radius: 0; }#LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:60rem;position:relative;display:block; }#zzLoaWlvecRTnpI2QK4gWR5ZfkPo68uZ { color:#ffffff;display:block;width:60rem;position:absolute;font-family:tajawal;font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:2.68115rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NReBetRv8WzBctTpVBamPcx1i6wW3Jl8 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:tajawal;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:5.5rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#Cmbw9duaCKX5ikf57XUcC794XtsaTDam { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2601bd85-12f7-45da-95c5-8c14ebab215f/BG_px.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Cmbw9duaCKX5ikf57XUcC794XtsaTDam.adaptive-delivery-prevent-bg, #Cmbw9duaCKX5ikf57XUcC794XtsaTDam.lazyload, #Cmbw9duaCKX5ikf57XUcC794XtsaTDam.lazyloading { background-image: none; }#Cmbw9duaCKX5ikf57XUcC794XtsaTDam > .row .container { background-color: transparent; background-image: none; }#Cmbw9duaCKX5ikf57XUcC794XtsaTDam::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cmbw9duaCKX5ikf57XUcC794XtsaTDam > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cmbw9duaCKX5ikf57XUcC794XtsaTDam > .row .container > .video-iframe-container { display: none; }#Cmbw9duaCKX5ikf57XUcC794XtsaTDam > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cmbw9duaCKX5ikf57XUcC794XtsaTDam > .row > .video-iframe-container { display: none; }#Cmbw9duaCKX5ikf57XUcC794XtsaTDam > .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); }#Cmbw9duaCKX5ikf57XUcC794XtsaTDam > .row .container { border-width: 0; border-radius: 0; }#Cmbw9duaCKX5ikf57XUcC794XtsaTDam > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cmbw9duaCKX5ikf57XUcC794XtsaTDam > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#ZOJMrGcJtRwKwvNrB9oFpvhL8I2InlxZ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2a5858, #046d7f);background-image: -moz-linear-gradient(90deg, #2a5858, #046d7f);background-image: -ms-linear-gradient(90deg, #2a5858, #046d7f);background-image: -o-linear-gradient(90deg, #2a5858, #046d7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5858', endColorstr='#046d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5858', endColorstr='#046d7f' );";background-image: linear-gradient(90deg, #2a5858, #046d7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.2) ;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:tajawal;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:17.5rem;height:3.625rem;text-decoration:none;z-index:15104;text-align:center;text-align-last:center;top:1.5rem;left:21.25rem;display:block; }
#iUycQFwZRO2PerVO0G1gGu8paEnMoerh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ > .row .container { border-width: 0; border-radius: 0; }#BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:60rem;position:relative;display:none; }#vpfUNLzsSFbBN43zwxtAPaRJ8TryWMmA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.25rem;width:60rem;top:1.09375rem;left:0rem;overflow:hidden;display:block; }
#MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP > .row .container { background-color: transparent; background-image: none; }#MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP > .row .container > .video-iframe-container { display: none; }#MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP > .row > .video-iframe-container { display: none; }#MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP > .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); }#MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP > .row .container { border-width: 0; border-radius: 0; }#MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:60rem;position:relative;display:block; }#DtuBKSLZ27xiA5MCi2NN2ghKXbhCiWSs { color:#057c8f;display:block;width:60rem;position:absolute;font-family:tajawal;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:2.68115rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nfoFLRQg6sJlkIrOXJPHplHAwwC0b4zz { position:absolute;display:block;z-index:15002;background-color:#fcfcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(240,233,235,0.3);border-left:0.125rem solid rgba(240,233,235,0.3);border-right:0.125rem solid rgba(240,233,235,0.3);border-bottom:0.125rem solid rgba(240,233,235,0.3);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(95,29,52,0.2) ;height:18.75rem;width:18.75rem;top:12.8125rem;left:0.875rem;display:block; }
#dqT2KI6mX5Jf2VeheMUT05TNQMObIBxk { position:absolute;display:block;z-index:15003;background-color:#fcfcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(240,233,235,0.3);border-left:0.125rem solid rgba(240,233,235,0.3);border-right:0.125rem solid rgba(240,233,235,0.3);border-bottom:0.125rem solid rgba(240,233,235,0.3);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(95,29,52,0.2) ;height:18.75rem;width:18.75rem;top:12.8125rem;left:20.625rem;display:block; }
#iZUXMmlofbGQ9RpPk6MCkcTgI8sAAm4C { position:absolute;display:block;z-index:15004;background-color:#fcfcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(240,233,235,0.3);border-left:0.125rem solid rgba(240,233,235,0.3);border-right:0.125rem solid rgba(240,233,235,0.3);border-bottom:0.125rem solid rgba(240,233,235,0.3);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(95,29,52,0.2) ;height:18.75rem;width:18.75rem;top:12.8125rem;left:40.375rem;display:block; }
#PkVqURSDdIKlzPXZLOxkl7eRhElXt8p0 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(95,29,52,0.2) ;height:9.375rem;width:9.375rem;top:10.25rem;left:5.5625rem;overflow:hidden;display:block; }
#uvTvBAuQ8Lgb9009mDt2htKmyvMWQfkr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(95,29,52,0.2) ;height:9.375rem;width:9.375rem;top:10.3125rem;left:25.3125rem;overflow:hidden;display:block; }
#BHcDbtVanH3eaVgD850cUwi2tp9Av3ps { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(95,29,52,0.2) ;height:9.375rem;width:9.375rem;top:10.25rem;left:45.0625rem;overflow:hidden;display:block; }
#og5Ti89bPPkOKN6D0tkCW3bdCePuyw1A { color:#121212;display:block;width:12.3125rem;position:absolute;font-family:tajawal;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:22.6875rem;left:4.125rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rZbpHB6Si9rHRur5N5PSKoFzyGffHCMH { color:#5f1d34;display:block;width:15.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:28.9375rem;left:2.625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bQBPq7BNphnIs9t8zP2IbOT6ncPRfzIm { color:#121212;display:block;width:11.75rem;position:absolute;font-family:tajawal;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:21.8125rem;left:24.125rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kQyH7rgw0ah3eVbWJd3efATHtbTpaxg8 { color:#5f1d34;display:block;width:15.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:28.9375rem;left:22.375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N0FNFNz1ZmIoLbRHGyFmHCyTz0V1og1J { color:#121212;display:block;width:13.0625rem;position:absolute;font-family:tajawal;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:21.8125rem;left:43.25rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HLEexwMZcLeeVC1UQ1BTrf8T86bomA1g { color:#5f1d34;display:block;width:15.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.9375rem;left:42.125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QclK0izsR7G3onmFZTT8tVpb6sJiceya { position:absolute;display:block;z-index:15101;background-color:#046d7f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.25rem;width:6.25rem;top:7.75rem;left:26.875rem;display:block; }
#Ti91FTHShamaHvKa8utKVSa27420dXwQ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2a5858, #057c8f);background-image: -moz-linear-gradient(90deg, #2a5858, #057c8f);background-image: -ms-linear-gradient(90deg, #2a5858, #057c8f);background-image: -o-linear-gradient(90deg, #2a5858, #057c8f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5858', endColorstr='#057c8f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5858', endColorstr='#057c8f' );";background-image: linear-gradient(90deg, #2a5858, #057c8f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;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:tajawal;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.6875rem;left:21.25rem;display:block; }
#ui9EX6UX5etHhmqJ5vMykF37gimPCSx2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc { position:relative;display:block; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc { background-color: transparent; background-image: none; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row .container > .video-iframe-container { display: none; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row > .video-iframe-container { display: none; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .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); }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc { border-width: 0; border-radius: 0; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rBSQdEFaLnlhZV4mq52ftvg37A23g9pl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:27.5625rem;top:1.267578125rem;left:1.21875rem;overflow:hidden;display:block; }
#z71SQ1RntdQ8zHaiZsBqMA9RuOEBMtU8 { color:#046d7f;display:block;width:27.8125rem;position:absolute;font-family:tajawal;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3115234375rem;left:30.5rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW > .row .container { background-color: transparent; background-image: none; }#ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW > .row .container > .video-iframe-container { display: none; }#ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW > .row > .video-iframe-container { display: none; }#ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW > .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); }#ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW > .row .container { border-width: 0; border-radius: 0; }#ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#qMlKnPMli4k4dPCBVTyQ12zJpQ4oF1TO { color:#046d7f;display:block;width:19.875rem;position:absolute;font-family:tajawal;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.375rem;left:34.875rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CmXfz55yhHoQNPpetc4Bvy3kuhEtrDaf { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:13.6875rem;top:1.46875rem;left:2.6433189655172rem;overflow:hidden;display:block; }
#ogqbbuOa6N4zEztvApZEKBE3WntDP3qr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:13.125rem;top:1.59375rem;left:17.875rem;overflow:hidden;display:block; }
#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row .container { background-color: transparent; background-image: none; }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row .container > .video-iframe-container { display: none; }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row > .video-iframe-container { display: none; }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .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); }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row .container { border-width: 0; border-radius: 0; }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:block; }#fJEVWyWfwFOmM19AzdtS2orTrZU6oXy8 { color:#121212;display:block;width:60rem;position:absolute;font-family:tajawal;font-size:0.75rem;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:1.09375rem;left:0rem;height:1.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA { position:relative;display:block; }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA { background-color: transparent; background-image: none; }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA > .row .container > .video-iframe-container { display: none; }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA > .row > .video-iframe-container { display: none; }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA > .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); }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA { border-width: 0; border-radius: 0; }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:0.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOA9OGQdCfnpx2EH1doTzU4h6ldKNH8u { top:1.3125rem;left:13.46875rem;width:20.8125rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9HTiszokM044OAszQOiUTcQQzuMgkxp { display:block; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7Uabk9H8AwcVbH5ROM78HNOyS0DQIae { top:1.8125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #okUawDbsB6fQtele3qmcgz2H1FGcUrVA { top:11.625rem;left:6.5625rem;width:34.625rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4amBZQC6krC4pHTRSDUC7xilMUwziUK { top:13.5rem;left:19.34375rem;width:9.0625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D85qiG0DviJdaztBdilotukS4wTpra4o { top:20.3125rem;left:10.625rem;width:26.5rem;height:3.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2ef6iIMaN8kD8tg5fKatXrJcpKhTvgI { display:block; }#B2ef6iIMaN8kD8tg5fKatXrJcpKhTvgI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqQ8wguO1ONLxEQawPKzNJO8iRPvTiD5 { top:10rem;left:9.15625rem;width:26.1875rem;height:3.375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvNpMAzEGuKfIestw5T8mMTrdB8rinKw { top:0rem;left:12.21875rem;width:30.3125rem;height:0;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSd9Rtq0uFykx7HCTKE1HDAzUesBkDLP { top:2.1875rem;left:14.96875rem;width:14.0625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSulhJNkbrWUPQwwLuiRSMNG2yxwg2DT { display:block; }#mSulhJNkbrWUPQwwLuiRSMNG2yxwg2DT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qi0IfXKKztCMo4NTO0KpXmkCSfiZxV63 { top:7.25rem;left:38.4375rem;width:3.9375rem;height:3.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWcHuaZWLciroqSORWRltvDXLLS2IIC5 { top:7.8125rem;left:23.4375rem;width:14.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXcfu3uiToGgCuhPvKgL9x7Z0dTW3JgW { top:7.25rem;left:18.875rem;width:3.9375rem;height:3.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv7mXAl9yTZrqUqheglIKKEeSV1GpS1p { top:7.8125rem;left:5rem;width:13.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDfqxHk5AIiMtKJqT8AqaQJWBxVvWg3e { top:2rem;left:0.5rem;width:44.9375rem;height:3.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwna8vkryP2TWDa7AH93TK1uVleJ0aDD { display:block; }#qwna8vkryP2TWDa7AH93TK1uVleJ0aDD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuZElH2xVpVTPQgtrTGHOFuTTpBgvCQX { width:30.1875rem;height:3.625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5kDFTnCWfzF2lUXNNg7xbDWZUhZ86KD { display:block; }
 }@media only screen and (max-width: 763px) { #CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei { display:block; }#CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHopZkUzF3xzIVsz3IXyE1RiSmmGJJ07 { top:8rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZPLbPesu8woNcG8gO62K1cum96Tlx7m { top:8rem;left:17.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLpvbllZZi9tTTeFrT2tnrepedHohefe { top:10.5625rem;left:17.875rem;width:11.125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMhVN8FIDJXhzwKJHuFz9IS9vdacGCbP { top:13.625rem;left:18.84375rem;width:9.1875rem;height:4.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBAdfOfwpfMz5HVT9X8nmz2TyuSifn7x { top:9.8125rem;left:0rem;width:10.1875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzaEKf0ZdFrGrTevToaCCixKg2ST7nfJ { top:15rem;left:0rem;width:9.1875rem;height:4.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmvA96l5rQocPecEI6b9ttJeUJo8q7fC { top:8rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCITbGZ3IKhRztIOGrE4SEBGDSB9gyex { top:10.125rem;left:37.875rem;width:9.875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaZT70a7CuPuSgIzfI5Gf8LdXvQr3o2A { top:14.875rem;left:38.5625rem;width:9.1875rem;height:4.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqVrpS908DSzhrpfdbnTgx3eKMPUqucv { top:1.1875rem;left:0rem;width:47.625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5ydGya3TwfT4GSBEq63cPhHHpvlGIAr { top:2.1875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt { display:block; }#AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlr9S9TuDSvTrcEWCNT2xwPmLBpiy95o { top:8rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbsmgKa2b8zWfVaVKrftghk76DXJcScJ { top:8.75rem;left:0rem;width:7.25rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr90RFH72qUTyial7aN1Ob3xIzALo1gg { top:13.9375rem;left:0rem;width:9.1875rem;height:4.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dveQwzM5kE5rfPTfTRixL13kfGR65Dkn { top:8rem;left:17.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQLyRVsrud0NZUwskx5pxJO5Rr7gNmZr { top:9.6875rem;left:18rem;width:10.875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxdd6RMfKQN2qoEwdIuNi6pwqrzTBTNO { top:13.9375rem;left:18.875rem;width:9.1875rem;height:4.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdC3KFpzeKzJMEyf4rJzVi5spsU9EmT4 { top:23.8125rem;left:27.5rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZGPeJPbFxSNC74CMmIJ9UFCp1sFe5TG { top:26.4375rem;left:28.25rem;width:11.125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #twwrDxm7cobZRpmNaUcT85MxHgVUq7So { top:29.75rem;left:29.25rem;width:9.1875rem;height:4.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtA2r7dTgSIuEHFJAeFStyHSsg7tMtx0 { top:23.8125rem;left:7.8125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #stQ9WT20htKBQ3S9HrWe8ysdLvMBApRQ { top:24.5rem;left:8.8125rem;width:10.75rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIgcIqQQSLvApNfxzbWGRFXof3xCoWvQ { top:30.6875rem;left:9.5625rem;width:9.1875rem;height:4.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3D2P3mhIo9LimCA0AXp0KWHTMS6iWhP { top:8rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egalp6JARW3hiMrGrOFxDJP61WnVwTVN { top:10.125rem;left:37.875rem;width:9.875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGb8hmyUnTTdqr7lWoG9Po8y1PosbWFE { top:14.875rem;left:38.5625rem;width:9.1875rem;height:4.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAmF7GOeqkstKT0NI62sWIdEqoQDvrGJ { top:1.1875rem;left:0rem;width:47.625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwyGEVOBm4fPuunqD8bPEBeS4K1NXz2h { top:2.1875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgUfevk6yrHAiadVdeufLiIGCr5moUh7 { display:block; }#DgUfevk6yrHAiadVdeufLiIGCr5moUh7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPZhSNIiUKkG2Rzy3CgJ2TOu5SwOh53F { width:30.625rem;height:3.625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntDGBc7zxiPUSMTJ51FLqv3mWVDC2QG0 { display:block; }
 }@media only screen and (max-width: 763px) { #nxDOZhbGRFQ6qQQRIcCNCSNpGqifQsLH { display:block; }#nxDOZhbGRFQ6qQQRIcCNCSNpGqifQsLH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8aoSOhTtoDI8xprpccVr5fuhsoxBCFB { top:2.9375rem;left:0rem;width:47.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWa3DK5kf0EKraKyEf9zTGVHyeCm7FEf { top:3.625rem;left:8.46875rem;width:30.8125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5EOHXFgxwxkJboOd2F7Bd4MLi62oFwC { top:1.3125rem;left:0rem;width:47.625rem;height:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-regular-label { width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-text { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-text {padding-top: 0; padding-bottom: 0;}#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-textarea { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-select { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-select {padding-top: 0; padding-bottom: 0;}#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-button { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-checkbox-label { width:21.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX  { width:23rem;height:auto;top:18.5625rem;left:0rem; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .radio-container { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX {display:block;}#c48S31TAERXP16nEK54pgzH9tURoNbfX { width:23rem;height:auto;top:18.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #TdxcCXZOCM6ut4ZaGkr8PP7VQVQU10g7 {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #LbIQ4FnBvDGPN2P62CDBxg3KJmosdTOH { display:none; }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #K9FbtapR4crhzXc7wiVFSv23X8Nbi8nK {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #v6ki4vhXKdCTzMhIyqKxhXz2fCliWrrm {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #hT3HqDyf8wX0hS3WCtHbhU3LVyJ148iT { display:none; }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #BQBZfL9bsZoNXk0ipXEU40R3TrkrCf3n {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #PT80oneqHtzyRsrIvP3WbdFGME7Ri77E {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #Iw7oTuResN9NdxkTwIHwWlO5PGduX5aF { display:none; }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #FLTdmU5gDFN4pUzGNEk94XiwAxuzBUPw {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #E8dDc6E0uS94n4EX7pKDdb9EfVPziF5n {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #VCA7tSZZm0TfzTNe2TLrm9y3Pk1dTAcJ { display:none; }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #xunpi4komAMPhu6xXvLKmGyyDVFK2e1B {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #suDSJ46dKFOtGuW3TGB6rSSUmaofP52q {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #yFytKLXwHOqxb7z0SKpvv9gBudlK3ItF { display:none; }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #ECqKIbXtumsCTqmudfEATnpVrJBTezTl {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #cC5IwiBk0BZwGOk6AdCRsUSocImP40o7 {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #kidy55s2nozTnUuhg6JWSUxamZPVTZEc {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #p994zmrfbgdVEPxhuRTQKnxSToNqfZla {  }
 }@media only screen and (max-width: 763px) { #GL4JMwuuyM4aw6MhVdbWpugRuRDfVRpM { display:block; }
 }@media only screen and (max-width: 763px) { #sH2LEndfbsXyqTLdpK3ANfW5DTx9DVUU { display:block; }
 }@media only screen and (max-width: 763px) { #f7cSJqqBTdAbkfoHOfc7MSsuHoDRTF62 { display:block; }
 }@media only screen and (max-width: 763px) { #wmDus0DDKi0gGPF2WqOSQVTcznW4yTzT { display:block; }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #UAvLt2Cp5TSEu78rJmrFMTlBTeshRylp {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #KU4IqBhgx2uLOhwGXhCkgXhcbRLIKcRq {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #xuzKU12F2QKilbzRB4wg90LThDp0A251 {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #XRremi2zhKgBAsQKAilsg91TzkOTLuE9 {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #mleeH6nUcGtb1O95yMR9fwuZXo53KwST {  }
 }@media only screen and (max-width: 763px) { #MSBTaHDUg43R436871AHhU256GsGoKPu { display:block; }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksTxGpNCcOHQkmGgkLXuJ66zwKUpTNzv { top:1.6875rem;left:0rem;width:46.75rem;height:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfb8wLZMdTFizpHiAEvazS3pHIbOn1Ry { top:2.875rem;left:3.625rem;width:40.5rem;height:4.6875rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #beTJbUG6inuJXZWniUXCxmLD2SBexfDN { top:8.125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }#beTJbUG6inuJXZWniUXCxmLD2SBexfDN li:before{  }
 }@media only screen and (max-width: 763px) { #LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T { display:block; }#LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzLoaWlvecRTnpI2QK4gWR5ZfkPo68uZ { top:1.5rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NReBetRv8WzBctTpVBamPcx1i6wW3Jl8 { top:5.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmbw9duaCKX5ikf57XUcC794XtsaTDam { display:block; }#Cmbw9duaCKX5ikf57XUcC794XtsaTDam > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOJMrGcJtRwKwvNrB9oFpvhL8I2InlxZ { width:17.5rem;height:3.625rem;top:1.5rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUycQFwZRO2PerVO0G1gGu8paEnMoerh { display:block; }
 }@media only screen and (max-width: 763px) { #BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ { display:block; }#BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpfUNLzsSFbBN43zwxtAPaRJ8TryWMmA { top:1.0625rem;left:0rem;width:47.75rem;height:18.503125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP { display:block; }#MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtuBKSLZ27xiA5MCi2NN2ghKXbhCiWSs { top:3.375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfoFLRQg6sJlkIrOXJPHplHAwwC0b4zz { top:12.8125rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqT2KI6mX5Jf2VeheMUT05TNQMObIBxk { top:12.8125rem;left:14.5rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZUXMmlofbGQ9RpPk6MCkcTgI8sAAm4C { top:12.8125rem;left:29rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkVqURSDdIKlzPXZLOxkl7eRhElXt8p0 { top:10.25rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvTvBAuQ8Lgb9009mDt2htKmyvMWQfkr { top:10.3125rem;left:19.1875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHcDbtVanH3eaVgD850cUwi2tp9Av3ps { top:10.25rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #og5Ti89bPPkOKN6D0tkCW3bdCePuyw1A { top:22.6875rem;left:0rem;width:12.3125rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZbpHB6Si9rHRur5N5PSKoFzyGffHCMH { top:28.9375rem;left:0rem;width:15.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQBPq7BNphnIs9t8zP2IbOT6ncPRfzIm { top:21.8125rem;left:18rem;width:11.75rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQyH7rgw0ah3eVbWJd3efATHtbTpaxg8 { top:28.9375rem;left:16.25rem;width:15.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0FNFNz1ZmIoLbRHGyFmHCyTz0V1og1J { top:21.8125rem;left:34.6875rem;width:13.0625rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLEexwMZcLeeVC1UQ1BTrf8T86bomA1g { top:28.9375rem;left:32.4375rem;width:15.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QclK0izsR7G3onmFZTT8tVpb6sJiceya { top:7.75rem;left:20.75rem;width:6.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti91FTHShamaHvKa8utKVSa27420dXwQ { width:17.5rem;height:3.4375rem;top:34.6875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui9EX6UX5etHhmqJ5vMykF37gimPCSx2 { display:block; }
 }@media only screen and (max-width: 763px) { #vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc { display:block; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBSQdEFaLnlhZV4mq52ftvg37A23g9pl { top:1.25rem;left:0rem;width:27.5625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z71SQ1RntdQ8zHaiZsBqMA9RuOEBMtU8 { top:1.25rem;left:19.9375rem;width:27.8125rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW { display:block; }#ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMlKnPMli4k4dPCBVTyQ12zJpQ4oF1TO { top:1.375rem;left:27.875rem;width:19.875rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmXfz55yhHoQNPpetc4Bvy3kuhEtrDaf { top:1.4375rem;left:0rem;width:13.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogqbbuOa6N4zEztvApZEKBE3WntDP3qr { top:1.5625rem;left:11.75rem;width:13.125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX { display:block; }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJEVWyWfwFOmM19AzdtS2orTrZU6oXy8 { top:1.0625rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA { display:block; }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOA9OGQdCfnpx2EH1doTzU4h6ldKNH8u { width:15.25rem;height:7.0625rem;top:8.17431640625rem;left:2.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y9HTiszokM044OAszQOiUTcQQzuMgkxp { background-color:#ececec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container { background-color: transparent; background-image: none; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container > .video-iframe-container { display: none; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row > .video-iframe-container { display: none; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .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); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container { border-width: 0; border-radius: 0; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7Uabk9H8AwcVbH5ROM78HNOyS0DQIae { width:20rem;height:4.7119125rem;top:2.6875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okUawDbsB6fQtele3qmcgz2H1FGcUrVA { width:16.375rem;height:16.5625rem;top:10.75rem;left:1.8125rem;background-color:#046d7f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.0625rem solid rgba(56,17,31,0.2);border-left:0.0625rem solid rgba(56,17,31,0.2);border-right:0.0625rem solid rgba(56,17,31,0.2);border-bottom:0.0625rem solid rgba(56,17,31,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #d4amBZQC6krC4pHTRSDUC7xilMUwziUK { width:6.875rem;height:4.375rem;top:12.625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D85qiG0DviJdaztBdilotukS4wTpra4o { width:14.375rem;height:6.17480625rem;top:18.75rem;left:2.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2ef6iIMaN8kD8tg5fKatXrJcpKhTvgI { display:block; }#B2ef6iIMaN8kD8tg5fKatXrJcpKhTvgI > .row .container { width:20rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqQ8wguO1ONLxEQawPKzNJO8iRPvTiD5 { width:12.3125rem;height:5.5244125rem;top:12.72607421875rem;left:3.84375rem;font-size:2.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DvNpMAzEGuKfIestw5T8mMTrdB8rinKw { width:8.125rem;height:3.79980625rem;top:0rem;left:9.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSd9Rtq0uFykx7HCTKE1HDAzUesBkDLP { width:14.0625rem;height:8.6875rem;top:3.7998046875rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSulhJNkbrWUPQwwLuiRSMNG2yxwg2DT { display:none; }#mSulhJNkbrWUPQwwLuiRSMNG2yxwg2DT > .row .container { width:20rem;height:25.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qi0IfXKKztCMo4NTO0KpXmkCSfiZxV63 { width:3.9375rem;height:3.19970625rem;top:8.6484375rem;left:8.03125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWcHuaZWLciroqSORWRltvDXLLS2IIC5 { width:14.5625rem;height:2.5625rem;top:21.8984375rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXcfu3uiToGgCuhPvKgL9x7Z0dTW3JgW { width:3.9375rem;height:3.19970625rem;top:17.51171875rem;left:8.03125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv7mXAl9yTZrqUqheglIKKEeSV1GpS1p { width:13.375rem;height:3.3125rem;top:12.63671875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDfqxHk5AIiMtKJqT8AqaQJWBxVvWg3e { width:20rem;height:6.19921875rem;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwna8vkryP2TWDa7AH93TK1uVleJ0aDD { display:block; }#qwna8vkryP2TWDa7AH93TK1uVleJ0aDD > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuZElH2xVpVTPQgtrTGHOFuTTpBgvCQX { width:17.5rem;height:3.625rem;top:2.1875rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5kDFTnCWfzF2lUXNNg7xbDWZUhZ86KD { display:block; }
 }@media only screen and (max-width: 763px) { #CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei { display:block; }#CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHopZkUzF3xzIVsz3IXyE1RiSmmGJJ07 { width:12.5rem;height:12.5rem;top:35.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZPLbPesu8woNcG8gO62K1cum96Tlx7m { width:12.5rem;height:12.5rem;top:21.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLpvbllZZi9tTTeFrT2tnrepedHohefe { width:11.125rem;height:1.5rem;top:24.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMhVN8FIDJXhzwKJHuFz9IS9vdacGCbP { width:9.1875rem;height:3.79980625rem;top:27.625rem;left:5.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBAdfOfwpfMz5HVT9X8nmz2TyuSifn7x { width:9.8125rem;height:2.9375rem;top:37.9375rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzaEKf0ZdFrGrTevToaCCixKg2ST7nfJ { width:9.1875rem;height:3.79980625rem;top:43.25rem;left:5.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmvA96l5rQocPecEI6b9ttJeUJo8q7fC { width:12.5rem;height:12.5rem;top:7.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCITbGZ3IKhRztIOGrE4SEBGDSB9gyex { width:9.875rem;height:2.4375rem;top:9.625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaZT70a7CuPuSgIzfI5Gf8LdXvQr3o2A { width:9.1875rem;height:3.79980625rem;top:14.375rem;left:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqVrpS908DSzhrpfdbnTgx3eKMPUqucv { width:20rem;height:4.5625rem;top:1.4375rem;left:0rem;background-color:#046d7f;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;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #B5ydGya3TwfT4GSBEq63cPhHHpvlGIAr { width:17.9375rem;height:4.3125rem;top:1.5625rem;left:1.03125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt { display:none; }#AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt > .row .container { width:20rem;height:77.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zlr9S9TuDSvTrcEWCNT2xwPmLBpiy95o { width:12.5rem;height:12.5rem;top:35.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbsmgKa2b8zWfVaVKrftghk76DXJcScJ { width:7.25rem;height:5.1875rem;top:36.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr90RFH72qUTyial7aN1Ob3xIzALo1gg { width:9.1875rem;height:3.79980625rem;top:41.6875rem;left:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dveQwzM5kE5rfPTfTRixL13kfGR65Dkn { width:12.5rem;height:12.5rem;top:21.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQLyRVsrud0NZUwskx5pxJO5Rr7gNmZr { width:10.875rem;height:3.3125rem;top:23.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxdd6RMfKQN2qoEwdIuNi6pwqrzTBTNO { width:9.1875rem;height:3.79980625rem;top:27.5rem;left:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdC3KFpzeKzJMEyf4rJzVi5spsU9EmT4 { width:12.5rem;height:12.5rem;top:49.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZGPeJPbFxSNC74CMmIJ9UFCp1sFe5TG { width:11.125rem;height:1.5rem;top:52.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #twwrDxm7cobZRpmNaUcT85MxHgVUq7So { width:9.1875rem;height:3.79980625rem;top:55.875rem;left:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtA2r7dTgSIuEHFJAeFStyHSsg7tMtx0 { width:12.5rem;height:12.5rem;top:64.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #stQ9WT20htKBQ3S9HrWe8ysdLvMBApRQ { width:10.75rem;height:5.6875rem;top:64.75rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIgcIqQQSLvApNfxzbWGRFXof3xCoWvQ { width:9.1875rem;height:3.79980625rem;top:70.9375rem;left:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3D2P3mhIo9LimCA0AXp0KWHTMS6iWhP { width:12.5rem;height:12.5rem;top:7.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egalp6JARW3hiMrGrOFxDJP61WnVwTVN { width:9.875rem;height:2.4375rem;top:9.625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGb8hmyUnTTdqr7lWoG9Po8y1PosbWFE { width:9.1875rem;height:3.79980625rem;top:14.375rem;left:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAmF7GOeqkstKT0NI62sWIdEqoQDvrGJ { width:20rem;height:4.5625rem;top:1.4375rem;left:0rem;background-color:#046d7f;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;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #fwyGEVOBm4fPuunqD8bPEBeS4K1NXz2h { width:17.9375rem;height:4.3125rem;top:1.5625rem;left:1.03125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgUfevk6yrHAiadVdeufLiIGCr5moUh7 { display:block; }#DgUfevk6yrHAiadVdeufLiIGCr5moUh7 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPZhSNIiUKkG2Rzy3CgJ2TOu5SwOh53F { width:17.5rem;height:3.625rem;top:1.25rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntDGBc7zxiPUSMTJ51FLqv3mWVDC2QG0 { display:block; }
 }@media only screen and (max-width: 763px) { #nxDOZhbGRFQ6qQQRIcCNCSNpGqifQsLH { display:block; }#nxDOZhbGRFQ6qQQRIcCNCSNpGqifQsLH > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8aoSOhTtoDI8xprpccVr5fuhsoxBCFB { width:18.75rem;height:4.25rem;top:3.125rem;left:0.625rem;background-color:#2a5858;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;display:block; }
 }@media only screen and (max-width: 763px) { #dWa3DK5kf0EKraKyEf9zTGVHyeCm7FEf { width:15.75rem;height:4rem;top:3.25rem;left:2.125rem;font-size:1.25rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #A5EOHXFgxwxkJboOd2F7Bd4MLi62oFwC { width:20rem;height:43.0625rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-regular-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-text { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-text {padding-top: 0; padding-bottom: 0;}#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-textarea { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-select { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-select {padding-top: 0; padding-bottom: 0;}#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-input-button { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.1875rem;overflow:hidden; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .widget-checkbox-label { width:15.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX  { width:16.3125rem;height:auto;top:8.68701171875rem;left:0.5625rem; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX .radio-container { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c48S31TAERXP16nEK54pgzH9tURoNbfX {display:block;}#c48S31TAERXP16nEK54pgzH9tURoNbfX { width:16.3125rem;height:auto;top:8.68701171875rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #TdxcCXZOCM6ut4ZaGkr8PP7VQVQU10g7 {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #LbIQ4FnBvDGPN2P62CDBxg3KJmosdTOH { display:none; }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #K9FbtapR4crhzXc7wiVFSv23X8Nbi8nK {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #v6ki4vhXKdCTzMhIyqKxhXz2fCliWrrm {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #hT3HqDyf8wX0hS3WCtHbhU3LVyJ148iT { display:none; }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #BQBZfL9bsZoNXk0ipXEU40R3TrkrCf3n {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #PT80oneqHtzyRsrIvP3WbdFGME7Ri77E {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #Iw7oTuResN9NdxkTwIHwWlO5PGduX5aF { display:none; }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #FLTdmU5gDFN4pUzGNEk94XiwAxuzBUPw {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #E8dDc6E0uS94n4EX7pKDdb9EfVPziF5n {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #VCA7tSZZm0TfzTNe2TLrm9y3Pk1dTAcJ { display:none; }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #xunpi4komAMPhu6xXvLKmGyyDVFK2e1B {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #suDSJ46dKFOtGuW3TGB6rSSUmaofP52q {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #yFytKLXwHOqxb7z0SKpvv9gBudlK3ItF { display:none; }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #ECqKIbXtumsCTqmudfEATnpVrJBTezTl {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #cC5IwiBk0BZwGOk6AdCRsUSocImP40o7 {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #kidy55s2nozTnUuhg6JWSUxamZPVTZEc {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #p994zmrfbgdVEPxhuRTQKnxSToNqfZla {  }
 }@media only screen and (max-width: 763px) { #GL4JMwuuyM4aw6MhVdbWpugRuRDfVRpM { display:block; }
 }@media only screen and (max-width: 763px) { #sH2LEndfbsXyqTLdpK3ANfW5DTx9DVUU { display:block; }
 }@media only screen and (max-width: 763px) { #f7cSJqqBTdAbkfoHOfc7MSsuHoDRTF62 { display:block; }
 }@media only screen and (max-width: 763px) { #wmDus0DDKi0gGPF2WqOSQVTcznW4yTzT { display:block; }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #UAvLt2Cp5TSEu78rJmrFMTlBTeshRylp {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #KU4IqBhgx2uLOhwGXhCkgXhcbRLIKcRq {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #xuzKU12F2QKilbzRB4wg90LThDp0A251 {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #XRremi2zhKgBAsQKAilsg91TzkOTLuE9 {  }
 }@media only screen and (max-width: 763px) { #c48S31TAERXP16nEK54pgzH9tURoNbfX #mleeH6nUcGtb1O95yMR9fwuZXo53KwST {  }
 }@media only screen and (max-width: 763px) { #MSBTaHDUg43R436871AHhU256GsGoKPu { display:block; }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row .container { width:20rem;height:57.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksTxGpNCcOHQkmGgkLXuJ66zwKUpTNzv { width:19rem;height:53.5625rem;top:1.7041015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfb8wLZMdTFizpHiAEvazS3pHIbOn1Ry { width:20rem;height:3.19970625rem;top:2.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #beTJbUG6inuJXZWniUXCxmLD2SBexfDN { width:16.875rem;height:45.973125rem;top:7.44921875rem;left:1.5625rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:block; }#beTJbUG6inuJXZWniUXCxmLD2SBexfDN li:before{  }
 }@media only screen and (max-width: 763px) { #LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T { display:block; }#LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzLoaWlvecRTnpI2QK4gWR5ZfkPo68uZ { width:18.125rem;height:4.2246125rem;top:0.89990234375rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NReBetRv8WzBctTpVBamPcx1i6wW3Jl8 { width:19.125rem;height:4.04980625rem;top:5.75rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmbw9duaCKX5ikf57XUcC794XtsaTDam { display:block; }#Cmbw9duaCKX5ikf57XUcC794XtsaTDam > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOJMrGcJtRwKwvNrB9oFpvhL8I2InlxZ { width:17.5rem;height:3.625rem;top:2.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUycQFwZRO2PerVO0G1gGu8paEnMoerh { display:block; }
 }@media only screen and (max-width: 763px) { #BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ { display:none; }#BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ > .row .container { width:20rem;height:10rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vpfUNLzsSFbBN43zwxtAPaRJ8TryWMmA { width:20rem;height:7.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP { display:block; }#MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP > .row .container { width:20rem;height:86.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtuBKSLZ27xiA5MCi2NN2ghKXbhCiWSs { width:18.375rem;height:4.2246125rem;top:2.5rem;left:0.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfoFLRQg6sJlkIrOXJPHplHAwwC0b4zz { width:18.75rem;height:18.75rem;top:11rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqT2KI6mX5Jf2VeheMUT05TNQMObIBxk { width:18.75rem;height:18.75rem;top:37.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZUXMmlofbGQ9RpPk6MCkcTgI8sAAm4C { width:18.75rem;height:18.75rem;top:61.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkVqURSDdIKlzPXZLOxkl7eRhElXt8p0 { width:9.375rem;height:9.375rem;top:8.6875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvTvBAuQ8Lgb9009mDt2htKmyvMWQfkr { width:9.375rem;height:9.375rem;top:35.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHcDbtVanH3eaVgD850cUwi2tp9Av3ps { width:9.375rem;height:9.375rem;top:59.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #og5Ti89bPPkOKN6D0tkCW3bdCePuyw1A { width:12.3125rem;height:4rem;top:18.75rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZbpHB6Si9rHRur5N5PSKoFzyGffHCMH { width:15.3125rem;height:1.625rem;top:27.125rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQBPq7BNphnIs9t8zP2IbOT6ncPRfzIm { width:11.75rem;height:6rem;top:45.125rem;left:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQyH7rgw0ah3eVbWJd3efATHtbTpaxg8 { width:15.3125rem;height:1.625rem;top:53.5rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0FNFNz1ZmIoLbRHGyFmHCyTz0V1og1J { width:13.0625rem;height:6rem;top:69.1875rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLEexwMZcLeeVC1UQ1BTrf8T86bomA1g { width:15.3125rem;height:1.625rem;top:77.5625rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QclK0izsR7G3onmFZTT8tVpb6sJiceya { width:6.25rem;height:0.25rem;top:7.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti91FTHShamaHvKa8utKVSa27420dXwQ { width:17.5rem;height:3.4375rem;top:81.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui9EX6UX5etHhmqJ5vMykF37gimPCSx2 { display:block; }
 }@media only screen and (max-width: 763px) { #vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc { display:block; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc { background-color: transparent; background-image: none; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row .container > .video-iframe-container { display: none; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row > .video-iframe-container { display: none; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .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); }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row .container { width:20rem;height:13.875rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBSQdEFaLnlhZV4mq52ftvg37A23g9pl { width:19.625rem;height:4.3125rem;top:8.12353515625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z71SQ1RntdQ8zHaiZsBqMA9RuOEBMtU8 { width:19.4375rem;height:4.875rem;top:0.8125rem;left:0.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW { position:relative;z-index:auto;display:block; }#ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMlKnPMli4k4dPCBVTyQ12zJpQ4oF1TO { width:16.4375rem;height:3.73730625rem;top:1.12451171875rem;left:1.78125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmXfz55yhHoQNPpetc4Bvy3kuhEtrDaf { width:8.375rem;height:2.375rem;top:5.81787109375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogqbbuOa6N4zEztvApZEKBE3WntDP3qr { width:8.125rem;height:2.25rem;top:5.88037109375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX { display:block; }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJEVWyWfwFOmM19AzdtS2orTrZU6oXy8 { width:20rem;height:2.3994125rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA { display:block; }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA > .row .container { width:20rem;height:0.875rem;position:relative;display:block; } }