.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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 > .video-iframe-container {  }#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.75rem;height:1.81206875rem;text-decoration:none;z-index:100070;text-align:center;text-align-last:center;top:6.0618491172791rem;left:36.818141937256rem;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.75rem;height:1.81206875rem;text-decoration:none;z-index:100071;text-align:center;text-align-last:center;top:6.0618491172791rem;left:25.881729125976rem;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.75rem;height:1.81206875rem;text-decoration:none;z-index:100072;text-align:center;text-align-last:center;top:6.0618491172791rem;left:15.067924499512rem;display:block; }
#OTIUXdmN0Jo1pxPlkKCq8RSdyrNya7lh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eMUZNpkFwEgw6G1i34cKT8qHtCazpaPO { 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 #5c5c5c;border-left:0.125rem solid #5c5c5c;border-right:0.125rem solid #5c5c5c;border-bottom:0.125rem solid #5c5c5c;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.81206875rem;text-decoration:none;z-index:100073;text-align:center;text-align-last:center;top:6.0618491172791rem;left:4.3177070617676rem;display:block; }
#HRSdXyKffApSe1AKB7sucr8yUV1zmIAu { 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; }
#G7xUGzFMeVD8SbByNEEA4PF0OI3Io2eN { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#fkALvBzBfWPcIXBVdh2h7VWEZgTJBAir { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#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:none; }
#OtpoXDqLWEg3umqv68JgfhtextDq9cgS { 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:none; }
#ea9V4492sxw8tXp3X8fu4LIgxDqgQ8sB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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:none; }
#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:none; }
#OLc64I8a6pxHGGvJGvxycMIalrwf6STQ { 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:none; }
#FFxQ0uZIxHTCChCSOUTPKPiIJCXgrSHw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#d5OMh6RdUV8izGmJA9K1UQEbL1mwEhT7 { 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:none; }
#nTIOnrJtqrT8eKTxW8qElxbLUnvqh3V5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G { 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; }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G.adaptive-delivery-prevent-bg, #wGdIiWtA1pFIw5XOvCpscseWh8aqc49G.lazyload, #wGdIiWtA1pFIw5XOvCpscseWh8aqc49G.lazyloading { background-image: none; }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row .container { background-color: transparent; background-image: none; }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row .container > .video-iframe-container { display: none; }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row > .video-iframe-container { display: none; }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .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); }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row .container { border-width: 0; border-radius: 0; }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row > .video-iframe-container {  }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row .container { font-size:0.875rem;font-family:arial;height:51.9375rem;width:60rem;position:relative;display:block; }#gsRTCLNKZz5sw28nTwZD8ftz5NP6r2Wk { 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:29.4995rem;width:26.499rem;top:9.90478515625rem;left:32.56103515625rem;display:block; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-form-header {  }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .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; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .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; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .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; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .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; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .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; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .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; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .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; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .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; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .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; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-container:first-of-type{padding-top:0;}#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-container:last-of-type{padding-bottom:0;}#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9  { 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.498046875rem;top:9.904296875rem;z-index:100064;position:absolute; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.75rem;display:block;vertical-align:top; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .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; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 {display:block;}#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 { 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.498046875rem;top:9.904296875rem;z-index:100064;position:absolute; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #cUDMSlWaZIqWmvFHaoukTW4BBI5SwXwM { position:relative; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #r2xtyyPHXeaXeuDoV166Tft3Hr9terua { position:relative; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #MQwFCBe1QHJXwlvuqBhVL12I3tJ5kuFO { position:relative; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #syXykRWAfeRPPyD0IJuRc5wsqChgpuZ9 { position:relative; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #s3PVfQwp5S56xxZtBqsrqOiOlzwcLKS7 { position:relative; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #b1KmzKxNMwFFCOuTm95pmypnbHdE4y5T { position:relative; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #IoxrsAIwKvqheutVOLT896u1JeRf7nnt { position:relative; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #TrXWPIVyPimfryPVWq5nTx6vxKDZXnHg { position:relative; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #Pow02TCGDcFoFfeQqwfm2RC1SnI766Md { position:relative; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #DFcl61bkB8ZbfVnaRbOVEqNkO0lPT45d { position:relative; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #GrX5AEFDW8Q9aLHSXXFHAKfIBaBKCPIG { position:relative; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #aAgNJctTLJ1hV2TK6pRbTDXT2ooLkHN6 { position:relative; }
#GnGy3un9ktNqDKH3avEVTdVxpCptk8JR { position:relative;display:block; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #r5OKEVKyoGkM72xqRyGGd27zF7D8bHx2 { position:relative; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #ntTiPDsWnAcUp11hXfGHPEWgIS08wBg2 { position:relative; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #ITuSPpBW9U5DNGiesnsIJADJTP3og0mS { position:relative; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #rXN3TsX00sO2crNWMxSTX2dxEVZfnCC4 { position:relative; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #ToMaKNaiT7m4C76pgG93FVoLvN1cuUa4 { position:relative; }
#knn10y2IUc9lEXrmMi7w6OQkFtHF1P6Q { 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:none; }
#ceKWWgN6BkQsDov5SFqcsGPWVtUiiKTy { 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; }
#cCtotCePQmmACoPb6MX3DobV0W0ShEe2 { color:#fafdff;display:block;width:25rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100066;line-height:1.4;letter-spacing:0;top:4.4140625rem;left:2.59375rem;height:6.64845rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C1R0AC9a3iv89paET9rV4p3TNeBBFGtB { 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; }
#XH3M5QC6yUqms4O9kdu5a81sKtoeIM4b { position:absolute;display:block;z-index:100084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:34.77734375rem;left:0rem;overflow:hidden;display:block; }
#HJvKql0SbPkyNFJU9x8vMF7wuLB3fd4y { background-color:#10c06e;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:9.8105625rem;height:3.374025rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:13.40625rem;left:2.375rem;display:block; }
#dTMiIZGsRTDooyyKgBhUnd0oNl8CmvgF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QKH9CXvBuTQuX2Lu85n6NBlMVQTwRaoB { box-sizing:content-box;color:#fdfeff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100073;top:14.0302734375rem;left:8.873046875rem;display:block; }
#mtByT2cmgi4bFDhezLXAgMEB7L4e8avn { box-sizing:content-box;color:#fdfeff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100074;top:1.5rem;left:34.3125rem;display:none; }
#WUZwdpZBXN5PzPqoQUkOnAGVETT37bhP { position:absolute;display:block;z-index:100182;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:13.25rem;top:45.77734375rem;left:0rem;overflow:hidden;display:block; }
#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU { 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; }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row .container { background-color: transparent; background-image: none; }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row .container > .video-iframe-container { display: none; }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row > .video-iframe-container { display: none; }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .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); }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row .container { border-width: 0; border-radius: 0; }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row > .video-iframe-container {  }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:60rem;position:relative;display:block; }#P83ExwMSkLS5JuuRJdkWNgCKnF4grXHy { 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; }
#RdlRi3ODDTXHKBr2DGDGAif1oSuF48F9 { 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; }
#HgrVDnc9ZGWn3TiB7HJSnDFWTc1aNMkq { color:#0c6eac;display:block;width:9.8730625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:4.33203125rem;left:34.9375rem;height:;font-style:normal;text-align:right;text-align-last:right;display:block; }
#AROlKPMdS1ogG9gtT5UfmtakPKUh96QG { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:23.79296875rem;left:12.6220703125rem;height:1.4625rem;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; }
#M82rhaav4XtZ0qpS1wv9GhL9HDmh8Nw2 { 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; }
#sOVwK3ERQsy5dD4e3KC6DeynxzOxPV8v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dygGLoJenHQMz3m3lxCIutKr7PuwTygk { 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:21.1875rem;height:3.1875rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:30.2490234375rem;left:8.83984375rem;display:block; }
#KPOAzNlWtqcO0NRSLile745hTbBLZFsi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lT6vkt4MTUnpSkbXTre7Cg7PFzx9gpTL { color:#0d70ae;display:block;width:21.125rem;position:absolute;font-family:cairo;font-size:1.125rem;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; }
#k88zzsdmnNnepmfNCFtJWQnxbibfIXrf { 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; }#k88zzsdmnNnepmfNCFtJWQnxbibfIXrf.adaptive-delivery-prevent-bg, #k88zzsdmnNnepmfNCFtJWQnxbibfIXrf.lazyload, #k88zzsdmnNnepmfNCFtJWQnxbibfIXrf.lazyloading { background-image: none; }
#tZPihuqzSeTMVnFKIKv7oHgqn0wgGEWZ { color:#1799eb;display:block;width:18.6230625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:7.16015625rem;left:8.8408203125rem;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; }
#izEln6oHKgxOGTr4LTEsFAsDHCgqkxzS { 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; }
#ciMphxKWlfk35MrQ8nD1byrHTSLSzNIB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#r78I81ETozQK8T4Ogl5tfJoOIdwVOvav { 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; }
#MgpCz0EDBNUKge7x629FksVosLL30igr { 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; }#MgpCz0EDBNUKge7x629FksVosLL30igr.adaptive-delivery-prevent-bg, #MgpCz0EDBNUKge7x629FksVosLL30igr.lazyload, #MgpCz0EDBNUKge7x629FksVosLL30igr.lazyloading { background-image: none; }
#RPsJMM0luy5qqG54AqDTLCcTd90AFCZm { position:absolute;display:block;z-index:100018;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:20.125rem;left:38rem;display:block; }#RPsJMM0luy5qqG54AqDTLCcTd90AFCZm.adaptive-delivery-prevent-bg, #RPsJMM0luy5qqG54AqDTLCcTd90AFCZm.lazyload, #RPsJMM0luy5qqG54AqDTLCcTd90AFCZm.lazyloading { background-image: none; }
#sf1EI7vuxHlffwxm9TuTDFmLD76KSoqJ { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:26.625rem;left:41.0625rem;height:2.923825rem;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; }
#ah4wgw0inEqOx33Jsm9hSL1Ow3ar7lGA { 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:20.125rem;height:3.1875rem;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:31.625rem;left:36.0625rem;display:block; }
#WZZu5o4p5UWRC2H41l48BEe2Mfq0wBCG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KwBTZMkGcAHMkVoysxqPobLx4RzTUv09 { color:#000000;display:block;width:15.375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:22.6875rem;left:38.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UF75HnO3ibcneizxSSp4Jzc2mHfoUTts { background-color:#10c06e;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:9.8105625rem;height:3.374025rem;text-decoration:none;z-index:100037;text-align:center;text-align-last:center;top:0.1875rem;left:27.4375rem;display:block; }
#k7JMDq0AfTgV7sXW1PIaZBTLhCq2tlQQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bB3yBQllM6rvvyRICVxJ87BWhpPBEc20 { box-sizing:content-box;color:#fdfeff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100074;top:0.6875rem;left:34.3125rem;display:block; }
#pDoVa9G1iedycTLZToIQMZtOyxB01hO8 { background-color:#10c06e;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:9.8105625rem;height:3.374025rem;text-decoration:none;z-index:100037;text-align:center;text-align-last:center;top:0.1875rem;left:27.4375rem;display:none; }
#FpOW60TgSKcNugzpsBdMWF1c1EsMmv3l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JxUMisrIwK7I8qLKsWZekscSxbXyEzHl { background-color:#10c06e;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:9.8105625rem;height:3.374025rem;text-decoration:none;z-index:100037;text-align:center;text-align-last:center;top:0.1875rem;left:27.4375rem;display:none; }
#ZipaWbobPcIPxQyTXlkCl1CSz3xfCxLg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#A1ETs5abMkrVtr83PZKfRHXV5EliooVW { box-sizing:content-box;color:#fdfeff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100074;top:0.6875rem;left:34.3125rem;display:none; }
#nlId0THmqxURenGkeodQUBgqHtsgd93U { box-sizing:content-box;color:#fdfeff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100074;top:0.6875rem;left:34.3125rem;display:none; }
#W3sC15OqWFIT1m9TBAc49S4HTym97myC { position:relative;display:block; }#W3sC15OqWFIT1m9TBAc49S4HTym97myC { background-color: transparent; background-image: none; }#W3sC15OqWFIT1m9TBAc49S4HTym97myC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3sC15OqWFIT1m9TBAc49S4HTym97myC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3sC15OqWFIT1m9TBAc49S4HTym97myC > .row .container > .video-iframe-container { display: none; }#W3sC15OqWFIT1m9TBAc49S4HTym97myC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3sC15OqWFIT1m9TBAc49S4HTym97myC > .row > .video-iframe-container { display: none; }#W3sC15OqWFIT1m9TBAc49S4HTym97myC > .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); }#W3sC15OqWFIT1m9TBAc49S4HTym97myC { border-width: 0; border-radius: 0; }#W3sC15OqWFIT1m9TBAc49S4HTym97myC > .row .container > .video-iframe-container {  }#W3sC15OqWFIT1m9TBAc49S4HTym97myC > .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:36.375rem;width:60rem;position:relative;display:block; }#HP3XOfr7RSAwI8JTCopDWiddqrRHilEw { 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; }
#W3TLhidHWeLmsP4KUklkDo9aCSUAtlCZ { 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; }
#aXQIkkeeFCbcyTfryKF62QHa9FdWrr6K { 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.6083984375rem;left:20.78125rem;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; }
#SD59pSaAw3qVgh3s9vKObck2db9Qkzuz { 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; }
#M9tGX4oQtk4QAcbgHyOJqiJKw1ZAOLuK { 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; }
#UOkFNvisxsOP9isvxFkss4dEOc8NOdot { 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; }
#h8HiCzzDuLwrqoJn1OxP7TH7Xow9pL4t { 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; }
#VsZpbqVol3VDcuTF4bnKoftPRnEmCShT { 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; }
#DJuQM4bNwlzDViRTM9N5uOeGUku4rHPk { color:#1799eb;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:22.1591796875rem;left:42.8427734375rem;height:7.389625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jq5fzEvSe1fnukHMGa4prKhBrcMV4rur { color:#1799eb;display:block;width:19.2480625rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:21.630859375rem;left:20.78125rem;height:8.4453125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vsPFgEo4fmEnyMXJAB5aATUchQLs7hNp { color:#1799eb;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:22.1591796875rem;left:2.8125rem;height:5.27831875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ni3fTVroHRATouMyh87itNL8KhrlNJhP { 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; }
#zpb11DGtuN05S8EEQ8MbedxT5EKGlvMF { background-color:#10c06e;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:9.8115rem;height:3.374025rem;text-decoration:none;z-index:100035;text-align:center;text-align-last:center;top:1.9375rem;left:2.8125rem;display:block; }
#AWtcSz1VSD5MKLGciVGC2wJbAIJeMkTK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ofxkExr5QFb16gwA9UZ8nKAghts4VaJh { box-sizing:content-box;color:#fdfeff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100072;top:2.4375rem;left:9.6875rem;display:block; }
#W9tTRB99wWPma36HhxJqWHi3kyqy9yXD { box-sizing:content-box;color:#fdfeff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100074;top:1.5rem;left:34.6875rem;display:none; }
#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5d5d9;background-image:none;position:relative;display:block; }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .row .container { background-color: transparent; background-image: none; }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .row .container > .video-iframe-container { display: none; }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .row > .video-iframe-container { display: none; }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .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); }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .row .container { border-width: 0; border-radius: 0; }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .row > .video-iframe-container {  }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:60rem;position:relative;display:block; }#McQWlUgHdXgMqTbsT98hrOBxIinpgzCI { 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; }
#hT4eGkavpHTuUvozwO993cCcCow59geV { color:#e1093f;display:block;width:14.25rem;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:40.562501907349rem;height:1.95rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#OnP1PzW5DEoRyrTNLpc6ahLChr5Xs3CM { 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.70625rem;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; }
#ggVqs4uDUADP80NAUo1BtSdaXF89azX1 { 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:8rem;left:34.30703163147rem;height:13.1572125rem;text-align:right;text-align-last:right;font-style:normal;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; }
#iy5wOJQyp7clTbt7r8z9sKAtIXimFMpI { 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:14.94530625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#z3gHFhERl5LB1MyG3s3autCi8ML6m1NE { 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; }
#vEsshrwzzqF4e2ToUGfCS7tavmSIyFLp { background-color:#10c06e;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:9.8109375rem;height:3.3734375rem;text-decoration:none;z-index:100037;text-align:center;text-align-last:center;top:3.7898435592651rem;left:7.71875rem;display:block; }
#Z5TsTLz6BCtcfQBmA8vJoLMGlbPyeT3A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#INZS41tdkoKVvPPT9o3QWZzPZTsxRS84 { box-sizing:content-box;color:#fdfeff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100074;top:4.0703125rem;left:14.77968788147rem;display:block; }
#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf { position:relative;display:block; }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf { background-color: transparent; background-image: none; }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .row .container > .video-iframe-container { display: none; }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .row > .video-iframe-container { display: none; }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .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); }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf { border-width: 0; border-radius: 0; }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .row .container > .video-iframe-container {  }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .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; }#FtXHKOTTeXa35lbN6m4b5kGGadWgpcfg { 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.3720625rem;text-align:right;text-align-last:right;display:block; }
#m2MU5JaqwO416iyJtzHm93aqi5h2egJO { 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.14375rem;text-align:center;text-align-last:center;display:block; }
#kFEk162eCi4Pg6F2cTP7ir8BhcezJxBT { background-color:#10c06e;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:9.8115rem;height:3.374025rem;text-decoration:none;z-index:100039;text-align:center;text-align-last:center;top:0.8125rem;left:13.25rem;display:block; }
#tJHXyoO7thb9Gq2vIu8QJyK3315d6U05 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DzhisvFi1OfoxdtwhTHNEEUcgcvZ4fyf { box-sizing:content-box;color:#fdfeff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100076;top:1.3125rem;left:20.125rem;display:block; }
#uwkhs7LKPFivCtaSbPVveBJdy9pBw2mu { 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:none; }
#XrDry1vT6fkyBgD3aOuzpT9zNskaJbEG { box-sizing:content-box;color:#fdfeff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100074;top:1.5625rem;left:29.875rem;display:none; }
#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 > .video-iframe-container {  }#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.13769375rem;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.75390625rem;left:10rem;height:1.86889375rem;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.86889375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #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.75rem;height:1.75rem;top:6rem;left:30.693141937256rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6mTDDKBxeIz7QMWbrsZTAwEtQJmcCFK { display:block; }
 }@media only screen and (max-width: 763px) { #xcKp3HRuivmhtaxiNrrtF49c7HkPch8p { width:8.75rem;height:1.75rem;top:6rem;left:19.756729125976rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZfzWFT5RlXlRZSFf5pC2gCC7e3PxxpQ { display:block; }
 }@media only screen and (max-width: 763px) { #EMWdXmSVoctxJVIof5tCSVosCCWRcmhW { width:8.75rem;height:1.75rem;top:6rem;left:8.9429244995119rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTIUXdmN0Jo1pxPlkKCq8RSdyrNya7lh { display:block; }
 }@media only screen and (max-width: 763px) { #eMUZNpkFwEgw6G1i34cKT8qHtCazpaPO { width:8.75rem;height:1.75rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRSdXyKffApSe1AKB7sucr8yUV1zmIAu { 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) { #G7xUGzFMeVD8SbByNEEA4PF0OI3Io2eN { display:none; }
 }@media only screen and (max-width: 763px) { #fkALvBzBfWPcIXBVdh2h7VWEZgTJBAir { display:none; }
 }@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) { #OtpoXDqLWEg3umqv68JgfhtextDq9cgS { width:8.75rem;height:1.8125rem;top:6.0625rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #ea9V4492sxw8tXp3X8fu4LIgxDqgQ8sB { display:block; }
 }@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) { #OLc64I8a6pxHGGvJGvxycMIalrwf6STQ { width:8.75rem;height:1.8125rem;top:6.0625rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #FFxQ0uZIxHTCChCSOUTPKPiIJCXgrSHw { display:block; }
 }@media only screen and (max-width: 763px) { #d5OMh6RdUV8izGmJA9K1UQEbL1mwEhT7 { width:8.75rem;height:1.8125rem;top:6.0625rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTIOnrJtqrT8eKTxW8qElxbLUnvqh3V5 { display:block; }
 }@media only screen and (max-width: 763px) { #wGdIiWtA1pFIw5XOvCpscseWh8aqc49G { display:block; }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gsRTCLNKZz5sw28nTwZD8ftz5NP6r2Wk { top:9.875rem;left:21.25rem;width:26.4375rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9  { width:18.75rem;height:auto; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 {display:block;}#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 { width:18.75rem;height:auto; }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #cUDMSlWaZIqWmvFHaoukTW4BBI5SwXwM {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #r2xtyyPHXeaXeuDoV166Tft3Hr9terua {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #MQwFCBe1QHJXwlvuqBhVL12I3tJ5kuFO {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #syXykRWAfeRPPyD0IJuRc5wsqChgpuZ9 {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #s3PVfQwp5S56xxZtBqsrqOiOlzwcLKS7 {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #b1KmzKxNMwFFCOuTm95pmypnbHdE4y5T {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #IoxrsAIwKvqheutVOLT896u1JeRf7nnt {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #TrXWPIVyPimfryPVWq5nTx6vxKDZXnHg {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #Pow02TCGDcFoFfeQqwfm2RC1SnI766Md {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #DFcl61bkB8ZbfVnaRbOVEqNkO0lPT45d {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #GrX5AEFDW8Q9aLHSXXFHAKfIBaBKCPIG {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #aAgNJctTLJ1hV2TK6pRbTDXT2ooLkHN6 {  }
 }@media only screen and (max-width: 763px) { #GnGy3un9ktNqDKH3avEVTdVxpCptk8JR { display:block; }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #r5OKEVKyoGkM72xqRyGGd27zF7D8bHx2 {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #ntTiPDsWnAcUp11hXfGHPEWgIS08wBg2 {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #ITuSPpBW9U5DNGiesnsIJADJTP3og0mS {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #rXN3TsX00sO2crNWMxSTX2dxEVZfnCC4 {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #ToMaKNaiT7m4C76pgG93FVoLvN1cuUa4 {  }
 }@media only screen and (max-width: 763px) { #knn10y2IUc9lEXrmMi7w6OQkFtHF1P6Q { top:10rem;left:0rem;width:12.5rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceKWWgN6BkQsDov5SFqcsGPWVtUiiKTy { top:3.75rem;left:0rem;width:25.4375rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCtotCePQmmACoPb6MX3DobV0W0ShEe2 { top:4.375rem;left:0rem;width:25rem;height:6.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1R0AC9a3iv89paET9rV4p3TNeBBFGtB { width:24.375rem;height:2.8125rem;top:0.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH3M5QC6yUqms4O9kdu5a81sKtoeIM4b { top:34.75rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJvKql0SbPkyNFJU9x8vMF7wuLB3fd4y { width:9.75rem;height:3.3125rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTMiIZGsRTDooyyKgBhUnd0oNl8CmvgF { display:block; }
 }@media only screen and (max-width: 763px) { #QKH9CXvBuTQuX2Lu85n6NBlMVQTwRaoB { top:14rem;left:2.748046875rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtByT2cmgi4bFDhezLXAgMEB7L4e8avn { top:1.5rem;left:28.1875rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUZwdpZBXN5PzPqoQUkOnAGVETT37bhP { top:45.75rem;left:0rem;width:13.25rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU { display:block; }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P83ExwMSkLS5JuuRJdkWNgCKnF4grXHy { width:3.5rem;height:4rem;top:2.125rem;left:44.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdlRi3ODDTXHKBr2DGDGAif1oSuF48F9 { 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) { #HgrVDnc9ZGWn3TiB7HJSnDFWTc1aNMkq { width:9.8125rem;height:;top:4.3125rem;left:28.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AROlKPMdS1ogG9gtT5UfmtakPKUh96QG { width:11rem;height:1.4375rem;top:23.75rem;left:6.4970703125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M82rhaav4XtZ0qpS1wv9GhL9HDmh8Nw2 { width:20.3125rem;height:4.0625rem;top:12.125rem;left:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sOVwK3ERQsy5dD4e3KC6DeynxzOxPV8v { display:block; }
 }@media only screen and (max-width: 763px) { #dygGLoJenHQMz3m3lxCIutKr7PuwTygk { width:21.1875rem;height:3.1875rem;top:30.1875rem;left:2.71484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPOAzNlWtqcO0NRSLile745hTbBLZFsi { display:block; }
 }@media only screen and (max-width: 763px) { #lT6vkt4MTUnpSkbXTre7Cg7PFzx9gpTL { width:21.125rem;height:2.875rem;top:8.875rem;left:26.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k88zzsdmnNnepmfNCFtJWQnxbibfIXrf { width:23.3125rem;height:11.75rem;top:3.4375rem;left:0.0927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZPihuqzSeTMVnFKIKv7oHgqn0wgGEWZ { width:18.5625rem;height:5.8125rem;top:7.125rem;left:2.7158203125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #izEln6oHKgxOGTr4LTEsFAsDHCgqkxzS { width:19.125rem;height:3.375rem;top:13.875rem;left:2.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciMphxKWlfk35MrQ8nD1byrHTSLSzNIB { display:block; }
 }@media only screen and (max-width: 763px) { #r78I81ETozQK8T4Ogl5tfJoOIdwVOvav { top:4.4375rem;left:4.0615234375rem;width:15.375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgpCz0EDBNUKge7x629FksVosLL30igr { width:16.3125rem;height:12.1875rem;top:19.3125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPsJMM0luy5qqG54AqDTLCcTd90AFCZm { width:16.3125rem;height:12.1875rem;top:20.125rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf1EI7vuxHlffwxm9TuTDFmLD76KSoqJ { width:11rem;height:2.875rem;top:26.625rem;left:34.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah4wgw0inEqOx33Jsm9hSL1Ow3ar7lGA { width:20.125rem;height:3.1875rem;top:31.625rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZZu5o4p5UWRC2H41l48BEe2Mfq0wBCG { display:block; }
 }@media only screen and (max-width: 763px) { #KwBTZMkGcAHMkVoysxqPobLx4RzTUv09 { top:22.6875rem;left:32.3125rem;width:15.375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF75HnO3ibcneizxSSp4Jzc2mHfoUTts { width:9.75rem;height:3.3125rem;top:0.1875rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7JMDq0AfTgV7sXW1PIaZBTLhCq2tlQQ { display:block; }
 }@media only screen and (max-width: 763px) { #bB3yBQllM6rvvyRICVxJ87BWhpPBEc20 { top:0.6875rem;left:28.1875rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDoVa9G1iedycTLZToIQMZtOyxB01hO8 { width:9.75rem;height:3.3125rem;top:0.1875rem;left:21.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FpOW60TgSKcNugzpsBdMWF1c1EsMmv3l { display:block; }
 }@media only screen and (max-width: 763px) { #JxUMisrIwK7I8qLKsWZekscSxbXyEzHl { width:9.75rem;height:3.3125rem;top:0.1875rem;left:21.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZipaWbobPcIPxQyTXlkCl1CSz3xfCxLg { display:block; }
 }@media only screen and (max-width: 763px) { #A1ETs5abMkrVtr83PZKfRHXV5EliooVW { top:0.6875rem;left:28.1875rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nlId0THmqxURenGkeodQUBgqHtsgd93U { top:0.6875rem;left:28.1875rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W3sC15OqWFIT1m9TBAc49S4HTym97myC { display:block; }#W3sC15OqWFIT1m9TBAc49S4HTym97myC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HP3XOfr7RSAwI8JTCopDWiddqrRHilEw { 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) { #W3TLhidHWeLmsP4KUklkDo9aCSUAtlCZ { top:1.75rem;left:12.9375rem;width:21.9375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXQIkkeeFCbcyTfryKF62QHa9FdWrr6K { width:18.4375rem;height:1.625rem;top:18.5625rem;left:14.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD59pSaAw3qVgh3s9vKObck2db9Qkzuz { width:14.0625rem;height:1.5625rem;top:18.5625rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9tGX4oQtk4QAcbgHyOJqiJKw1ZAOLuK { width:12.625rem;height:1.5625rem;top:18.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOkFNvisxsOP9isvxFkss4dEOc8NOdot { top:8.5rem;left:34.3125rem;width:13.4375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8HiCzzDuLwrqoJn1OxP7TH7Xow9pL4t { top:8.375rem;left:17.249567031861rem;width:13.4375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsZpbqVol3VDcuTF4bnKoftPRnEmCShT { top:8.4375rem;left:0rem;width:13.4375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJuQM4bNwlzDViRTM9N5uOeGUku4rHPk { width:14.5rem;height:7.375rem;top:22.125rem;left:33.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq5fzEvSe1fnukHMGa4prKhBrcMV4rur { width:19.1875rem;height:8.4375rem;top:21.625rem;left:14.65625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsPFgEo4fmEnyMXJAB5aATUchQLs7hNp { width:14.5rem;height:5.25rem;top:22.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni3fTVroHRATouMyh87itNL8KhrlNJhP { width:34.8125rem;height:1.625rem;top:32.25rem;left:6.4365234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpb11DGtuN05S8EEQ8MbedxT5EKGlvMF { width:9.75rem;height:3.3125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWtcSz1VSD5MKLGciVGC2wJbAIJeMkTK { display:block; }
 }@media only screen and (max-width: 763px) { #ofxkExr5QFb16gwA9UZ8nKAghts4VaJh { top:2.4375rem;left:3.5625rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9tTRB99wWPma36HhxJqWHi3kyqy9yXD { top:1.5rem;left:28.5625rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B { display:block; }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McQWlUgHdXgMqTbsT98hrOBxIinpgzCI { 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) { #hT4eGkavpHTuUvozwO993cCcCow59geV { top:1.0625rem;left:33.5rem;width:14.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnP1PzW5DEoRyrTNLpc6ahLChr5Xs3CM { 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) { #ggVqs4uDUADP80NAUo1BtSdaXF89azX1 { top:8rem;left:24.375rem;width:23.375rem;height:13.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy5wOJQyp7clTbt7r8z9sKAtIXimFMpI { top:36.9375rem;left:0rem;width:47.75rem;height:14.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3gHFhERl5LB1MyG3s3autCi8ML6m1NE { 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) { #vEsshrwzzqF4e2ToUGfCS7tavmSIyFLp { width:9.75rem;height:3.3125rem;top:3.75rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5TsTLz6BCtcfQBmA8vJoLMGlbPyeT3A { display:block; }
 }@media only screen and (max-width: 763px) { #INZS41tdkoKVvPPT9o3QWZzPZTsxRS84 { top:4.0625rem;left:8.65468788147rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf { display:block; }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtXHKOTTeXa35lbN6m4b5kGGadWgpcfg { top:4.9375rem;left:6.375rem;width:41.375rem;height:11.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2MU5JaqwO416iyJtzHm93aqi5h2egJO { top:0rem;left:17.625rem;width:12.5rem;height:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFEk162eCi4Pg6F2cTP7ir8BhcezJxBT { width:9.75rem;height:3.3125rem;top:0.8125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJHXyoO7thb9Gq2vIu8QJyK3315d6U05 { display:block; }
 }@media only screen and (max-width: 763px) { #DzhisvFi1OfoxdtwhTHNEEUcgcvZ4fyf { top:1.3125rem;left:14rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwkhs7LKPFivCtaSbPVveBJdy9pBw2mu { top:4.8125rem;left:39.5625rem;width:2.1875rem;height:2.24935rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XrDry1vT6fkyBgD3aOuzpT9zNskaJbEG { top:1.5625rem;left:23.75rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@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:3.875rem;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:5rem;left:29.4365234375rem;width:10.8125rem;height:1.8125rem;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:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pk9G0cq9XRIHbqgAQnJ5PTJXTmqHo4AN { width:11.124125rem;height:3.37456875rem;top:0.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D11WvtunXnSUsQrEzEfUtF1Fa4KTkV8c { width:7.875rem;height:2.875rem;top:3.9375rem;left:10.9375rem;font-size:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#ffffff;z-index:100075;display:block; }
 }@media only screen and (max-width: 763px) { #td7v1OiIeMVicqnvEWKpBUF94xOQt6Wq { display:block; }
 }@media only screen and (max-width: 763px) { #aTgTtwunIq2d3MNUf4gXrR0IUqyFgWPU { width:8.62543375rem;height:2.8125rem;top:6.4388022422787rem;left:0.62912327051162rem;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.87499625rem;height:2.74978375rem;top:19.250217437744rem;left:10.465495169162rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZfzWFT5RlXlRZSFf5pC2gCC7e3PxxpQ { display:block; }
 }@media only screen and (max-width: 763px) { #EMWdXmSVoctxJVIof5tCSVosCCWRcmhW { width:8.56249625rem;height:2.74978375rem;top:19.187284469604rem;left:0.47200518846512rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTIUXdmN0Jo1pxPlkKCq8RSdyrNya7lh { display:block; }
 }@media only screen and (max-width: 763px) { #eMUZNpkFwEgw6G1i34cKT8qHtCazpaPO { width:16.9375rem;height:3.125rem;top:12.06293463707rem;left:1.4355469346046rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HRSdXyKffApSe1AKB7sucr8yUV1zmIAu { display:block; }
 }@media only screen and (max-width: 763px) { #gOubi21yTWaEueOz8O8rMpbaJDZWq9ED { width:7.5rem;height:1.375rem;top:4.6875rem;left:11rem;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:100075;display:block; }
 }@media only screen and (max-width: 763px) { #G7xUGzFMeVD8SbByNEEA4PF0OI3Io2eN { top:4.5625rem;left:0rem;width:20rem;height:1.75rem;z-index:100074;background-color:#01858a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkALvBzBfWPcIXBVdh2h7VWEZgTJBAir { top:7.125rem;left:0rem;width:20rem;height:1.74913125rem;z-index:100075;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:block; }
 }@media only screen and (max-width: 763px) { #OtpoXDqLWEg3umqv68JgfhtextDq9cgS { width:7.875rem;height:2.875rem;top:3.9375rem;left:1rem;font-size:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#ffffff;z-index:100077;display:block; }
 }@media only screen and (max-width: 763px) { #ea9V4492sxw8tXp3X8fu4LIgxDqgQ8sB { display:block; }
 }@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:block; }
 }@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:block; }
 }@media only screen and (max-width: 763px) { #OLc64I8a6pxHGGvJGvxycMIalrwf6STQ { width:7.875rem;height:2.875rem;top:6.5rem;left:10.9375rem;font-size:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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;color:#ffffff;z-index:100077;display:block; }
 }@media only screen and (max-width: 763px) { #FFxQ0uZIxHTCChCSOUTPKPiIJCXgrSHw { display:block; }
 }@media only screen and (max-width: 763px) { #d5OMh6RdUV8izGmJA9K1UQEbL1mwEhT7 { width:7.875rem;height:2.875rem;top:6.5rem;left:1rem;font-size:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#ffffff;z-index:100078;display:block; }
 }@media only screen and (max-width: 763px) { #nTIOnrJtqrT8eKTxW8qElxbLUnvqh3V5 { display:block; }
 }@media only screen and (max-width: 763px) { #wGdIiWtA1pFIw5XOvCpscseWh8aqc49G { display:block; }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G { background-color: transparent; background-image: none; }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row .container > .video-iframe-container { display: none; }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row > .video-iframe-container { display: none; }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .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); }#wGdIiWtA1pFIw5XOvCpscseWh8aqc49G > .row .container { width:20rem;height:72.4375rem;background-color:rgba(162,220,244,0.1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gsRTCLNKZz5sw28nTwZD8ftz5NP6r2Wk { width:16.5625rem;height:31.9375rem;top:1.3125rem;left:1.8125rem;z-index:100040;display:none; }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-form-header {  }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .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; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .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; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .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; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .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; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .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; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .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; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 [class*="-text"]:-moz-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 [class*="-text"]::-moz-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .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; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .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; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .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; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-container:first-of-type{padding-top:0;}#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .widget-container:last-of-type{padding-bottom:0;}#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9  { background-color:#50bbd3;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:1.4679688215256rem;top:13.278907775879rem;z-index:100041; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:14.5625rem;display:block;vertical-align:top; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 .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; }
#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 {display:block;}#qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 { background-color:#50bbd3;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:1.4679688215256rem;top:13.278907775879rem;z-index:100041; }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #cUDMSlWaZIqWmvFHaoukTW4BBI5SwXwM {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #r2xtyyPHXeaXeuDoV166Tft3Hr9terua {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #MQwFCBe1QHJXwlvuqBhVL12I3tJ5kuFO {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #syXykRWAfeRPPyD0IJuRc5wsqChgpuZ9 {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #s3PVfQwp5S56xxZtBqsrqOiOlzwcLKS7 {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #b1KmzKxNMwFFCOuTm95pmypnbHdE4y5T {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #IoxrsAIwKvqheutVOLT896u1JeRf7nnt {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #TrXWPIVyPimfryPVWq5nTx6vxKDZXnHg {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #Pow02TCGDcFoFfeQqwfm2RC1SnI766Md {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #DFcl61bkB8ZbfVnaRbOVEqNkO0lPT45d {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #GrX5AEFDW8Q9aLHSXXFHAKfIBaBKCPIG {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #aAgNJctTLJ1hV2TK6pRbTDXT2ooLkHN6 {  }
 }@media only screen and (max-width: 763px) { #GnGy3un9ktNqDKH3avEVTdVxpCptk8JR { display:block; }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #r5OKEVKyoGkM72xqRyGGd27zF7D8bHx2 {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #ntTiPDsWnAcUp11hXfGHPEWgIS08wBg2 {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #ITuSPpBW9U5DNGiesnsIJADJTP3og0mS {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #rXN3TsX00sO2crNWMxSTX2dxEVZfnCC4 {  }
 }@media only screen and (max-width: 763px) { #qCcTfMJJqTTB1MSgkesP9hr9iFK1amL9 #ToMaKNaiT7m4C76pgG93FVoLvN1cuUa4 {  }
 }@media only screen and (max-width: 763px) { #knn10y2IUc9lEXrmMi7w6OQkFtHF1P6Q { width:12.5rem;height:1.625rem;top:10.004341125488rem;left:3.7500000596046rem;font-size:1.25rem;color:#f4396a;display:block; }
 }@media only screen and (max-width: 763px) { #ceKWWgN6BkQsDov5SFqcsGPWVtUiiKTy { width:20rem;height:9.5rem;top:13.21875rem;left:0rem;z-index:100040;display:none; }
 }@media only screen and (max-width: 763px) { #cCtotCePQmmACoPb6MX3DobV0W0ShEe2 { width:20rem;height:4.546875rem;top:4.4375rem;left:0rem;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #C1R0AC9a3iv89paET9rV4p3TNeBBFGtB { width:13.5rem;height:2.75rem;top:0rem;left:3.25rem;text-align:right;text-align-last:right;line-height:2;font-size:1.375rem;color:#f4396a;display:block; }
 }@media only screen and (max-width: 763px) { #XH3M5QC6yUqms4O9kdu5a81sKtoeIM4b { width:15.625rem;height:15.625rem;top:45.5244140625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJvKql0SbPkyNFJU9x8vMF7wuLB3fd4y { width:9.75rem;height:3.3125rem;top:66.6875rem;left:5.125rem;background-color:#1bb25b;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) { #dTMiIZGsRTDooyyKgBhUnd0oNl8CmvgF { display:block; }
 }@media only screen and (max-width: 763px) { #QKH9CXvBuTQuX2Lu85n6NBlMVQTwRaoB { width:2.8125rem;height:2.8125rem;top:64.625rem;left:8.5625rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mtByT2cmgi4bFDhezLXAgMEB7L4e8avn { width:2.8125rem;height:2.8125rem;top:62.3125rem;left:12.125rem;font-size:1.9375rem;z-index:100075;display:block; }
 }@media only screen and (max-width: 763px) { #WUZwdpZBXN5PzPqoQUkOnAGVETT37bhP { width:10.9375rem;height:3.6875rem;top:59.3994140625rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU { 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; }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU.adaptive-delivery-prevent-bg, #aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU.lazyload, #aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU.lazyloading { background-image: none; }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row .container { background-color: transparent; background-image: none; }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row .container > .video-iframe-container { display: none; }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row > .video-iframe-container { display: none; }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .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); }#aTDPakkm5mcFSqf8ea75UzqRrK8TQKiU > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P83ExwMSkLS5JuuRJdkWNgCKnF4grXHy { 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) { #RdlRi3ODDTXHKBr2DGDGAif1oSuF48F9 { 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) { #HgrVDnc9ZGWn3TiB7HJSnDFWTc1aNMkq { width:7.6875rem;height:3.375rem;top:2.6875rem;left:-0.0625rem;text-align:right;text-align-last:right;line-height:1.5;font-size:1.125rem;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) { #AROlKPMdS1ogG9gtT5UfmtakPKUh96QG { width:10.9980625rem;height:1.29980625rem;top:23.3125rem;left:3.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) { #M82rhaav4XtZ0qpS1wv9GhL9HDmh8Nw2 { top:11.9375rem;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) { #sOVwK3ERQsy5dD4e3KC6DeynxzOxPV8v { display:block; }
 }@media only screen and (max-width: 763px) { #dygGLoJenHQMz3m3lxCIutKr7PuwTygk { width:16.6875rem;height:2.3125rem;top:29rem;left:1.6875rem;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.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPOAzNlWtqcO0NRSLile745hTbBLZFsi { display:block; }
 }@media only screen and (max-width: 763px) { #lT6vkt4MTUnpSkbXTre7Cg7PFzx9gpTL { width:20rem;height:3.825rem;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) { #k88zzsdmnNnepmfNCFtJWQnxbibfIXrf { width:16.375rem;height:12rem;top:38.125rem;left:1.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#k88zzsdmnNnepmfNCFtJWQnxbibfIXrf.adaptive-delivery-prevent-bg, #k88zzsdmnNnepmfNCFtJWQnxbibfIXrf.lazyload, #k88zzsdmnNnepmfNCFtJWQnxbibfIXrf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tZPihuqzSeTMVnFKIKv7oHgqn0wgGEWZ { width:12.875rem;height:4.875rem;top:42.875rem;left:3.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #izEln6oHKgxOGTr4LTEsFAsDHCgqkxzS { width:16.75rem;height:3.625rem;top:48.875rem;left:1.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.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciMphxKWlfk35MrQ8nD1byrHTSLSzNIB { display:block; }
 }@media only screen and (max-width: 763px) { #r78I81ETozQK8T4Ogl5tfJoOIdwVOvav { width:12.625rem;height:2.923825rem;top:39rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgpCz0EDBNUKge7x629FksVosLL30igr { width:16.3125rem;height:12.1875rem;top:17.875rem;left:1.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#MgpCz0EDBNUKge7x629FksVosLL30igr.adaptive-delivery-prevent-bg, #MgpCz0EDBNUKge7x629FksVosLL30igr.lazyload, #MgpCz0EDBNUKge7x629FksVosLL30igr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RPsJMM0luy5qqG54AqDTLCcTd90AFCZm { width:16.3125rem;height:12.1875rem;top:60.75rem;left:1.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; }#RPsJMM0luy5qqG54AqDTLCcTd90AFCZm.adaptive-delivery-prevent-bg, #RPsJMM0luy5qqG54AqDTLCcTd90AFCZm.lazyload, #RPsJMM0luy5qqG54AqDTLCcTd90AFCZm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sf1EI7vuxHlffwxm9TuTDFmLD76KSoqJ { width:11rem;height:2.5996125rem;top:67.25rem;left:4rem;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) { #ah4wgw0inEqOx33Jsm9hSL1Ow3ar7lGA { width:19rem;height:3.1875rem;top:72.8125rem;left:0rem;background-color:#045386;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZZu5o4p5UWRC2H41l48BEe2Mfq0wBCG { display:block; }
 }@media only screen and (max-width: 763px) { #KwBTZMkGcAHMkVoysxqPobLx4RzTUv09 { width:15.375rem;height:1.4619125rem;top:63.1875rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF75HnO3ibcneizxSSp4Jzc2mHfoUTts { width:10rem;height:3.3125rem;top:78.375rem;left:4.5rem;background-color:#2bac71;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) { #k7JMDq0AfTgV7sXW1PIaZBTLhCq2tlQQ { display:block; }
 }@media only screen and (max-width: 763px) { #bB3yBQllM6rvvyRICVxJ87BWhpPBEc20 { width:2.8125rem;height:2.8125rem;top:78.625rem;left:11.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDoVa9G1iedycTLZToIQMZtOyxB01hO8 { width:10rem;height:3.3125rem;top:32.1875rem;left:4.3740234375rem;background-color:#2bac71;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100038;display:block; }
 }@media only screen and (max-width: 763px) { #FpOW60TgSKcNugzpsBdMWF1c1EsMmv3l { display:block; }
 }@media only screen and (max-width: 763px) { #JxUMisrIwK7I8qLKsWZekscSxbXyEzHl { width:10rem;height:3.3125rem;top:54.375rem;left:5rem;background-color:#2bac71;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100039;display:block; }
 }@media only screen and (max-width: 763px) { #ZipaWbobPcIPxQyTXlkCl1CSz3xfCxLg { display:block; }
 }@media only screen and (max-width: 763px) { #A1ETs5abMkrVtr83PZKfRHXV5EliooVW { width:2.8125rem;height:2.8125rem;top:54.875rem;left:12.123046875rem;font-size:1.9375rem;z-index:100075;display:block; }
 }@media only screen and (max-width: 763px) { #nlId0THmqxURenGkeodQUBgqHtsgd93U { width:2.8125rem;height:2.8125rem;top:32.625rem;left:11.7490234375rem;font-size:1.9375rem;z-index:100076;display:block; }
 }@media only screen and (max-width: 763px) { #W3sC15OqWFIT1m9TBAc49S4HTym97myC { display:block; }#W3sC15OqWFIT1m9TBAc49S4HTym97myC > .row .container { width:20rem;height:85.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HP3XOfr7RSAwI8JTCopDWiddqrRHilEw { 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) { #W3TLhidHWeLmsP4KUklkDo9aCSUAtlCZ { width:17.3125rem;height:3.0625rem;top:1.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXQIkkeeFCbcyTfryKF62QHa9FdWrr6K { 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) { #SD59pSaAw3qVgh3s9vKObck2db9Qkzuz { 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) { #M9tGX4oQtk4QAcbgHyOJqiJKw1ZAOLuK { 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) { #UOkFNvisxsOP9isvxFkss4dEOc8NOdot { width:13.4375rem;height:7.8125rem;top:5.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8HiCzzDuLwrqoJn1OxP7TH7Xow9pL4t { width:13.4375rem;height:7.8125rem;top:27.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsZpbqVol3VDcuTF4bnKoftPRnEmCShT { width:13.4375rem;height:7.8125rem;top:53.75rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJuQM4bNwlzDViRTM9N5uOeGUku4rHPk { 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) { #Jq5fzEvSe1fnukHMGa4prKhBrcMV4rur { 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) { #vsPFgEo4fmEnyMXJAB5aATUchQLs7hNp { 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) { #ni3fTVroHRATouMyh87itNL8KhrlNJhP { 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) { #zpb11DGtuN05S8EEQ8MbedxT5EKGlvMF { width:9.75rem;height:3.3125rem;top:78.3740234375rem;left:5.125rem;background-color:#2bac71;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) { #AWtcSz1VSD5MKLGciVGC2wJbAIJeMkTK { display:block; }
 }@media only screen and (max-width: 763px) { #ofxkExr5QFb16gwA9UZ8nKAghts4VaJh { width:2.8125rem;height:2.8125rem;top:82.9365234375rem;left:8.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9tTRB99wWPma36HhxJqWHi3kyqy9yXD { width:2.8125rem;height:2.8125rem;top:78.7490234375rem;left:12.125rem;font-size:1.9375rem;z-index:100075;display:block; }
 }@media only screen and (max-width: 763px) { #lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B { display:block; }#lOzH6hlMaKBwSdDbmzFSc3h47zebZd0B > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McQWlUgHdXgMqTbsT98hrOBxIinpgzCI { width:12.375rem;height:2.03125rem;top:23rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #hT4eGkavpHTuUvozwO993cCcCow59geV { width:12.5rem;height:3.8984375rem;top:1.625rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnP1PzW5DEoRyrTNLpc6ahLChr5Xs3CM { width:16.9375rem;height:1.70605625rem;top:6.4375rem;left:3.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggVqs4uDUADP80NAUo1BtSdaXF89azX1 { width:20rem;height:8.4453rem;top:10.19765663147rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy5wOJQyp7clTbt7r8z9sKAtIXimFMpI { width:20rem;height:14.625rem;top:34.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3gHFhERl5LB1MyG3s3autCi8ML6m1NE { width:20rem;height:3.65625rem;top:26.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEsshrwzzqF4e2ToUGfCS7tavmSIyFLp { width:9.75rem;height:3.3125rem;top:50.5rem;left:5.875rem;background-color:#2bac71;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) { #Z5TsTLz6BCtcfQBmA8vJoLMGlbPyeT3A { display:block; }
 }@media only screen and (max-width: 763px) { #INZS41tdkoKVvPPT9o3QWZzPZTsxRS84 { width:2.8125rem;height:2.8125rem;top:51.0625rem;left:12.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf { display:block; }#Pt1FaNAxeVBgy6AEoaziRaO61mSxUkGf > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtXHKOTTeXa35lbN6m4b5kGGadWgpcfg { width:20rem;height:7.7988125rem;top:4.7490234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2MU5JaqwO416iyJtzHm93aqi5h2egJO { 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) { #kFEk162eCi4Pg6F2cTP7ir8BhcezJxBT { width:9.75rem;height:3.3125rem;top:15.875rem;left:5.125rem;background-color:#2bac71;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100077;display:block; }
 }@media only screen and (max-width: 763px) { #tJHXyoO7thb9Gq2vIu8QJyK3315d6U05 { display:block; }
 }@media only screen and (max-width: 763px) { #DzhisvFi1OfoxdtwhTHNEEUcgcvZ4fyf { width:2.8125rem;height:2.8125rem;top:17.6875rem;left:12rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uwkhs7LKPFivCtaSbPVveBJdy9pBw2mu { width:3.186525rem;height:3.186525rem;top:13.859375rem;left:11.75rem;font-size:2.1875rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #XrDry1vT6fkyBgD3aOuzpT9zNskaJbEG { width:2.8125rem;height:2.8125rem;top:16.125rem;left:12.0625rem;font-size:1.9375rem;z-index:100078;display:block; }
 }@media only screen and (max-width: 763px) { #LcvTnLZEvZvD40EdBR03m43hEKcg4qrw { display:block; }#LcvTnLZEvZvD40EdBR03m43hEKcg4qrw > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0ZkQ6HZf00cDcM0rlURFwdbQHeDyqnc { width:20rem;height:0.975rem;top:11.873046875rem;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:block; }
 }@media only screen and (max-width: 763px) { #BJ2Lm2J7iyx37sMlF8PhyFgBnF0IOcqM { width:13.186875rem;height:3.0859375rem;top:2.5119361877441rem;left:1.6866319775581rem;text-align:right;text-align-last:right;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzdT1Xu5o1kBaWIz9ncPwCN6E62T9d22 { width:3.18685rem;height:3.18685rem;top:6.7556419372556rem;left:15.780599653721rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhTvgGyymce1dss1FpTcZOqtkCSxq0KS { width:9.375rem;height:2.275rem;top:7.236328125rem;left:5.5679255127907rem;text-align:right;text-align-last:right;font-size:1.75rem;display:block; }
 }