.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color: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); }#fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b4b3;background-image:url("https://images.assets-landingi.com/uc/38ccd46a-54cb-4a87-b429-9bacf0181b4c/Screenshot20250908185709.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection.adaptive-delivery-prevent-bg, #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection.lazyload, #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection.lazyloading { background-image: none; } #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection *:focus-visible, #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection input[type="text"]:focus-visible, #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection input[type="email"]:focus-visible, #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection input[type="tel"]:focus-visible, #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection textarea:focus-visible { outline: none; } #PdMirn65fgWv0Zs3rQ9T8C6XAbqrTrg5 > .row .container { background-color: transparent; background-image: none; }#PdMirn65fgWv0Zs3rQ9T8C6XAbqrTrg5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdMirn65fgWv0Zs3rQ9T8C6XAbqrTrg5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdMirn65fgWv0Zs3rQ9T8C6XAbqrTrg5 > .row .container > .video-iframe-container { display: none; }#PdMirn65fgWv0Zs3rQ9T8C6XAbqrTrg5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdMirn65fgWv0Zs3rQ9T8C6XAbqrTrg5 > .row > .video-iframe-container { display: none; }#PdMirn65fgWv0Zs3rQ9T8C6XAbqrTrg5 > .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); }#PdMirn65fgWv0Zs3rQ9T8C6XAbqrTrg5 > .row .container { border-width: 0; border-radius: 0; }#PdMirn65fgWv0Zs3rQ9T8C6XAbqrTrg5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PdMirn65fgWv0Zs3rQ9T8C6XAbqrTrg5 > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:block; }#d6165a53e36fddf19618f135a1db58b5.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cbd01d25-054c-4cf0-8020-3a9ad515e285/AHJmob.jpg");background-position:top right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#d6165a53e36fddf19618f135a1db58b5.widget-smartsection.adaptive-delivery-prevent-bg, #d6165a53e36fddf19618f135a1db58b5.widget-smartsection.lazyload, #d6165a53e36fddf19618f135a1db58b5.widget-smartsection.lazyloading { background-image: none; } #d6165a53e36fddf19618f135a1db58b5.widget-smartsection *:focus-visible, #d6165a53e36fddf19618f135a1db58b5.widget-smartsection input[type="text"]:focus-visible, #d6165a53e36fddf19618f135a1db58b5.widget-smartsection input[type="email"]:focus-visible, #d6165a53e36fddf19618f135a1db58b5.widget-smartsection input[type="tel"]:focus-visible, #d6165a53e36fddf19618f135a1db58b5.widget-smartsection textarea:focus-visible { outline: none; } #v3gZsAuL62dpt1hlKESZAzFmxJBS6GvF > .row .container { border-width: 0; border-radius: 0; }#v3gZsAuL62dpt1hlKESZAzFmxJBS6GvF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v3gZsAuL62dpt1hlKESZAzFmxJBS6GvF > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:60rem;position:relative;display:none; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 { position:relative;z-index:auto;display:block; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 { background-color: transparent; background-image: none; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row .container > .video-iframe-container { display: none; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row > .video-iframe-container { display: none; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .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); }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 { border-width: 0; border-radius: 0; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f6fb;background-image:url("https://images.assets-landingi.com/uc/fb32a9c5-74a2-407b-a8ef-c415a4e69352/1e36d97216a804673b8e306661fc8262.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:77rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row .container.adaptive-delivery-prevent-bg, #cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row .container.lazyload, #cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row .container.lazyloading { background-image: none; }#ckuvSITXbu8CErGhkVha9qErtkBnBhMz { color:#ffffff;display:block;width:22.8730625rem;position:absolute;font-family:hekaya;font-size:1.8125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:23.125rem;left:19.3125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EHNfWsK5qZQaPIKzlSZIRWpzDeCSlpaU { color:#ffffff;display:block;width:23.558625rem;position:absolute;font-family:"sari 3";font-size:1.875rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:39rem;left:4.6875rem;height:0;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:none; }
#POSlaaoz71Vtm43987LzwTxqXdpbCpr1 { background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.5rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:42.75rem;left:13.5rem;display:none; }
#Fbk4tG8mtDPpDZ7bsBy4ZvWNpgbTTQfh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m0wTfUQTvQLk6KfW1QWkl4EIw3HA0dOL { background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.5rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:42.75rem;left:3.625rem;display:none; }
#bwdXcsl8qTI1XvCbHPHGFVb6PfaASrru { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lNcf7Z1hDi8Bxg8Qo39TMHFNAMHBFApT { background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.5rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:42.75rem;left:23.375rem;display:none; }
#wqV0m9WUHvf6Up6Ow6lt8FbWPT14mUZ4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q5deCMSRtrFMKeRPU1Af0Enmm5WkQOI8 { background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.5rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:46.6875rem;left:23.375rem;display:none; }
#HISF3f1ss0XI7qtQiJoAa1y9PtDTJ1Rh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DtvsiMkDdL2IMGQBzNioK4i6bsFIfAXT { background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.5rem;text-decoration:none;z-index:15079;text-align:center;text-align-last:center;top:46.6875rem;left:13.5rem;display:none; }
#JZ1p32ZuglWih0NvfryR7bL6J8iCsCsh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#akpSWxtN1zOyAVeIqkTpafK1KEvTWJCN { background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.5rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:46.6875rem;left:3.625rem;display:none; }
#FC29nGkTnvm59eK4ArrN81PFwTGBBAbe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WN8y9ZsCkAWlo7DsVcWtWlWrmba0i6sH { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:52.218751907349rem;left:27.841146469116rem;overflow:hidden;display:block; }
#C2B7qNUAITNZNHDhVPhreZQz5bmrKSG8 { z-index:15012;top:30.5rem;left:7.1875rem;background-color:#0cac28;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0.1875rem 0rem #1e2c39 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#UBoXCRHRZt1HFyTZHiMBz7fiCIHcNTdf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bK0MnVC8299hAW3nN9r9CrPJrduxy8ay { box-sizing:content-box;color:#fb0303;font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15077;top:27.1875rem;left:22.40625rem;display:none; }
#b9oO2lA0wewS5TTmZ53Pymy0v9TdyHAd { background-color:#fb0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9980625rem;height:2.499025rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:32.8125rem;left:21.78125rem;display:none; }
#lCFIaWy9zCBW1FT2C52rpTe2tEJ748Mk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pSdpyImnMKHoqUKy6GOqEid6nhAJ6HJV { position:absolute;display:block;z-index:15183;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:7.125rem;top:53.9375rem;left:14.643228530884rem;overflow:hidden;display:block; }
#zsZiiioeKLx48GW5ynM3T5kWmz8bQgn3 { color:#ba0484;display:block;width:21.75rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15047;line-height:1.7;letter-spacing:0;top:7.4973959922787rem;left:33.562501907349rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-form-header {  }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.625rem;font-weight:700;color:#ba0484;width:19.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1;font-style:normal; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #be8215;border-left:0.1875rem solid #be8215;border-right:0.1875rem solid #be8215;border-bottom:0.1875rem solid #be8215;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:19.0625rem;box-sizing:border-box;height:2.25rem;color:#ba0484;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-input-text {padding-top: 0; padding-bottom: 0;}#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #be8215;border-left:0.1875rem solid #be8215;border-right:0.1875rem solid #be8215;border-bottom:0.1875rem solid #be8215;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:19.0625rem;box-sizing:border-box;height:4.375rem;color:#ba0484;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-input-select { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #be8215;border-left:0.1875rem solid #be8215;border-right:0.1875rem solid #be8215;border-bottom:0.1875rem solid #be8215;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:19.0625rem;box-sizing:border-box;height:2.3125rem;color:#ba0484;font-family:cairo;font-size:0.9375rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1.5; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-input-select {padding-top: 0; padding-bottom: 0;}#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .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; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#be8215;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#f2f9ff;width:19.0625rem;height:2.875rem;font-family:cairo;overflow:hidden;box-shadow: none;font-style:normal;line-height:1; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q [class*="-text"]:-moz-placeholder { color:#ba0484;font-family:cairo;font-size:0.875rem; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q [class*="-text"]::-moz-placeholder { color:#ba0484;font-family:cairo;font-size:0.875rem; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q [class*="-text"]:-ms-input-placeholder { color:#ba0484;font-family:cairo;font-size:0.875rem; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q [class*="-text"]::-webkit-input-placeholder { color:#ba0484;font-family:cairo;font-size:0.875rem; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:17.875rem;overflow:hidden;font-style:normal; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .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; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.1875rem;vertical-align:middle;font-family:cairo;font-size:1.25rem;font-weight:400;color:#dfdfdf;overflow:hidden;font-style:normal;line-height:1.5; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-container:first-of-type{padding-top:0;}#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-container:last-of-type{padding-bottom:0;}#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:4.964599609375rem;top:23.123779296875rem;z-index:15038;position:absolute; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.0625rem;display:block;vertical-align:top; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-info-text { display:block;height:auto;font-family:cairo;font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q {display:block;}#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:4.964599609375rem;top:23.123779296875rem;z-index:15038;position:absolute; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #c8zqkwLrH3cbSWyHqSmgNBed149Nm4bE { position:relative; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #pTkATcuaSrxQRGKwG9MZWqgHRnxAJa1T { position:relative;display:block; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #Txyds26h1u2JF3KwiUHEh6gDeLhwPMvr { position:relative; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #PzGMyqe0x3ydH5m7Bvc60qgRGzriqRX1 { position:relative; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #B7p0MmZMXXT5te89JDawTEOCsbLswgnO { position:relative;display:block; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #K7VeR0F1Di46gCN3WVsvwhDDvX46uG1c { position:relative; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #oRikz2z0NP83S58zx6IVou54Mf6G5yZQ { position:relative; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #atuwI3TL3eXboTT3biu75p8qpUXabpvI { position:relative;display:block; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #P3iD18zBw73HLDcnmcnJnlGWwnqbJ2AG { position:relative; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #Z2Lg8bGnx3mIBpt8Z79qvph6mdFZnLZv { position:relative; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #TTh59qdHQg4vOTVLrvPCnbAVUgQHmEIw { position:relative;display:block; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #sV2dhtL7hast3WZPdUuOaF3fBUnz958u { position:relative; }
#s5GIHMCfwns0Cv9Kb0qndchw7G6fTmBK { position:relative;display:block; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #xJMlhemJHXPCSvt2gM9qHgqeuySiydA1 { position:relative; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #gyfIwt1ZWCu5xlW6JGB8v7z11PbbokgK { position:relative; }
#lXhhWhdW1ZUwAyuGuhmkVUUMOJwT8Pe3 { position:absolute;display:block;z-index:15189;border-top:0.125rem solid #be8215;border-left:0.125rem solid #be8215;border-right:0.125rem solid #be8215;border-bottom:0.125rem solid #be8215;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:13.999rem;width:8.93675rem;top:5.623779296875rem;left:11.197509765625rem;overflow:hidden;display:block; }
#WnNRZnwZd4G9iMIGVHsAZif5gGEw7w9N { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:19.5625rem;top:2.375rem;left:20.218751907349rem;overflow:hidden;display:block; }
#BIsmAQ8sEd7xc7o0TURqWJAeVdgKhhAM { position:absolute;display:block;z-index:15184;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:8.125rem;top:54.083333969116rem;left:2.1223964691162rem;overflow:hidden;display:block; }
#IrcKJET28rf078ttyr5VhFd03py3DIAR { color:#6c3a84;display:block;width:10.871125rem;position:absolute;font-family:tajawal;font-size:2.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:64.5625rem;left:22.75rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SQWbnm8LPn5nSDGwKrxiTe28uaOyldvd { box-sizing:content-box;color:#6c3a84;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:64.375rem;left:37.8125rem;display:block; }
#BnbZ9fgFDseCyFell5O3ddZkTNOVlBlW { color:#6c3a84;display:block;width:41.3125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:60.625rem;left:7.5625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nt9iFrMioQquxh8t1BwJ9uEUmwn3Hccs { box-sizing:content-box;color:#6c3a84;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:60.25rem;left:49.875rem;display:block; }
#xc9mDvSzytrGzgl2sbsHspXysE4WCPHl { position:absolute;display:block;z-index:15195;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:10.375rem;top:28.375001907349rem;left:36.625001907349rem;overflow:hidden;display:block; }
#owSBQcKpp53w9KzaSOdqUbTWFOT426N1 { background-color:#109a12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #ba0484;border-left:0.375rem solid #ba0484;border-right:0.375rem solid #ba0484;border-bottom:0.375rem solid #ba0484;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.56120875rem;height:3.31119625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:15.5625rem;left:34.135416030884rem;display:none; }
#FsWGO6fuyBBIVOXpyFJUtN94T4Q0XKtJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nLnwKxf29IJp2mnqC0TaeHLe8xIRPATB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15254;opacity:1;top:72.9375rem;left:41.75rem; }
#A4zXImsSGzJGvZgVg2NnCH4DJCA71UGX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15253;opacity:1;top:73.0625rem;left:36.4375rem; }
#z7xTaJFytNuE9mpBdC5rdE2qF67KOFsQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15258;opacity:1;top:72.9375rem;left:30.5625rem; }
#aD7a35N2fik7A7qJsJafIOqlU9RMhUqg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15256;opacity:1;top:72.875rem;left:24.8125rem; }
#AzS7eWTK4yuEk6W3NoU1smdcxC2TvIF2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15255;opacity:1;top:72.8125rem;left:19.125rem; }
#eLoyny1rCpToDNfyL1iOtzWZHJpuVsTs { color:#6c3a84;display:block;width:19.5rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15079;line-height:1.5;letter-spacing:0;top:68.8125rem;left:20.0625rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MvyWpsiTIE8ZN4xtz0Nf7B7o0SgKyFGc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15257;opacity:1;top:72.9375rem;left:14.1875rem; }
#JUApt923V5Q3uAbspsTrvd4oMclVDIc6 { color:#ba0484;display:block;width:21.75rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15055;line-height:1.7;letter-spacing:0;top:46.374999046326rem;left:33.028646469116rem;height:4.675rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K9E5o5AzEu9A71p93VwJLxXw2qI4rKwR { color:#ba0484;display:block;width:21.75rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15054;line-height:1.7;letter-spacing:0;top:40.687501907349rem;left:33.653646469116rem;height:4.675rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Jr2UGQ6yHWobmCRHyh77X600hJexTzcn { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:21.125000953674rem;left:35.687501907349rem;display:block; }
#o5e3HC3XszzSOzt7MgAOauOaqhGO0hoy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xtFSAJBIbB6mUXexAI0O45LFgpwvfQHU { position:absolute;display:block;z-index:15189;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:13.1875rem;top:53.468751907349rem;left:42.183595657349rem;overflow:hidden;display:block; }
#fkAkDa0USPL6TC9T3bM68UfDD6XLHgMg { position:absolute;display:block;z-index:15259;height:1.3125rem;width:7.4375rem;top:71.6875rem;left:51.0625rem;display:block; }
#ak7r0SPZ38QQZx4keDToiI4DeS5EBnzm { position:absolute;display:block;z-index:15260;height:1.1875rem;width:6.5625rem;top:71.8125rem;left:1.5rem;display:block; }
#umvWtnElazgzPKsNuAh8Ko1IomTdMDGR { color:#be8215;display:block;width:18.125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:21.124267578125rem;left:7.562255859375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#McME9XkpvRq5DOV0uzD6QNsm2w2DaOL7 { position:relative;display:none; }#McME9XkpvRq5DOV0uzD6QNsm2w2DaOL7 { border-width: 0; border-radius: 0; }#McME9XkpvRq5DOV0uzD6QNsm2w2DaOL7 > .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; }#McME9XkpvRq5DOV0uzD6QNsm2w2DaOL7 > .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:47.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Cz4IWsJTlXMqhNAfFpgOCeTT0xPBO7k1 { color:#ba0484;display:block;width:48.24825rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:400;z-index:15055;line-height:1.5;letter-spacing:0;top:29.5rem;left:6.25rem;height:11.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GJ6yea0Hp5veKwtiFbc2lC9bfZvSPbkN { color:#ba0484;display:block;width:22.74825rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15053;line-height:1.5;letter-spacing:0;top:23.8125rem;left:18.625rem;height:2.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kwqvB7ow9ylbzPzZ972uJBOFFUhcedJm { color:#be8215;display:block;width:18.125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:17.6875rem;left:20.9375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WB1y4dTav3SkV6XQPTBod7bqqRGJZNJ5 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:10.1875rem;top:3.1875rem;left:24.875rem;overflow:hidden;display:block; }
#XHPmpTvXlJTU2MgJW0HuWycfe2m1Frui { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:10.5rem;top:6.1875rem;left:25.125rem;overflow:hidden;display:block; }
#uDTF6Ed3w0eqMWkHTQvmLJxtT0q9ALd3 { position:relative;display:block; }#uDTF6Ed3w0eqMWkHTQvmLJxtT0q9ALd3 { background-color: transparent; background-image: none; }#uDTF6Ed3w0eqMWkHTQvmLJxtT0q9ALd3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDTF6Ed3w0eqMWkHTQvmLJxtT0q9ALd3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDTF6Ed3w0eqMWkHTQvmLJxtT0q9ALd3 > .row .container > .video-iframe-container { display: none; }#uDTF6Ed3w0eqMWkHTQvmLJxtT0q9ALd3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDTF6Ed3w0eqMWkHTQvmLJxtT0q9ALd3 > .row > .video-iframe-container { display: none; }#uDTF6Ed3w0eqMWkHTQvmLJxtT0q9ALd3 > .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); }#uDTF6Ed3w0eqMWkHTQvmLJxtT0q9ALd3 { border-width: 0; border-radius: 0; }#uDTF6Ed3w0eqMWkHTQvmLJxtT0q9ALd3 > .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; }#uDTF6Ed3w0eqMWkHTQvmLJxtT0q9ALd3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JTvlUdedm1bqhloCBSxhqgX3UPKx8apA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.5rem;width:9.25rem;top:1.125rem;left:5.375rem;display:block; }
#ub2Qn7GuV6OCctK2L1HKy9f4VRT5S871 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.5rem;width:9.25rem;top:1.125rem;left:25.375rem;display:block; }
#WvqWMBtgJTJhNpIJPp4t314dV7UGMVv3 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.5rem;width:9.25rem;top:1.125rem;left:45.375003814698rem;display:block; }
#mCVJF0xlIFtrbTHphW7DPRQs2Rf2LqUC { position:relative;display:block; }#mCVJF0xlIFtrbTHphW7DPRQs2Rf2LqUC { background-color: transparent; background-image: none; }#mCVJF0xlIFtrbTHphW7DPRQs2Rf2LqUC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCVJF0xlIFtrbTHphW7DPRQs2Rf2LqUC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCVJF0xlIFtrbTHphW7DPRQs2Rf2LqUC > .row .container > .video-iframe-container { display: none; }#mCVJF0xlIFtrbTHphW7DPRQs2Rf2LqUC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCVJF0xlIFtrbTHphW7DPRQs2Rf2LqUC > .row > .video-iframe-container { display: none; }#mCVJF0xlIFtrbTHphW7DPRQs2Rf2LqUC > .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); }#mCVJF0xlIFtrbTHphW7DPRQs2Rf2LqUC { border-width: 0; border-radius: 0; }#mCVJF0xlIFtrbTHphW7DPRQs2Rf2LqUC > .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; }#mCVJF0xlIFtrbTHphW7DPRQs2Rf2LqUC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FePwf0vBzNlxQhKLA3vKbJCq4IgdSGcr { position:absolute;display:block;z-index:15004;height:18.6875rem;width:60rem;top:0rem;left:0rem;display:block; }
#ASCRX0SqJ3Bvlf1K5hiXTNwESsohomwv { position:relative;display:none; }#ASCRX0SqJ3Bvlf1K5hiXTNwESsohomwv { border-width: 0; border-radius: 0; }#ASCRX0SqJ3Bvlf1K5hiXTNwESsohomwv > .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; }#ASCRX0SqJ3Bvlf1K5hiXTNwESsohomwv > .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:255.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#B7M7FK4z8ftXMrQ3ScSQM5XznUA73sv6 { position:absolute;display:block;z-index:15000;height:33.9375rem;width:60rem;top:0rem;left:0rem;display:block; }
body { position:relative;display:block; }
#fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection { display:block; } #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection *:focus-visible, #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection input[type="text"]:focus-visible, #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection input[type="email"]:focus-visible, #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection input[type="tel"]:focus-visible, #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection textarea:focus-visible { outline: none; } #PdMirn65fgWv0Zs3rQ9T8C6XAbqrTrg5 > .row .container { width:47.75rem;position:relative;display:block; }#d6165a53e36fddf19618f135a1db58b5.widget-smartsection { display:block; } #d6165a53e36fddf19618f135a1db58b5.widget-smartsection *:focus-visible, #d6165a53e36fddf19618f135a1db58b5.widget-smartsection input[type="text"]:focus-visible, #d6165a53e36fddf19618f135a1db58b5.widget-smartsection input[type="email"]:focus-visible, #d6165a53e36fddf19618f135a1db58b5.widget-smartsection input[type="tel"]:focus-visible, #d6165a53e36fddf19618f135a1db58b5.widget-smartsection textarea:focus-visible { outline: none; } #v3gZsAuL62dpt1hlKESZAzFmxJBS6GvF > .row .container { width:47.75rem;position:relative;display:block; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 { display:block; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row .container { width:47.75rem;position:relative;display:block; }#ckuvSITXbu8CErGhkVha9qErtkBnBhMz { width:22.8125rem;height:0;top:23.125rem;left:13.1875rem;font-size:1.4375rem;display:block; }
#EHNfWsK5qZQaPIKzlSZIRWpzDeCSlpaU { top:39rem;left:0rem;width:23.5rem;height:2.4375rem;font-size:1.125rem;display:block; }
#POSlaaoz71Vtm43987LzwTxqXdpbCpr1 { width:8rem;height:2.5rem;top:42.75rem;left:7.375rem;display:block; }
#Fbk4tG8mtDPpDZ7bsBy4ZvWNpgbTTQfh { display:block; }
#m0wTfUQTvQLk6KfW1QWkl4EIw3HA0dOL { width:8rem;height:2.5rem;top:42.75rem;left:0rem;display:block; }
#bwdXcsl8qTI1XvCbHPHGFVb6PfaASrru { display:block; }
#lNcf7Z1hDi8Bxg8Qo39TMHFNAMHBFApT { width:8rem;height:2.5rem;top:42.75rem;left:17.25rem;display:block; }
#wqV0m9WUHvf6Up6Ow6lt8FbWPT14mUZ4 { display:block; }
#Q5deCMSRtrFMKeRPU1Af0Enmm5WkQOI8 { width:8rem;height:2.5rem;top:46.6875rem;left:17.25rem;display:block; }
#HISF3f1ss0XI7qtQiJoAa1y9PtDTJ1Rh { display:block; }
#DtvsiMkDdL2IMGQBzNioK4i6bsFIfAXT { width:8rem;height:2.5rem;top:46.6875rem;left:7.375rem;display:block; }
#JZ1p32ZuglWih0NvfryR7bL6J8iCsCsh { display:block; }
#akpSWxtN1zOyAVeIqkTpafK1KEvTWJCN { width:8rem;height:2.5rem;top:46.6875rem;left:0rem;display:block; }
#FC29nGkTnvm59eK4ArrN81PFwTGBBAbe { display:block; }
#WN8y9ZsCkAWlo7DsVcWtWlWrmba0i6sH { top:52.1875rem;left:21.716146469116rem;width:5.8125rem;height:5.8125rem;display:block; }
#C2B7qNUAITNZNHDhVPhreZQz5bmrKSG8 { top:30.5rem;left:1.0625rem;width:11.5rem;height:3.6875rem;display:block; }
#UBoXCRHRZt1HFyTZHiMBz7fiCIHcNTdf { display:block; }
#bK0MnVC8299hAW3nN9r9CrPJrduxy8ay { top:27.1875rem;left:16.28125rem;width:5.625rem;height:5.5641406658724rem;font-size:3.875rem;display:block; }
#b9oO2lA0wewS5TTmZ53Pymy0v9TdyHAd { width:7.9375rem;height:2.4375rem;top:32.8125rem;left:15.65625rem;display:block; }
#lCFIaWy9zCBW1FT2C52rpTe2tEJ748Mk { display:block; }
#pSdpyImnMKHoqUKy6GOqEid6nhAJ6HJV { top:53.9375rem;left:8.5182285308837rem;width:7.125rem;height:2.375rem;display:block; }
#zsZiiioeKLx48GW5ynM3T5kWmz8bQgn3 { top:20.6875rem;left:0rem;width:18.125rem;height:;font-size:1.4375rem;display:block; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-regular-label { display:block; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q  { width:18.6875rem;height:auto; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q {display:block;}#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q { width:18.6875rem;height:auto; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #c8zqkwLrH3cbSWyHqSmgNBed149Nm4bE {  }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #pTkATcuaSrxQRGKwG9MZWqgHRnxAJa1T { display:block; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #Txyds26h1u2JF3KwiUHEh6gDeLhwPMvr {  }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #PzGMyqe0x3ydH5m7Bvc60qgRGzriqRX1 {  }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #B7p0MmZMXXT5te89JDawTEOCsbLswgnO { display:block; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #K7VeR0F1Di46gCN3WVsvwhDDvX46uG1c {  }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #oRikz2z0NP83S58zx6IVou54Mf6G5yZQ {  }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #atuwI3TL3eXboTT3biu75p8qpUXabpvI { display:block; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #P3iD18zBw73HLDcnmcnJnlGWwnqbJ2AG {  }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #Z2Lg8bGnx3mIBpt8Z79qvph6mdFZnLZv {  }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #TTh59qdHQg4vOTVLrvPCnbAVUgQHmEIw { display:block; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #sV2dhtL7hast3WZPdUuOaF3fBUnz958u {  }
#s5GIHMCfwns0Cv9Kb0qndchw7G6fTmBK { display:block; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #xJMlhemJHXPCSvt2gM9qHgqeuySiydA1 {  }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #gyfIwt1ZWCu5xlW6JGB8v7z11PbbokgK {  }
#lXhhWhdW1ZUwAyuGuhmkVUUMOJwT8Pe3 { top:5.5625rem;left:5.072509765625rem;width:8.875rem;height:13.902271519288rem;display:block; }
#WnNRZnwZd4G9iMIGVHsAZif5gGEw7w9N { width:19.5625rem;height:3.25rem;top:2.375rem;left:14.093751907349rem;display:block; }
#BIsmAQ8sEd7xc7o0TURqWJAeVdgKhhAM { top:54.0625rem;left:0rem;width:8.125rem;height:2.4375rem;display:block; }
#IrcKJET28rf078ttyr5VhFd03py3DIAR { top:64.5625rem;left:16.625rem;width:10.8125rem;height:2.875rem;font-size:2.25rem;display:block; }
#SQWbnm8LPn5nSDGwKrxiTe28uaOyldvd { top:64.375rem;left:31.6875rem;width:3.125rem;height:3.25rem;font-size:2.25rem;display:block; }
#BnbZ9fgFDseCyFell5O3ddZkTNOVlBlW { top:60.625rem;left:1.4375rem;width:41.3125rem;height:2.0625rem;font-size:1.375rem;display:block; }
#nt9iFrMioQquxh8t1BwJ9uEUmwn3Hccs { top:60.25rem;left:43.75rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
#xc9mDvSzytrGzgl2sbsHspXysE4WCPHl { top:28.375rem;left:30.500001907349rem;width:10.375rem;height:10.375rem;display:block; }
#owSBQcKpp53w9KzaSOdqUbTWFOT426N1 { width:20.5rem;height:3.25rem;top:15.5625rem;left:27.1875rem;display:block; }
#FsWGO6fuyBBIVOXpyFJUtN94T4Q0XKtJ { display:block; }
#nLnwKxf29IJp2mnqC0TaeHLe8xIRPATB { top:72.9375rem;left:35.625rem;width:2.8125rem;height:2.8125rem;display:block; }
#A4zXImsSGzJGvZgVg2NnCH4DJCA71UGX { top:73.0625rem;left:30.3125rem;width:2.5rem;height:2.5rem;display:block; }
#z7xTaJFytNuE9mpBdC5rdE2qF67KOFsQ { top:72.9375rem;left:24.4375rem;width:2.8125rem;height:2.8125rem;display:block; }
#aD7a35N2fik7A7qJsJafIOqlU9RMhUqg { top:72.875rem;left:18.6875rem;width:2.9375rem;height:2.9375rem;display:block; }
#AzS7eWTK4yuEk6W3NoU1smdcxC2TvIF2 { top:72.8125rem;left:13rem;width:3rem;height:3rem;display:block; }
#eLoyny1rCpToDNfyL1iOtzWZHJpuVsTs { top:68.8125rem;left:13.9375rem;width:19.5rem;height:2.3125rem;font-size:1.5625rem;display:block; }
#MvyWpsiTIE8ZN4xtz0Nf7B7o0SgKyFGc { top:72.9375rem;left:8.0625rem;width:2.75rem;height:2.75rem;display:block; }
#JUApt923V5Q3uAbspsTrvd4oMclVDIc6 { top:46.3125rem;left:26rem;width:21.75rem;height:4.625rem;font-size:1.25rem;display:block; }
#K9E5o5AzEu9A71p93VwJLxXw2qI4rKwR { top:40.6875rem;left:26rem;width:21.75rem;height:4.625rem;font-size:1.25rem;display:block; }
#Jr2UGQ6yHWobmCRHyh77X600hJexTzcn { width:17.5rem;height:4rem;top:21.125rem;left:29.562501907349rem;display:block; }
#o5e3HC3XszzSOzt7MgAOauOaqhGO0hoy { display:block; }
#xtFSAJBIbB6mUXexAI0O45LFgpwvfQHU { top:53.4375rem;left:34.5625rem;width:13.1875rem;height:3.3125rem;display:block; }
#fkAkDa0USPL6TC9T3bM68UfDD6XLHgMg { top:71.6875rem;left:40.3125rem;width:7.4375rem;height:1.3125rem;display:none; }
#ak7r0SPZ38QQZx4keDToiI4DeS5EBnzm { top:71.8125rem;left:0rem;width:6.5625rem;height:1.1875rem;display:none; }
#umvWtnElazgzPKsNuAh8Ko1IomTdMDGR { width:18.125rem;height:1.4375rem;top:21.0625rem;left:1.437255859375rem;font-size:1.125rem;display:block; }
#McME9XkpvRq5DOV0uzD6QNsm2w2DaOL7 { display:block; }#McME9XkpvRq5DOV0uzD6QNsm2w2DaOL7 > .row .container { width:47.75rem;position:relative;display:block; }#Cz4IWsJTlXMqhNAfFpgOCeTT0xPBO7k1 { top:29.4375rem;left:0rem;width:20rem;height:;font-size:0.9375rem;display:block; }
#GJ6yea0Hp5veKwtiFbc2lC9bfZvSPbkN { top:24.4375rem;left:0rem;width:20rem;height:;font-size:0.9375rem;display:block; }
#kwqvB7ow9ylbzPzZ972uJBOFFUhcedJm { width:18.125rem;height:3.0625rem;top:20.4375rem;left:0rem;font-size:1.125rem;display:block; }
#WB1y4dTav3SkV6XQPTBod7bqqRGJZNJ5 { top:3.1875rem;left:18.75rem;width:10.1875rem;height:12.5625rem;display:block; }
#XHPmpTvXlJTU2MgJW0HuWycfe2m1Frui { top:6.1875rem;left:19rem;width:10.5rem;height:10.6241875rem;display:block; }
#uDTF6Ed3w0eqMWkHTQvmLJxtT0q9ALd3 { display:block; }#uDTF6Ed3w0eqMWkHTQvmLJxtT0q9ALd3 > .row .container { width:47.75rem;position:relative;display:block; }#JTvlUdedm1bqhloCBSxhqgX3UPKx8apA { top:1.125rem;left:3.3125rem;width:9.25rem;height:16.5rem;display:block; }
#ub2Qn7GuV6OCctK2L1HKy9f4VRT5S871 { top:1.125rem;left:19.1875rem;width:9.25rem;height:16.5rem;display:block; }
#WvqWMBtgJTJhNpIJPp4t314dV7UGMVv3 { top:1.125rem;left:35.062503814698rem;width:9.25rem;height:16.5rem;display:block; }
#mCVJF0xlIFtrbTHphW7DPRQs2Rf2LqUC { display:block; }#mCVJF0xlIFtrbTHphW7DPRQs2Rf2LqUC > .row .container { width:47.75rem;position:relative;display:block; }#FePwf0vBzNlxQhKLA3vKbJCq4IgdSGcr { top:0rem;left:0rem;width:47.75rem;height:18.6875rem;display:block; }
#ASCRX0SqJ3Bvlf1K5hiXTNwESsohomwv { display:block; }#ASCRX0SqJ3Bvlf1K5hiXTNwESsohomwv > .row .container { width:47.75rem;position:relative;display:block; }#B7M7FK4z8ftXMrQ3ScSQM5XznUA73sv6 { top:0rem;left:0rem;width:47.75rem;height:33.9375rem;display:block; }
body { position:relative;display:block; }
#fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection { background-color:#00b4b3;background-image:url("https://images.assets-landingi.com/uc/0e3c5016-3c93-425c-a656-18864704582e/Flags_02_page0001.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection.adaptive-delivery-prevent-bg, #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection.lazyload, #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection.lazyloading { background-image: none; } #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection *:focus-visible, #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection input[type="text"]:focus-visible, #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection input[type="email"]:focus-visible, #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection input[type="tel"]:focus-visible, #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection textarea:focus-visible { outline: none; } #PdMirn65fgWv0Zs3rQ9T8C6XAbqrTrg5 > .row .container { width:20rem;height:97.3125rem;position:relative;display:none; }#d6165a53e36fddf19618f135a1db58b5.widget-smartsection { background-color:#00b4b3;background-image:url("https://images.assets-landingi.com/uc/1fc9fb1f-f757-47a4-838e-85ebc937da4e/AHJweb.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#d6165a53e36fddf19618f135a1db58b5.widget-smartsection.adaptive-delivery-prevent-bg, #d6165a53e36fddf19618f135a1db58b5.widget-smartsection.lazyload, #d6165a53e36fddf19618f135a1db58b5.widget-smartsection.lazyloading { background-image: none; } #d6165a53e36fddf19618f135a1db58b5.widget-smartsection *:focus-visible, #d6165a53e36fddf19618f135a1db58b5.widget-smartsection input[type="text"]:focus-visible, #d6165a53e36fddf19618f135a1db58b5.widget-smartsection input[type="email"]:focus-visible, #d6165a53e36fddf19618f135a1db58b5.widget-smartsection input[type="tel"]:focus-visible, #d6165a53e36fddf19618f135a1db58b5.widget-smartsection textarea:focus-visible { outline: none; } #v3gZsAuL62dpt1hlKESZAzFmxJBS6GvF > .row .container { width:20rem;height:82.5625rem;position:relative;display:none; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9.adaptive-delivery-prevent-bg, #cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9.lazyload, #cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9.lazyloading { background-image: none; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row .container { background-color: transparent; background-image: none; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row .container > .video-iframe-container { display: none; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row > .video-iframe-container { display: none; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .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); }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row .container { border-width: 0; border-radius: 0; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row .container { width:20rem;height:104.375rem;position:relative;display:block; }#ckuvSITXbu8CErGhkVha9qErtkBnBhMz { width:20rem;height:0;top:97.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ffffff;line-height:1.3;display:block; }
#EHNfWsK5qZQaPIKzlSZIRWpzDeCSlpaU { width:19.9980625rem;height:1.4375rem;top:27.28125rem;left:0rem;font-size:1.125rem;color:#000000;display:none; }
#POSlaaoz71Vtm43987LzwTxqXdpbCpr1 { width:8rem;height:2.5rem;top:30.25rem;left:1.25rem;font-size:1rem;display:none; }
#Fbk4tG8mtDPpDZ7bsBy4ZvWNpgbTTQfh { display:block; }
#m0wTfUQTvQLk6KfW1QWkl4EIw3HA0dOL { width:8rem;height:2.5rem;top:34.1875rem;left:1.25rem;font-size:1rem;display:none; }
#bwdXcsl8qTI1XvCbHPHGFVb6PfaASrru { display:block; }
#lNcf7Z1hDi8Bxg8Qo39TMHFNAMHBFApT { width:8rem;height:2.5rem;top:30.25rem;left:10.8125rem;font-size:1rem;display:none; }
#wqV0m9WUHvf6Up6Ow6lt8FbWPT14mUZ4 { display:block; }
#Q5deCMSRtrFMKeRPU1Af0Enmm5WkQOI8 { width:8rem;height:2.5rem;top:34.1875rem;left:10.625rem;font-size:1rem;display:none; }
#HISF3f1ss0XI7qtQiJoAa1y9PtDTJ1Rh { display:block; }
#DtvsiMkDdL2IMGQBzNioK4i6bsFIfAXT { width:8rem;height:2.5rem;top:38rem;left:10.625rem;font-size:1rem;display:none; }
#JZ1p32ZuglWih0NvfryR7bL6J8iCsCsh { display:block; }
#akpSWxtN1zOyAVeIqkTpafK1KEvTWJCN { width:8rem;height:2.5rem;top:38rem;left:1.25rem;font-size:1rem;display:none; }
#FC29nGkTnvm59eK4ArrN81PFwTGBBAbe { display:block; }
#WN8y9ZsCkAWlo7DsVcWtWlWrmba0i6sH { width:6.625rem;height:6.625rem;top:90.1875rem;left:6.8125rem;display:block; }
#C2B7qNUAITNZNHDhVPhreZQz5bmrKSG8 { top:10.517578125rem;left:4.2822265625rem;width:11.433625rem;height:2.4375rem;font-size:1.0625rem;display:none; }
#UBoXCRHRZt1HFyTZHiMBz7fiCIHcNTdf { display:block; }
#bK0MnVC8299hAW3nN9r9CrPJrduxy8ay { width:5.625rem;height:5.563475rem;top:80.78466796875rem;left:1.43701171875rem;font-size:3.875rem;display:none; }
#b9oO2lA0wewS5TTmZ53Pymy0v9TdyHAd { width:7.9355625rem;height:2.5rem;top:28.0625rem;left:6.03125rem;font-size:1.125rem;display:none; }
#lCFIaWy9zCBW1FT2C52rpTe2tEJ748Mk { display:block; }
#pSdpyImnMKHoqUKy6GOqEid6nhAJ6HJV { width:7.375rem;height:2.4375rem;top:88.8125rem;left:10.9375rem;display:block; }
#zsZiiioeKLx48GW5ynM3T5kWmz8bQgn3 { width:18.125rem;height:4.3125rem;top:20.748291015625rem;left:0.9375rem;font-size:1.4375rem;line-height:1.5;color:#ba0484;font-family:"alw arabic";font-weight:700;font-style:normal;display:block; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-form-header { font-size:1.125rem; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.25rem;font-weight:bold;color:#ba0484;width:13.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1.3; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-input-text { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #be8215;border-left:0.1875rem solid #be8215;border-right:0.1875rem solid #be8215;border-bottom:0.1875rem solid #be8215;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:13.75rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top;text-align:right;text-align-last:right; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-input-text {padding-top: 0; padding-bottom: 0;}#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-textarea { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #be8215;border-left:0.1875rem solid #be8215;border-right:0.1875rem solid #be8215;border-bottom:0.1875rem solid #be8215;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:13.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top;text-align:right;text-align-last:right; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-input-select { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #be8215;border-left:0.1875rem solid #be8215;border-right:0.1875rem solid #be8215;border-bottom:0.1875rem solid #be8215;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:13.75rem;box-sizing:border-box;height:2.8125rem;color:#ba0484;font-family:cairo;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-input-select {padding-top: 0; padding-bottom: 0;}#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .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; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-input-button { border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;background-color:#be8215;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:13.75rem;height:2.8125rem;font-family:cairo;overflow:hidden;box-shadow: none; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:6.3125rem;overflow:hidden;font-style:normal;float:none; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .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; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:quicksand;font-size:0.75rem;font-weight:300;color:#dfdfdf;overflow:hidden;font-style:normal;line-height:1.5;text-align:right;text-align-last:right;float:none; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-container:first-of-type{padding-top:0;}#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-container:last-of-type{padding-bottom:0;}#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q  { background-color:rgba(249,247,247,0.66);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:13.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:1.875rem;top:81.25rem;z-index:15041;font-size:1.125rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:13.75rem;display:block;vertical-align:top; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q {display:block;}#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q { background-color:rgba(249,247,247,0.66);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:13.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:1.875rem;top:56.3125rem;z-index:15041;font-size:1.125rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #c8zqkwLrH3cbSWyHqSmgNBed149Nm4bE {  }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #pTkATcuaSrxQRGKwG9MZWqgHRnxAJa1T { display:block; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #Txyds26h1u2JF3KwiUHEh6gDeLhwPMvr {  }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #PzGMyqe0x3ydH5m7Bvc60qgRGzriqRX1 {  }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #B7p0MmZMXXT5te89JDawTEOCsbLswgnO { display:block; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #K7VeR0F1Di46gCN3WVsvwhDDvX46uG1c {  }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #oRikz2z0NP83S58zx6IVou54Mf6G5yZQ {  }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #atuwI3TL3eXboTT3biu75p8qpUXabpvI { display:block; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #P3iD18zBw73HLDcnmcnJnlGWwnqbJ2AG {  }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #Z2Lg8bGnx3mIBpt8Z79qvph6mdFZnLZv {  }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #TTh59qdHQg4vOTVLrvPCnbAVUgQHmEIw { display:block; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #sV2dhtL7hast3WZPdUuOaF3fBUnz958u {  }
#s5GIHMCfwns0Cv9Kb0qndchw7G6fTmBK { display:block; }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #xJMlhemJHXPCSvt2gM9qHgqeuySiydA1 {  }
#kA4Wv4md3T34vrtUeZ7NAi8P6ygy1N2q #gyfIwt1ZWCu5xlW6JGB8v7z11PbbokgK {  }
#lXhhWhdW1ZUwAyuGuhmkVUUMOJwT8Pe3 { width:7.875rem;height:14.625rem;top:4.0609378814697rem;left:5.9625001549721rem;z-index:15001;display:block; }
#WnNRZnwZd4G9iMIGVHsAZif5gGEw7w9N { width:10.625rem;height:2.6245125rem;top:0.499267578125rem;left:4.6875rem;display:block; }
#BIsmAQ8sEd7xc7o0TURqWJAeVdgKhhAM { width:8.125rem;height:2.4375rem;top:88.8125rem;left:1.5625rem;display:block; }
#IrcKJET28rf078ttyr5VhFd03py3DIAR { width:10.8125rem;height:2.275rem;top:96rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
#SQWbnm8LPn5nSDGwKrxiTe28uaOyldvd { width:2.8125rem;height:2.9375rem;top:95.6875rem;left:14.625rem;font-size:2rem;display:block; }
#BnbZ9fgFDseCyFell5O3ddZkTNOVlBlW { width:18.5625rem;height:3.5625rem;top:100.5625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
#nt9iFrMioQquxh8t1BwJ9uEUmwn3Hccs { width:1.5625rem;height:1.5625rem;top:100rem;left:17.550000727177rem;font-size:1.0625rem;display:block; }
#xc9mDvSzytrGzgl2sbsHspXysE4WCPHl { width:12.625rem;height:12.625rem;top:26.4375rem;left:3.6875000596046rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;overflow:hidden;display:block; }
#owSBQcKpp53w9KzaSOdqUbTWFOT426N1 { width:14.95725rem;height:3.14575rem;top:54.0625rem;left:2.5rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;color:#ffffff;display:none; }
#FsWGO6fuyBBIVOXpyFJUtN94T4Q0XKtJ { display:block; }
#nLnwKxf29IJp2mnqC0TaeHLe8xIRPATB { display:flex;width:2.8125rem;height:2.8125rem;top:119.9375rem;left:15.4375rem;display:none; }
#A4zXImsSGzJGvZgVg2NnCH4DJCA71UGX { display:flex;width:2.5rem;height:2.5rem;top:120.125rem;left:1.9375rem;display:none; }
#z7xTaJFytNuE9mpBdC5rdE2qF67KOFsQ { display:flex;width:1.8125rem;height:1.8125rem;top:124.0000038147rem;left:11.555555462837rem;display:none; }
#aD7a35N2fik7A7qJsJafIOqlU9RMhUqg { display:flex;width:1.1875rem;height:1.1875rem;top:124.0625038147rem;left:5.0555554628373rem;display:none; }
#AzS7eWTK4yuEk6W3NoU1smdcxC2TvIF2 { display:flex;width:1.8125rem;height:1.8125rem;top:124rem;left:8.5rem;display:none; }
#eLoyny1rCpToDNfyL1iOtzWZHJpuVsTs { width:19.5rem;height:0;top:116.375rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
#MvyWpsiTIE8ZN4xtz0Nf7B7o0SgKyFGc { display:flex;width:2.75rem;height:2.75rem;top:120rem;left:8.625rem;display:none; }
#JUApt923V5Q3uAbspsTrvd4oMclVDIc6 { width:20rem;height:3.75rem;top:45.3125rem;left:0rem;font-size:1.25rem;line-height:1.5;color:#ba0484;display:block; }
#K9E5o5AzEu9A71p93VwJLxXw2qI4rKwR { width:20rem;height:3.75rem;top:40.875rem;left:0rem;font-size:1.25rem;line-height:1.5;color:#ba0484;display:block; }
#Jr2UGQ6yHWobmCRHyh77X600hJexTzcn { width:12.025rem;height:2.4625rem;top:49.9375rem;left:3.9375000596046rem;color:#ffffff;background-color:#1a651f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #96836a;border-left:0.3125rem solid #96836a;border-right:0.3125rem solid #96836a;border-bottom:0.3125rem solid #96836a;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;font-size:1rem;line-height:.5;display:block; }
#o5e3HC3XszzSOzt7MgAOauOaqhGO0hoy { display:block; }
#xtFSAJBIbB6mUXexAI0O45LFgpwvfQHU { width:13.1875rem;height:3.3125rem;top:84.0625rem;left:3.25rem;display:block; }
#fkAkDa0USPL6TC9T3bM68UfDD6XLHgMg { top:100.5625rem;left:0.93671876192094rem;width:7.4375rem;height:1.3125rem;z-index:15259;display:block; }
#ak7r0SPZ38QQZx4keDToiI4DeS5EBnzm { top:102.125rem;left:1.3125rem;width:6.5625rem;height:1.1875rem;z-index:15260;display:block; }
#umvWtnElazgzPKsNuAh8Ko1IomTdMDGR { width:18.125rem;height:1.54375rem;top:53.25rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
#McME9XkpvRq5DOV0uzD6QNsm2w2DaOL7 { display:block; }#McME9XkpvRq5DOV0uzD6QNsm2w2DaOL7 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; }#Cz4IWsJTlXMqhNAfFpgOCeTT0xPBO7k1 { width:20rem;height:10.125rem;top:29.4375rem;left:0.0625rem;font-size:1.125rem;line-height:1.5;color:#ba0484;display:block; }
#GJ6yea0Hp5veKwtiFbc2lC9bfZvSPbkN { width:20rem;height:;top:24.4375rem;left:0.0625rem;font-size:0.9375rem;line-height:1.5;color:#ba0484;display:block; }
#kwqvB7ow9ylbzPzZ972uJBOFFUhcedJm { width:18.125rem;height:3.0875rem;top:20.4375rem;left:1rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
#WB1y4dTav3SkV6XQPTBod7bqqRGJZNJ5 { width:13.125rem;height:15.37475rem;top:2.186279296875rem;left:3.4375rem;overflow:hidden;display:block; }
#XHPmpTvXlJTU2MgJW0HuWycfe2m1Frui { width:15.18675rem;height:15.437rem;top:3.6875rem;left:2.4375rem;display:block; }
#uDTF6Ed3w0eqMWkHTQvmLJxtT0q9ALd3 { display:block; }#uDTF6Ed3w0eqMWkHTQvmLJxtT0q9ALd3 > .row .container { width:20rem;height:54.375rem;position:relative;display:block; }#JTvlUdedm1bqhloCBSxhqgX3UPKx8apA { width:9.25rem;height:16.5rem;top:1.25rem;left:5.375rem;display:block; }
#ub2Qn7GuV6OCctK2L1HKy9f4VRT5S871 { width:9.25rem;height:16.5rem;top:19rem;left:5.375rem;display:block; }
#WvqWMBtgJTJhNpIJPp4t314dV7UGMVv3 { width:9.25rem;height:16.5rem;top:36.75rem;left:5.375rem;display:block; }
#mCVJF0xlIFtrbTHphW7DPRQs2Rf2LqUC { display:block; }#mCVJF0xlIFtrbTHphW7DPRQs2Rf2LqUC > .row .container { width:20rem;height:20.625rem;position:relative;display:block; }#FePwf0vBzNlxQhKLA3vKbJCq4IgdSGcr { width:20rem;height:18.6875rem;top:1.25rem;left:0rem;display:block; }
#ASCRX0SqJ3Bvlf1K5hiXTNwESsohomwv { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ASCRX0SqJ3Bvlf1K5hiXTNwESsohomwv > .row .container { border-width: 0; border-radius: 0; }#ASCRX0SqJ3Bvlf1K5hiXTNwESsohomwv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ASCRX0SqJ3Bvlf1K5hiXTNwESsohomwv > .row .container { width:20rem;height:520.3125rem;position:relative;display:none; }#B7M7FK4z8ftXMrQ3ScSQM5XznUA73sv6 { width:20rem;height:33.9375rem;top:2.6226043701172E-6rem;left:0rem;display:block; }
