.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;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); }#EzDDF6y6xIy9P1fXVCSdiAqDw7d6b1uk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#EzDDF6y6xIy9P1fXVCSdiAqDw7d6b1uk > .row .container { background-color: transparent; background-image: none; }#EzDDF6y6xIy9P1fXVCSdiAqDw7d6b1uk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EzDDF6y6xIy9P1fXVCSdiAqDw7d6b1uk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EzDDF6y6xIy9P1fXVCSdiAqDw7d6b1uk > .row .container > .video-iframe-container { display: none; }#EzDDF6y6xIy9P1fXVCSdiAqDw7d6b1uk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EzDDF6y6xIy9P1fXVCSdiAqDw7d6b1uk > .row > .video-iframe-container { display: none; }#EzDDF6y6xIy9P1fXVCSdiAqDw7d6b1uk > .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); }#EzDDF6y6xIy9P1fXVCSdiAqDw7d6b1uk > .row .container { border-width: 0; border-radius: 0; }#EzDDF6y6xIy9P1fXVCSdiAqDw7d6b1uk > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;position:relative;display:block; }#pk9G0cq9XRIHbqgAQnJ5PTJXTmqHo4AN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4987rem;width:15.3125rem;top:0.25rem;left:22.311199188233rem;overflow:hidden;display:block; }
#D11WvtunXnSUsQrEzEfUtF1Fa4KTkV8c { 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 #474848;border-left:0.125rem solid #474848;border-right:0.125rem solid #474848;border-bottom:0.125rem solid #474848;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.8125rem;text-decoration:none;z-index:100069;text-align:center;text-align-last:center;top:6.1243491172791rem;left:47.621746063233rem;display:block; }
#td7v1OiIeMVicqnvEWKpBUF94xOQt6Wq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aTgTtwunIq2d3MNUf4gXrR0IUqyFgWPU { 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 #535454;border-left:0.125rem solid #535454;border-right:0.125rem solid #535454;border-bottom:0.125rem solid #535454;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.62543375rem;height:1.6875025rem;text-decoration:none;z-index:100070;text-align:center;text-align-last:center;top:6.1241321563721rem;left:33.129341125488rem;display:block; }
#H6mTDDKBxeIz7QMWbrsZTAwEtQJmcCFK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xcKp3HRuivmhtaxiNrrtF49c7HkPch8p { 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 #4d4e4f;border-left:0.125rem solid #4d4e4f;border-right:0.125rem solid #4d4e4f;border-bottom:0.125rem solid #4d4e4f;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.62543375rem;height:1.6875025rem;text-decoration:none;z-index:100071;text-align:center;text-align-last:center;top:6.1241321563721rem;left:17.131076812744rem;display:block; }
#CZfzWFT5RlXlRZSFf5pC2gCC7e3PxxpQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EMWdXmSVoctxJVIof5tCSVosCCWRcmhW { 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 #555657;border-left:0.125rem solid #555657;border-right:0.125rem solid #555657;border-bottom:0.125rem solid #555657;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.62543375rem;height:1.6875025rem;text-decoration:none;z-index:100072;text-align:center;text-align-last:center;top:6.1848959922791rem;left:3.0023860931396rem;display:block; }
#OTIUXdmN0Jo1pxPlkKCq8RSdyrNya7lh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gOubi21yTWaEueOz8O8rMpbaJDZWq9ED { position:absolute;display:block;z-index:99999;background-color:rgba(185,185,186,8);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;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;height:3.125rem;width:60rem;top:5.437283039093rem;left:0rem;display:block; }
#si2TteAvvhAvOgoyK9Jw2llsCb3PbaW1 { position:absolute;display:block;z-index:99999;background-color:rgba(185,185,186,8);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;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;height:3.125rem;width:60rem;top:5.437283039093rem;left:0rem;display:block; }
#uK1Ibt0bFv0CUWsJkvtPBEvaOXo3Wf2K { position:absolute;display:block;z-index:99999;background-color:rgba(185,185,186,8);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;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;height:3.125rem;width:60rem;top:5.437283039093rem;left:0rem;display:block; }
#VN7uBBeSSTaMskMnPvPOWr7pFefoZehI { position:absolute;display:block;z-index:99999;background-color:rgba(185,185,186,8);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;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;height:3.125rem;width:60rem;top:5.437283039093rem;left:0rem;display:block; }
#fac15TagLpbLbAkX6lxwhihRyWbwx4UV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bfbcb9;background-image:url("https://images.assets-landingi.com/PXGY3cg1/stock_photo_female_ophthalmologist_examining_kid_eyes.jfif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fac15TagLpbLbAkX6lxwhihRyWbwx4UV.adaptive-delivery-prevent-bg, #fac15TagLpbLbAkX6lxwhihRyWbwx4UV.lazyload, #fac15TagLpbLbAkX6lxwhihRyWbwx4UV.lazyloading { background-image: none; }#fac15TagLpbLbAkX6lxwhihRyWbwx4UV > .row .container { background-color: transparent; background-image: none; }#fac15TagLpbLbAkX6lxwhihRyWbwx4UV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fac15TagLpbLbAkX6lxwhihRyWbwx4UV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fac15TagLpbLbAkX6lxwhihRyWbwx4UV > .row .container > .video-iframe-container { display: none; }#fac15TagLpbLbAkX6lxwhihRyWbwx4UV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fac15TagLpbLbAkX6lxwhihRyWbwx4UV > .row > .video-iframe-container { display: none; }#fac15TagLpbLbAkX6lxwhihRyWbwx4UV > .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); }#fac15TagLpbLbAkX6lxwhihRyWbwx4UV > .row .container { border-width: 0; border-radius: 0; }#fac15TagLpbLbAkX6lxwhihRyWbwx4UV > .row .container { font-size:0.875rem;font-family:arial;height:50.6875rem;width:60rem;position:relative;display:block; }#vF5G1bJX7vvzrTWfOyLCLTST8rSePOkF { position:absolute;display:block;z-index:100008;background-color:#50bbd3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:25.75rem;width:23.125rem;top:9.34375rem;left:33.5rem;display:block; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-form-header {  }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.1875rem;font-weight:700;color:#000000;width:18.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1.1;font-style:normal; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.75rem;box-sizing:border-box;height:2.625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-input-text {padding-top: 0; padding-bottom: 0;}#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-input-select { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.75rem;box-sizing:border-box;height:2.75rem;color:#161616;font-family:cairo;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-input-select {padding-top: 0; padding-bottom: 0;}#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#e1096b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:18.75rem;height:2.875rem;font-family:cairo;overflow:hidden;line-height:1; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:17.5625rem;overflow:hidden;font-style:normal; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .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; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.625rem;vertical-align:middle;font-family:cairo;font-size:0.75rem;font-weight:700;color:#3c3c3c;overflow:hidden;font-style:normal;line-height:2.1; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-container:first-of-type{padding-top:0;}#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-container:last-of-type{padding-bottom:0;}#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:34.4375rem;top:10.6875rem;z-index:100064;position:absolute; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.75rem;display:block;vertical-align:top; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-info-text { display:block;height:auto;font-family:cairo;font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I {display:block;}#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:34.4375rem;top:10.6875rem;z-index:100064;position:absolute; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #JTmx5Th7O2CzGiDy9RnlQcuT6akishCT { position:relative; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #zaPrtgOU9zDrFAtDzAGoyNT6wWsOtBJy { position:relative; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #etN1rPzssKofckMTRWA2bE7eTEVfG0ic { position:relative; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #x9hJTQf9xI4Qp7lXDMGB5Gw59ED8nuIW { position:relative; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #WN2TeoetBibl0BeOKFRCoNCZhRrBd59p { position:relative; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #BGwaQfP0q3G92utG93wu0bzWu4vdmryG { position:relative; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #H95PzQWw4H4MtfkSMCkpmZTQ2y2ADf2a { position:relative; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #ZSdt7TvbnTAxZkN7yTL2b4XoaJdI3aJw { position:relative; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #R6SiM7mxnfygNPhky3VGbw1mBdpOgXsc { position:relative; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #pWezUmv3BKMpXXsGkOxqbo62JKRvnB3o { position:relative; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #E9TaokeSIIGTUuwUaeSmaOwlwgH36tx8 { position:relative; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #yPB38xGPDEyvxMH8krXRJdTzbdkBHqIW { position:relative; }
#Qm95ZfZRTEi7Sqeh6rOrqVMETPudkzXf { position:relative;display:block; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #ID8d5E2U1bRnEc1Tg1i5hfpJ4GrH5SpL { position:relative; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #Fo0q0TITQaaBu6JiHl4Rzv3l5P3nk3BO { position:relative; }
#P7ltoZNdn67La2z8w6xRu0lV5uU7wB9D { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100065;line-height:1.3;letter-spacing:0;top:9.9375rem;left:40.3125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QhLIzOcWPFyZ8ZE7GkCTXbbSWkBwsthJ { position:absolute;display:block;z-index:100007;background-color:rgba(9,8,8,0.77);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:8.0625rem;width:25.4375rem;top:3.75rem;left:2.375rem;display:block; }
#yQHbLTcqAfboGUCiGpGivCOceR46AcsQ { color:#fafdff;display:block;width:25rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100066;line-height:1.4;letter-spacing:0;top:4.3125rem;left:2.375rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GsTXlOf9KkoUFH25qLkfipqliZcOD1d7 { color:#e1096b;display:block;width:24.4355625rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:0.6865234375rem;left:0rem;height:;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; }
#b0qcunIlIkS2goJrIpquOFFpUl1zIEQ8 { z-index:100002;top:46.7490234375rem;left:34.21875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.6865rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yct7t7QUEZMkmRa9V63cUwBi2yKVDcER { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pFtLSwNgQyoFg1p6rotC58UasoTbXDaK { position:absolute;display:block;z-index:100084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:25rem;top:26.5625rem;left:0rem;overflow:hidden;display:block; }
#lK13IsTRBPKBf7kLT5zex1KikDv7BrQp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.48);background-image:none;position:relative;display:block; }#lK13IsTRBPKBf7kLT5zex1KikDv7BrQp > .row .container { background-color: transparent; background-image: none; }#lK13IsTRBPKBf7kLT5zex1KikDv7BrQp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lK13IsTRBPKBf7kLT5zex1KikDv7BrQp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lK13IsTRBPKBf7kLT5zex1KikDv7BrQp > .row .container > .video-iframe-container { display: none; }#lK13IsTRBPKBf7kLT5zex1KikDv7BrQp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lK13IsTRBPKBf7kLT5zex1KikDv7BrQp > .row > .video-iframe-container { display: none; }#lK13IsTRBPKBf7kLT5zex1KikDv7BrQp > .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); }#lK13IsTRBPKBf7kLT5zex1KikDv7BrQp > .row .container { border-width: 0; border-radius: 0; }#lK13IsTRBPKBf7kLT5zex1KikDv7BrQp > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:60rem;position:relative;display:block; }#c0gVTXzsM69TWxQsarffT6efMGmmJJlx { color:#08639d;display:block;width:3.561525rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:2.125rem;left:50.25rem;height:4.0625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tETtMpUFJV61W1M3l7ri5vAxaLNoFM3W { color:#e1096b;display:block;width:11.25rem;position:absolute;font-family:cairo;font-size:5.625rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:2.625rem;left:43.375rem;height:7.3125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Wau31smmtwUbiM2FexiMfoC62kL8243A { color:#0c6eac;display:block;width:9.8730625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:4.28125rem;left:35.0625rem;height:;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ITONX9on7gR7E9LyCUETWtl4O6fklNmJ { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.75rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:22.25rem;left:12.7783203125rem;height:4.548825rem;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; }
#a62VKGDLFXVPVnuad3N7oL9Ow4T55z7n { background-color:#e1096b;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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:4.0625rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:12.185546875rem;left:35.9375rem;display:block; }
#zgP80fCrPUnWtvEoNTfTGxRB2TJOgiKV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#D7omnQNTCmnA2mVAelG3zz4h53bftKET { background-color:#0780dc;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:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:3.1875rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:29.9365234375rem;left:9.5908203125rem;display:block; }
#G3q2XMAgZuWwpKFJ5B2SsCgrsMxrCz8p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gsb5WGogGgCRmMvyO8DxVNB1z8lvHqRh { color:#0d70ae;display:block;width:21.125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:8.935546875rem;left:35.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nMdOpVuI6kr7b3oHPuLQtoKEUMaxOwA8 { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem #000000 ;height:11.75rem;width:23.3125rem;top:3.4375rem;left:6.2177734375rem;display:block; }#nMdOpVuI6kr7b3oHPuLQtoKEUMaxOwA8.adaptive-delivery-prevent-bg, #nMdOpVuI6kr7b3oHPuLQtoKEUMaxOwA8.lazyload, #nMdOpVuI6kr7b3oHPuLQtoKEUMaxOwA8.lazyloading { background-image: none; }
#cOtJ20hJMSBn6ebuTh0cszCFDJZ1V5SQ { color:#1799eb;display:block;width:18.6230625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:6.685546875rem;left:8.5615234375rem;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; }
#TkJswtOxaTWFVOaCB3gvE049B4OAldvE { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem #000000 ;height:12.1875rem;width:16.3125rem;top:19.3125rem;left:37.5615234375rem;display:block; }#TkJswtOxaTWFVOaCB3gvE049B4OAldvE.adaptive-delivery-prevent-bg, #TkJswtOxaTWFVOaCB3gvE049B4OAldvE.lazyload, #TkJswtOxaTWFVOaCB3gvE049B4OAldvE.lazyloading { background-image: none; }
#dF4Fv9kDkZhhWQI1MMOti81g7LKof2m6 { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:21.599609375rem;left:40.5625rem;height:4.38574375rem;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; }
#LNp4sCCtu1xzmafTrC3gOVVG643EgIdp { background-color:#0780dc;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:3.375rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:13.904296875rem;left:8.3115234375rem;display:block; }
#JPHkvLk2WBoOuVV6w4H3CJXAVxchoWlJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pHiOg11k8y2qbG0J2fd3a153kc29Naw6 { background-color:#0780dc;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:3.375rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:29.1875rem;left:37.1240234375rem;display:block; }
#S8ALiCFiQsMPo4el2GkPvPuXSzontniy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TlBlCOPIOEobP8ailW2GeTPQgP6t1bnF { color:#000000;display:block;width:15.375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:4.4375rem;left:10.1865234375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yIXo2NZ0S0hwXPVZQmlvM3cTTPDXTGu1 { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem #000000 ;height:12.1875rem;width:16.3125rem;top:19.3125rem;left:10.125rem;display:block; }#yIXo2NZ0S0hwXPVZQmlvM3cTTPDXTGu1.adaptive-delivery-prevent-bg, #yIXo2NZ0S0hwXPVZQmlvM3cTTPDXTGu1.lazyload, #yIXo2NZ0S0hwXPVZQmlvM3cTTPDXTGu1.lazyloading { background-image: none; }
#SaPWB3JJuowgg9tdCMB7ed37vaJ1OJl5 { position:relative;display:block; }#SaPWB3JJuowgg9tdCMB7ed37vaJ1OJl5 { background-color: transparent; background-image: none; }#SaPWB3JJuowgg9tdCMB7ed37vaJ1OJl5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SaPWB3JJuowgg9tdCMB7ed37vaJ1OJl5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SaPWB3JJuowgg9tdCMB7ed37vaJ1OJl5 > .row .container > .video-iframe-container { display: none; }#SaPWB3JJuowgg9tdCMB7ed37vaJ1OJl5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SaPWB3JJuowgg9tdCMB7ed37vaJ1OJl5 > .row > .video-iframe-container { display: none; }#SaPWB3JJuowgg9tdCMB7ed37vaJ1OJl5 > .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); }#SaPWB3JJuowgg9tdCMB7ed37vaJ1OJl5 { border-width: 0; border-radius: 0; }#SaPWB3JJuowgg9tdCMB7ed37vaJ1OJl5 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.375rem;width:60rem;position:relative;display:block; }#oklhnpDsQUPabxn1VaWcnxS7MqfBXe51 { color:#1799eb;display:block;width:19.4998125rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:2.375rem;left:20.1875rem;height:2.4375rem;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; }
#NhNIM996BwksCIpcGrEcxlOPsNCWSfOL { position:absolute;display:block;z-index:100009;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0e9ae5;border-left:0.125rem solid #0e9ae5;border-right:0.125rem solid #0e9ae5;border-bottom:0.125rem solid #0e9ae5;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;height:3.6875rem;width:21.9375rem;top:1.75rem;left:19.0625rem;display:block; }
#agrDKdvJxt8VISWdTf9RwLMTJPxOfGAw { color:#1799eb;display:block;width:18.4375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:18.608942985534rem;left:20.781251907349rem;height:1.625rem;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; }
#AVvi5yyTDoAIGbQQurdPZqCqOwi5aBCD { color:#1799eb;display:block;width:14.124375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:18.608942985534rem;left:42.842885971069rem;height:1.625rem;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; }
#labtLtsXzTiClNznxUXCW02sBI77ZAem { color:#1799eb;display:block;width:12.6855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:18.608942985534rem;left:3.75rem;height:1.625rem;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; }
#T3f9MmN0TqArmkuPPLTreSrQgr9z7AJZ { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:7.8125rem;width:13.4375rem;top:8.5616302490238rem;left:43.186849594116rem;overflow:hidden;display:block; }
#ec741r295tDO4sZiIPa9wT2mmfB4zEGm { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:7.8125rem;width:13.4375rem;top:8.43684387207rem;left:23.374567031861rem;overflow:hidden;display:block; }
#SprUbgogNQtMwbmgZDafQK62c1GDTxzO { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:7.8125rem;width:13.4375rem;top:8.4997787475588rem;left:3.3745670318604rem;overflow:hidden;display:block; }
#WRz8mKmwMTiilBScckZ0kTXX1UZZtbON { color:#1799eb;display:block;width:14.5615rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:21.33203125rem;left:43.1865234375rem;height:6.8203125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hr5iqNpQh3b7TPEQEUm7pm1l8coL78Lu { color:#1799eb;display:block;width:19.249rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:20.76953125rem;left:20.78125rem;height:7.957rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MuFeqExmgoVweofxyXq3hF6fHiPKLJxq { color:#1799eb;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:21.33203125rem;left:2.8125rem;height:4.546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XR4Fq1tCByxtV421Q8zUvSSIxCCBDg9f { color:#1799eb;display:block;width:34.874rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:32.3046875rem;left:12.5615234375rem;height:1.625rem;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; }
#ilPgVr8K366BopMs7zbgthVX6nTURaXD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5d5d9;background-image:none;position:relative;display:block; }#ilPgVr8K366BopMs7zbgthVX6nTURaXD > .row .container { background-color: transparent; background-image: none; }#ilPgVr8K366BopMs7zbgthVX6nTURaXD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ilPgVr8K366BopMs7zbgthVX6nTURaXD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ilPgVr8K366BopMs7zbgthVX6nTURaXD > .row .container > .video-iframe-container { display: none; }#ilPgVr8K366BopMs7zbgthVX6nTURaXD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ilPgVr8K366BopMs7zbgthVX6nTURaXD > .row > .video-iframe-container { display: none; }#ilPgVr8K366BopMs7zbgthVX6nTURaXD > .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); }#ilPgVr8K366BopMs7zbgthVX6nTURaXD > .row .container { border-width: 0; border-radius: 0; }#ilPgVr8K366BopMs7zbgthVX6nTURaXD > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:60rem;position:relative;display:block; }#UtKn9915RmTLdXDkvPA2JiM6yGqXrpCw { color:#000000;display:block;width:24.6230625rem;position:absolute;font-family:kids;font-size:2.8125rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:27.09375rem;left:16.0625rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TLPKSokQlIOIoRr1kFxUzsb3TBTn2UL8 { color:#1799eb;display:block;width:29.125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:7.5rem;left:26.84375rem;height:8.7715rem;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;font-style:normal;display:block; }
#Uos9R8SZ8zA9KAZLt2LrxPf7DiMUWKik { color:#e1093f;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:1.0625rem;left:42.3125rem;height:1.94921875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dgJQuV1TzMJTusqLOhl0MsC4OI4a3K3w { color:#030304;display:block;width:16.936875rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:3.7901477813721rem;left:40.68359375rem;height:1.70605625rem;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; }
#Pi1hAR6N8AElB9XVQ79rM3hdM9IZE4pA { color:#e1093f;display:block;width:23.375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:15.4375rem;left:32.65625rem;height:11.8203rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#l4SN0IGh1obwMScdSi99uUM4dODhiqbz { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.4375rem;width:16.3125rem;top:1.0625rem;left:3.125rem;overflow:hidden;display:block; }
#xZTI2fREUHndUZsiEs7LJaKRVFshcK6X { color:#1799eb;display:block;width:52.5rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:36.9375rem;left:4.71484375rem;height:13.0771375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#y1W3yf1616OgPK5TmTA5tlTvKbdSWtPH { color:#000000;display:block;width:42.625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:31.9375rem;left:7.71875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xvTe0cZmPQz3UcdrSebp9Igb1F6lClgB { position:relative;display:block; }#xvTe0cZmPQz3UcdrSebp9Igb1F6lClgB { background-color: transparent; background-image: none; }#xvTe0cZmPQz3UcdrSebp9Igb1F6lClgB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xvTe0cZmPQz3UcdrSebp9Igb1F6lClgB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xvTe0cZmPQz3UcdrSebp9Igb1F6lClgB > .row .container > .video-iframe-container { display: none; }#xvTe0cZmPQz3UcdrSebp9Igb1F6lClgB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xvTe0cZmPQz3UcdrSebp9Igb1F6lClgB > .row > .video-iframe-container { display: none; }#xvTe0cZmPQz3UcdrSebp9Igb1F6lClgB > .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); }#xvTe0cZmPQz3UcdrSebp9Igb1F6lClgB { border-width: 0; border-radius: 0; }#xvTe0cZmPQz3UcdrSebp9Igb1F6lClgB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#VhkdQonL5lWI94Jz075wfgh46AG0skib { color:#405466;display:block;width:41.4375rem;position:absolute;font-family:kids;font-size:1.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:4.9852437973022rem;left:18.000217437744rem;height:11.3725rem;text-align:right;text-align-last:right;display:block; }
#xqInqvCi2IRqNaCUh5MnTqN3PkU5pIXa { background-color:#e1096b;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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:2.9375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:12.8125rem;left:3.875rem;display:block; }
#a4TD73kZ68nLbca0X8zHfeGDveiETela { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uBvmBVqikgL5ILds6h0N4RbJ4BDH5uMB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:3.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0rem;left:23.75rem;height:4.14355625rem;text-align:center;text-align-last:center;display:block; }
#LcvTnLZEvZvD40EdBR03m43hEKcg4qrw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fb0ad;background-image:none;position:relative;display:block; }#LcvTnLZEvZvD40EdBR03m43hEKcg4qrw > .row .container { background-color: transparent; background-image: none; }#LcvTnLZEvZvD40EdBR03m43hEKcg4qrw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LcvTnLZEvZvD40EdBR03m43hEKcg4qrw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LcvTnLZEvZvD40EdBR03m43hEKcg4qrw > .row .container > .video-iframe-container { display: none; }#LcvTnLZEvZvD40EdBR03m43hEKcg4qrw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LcvTnLZEvZvD40EdBR03m43hEKcg4qrw > .row > .video-iframe-container { display: none; }#LcvTnLZEvZvD40EdBR03m43hEKcg4qrw > .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); }#LcvTnLZEvZvD40EdBR03m43hEKcg4qrw > .row .container { border-width: 0; border-radius: 0; }#LcvTnLZEvZvD40EdBR03m43hEKcg4qrw > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#T0ZkQ6HZf00cDcM0rlURFwdbQHeDyqnc { color:#ffffff;display:block;width:22.747375rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:10.3125rem;left:20.125rem;height:1.13725rem;text-align:center;text-align-last:center;display:block; }
#i0hRvMkhSeIiKTJDnTL2ZJTxgHg3i614 { 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:45.25rem;display:block; }
#BJ2Lm2J7iyx37sMlF8PhyFgBnF0IOcqM { color:#ffffff;display:block;width:41.749rem;position:absolute;font-family:tajawal;font-size:1.4375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:1.7529296875rem;left:9.1240234375rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#uzdT1Xu5o1kBaWIz9ncPwCN6E62T9d22 { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.24975625rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:4.8125rem;left:45.6875rem;display:block; }
#fhTvgGyymce1dss1FpTcZOqtkCSxq0KS { color:#ffffff;display:block;width:10.874rem;position:absolute;font-family:tajawal;font-size:1.4375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:5.0625rem;left:35.5625rem;height:1.8684875rem;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) { #EzDDF6y6xIy9P1fXVCSdiAqDw7d6b1uk { display:block; }#EzDDF6y6xIy9P1fXVCSdiAqDw7d6b1uk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pk9G0cq9XRIHbqgAQnJ5PTJXTmqHo4AN { top:0.25rem;left:16.186199188233rem;width:15.3125rem;height:4.4987rem;display:block; }
 }@media only screen and (max-width: 763px) { #D11WvtunXnSUsQrEzEfUtF1Fa4KTkV8c { width:8.75rem;height:1.8125rem;top:6.0625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #td7v1OiIeMVicqnvEWKpBUF94xOQt6Wq { display:block; }
 }@media only screen and (max-width: 763px) { #aTgTtwunIq2d3MNUf4gXrR0IUqyFgWPU { width:8.625rem;height:1.6875rem;top:6.0625rem;left:27.004341125488rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6mTDDKBxeIz7QMWbrsZTAwEtQJmcCFK { display:block; }
 }@media only screen and (max-width: 763px) { #xcKp3HRuivmhtaxiNrrtF49c7HkPch8p { width:8.625rem;height:1.6875rem;top:6.0625rem;left:11.006076812744rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZfzWFT5RlXlRZSFf5pC2gCC7e3PxxpQ { display:block; }
 }@media only screen and (max-width: 763px) { #EMWdXmSVoctxJVIof5tCSVosCCWRcmhW { width:8.625rem;height:1.6875rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTIUXdmN0Jo1pxPlkKCq8RSdyrNya7lh { display:block; }
 }@media only screen and (max-width: 763px) { #gOubi21yTWaEueOz8O8rMpbaJDZWq9ED { top:5.375rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #si2TteAvvhAvOgoyK9Jw2llsCb3PbaW1 { top:5.375rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uK1Ibt0bFv0CUWsJkvtPBEvaOXo3Wf2K { top:5.375rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VN7uBBeSSTaMskMnPvPOWr7pFefoZehI { top:5.375rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fac15TagLpbLbAkX6lxwhihRyWbwx4UV { display:block; }#fac15TagLpbLbAkX6lxwhihRyWbwx4UV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vF5G1bJX7vvzrTWfOyLCLTST8rSePOkF { top:9.3125rem;left:24.625rem;width:23.125rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I  { width:18.75rem;height:auto; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I {display:block;}#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I { width:18.75rem;height:auto; }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #JTmx5Th7O2CzGiDy9RnlQcuT6akishCT {  }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #zaPrtgOU9zDrFAtDzAGoyNT6wWsOtBJy {  }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #etN1rPzssKofckMTRWA2bE7eTEVfG0ic {  }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #x9hJTQf9xI4Qp7lXDMGB5Gw59ED8nuIW {  }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #WN2TeoetBibl0BeOKFRCoNCZhRrBd59p {  }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #BGwaQfP0q3G92utG93wu0bzWu4vdmryG {  }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #H95PzQWw4H4MtfkSMCkpmZTQ2y2ADf2a {  }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #ZSdt7TvbnTAxZkN7yTL2b4XoaJdI3aJw {  }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #R6SiM7mxnfygNPhky3VGbw1mBdpOgXsc {  }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #pWezUmv3BKMpXXsGkOxqbo62JKRvnB3o {  }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #E9TaokeSIIGTUuwUaeSmaOwlwgH36tx8 {  }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #yPB38xGPDEyvxMH8krXRJdTzbdkBHqIW {  }
 }@media only screen and (max-width: 763px) { #Qm95ZfZRTEi7Sqeh6rOrqVMETPudkzXf { display:block; }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #ID8d5E2U1bRnEc1Tg1i5hfpJ4GrH5SpL {  }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #Fo0q0TITQaaBu6JiHl4Rzv3l5P3nk3BO {  }
 }@media only screen and (max-width: 763px) { #P7ltoZNdn67La2z8w6xRu0lV5uU7wB9D { top:9.9375rem;left:34.1875rem;width:12.5rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhLIzOcWPFyZ8ZE7GkCTXbbSWkBwsthJ { top:3.75rem;left:0rem;width:25.4375rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQHbLTcqAfboGUCiGpGivCOceR46AcsQ { top:4.3125rem;left:0rem;width:25rem;height:7rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsTXlOf9KkoUFH25qLkfipqliZcOD1d7 { width:24.375rem;height:2.8125rem;top:0.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0qcunIlIkS2goJrIpquOFFpUl1zIEQ8 { top:46.6875rem;left:26.125rem;width:21.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yct7t7QUEZMkmRa9V63cUwBi2yKVDcER { display:block; }
 }@media only screen and (max-width: 763px) { #pFtLSwNgQyoFg1p6rotC58UasoTbXDaK { top:26.5625rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK13IsTRBPKBf7kLT5zex1KikDv7BrQp { display:block; }#lK13IsTRBPKBf7kLT5zex1KikDv7BrQp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0gVTXzsM69TWxQsarffT6efMGmmJJlx { width:3.5rem;height:4rem;top:2.125rem;left:44.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tETtMpUFJV61W1M3l7ri5vAxaLNoFM3W { width:11.25rem;height:7.3125rem;top:2.625rem;left:36.5rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wau31smmtwUbiM2FexiMfoC62kL8243A { width:9.8125rem;height:;top:4.25rem;left:28.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITONX9on7gR7E9LyCUETWtl4O6fklNmJ { width:11rem;height:4.5rem;top:22.25rem;left:6.6533203125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a62VKGDLFXVPVnuad3N7oL9Ow4T55z7n { width:20.3125rem;height:4.0625rem;top:12.125rem;left:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zgP80fCrPUnWtvEoNTfTGxRB2TJOgiKV { display:block; }
 }@media only screen and (max-width: 763px) { #D7omnQNTCmnA2mVAelG3zz4h53bftKET { width:17.125rem;height:3.1875rem;top:29.875rem;left:3.4658203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3q2XMAgZuWwpKFJ5B2SsCgrsMxrCz8p { display:block; }
 }@media only screen and (max-width: 763px) { #gsb5WGogGgCRmMvyO8DxVNB1z8lvHqRh { width:21.125rem;height:3.25rem;top:8.875rem;left:26.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMdOpVuI6kr7b3oHPuLQtoKEUMaxOwA8 { width:23.3125rem;height:11.75rem;top:3.4375rem;left:0.0927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOtJ20hJMSBn6ebuTh0cszCFDJZ1V5SQ { width:18.5625rem;height:;top:6.625rem;left:2.4365234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkJswtOxaTWFVOaCB3gvE049B4OAldvE { width:16.3125rem;height:12.1875rem;top:19.3125rem;left:31.4365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF4Fv9kDkZhhWQI1MMOti81g7LKof2m6 { width:11rem;height:5.8125rem;top:21.5625rem;left:34.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNp4sCCtu1xzmafTrC3gOVVG643EgIdp { width:19.125rem;height:3.375rem;top:13.875rem;left:2.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPHkvLk2WBoOuVV6w4H3CJXAVxchoWlJ { display:block; }
 }@media only screen and (max-width: 763px) { #pHiOg11k8y2qbG0J2fd3a153kc29Naw6 { width:16.75rem;height:3.375rem;top:29.1875rem;left:30.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8ALiCFiQsMPo4el2GkPvPuXSzontniy { display:block; }
 }@media only screen and (max-width: 763px) { #TlBlCOPIOEobP8ailW2GeTPQgP6t1bnF { top:4.4375rem;left:4.0615234375rem;width:15.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIXo2NZ0S0hwXPVZQmlvM3cTTPDXTGu1 { width:16.3125rem;height:12.1875rem;top:19.3125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaPWB3JJuowgg9tdCMB7ed37vaJ1OJl5 { display:block; }#SaPWB3JJuowgg9tdCMB7ed37vaJ1OJl5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oklhnpDsQUPabxn1VaWcnxS7MqfBXe51 { width:19.4375rem;height:2.4375rem;top:2.375rem;left:14.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhNIM996BwksCIpcGrEcxlOPsNCWSfOL { top:1.75rem;left:12.9375rem;width:21.9375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agrDKdvJxt8VISWdTf9RwLMTJPxOfGAw { width:18.4375rem;height:1.5625rem;top:18.5625rem;left:14.656251907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVvi5yyTDoAIGbQQurdPZqCqOwi5aBCD { width:14.0625rem;height:1.5625rem;top:18.5625rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #labtLtsXzTiClNznxUXCW02sBI77ZAem { width:12.625rem;height:1.5625rem;top:18.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3f9MmN0TqArmkuPPLTreSrQgr9z7AJZ { top:8.5rem;left:34.3125rem;width:13.4375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec741r295tDO4sZiIPa9wT2mmfB4zEGm { top:8.375rem;left:17.249567031861rem;width:13.4375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SprUbgogNQtMwbmgZDafQK62c1GDTxzO { top:8.4375rem;left:0rem;width:13.4375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRz8mKmwMTiilBScckZ0kTXX1UZZtbON { width:14.5rem;height:9rem;top:21.3125rem;left:33.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr5iqNpQh3b7TPEQEUm7pm1l8coL78Lu { width:19.1875rem;height:10.125rem;top:20.75rem;left:14.65625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuFeqExmgoVweofxyXq3hF6fHiPKLJxq { width:14.5rem;height:5.625rem;top:21.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR4Fq1tCByxtV421Q8zUvSSIxCCBDg9f { width:34.8125rem;height:1.625rem;top:32.25rem;left:6.4365234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilPgVr8K366BopMs7zbgthVX6nTURaXD { display:block; }#ilPgVr8K366BopMs7zbgthVX6nTURaXD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtKn9915RmTLdXDkvPA2JiM6yGqXrpCw { width:24.5625rem;height:3.625rem;top:27.0625rem;left:9.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLPKSokQlIOIoRr1kFxUzsb3TBTn2UL8 { top:7.5rem;left:18.625rem;width:29.125rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uos9R8SZ8zA9KAZLt2LrxPf7DiMUWKik { top:1.0625rem;left:35.25rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgJQuV1TzMJTusqLOhl0MsC4OI4a3K3w { top:3.75rem;left:30.8125rem;width:16.875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi1hAR6N8AElB9XVQ79rM3hdM9IZE4pA { top:15.4375rem;left:24.375rem;width:23.375rem;height:11.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4SN0IGh1obwMScdSi99uUM4dODhiqbz { top:1.0625rem;left:0rem;width:16.3125rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZTI2fREUHndUZsiEs7LJaKRVFshcK6X { top:36.9375rem;left:0rem;width:47.75rem;height:14.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1W3yf1616OgPK5TmTA5tlTvKbdSWtPH { top:31.9375rem;left:1.59375rem;width:42.625rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvTe0cZmPQz3UcdrSebp9Igb1F6lClgB { display:block; }#xvTe0cZmPQz3UcdrSebp9Igb1F6lClgB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhkdQonL5lWI94Jz075wfgh46AG0skib { top:4.9375rem;left:6.375rem;width:41.375rem;height:11.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqInqvCi2IRqNaCUh5MnTqN3PkU5pIXa { width:14.1875rem;height:2.9375rem;top:12.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4TD73kZ68nLbca0X8zHfeGDveiETela { display:block; }
 }@media only screen and (max-width: 763px) { #uBvmBVqikgL5ILds6h0N4RbJ4BDH5uMB { top:0rem;left:17.625rem;width:12.5rem;height:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcvTnLZEvZvD40EdBR03m43hEKcg4qrw { display:block; }#LcvTnLZEvZvD40EdBR03m43hEKcg4qrw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0ZkQ6HZf00cDcM0rlURFwdbQHeDyqnc { top:10.3125rem;left:14rem;width:22.6875rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0hRvMkhSeIiKTJDnTL2ZJTxgHg3i614 { top:1.125rem;left:39.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ2Lm2J7iyx37sMlF8PhyFgBnF0IOcqM { top:1.75rem;left:2.9990234375rem;width:41.6875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzdT1Xu5o1kBaWIz9ncPwCN6E62T9d22 { top:4.8125rem;left:39.5625rem;width:2.1875rem;height:2.24935rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhTvgGyymce1dss1FpTcZOqtkCSxq0KS { top:5.0625rem;left:29.4375rem;width:10.8125rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #EzDDF6y6xIy9P1fXVCSdiAqDw7d6b1uk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/qtueuzoN/test.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#EzDDF6y6xIy9P1fXVCSdiAqDw7d6b1uk.adaptive-delivery-prevent-bg, #EzDDF6y6xIy9P1fXVCSdiAqDw7d6b1uk.lazyload, #EzDDF6y6xIy9P1fXVCSdiAqDw7d6b1uk.lazyloading { background-image: none; }#EzDDF6y6xIy9P1fXVCSdiAqDw7d6b1uk > .row .container { background-color: transparent; background-image: none; }#EzDDF6y6xIy9P1fXVCSdiAqDw7d6b1uk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EzDDF6y6xIy9P1fXVCSdiAqDw7d6b1uk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EzDDF6y6xIy9P1fXVCSdiAqDw7d6b1uk > .row .container > .video-iframe-container { display: none; }#EzDDF6y6xIy9P1fXVCSdiAqDw7d6b1uk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EzDDF6y6xIy9P1fXVCSdiAqDw7d6b1uk > .row > .video-iframe-container { display: none; }#EzDDF6y6xIy9P1fXVCSdiAqDw7d6b1uk > .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); }#EzDDF6y6xIy9P1fXVCSdiAqDw7d6b1uk > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pk9G0cq9XRIHbqgAQnJ5PTJXTmqHo4AN { width:11.124125rem;height:3.37456875rem;top:0.5625rem;left:4.4379344582558rem;display:block; }
 }@media only screen and (max-width: 763px) { #D11WvtunXnSUsQrEzEfUtF1Fa4KTkV8c { width:7.874375rem;height:2.87435rem;top:4.755859375rem;left:6.0622830986977rem;font-size:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#000000;z-index:100078;display:block; }
 }@media only screen and (max-width: 763px) { #td7v1OiIeMVicqnvEWKpBUF94xOQt6Wq { display:block; }
 }@media only screen and (max-width: 763px) { #aTgTtwunIq2d3MNUf4gXrR0IUqyFgWPU { width:8.625rem;height:2.8125rem;top:6.40625rem;left:9.2216796875rem;font-size:1.1875rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #H6mTDDKBxeIz7QMWbrsZTAwEtQJmcCFK { display:block; }
 }@media only screen and (max-width: 763px) { #xcKp3HRuivmhtaxiNrrtF49c7HkPch8p { width:8.75024625rem;height:2.3125025rem;top:8.6241321563719rem;left:11.124132215977rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZfzWFT5RlXlRZSFf5pC2gCC7e3PxxpQ { display:block; }
 }@media only screen and (max-width: 763px) { #EMWdXmSVoctxJVIof5tCSVosCCWRcmhW { width:8.43774625rem;height:2.12478375rem;top:8.6545143127444rem;left:0.62391489744186rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTIUXdmN0Jo1pxPlkKCq8RSdyrNya7lh { display:block; }
 }@media only screen and (max-width: 763px) { #gOubi21yTWaEueOz8O8rMpbaJDZWq9ED { width:9.6875rem;height:2.5rem;top:4.875rem;left:5.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0.6);border-left:0.0625rem solid rgba(0,0,0,0.6);border-right:0.0625rem solid rgba(0,0,0,0.6);border-bottom:0.0625rem solid rgba(0,0,0,0.6);box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;z-index:100075;display:block; }
 }@media only screen and (max-width: 763px) { #si2TteAvvhAvOgoyK9Jw2llsCb3PbaW1 { width:7.5rem;height:1.375rem;top:4.6875rem;left:1.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0.6);border-left:0.0625rem solid rgba(0,0,0,0.6);border-right:0.0625rem solid rgba(0,0,0,0.6);border-bottom:0.0625rem solid rgba(0,0,0,0.6);box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;z-index:100076;display:none; }
 }@media only screen and (max-width: 763px) { #uK1Ibt0bFv0CUWsJkvtPBEvaOXo3Wf2K { width:7.5rem;height:1.375rem;top:7.25rem;left:11.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0.6);border-left:0.0625rem solid rgba(0,0,0,0.6);border-right:0.0625rem solid rgba(0,0,0,0.6);border-bottom:0.0625rem solid rgba(0,0,0,0.6);box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;z-index:100076;display:none; }
 }@media only screen and (max-width: 763px) { #VN7uBBeSSTaMskMnPvPOWr7pFefoZehI { width:7.5rem;height:1.375rem;top:7.25rem;left:1.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0.6);border-left:0.0625rem solid rgba(0,0,0,0.6);border-right:0.0625rem solid rgba(0,0,0,0.6);border-bottom:0.0625rem solid rgba(0,0,0,0.6);box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;z-index:100077;display:none; }
 }@media only screen and (max-width: 763px) { #fac15TagLpbLbAkX6lxwhihRyWbwx4UV { display:block; }#fac15TagLpbLbAkX6lxwhihRyWbwx4UV { background-color: transparent; background-image: none; }#fac15TagLpbLbAkX6lxwhihRyWbwx4UV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fac15TagLpbLbAkX6lxwhihRyWbwx4UV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fac15TagLpbLbAkX6lxwhihRyWbwx4UV > .row .container > .video-iframe-container { display: none; }#fac15TagLpbLbAkX6lxwhihRyWbwx4UV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fac15TagLpbLbAkX6lxwhihRyWbwx4UV > .row > .video-iframe-container { display: none; }#fac15TagLpbLbAkX6lxwhihRyWbwx4UV > .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); }#fac15TagLpbLbAkX6lxwhihRyWbwx4UV > .row .container { width:20rem;height:66.1875rem;background-color:rgba(162,220,244,0.1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vF5G1bJX7vvzrTWfOyLCLTST8rSePOkF { width:16.5625rem;height:31.9375rem;top:1.3125rem;left:1.8125rem;z-index:100040;display:none; }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-form-header {  }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.875rem;font-weight:bold;color:#444444;width:14.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1.3; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-input-text { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.5625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top;text-align:right;text-align-last:right; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-input-text {padding-top: 0; padding-bottom: 0;}#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-textarea { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top;text-align:right;text-align-last:right; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-input-select { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.5625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-input-select {padding-top: 0; padding-bottom: 0;}#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-input-button { background-color:#e1096b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:14.5625rem;height:2.8125rem;font-family:montserrat;overflow:hidden; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I [class*="-text"]:-moz-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I [class*="-text"]::-moz-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:13.375rem;overflow:hidden;font-style:normal; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .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; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .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:quicksand;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;text-align:right;text-align-last:right; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-container:first-of-type{padding-top:0;}#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-container:last-of-type{padding-bottom:0;}#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I  { background-color:#50bbd3;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.561625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:1.4680989384651rem;top:13.279079914093rem;z-index:100041; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:14.5625rem;display:block;vertical-align:top; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I {display:block;}#b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I { background-color:#50bbd3;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.561625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:1.4680989384651rem;top:13.279079914093rem;z-index:100041; }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #JTmx5Th7O2CzGiDy9RnlQcuT6akishCT {  }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #zaPrtgOU9zDrFAtDzAGoyNT6wWsOtBJy {  }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #etN1rPzssKofckMTRWA2bE7eTEVfG0ic {  }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #x9hJTQf9xI4Qp7lXDMGB5Gw59ED8nuIW {  }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #WN2TeoetBibl0BeOKFRCoNCZhRrBd59p {  }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #BGwaQfP0q3G92utG93wu0bzWu4vdmryG {  }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #H95PzQWw4H4MtfkSMCkpmZTQ2y2ADf2a {  }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #ZSdt7TvbnTAxZkN7yTL2b4XoaJdI3aJw {  }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #R6SiM7mxnfygNPhky3VGbw1mBdpOgXsc {  }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #pWezUmv3BKMpXXsGkOxqbo62JKRvnB3o {  }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #E9TaokeSIIGTUuwUaeSmaOwlwgH36tx8 {  }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #yPB38xGPDEyvxMH8krXRJdTzbdkBHqIW {  }
 }@media only screen and (max-width: 763px) { #Qm95ZfZRTEi7Sqeh6rOrqVMETPudkzXf { display:block; }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #ID8d5E2U1bRnEc1Tg1i5hfpJ4GrH5SpL {  }
 }@media only screen and (max-width: 763px) { #b19TNGxDTUExFgOv5TeUnK7DPHb6Dg2I #Fo0q0TITQaaBu6JiHl4Rzv3l5P3nk3BO {  }
 }@media only screen and (max-width: 763px) { #P7ltoZNdn67La2z8w6xRu0lV5uU7wB9D { width:12.5rem;height:2.2744125rem;top:10.004341125488rem;left:3.7500000596046rem;font-size:1.75rem;color:#f4396a;display:block; }
 }@media only screen and (max-width: 763px) { #QhLIzOcWPFyZ8ZE7GkCTXbbSWkBwsthJ { width:20rem;height:9.5rem;top:13.21875rem;left:0rem;z-index:100040;display:none; }
 }@media only screen and (max-width: 763px) { #yQHbLTcqAfboGUCiGpGivCOceR46AcsQ { width:20rem;height:4.609375rem;top:4.4375rem;left:0rem;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GsTXlOf9KkoUFH25qLkfipqliZcOD1d7 { width:18.375rem;height:3.5rem;top:0rem;left:0rem;text-align:right;text-align-last:right;line-height:2;font-size:1.75rem;color:#f4396a;display:block; }
 }@media only screen and (max-width: 763px) { #b0qcunIlIkS2goJrIpquOFFpUl1zIEQ8 { top:43.261716928333rem;left:0.49893468618393rem;width:18.9994375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yct7t7QUEZMkmRa9V63cUwBi2yKVDcER { display:block; }
 }@media only screen and (max-width: 763px) { #pFtLSwNgQyoFg1p6rotC58UasoTbXDaK { width:18.75rem;height:18.75rem;top:46.69921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK13IsTRBPKBf7kLT5zex1KikDv7BrQp { background-color:rgba(255,255,255,0.37);background-image:url("https://images.assets-landingi.com/PXGY3cg1/stock_photo_female_ophthalmologist_examining_kid_eyes.jfif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lK13IsTRBPKBf7kLT5zex1KikDv7BrQp.adaptive-delivery-prevent-bg, #lK13IsTRBPKBf7kLT5zex1KikDv7BrQp.lazyload, #lK13IsTRBPKBf7kLT5zex1KikDv7BrQp.lazyloading { background-image: none; }#lK13IsTRBPKBf7kLT5zex1KikDv7BrQp > .row .container { background-color: transparent; background-image: none; }#lK13IsTRBPKBf7kLT5zex1KikDv7BrQp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lK13IsTRBPKBf7kLT5zex1KikDv7BrQp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lK13IsTRBPKBf7kLT5zex1KikDv7BrQp > .row .container > .video-iframe-container { display: none; }#lK13IsTRBPKBf7kLT5zex1KikDv7BrQp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lK13IsTRBPKBf7kLT5zex1KikDv7BrQp > .row > .video-iframe-container { display: none; }#lK13IsTRBPKBf7kLT5zex1KikDv7BrQp > .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); }#lK13IsTRBPKBf7kLT5zex1KikDv7BrQp > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0gVTXzsM69TWxQsarffT6efMGmmJJlx { width:3.499025rem;height:3.1875rem;top:2.6875rem;left:15.8125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.0625rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #tETtMpUFJV61W1M3l7ri5vAxaLNoFM3W { width:3.49935rem;height:8.75rem;top:0rem;left:8.125rem;text-align:center;text-align-last:center;line-height:2;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wau31smmtwUbiM2FexiMfoC62kL8243A { width:7.6875rem;height:3.1875rem;top:2.6875rem;left:-0.125rem;text-align:right;text-align-last:right;line-height:1.5;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #ITONX9on7gR7E9LyCUETWtl4O6fklNmJ { width:10.9980625rem;height:1.29980625rem;top:29.349609375rem;left:5.1240234375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #a62VKGDLFXVPVnuad3N7oL9Ow4T55z7n { top:53.8125rem;left:2.90625rem;width:15.433625rem;height:3.18555rem;z-index:100016;background-color:#e1096b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgP80fCrPUnWtvEoNTfTGxRB2TJOgiKV { display:block; }
 }@media only screen and (max-width: 763px) { #D7omnQNTCmnA2mVAelG3zz4h53bftKET { width:11.75rem;height:1.875rem;top:35.0625rem;left:5.125rem;background-color:#045386;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) { #G3q2XMAgZuWwpKFJ5B2SsCgrsMxrCz8p { display:block; }
 }@media only screen and (max-width: 763px) { #gsb5WGogGgCRmMvyO8DxVNB1z8lvHqRh { width:20rem;height:3.82421875rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;line-height:1.8;font-size:1.0625rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #nMdOpVuI6kr7b3oHPuLQtoKEUMaxOwA8 { width:16.375rem;height:12rem;top:37.875rem;left:2.4365234375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#nMdOpVuI6kr7b3oHPuLQtoKEUMaxOwA8.adaptive-delivery-prevent-bg, #nMdOpVuI6kr7b3oHPuLQtoKEUMaxOwA8.lazyload, #nMdOpVuI6kr7b3oHPuLQtoKEUMaxOwA8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cOtJ20hJMSBn6ebuTh0cszCFDJZ1V5SQ { width:12.875rem;height:5.19921875rem;top:42.6875rem;left:4.5615234375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #TkJswtOxaTWFVOaCB3gvE049B4OAldvE { width:14.375rem;height:10.6875rem;top:10.9375rem;left:3.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#TkJswtOxaTWFVOaCB3gvE049B4OAldvE.adaptive-delivery-prevent-bg, #TkJswtOxaTWFVOaCB3gvE049B4OAldvE.lazyload, #TkJswtOxaTWFVOaCB3gvE049B4OAldvE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dF4Fv9kDkZhhWQI1MMOti81g7LKof2m6 { width:11rem;height:5.19921875rem;top:12.625rem;left:4.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #LNp4sCCtu1xzmafTrC3gOVVG643EgIdp { width:14.8125rem;height:3.625rem;top:48.625rem;left:3.25rem;background-color:#045386;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPHkvLk2WBoOuVV6w4H3CJXAVxchoWlJ { display:block; }
 }@media only screen and (max-width: 763px) { #pHiOg11k8y2qbG0J2fd3a153kc29Naw6 { width:15.5rem;height:3.3125rem;top:19.0625rem;left:2.8125rem;background-color:#045386;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8ALiCFiQsMPo4el2GkPvPuXSzontniy { display:block; }
 }@media only screen and (max-width: 763px) { #TlBlCOPIOEobP8ailW2GeTPQgP6t1bnF { width:12.625rem;height:3.25rem;top:38.75rem;left:4.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIXo2NZ0S0hwXPVZQmlvM3cTTPDXTGu1 { width:16.3125rem;height:12.1875rem;top:23.90625rem;left:3.0615234375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#yIXo2NZ0S0hwXPVZQmlvM3cTTPDXTGu1.adaptive-delivery-prevent-bg, #yIXo2NZ0S0hwXPVZQmlvM3cTTPDXTGu1.lazyload, #yIXo2NZ0S0hwXPVZQmlvM3cTTPDXTGu1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SaPWB3JJuowgg9tdCMB7ed37vaJ1OJl5 { display:block; }#SaPWB3JJuowgg9tdCMB7ed37vaJ1OJl5 > .row .container { width:20rem;height:77.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oklhnpDsQUPabxn1VaWcnxS7MqfBXe51 { width:16.624rem;height:2.875rem;top:1.46875rem;left:1.8427734375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhNIM996BwksCIpcGrEcxlOPsNCWSfOL { width:17.3125rem;height:3.0625rem;top:1.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #agrDKdvJxt8VISWdTf9RwLMTJPxOfGAw { width:15.1865rem;height:2rem;top:36.8125rem;left:2.4052734375rem;text-align:center;text-align-last:center;line-height:2;font-size:1rem;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; }
 }@media only screen and (max-width: 763px) { #AVvi5yyTDoAIGbQQurdPZqCqOwi5aBCD { width:15.249rem;height:2rem;top:14.1875rem;left:2.3740234375rem;text-align:center;text-align-last:center;line-height:2;font-size:1rem;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; }
 }@media only screen and (max-width: 763px) { #labtLtsXzTiClNznxUXCW02sBI77ZAem { width:12.624rem;height:2rem;top:62.625rem;left:3.6865234375rem;text-align:center;text-align-last:center;line-height:2;font-size:1rem;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; }
 }@media only screen and (max-width: 763px) { #T3f9MmN0TqArmkuPPLTreSrQgr9z7AJZ { width:13.4375rem;height:7.8125rem;top:5.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec741r295tDO4sZiIPa9wT2mmfB4zEGm { width:13.4375rem;height:7.8125rem;top:27.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SprUbgogNQtMwbmgZDafQK62c1GDTxzO { width:13.4375rem;height:7.8125rem;top:53.75rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRz8mKmwMTiilBScckZ0kTXX1UZZtbON { width:18.374rem;height:7.5rem;top:16.9375rem;left:0.8115234375rem;text-align:center;text-align-last:center;line-height:2;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr5iqNpQh3b7TPEQEUm7pm1l8coL78Lu { width:19.1865rem;height:9.625rem;top:40.1875rem;left:0.4052734375rem;text-align:center;text-align-last:center;line-height:2;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuFeqExmgoVweofxyXq3hF6fHiPKLJxq { width:18.0615rem;height:6rem;top:65.5rem;left:0.9677734375rem;text-align:center;text-align-last:center;line-height:2;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR4Fq1tCByxtV421Q8zUvSSIxCCBDg9f { width:20rem;height:4rem;top:73.1240234375rem;left:0rem;text-align:center;text-align-last:center;line-height:2;font-size:1rem;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; }
 }@media only screen and (max-width: 763px) { #ilPgVr8K366BopMs7zbgthVX6nTURaXD { display:block; }#ilPgVr8K366BopMs7zbgthVX6nTURaXD > .row .container { width:20rem;height:76rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtKn9915RmTLdXDkvPA2JiM6yGqXrpCw { width:19.0625rem;height:2.03125rem;top:47.4365234375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #TLPKSokQlIOIoRr1kFxUzsb3TBTn2UL8 { width:20rem;height:8.53125rem;top:23.6982421875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uos9R8SZ8zA9KAZLt2LrxPf7DiMUWKik { width:12.5rem;height:1.94921875rem;top:1.625rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgJQuV1TzMJTusqLOhl0MsC4OI4a3K3w { width:16.9375rem;height:1.70605625rem;top:4.25rem;left:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi1hAR6N8AElB9XVQ79rM3hdM9IZE4pA { width:20rem;height:9.75rem;top:34.8232421875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4SN0IGh1obwMScdSi99uUM4dODhiqbz { width:8.5625rem;height:12.4375rem;top:8.4365234375rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZTI2fREUHndUZsiEs7LJaKRVFshcK6X { width:20rem;height:14.625rem;top:59.5087890625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1W3yf1616OgPK5TmTA5tlTvKbdSWtPH { width:20rem;height:3.65625rem;top:52.1982421875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvTe0cZmPQz3UcdrSebp9Igb1F6lClgB { display:block; }#xvTe0cZmPQz3UcdrSebp9Igb1F6lClgB > .row .container { width:20rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhkdQonL5lWI94Jz075wfgh46AG0skib { width:20rem;height:7.7988125rem;top:4.7490234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqInqvCi2IRqNaCUh5MnTqN3PkU5pIXa { top:15.125rem;left:2.90625rem;width:14.1865rem;height:2.936525rem;z-index:100016;background-color:#e1096b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4TD73kZ68nLbca0X8zHfeGDveiETela { display:block; }
 }@media only screen and (max-width: 763px) { #uBvmBVqikgL5ILds6h0N4RbJ4BDH5uMB { width:12.5rem;height:2.03125rem;top:0.6748046875rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcvTnLZEvZvD40EdBR03m43hEKcg4qrw { display:block; }#LcvTnLZEvZvD40EdBR03m43hEKcg4qrw > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0ZkQ6HZf00cDcM0rlURFwdbQHeDyqnc { width:20rem;height:0.9746125rem;top:6.935546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0hRvMkhSeIiKTJDnTL2ZJTxgHg3i614 { 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) { #BJ2Lm2J7iyx37sMlF8PhyFgBnF0IOcqM { width:13.186875rem;height:0;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) { #uzdT1Xu5o1kBaWIz9ncPwCN6E62T9d22 { width:3.186525rem;height:3.186525rem;top:2.591796875rem;left:12.6923828125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhTvgGyymce1dss1FpTcZOqtkCSxq0KS { width:9.375rem;height:2.2744125rem;top:3.048828125rem;left:3.3173828125rem;text-align:right;text-align-last:right;font-size:1.75rem;display:block; }
 }