.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:236,245,224;--color-primary-1:190,221,151;--color-primary-2:125,186,47;--color-primary-3:63,93,24;--color-primary-4:19,28,7;--color-secondary-0:221,223,229;--color-secondary-1:143,148,167;--color-secondary-2:31,40,79;--color-secondary-3:16,20,40;--color-secondary-4:5,6,12;--color-tertiary-0:221,223,229;--color-tertiary-1:143,148,167;--color-tertiary-2:31,40,79;--color-tertiary-3:16,20,40;--color-tertiary-4:5,6,12;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c44cddff-b6ff-49ff-9973-5e7bb881c95b/MayaMouradtop.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:54.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#fpgEbEI4q9xXziKPeTLolpCuXWIVRBMf { color:#006d77;display:block;width:32.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:30.835702896118rem;left:1.4033546447754rem;height:5.8238625rem;font-style:normal;display:block; }#fpgEbEI4q9xXziKPeTLolpCuXWIVRBMf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fpgEbEI4q9xXziKPeTLolpCuXWIVRBMf li:before{  }
#WGKuE7ONgfQ5GpAv7tJG5bBOtpTzhPRv { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.75);background-image:none;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:21rem;width:22.5625rem;top:0.6875rem;left:0.25rem;display:block; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-form-header {  }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:17.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;text-align:left;text-align-last:left;vertical-align:top; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #1f333b;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:17.75rem;box-sizing:border-box;height:2.5rem;color:#000000;font-size:1.25rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-text {padding-top: 0; padding-bottom: 0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #1f333b;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:17.75rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1.25rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-select {padding-top: 0; padding-bottom: 0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .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; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-button { border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;background-color:#006d77;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;box-sizing:border-box;font-size:1.4375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:17.75rem;height:3.5625rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;box-shadow: none; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]:-moz-placeholder { color:#717171;font-family:var(--paragraphs-font-family);font-size:1.25rem;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]::-moz-placeholder { color:#717171;font-family:var(--paragraphs-font-family);font-size:1.25rem;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]:-ms-input-placeholder { color:#717171;font-family:var(--paragraphs-font-family);font-size:1.25rem;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]::-webkit-input-placeholder { color:#717171;font-family:var(--paragraphs-font-family);font-size:1.25rem;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-2),1);vertical-align:top;width:16.5rem;overflow:hidden;font-style:normal;float:none; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .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; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-container:first-of-type{padding-top:0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-container:last-of-type{padding-bottom:0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15009;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:absolute;top:5.1183714866638rem;left:1.404670715332rem; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.75rem;display:block;vertical-align:top; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv {display:block;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15009;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:absolute;top:5.1183714866638rem;left:1.404670715332rem; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #kiRTgaaPeQGCDa4oNdsmriXRbokJUt5I { position:relative; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #mxPhgyeKkc2Ndc9uO4rmEbxE7o7J9EAZ { position:relative;display:none; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #mnb01XR71ruQnx4oxhampfZaxpi3S5mA { position:relative; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #ZR4p04CaO3fnPCrRfAVs2QsuwackUwfn { position:relative; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #hsuE5zC1rotnqKVtAPMP074AIfUbL9iQ { position:relative;display:none; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #mIVmRQL04PZmT67nsz0cyIF4S58J19JX { position:relative; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #as4sotINSnHe4Nx45JwJXzK8ZEZPdRru { position:relative; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #kOFm5rvMdAdvEA8hIvut6lg9AEWThemL { position:relative; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #MqKQcUGZTVD6O6cpqPNHaQW5XrEHaRrS { position:relative; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #F5JuKS4kBy34mspd61wr3TwzX7Gsq6Pb { position:relative;z-index:2; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #sQyMwzDsWAyphTpM47FlLWJAIoZBSULV { position:relative; }
#FsXXFRi4ln0Id1yEcOwLBQ7MiltmGJge { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#lxBgsJwnoidkTpbxTdtSKRyiEEfUF0gq { color:#006d77;display:block;width:33.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:23.5rem;left:1.875rem;height:6.25rem;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; }
#upuSxDxm24hoC55q32TkbSDVulHZwHdH { position:absolute;display:block;z-index:14998;background-color:rgba(255,255,255,0.75);background-image:none;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:15.3125rem;width:36.6875rem;top:22.75rem;left:0rem;display:block; }
#UgVFZbDXT5fyaw4ucm0l6QqzCEwRDPSm { color:#006d77;display:block;width:17.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:1.7453178167343rem;left:2.9987373352051rem;height:4.375rem;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;text-align:center;text-align-last:center;display:block; }
#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row .container { background-color: transparent; background-image: none; }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row .container > .video-iframe-container { display: none; }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row > .video-iframe-container { display: none; }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .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); }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row .container { border-width: 0; border-radius: 0; }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row .container { font-size:0.875rem;font-family:arial;height:67.8125rem;width:75rem;position:relative;display:block; }#dfVxIO8DXVTAKFn50wQ1zQBRI52wi9ko { position:absolute;display:block;z-index:14989;background-color:#007375;background-image:url("https://images.assets-landingi.com/uc/e3e40127-aa1b-4568-9dbc-91c0c1d33f43/MayaMourad.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:21.625rem;width:21.625rem;top:7.375rem;left:7.9375rem;display:block; }#dfVxIO8DXVTAKFn50wQ1zQBRI52wi9ko.adaptive-delivery-prevent-bg, #dfVxIO8DXVTAKFn50wQ1zQBRI52wi9ko.lazyload, #dfVxIO8DXVTAKFn50wQ1zQBRI52wi9ko.lazyloading { background-image: none; }
#apaIJre9JRKB1948ATW1SddEAGDqgJ92 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:5.9375rem;left:42.1875rem;height:52.2529625rem;text-align:left;text-align-last:left;display:block; }
#vMxMVDD61TW83M5MoGSW8uMdhxuTk5hR { box-sizing:content-box;height:10.3125rem;width:9.5rem;position:absolute;display:block;z-index:14987;background-color:#006d77;background-image:none;top:19.625rem;left:21rem;display:block; }
#uLI4cfDxFb57PsyEIZtoLmd4odci6euU { box-sizing:content-box;height:10.3125rem;width:9.5rem;position:absolute;display:block;z-index:14988;background-color:#006d77;background-image:none;top:6.375rem;left:7rem;display:block; }
#pQBa5Nf7qqLzzRiq5mJ1vTVK3kZFrW6U { color:rgba(var(--color-tertiary-0),1);display:block;width:28.124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:61.374157905579rem;left:42.186187744141rem;height:1.46254375rem;text-align:center;text-align-last:center;display:block; }
#WXfOIJUQL6TfOGlMDceuyyXhSdrgXISe { box-sizing:content-box;height:61.8125rem;width:31.875rem;position:absolute;display:block;z-index:14986;background-color:#006d77;background-image:none;top:3.5932312011719rem;left:40.311973571778rem;display:block; }
#v0TPTiM42N3N1D26UkcPPNO18UiXPaT1 { box-sizing:content-box;height:0.31236875rem;width:31.87475rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));background-size:auto !important;top:65.154702186587rem;left:40.311317443847rem;display:block; }
#m1aGmm1JvINbvn1nHbAw1H87rE6CHeFV { box-sizing:content-box;height:0.3125rem;width:31.875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));background-size:auto !important;top:3.3496117591858rem;left:40.312503814698rem;display:block; }
#AWuqNnyMImZXI20ZEWKgncV0n8q7HeOa { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://icons.assets-landingi.com/icon_610e0dbec29db397b4e79aeb91e18c6cee581bde.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#AWuqNnyMImZXI20ZEWKgncV0n8q7HeOa.adaptive-delivery-prevent-bg, #AWuqNnyMImZXI20ZEWKgncV0n8q7HeOa.lazyload, #AWuqNnyMImZXI20ZEWKgncV0n8q7HeOa.lazyloading { background-image: none; }#AWuqNnyMImZXI20ZEWKgncV0n8q7HeOa > .row .container { background-color: transparent; background-image: none; }#AWuqNnyMImZXI20ZEWKgncV0n8q7HeOa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWuqNnyMImZXI20ZEWKgncV0n8q7HeOa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWuqNnyMImZXI20ZEWKgncV0n8q7HeOa > .row .container > .video-iframe-container { display: none; }#AWuqNnyMImZXI20ZEWKgncV0n8q7HeOa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWuqNnyMImZXI20ZEWKgncV0n8q7HeOa > .row > .video-iframe-container { display: none; }#AWuqNnyMImZXI20ZEWKgncV0n8q7HeOa > .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); }#AWuqNnyMImZXI20ZEWKgncV0n8q7HeOa > .row .container { border-width: 0; border-radius: 0; }#AWuqNnyMImZXI20ZEWKgncV0n8q7HeOa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AWuqNnyMImZXI20ZEWKgncV0n8q7HeOa > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:74.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#gyq87OQZrbIETrZuJHPq4DSkbFczUwtS { color:rgba(var(--color-tertiary-0),1);display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.9730911254883rem;left:43.062789916993rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;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; }
#VBFwzDx4tHmBJ4xSDov59ceLCuZvat0y { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15003;background-color:#006d77;background-image:none;top:7.4375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Wemkw4hEKcoORHDo4nhiR2MAM6uqQuug { color:rgba(var(--color-tertiary-0),1);display:block;width:31.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:13.187196731568rem;left:2.4998397827149rem;height:1.99981875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#T2SWGUydBa7zzRPcIn5n17TE4VRz1DdG { color:rgba(var(--color-tertiary-0),1);display:block;width:31.2498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:15.356462478637rem;left:2.4998397827149rem;height:6.3005rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XcQomvMxLRq003KygBBUzHP28plne8JQ { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:9.3125009536744rem;left:16.75rem; }
#OknEiETR4TeD4xVaAx0TFQVkeJILHAxf { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15007;background-color:#006d77;background-image:none;top:41.3125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#tCcPMuJXAwXBtzmoDkEB1p8cmpICvAgr { color:rgba(var(--color-tertiary-0),1);display:block;width:31.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:47.061705589294rem;left:2.4998397827149rem;height:1.99981875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#VOu3rfRKTKpz5kSDiA5XqtlPkyy5QU8c { color:rgba(var(--color-tertiary-0),1);display:block;width:31.2498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:49.31157207489rem;left:2.4998397827149rem;height:6.3005rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MZRvo7Dx3FiaN2Vci2hu0FZGdWOp7Zg4 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:43.4375rem;left:16.75rem; }
#DwRNwM5S6yynLS4AJ4uKrP4adosLxXp9 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:29.0625rem;left:2.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Bf1AKAv0q45NfEGDCT0gViJPuu5cJKq3 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.2498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:31.312316894531rem;left:2.4998397827149rem;height:7.875625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I5ZbdaTcEL4SyAXZTezTlNOSAuFuhuOw { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:25.25rem;left:16.75rem; }
#QC9bpOUr2WPp1Utw5qlKXlcQOACBXcsT { color:rgba(var(--color-tertiary-4),1);display:block;width:32.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:63.186994552612rem;left:2.4998397827149rem;height:1.99981875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#c8xoT7VldQ3b64Qb6DAstQZ01A7qVOT0 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.74958125rem;width:2.74958125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:59.811850547791rem;left:16.748443603516rem; }
#T9cEswCW8K192nvIIbOTUTQ6Ta1nwM7Q { color:rgba(var(--color-tertiary-4),1);display:block;width:31.2498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:65.310546875rem;left:2.4998397827149rem;height:4.72538125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TE44rSK9DE0UekbfLAvHntegAV6BvnwC { box-sizing:content-box;height:25.625rem;width:33.75rem;position:absolute;display:block;z-index:15001;background-color:#006d77;background-image:none;top:0.62473297119141rem;left:41.187263488769rem;border-top-right-radius:0rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#vMqcdyc3kK0vxDufErGtA2vsFffNzrQm { box-sizing:content-box;height:51.5625rem;width:33.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/46c76fd6-3f40-4658-a7b2-522fba335ce2/bg2.webp");background-position:bottom left !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;top:19.875rem;left:41.1875rem;display:block; }#vMqcdyc3kK0vxDufErGtA2vsFffNzrQm.adaptive-delivery-prevent-bg, #vMqcdyc3kK0vxDufErGtA2vsFffNzrQm.lazyload, #vMqcdyc3kK0vxDufErGtA2vsFffNzrQm.lazyloading { background-image: none; }
#JQ8BsgbTRNffZy9vdwJ4iB3PgznT6Wef { background-color:#006d77;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#JQ8BsgbTRNffZy9vdwJ4iB3PgznT6Wef > .row .container { background-color: transparent; background-image: none; }#JQ8BsgbTRNffZy9vdwJ4iB3PgznT6Wef::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQ8BsgbTRNffZy9vdwJ4iB3PgznT6Wef > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQ8BsgbTRNffZy9vdwJ4iB3PgznT6Wef > .row .container > .video-iframe-container { display: none; }#JQ8BsgbTRNffZy9vdwJ4iB3PgznT6Wef > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQ8BsgbTRNffZy9vdwJ4iB3PgznT6Wef > .row > .video-iframe-container { display: none; }#JQ8BsgbTRNffZy9vdwJ4iB3PgznT6Wef > .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); }#JQ8BsgbTRNffZy9vdwJ4iB3PgznT6Wef > .row .container { border-width: 0; border-radius: 0; }#JQ8BsgbTRNffZy9vdwJ4iB3PgznT6Wef > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JQ8BsgbTRNffZy9vdwJ4iB3PgznT6Wef > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:14.375rem;width:75rem;overflow:visible;position:relative;display:block; }#S8UmASqXs0PJCdcE6S3WkkVkCkspePtz { color:rgba(var(--color-tertiary-0),1);display:block;width:74.999375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:4.8125rem;left:0rem;height:3.75rem;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; }
#NILtHu56C0DTu4IEIXDHTTNAhcF7z69t { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:9.6875rem;left:10.625rem;height:3.15025rem;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; }
#ADDbqvrunbKIEWotqfULtHmPhfT5vhH4 { position:relative;display:block; }#ADDbqvrunbKIEWotqfULtHmPhfT5vhH4 { background-color: transparent; background-image: none; }#ADDbqvrunbKIEWotqfULtHmPhfT5vhH4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADDbqvrunbKIEWotqfULtHmPhfT5vhH4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADDbqvrunbKIEWotqfULtHmPhfT5vhH4 > .row .container > .video-iframe-container { display: none; }#ADDbqvrunbKIEWotqfULtHmPhfT5vhH4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADDbqvrunbKIEWotqfULtHmPhfT5vhH4 > .row > .video-iframe-container { display: none; }#ADDbqvrunbKIEWotqfULtHmPhfT5vhH4 > .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); }#ADDbqvrunbKIEWotqfULtHmPhfT5vhH4 { border-width: 0; border-radius: 0; }#ADDbqvrunbKIEWotqfULtHmPhfT5vhH4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ADDbqvrunbKIEWotqfULtHmPhfT5vhH4 > .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:38.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eNIQG3q74VyiE0fbI1IRExCy9gdzLet0 { box-sizing:content-box;height:36.75rem;width:16.875rem;position:absolute;display:block;z-index:15012;background-color:#006d77;background-image:none;top:0.8125rem;left:0.9375rem;border-top-right-radius:0rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:0rem;display:block; }
#vpUuWZ3nB4t6OrdnWu79KlmnMy2O0JyV { color:rgba(var(--color-tertiary-0),1);display:block;width:15.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:17.811059951783rem;left:1.5614967346191rem;height:13.5021875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bVBTbSZVlSeSQeb2pGOtrJQ8CECll5cp { color:rgba(var(--color-tertiary-0),1);display:block;width:15.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:34.560546875rem;left:1.5615234375rem;height:1.50015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zsdv4dt9Tw0APsyHfheTITIZUVWiu3Ok { box-sizing:content-box;height:36.75rem;width:16.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.8125rem;left:19.6875rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#aNVsLprSAiRWXdIN6xsGLZ3VGISd6vcZ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:34.560546875rem;left:20.3115234375rem;height:1.50015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z3teTK7liObKbXz1CB0EBzvHAAnT3exq { color:rgba(var(--color-tertiary-4),1);display:block;width:15.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:18.124439239502rem;left:20.311496734619rem;height:12.152rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iuo4bAZ5i7sFAREWpI5WQCwhGLGQ2ved { box-sizing:content-box;height:36.75rem;width:16.875rem;position:absolute;display:block;z-index:15020;background-color:#006d77;background-image:none;top:0.8125rem;left:38.4375rem;border-top-right-radius:0rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:0rem;display:block; }
#hlAUwZ4JTD4MAIstMJkTJ9soTh4UF6Zs { color:rgba(var(--color-tertiary-0),1);display:block;width:15.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:34.560546875rem;left:39.0615234375rem;height:1.50015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rkw41uuMK3D6EMRaSzGZRWpJZxMktA50 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:18.125rem;left:39.0625rem;height:12.152rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PXNGL727L24ivqNgOtQaHtbu12xfurx5 { box-sizing:content-box;height:36.75rem;width:16.875rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.8125rem;left:57.1875rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#x8e4g7pa9zpGE1080begKobKV9XO9J92 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:18.0625rem;left:57.8125rem;height:10.80175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h3xz4cyG80iVb5LS05TqDyuuNJdlN9zZ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:34.560546875rem;left:57.8115234375rem;height:1.50015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oae5G6lInAZgNdZn8sGeHgr21KiTvLiS { box-sizing:content-box;height:15.5625rem;width:15.5625rem;position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5f71301b-0294-4ec4-9c75-59c61f5e973c/IoanaAlinCimpoeru.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.3701171875rem;left:1.59375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }#oae5G6lInAZgNdZn8sGeHgr21KiTvLiS.adaptive-delivery-prevent-bg, #oae5G6lInAZgNdZn8sGeHgr21KiTvLiS.lazyload, #oae5G6lInAZgNdZn8sGeHgr21KiTvLiS.lazyloading { background-image: none; }
#xd2xNVpntr2TSryMUm1xZBTHL6RtALHG { box-sizing:content-box;height:15.5625rem;width:15.5625rem;position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1104e0ca-2a13-4350-b8d0-d33c555af413/John_Kawar1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.4375rem;left:20.34375rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#xd2xNVpntr2TSryMUm1xZBTHL6RtALHG.adaptive-delivery-prevent-bg, #xd2xNVpntr2TSryMUm1xZBTHL6RtALHG.lazyload, #xd2xNVpntr2TSryMUm1xZBTHL6RtALHG.lazyloading { background-image: none; }
#BrmZi6DoEi5TTM8CL25L0sT4dvBUvyQH { box-sizing:content-box;height:15.5625rem;width:15.5625rem;position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/79dcbd6f-c22e-42be-9b1e-43f5581886c5/jodi_lewis.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.4375rem;left:39.09375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }#BrmZi6DoEi5TTM8CL25L0sT4dvBUvyQH.adaptive-delivery-prevent-bg, #BrmZi6DoEi5TTM8CL25L0sT4dvBUvyQH.lazyload, #BrmZi6DoEi5TTM8CL25L0sT4dvBUvyQH.lazyloading { background-image: none; }
#p25c6SUyPtcuHVfMM4ARnEHmz59WoODq { box-sizing:content-box;height:15.5625rem;width:15.5625rem;position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/40272ba0-fa3f-46ac-8a5c-aa7795203e10/Mildred_Delos_Santos.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.3701171875rem;left:57.84375rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#p25c6SUyPtcuHVfMM4ARnEHmz59WoODq.adaptive-delivery-prevent-bg, #p25c6SUyPtcuHVfMM4ARnEHmz59WoODq.lazyload, #p25c6SUyPtcuHVfMM4ARnEHmz59WoODq.lazyloading { background-image: none; }
#J9k37D8EZqo9TFtx650nBEeTitZuHOvJ { background-color:#006d77;background-image:url("https://icons.assets-landingi.com/icon_610e0dbec29db397b4e79aeb91e18c6cee581bde.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#J9k37D8EZqo9TFtx650nBEeTitZuHOvJ.adaptive-delivery-prevent-bg, #J9k37D8EZqo9TFtx650nBEeTitZuHOvJ.lazyload, #J9k37D8EZqo9TFtx650nBEeTitZuHOvJ.lazyloading { background-image: none; }#J9k37D8EZqo9TFtx650nBEeTitZuHOvJ > .row .container { background-color: transparent; background-image: none; }#J9k37D8EZqo9TFtx650nBEeTitZuHOvJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9k37D8EZqo9TFtx650nBEeTitZuHOvJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9k37D8EZqo9TFtx650nBEeTitZuHOvJ > .row .container > .video-iframe-container { display: none; }#J9k37D8EZqo9TFtx650nBEeTitZuHOvJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9k37D8EZqo9TFtx650nBEeTitZuHOvJ > .row > .video-iframe-container { display: none; }#J9k37D8EZqo9TFtx650nBEeTitZuHOvJ > .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); }#J9k37D8EZqo9TFtx650nBEeTitZuHOvJ > .row .container { border-width: 0; border-radius: 0; }#J9k37D8EZqo9TFtx650nBEeTitZuHOvJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#J9k37D8EZqo9TFtx650nBEeTitZuHOvJ > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:49.5625rem;width:75rem;overflow:visible;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#XprH1dSxsfms5RrvFpzW6esNi1JfDI7p { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:5.8125rem;left:0rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;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; }
#O6Nu2ZNaqP4V0vbRGZsdXMkpdTJqnKc5 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:21.562023162842rem;left:0rem;height:3.15025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;color:#000000;font-family:var(--headlines-font-family);height:auto;line-height:1.4;overflow:hidden; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);height:auto;line-height:1.4;overflow:hidden;font-weight:300;font-style:normal; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_a6b8214216af40b70155a0e6f3c0c17bb6dc16ca.svg");background-size:contain !important; }#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 .accordion-trigger.adaptive-delivery-prevent-bg, #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 .accordion-trigger.lazyload, #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 .accordion-trigger.lazyloading { background-image: none; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 { box-sizing:content-box;height:auto;width:38.7495rem;position:absolute;display:flex;flex-direction:column;gap:1.875rem;z-index:15009;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:5.8125rem;left:36.25rem; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #IvEsyGPdA9V14b0XJGyymI0zk9QCeQDU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #VJgNy80Plg54F7b4omLE4b5qMBrhsGTE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #Jq6sVp3Tx9PyTKueLulFqzc7NJuSwhcl { display:block;position:relative; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #AJAGZv1NmwcGZBvrSlrWLBaSo6zmUzTT {  }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #sugCOyCAFdo6ANa1MPXcgc73LfRxAvJp {  }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #IGuuCfgzSCPsruSpWJzUIFNNlfe9LAoT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #vN7bdl5CmGc2ZEAEiiLsTySlf8DZaCdG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #tgGcrLAmXodlBI3Pldubp0E2HJyK8Np2 { display:block;position:relative; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #zC7qFycAGH3bS9Le4QbcoIcnzQbgmNuG {  }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #bum5D7hda6L4THGLsRBq4Guq7w1ThN9w { display:none; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #RggirdTwDQWVe9BLq9HKD6pVKEBxv7XT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #Zs6n82pqIc5kzGX3od57VDItKd3yCbI6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #uw1OaZafQPz2xd8wcG8D93q2zZDsqyH4 { display:block;position:relative; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #k8XBaVgFUzkwA9ZFrr8TWrU8pgr7gGQM {  }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #Rd5wm5znrMncXlSLte4rBPQMTCzl0Ha3 { display:none; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #flEmg9HtT5WoZ3dmnGzVQXC5dwPzEw6G { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #OgtEU4uLSaqfwRJxg8QoDX54OWEiti1V { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #zoM8ubqzvZb8kSizrMydoT94CSg9uwnu { display:block;position:relative; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #FJK2nKsgXILgwTo2pwK02rdrrIAnUNfs {  }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #D7xvTk3o0ZL2pLBFxo0yPPPZHTlEPubw { display:none; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #VKB89P0Rk2933AuDbXCn2rWfGekU4GzA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #eGZFvT6GSzITmTDFI9whDwITlfODLeFV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #BgERfmkV95QQ5ui2eMB7XDDgiHuq6bWT { display:block;position:relative; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #voMiOI5WTvBADse0ZGJFHAEeHF6Ldkun {  }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #o1fGJWeceOC7zrKOgATTcMo8Uea0xPO9 { display:none; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #TMeUNbUz8lR41nlyeLW6kofylrdeM7Zv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #Ct9zosPOshDUPE0iEet7eZppiTio11r1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #rfhJIukByV6Uf8sOrKWwJHpiKiGDc9ZQ { display:block;position:relative; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #V8XCXrT9AVqGVK3gMEOaiTWD4T6n0twT {  }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #RitDmJxZk3ksL1PaqZ316P4iKurtvLm5 { display:none; }
#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ddf5c44e-12d0-4f07-85d3-e3b84698ba71/Maya_Mourad_bottom.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V.adaptive-delivery-prevent-bg, #VeItxxlrLHESSu83WgB7GZwvfzVpEX9V.lazyload, #VeItxxlrLHESSu83WgB7GZwvfzVpEX9V.lazyloading { background-image: none; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container { background-color: transparent; background-image: none; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.32); }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container > .video-iframe-container { display: none; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.32); }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row > .video-iframe-container { display: none; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .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); }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container { border-width: 0; border-radius: 0; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:75rem;position:relative;display:block; }#SUUIZTN6lTW9sRb9MI3IrBcQ5NzpErZk { color:#006d77;display:block;width:23.311875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);top:2.25rem;left:1.5625rem;height:2.43713125rem;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;text-align:left;text-align-last:left;display:block; }
#am8C9ReQXUJBxcaf1l8gI8eGuMGt5sQ3 { color:#006d77;display:block;width:16.7495rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);top:5.25rem;left:4.8125rem;height:1.624975rem;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;text-align:left;text-align-last:left;display:block; }
#OAtJG9iy8cKMVEvi434Fp7DiI5bo89Cu { background-color:#006d77;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.56225rem;height:3.12434375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:8.0625rem;left:7.4375rem;display:block; }
#il57tRrk3SggLfEymeUc3wRPLUxFqM1F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JtfBbo5EUduTckGlQiIBwiysRnfM9y5Z { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#voqZkw5OGkTmr7f44eZaJEqkbQuf9Sew { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.66);background-image:none;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:10.8125rem;width:24.8125rem;top:1.625rem;left:0.8125rem;display:block; }
#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006d77;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row .container { background-color: transparent; background-image: none; }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row .container > .video-iframe-container { display: none; }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row > .video-iframe-container { display: none; }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .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); }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row .container { border-width: 0; border-radius: 0; }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#ikSyA81QFxxFtBy7PakenA0rg5vZ3VzQ { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.7641067504883rem;left:0rem;height:1.21856875rem;text-align:center;text-align-last:center;display:block; }
#MNFuQnA1lOAPTSV840a16uZU9dXA6iUl { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.5455741882324rem;left:27.749568939209rem;height:3.6553rem;text-align:center;text-align-last:center;display:block; }
#Kht4W8mo4LlGs9ilEq2Rn3w4FQf0t4UA { z-index:15002;top:3.2172317504883rem;left:49.998920440674rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.31228125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NpZxdDi11V8RSiQ9DgTQdT9e0xxIu6zK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WTVGDl4IJxCFHf9EyTeqso9crLsMZ1c9 { box-sizing:content-box;height:4.375rem;width:0.125rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;top:2.1874961853027rem;left:24.812068939209rem;display:block; }
#hwDrSW33Eop87me1JSOtb50x1OLaX98n { box-sizing:content-box;height:4.375rem;width:0.125rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;top:2.1874961853027rem;left:49.812068939209rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpgEbEI4q9xXziKPeTLolpCuXWIVRBMf { width:32.6875rem;height:5.8125rem;top:30.8125rem;left:0rem;font-size:1rem;display:block; }#fpgEbEI4q9xXziKPeTLolpCuXWIVRBMf li:before{  }
 }@media only screen and (max-width: 763px) { #WGKuE7ONgfQ5GpAv7tJG5bBOtpTzhPRv { width:22.5625rem;height:21rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-regular-label { width:17.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-text { width:17.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-text {padding-top: 0; padding-bottom: 0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-textarea { width:17.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-select { width:17.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-select {padding-top: 0; padding-bottom: 0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-button { width:17.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-checkbox-label { width:16.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv  { width:17.75rem;height:auto;top:5.0625rem;left:0rem; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .radio-container { width:17.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv {display:block;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv { width:17.75rem;height:auto;top:5.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #kiRTgaaPeQGCDa4oNdsmriXRbokJUt5I {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #mxPhgyeKkc2Ndc9uO4rmEbxE7o7J9EAZ {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #mnb01XR71ruQnx4oxhampfZaxpi3S5mA {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #ZR4p04CaO3fnPCrRfAVs2QsuwackUwfn {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #hsuE5zC1rotnqKVtAPMP074AIfUbL9iQ {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #mIVmRQL04PZmT67nsz0cyIF4S58J19JX {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #as4sotINSnHe4Nx45JwJXzK8ZEZPdRru {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #kOFm5rvMdAdvEA8hIvut6lg9AEWThemL {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #MqKQcUGZTVD6O6cpqPNHaQW5XrEHaRrS {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #F5JuKS4kBy34mspd61wr3TwzX7Gsq6Pb {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #sQyMwzDsWAyphTpM47FlLWJAIoZBSULV {  }
 }@media only screen and (max-width: 763px) { #FsXXFRi4ln0Id1yEcOwLBQ7MiltmGJge { display:none; }
 }@media only screen and (max-width: 763px) { #lxBgsJwnoidkTpbxTdtSKRyiEEfUF0gq { width:33.9375rem;height:6.25rem;top:23.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upuSxDxm24hoC55q32TkbSDVulHZwHdH { width:36.6875rem;height:15.3125rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgVFZbDXT5fyaw4ucm0l6QqzCEwRDPSm { width:17rem;height:4.3125rem;top:1.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm { display:block; }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfVxIO8DXVTAKFn50wQ1zQBRI52wi9ko { width:21.5625rem;height:21.5625rem;top:7.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apaIJre9JRKB1948ATW1SddEAGDqgJ92 { width:28.0625rem;height:52.25rem;top:5.875rem;left:19.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMxMVDD61TW83M5MoGSW8uMdhxuTk5hR { top:19.625rem;left:14.1875rem;width:9.4375rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLI4cfDxFb57PsyEIZtoLmd4odci6euU { top:6.375rem;left:0.1875rem;width:9.4375rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQBa5Nf7qqLzzRiq5mJ1vTVK3kZFrW6U { top:61.3125rem;left:19.6875rem;width:28.0625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXfOIJUQL6TfOGlMDceuyyXhSdrgXISe { top:3.5625rem;left:15.875rem;width:31.875rem;height:61.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0TPTiM42N3N1D26UkcPPNO18UiXPaT1 { top:65.125rem;left:15.9375rem;width:31.8125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1aGmm1JvINbvn1nHbAw1H87rE6CHeFV { top:3.3125rem;left:15.875rem;width:31.875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWuqNnyMImZXI20ZEWKgncV0n8q7HeOa { display:block; }#AWuqNnyMImZXI20ZEWKgncV0n8q7HeOa > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gyq87OQZrbIETrZuJHPq4DSkbFczUwtS { top:2.9375rem;left:15.875rem;width:27.25rem;height:15rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBFwzDx4tHmBJ4xSDov59ceLCuZvat0y { top:7.4375rem;left:0rem;width:36.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wemkw4hEKcoORHDo4nhiR2MAM6uqQuug { top:13.125rem;left:0rem;width:31.1875rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2SWGUydBa7zzRPcIn5n17TE4VRz1DdG { top:15.3125rem;left:0rem;width:31.1875rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcQomvMxLRq003KygBBUzHP28plne8JQ { top:9.3125rem;left:3.125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OknEiETR4TeD4xVaAx0TFQVkeJILHAxf { top:41.3125rem;left:0rem;width:36.1875rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCcPMuJXAwXBtzmoDkEB1p8cmpICvAgr { top:47rem;left:0rem;width:31.1875rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOu3rfRKTKpz5kSDiA5XqtlPkyy5QU8c { top:49.25rem;left:0rem;width:31.1875rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZRvo7Dx3FiaN2Vci2hu0FZGdWOp7Zg4 { top:43.4375rem;left:3.125rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwRNwM5S6yynLS4AJ4uKrP4adosLxXp9 { top:29.0625rem;left:0rem;width:31.25rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf1AKAv0q45NfEGDCT0gViJPuu5cJKq3 { top:31.25rem;left:0rem;width:31.1875rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5ZbdaTcEL4SyAXZTezTlNOSAuFuhuOw { top:25.25rem;left:3.125rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC9bpOUr2WPp1Utw5qlKXlcQOACBXcsT { top:63.125rem;left:0rem;width:32.25rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8xoT7VldQ3b64Qb6DAstQZ01A7qVOT0 { top:59.75rem;left:3.1234436035156rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9cEswCW8K192nvIIbOTUTQ6Ta1nwM7Q { top:65.25rem;left:0rem;width:31.1875rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE44rSK9DE0UekbfLAvHntegAV6BvnwC { top:0.5625rem;left:14rem;width:33.75rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMqcdyc3kK0vxDufErGtA2vsFffNzrQm { top:19.875rem;left:14rem;width:33.75rem;height:51.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ8BsgbTRNffZy9vdwJ4iB3PgznT6Wef { display:block; }#JQ8BsgbTRNffZy9vdwJ4iB3PgznT6Wef > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8UmASqXs0PJCdcE6S3WkkVkCkspePtz { top:4.8125rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NILtHu56C0DTu4IEIXDHTTNAhcF7z69t { top:9.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADDbqvrunbKIEWotqfULtHmPhfT5vhH4 { display:block; }#ADDbqvrunbKIEWotqfULtHmPhfT5vhH4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNIQG3q74VyiE0fbI1IRExCy9gdzLet0 { top:0.8125rem;left:0rem;width:16.8125rem;height:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpUuWZ3nB4t6OrdnWu79KlmnMy2O0JyV { top:17.75rem;left:0rem;width:15.5625rem;height:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVBTbSZVlSeSQeb2pGOtrJQ8CECll5cp { top:34.5rem;left:0rem;width:15.5625rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zsdv4dt9Tw0APsyHfheTITIZUVWiu3Ok { top:0.8125rem;left:7rem;width:16.8125rem;height:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNVsLprSAiRWXdIN6xsGLZ3VGISd6vcZ { top:34.5rem;left:8.3125rem;width:15.5625rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3teTK7liObKbXz1CB0EBzvHAAnT3exq { top:18.0625rem;left:8.3125rem;width:15.5625rem;height:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iuo4bAZ5i7sFAREWpI5WQCwhGLGQ2ved { top:0.8125rem;left:18.9375rem;width:16.8125rem;height:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlAUwZ4JTD4MAIstMJkTJ9soTh4UF6Zs { top:34.5rem;left:20.25rem;width:15.5625rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkw41uuMK3D6EMRaSzGZRWpJZxMktA50 { top:18.125rem;left:20.25rem;width:15.5625rem;height:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXNGL727L24ivqNgOtQaHtbu12xfurx5 { top:0.8125rem;left:30.875rem;width:16.8125rem;height:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8e4g7pa9zpGE1080begKobKV9XO9J92 { top:18.0625rem;left:32.1875rem;width:15.5625rem;height:13.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3xz4cyG80iVb5LS05TqDyuuNJdlN9zZ { top:34.5rem;left:32.1875rem;width:15.5625rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oae5G6lInAZgNdZn8sGeHgr21KiTvLiS { top:1.3125rem;left:0rem;width:15.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd2xNVpntr2TSryMUm1xZBTHL6RtALHG { top:1.4375rem;left:8.3125rem;width:15.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrmZi6DoEi5TTM8CL25L0sT4dvBUvyQH { top:1.4375rem;left:20.25rem;width:15.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p25c6SUyPtcuHVfMM4ARnEHmz59WoODq { top:1.3125rem;left:32.1875rem;width:15.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9k37D8EZqo9TFtx650nBEeTitZuHOvJ { display:block; }#J9k37D8EZqo9TFtx650nBEeTitZuHOvJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XprH1dSxsfms5RrvFpzW6esNi1JfDI7p { top:5.8125rem;left:0rem;width:27.6875rem;height:15rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6Nu2ZNaqP4V0vbRGZsdXMkpdTJqnKc5 { top:21.5rem;left:0rem;width:26.1875rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 { display:flex;height:auto;width:27.8125rem;top:8.0625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #IvEsyGPdA9V14b0XJGyymI0zk9QCeQDU {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #VJgNy80Plg54F7b4omLE4b5qMBrhsGTE {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #Jq6sVp3Tx9PyTKueLulFqzc7NJuSwhcl {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #AJAGZv1NmwcGZBvrSlrWLBaSo6zmUzTT {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #sugCOyCAFdo6ANa1MPXcgc73LfRxAvJp {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #IGuuCfgzSCPsruSpWJzUIFNNlfe9LAoT {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #vN7bdl5CmGc2ZEAEiiLsTySlf8DZaCdG {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #tgGcrLAmXodlBI3Pldubp0E2HJyK8Np2 {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #zC7qFycAGH3bS9Le4QbcoIcnzQbgmNuG {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #bum5D7hda6L4THGLsRBq4Guq7w1ThN9w {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #RggirdTwDQWVe9BLq9HKD6pVKEBxv7XT {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #Zs6n82pqIc5kzGX3od57VDItKd3yCbI6 {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #uw1OaZafQPz2xd8wcG8D93q2zZDsqyH4 {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #k8XBaVgFUzkwA9ZFrr8TWrU8pgr7gGQM {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #Rd5wm5znrMncXlSLte4rBPQMTCzl0Ha3 {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #flEmg9HtT5WoZ3dmnGzVQXC5dwPzEw6G {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #OgtEU4uLSaqfwRJxg8QoDX54OWEiti1V {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #zoM8ubqzvZb8kSizrMydoT94CSg9uwnu {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #FJK2nKsgXILgwTo2pwK02rdrrIAnUNfs {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #D7xvTk3o0ZL2pLBFxo0yPPPZHTlEPubw {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #VKB89P0Rk2933AuDbXCn2rWfGekU4GzA {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #eGZFvT6GSzITmTDFI9whDwITlfODLeFV {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #BgERfmkV95QQ5ui2eMB7XDDgiHuq6bWT {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #voMiOI5WTvBADse0ZGJFHAEeHF6Ldkun {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #o1fGJWeceOC7zrKOgATTcMo8Uea0xPO9 {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #TMeUNbUz8lR41nlyeLW6kofylrdeM7Zv {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #Ct9zosPOshDUPE0iEet7eZppiTio11r1 {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #rfhJIukByV6Uf8sOrKWwJHpiKiGDc9ZQ {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #V8XCXrT9AVqGVK3gMEOaiTWD4T6n0twT {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #RitDmJxZk3ksL1PaqZ316P4iKurtvLm5 {  }
 }@media only screen and (max-width: 763px) { #VeItxxlrLHESSu83WgB7GZwvfzVpEX9V { display:block; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUUIZTN6lTW9sRb9MI3IrBcQ5NzpErZk { width:23.25rem;height:2.375rem;top:2.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #am8C9ReQXUJBxcaf1l8gI8eGuMGt5sQ3 { width:16.6875rem;height:1.5625rem;top:5.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAtJG9iy8cKMVEvi434Fp7DiI5bo89Cu { width:11.5rem;height:3.0625rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #il57tRrk3SggLfEymeUc3wRPLUxFqM1F { display:block; }
 }@media only screen and (max-width: 763px) { #JtfBbo5EUduTckGlQiIBwiysRnfM9y5Z { display:none; }
 }@media only screen and (max-width: 763px) { #voqZkw5OGkTmr7f44eZaJEqkbQuf9Sew { width:24.75rem;height:10.75rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV { display:block; }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikSyA81QFxxFtBy7PakenA0rg5vZ3VzQ { top:3.75rem;left:0rem;width:24.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNFuQnA1lOAPTSV840a16uZU9dXA6iUl { top:2.5rem;left:12.3125rem;width:19.4375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kht4W8mo4LlGs9ilEq2Rn3w4FQf0t4UA { top:3.1875rem;left:6.75rem;width:25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpZxdDi11V8RSiQ9DgTQdT9e0xxIu6zK { display:block; }
 }@media only screen and (max-width: 763px) { #WTVGDl4IJxCFHf9EyTeqso9crLsMZ1c9 { top:2.125rem;left:15.75rem;width:0.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwDrSW33Eop87me1JSOtb50x1OLaX98n { top:2.125rem;left:31.625rem;width:0.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#006d77;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpgEbEI4q9xXziKPeTLolpCuXWIVRBMf { width:18.1875rem;height:9.723rem;top:40.187026977539rem;left:0.87418466806412rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(var(--color-tertiary-0),1);display:block; }#fpgEbEI4q9xXziKPeTLolpCuXWIVRBMf li:before{  }
 }@media only screen and (max-width: 763px) { #WGKuE7ONgfQ5GpAv7tJG5bBOtpTzhPRv { width:19.875rem;height:20.3125rem;top:13.874420166016rem;left:0rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;border-top:0.0625rem solid #608e24;border-left:0.0625rem solid #608e24;border-right:0.0625rem solid #608e24;border-bottom:0.0625rem solid #608e24;background-color:rgba(255,255,255,0.81);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-regular-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-text { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;height:2.5625rem;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-text {padding-top: 0; padding-bottom: 0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-textarea { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-select { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-select {padding-top: 0; padding-bottom: 0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-button { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden;height:3.6875rem; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]:-moz-placeholder { font-size:1.125rem;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]::-moz-placeholder { font-size:1.125rem;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]:-ms-input-placeholder { font-size:1.125rem;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]::-webkit-input-placeholder { font-size:1.125rem;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-checkbox-label { width:14.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto;line-height:1.3; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-container:first-of-type{padding-top:0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-container:last-of-type{padding-bottom:0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv  { width:15.9998125rem;height:auto;top:18.684238910675rem;left:0.74902671575544rem; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .radio-container { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv {display:block;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv { width:15.9998125rem;height:auto;top:18.684238910675rem;left:0.74902671575544rem; }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #kiRTgaaPeQGCDa4oNdsmriXRbokJUt5I {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #mxPhgyeKkc2Ndc9uO4rmEbxE7o7J9EAZ {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #mnb01XR71ruQnx4oxhampfZaxpi3S5mA {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #ZR4p04CaO3fnPCrRfAVs2QsuwackUwfn {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #hsuE5zC1rotnqKVtAPMP074AIfUbL9iQ {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #mIVmRQL04PZmT67nsz0cyIF4S58J19JX {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #as4sotINSnHe4Nx45JwJXzK8ZEZPdRru {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #kOFm5rvMdAdvEA8hIvut6lg9AEWThemL {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #MqKQcUGZTVD6O6cpqPNHaQW5XrEHaRrS {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #F5JuKS4kBy34mspd61wr3TwzX7Gsq6Pb {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #sQyMwzDsWAyphTpM47FlLWJAIoZBSULV {  }
 }@media only screen and (max-width: 763px) { #FsXXFRi4ln0Id1yEcOwLBQ7MiltmGJge { top:0.74902677536012rem;left:0rem;width:19.9995rem;height:12.436875rem;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c44cddff-b6ff-49ff-9973-5e7bb881c95b/MayaMouradtop.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FsXXFRi4ln0Id1yEcOwLBQ7MiltmGJge.adaptive-delivery-prevent-bg, #FsXXFRi4ln0Id1yEcOwLBQ7MiltmGJge.lazyload, #FsXXFRi4ln0Id1yEcOwLBQ7MiltmGJge.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lxBgsJwnoidkTpbxTdtSKRyiEEfUF0gq { width:15.312rem;height:3.75rem;top:35.4375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #upuSxDxm24hoC55q32TkbSDVulHZwHdH { width:19.875rem;height:15.3125rem;top:47.3125rem;left:0.0625rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;border-top:0.0625rem solid #608e24;border-left:0.0625rem solid #608e24;border-right:0.0625rem solid #608e24;border-bottom:0.0625rem solid #608e24;display:none; }
 }@media only screen and (max-width: 763px) { #UgVFZbDXT5fyaw4ucm0l6QqzCEwRDPSm { width:16.9994375rem;height:3.99963125rem;top:15.790062904358rem;left:1.4993687272072rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm { display:block; }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row .container { width:20rem;height:91.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfVxIO8DXVTAKFn50wQ1zQBRI52wi9ko { width:14.9375rem;height:14.9375rem;top:1.5621566772461rem;left:2.5620792508125rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #apaIJre9JRKB1948ATW1SddEAGDqgJ92 { width:19.062375rem;height:67.1717125rem;top:19.268190383911rem;left:0.46756631135941rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vMxMVDD61TW83M5MoGSW8uMdhxuTk5hR { width:9.4998125rem;height:10.3125rem;top:6.9993400573731rem;left:8.8120790123938rem;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #uLI4cfDxFb57PsyEIZtoLmd4odci6euU { width:9.4998125rem;height:10.3125rem;top:0.75rem;left:1.7499211430549rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #pQBa5Nf7qqLzzRiq5mJ1vTVK3kZFrW6U { width:19.9995rem;height:1.38020625rem;top:87.874189376831rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXfOIJUQL6TfOGlMDceuyyXhSdrgXISe { width:20rem;height:72.6875rem;top:18.185104370118rem;left:0rem;background-color:#006d77;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #v0TPTiM42N3N1D26UkcPPNO18UiXPaT1 { width:19.9995rem;height:0.31236875rem;top:90.600671768187rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1aGmm1JvINbvn1nHbAw1H87rE6CHeFV { width:20rem;height:0.3125rem;top:17.943144083023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWuqNnyMImZXI20ZEWKgncV0n8q7HeOa { display:block; }#AWuqNnyMImZXI20ZEWKgncV0n8q7HeOa > .row .container { width:20rem;height:102.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gyq87OQZrbIETrZuJHPq4DSkbFczUwtS { width:15.4373125rem;height:12.5rem;top:1.7494087219238rem;left:1.3117555379868rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VBFwzDx4tHmBJ4xSDov59ceLCuZvat0y { width:20rem;height:16.5rem;top:27.124824523926rem;left:0.062435984611511rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wemkw4hEKcoORHDo4nhiR2MAM6uqQuug { width:17.4995rem;height:1.50015625rem;top:31.874610900879rem;left:1.3123558759689rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2SWGUydBa7zzRPcIn5n17TE4VRz1DdG { width:17.4995rem;height:8.394875rem;top:33.997749328613rem;left:1.2493195533752rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XcQomvMxLRq003KygBBUzHP28plne8JQ { display:flex;width:2.74958125rem;height:2.74958125rem;top:28.6875rem;left:8.6875rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #OknEiETR4TeD4xVaAx0TFQVkeJILHAxf { width:20rem;height:19.75rem;top:63.561927795413rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCcPMuJXAwXBtzmoDkEB1p8cmpICvAgr { width:17.4995rem;height:3.3001875rem;top:68.562049865725rem;left:1.2499198913574rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VOu3rfRKTKpz5kSDiA5XqtlPkyy5QU8c { width:17.4995rem;height:8.394875rem;top:72.249565124513rem;left:1.2493195533752rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZRvo7Dx3FiaN2Vci2hu0FZGdWOp7Zg4 { display:flex;width:2.74958125rem;height:2.74958125rem;top:65.187477111819rem;left:8.6245675086975rem; }
 }@media only screen and (max-width: 763px) { #DwRNwM5S6yynLS4AJ4uKrP4adosLxXp9 { width:17.4995rem;height:1.65009375rem;top:47.3125rem;left:1.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Bf1AKAv0q45NfEGDCT0gViJPuu5cJKq3 { width:17.4995rem;height:9.7940625rem;top:51.062004089356rem;left:1.2499198913574rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5ZbdaTcEL4SyAXZTezTlNOSAuFuhuOw { display:flex;width:2.75rem;height:2.75rem;top:44.5625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #QC9bpOUr2WPp1Utw5qlKXlcQOACBXcsT { width:17.4995rem;height:3.3001875rem;top:87.375rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #c8xoT7VldQ3b64Qb6DAstQZ01A7qVOT0 { display:flex;width:2.75rem;height:2.75rem;top:84.625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #T9cEswCW8K192nvIIbOTUTQ6Ta1nwM7Q { width:16.6871875rem;height:6.99575rem;top:91.124944686888rem;left:1.6245357990265rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TE44rSK9DE0UekbfLAvHntegAV6BvnwC { width:18.125rem;height:18.5rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMqcdyc3kK0vxDufErGtA2vsFffNzrQm { width:17.374625rem;height:23.0623125rem;top:5.5610022544861rem;left:1.3117555379868rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/images/wizard/topics/coaching_1920x1080_2.avif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#vMqcdyc3kK0vxDufErGtA2vsFffNzrQm.adaptive-delivery-prevent-bg, #vMqcdyc3kK0vxDufErGtA2vsFffNzrQm.lazyload, #vMqcdyc3kK0vxDufErGtA2vsFffNzrQm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JQ8BsgbTRNffZy9vdwJ4iB3PgznT6Wef { display:block; }#JQ8BsgbTRNffZy9vdwJ4iB3PgznT6Wef > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8UmASqXs0PJCdcE6S3WkkVkCkspePtz { width:19.9995rem;height:2.5002625rem;top:0.74903655052188rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NILtHu56C0DTu4IEIXDHTTNAhcF7z69t { width:17.3121875rem;height:4.49810625rem;top:4.1229190826416rem;left:1.3423731327057rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ADDbqvrunbKIEWotqfULtHmPhfT5vhH4 { display:block; }#ADDbqvrunbKIEWotqfULtHmPhfT5vhH4 > .row .container { width:20rem;height:143.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNIQG3q74VyiE0fbI1IRExCy9gdzLet0 { width:16.8125rem;height:33.8125rem;top:1.2499237060547rem;left:1.5620996952057rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpUuWZ3nB4t6OrdnWu79KlmnMy2O0JyV { width:15.5621875rem;height:10.7954375rem;top:18.248559951783rem;left:2.1864967346191rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #bVBTbSZVlSeSQeb2pGOtrJQ8CECll5cp { width:15.5621875rem;height:1.50015625rem;top:31.373556137085rem;left:2.2176773548126rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zsdv4dt9Tw0APsyHfheTITIZUVWiu3Ok { width:16.8125rem;height:34.3125rem;top:36.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNVsLprSAiRWXdIN6xsGLZ3VGISd6vcZ { width:15.5615rem;height:1.50015625rem;top:67.0625rem;left:2.2177734375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z3teTK7liObKbXz1CB0EBzvHAAnT3exq { width:15.5621875rem;height:9.5959375rem;top:53.9375rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #Iuo4bAZ5i7sFAREWpI5WQCwhGLGQ2ved { width:16.8125rem;height:34.3125rem;top:72.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlAUwZ4JTD4MAIstMJkTJ9soTh4UF6Zs { width:15.5625rem;height:1.50015625rem;top:102.6875rem;left:2.21875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rkw41uuMK3D6EMRaSzGZRWpJZxMktA50 { width:15.5621875rem;height:10.7954375rem;top:89.375rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #PXNGL727L24ivqNgOtQaHtbu12xfurx5 { width:16.8125rem;height:33.8125rem;top:107.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8e4g7pa9zpGE1080begKobKV9XO9J92 { width:15.5621875rem;height:8.3964375rem;top:125.25rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #h3xz4cyG80iVb5LS05TqDyuuNJdlN9zZ { width:15.5615rem;height:1.50015625rem;top:137.6875rem;left:2.2177734375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oae5G6lInAZgNdZn8sGeHgr21KiTvLiS { width:15.5rem;height:15.5rem;top:1.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd2xNVpntr2TSryMUm1xZBTHL6RtALHG { width:15.5625rem;height:15.5625rem;top:37rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrmZi6DoEi5TTM8CL25L0sT4dvBUvyQH { width:15.5625rem;height:15.5625rem;top:72.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p25c6SUyPtcuHVfMM4ARnEHmz59WoODq { width:15.5625rem;height:15.5625rem;top:108.375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9k37D8EZqo9TFtx650nBEeTitZuHOvJ { background-color:#006d77;background-image:url("https://icons.assets-landingi.com/icon_610e0dbec29db397b4e79aeb91e18c6cee581bde.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#J9k37D8EZqo9TFtx650nBEeTitZuHOvJ.adaptive-delivery-prevent-bg, #J9k37D8EZqo9TFtx650nBEeTitZuHOvJ.lazyload, #J9k37D8EZqo9TFtx650nBEeTitZuHOvJ.lazyloading { background-image: none; }#J9k37D8EZqo9TFtx650nBEeTitZuHOvJ > .row .container { background-color: transparent; background-image: none; }#J9k37D8EZqo9TFtx650nBEeTitZuHOvJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9k37D8EZqo9TFtx650nBEeTitZuHOvJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9k37D8EZqo9TFtx650nBEeTitZuHOvJ > .row .container > .video-iframe-container { display: none; }#J9k37D8EZqo9TFtx650nBEeTitZuHOvJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9k37D8EZqo9TFtx650nBEeTitZuHOvJ > .row > .video-iframe-container { display: none; }#J9k37D8EZqo9TFtx650nBEeTitZuHOvJ > .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); }#J9k37D8EZqo9TFtx650nBEeTitZuHOvJ > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XprH1dSxsfms5RrvFpzW6esNi1JfDI7p { width:19.9999375rem;height:5.000525rem;top:0.76844406127931rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O6Nu2ZNaqP4V0vbRGZsdXMkpdTJqnKc5 { width:19.9995rem;height:2.79829375rem;top:6.5801348686219rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 .accordion-heading-text { font-size:1rem;height:auto; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 .accordion-desc-text { font-size:1rem;height:auto; }
#pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 { display:flex;height:auto;width:19.9981875rem;top:10.802030563354rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #IvEsyGPdA9V14b0XJGyymI0zk9QCeQDU {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #VJgNy80Plg54F7b4omLE4b5qMBrhsGTE {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #Jq6sVp3Tx9PyTKueLulFqzc7NJuSwhcl {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #AJAGZv1NmwcGZBvrSlrWLBaSo6zmUzTT {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #sugCOyCAFdo6ANa1MPXcgc73LfRxAvJp {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #IGuuCfgzSCPsruSpWJzUIFNNlfe9LAoT {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #vN7bdl5CmGc2ZEAEiiLsTySlf8DZaCdG {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #tgGcrLAmXodlBI3Pldubp0E2HJyK8Np2 {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #zC7qFycAGH3bS9Le4QbcoIcnzQbgmNuG {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #bum5D7hda6L4THGLsRBq4Guq7w1ThN9w {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #RggirdTwDQWVe9BLq9HKD6pVKEBxv7XT {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #Zs6n82pqIc5kzGX3od57VDItKd3yCbI6 {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #uw1OaZafQPz2xd8wcG8D93q2zZDsqyH4 {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #k8XBaVgFUzkwA9ZFrr8TWrU8pgr7gGQM {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #Rd5wm5znrMncXlSLte4rBPQMTCzl0Ha3 {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #flEmg9HtT5WoZ3dmnGzVQXC5dwPzEw6G {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #OgtEU4uLSaqfwRJxg8QoDX54OWEiti1V {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #zoM8ubqzvZb8kSizrMydoT94CSg9uwnu {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #FJK2nKsgXILgwTo2pwK02rdrrIAnUNfs {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #D7xvTk3o0ZL2pLBFxo0yPPPZHTlEPubw {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #VKB89P0Rk2933AuDbXCn2rWfGekU4GzA {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #eGZFvT6GSzITmTDFI9whDwITlfODLeFV {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #BgERfmkV95QQ5ui2eMB7XDDgiHuq6bWT {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #voMiOI5WTvBADse0ZGJFHAEeHF6Ldkun {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #o1fGJWeceOC7zrKOgATTcMo8Uea0xPO9 {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #TMeUNbUz8lR41nlyeLW6kofylrdeM7Zv {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #Ct9zosPOshDUPE0iEet7eZppiTio11r1 {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #rfhJIukByV6Uf8sOrKWwJHpiKiGDc9ZQ {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #V8XCXrT9AVqGVK3gMEOaiTWD4T6n0twT {  }
 }@media only screen and (max-width: 763px) { #pOdTAA3rdufEWAkvA60u4d4VUe4zh0J7 #RitDmJxZk3ksL1PaqZ316P4iKurtvLm5 {  }
 }@media only screen and (max-width: 763px) { #VeItxxlrLHESSu83WgB7GZwvfzVpEX9V { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ddf5c44e-12d0-4f07-85d3-e3b84698ba71/Maya_Mourad_bottom.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V.adaptive-delivery-prevent-bg, #VeItxxlrLHESSu83WgB7GZwvfzVpEX9V.lazyload, #VeItxxlrLHESSu83WgB7GZwvfzVpEX9V.lazyloading { background-image: none; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container { background-color: transparent; background-image: none; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.3); }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container > .video-iframe-container { display: none; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.3); }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row > .video-iframe-container { display: none; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .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); }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUUIZTN6lTW9sRb9MI3IrBcQ5NzpErZk { width:20rem;height:1.44346875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #am8C9ReQXUJBxcaf1l8gI8eGuMGt5sQ3 { width:20rem;height:1.3001125rem;top:2.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAtJG9iy8cKMVEvi434Fp7DiI5bo89Cu { width:8.499375rem;height:2.12456875rem;top:4.9240455627441rem;left:5.7497830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #il57tRrk3SggLfEymeUc3wRPLUxFqM1F { display:block; }
 }@media only screen and (max-width: 763px) { #JtfBbo5EUduTckGlQiIBwiysRnfM9y5Z { top:0.9021282196045rem;left:0rem;width:20rem;height:3.4375rem;z-index:15001;background-color:rgba(255,255,255,0.61);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #voqZkw5OGkTmr7f44eZaJEqkbQuf9Sew { width:19.875rem;height:7.8125rem;top:0.56818389892578rem;left:0.040772318840027rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;border-top:0.0625rem solid #608e24;border-left:0.0625rem solid #608e24;border-right:0.0625rem solid #608e24;border-bottom:0.0625rem solid #608e24;display:block; }
 }@media only screen and (max-width: 763px) { #RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV { display:block; }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikSyA81QFxxFtBy7PakenA0rg5vZ3VzQ { width:20rem;height:1.13768125rem;top:1.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNFuQnA1lOAPTSV840a16uZU9dXA6iUl { width:15.875rem;height:3.41145625rem;top:3.1875rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kht4W8mo4LlGs9ilEq2Rn3w4FQf0t4UA { top:6.625rem;left:0rem;width:20rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpZxdDi11V8RSiQ9DgTQdT9e0xxIu6zK { display:block; }
 }@media only screen and (max-width: 763px) { #WTVGDl4IJxCFHf9EyTeqso9crLsMZ1c9 { width:0.125rem;height:4.375rem;top:10.562067626953rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hwDrSW33Eop87me1JSOtb50x1OLaX98n { width:0.125rem;height:4.375rem;top:16.187067626953rem;left:9.9375rem;display:none; }
 }