.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu > .row .container { background-color: transparent; background-image: none; }#fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu > .row .container > .video-iframe-container { display: none; }#fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu > .row > .video-iframe-container { display: none; }#fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu > .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); }#fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu > .row .container { border-width: 0; border-radius: 0; }#fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:block; }#T3G0vtuCaqwUMDzym4nhlr9lZTDo9Lt3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.499025rem;width:15.3125rem;top:1.3125rem;left:29.84375rem;overflow:hidden;display:block; }
#Zob5c78Tt0STMzCsTlaGg2mTpKVxoVfr { color:#0d1976;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:7.765625rem;left:22.96875rem;height:2.03125rem;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; }
#ORH5HgZZa1uoCiyzTxEO0k19XTatgfbp { color:#2fb0ad;display:block;width:27.5625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:11.5927734375rem;left:23.71875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XniLkeIZteHXvqwqwU7wtXXuwEbyCWtn { 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.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:2.75rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:14.125rem;left:39.1875rem;display:block; }
#x8COzdhPrMTBBdJOgZOENyFlVndwSXfG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#U4G8gsNK6POorTXQiebTgTEt1oWcGG6H { 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.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.50097625rem;height:2.75rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:14.125rem;left:23.0625rem;display:block; }
#ftLxSSOTo0aMILR53J8SHxF2kNVxKdz9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Wai5iTTTQuOdWCbVbWk4WRETuc3zS35L { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.8125rem;width:17.8125rem;top:5.75rem;left:0rem;overflow:hidden;display:block; }
#wgGheUHNpHrBxvVOCbD3B7izx9zZorGS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/7Tz8y20X/13E03XKVle_1_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#wgGheUHNpHrBxvVOCbD3B7izx9zZorGS.adaptive-delivery-prevent-bg, #wgGheUHNpHrBxvVOCbD3B7izx9zZorGS.lazyload, #wgGheUHNpHrBxvVOCbD3B7izx9zZorGS.lazyloading { background-image: none; }#wgGheUHNpHrBxvVOCbD3B7izx9zZorGS > .row .container { background-color: transparent; background-image: none; }#wgGheUHNpHrBxvVOCbD3B7izx9zZorGS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wgGheUHNpHrBxvVOCbD3B7izx9zZorGS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wgGheUHNpHrBxvVOCbD3B7izx9zZorGS > .row .container > .video-iframe-container { display: none; }#wgGheUHNpHrBxvVOCbD3B7izx9zZorGS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wgGheUHNpHrBxvVOCbD3B7izx9zZorGS > .row > .video-iframe-container { display: none; }#wgGheUHNpHrBxvVOCbD3B7izx9zZorGS > .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); }#wgGheUHNpHrBxvVOCbD3B7izx9zZorGS > .row .container { border-width: 0; border-radius: 0; }#wgGheUHNpHrBxvVOCbD3B7izx9zZorGS > .row .container { font-size:0.875rem;font-family:arial;height:52.5625rem;width:75rem;position:relative;display:block; }#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-form-header {  }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.125rem;font-weight:bold;color:#0078c4;width:18.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:right;text-align-last:right;line-height:1.4; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0.25rem solid #d6d4d4;border-left:0.25rem solid #d6d4d4;border-right:0.25rem solid #d6d4d4;border-bottom:0.25rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-input-text {padding-top: 0; padding-bottom: 0;}#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0.25rem solid #d6d4d4;border-left:0.25rem solid #d6d4d4;border-right:0.25rem solid #d6d4d4;border-bottom:0.25rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-input-select { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-input-select {padding-top: 0; padding-bottom: 0;}#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#e1093f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:400;color:#f2f9ff;width:18.875rem;height:2.9375rem;font-family:cairo;overflow:hidden;font-style:normal;line-height:1; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:0.8125rem;font-weight:300;color:#ffffff;vertical-align:top;width:17.6875rem;overflow:hidden;font-style:normal; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .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; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .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; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-container { padding-top:0.8125rem;padding-right:0;padding-bottom:0.75rem;padding-left:0;width:100%;font-size:0;height:auto; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-container:first-of-type{padding-top:0;}#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-container:last-of-type{padding-bottom:0;}#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;position:absolute;top:5.1171875rem;left:51.2080078125rem; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.875rem; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh {display:block;}#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;position:absolute;top:5.1171875rem;left:51.2080078125rem; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #lDVv8fAlfWAthtLSyRGbTp37aL8TpzI5 { position:relative; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #baWI5veVq3nwbN45qEprWbepJmtnPrZ6 { position:relative; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #Ev1JflA0kWDXev2h11d44J1LteeJuVnG { position:relative; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #KKr208D4e8EaHECrAFCpEW2yJJ7OyHk7 { position:relative; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #tZoT0QOadvr3hwUoOpVaLLN5oVVqCOBy { position:relative; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #lUurKxF7EJ3kSmy4RE0XWEAd0d1mfK8i { position:relative; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #m1KVIGRRLCTW7amndGzVkl934nghIp8Z { position:relative; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #i12MLl7SH5Tux2r9sqRb4kaxRSfDPbxi { position:relative; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #ios0eIEUWhDdXTbdBHNGUfpTXOLPg7TA { position:relative; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #HlUU2lbUCUf6ofFAgDA7QqJtb6T4tbF6 { position:relative; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #XNTIQ3FvTnMl8WshVy99JISKZWKoH1mE { position:relative; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #gXKcP5a6LZPRFdtxcKHh3FnNi6zt2FQP { position:relative; }
#Mk2nRAWD8UTumztmere9ATZAoO7bBNgC { position:relative;display:block; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #coi0IlPwVAuB9TTMpvIiWADTZwvo1d5J { position:relative; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #lF9QQlGQfJKmBTgsIla1bou8IMeCS7xC { position:relative; }
#q3LbQpH19stJtkT5cz87cbP6KrfU3Hbg { position:absolute;display:block;z-index:100083;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:25rem;top:33.875rem;left:24.46875rem;overflow:hidden;display:block; }
#TKRsA0i6uTkPrOeVIdw1TV1MoDNkA3e9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/s1BjNLAl/Untitled_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#TKRsA0i6uTkPrOeVIdw1TV1MoDNkA3e9.adaptive-delivery-prevent-bg, #TKRsA0i6uTkPrOeVIdw1TV1MoDNkA3e9.lazyload, #TKRsA0i6uTkPrOeVIdw1TV1MoDNkA3e9.lazyloading { background-image: none; }#TKRsA0i6uTkPrOeVIdw1TV1MoDNkA3e9 > .row .container { background-color: transparent; background-image: none; }#TKRsA0i6uTkPrOeVIdw1TV1MoDNkA3e9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TKRsA0i6uTkPrOeVIdw1TV1MoDNkA3e9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TKRsA0i6uTkPrOeVIdw1TV1MoDNkA3e9 > .row .container > .video-iframe-container { display: none; }#TKRsA0i6uTkPrOeVIdw1TV1MoDNkA3e9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TKRsA0i6uTkPrOeVIdw1TV1MoDNkA3e9 > .row > .video-iframe-container { display: none; }#TKRsA0i6uTkPrOeVIdw1TV1MoDNkA3e9 > .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); }#TKRsA0i6uTkPrOeVIdw1TV1MoDNkA3e9 > .row .container { border-width: 0; border-radius: 0; }#TKRsA0i6uTkPrOeVIdw1TV1MoDNkA3e9 > .row .container { font-size:0.875rem;font-family:"open sans";height:33rem;width:75rem;position:relative;display:block; }#aTZ1nEl2Z64Z43PqAFvS0SFAFy8hae6f { position:absolute;display:block;z-index:100017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.25rem 0.5625rem rgba(0,0,0,0.5) ;height:10.9375rem;width:15rem;top:11.25rem;left:3.5rem;display:block; }
#gNCW6gBNVi5BJxHbD5pFem4xm8uQo8sJ { color:#e1097d;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:11.5625rem;left:25.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NkBNQDJGIUih2MT5NE50yChQupKz6dGf { color:#e1097d;display:block;width:10.25rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:11.875rem;left:5.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k6wrt8ZOVZZdwe1KeJHaMTLcwiqt2yNs { color:#0c2361;display:block;width:7.2480625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:19.55078125rem;left:27.0634765625rem;height:1.5249rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fq11Q2wf9nlgz154UeGUanQghXQGB7mp { color:#0c2361;display:block;width:7.749rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:19.6875rem;left:7.125rem;height:1.5249rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nWfMv2ub1DrFoI54cc8rnb3hlhlyMUFd { color:#e1097d;display:block;width:11rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:11.6875rem;left:42.25rem;height:3.3120125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rbQsVIKKEZ5ccGrIIO9lZHOBNwObCS4O { color:#0c2361;display:block;width:6.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:19.375rem;left:44.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rGvMGUXJnwhs9rZT7NswKrgmfMPLWK2f { color:#e1097d;display:block;width:10.2486875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:11.375rem;left:59.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HEU8Hb4qKnPJHVyQciMK7OJKcmwvP7PB { color:#0c2361;display:block;width:8.3115rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:19.6875rem;left:60.5625rem;height:1.5249rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zDqPAFOyayqnMaNOv8RinFiM9VIeiBM7 { background-color:#fb0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffeae3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:54.0625rem;height:3.6875rem;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:27.435546875rem;left:10.46875rem;display:block; }
#RAm16W5PpE5IaMAhqzaxwH3qDtiSlp5k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qcp320362mVgcL3VX98vUu6aKtGTmZz8 { background-color:#fb0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffeae3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.6875rem;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:21.436199188233rem;left:0rem;display:none; }
#dnwwkpWSXQKOHM0NANPP1qSKvbFxZ9KE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#suQhx7tbDEZoEPmJEPD9awECgu8WTv9W { background-color:#fb0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffeae3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.6875rem;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:19.373779296875rem;left:47.467041015625rem;display:none; }
#TwufMM2cCDIoDSKsrC8pox9dWThG8lJe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Fs3sRA9IHZf2FE49NLzcfN3JHmtBbwOP { color:#0078c4;display:block;width:63.99875rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:2.81103515625rem;left:5.466796875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I0Z8lQTt8XE33hkPVeMC9a2MPqeT19hL { color:#0078c4;display:block;width:63.9975rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100004;line-height:1.5;letter-spacing:0;top:6.029296875rem;left:5.46826171875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vzQD8sxpOl3HTnyNkeagNTGDf6ZhORWw { color:#0c2361;display:block;width:8.3105625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:18.0625rem;left:60.625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wJ0IA7zBdQhTPEo7iDMbrOqEBnsqRck6 { position:absolute;display:block;z-index:100041;background-color:#fb0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.75rem;top:18.625rem;left:63rem;display:block; }
#TiTUmk5A3Nvudfs7nsDaX9s3mTF6nvEz { color:#0c2361;display:block;width:7.7480625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:18.625rem;left:7.125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q4PM11EKUZee3PzSK4OHHOCExJucbo3k { color:#0c2361;display:block;width:7.7470625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:18.3125rem;left:26.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hccIohKcrkiD2UiFzIuUldUfH8nDV6iO { position:absolute;display:block;z-index:100042;background-color:#fb0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:3.75rem;top:18.9365234375rem;left:28.8125rem;display:block; }
#Hu6mKDLH78o2MBrOSJWHozelJg5fVonT { position:absolute;display:block;z-index:100044;background-color:#fb0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.75rem;top:19.25rem;left:9.125rem;display:block; }
#hoMsHaALdI7T5hFr7iS5UAsKeBoyl4uE { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:amiri;font-size:0.875rem;font-weight:400;z-index:100045;line-height:1.3;letter-spacing:0;top:16.1875rem;left:4.125rem;height:2.2753875rem;font-style:normal;display:block; }
#WwNfGqPfp16zXUxpv04e9IFavwx1f4xw { position:absolute;display:block;z-index:100018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.25rem 0.5625rem rgba(0,0,0,0.5) ;height:10.9375rem;width:15rem;top:11.25rem;left:57.25rem;display:block; }
#hvhv5N9TlZpPvDc1ih3MEBV3vNbtloUa { color:#000000;display:block;width:13.125rem;position:absolute;font-family:amiri;font-size:0.8125rem;font-weight:400;z-index:100046;line-height:1.3;letter-spacing:0;top:15.6875rem;left:58.1875rem;height:2.11181875rem;font-style:normal;display:block; }
#BuaefuiHho3Hluidcx7AlfBleBqUqDRq { position:absolute;display:block;z-index:100019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.25rem 0.5625rem rgba(0,0,0,0.5) ;height:10.9375rem;width:15rem;top:11.25rem;left:40.25rem;display:block; }
#wXyTHmw0Fi85BgHZeJMxJ2WRAxbPdKWb { position:absolute;display:block;z-index:100020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.25rem 0.5625rem rgba(0,0,0,0.5) ;height:10.9375rem;width:15rem;top:11.25rem;left:23.0625rem;display:block; }
#KTm2dGhCZD9aCkR4bnlEJqu4CWsJTrTM { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:amiri;font-size:0.875rem;font-weight:400;z-index:100046;line-height:1.3;letter-spacing:0;top:15.662109375rem;left:24.65625rem;height:2.2753875rem;font-style:normal;display:block; }
#TV5B8mWVWC0Tpu3eSbgwfUqDy75PScDM { position:absolute;display:block;z-index:100019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.25rem 0.5625rem rgba(0,0,0,0.5) ;height:10.9375rem;width:15rem;top:11.25rem;left:40.25rem;display:none; }
#X1Z0Ax7Z2iP3mcPdX6uXZDMewu8kUwJf { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.25rem 0.5625rem rgba(0,0,0,0.5) ;height:6.31225rem;width:20.3125rem;top:1.75rem;left:27.375rem;display:none; }
#qCxstpyCefTyfNHqCzf6QLDqlnPB96TZ { position:absolute;display:block;z-index:100011;background-color:rgba(229,230,255,0.4);background-image:none;border-top:0.1875rem solid #5d92ff;border-left:0.1875rem solid #5d92ff;border-right:0.1875rem solid #5d92ff;border-bottom:0.1875rem solid #5d92ff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:22.0625rem;width:27.75rem;top:0.84375rem;left:23.4375rem;display:none; }
#XbTygSXzokXysRTThu7kUmrZu8tHuswO { color:#e1097d;display:block;width:14.24925rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:2.6875rem;left:30.375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dxFPfJG3KU5knNoDGsgdr8GLJn14NGqf { color:#0c2361;display:block;width:7.749rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:5.5625rem;left:33.625rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qcthuJidnEuQHsBLqKBKgrvfzsUteHWT { background-color:#fb0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffeae3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.686525rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:8.5rem;left:34.0625rem;display:none; }
#TWu3W2txOUIycB3cJGaIP1FxEX0K8utJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ke1dzcJ2UQK27LSc1nii5KakdkiVHDnc { color:#000000;display:block;width:28rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:13rem;left:23.5rem;height:2.923825rem;text-align:center;text-align-last:center;display:none; }
#Ia8h6JewhEbeATVxr5Sf54am09MUC1U8 { color:#000000;display:block;width:28rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:16.8125rem;left:23.5rem;height:4.38574375rem;text-align:center;text-align-last:center;display:none; }
#SIr1oTLTPv5Qyh9T2BTF82XDgOw846yK { background-color:#fb0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffeae3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.6875rem;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:19.373779296875rem;left:47.467041015625rem;display:none; }
#xKKbkWNEM3PpHF9NemvuFH7SZWbdhTXG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;z-index:auto;display:block; }#VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB > .row .container { background-color: transparent; background-image: none; }#VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB > .row .container > .video-iframe-container { display: none; }#VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB > .row > .video-iframe-container { display: none; }#VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB > .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); }#VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB > .row .container { border-width: 0; border-radius: 0; }#VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB > .row .container { font-size:0.875rem;font-family:"open sans";height:25.8125rem;width:75rem;position:relative;display:block; }#zt5wLBK2KeXKsyeH5V3OUvR2GHFx5QII { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.25rem 0.5625rem rgba(0,0,0,0.5) ;height:6.31225rem;width:20.3125rem;top:1.75rem;left:27.375rem;display:block; }
#SckRI1Hp2GtVq8J3IrdmNio243SxpfTr { color:#0c2361;display:block;width:7.749rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:5.5625rem;left:33.625rem;height:1.86889375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R4ZfAI3qEBleQrEVnxNLE6dd5ZfFhibo { background-color:#fb0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffeae3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.686525rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:8.5rem;left:34.0625rem;display:block; }
#hUidIyD9XOmKCfF2wXMDeTQq88z2veR9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yUNlfC3axmbCOE0VyGcqL1OTJcM5Qil4 { color:#e1097d;display:block;width:14.24925rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:2.6875rem;left:30.375rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EurQJMgfOI390gCci2UzhZykTAgt0emx { color:#405466;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:100043;line-height:1.3;letter-spacing:0;top:4.6223964691162rem;left:55.031251907349rem;height:7.0088rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#xsIixMlZFW6KvX8z55RCW3nXysrh2dwy { color:#0d1976;display:block;width:18.5rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:1.75rem;left:53.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z6z6ZePipX9kk7rkaaiE2VqUMRJkRTcJ { color:#000000;display:block;width:28rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:13rem;left:23.5rem;height:1.5249rem;text-align:center;text-align-last:center;display:block; }
#akl47yrdThS0RXzePBmSin6wpVv0WDW0 { position:absolute;display:block;z-index:100011;background-color:rgba(229,230,255,0.4);background-image:none;border-top:0.1875rem solid #5d92ff;border-left:0.1875rem solid #5d92ff;border-right:0.1875rem solid #5d92ff;border-bottom:0.1875rem solid #5d92ff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:22.0625rem;width:27.75rem;top:0.84375rem;left:23.4375rem;display:block; }
#pcERWHQupv3HanWo9r5OV4OboGTP5SGa { color:#000000;display:block;width:28rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:16.8125rem;left:23.5rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#NFCkFh4K1phlEfLD4KUDftPHMuzTXD9m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;z-index:auto;display:block; }#NFCkFh4K1phlEfLD4KUDftPHMuzTXD9m > .row .container { background-color: transparent; background-image: none; }#NFCkFh4K1phlEfLD4KUDftPHMuzTXD9m::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NFCkFh4K1phlEfLD4KUDftPHMuzTXD9m > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NFCkFh4K1phlEfLD4KUDftPHMuzTXD9m > .row .container > .video-iframe-container { display: none; }#NFCkFh4K1phlEfLD4KUDftPHMuzTXD9m > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NFCkFh4K1phlEfLD4KUDftPHMuzTXD9m > .row > .video-iframe-container { display: none; }#NFCkFh4K1phlEfLD4KUDftPHMuzTXD9m > .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); }#NFCkFh4K1phlEfLD4KUDftPHMuzTXD9m > .row .container { border-width: 0; border-radius: 0; }#NFCkFh4K1phlEfLD4KUDftPHMuzTXD9m > .row .container { font-size:0.875rem;font-family:"open sans";height:19.8125rem;width:75rem;position:relative;display:block; }#mFOKiHd3uUihmTqGsJEViQebOB06PVXi { color:#2fb0ad;display:block;width:21.1875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:5.3749980926514rem;left:34.738283157349rem;height:7.4340625rem;font-style:normal;text-align:right;text-align-last:right;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; }
#yV4VRxoTUs9tu7OuUl0r5q1hewGI1Jai { color:#0d1976;display:block;width:16.3125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:1.2070293426514rem;left:39.696615219116rem;height:2.03125rem;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; }
#sNzXCEFQFyJbnsklvIm6UiFoQtIOznaP { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.4375rem;width:13.4375rem;top:3.12451171875rem;left:58.1396484375rem;overflow:hidden;display:block; }
#cE3OR9cmCbt19KymE4OxgbVFdTTnIGK5 { color:#035cac;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:3.18603515625rem;left:37.1865234375rem;height:;text-align:right;text-align-last:right;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; }
#azyTQts25yDyuAdbznLiwDkT4T7HkkWE { background-color:#fb0303;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.1237rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:14.519529342651rem;left:21.562501907349rem;display:block; }
#zkS1sVvQr8sA5FRKT3D3iGIVTs2rBM2v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#L7yscEW0NTpxT28ErybffmITL70WslLU { position:relative;display:block; }#L7yscEW0NTpxT28ErybffmITL70WslLU { background-color: transparent; background-image: none; }#L7yscEW0NTpxT28ErybffmITL70WslLU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L7yscEW0NTpxT28ErybffmITL70WslLU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L7yscEW0NTpxT28ErybffmITL70WslLU > .row .container > .video-iframe-container { display: none; }#L7yscEW0NTpxT28ErybffmITL70WslLU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L7yscEW0NTpxT28ErybffmITL70WslLU > .row > .video-iframe-container { display: none; }#L7yscEW0NTpxT28ErybffmITL70WslLU > .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); }#L7yscEW0NTpxT28ErybffmITL70WslLU { border-width: 0; border-radius: 0; }#L7yscEW0NTpxT28ErybffmITL70WslLU > .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:18.75rem;width:75rem;position:relative;display:block; }#afRRK4Qwwe2TssB9hKDBan7T5yHtQIzO { color:#2fb0ad;display:block;width:39.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.4;letter-spacing:0;top:5.2695350646972rem;left:30.687501907349rem;height:11.0229375rem;font-style:normal;text-align:right;text-align-last:right;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; }
#RhG137OHtlZh5WNlxA7qUEVVrO7fZLyE { background-color:#fb0303;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.1237rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:11.375rem;left:24.0625rem;display:block; }
#h3I21p2Xnstr5iVG6xdOt8qDsPGS0kmM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IgsSN84J8TdPSTGA7PcRrazZsJpKUsIo { color:#0d1976;display:block;width:22.059875rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:2.625rem;left:49.375rem;height:2.03125rem;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; }
#mzywNuNTzieUF1qocW33Bt8HKXTeJE1k { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:4.8125rem;left:22.875rem;height:5.2578125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EQ4gXg1A92R93hTG1FfhMzCJ9TECFysc { position:absolute;display:block;z-index:100010;background-color:#9fbfff;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.5rem rgba(0,0,0,0.5) ;height:11.3125rem;width:12.5rem;top:3.75rem;left:22.875rem;display:block; }
#dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU { position:relative;display:block; }#dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU { background-color: transparent; background-image: none; }#dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU > .row .container > .video-iframe-container { display: none; }#dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU > .row > .video-iframe-container { display: none; }#dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU > .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); }#dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU { border-width: 0; border-radius: 0; }#dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU > .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:36.125rem;width:75rem;position:relative;display:block; }#uCky2Jla2qThNKvzwbtKHMfwK3mi88yn { color:#0d1976;display:block;width:38.9375rem;position:absolute;font-family:cairo;font-size:2.8125rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:0.75rem;left:18.875rem;height:3.71850625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zGtdykZuwiEyC0mKnoh7c2JTtsGc2wvf { color:#ba0484;display:block;width:52.999125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:5.0625rem;left:12.5625rem;height:3.3120125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FbcI7vSoPuZaaUIHsNiN1xRwke9wnXwC { background-color:#ba0484;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;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:100031;text-align:center;text-align-last:center;top:10.5rem;left:29.5625rem;display:block; }
#nAEbbAmtunHPorgeqRCZfwcN16rJPhpE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FJXqTaT8B4B7bbPLD2KHuE9zNeB24nx5 { color:#0d1976;display:block;width:21.1875rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:16rem;left:43.4375rem;height:1.86889375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FgOvbHEIhESWrpwxVGVAHrqzUicnUN5a { color:#ba0484;display:block;width:51.875rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:18.75rem;left:12.9375rem;height:1.5249rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#A9znL0C3TSagpdayKKxwhH72x1XxB2MB { color:#0d1976;display:block;width:34rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:20.9375rem;left:30.8125rem;height:1.86889375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WKA3NMNt9VD0QiswrxuWBA1DkWca8HgO { color:#0d1976;display:block;width:41.4375rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100026;line-height:1.3;letter-spacing:0;top:23.5rem;left:23.3125rem;height:1.86889375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tgdK175346adLktJwraG0hdOfUGhFyK2 { color:#0d1976;display:block;width:55.4985rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100027;line-height:1.3;letter-spacing:0;top:31.43701171875rem;left:9.1875rem;height:1.86889375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NDTicJhstc3vVcxotzgcVzaXPs8UHGEn { color:#0d1976;display:block;width:55.6245rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:27.2490234375rem;left:9.0625rem;height:3.73779375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fb0ad;background-image:none;position:relative;display:block; }#agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP > .row .container { background-color: transparent; background-image: none; }#agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP > .row .container > .video-iframe-container { display: none; }#agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP > .row > .video-iframe-container { display: none; }#agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP > .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); }#agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP > .row .container { border-width: 0; border-radius: 0; }#agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#DyBBM7pQ0IhJTUnqh8leqZG4f55PahwT { color:#ffffff;display:block;width:22.7470625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:7.6875rem;left:27.25rem;height:1.20019375rem;text-align:center;text-align-last:center;display:block; }
#vNpMbcmhoAgrAJBWPW07t8rO185XkCJo { box-sizing:content-box;color:#fbfeff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:1.125rem;left:52.75rem;display:none; }
#SXT6L9SAZnxnLE2vT9loZxFxdKoN1hNg { color:#ffffff;display:block;width:41.74925rem;position:absolute;font-family:tajawal;font-size:1.4375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:1.75rem;left:16.625rem;height:0;text-align:center;text-align-last:center;display:none; }
#mly3sATa0TVwpADF1mqxtXst1pqxdQxB { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.249025rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:3.43359375rem;left:41.8125rem;display:block; }
#zUhN6fpfy1HZaNChmKqZqWqEA2W8Ty8p { color:#ffffff;display:block;width:10.8730625rem;position:absolute;font-family:tajawal;font-size:1.4375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:3.625rem;left:32.0625rem;height:1.86889375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu { display:block; }#fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3G0vtuCaqwUMDzym4nhlr9lZTDo9Lt3 { top:1.3125rem;left:16.21875rem;width:15.3125rem;height:4.499025rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zob5c78Tt0STMzCsTlaGg2mTpKVxoVfr { width:29.0625rem;height:2rem;top:7.75rem;left:9.34375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORH5HgZZa1uoCiyzTxEO0k19XTatgfbp { top:11.5625rem;left:10.093751907349rem;width:27.5625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XniLkeIZteHXvqwqwU7wtXXuwEbyCWtn { width:14.625rem;height:2.75rem;top:14.125rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8COzdhPrMTBBdJOgZOENyFlVndwSXfG { display:block; }
 }@media only screen and (max-width: 763px) { #U4G8gsNK6POorTXQiebTgTEt1oWcGG6H { width:14.5rem;height:2.75rem;top:14.125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftLxSSOTo0aMILR53J8SHxF2kNVxKdz9 { display:block; }
 }@media only screen and (max-width: 763px) { #Wai5iTTTQuOdWCbVbWk4WRETuc3zS35L { top:5.75rem;left:0rem;width:17.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgGheUHNpHrBxvVOCbD3B7izx9zZorGS { display:block; }#wgGheUHNpHrBxvVOCbD3B7izx9zZorGS > .row .container { width:47.75rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-input-text {padding-top: 0; padding-bottom: 0;}#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-input-select {padding-top: 0; padding-bottom: 0;}#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh {display:block;}#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #lDVv8fAlfWAthtLSyRGbTp37aL8TpzI5 {  }
 }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #baWI5veVq3nwbN45qEprWbepJmtnPrZ6 {  }
 }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #Ev1JflA0kWDXev2h11d44J1LteeJuVnG {  }
 }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #KKr208D4e8EaHECrAFCpEW2yJJ7OyHk7 {  }
 }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #tZoT0QOadvr3hwUoOpVaLLN5oVVqCOBy {  }
 }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #lUurKxF7EJ3kSmy4RE0XWEAd0d1mfK8i {  }
 }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #m1KVIGRRLCTW7amndGzVkl934nghIp8Z {  }
 }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #i12MLl7SH5Tux2r9sqRb4kaxRSfDPbxi {  }
 }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #ios0eIEUWhDdXTbdBHNGUfpTXOLPg7TA {  }
 }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #HlUU2lbUCUf6ofFAgDA7QqJtb6T4tbF6 {  }
 }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #XNTIQ3FvTnMl8WshVy99JISKZWKoH1mE {  }
 }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #gXKcP5a6LZPRFdtxcKHh3FnNi6zt2FQP {  }
 }@media only screen and (max-width: 763px) { #Mk2nRAWD8UTumztmere9ATZAoO7bBNgC { display:block; }
 }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #coi0IlPwVAuB9TTMpvIiWADTZwvo1d5J {  }
 }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #lF9QQlGQfJKmBTgsIla1bou8IMeCS7xC {  }
 }@media only screen and (max-width: 763px) { #q3LbQpH19stJtkT5cz87cbP6KrfU3Hbg { top:33.875rem;left:10.84375rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKRsA0i6uTkPrOeVIdw1TV1MoDNkA3e9 { display:block; }#TKRsA0i6uTkPrOeVIdw1TV1MoDNkA3e9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTZ1nEl2Z64Z43PqAFvS0SFAFy8hae6f { top:11.25rem;left:0rem;width:15rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNCW6gBNVi5BJxHbD5pFem4xm8uQo8sJ { top:11.5625rem;left:11.4375rem;width:12.5rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkBNQDJGIUih2MT5NE50yChQupKz6dGf { top:11.875rem;left:0rem;width:10.25rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6wrt8ZOVZZdwe1KeJHaMTLcwiqt2yNs { top:19.5rem;left:13.4384765625rem;width:7.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq11Q2wf9nlgz154UeGUanQghXQGB7mp { top:19.6875rem;left:0rem;width:7.6875rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWfMv2ub1DrFoI54cc8rnb3hlhlyMUFd { top:11.6875rem;left:28.625rem;width:11rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbQsVIKKEZ5ccGrIIO9lZHOBNwObCS4O { top:19.375rem;left:30.8125rem;width:6.5625rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGvMGUXJnwhs9rZT7NswKrgmfMPLWK2f { top:11.375rem;left:37.5625rem;width:10.1875rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEU8Hb4qKnPJHVyQciMK7OJKcmwvP7PB { top:19.6875rem;left:39.5rem;width:8.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDqPAFOyayqnMaNOv8RinFiM9VIeiBM7 { width:46.75rem;height:3.6875rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAm16W5PpE5IaMAhqzaxwH3qDtiSlp5k { display:block; }
 }@media only screen and (max-width: 763px) { #qcp320362mVgcL3VX98vUu6aKtGTmZz8 { width:6.875rem;height:3.6875rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnwwkpWSXQKOHM0NANPP1qSKvbFxZ9KE { display:block; }
 }@media only screen and (max-width: 763px) { #suQhx7tbDEZoEPmJEPD9awECgu8WTv9W { width:6.875rem;height:3.6875rem;top:19.3125rem;left:33.842041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwufMM2cCDIoDSKsrC8pox9dWThG8lJe { display:block; }
 }@media only screen and (max-width: 763px) { #Fs3sRA9IHZf2FE49NLzcfN3JHmtBbwOP { width:33.75rem;height:4.5rem;top:4.25rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I0Z8lQTt8XE33hkPVeMC9a2MPqeT19hL { width:33.75rem;height:4.5rem;top:4.25rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vzQD8sxpOl3HTnyNkeagNTGDf6ZhORWw { top:18.0625rem;left:39.5rem;width:8.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ0IA7zBdQhTPEo7iDMbrOqEBnsqRck6 { top:18.625rem;left:44rem;width:3.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiTUmk5A3Nvudfs7nsDaX9s3mTF6nvEz { top:18.625rem;left:0rem;width:7.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4PM11EKUZee3PzSK4OHHOCExJucbo3k { top:18.3125rem;left:13.1875rem;width:7.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hccIohKcrkiD2UiFzIuUldUfH8nDV6iO { top:18.875rem;left:15.1875rem;width:3.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu6mKDLH78o2MBrOSJWHozelJg5fVonT { top:19.25rem;left:0rem;width:3.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoMsHaALdI7T5hFr7iS5UAsKeBoyl4uE { top:16.1875rem;left:0rem;width:13.8125rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwNfGqPfp16zXUxpv04e9IFavwx1f4xw { top:11.25rem;left:32.75rem;width:15rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvhv5N9TlZpPvDc1ih3MEBV3vNbtloUa { top:15.6875rem;left:34.625rem;width:13.125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuaefuiHho3Hluidcx7AlfBleBqUqDRq { top:11.25rem;left:26.625rem;width:15rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXyTHmw0Fi85BgHZeJMxJ2WRAxbPdKWb { top:11.25rem;left:9.4375rem;width:15rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTm2dGhCZD9aCkR4bnlEJqu4CWsJTrTM { top:15.625rem;left:11.03125rem;width:12.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV5B8mWVWC0Tpu3eSbgwfUqDy75PScDM { top:11.25rem;left:26.625rem;width:15rem;height:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X1Z0Ax7Z2iP3mcPdX6uXZDMewu8kUwJf { top:1.75rem;left:13.75rem;width:20.3125rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qCxstpyCefTyfNHqCzf6QLDqlnPB96TZ { top:0.8125rem;left:9.8125rem;width:27.75rem;height:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XbTygSXzokXysRTThu7kUmrZu8tHuswO { top:2.6875rem;left:16.75rem;width:14.1875rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxFPfJG3KU5knNoDGsgdr8GLJn14NGqf { top:5.5625rem;left:20rem;width:7.6875rem;height:1.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qcthuJidnEuQHsBLqKBKgrvfzsUteHWT { width:6.875rem;height:3.625rem;top:8.5rem;left:20.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWu3W2txOUIycB3cJGaIP1FxEX0K8utJ { display:block; }
 }@media only screen and (max-width: 763px) { #Ke1dzcJ2UQK27LSc1nii5KakdkiVHDnc { top:13rem;left:9.875rem;width:28rem;height:2.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ia8h6JewhEbeATVxr5Sf54am09MUC1U8 { top:16.8125rem;left:9.875rem;width:28rem;height:4.375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SIr1oTLTPv5Qyh9T2BTF82XDgOw846yK { width:6.875rem;height:3.6875rem;top:19.3125rem;left:33.842041015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xKKbkWNEM3PpHF9NemvuFH7SZWbdhTXG { display:block; }
 }@media only screen and (max-width: 763px) { #VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB { display:block; }#VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zt5wLBK2KeXKsyeH5V3OUvR2GHFx5QII { top:1.75rem;left:13.75rem;width:20.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SckRI1Hp2GtVq8J3IrdmNio243SxpfTr { top:5.5625rem;left:20rem;width:7.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4ZfAI3qEBleQrEVnxNLE6dd5ZfFhibo { width:6.875rem;height:3.625rem;top:8.5rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUidIyD9XOmKCfF2wXMDeTQq88z2veR9 { display:block; }
 }@media only screen and (max-width: 763px) { #yUNlfC3axmbCOE0VyGcqL1OTJcM5Qil4 { top:2.6875rem;left:16.75rem;width:14.1875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EurQJMgfOI390gCci2UzhZykTAgt0emx { top:4.5625rem;left:33.0625rem;width:14.6875rem;height:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsIixMlZFW6KvX8z55RCW3nXysrh2dwy { width:18.5rem;height:;top:1.75rem;left:29.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6z6ZePipX9kk7rkaaiE2VqUMRJkRTcJ { top:13rem;left:9.875rem;width:28rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #akl47yrdThS0RXzePBmSin6wpVv0WDW0 { top:0.8125rem;left:9.8125rem;width:27.75rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcERWHQupv3HanWo9r5OV4OboGTP5SGa { top:16.8125rem;left:9.875rem;width:28rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFCkFh4K1phlEfLD4KUDftPHMuzTXD9m { display:block; }#NFCkFh4K1phlEfLD4KUDftPHMuzTXD9m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mFOKiHd3uUihmTqGsJEViQebOB06PVXi { width:21.1875rem;height:11.3125rem;top:5.3125rem;left:21.113283157349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV4VRxoTUs9tu7OuUl0r5q1hewGI1Jai { width:16.3125rem;height:2rem;top:1.1875rem;left:26.071615219116rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNzXCEFQFyJbnsklvIm6UiFoQtIOznaP { top:3.0625rem;left:34.3125rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE3OR9cmCbt19KymE4OxgbVFdTTnIGK5 { top:3.125rem;left:23.561197280884rem;width:17.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azyTQts25yDyuAdbznLiwDkT4T7HkkWE { width:10.125rem;height:3.0625rem;top:14.5rem;left:7.9375019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkS1sVvQr8sA5FRKT3D3iGIVTs2rBM2v { display:block; }
 }@media only screen and (max-width: 763px) { #L7yscEW0NTpxT28ErybffmITL70WslLU { display:block; }#L7yscEW0NTpxT28ErybffmITL70WslLU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afRRK4Qwwe2TssB9hKDBan7T5yHtQIzO { width:39.5625rem;height:;top:5.25rem;left:8.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhG137OHtlZh5WNlxA7qUEVVrO7fZLyE { width:10.125rem;height:3.0625rem;top:11.375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3I21p2Xnstr5iVG6xdOt8qDsPGS0kmM { display:block; }
 }@media only screen and (max-width: 763px) { #IgsSN84J8TdPSTGA7PcRrazZsJpKUsIo { width:22rem;height:2rem;top:2.625rem;left:25.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzywNuNTzieUF1qocW33Bt8HKXTeJE1k { top:4.8125rem;left:9.25rem;width:12.5rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ4gXg1A92R93hTG1FfhMzCJ9TECFysc { top:3.75rem;left:9.25rem;width:12.5rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU { display:block; }#dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCky2Jla2qThNKvzwbtKHMfwK3mi88yn { width:38.875rem;height:3.625rem;top:0.75rem;left:5.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGtdykZuwiEyC0mKnoh7c2JTtsGc2wvf { width:47.75rem;height:3.1875rem;top:5.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbcI7vSoPuZaaUIHsNiN1xRwke9wnXwC { width:17.4375rem;height:3.375rem;top:10.5rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAEbbAmtunHPorgeqRCZfwcN16rJPhpE { display:block; }
 }@media only screen and (max-width: 763px) { #FJXqTaT8B4B7bbPLD2KHuE9zNeB24nx5 { top:16rem;left:26.5625rem;width:21.1875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgOvbHEIhESWrpwxVGVAHrqzUicnUN5a { top:18.75rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9znL0C3TSagpdayKKxwhH72x1XxB2MB { top:20.9375rem;left:13.8125rem;width:33.9375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKA3NMNt9VD0QiswrxuWBA1DkWca8HgO { top:23.5rem;left:6.3125rem;width:41.4375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgdK175346adLktJwraG0hdOfUGhFyK2 { top:31.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDTicJhstc3vVcxotzgcVzaXPs8UHGEn { top:27.1875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP { display:block; }#agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyBBM7pQ0IhJTUnqh8leqZG4f55PahwT { top:7.6875rem;left:13.625rem;width:22.6875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNpMbcmhoAgrAJBWPW07t8rO185XkCJo { top:1.0625rem;left:39.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXT6L9SAZnxnLE2vT9loZxFxdKoN1hNg { top:1.6875rem;left:3rem;width:41.6875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mly3sATa0TVwpADF1mqxtXst1pqxdQxB { top:3.375rem;left:28.1875rem;width:2.1875rem;height:2.249025rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUhN6fpfy1HZaNChmKqZqWqEA2W8Ty8p { top:3.625rem;left:18.4375rem;width:10.8125rem;height:1.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu { display:block; }#fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu > .row .container { width:20rem;height:20.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3G0vtuCaqwUMDzym4nhlr9lZTDo9Lt3 { width:11.1230625rem;height:3.37305rem;top:0rem;left:4.4371448159218rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #Zob5c78Tt0STMzCsTlaGg2mTpKVxoVfr { width:20rem;height:1.29980625rem;top:6.466796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #ORH5HgZZa1uoCiyzTxEO0k19XTatgfbp { width:15.75rem;height:1.29980625rem;top:8.142578125rem;left:2.125rem;font-size:1rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #XniLkeIZteHXvqwqwU7wtXXuwEbyCWtn { width:14.625rem;height:2.75rem;top:12.5625rem;left:2.6875rem;font-size:1rem;background-color:rgba(91,206,255,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #x8COzdhPrMTBBdJOgZOENyFlVndwSXfG { display:block; }
 }@media only screen and (max-width: 763px) { #U4G8gsNK6POorTXQiebTgTEt1oWcGG6H { width:14.5rem;height:2.6875rem;top:15.8125rem;left:2.75rem;font-size:1rem;background-color:rgba(78,220,250,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #ftLxSSOTo0aMILR53J8SHxF2kNVxKdz9 { display:block; }
 }@media only screen and (max-width: 763px) { #Wai5iTTTQuOdWCbVbWk4WRETuc3zS35L { width:17.8125rem;height:11.8125rem;top:6.625rem;left:0rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #wgGheUHNpHrBxvVOCbD3B7izx9zZorGS { background-color:transparent;background-image:none;display:block; }#wgGheUHNpHrBxvVOCbD3B7izx9zZorGS > .row .container { background-color: transparent; background-image: none; }#wgGheUHNpHrBxvVOCbD3B7izx9zZorGS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wgGheUHNpHrBxvVOCbD3B7izx9zZorGS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wgGheUHNpHrBxvVOCbD3B7izx9zZorGS > .row .container > .video-iframe-container { display: none; }#wgGheUHNpHrBxvVOCbD3B7izx9zZorGS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wgGheUHNpHrBxvVOCbD3B7izx9zZorGS > .row > .video-iframe-container { display: none; }#wgGheUHNpHrBxvVOCbD3B7izx9zZorGS > .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); }#wgGheUHNpHrBxvVOCbD3B7izx9zZorGS > .row .container { width:20rem;height:53.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-regular-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;font-size:1rem;overflow:hidden; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-input-text { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-input-text {padding-top: 0; padding-bottom: 0;}#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-textarea { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-input-select { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:cairo;height:2.8125rem; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-input-select {padding-top: 0; padding-bottom: 0;}#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-input-button { width:15.8125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;height:2.9375rem;line-height:1.2;overflow:hidden;font-size:1.375rem; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-checkbox-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-container:first-of-type{padding-top:0;}#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .widget-container:last-of-type{padding-bottom:0;}#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh  { width:16.1875rem;height:auto;top:3.8125rem;left:0.65625rem; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh .radio-container { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh {display:block;}#etQXidgEMx8RM1Ep6J4tQyB0833mhZJh { width:16.1875rem;height:auto;top:3.8125rem;left:0.65625rem; }
 }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #lDVv8fAlfWAthtLSyRGbTp37aL8TpzI5 {  }
 }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #baWI5veVq3nwbN45qEprWbepJmtnPrZ6 {  }
 }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #Ev1JflA0kWDXev2h11d44J1LteeJuVnG {  }
 }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #KKr208D4e8EaHECrAFCpEW2yJJ7OyHk7 {  }
 }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #tZoT0QOadvr3hwUoOpVaLLN5oVVqCOBy {  }
 }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #lUurKxF7EJ3kSmy4RE0XWEAd0d1mfK8i {  }
 }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #m1KVIGRRLCTW7amndGzVkl934nghIp8Z {  }
 }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #i12MLl7SH5Tux2r9sqRb4kaxRSfDPbxi {  }
 }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #ios0eIEUWhDdXTbdBHNGUfpTXOLPg7TA {  }
 }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #HlUU2lbUCUf6ofFAgDA7QqJtb6T4tbF6 {  }
 }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #XNTIQ3FvTnMl8WshVy99JISKZWKoH1mE {  }
 }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #gXKcP5a6LZPRFdtxcKHh3FnNi6zt2FQP {  }
 }@media only screen and (max-width: 763px) { #Mk2nRAWD8UTumztmere9ATZAoO7bBNgC { display:block; }
 }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #coi0IlPwVAuB9TTMpvIiWADTZwvo1d5J {  }
 }@media only screen and (max-width: 763px) { #etQXidgEMx8RM1Ep6J4tQyB0833mhZJh #lF9QQlGQfJKmBTgsIla1bou8IMeCS7xC {  }
 }@media only screen and (max-width: 763px) { #q3LbQpH19stJtkT5cz87cbP6KrfU3Hbg { width:15.625rem;height:15.625rem;top:32.4091796875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKRsA0i6uTkPrOeVIdw1TV1MoDNkA3e9 { background-color:transparent;background-image:none;display:block; }#TKRsA0i6uTkPrOeVIdw1TV1MoDNkA3e9 > .row .container { background-color: transparent; background-image: none; }#TKRsA0i6uTkPrOeVIdw1TV1MoDNkA3e9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TKRsA0i6uTkPrOeVIdw1TV1MoDNkA3e9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TKRsA0i6uTkPrOeVIdw1TV1MoDNkA3e9 > .row .container > .video-iframe-container { display: none; }#TKRsA0i6uTkPrOeVIdw1TV1MoDNkA3e9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TKRsA0i6uTkPrOeVIdw1TV1MoDNkA3e9 > .row > .video-iframe-container { display: none; }#TKRsA0i6uTkPrOeVIdw1TV1MoDNkA3e9 > .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); }#TKRsA0i6uTkPrOeVIdw1TV1MoDNkA3e9 > .row .container { width:20rem;height:89.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTZ1nEl2Z64Z43PqAFvS0SFAFy8hae6f { width:9rem;height:6.9375rem;top:7.9375rem;left:0.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #gNCW6gBNVi5BJxHbD5pFem4xm8uQo8sJ { width:7.625rem;height:2.5996125rem;top:31.75rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkBNQDJGIUih2MT5NE50yChQupKz6dGf { width:8.4375rem;height:2.5996125rem;top:8rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6wrt8ZOVZZdwe1KeJHaMTLcwiqt2yNs { width:6.5625rem;height:1.29980625rem;top:39.8125rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq11Q2wf9nlgz154UeGUanQghXQGB7mp { width:6.5625rem;height:1.29980625rem;top:16.0615234375rem;left:6.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWfMv2ub1DrFoI54cc8rnb3hlhlyMUFd { width:8.25rem;height:2.5996125rem;top:47rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbQsVIKKEZ5ccGrIIO9lZHOBNwObCS4O { width:6.5625rem;height:1.54296875rem;top:52.125rem;left:6.71875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGvMGUXJnwhs9rZT7NswKrgmfMPLWK2f { width:7.875rem;height:2.5996125rem;top:19.125rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEU8Hb4qKnPJHVyQciMK7OJKcmwvP7PB { width:6.5625rem;height:1.29980625rem;top:27.1875rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDqPAFOyayqnMaNOv8RinFiM9VIeiBM7 { width:6.875rem;height:3.6875rem;top:67.875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RAm16W5PpE5IaMAhqzaxwH3qDtiSlp5k { display:block; }
 }@media only screen and (max-width: 763px) { #qcp320362mVgcL3VX98vUu6aKtGTmZz8 { width:15.9375rem;height:3.6875rem;top:76.25rem;left:1.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dnwwkpWSXQKOHM0NANPP1qSKvbFxZ9KE { display:block; }
 }@media only screen and (max-width: 763px) { #suQhx7tbDEZoEPmJEPD9awECgu8WTv9W { width:16.5rem;height:3.6875rem;top:57.8125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwufMM2cCDIoDSKsrC8pox9dWThG8lJe { display:block; }
 }@media only screen and (max-width: 763px) { #Fs3sRA9IHZf2FE49NLzcfN3JHmtBbwOP { width:18.9355625rem;height:3rem;top:0.625rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1rem;color:#0c2361;display:block; }
 }@media only screen and (max-width: 763px) { #I0Z8lQTt8XE33hkPVeMC9a2MPqeT19hL { width:17.25rem;height:3rem;top:3.6236979365349rem;left:1.3750000596046rem;text-align:center;text-align-last:center;font-size:1rem;color:#0c2361;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vzQD8sxpOl3HTnyNkeagNTGDf6ZhORWw { width:8.25rem;height:1.29980625rem;top:25.625rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ0IA7zBdQhTPEo7iDMbrOqEBnsqRck6 { width:3.125rem;height:0.125rem;top:26.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiTUmk5A3Nvudfs7nsDaX9s3mTF6nvEz { width:7.6875rem;height:1.29980625rem;top:14.76171875rem;left:6.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4PM11EKUZee3PzSK4OHHOCExJucbo3k { width:7.6875rem;height:1.29980625rem;top:38.3125rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hccIohKcrkiD2UiFzIuUldUfH8nDV6iO { width:3.75rem;height:0.1875rem;top:15.3173828125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu6mKDLH78o2MBrOSJWHozelJg5fVonT { width:3.75rem;height:0.125rem;top:39.0625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoMsHaALdI7T5hFr7iS5UAsKeBoyl4uE { width:13.3125rem;height:0.9746125rem;top:12.23046875rem;left:3.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwNfGqPfp16zXUxpv04e9IFavwx1f4xw { width:15rem;height:10.5rem;top:18.9375rem;left:2.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hvhv5N9TlZpPvDc1ih3MEBV3vNbtloUa { width:13.125rem;height:2.111325rem;top:22.125rem;left:3.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuaefuiHho3Hluidcx7AlfBleBqUqDRq { width:15rem;height:10.9375rem;top:31rem;left:3.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wXyTHmw0Fi85BgHZeJMxJ2WRAxbPdKWb { width:13.875rem;height:10.4375rem;top:7.5rem;left:3.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KTm2dGhCZD9aCkR4bnlEJqu4CWsJTrTM { width:11.25rem;height:2.2734375rem;top:35.25rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV5B8mWVWC0Tpu3eSbgwfUqDy75PScDM { width:15rem;height:10.9375rem;top:45.125rem;left:2.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-size:auto !important;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #X1Z0Ax7Z2iP3mcPdX6uXZDMewu8kUwJf { width:15.0625rem;height:6.25rem;top:65.54296875rem;left:1.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-size:auto !important;z-index:100030;display:none; }
 }@media only screen and (max-width: 763px) { #qCxstpyCefTyfNHqCzf6QLDqlnPB96TZ { width:19.625rem;height:16.625rem;top:63.25rem;left:0.375rem;background-color:transparent;background-image:none;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #XbTygSXzokXysRTThu7kUmrZu8tHuswO { width:14.1875rem;height:1.4619125rem;top:64.625rem;left:2.90625rem;font-size:1.125rem;z-index:100033;display:block; }
 }@media only screen and (max-width: 763px) { #dxFPfJG3KU5knNoDGsgdr8GLJn14NGqf { width:7.6875rem;height:1.70605625rem;top:77.25rem;left:6.71875rem;font-size:1.3125rem;z-index:100039;display:block; }
 }@media only screen and (max-width: 763px) { #qcthuJidnEuQHsBLqKBKgrvfzsUteHWT { width:6.875rem;height:3.625rem;top:83.4609375rem;left:7.5625rem;font-size:1rem;z-index:100049;display:none; }
 }@media only screen and (max-width: 763px) { #TWu3W2txOUIycB3cJGaIP1FxEX0K8utJ { display:block; }
 }@media only screen and (max-width: 763px) { #Ke1dzcJ2UQK27LSc1nii5KakdkiVHDnc { width:20rem;height:1.13671875rem;top:68.1875rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;z-index:100051;display:block; }
 }@media only screen and (max-width: 763px) { #Ia8h6JewhEbeATVxr5Sf54am09MUC1U8 { width:20rem;height:2.6806625rem;top:72.0625rem;left:0rem;font-size:0.6875rem;font-weight:400;font-style:normal;z-index:100052;display:block; }
 }@media only screen and (max-width: 763px) { #SIr1oTLTPv5Qyh9T2BTF82XDgOw846yK { width:16.5rem;height:3.6875rem;top:84.0625rem;left:2.3125rem;font-size:1rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #xKKbkWNEM3PpHF9NemvuFH7SZWbdhTXG { display:block; }
 }@media only screen and (max-width: 763px) { #VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB { display:block; }#VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zt5wLBK2KeXKsyeH5V3OUvR2GHFx5QII { width:15.0625rem;height:6.25rem;top:2.625rem;left:2.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #SckRI1Hp2GtVq8J3IrdmNio243SxpfTr { width:7.6875rem;height:0;top:6.4375rem;left:6.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4ZfAI3qEBleQrEVnxNLE6dd5ZfFhibo { width:6.875rem;height:3.625rem;top:8.875rem;left:6.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUidIyD9XOmKCfF2wXMDeTQq88z2veR9 { display:block; }
 }@media only screen and (max-width: 763px) { #yUNlfC3axmbCOE0VyGcqL1OTJcM5Qil4 { width:14.1875rem;height:0;top:3.5625rem;left:3rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EurQJMgfOI390gCci2UzhZykTAgt0emx { width:14.6875rem;height:5.199225rem;top:4.1875rem;left:4.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xsIixMlZFW6KvX8z55RCW3nXysrh2dwy { width:18.5rem;height:1.625rem;top:1.125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6z6ZePipX9kk7rkaaiE2VqUMRJkRTcJ { width:20rem;height:0;top:12.5625rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #akl47yrdThS0RXzePBmSin6wpVv0WDW0 { width:19.625rem;height:18.875rem;top:1.75rem;left:0rem;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #pcERWHQupv3HanWo9r5OV4OboGTP5SGa { width:20rem;height:0;top:16.125rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #NFCkFh4K1phlEfLD4KUDftPHMuzTXD9m { display:block; }#NFCkFh4K1phlEfLD4KUDftPHMuzTXD9m > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mFOKiHd3uUihmTqGsJEViQebOB06PVXi { width:18.624rem;height:8.57225rem;top:19.8125rem;left:0.625rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV4VRxoTUs9tu7OuUl0r5q1hewGI1Jai { width:16.3125rem;height:1.29980625rem;top:15.9990234375rem;left:1.8427734375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNzXCEFQFyJbnsklvIm6UiFoQtIOznaP { width:13.4375rem;height:13.4375rem;top:1.7431640625rem;left:3.27978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE3OR9cmCbt19KymE4OxgbVFdTTnIGK5 { width:17.8125rem;height:1.29980625rem;top:18.4375rem;left:1.625rem;font-size:1rem;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #azyTQts25yDyuAdbznLiwDkT4T7HkkWE { width:10.125rem;height:3.0625rem;top:29.2291875rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkS1sVvQr8sA5FRKT3D3iGIVTs2rBM2v { display:block; }
 }@media only screen and (max-width: 763px) { #L7yscEW0NTpxT28ErybffmITL70WslLU { display:block; }#L7yscEW0NTpxT28ErybffmITL70WslLU > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afRRK4Qwwe2TssB9hKDBan7T5yHtQIzO { width:19.437rem;height:16.360375rem;top:3.8125rem;left:0rem;text-align:right;text-align-last:right;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #RhG137OHtlZh5WNlxA7qUEVVrO7fZLyE { width:6.9986875rem;height:2.1237rem;top:29.623698234558rem;left:6.5000002980231rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3I21p2Xnstr5iVG6xdOt8qDsPGS0kmM { display:block; }
 }@media only screen and (max-width: 763px) { #IgsSN84J8TdPSTGA7PcRrazZsJpKUsIo { width:16.3125rem;height:1.29980625rem;top:1.8125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzywNuNTzieUF1qocW33Bt8HKXTeJE1k { width:12.5rem;height:6.499rem;top:22.75rem;left:3.7500002980233rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EQ4gXg1A92R93hTG1FfhMzCJ9TECFysc { width:12.5rem;height:10.9375rem;top:21.625rem;left:3.75rem;background-color:#0c8f98;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU { display:block; }#dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCky2Jla2qThNKvzwbtKHMfwK3mi88yn { width:19.9995rem;height:1.94921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGtdykZuwiEyC0mKnoh7c2JTtsGc2wvf { width:19.9995rem;height:5.5234375rem;top:4.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #FbcI7vSoPuZaaUIHsNiN1xRwke9wnXwC { width:17.4375rem;height:3.375rem;top:10.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAEbbAmtunHPorgeqRCZfwcN16rJPhpE { display:block; }
 }@media only screen and (max-width: 763px) { #FJXqTaT8B4B7bbPLD2KHuE9zNeB24nx5 { width:19.9995rem;height:1.3808625rem;top:15.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #FgOvbHEIhESWrpwxVGVAHrqzUicnUN5a { width:19.9995rem;height:1.7871125rem;top:17.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #A9znL0C3TSagpdayKKxwhH72x1XxB2MB { width:19.9995rem;height:2.76171875rem;top:20.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #WKA3NMNt9VD0QiswrxuWBA1DkWca8HgO { width:19.9995rem;height:2.76171875rem;top:22.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #tgdK175346adLktJwraG0hdOfUGhFyK2 { width:19.9986875rem;height:2.76171875rem;top:31.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #NDTicJhstc3vVcxotzgcVzaXPs8UHGEn { width:19.9986875rem;height:4.142575rem;top:26.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP { display:block; }#agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyBBM7pQ0IhJTUnqh8leqZG4f55PahwT { width:20rem;height:0.9746125rem;top:7.935546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNpMbcmhoAgrAJBWPW07t8rO185XkCJo { width:3.125rem;height:3.125rem;top:2.4136276245117rem;left:15.812067091465rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SXT6L9SAZnxnLE2vT9loZxFxdKoN1hNg { width:13.186875rem;height:3.0859375rem;top:2.5119361877441rem;left:1.6866319775581rem;text-align:right;text-align-last:right;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mly3sATa0TVwpADF1mqxtXst1pqxdQxB { width:3.186525rem;height:3.186525rem;top:3.279296875rem;left:13.1552734375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUhN6fpfy1HZaNChmKqZqWqEA2W8Ty8p { width:9.375rem;height:2.2744125rem;top:3.736328125rem;left:3.0673828125rem;text-align:right;text-align-last:right;font-size:1.75rem;display:block; }
 }