.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); }#t7ebba15c0506b2251742019dcf545c6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b4b3;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:none; }#t7ebba15c0506b2251742019dcf545c6 > .row .container { border-width: 0; border-radius: 0; }#t7ebba15c0506b2251742019dcf545c6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t7ebba15c0506b2251742019dcf545c6 > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:none; }#oe4aea5dda2a1f3d6c4f8adc5fd59f65 { color:#be8215;display:block;width:9.3125rem;position:absolute;font-family:cairo;font-size:2.5625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:23.5rem;left:49.750001907349rem;height:3.33073125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e4254e49833ba3a4bfe9a9737e22eb5c { color:#be8215;display:block;width:15.0625rem;position:absolute;font-family:cairo;font-size:6.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.5625rem;left:37.187501907349rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c5ed0a5ebfe62e70132ece0177d1eb21 { color:#24ae4c;display:block;width:6.5625rem;position:absolute;font-family:cairo;font-size:2.5625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:26.4375rem;left:32.062501907349rem;height:3.33073125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cd04aba9be7df902d0314e9ee5bf6106 { color:#ffffff;display:block;width:30.375rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.6875rem;left:29.4375rem;height:8.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f7a294e3cf90f0f5877644fffe3ff6f0 { color:rgba(255,255,255,0.8);display:block;width:24.5rem;position:absolute;font-family:cairo;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.1875rem;left:33.812501907349rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W9d4db6f4ec1d81499035f97ce126437 { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:cairo;font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.25rem;left:33.437501907349rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bc601ec878db15db4ff88c48c4070c92 { position:absolute;display:block;z-index:15012;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:14.25rem;width:26.25rem;top:11.25rem;left:0rem;overflow:hidden;display:block; }
#fed3d71b41a1a8a3ca2eea976de658af { 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:6.625rem;width:6.625rem;top:0.76953125rem;left:26.687501907349rem;overflow:hidden;display:block; }
#T6ebefa02d16f4232aaf018441592d5b { position:absolute;display:block;z-index:15021;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:6.875rem;width:20rem;top:30.6875rem;left:5.1875rem;overflow:hidden;display:block; }
#Fc07773a2970b8622cbcf811bba90783 { position:absolute;display:block;z-index:15188;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.6875rem;width:13.875rem;top:33.4375rem;left:37.187501907349rem;overflow:hidden;display:block; }
#e9d55e72a6f4791945d54be4ebb262db { 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; }#e9d55e72a6f4791945d54be4ebb262db.adaptive-delivery-prevent-bg, #e9d55e72a6f4791945d54be4ebb262db.lazyload, #e9d55e72a6f4791945d54be4ebb262db.lazyloading { background-image: none; }#e9d55e72a6f4791945d54be4ebb262db > .row .container { border-width: 0; border-radius: 0; }#e9d55e72a6f4791945d54be4ebb262db > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e9d55e72a6f4791945d54be4ebb262db > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:60rem;position:relative;display:none; }#l655a38e4c057f63044ed36f90682428 { color:#b07406;display:block;width:30.5625rem;position:absolute;font-family:harir;font-size:1.25rem;font-weight:700;z-index:15009;line-height:2;letter-spacing:0;top:11.6640625rem;left:27.705728530884rem;height:12.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s6f307cf79a457c7f4e9f610650a0c9e { 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:4.8125rem;width:18.125rem;top:1.01953125rem;left:20.937501907349rem;overflow:hidden;display:block; }
#gace80f76a6b61d288ba177f88e1d111 { position:absolute;display:block;z-index:15190;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:6.875rem;width:20rem;top:31.5625rem;left:2.9375rem;overflow:hidden;display:block; }
#cf410b65711db1dbbe5bda370e9dc83c { position:absolute;display:block;z-index:15191;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.625rem;width:12.3125rem;top:28.020833969116rem;left:5.9375019073486rem;overflow:hidden;display:block; }
#b41ce78582529766590852cf142eb035 { position:absolute;display:block;z-index:15005;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.56185rem;width:8.3105625rem;top:38.4375rem;left:8.75rem;overflow:hidden;display:block; }
#t64c2f53938f5ac05ecb032dbf9dcc3d { 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 #be8215;border-left:0.3125rem solid #be8215;border-right:0.3125rem solid #be8215;border-bottom:0.3125rem solid #be8215;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:#33be50;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.33157rem;height:3.83116375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:20.875rem;left:4.25rem;display:block; }
#D3aacf6a3b8470a4a8a88d214c68c3b8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M64b4bf0bd191ddf59ae3c484488738a { 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:168.6875rem;left:38.4375rem;display:none; }
#fc314f6fbb92b367d9d1e4fec2cc0e9b { color:#be8215;display:block;width:33.0625rem;position:absolute;font-family:harir;font-size:1.25rem;font-weight:700;z-index:15012;line-height:2;letter-spacing:0;top:26.4375rem;left:25.703126907349rem;height:15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b36b3360c09ce375907f361e4cc338c6 { position:absolute;display:block;z-index:15019;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:8.8125rem;width:24.1875rem;top:8.1875rem;left:0.8125rem;overflow:hidden;display:block; }
#Go9NnChT9uJzVzo1F9OJwQvsQlu9QKMA { position:relative;display:block; }#Go9NnChT9uJzVzo1F9OJwQvsQlu9QKMA { background-color: transparent; background-image: none; }#Go9NnChT9uJzVzo1F9OJwQvsQlu9QKMA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Go9NnChT9uJzVzo1F9OJwQvsQlu9QKMA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Go9NnChT9uJzVzo1F9OJwQvsQlu9QKMA > .row .container > .video-iframe-container { display: none; }#Go9NnChT9uJzVzo1F9OJwQvsQlu9QKMA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Go9NnChT9uJzVzo1F9OJwQvsQlu9QKMA > .row > .video-iframe-container { display: none; }#Go9NnChT9uJzVzo1F9OJwQvsQlu9QKMA > .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); }#Go9NnChT9uJzVzo1F9OJwQvsQlu9QKMA { border-width: 0; border-radius: 0; }#Go9NnChT9uJzVzo1F9OJwQvsQlu9QKMA > .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; }#Go9NnChT9uJzVzo1F9OJwQvsQlu9QKMA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ad94850e-af60-4249-8d19-c17166e88b60/andalusiaclinic02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:34.375rem;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; }#Go9NnChT9uJzVzo1F9OJwQvsQlu9QKMA > .row .container.adaptive-delivery-prevent-bg, #Go9NnChT9uJzVzo1F9OJwQvsQlu9QKMA > .row .container.lazyload, #Go9NnChT9uJzVzo1F9OJwQvsQlu9QKMA > .row .container.lazyloading { background-image: none; }#dDaZ29s9nsTxZ1I017rqTFVzF2Acyii1 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:17.5rem;height:3.125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:18.561199188233rem;left:8.8020839691163rem;display:block; }
#EeTIQwccENgevO9g1aanNfaLB1FT6rQN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IA6oGk5qdU3Er9RO2FNaWrTnIum3mz7g { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:27.37548828125rem;left:10.3662109375rem;display:block; }
#b0UuFd1L2atfpe6Hxsu99W0HopHVHTzL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uooO55e1i5hNLd0Vm9I2hbg0sWrzfr4k { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:15.4375rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:23.186198711395rem;left:10.802083969116rem;display:block; }
#lnklviwrBRAA4Di1rCS2PaxFX71GrCSR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QXx5BTVc5t3p4y1gp1HUPDOQsFoiLWrP { position:absolute;display:block;z-index:15003;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:3.75rem;left:26.6015625rem;overflow:hidden;display:none; }
#bIaFbNx6uAs6FJ22RdVMfcBLzc6uaBHW { position:absolute;display:block;z-index:15004;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:3.75rem;left:26.6015625rem;overflow:hidden;display:none; }
#wmaBfxkzcdiNsn1u7aDUN41bg2Jxdh5K { position:absolute;display:block;z-index:15005;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:3.125rem;left:25.6640625rem;overflow:hidden;display:none; }
#XB0cTulgFucX2B2J7nqcgMHgT66e9lMo { position:absolute;display:block;z-index:15003;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:4.6875rem;width:4.6875rem;top:0.0625rem;left:25.625rem;overflow:hidden;display:block; }
#t8piTBcWla7vN2k6pfSmdBQDGLp4FU7t { position:relative;display:none; }#t8piTBcWla7vN2k6pfSmdBQDGLp4FU7t { border-width: 0; border-radius: 0; }#t8piTBcWla7vN2k6pfSmdBQDGLp4FU7t > .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; }#t8piTBcWla7vN2k6pfSmdBQDGLp4FU7t > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:43.1875rem;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:none; }#t8piTBcWla7vN2k6pfSmdBQDGLp4FU7t > .row .container.adaptive-delivery-prevent-bg, #t8piTBcWla7vN2k6pfSmdBQDGLp4FU7t > .row .container.lazyload, #t8piTBcWla7vN2k6pfSmdBQDGLp4FU7t > .row .container.lazyloading { background-image: none; }#C7q3lV4kvdxdoN9O7gfa7ewqJztz1OPk { color:#002323;display:block;width:15.375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:27.854166030884rem;left:31.604166030884rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#f8sidAmIGD5bLHpQmLssidKGJTt8qsqH { position:absolute;display:block;z-index:15000;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:6.6875rem;width:16.9375rem;display:none; }
#xE3qhc2bKzwPpbffBZU2oT1XTPS5L3Mh { position:absolute;display:block;z-index:15000;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:23.0625rem;width:16.9375rem;display:none; }
#RPyAlacd0LzP48LsaSsCgVsAkPWdp2Rn { 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:15025;text-align:center;text-align-last:center;top:140.5rem;left:21.25rem;display:none; }
#zyqx4z3dB69RFScC9NS3xcMFhtvZWZD2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vffPm5qhvERCuDstN0RBmkxgbOBWqFn0 { position:absolute;display:block;z-index:15003;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:4.6875rem;width:4.6875rem;top:0.0625rem;left:25.625rem;overflow:hidden;display:none; }
#TLlATMIfTAGUKxU8d6LIoh7Spac1TFz6 { position:relative;display:block; }#TLlATMIfTAGUKxU8d6LIoh7Spac1TFz6 { background-color: transparent; background-image: none; }#TLlATMIfTAGUKxU8d6LIoh7Spac1TFz6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLlATMIfTAGUKxU8d6LIoh7Spac1TFz6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLlATMIfTAGUKxU8d6LIoh7Spac1TFz6 > .row .container > .video-iframe-container { display: none; }#TLlATMIfTAGUKxU8d6LIoh7Spac1TFz6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLlATMIfTAGUKxU8d6LIoh7Spac1TFz6 > .row > .video-iframe-container { display: none; }#TLlATMIfTAGUKxU8d6LIoh7Spac1TFz6 > .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); }#TLlATMIfTAGUKxU8d6LIoh7Spac1TFz6 { border-width: 0; border-radius: 0; }#TLlATMIfTAGUKxU8d6LIoh7Spac1TFz6 > .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; }#TLlATMIfTAGUKxU8d6LIoh7Spac1TFz6 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:7.5rem;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; }#TLlATMIfTAGUKxU8d6LIoh7Spac1TFz6 > .row .container.adaptive-delivery-prevent-bg, #TLlATMIfTAGUKxU8d6LIoh7Spac1TFz6 > .row .container.lazyload, #TLlATMIfTAGUKxU8d6LIoh7Spac1TFz6 > .row .container.lazyloading { background-image: none; }#uIdQRkKTs1qruuJLM1xCdpS6JRz4xbIL { color:#002323;display:block;width:15.375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:27.854166030884rem;left:31.604166030884rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#E717zyR0slEdeWSrMIoDqmGSviLStw68 { position:absolute;display:block;z-index:15188;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.436525rem;width:8.125rem;top:2.821044921875rem;left:3.663330078125rem;overflow:hidden;display:block; }
#Nd3UKwzR07MGi97vE7Q5tvNVoCo3aFXP { position:absolute;display:block;z-index:15187;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.37426875rem;width:7.124rem;top:2.8515625rem;left:17.91259765625rem;overflow:hidden;display:block; }
#MIxTIEnG9DLiutufvRlX0OsdW78RMhPS { position:absolute;display:block;z-index:15086;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.81176875rem;width:5.81176875rem;top:1.1328125rem;left:30.381103515625rem;overflow:hidden;display:block; }
#tgIELqTggPw37vl3bnlEsZsAyyqd1seX { position:absolute;display:block;z-index:15199;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.31176875rem;width:13.18725rem;top:2.3828125rem;left:40.318603515625rem;overflow:hidden;display:block; }
#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f6fb;background-image:url("https://images.assets-landingi.com/uc/cbd01d25-054c-4cf0-8020-3a9ad515e285/AHJmob.jpg");background-position:center !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;z-index:auto;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 { font-size:0.875rem;font-family:arial;height:85.1875rem;width:60rem;position:relative;display:block; }#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:27.4375rem;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; }
#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; }
#zsZiiioeKLx48GW5ynM3T5kWmz8bQgn3 { color:#020202;display:block;width:39.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.5;letter-spacing:0;top:1.124267578125rem;left:18.468017578125rem;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:block; }
#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:14rem;width:8.9375rem;top:2rem;left:6.4375rem;overflow:hidden;display:block; }
#zrAncIEfuMNtTVW21T7dqCdRMb37gQTO { 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.5188125rem;height:3.267825rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:24.752197265625rem;left:30.682373046875rem;display:block; }
#iMrLEfzCaay4bBuCFaUshMfGNkM7eUbB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MkR29IWEE7aO4DT0dS0HpWpkmCgD1mTS { 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:15282;opacity:1;top:81.75rem;left:42.375rem; }
#MkR29IWEE7aO4DT0dS0HpWpkmCgD1mTS > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#FI1o2U96EQKouOSvko95gyTyKmeIR4Mn { 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:15281;opacity:1;top:81.875rem;left:37.0625rem; }
#FI1o2U96EQKouOSvko95gyTyKmeIR4Mn > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#P2Ouh6DFmIIwI4WbET2pOlfNr5VlDKH7 { 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:15286;opacity:1;top:81.75rem;left:31.1875rem; }
#P2Ouh6DFmIIwI4WbET2pOlfNr5VlDKH7 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#dt5pR2faG0MdPkPX0NIzaFRvAv4RTeD5 { 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:15284;opacity:1;top:81.6875rem;left:25.4375rem; }
#dt5pR2faG0MdPkPX0NIzaFRvAv4RTeD5 > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; }#wO35v7IqHyB31tc1wNToL3fTiRRGIeKe { 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:15283;opacity:1;top:81.625rem;left:19.75rem; }
#wO35v7IqHyB31tc1wNToL3fTiRRGIeKe > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#fnHr76h6TdO5Vx2Uk2SNuNOkzBybJDA8 { color:#020202;display:block;width:19.5rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15107;line-height:1.5;letter-spacing:0;top:77.625rem;left:20.6875rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LeWf5VxwskQVOSxzBZQPc0QCr9hVLTpz { 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:15285;opacity:1;top:81.75rem;left:14.8125rem; }
#LeWf5VxwskQVOSxzBZQPc0QCr9hVLTpz > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; }#WHh2kK6DGfBSLDir6TyKkASvazxeTCQc { color:#020202;display:block;width:21.7480625rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15062;line-height:1.7;letter-spacing:0;top:19.154052734375rem;left:21.717529296875rem;height:4.67285rem;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; }
#FzhEiFt15m6e80NRDBSUnk6NfS4EwGPQ { 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:3.999025rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:24.385986328125rem;left:7.93701171875rem;display:block; }
#UDg17t7BXdzofpT6H9CoHFKBxWLs5faq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g0OFJXalWHhUIxn3uubVb48bbVza6ANQ { position:absolute;display:block;z-index:15064;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:11.875rem;width:11.687rem;top:33.6875rem;left:24.1875rem;overflow:hidden;display:block; }
#BcRFxuBJCpLtplHcbfVPgBD4IH4UQSZy { position:absolute;display:block;z-index:15146;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:14.25rem;width:10.375rem;top:30.0625rem;left:25.125rem;overflow:hidden;display:block; }
#Mgcw0Jtc1R9AhIJU3fMxd6cxheTtGgOf { position:absolute;display:block;z-index:15087;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.9375rem;width:16.1865rem;top:45.5625rem;left:21.9375rem;overflow:hidden;display:block; }
#WR5fhhmnyO5ac7CsNtcSMrk6TyW1uS04 { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:46.75rem;left:20.9375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TfefN77ob4wWOHqXpx81SDMIWUVF2BXC { color:#020202;display:block;width:21.93725rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15088;line-height:1.5;letter-spacing:0;top:52.5rem;left:19.0625rem;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; }
#uev9TTvgntefbrZglluptTFc2QnX2Z1F { color:#020202;display:block;width:26.6858125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:400;z-index:15089;line-height:1.5;letter-spacing:0;top:57.875rem;left:16.6875rem;height:5.625rem;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; }
#QzJF8DT4k9XLSJAMCSLgy3XtBBFwNH1A { 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:3.999025rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:65rem;left:21.25rem;display:block; }
#Coa5gsIr3rV7eVyJizn1cO0muwyJTyrL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DaN22bn0nFUTi68HoRCVPcPzPsWrQa41 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5f9782, rgba(0,0,0,0.13));background-image: -moz-linear-gradient(180deg, #5f9782, rgba(0,0,0,0.13));background-image: -ms-linear-gradient(180deg, #5f9782, rgba(0,0,0,0.13));background-image: -o-linear-gradient(180deg, #5f9782, rgba(0,0,0,0.13));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f9782', endColorstr='#21000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f9782', endColorstr='#21000000' );";background-image: linear-gradient(180deg, #5f9782, rgba(0,0,0,0.13));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:71.8896484375rem;left:21.25rem;display:block; }
#Q3Dds6ZBfCI3TJHXb430DDnDATD2Qvvu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#un0Sx75ZG1NTSpmvrAlttBzoUOqFoua1 { position:relative;display:none; }#un0Sx75ZG1NTSpmvrAlttBzoUOqFoua1 { border-width: 0; border-radius: 0; }#un0Sx75ZG1NTSpmvrAlttBzoUOqFoua1 > .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; }#un0Sx75ZG1NTSpmvrAlttBzoUOqFoua1 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:26.3125rem;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:none; }#un0Sx75ZG1NTSpmvrAlttBzoUOqFoua1 > .row .container.adaptive-delivery-prevent-bg, #un0Sx75ZG1NTSpmvrAlttBzoUOqFoua1 > .row .container.lazyload, #un0Sx75ZG1NTSpmvrAlttBzoUOqFoua1 > .row .container.lazyloading { background-image: none; }#NTc1dmFcObL28XTiv6ybuGStfGztLR1Z { color:#002323;display:block;width:15.375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:27.854166030884rem;left:31.604166030884rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TlTyIT26CK2M7uZNcBOppkSpS71JWxHd { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.5605625rem;width:15.9985625rem;top:0rem;left:0rem;display:block; }
#NeKEdcZ5g9ZeXeWSpPfiC3mTZbCurZBz { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#KGUVHRdMD1ZNtrNJd0MERRlJGwodKa4C { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Pkp92R145crhCTTJKxJLs9gBiJ2AGw7I { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.5605625rem;width:15.9985625rem;top:0rem;left:21.99951171875rem;display:block; }
#hOO98gWhSLWId0Kseyidfrs9qfaElq9k { position:relative;display:block; }#hOO98gWhSLWId0Kseyidfrs9qfaElq9k { background-color: transparent; background-image: none; }#hOO98gWhSLWId0Kseyidfrs9qfaElq9k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOO98gWhSLWId0Kseyidfrs9qfaElq9k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOO98gWhSLWId0Kseyidfrs9qfaElq9k > .row .container > .video-iframe-container { display: none; }#hOO98gWhSLWId0Kseyidfrs9qfaElq9k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOO98gWhSLWId0Kseyidfrs9qfaElq9k > .row > .video-iframe-container { display: none; }#hOO98gWhSLWId0Kseyidfrs9qfaElq9k > .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); }#hOO98gWhSLWId0Kseyidfrs9qfaElq9k { border-width: 0; border-radius: 0; }#hOO98gWhSLWId0Kseyidfrs9qfaElq9k > .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; }#hOO98gWhSLWId0Kseyidfrs9qfaElq9k > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:51.75rem;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; }#hOO98gWhSLWId0Kseyidfrs9qfaElq9k > .row .container.adaptive-delivery-prevent-bg, #hOO98gWhSLWId0Kseyidfrs9qfaElq9k > .row .container.lazyload, #hOO98gWhSLWId0Kseyidfrs9qfaElq9k > .row .container.lazyloading { background-image: none; }#xT1vVC0zZEQf3AB5krWJefRwS65fIo3F { color:#002323;display:block;width:15.375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:27.854166030884rem;left:31.604166030884rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fqvNzXdLZQysQqlXiOUBVhMWdegNxu27 { 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:3.999025rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:43.497314453125rem;left:21.25rem;display:block; }
#ZUe9cuTUqMSmF9nzp20pm9pT3Eh9Hcld { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hl5KXvBdXNN5VeAy0xwIQqx8XEaDEJHe { color:#002323;display:block;width:33.0603125rem;position:absolute;font-family:cairo;font-size:2.875rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:1.322021484375rem;left:12.349853515625rem;height:3.736575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m3pqk3LFlOZ7RbnOp0GmDO22Lt98MOBl { 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:8.1875rem;width:32.6875rem;top:0.965576171875rem;left:12.538330078125rem;overflow:hidden;display:block; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .widget-form-header {  }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.625rem;font-weight:700;color:#020202;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; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .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; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .widget-input-text {padding-top: 0; padding-bottom: 0;}#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .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; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .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:#020202;font-family:cairo;font-size:0.9375rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1.5; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .widget-input-select {padding-top: 0; padding-bottom: 0;}#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .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; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .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; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX [class*="-text"]:-moz-placeholder { color:#020202;font-family:cairo;font-size:0.875rem; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX [class*="-text"]::-moz-placeholder { color:#020202;font-family:cairo;font-size:0.875rem; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX [class*="-text"]:-ms-input-placeholder { color:#020202;font-family:cairo;font-size:0.875rem; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX [class*="-text"]::-webkit-input-placeholder { color:#020202;font-family:cairo;font-size:0.875rem; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .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; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .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; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .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; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .widget-container:first-of-type{padding-top:0;}#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .widget-container:last-of-type{padding-bottom:0;}#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX  { 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:19.21875rem;top:12.164306640625rem;z-index:15039;position:absolute; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.0625rem;display:block;vertical-align:top; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .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; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX {display:block;}#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX { 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:19.21875rem;top:12.164306640625rem;z-index:15039;position:absolute; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #pTI2sV0T337J0eB1puOUk69iIz7NDDTM { position:relative; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #drfBZtwWvKKvLBDTboPrBRIo5esldxF1 { position:relative;display:block; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #NCU38BTgQicwqVafcrHBaIz5600HRcwl { position:relative; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #NWQve31x3vUQTTqgSW9uVEXuRChCV1bk { position:relative; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #FUD6tIfuCtOH21s6KqxOx7d77hGOUZJS { position:relative;display:block; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #qkWvKdhMZKE2t0EbtTwIZmnXqJRWD2F4 { position:relative; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #leCg0NusIcqSzIQH3bvFoJNlXGbWET9B { position:relative; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #EGniu1nIDWBfbncqHaALQsLgh8oOZqcx { position:relative;display:block; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #MnSiDEtINUrNfGNwsAgKlLITgxxeN7hW { position:relative; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #tg9t8vqr1GTuLTpRMr1RwRiHlzTRAeI0 { position:relative; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #bRUDvWMo7azm3Mf6kd3UQygtIX1dgbvu { position:relative;display:block; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #eTEUMLG0Nw7eCu95AFXnt03UzZK13RT8 { position:relative; }
#pmD86iXQHIngUyS4uNDgNPKVeLaPPVqf { position:relative;display:block; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #Kn9yiJJcvAyRXPZGdRGAmAUcTXdxVTWc { position:relative; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #VIdh3CXKXSmacsR8TiQWiXOnwkTQL7f3 { position:relative; }
#E4OyZkZ4LFbNOlh29hQ56JrGkVVWpsGc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !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; }#E4OyZkZ4LFbNOlh29hQ56JrGkVVWpsGc.adaptive-delivery-prevent-bg, #E4OyZkZ4LFbNOlh29hQ56JrGkVVWpsGc.lazyload, #E4OyZkZ4LFbNOlh29hQ56JrGkVVWpsGc.lazyloading { background-image: none; }#E4OyZkZ4LFbNOlh29hQ56JrGkVVWpsGc > .row .container { background-color: transparent; background-image: none; }#E4OyZkZ4LFbNOlh29hQ56JrGkVVWpsGc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4OyZkZ4LFbNOlh29hQ56JrGkVVWpsGc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4OyZkZ4LFbNOlh29hQ56JrGkVVWpsGc > .row .container > .video-iframe-container { display: none; }#E4OyZkZ4LFbNOlh29hQ56JrGkVVWpsGc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4OyZkZ4LFbNOlh29hQ56JrGkVVWpsGc > .row > .video-iframe-container { display: none; }#E4OyZkZ4LFbNOlh29hQ56JrGkVVWpsGc > .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); }#E4OyZkZ4LFbNOlh29hQ56JrGkVVWpsGc > .row .container { border-width: 0; border-radius: 0; }#E4OyZkZ4LFbNOlh29hQ56JrGkVVWpsGc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E4OyZkZ4LFbNOlh29hQ56JrGkVVWpsGc > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:60rem;position:relative;display:block; }#fRuAQzQLrIZxepeqKk9hOyOeuVL7V3PT { color:#002323;display:block;width:15.375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:27.854166030884rem;left:31.604166030884rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IP5K5h3O6DkcWIrSwIklW5TQStyD85Oi { color:#e2bc89;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:0.75rem;left:12.25rem;height:3.9807125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IVSx4F5dl3mTODTmx9WOTt1Trmnocyia { color:#e2bc89;display:block;width:52.6855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:5.35400390625rem;left:2.62451171875rem;height:1.9995125rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OzNFT0ZzyckA2lgLGCkqSMRP2W8HlTyn { position:absolute;display:block;z-index:15020;height:23.125rem;width:59.6875rem;top:12.1875rem;left:0.3125rem;display:block; }
#DrIZndGs9XfhTKnyFIcSVKfT1RnaII9a { position:absolute;display:block;z-index:15003;height:1.186525rem;width:6.5625rem;top:1.52099609375rem;left:0.3125rem;display:block; }
#MUA1cT837zxzugfciKx4sCMhZ4ZP5dgI { box-sizing:content-box;color:#e2bc89;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:15020;top:7.8125rem;left:33.9375rem;display:block; }
#WvryL6sQvUQUAKeTqM8Xbz3nw3zsFCD0 { color:#e2bc89;display:block;width:10.871125rem;position:absolute;font-family:tajawal;font-size:2.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:8rem;left:20.875rem;height:2.92358125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ux9c6FWuPOTnqX6rGflgcMZlUoxPSrfz { box-sizing:content-box;color:#e2bc89;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:15010;top:4.72900390625rem;left:56.2890625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t7ebba15c0506b2251742019dcf545c6 { display:block; }#t7ebba15c0506b2251742019dcf545c6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oe4aea5dda2a1f3d6c4f8adc5fd59f65 { top:23.5rem;left:38.4375rem;width:9.3125rem;height:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4254e49833ba3a4bfe9a9737e22eb5c { top:22.5625rem;left:31.062501907349rem;width:15.0625rem;height:8.125rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5ed0a5ebfe62e70132ece0177d1eb21 { top:26.4375rem;left:25.937501907349rem;width:6.5625rem;height:3.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd04aba9be7df902d0314e9ee5bf6106 { top:13.6875rem;left:17.375rem;width:30.375rem;height:8.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7a294e3cf90f0f5877644fffe3ff6f0 { top:8.1875rem;left:23.25rem;width:24.5rem;height:4.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9d4db6f4ec1d81499035f97ce126437 { top:3.25rem;left:23.25rem;width:24.5rem;height:4.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc601ec878db15db4ff88c48c4070c92 { top:11.25rem;left:0rem;width:26.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fed3d71b41a1a8a3ca2eea976de658af { top:0.75rem;left:20.562501907349rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6ebefa02d16f4232aaf018441592d5b { top:30.6875rem;left:0rem;width:20rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc07773a2970b8622cbcf811bba90783 { top:33.4375rem;left:31.062501907349rem;width:13.875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9d55e72a6f4791945d54be4ebb262db { display:block; }#e9d55e72a6f4791945d54be4ebb262db > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l655a38e4c057f63044ed36f90682428 { top:11.625rem;left:17.1875rem;width:30.5625rem;height:12.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6f307cf79a457c7f4e9f610650a0c9e { top:1rem;left:14.812501907349rem;width:18.125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gace80f76a6b61d288ba177f88e1d111 { top:31.5625rem;left:0rem;width:20rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf410b65711db1dbbe5bda370e9dc83c { top:28rem;left:0rem;width:12.3125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b41ce78582529766590852cf142eb035 { top:38.4375rem;left:2.625rem;width:8.25rem;height:2.5427458295101rem;display:block; }
 }@media only screen and (max-width: 763px) { #t64c2f53938f5ac05ecb032dbf9dcc3d { width:17.3125rem;height:3.8125rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3aacf6a3b8470a4a8a88d214c68c3b8 { display:block; }
 }@media only screen and (max-width: 763px) { #M64b4bf0bd191ddf59ae3c484488738a { top:168.6875rem;left:32.3125rem;width:3.125rem;height:3.25rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fc314f6fbb92b367d9d1e4fec2cc0e9b { top:26.4375rem;left:14.6875rem;width:33.0625rem;height:15rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b36b3360c09ce375907f361e4cc338c6 { top:8.1875rem;left:0rem;width:24.1875rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go9NnChT9uJzVzo1F9OJwQvsQlu9QKMA { display:block; }#Go9NnChT9uJzVzo1F9OJwQvsQlu9QKMA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDaZ29s9nsTxZ1I017rqTFVzF2Acyii1 { width:17.5rem;height:3.125rem;top:18.5rem;left:2.6770839691162rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeTIQwccENgevO9g1aanNfaLB1FT6rQN { display:block; }
 }@media only screen and (max-width: 763px) { #IA6oGk5qdU3Er9RO2FNaWrTnIum3mz7g { width:17.5rem;height:3.4375rem;top:27.375rem;left:4.2412109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0UuFd1L2atfpe6Hxsu99W0HopHVHTzL { display:block; }
 }@media only screen and (max-width: 763px) { #uooO55e1i5hNLd0Vm9I2hbg0sWrzfr4k { width:15.4375rem;height:3.125rem;top:23.125rem;left:4.6770839691162rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnklviwrBRAA4Di1rCS2PaxFX71GrCSR { display:block; }
 }@media only screen and (max-width: 763px) { #QXx5BTVc5t3p4y1gp1HUPDOQsFoiLWrP { width:19.5625rem;height:3.2496370867254rem;top:4.375rem;left:21.1015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bIaFbNx6uAs6FJ22RdVMfcBLzc6uaBHW { width:19.5625rem;height:3.2496370867254rem;top:4.375rem;left:21.1015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wmaBfxkzcdiNsn1u7aDUN41bg2Jxdh5K { width:19.5625rem;height:3.2496370867254rem;top:3.75rem;left:20.1640625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XB0cTulgFucX2B2J7nqcgMHgT66e9lMo { width:4.6875rem;height:4.6875rem;top:0.0625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8piTBcWla7vN2k6pfSmdBQDGLp4FU7t { display:none; }#t8piTBcWla7vN2k6pfSmdBQDGLp4FU7t > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C7q3lV4kvdxdoN9O7gfa7ewqJztz1OPk { width:10.6875rem;height:1.75rem;top:28.4375rem;left:26.104166030884rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f8sidAmIGD5bLHpQmLssidKGJTt8qsqH { width:16.9375rem;height:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xE3qhc2bKzwPpbffBZU2oT1XTPS5L3Mh { width:16.9375rem;height:23.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RPyAlacd0LzP48LsaSsCgVsAkPWdp2Rn { width:17.5rem;height:3.9375rem;top:140.5rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zyqx4z3dB69RFScC9NS3xcMFhtvZWZD2 { display:block; }
 }@media only screen and (max-width: 763px) { #vffPm5qhvERCuDstN0RBmkxgbOBWqFn0 { width:4.6875rem;height:4.6875rem;top:0.0625rem;left:19.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLlATMIfTAGUKxU8d6LIoh7Spac1TFz6 { display:block; }#TLlATMIfTAGUKxU8d6LIoh7Spac1TFz6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uIdQRkKTs1qruuJLM1xCdpS6JRz4xbIL { width:10.6875rem;height:1.75rem;top:28.4375rem;left:26.104166030884rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E717zyR0slEdeWSrMIoDqmGSviLStw68 { top:2.8125rem;left:0rem;width:8.125rem;height:2.436525rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd3UKwzR07MGi97vE7Q5tvNVoCo3aFXP { top:2.8125rem;left:11.78759765625rem;width:7.0625rem;height:2.3537721851312rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIxTIEnG9DLiutufvRlX0OsdW78RMhPS { top:1.125rem;left:24.256103515625rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgIELqTggPw37vl3bnlEsZsAyyqd1seX { top:2.375rem;left:34.193603515625rem;width:13.125rem;height:3.296135649491rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 { display:block; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckuvSITXbu8CErGhkVha9qErtkBnBhMz { width:22.8125rem;height:0;top:27.4375rem;left:13.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHNfWsK5qZQaPIKzlSZIRWpzDeCSlpaU { top:39rem;left:0rem;width:23.5rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POSlaaoz71Vtm43987LzwTxqXdpbCpr1 { width:8rem;height:2.5rem;top:42.75rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbk4tG8mtDPpDZ7bsBy4ZvWNpgbTTQfh { display:block; }
 }@media only screen and (max-width: 763px) { #m0wTfUQTvQLk6KfW1QWkl4EIw3HA0dOL { width:8rem;height:2.5rem;top:42.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwdXcsl8qTI1XvCbHPHGFVb6PfaASrru { display:block; }
 }@media only screen and (max-width: 763px) { #lNcf7Z1hDi8Bxg8Qo39TMHFNAMHBFApT { width:8rem;height:2.5rem;top:42.75rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqV0m9WUHvf6Up6Ow6lt8FbWPT14mUZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #Q5deCMSRtrFMKeRPU1Af0Enmm5WkQOI8 { width:8rem;height:2.5rem;top:46.6875rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HISF3f1ss0XI7qtQiJoAa1y9PtDTJ1Rh { display:block; }
 }@media only screen and (max-width: 763px) { #DtvsiMkDdL2IMGQBzNioK4i6bsFIfAXT { width:8rem;height:2.5rem;top:46.6875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ1p32ZuglWih0NvfryR7bL6J8iCsCsh { display:block; }
 }@media only screen and (max-width: 763px) { #akpSWxtN1zOyAVeIqkTpafK1KEvTWJCN { width:8rem;height:2.5rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FC29nGkTnvm59eK4ArrN81PFwTGBBAbe { display:block; }
 }@media only screen and (max-width: 763px) { #C2B7qNUAITNZNHDhVPhreZQz5bmrKSG8 { top:30.5rem;left:1.0625rem;width:11.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBoXCRHRZt1HFyTZHiMBz7fiCIHcNTdf { display:block; }
 }@media only screen and (max-width: 763px) { #bK0MnVC8299hAW3nN9r9CrPJrduxy8ay { top:27.1875rem;left:16.28125rem;width:5.625rem;height:5.5641406658724rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9oO2lA0wewS5TTmZ53Pymy0v9TdyHAd { width:7.9375rem;height:2.4375rem;top:32.8125rem;left:15.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCFIaWy9zCBW1FT2C52rpTe2tEJ748Mk { display:block; }
 }@media only screen and (max-width: 763px) { #zsZiiioeKLx48GW5ynM3T5kWmz8bQgn3 { top:1.0625rem;left:8.0625rem;width:39.6875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXhhWhdW1ZUwAyuGuhmkVUUMOJwT8Pe3 { top:2rem;left:0.3125rem;width:8.875rem;height:13.902271519288rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrAncIEfuMNtTVW21T7dqCdRMb37gQTO { width:20.5rem;height:3.25rem;top:24.75rem;left:24.557373046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMrLEfzCaay4bBuCFaUshMfGNkM7eUbB { display:block; }
 }@media only screen and (max-width: 763px) { #MkR29IWEE7aO4DT0dS0HpWpkmCgD1mTS { top:81.75rem;left:36.25rem;width:2.8125rem;height:2.8125rem;display:block; }
#MkR29IWEE7aO4DT0dS0HpWpkmCgD1mTS > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #FI1o2U96EQKouOSvko95gyTyKmeIR4Mn { top:81.875rem;left:30.9375rem;width:2.5rem;height:2.5rem;display:block; }
#FI1o2U96EQKouOSvko95gyTyKmeIR4Mn > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #P2Ouh6DFmIIwI4WbET2pOlfNr5VlDKH7 { top:81.75rem;left:25.0625rem;width:2.8125rem;height:2.8125rem;display:block; }
#P2Ouh6DFmIIwI4WbET2pOlfNr5VlDKH7 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #dt5pR2faG0MdPkPX0NIzaFRvAv4RTeD5 { top:81.6875rem;left:19.3125rem;width:2.875rem;height:2.875rem;display:block; }
#dt5pR2faG0MdPkPX0NIzaFRvAv4RTeD5 > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #wO35v7IqHyB31tc1wNToL3fTiRRGIeKe { top:81.625rem;left:13.625rem;width:2.9375rem;height:2.9375rem;display:block; }
#wO35v7IqHyB31tc1wNToL3fTiRRGIeKe > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #fnHr76h6TdO5Vx2Uk2SNuNOkzBybJDA8 { top:77.625rem;left:14.5625rem;width:19.4375rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeWf5VxwskQVOSxzBZQPc0QCr9hVLTpz { top:81.75rem;left:8.6875rem;width:2.6875rem;height:2.6875rem;display:block; }
#LeWf5VxwskQVOSxzBZQPc0QCr9hVLTpz > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #WHh2kK6DGfBSLDir6TyKkASvazxeTCQc { top:19.125rem;left:15.592529296875rem;width:21.6875rem;height:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzhEiFt15m6e80NRDBSUnk6NfS4EwGPQ { width:17.5rem;height:3.9375rem;top:24.375rem;left:1.81201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDg17t7BXdzofpT6H9CoHFKBxWLs5faq { display:block; }
 }@media only screen and (max-width: 763px) { #g0OFJXalWHhUIxn3uubVb48bbVza6ANQ { top:33.6875rem;left:18.0625rem;width:11.625rem;height:11.813202975831rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcRFxuBJCpLtplHcbfVPgBD4IH4UQSZy { top:30.0625rem;left:19rem;width:10.3125rem;height:14.163752439818rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgcw0Jtc1R9AhIJU3fMxd6cxheTtGgOf { top:45.5625rem;left:15.8125rem;width:16.125rem;height:5.91537466453rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR5fhhmnyO5ac7CsNtcSMrk6TyW1uS04 { width:18.125rem;height:2.875rem;top:46.75rem;left:14.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfefN77ob4wWOHqXpx81SDMIWUVF2BXC { top:52.5rem;left:12.9375rem;width:21.875rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uev9TTvgntefbrZglluptTFc2QnX2Z1F { top:57.875rem;left:10.5625rem;width:26.625rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzJF8DT4k9XLSJAMCSLgy3XtBBFwNH1A { width:17.5rem;height:3.9375rem;top:65rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Coa5gsIr3rV7eVyJizn1cO0muwyJTyrL { display:block; }
 }@media only screen and (max-width: 763px) { #DaN22bn0nFUTi68HoRCVPcPzPsWrQa41 { width:17.5rem;height:3.4375rem;top:71.875rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3Dds6ZBfCI3TJHXb430DDnDATD2Qvvu { display:block; }
 }@media only screen and (max-width: 763px) { #un0Sx75ZG1NTSpmvrAlttBzoUOqFoua1 { display:block; }#un0Sx75ZG1NTSpmvrAlttBzoUOqFoua1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTc1dmFcObL28XTiv6ybuGStfGztLR1Z { width:10.6875rem;height:1.75rem;top:28.4375rem;left:26.104166030884rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlTyIT26CK2M7uZNcBOppkSpS71JWxHd { top:0rem;left:0rem;width:15.9375rem;height:24.466820993683rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeKEdcZ5g9ZeXeWSpPfiC3mTZbCurZBz { display:none; }
 }@media only screen and (max-width: 763px) { #KGUVHRdMD1ZNtrNJd0MERRlJGwodKa4C { display:none; }
 }@media only screen and (max-width: 763px) { #Pkp92R145crhCTTJKxJLs9gBiJ2AGw7I { top:0rem;left:15.87451171875rem;width:15.9375rem;height:24.466820993683rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOO98gWhSLWId0Kseyidfrs9qfaElq9k { display:block; }#hOO98gWhSLWId0Kseyidfrs9qfaElq9k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xT1vVC0zZEQf3AB5krWJefRwS65fIo3F { width:10.6875rem;height:1.75rem;top:28.4375rem;left:26.104166030884rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fqvNzXdLZQysQqlXiOUBVhMWdegNxu27 { width:17.5rem;height:3.9375rem;top:43.4375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUe9cuTUqMSmF9nzp20pm9pT3Eh9Hcld { display:block; }
 }@media only screen and (max-width: 763px) { #Hl5KXvBdXNN5VeAy0xwIQqx8XEaDEJHe { width:33rem;height:3.6875rem;top:1.3125rem;left:6.224853515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3pqk3LFlOZ7RbnOp0GmDO22Lt98MOBl { top:0.9375rem;left:6.413330078125rem;width:32.6875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .widget-regular-label { display:block; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX  { width:18.6875rem;height:auto; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX {display:block;}#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX { width:18.6875rem;height:auto; }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #pTI2sV0T337J0eB1puOUk69iIz7NDDTM {  }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #drfBZtwWvKKvLBDTboPrBRIo5esldxF1 { display:block; }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #NCU38BTgQicwqVafcrHBaIz5600HRcwl {  }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #NWQve31x3vUQTTqgSW9uVEXuRChCV1bk {  }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #FUD6tIfuCtOH21s6KqxOx7d77hGOUZJS { display:block; }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #qkWvKdhMZKE2t0EbtTwIZmnXqJRWD2F4 {  }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #leCg0NusIcqSzIQH3bvFoJNlXGbWET9B {  }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #EGniu1nIDWBfbncqHaALQsLgh8oOZqcx { display:block; }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #MnSiDEtINUrNfGNwsAgKlLITgxxeN7hW {  }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #tg9t8vqr1GTuLTpRMr1RwRiHlzTRAeI0 {  }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #bRUDvWMo7azm3Mf6kd3UQygtIX1dgbvu { display:block; }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #eTEUMLG0Nw7eCu95AFXnt03UzZK13RT8 {  }
 }@media only screen and (max-width: 763px) { #pmD86iXQHIngUyS4uNDgNPKVeLaPPVqf { display:block; }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #Kn9yiJJcvAyRXPZGdRGAmAUcTXdxVTWc {  }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #VIdh3CXKXSmacsR8TiQWiXOnwkTQL7f3 {  }
 }@media only screen and (max-width: 763px) { #E4OyZkZ4LFbNOlh29hQ56JrGkVVWpsGc { display:block; }#E4OyZkZ4LFbNOlh29hQ56JrGkVVWpsGc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuAQzQLrIZxepeqKk9hOyOeuVL7V3PT { width:10.6875rem;height:1.75rem;top:28.4375rem;left:26.104166030884rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IP5K5h3O6DkcWIrSwIklW5TQStyD85Oi { top:0.75rem;left:6.125rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVSx4F5dl3mTODTmx9WOTt1Trmnocyia { width:47.75rem;height:1.9375rem;top:5.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OzNFT0ZzyckA2lgLGCkqSMRP2W8HlTyn { top:12.1875rem;left:0rem;width:47.75rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrIZndGs9XfhTKnyFIcSVKfT1RnaII9a { top:1.5rem;left:0rem;width:6.5625rem;height:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUA1cT837zxzugfciKx4sCMhZ4ZP5dgI { top:7.8125rem;left:27.8125rem;width:3.125rem;height:3.2495125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvryL6sQvUQUAKeTqM8Xbz3nw3zsFCD0 { top:8rem;left:14.75rem;width:10.8125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux9c6FWuPOTnqX6rGflgcMZlUoxPSrfz { top:4.6875rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t7ebba15c0506b2251742019dcf545c6 { 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; }#t7ebba15c0506b2251742019dcf545c6.adaptive-delivery-prevent-bg, #t7ebba15c0506b2251742019dcf545c6.lazyload, #t7ebba15c0506b2251742019dcf545c6.lazyloading { background-image: none; }#t7ebba15c0506b2251742019dcf545c6 > .row .container { width:20rem;height:97.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oe4aea5dda2a1f3d6c4f8adc5fd59f65 { width:6.75rem;height:2.03125rem;top:36.510417938233rem;left:12.123698532581rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4254e49833ba3a4bfe9a9737e22eb5c { width:6.3125rem;height:7.3125rem;top:37.020835876465rem;left:7.4674485325813rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5ed0a5ebfe62e70132ece0177d1eb21 { width:6.5625rem;height:1.94921875rem;top:41.61328125rem;left:2.1875000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd04aba9be7df902d0314e9ee5bf6106 { width:20rem;height:7.3125rem;top:27.92578125rem;left:-0.0625rem;font-size:1.625rem;color:#ffffff;font-weight:700;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #f7a294e3cf90f0f5877644fffe3ff6f0 { width:20rem;height:2.1875rem;top:23.73828125rem;left:0rem;font-size:2.1875rem;line-height:1;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #W9d4db6f4ec1d81499035f97ce126437 { width:20rem;height:2.1875rem;top:20.92578125rem;left:0rem;font-size:2.1875rem;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #bc601ec878db15db4ff88c48c4070c92 { width:20rem;height:11.052631578947rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fed3d71b41a1a8a3ca2eea976de658af { width:4.8125rem;height:4.8125rem;top:0.55078125rem;left:0rem;overflow:hidden;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #T6ebefa02d16f4232aaf018441592d5b { width:18.75rem;height:6.5625rem;top:50.378908157349rem;left:1.2486979365349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc07773a2970b8622cbcf811bba90783 { width:11.3125rem;height:3.125rem;top:46.441408157349rem;left:4.3437502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9d55e72a6f4791945d54be4ebb262db { 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; }#e9d55e72a6f4791945d54be4ebb262db.adaptive-delivery-prevent-bg, #e9d55e72a6f4791945d54be4ebb262db.lazyload, #e9d55e72a6f4791945d54be4ebb262db.lazyloading { background-image: none; }#e9d55e72a6f4791945d54be4ebb262db > .row .container { width:20rem;height:82.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l655a38e4c057f63044ed36f90682428 { width:20rem;height:20rem;top:7.2057294845581rem;left:0rem;font-size:1.25rem;line-height:2;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #s6f307cf79a457c7f4e9f610650a0c9e { width:13.75rem;height:3.625rem;top:1.203125rem;left:3.1250000596046rem;overflow:hidden;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #gace80f76a6b61d288ba177f88e1d111 { width:17.25rem;height:5.6875rem;top:73.25000190735rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf410b65711db1dbbe5bda370e9dc83c { width:12.125rem;height:3.5625rem;top:68.375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b41ce78582529766590852cf142eb035 { width:6.1862rem;height:1.8112rem;top:79.62500190735rem;left:6.9062502980231rem;overflow:hidden;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #t64c2f53938f5ac05ecb032dbf9dcc3d { width:10.75rem;height:3.9375rem;top:62.394533157349rem;left:7.958333313465rem;border-top:0.3125rem solid #be8215;border-left:0.3125rem solid #be8215;border-right:0.3125rem solid #be8215;border-bottom:0.3125rem solid #be8215;color:#33be50;display:block; }
 }@media only screen and (max-width: 763px) { #D3aacf6a3b8470a4a8a88d214c68c3b8 { display:block; }
 }@media only screen and (max-width: 763px) { #M64b4bf0bd191ddf59ae3c484488738a { width:3.25rem;height:3.375rem;top:62.67578315735rem;left:2.0833333134651rem;font-size:2.3125rem;z-index:15019;color:#33be50;display:block; }
 }@media only screen and (max-width: 763px) { #fc314f6fbb92b367d9d1e4fec2cc0e9b { width:20rem;height:25rem;top:35.622396469116rem;left:0rem;font-size:1.25rem;color:#be8215;font-weight:700;font-style:normal;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #b36b3360c09ce375907f361e4cc338c6 { width:20rem;height:7.2864375rem;top:27.122396469116rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Go9NnChT9uJzVzo1F9OJwQvsQlu9QKMA { display:none; }#Go9NnChT9uJzVzo1F9OJwQvsQlu9QKMA > .row .container { width:20rem;height:34.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ad94850e-af60-4249-8d19-c17166e88b60/andalusiaclinic02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#Go9NnChT9uJzVzo1F9OJwQvsQlu9QKMA > .row .container.adaptive-delivery-prevent-bg, #Go9NnChT9uJzVzo1F9OJwQvsQlu9QKMA > .row .container.lazyload, #Go9NnChT9uJzVzo1F9OJwQvsQlu9QKMA > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #dDaZ29s9nsTxZ1I017rqTFVzF2Acyii1 { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeTIQwccENgevO9g1aanNfaLB1FT6rQN { display:block; }
 }@media only screen and (max-width: 763px) { #IA6oGk5qdU3Er9RO2FNaWrTnIum3mz7g { width:17.5rem;height:3.4375rem;top:5.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0UuFd1L2atfpe6Hxsu99W0HopHVHTzL { display:block; }
 }@media only screen and (max-width: 763px) { #uooO55e1i5hNLd0Vm9I2hbg0sWrzfr4k { width:15.437rem;height:3.125rem;top:13.187255859375rem;left:3.39111328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnklviwrBRAA4Di1rCS2PaxFX71GrCSR { display:block; }
 }@media only screen and (max-width: 763px) { #QXx5BTVc5t3p4y1gp1HUPDOQsFoiLWrP { width:17.06175rem;height:2.8342234154345rem;top:30.217280859375rem;left:1.4375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #bIaFbNx6uAs6FJ22RdVMfcBLzc6uaBHW { width:17.06175rem;height:2.8342234154345rem;top:26.134030859375rem;left:1.4375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #wmaBfxkzcdiNsn1u7aDUN41bg2Jxdh5K { width:17.06175rem;height:2.8342234154345rem;top:22.050780859375rem;left:1.4375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #XB0cTulgFucX2B2J7nqcgMHgT66e9lMo { width:3.1875rem;height:3.1875rem;top:17.562255859375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8piTBcWla7vN2k6pfSmdBQDGLp4FU7t { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#t8piTBcWla7vN2k6pfSmdBQDGLp4FU7t.adaptive-delivery-prevent-bg, #t8piTBcWla7vN2k6pfSmdBQDGLp4FU7t.lazyload, #t8piTBcWla7vN2k6pfSmdBQDGLp4FU7t.lazyloading { background-image: none; }#t8piTBcWla7vN2k6pfSmdBQDGLp4FU7t > .row .container { background-color: transparent; background-image: none; }#t8piTBcWla7vN2k6pfSmdBQDGLp4FU7t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8piTBcWla7vN2k6pfSmdBQDGLp4FU7t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8piTBcWla7vN2k6pfSmdBQDGLp4FU7t > .row .container > .video-iframe-container { display: none; }#t8piTBcWla7vN2k6pfSmdBQDGLp4FU7t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8piTBcWla7vN2k6pfSmdBQDGLp4FU7t > .row > .video-iframe-container { display: none; }#t8piTBcWla7vN2k6pfSmdBQDGLp4FU7t > .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); }#t8piTBcWla7vN2k6pfSmdBQDGLp4FU7t > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7q3lV4kvdxdoN9O7gfa7ewqJztz1OPk { width:15.875rem;height:0;top:132.74609837646rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.8;color:#000102;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #f8sidAmIGD5bLHpQmLssidKGJTt8qsqH { top:32.0625rem;left:0rem;width:20rem;height:7.8125rem;z-index:15100;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xE3qhc2bKzwPpbffBZU2oT1XTPS5L3Mh { top:7.3125rem;left:1.5625rem;width:16.875rem;height:23rem;z-index:15101;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RPyAlacd0LzP48LsaSsCgVsAkPWdp2Rn { width:17.5rem;height:3.999025rem;top:40.75rem;left:1.25rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #zyqx4z3dB69RFScC9NS3xcMFhtvZWZD2 { display:block; }
 }@media only screen and (max-width: 763px) { #vffPm5qhvERCuDstN0RBmkxgbOBWqFn0 { width:5.75rem;height:5.75rem;top:0rem;left:7.125244140625rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TLlATMIfTAGUKxU8d6LIoh7Spac1TFz6 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TLlATMIfTAGUKxU8d6LIoh7Spac1TFz6.adaptive-delivery-prevent-bg, #TLlATMIfTAGUKxU8d6LIoh7Spac1TFz6.lazyload, #TLlATMIfTAGUKxU8d6LIoh7Spac1TFz6.lazyloading { background-image: none; }#TLlATMIfTAGUKxU8d6LIoh7Spac1TFz6 > .row .container { background-color: transparent; background-image: none; }#TLlATMIfTAGUKxU8d6LIoh7Spac1TFz6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLlATMIfTAGUKxU8d6LIoh7Spac1TFz6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLlATMIfTAGUKxU8d6LIoh7Spac1TFz6 > .row .container > .video-iframe-container { display: none; }#TLlATMIfTAGUKxU8d6LIoh7Spac1TFz6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLlATMIfTAGUKxU8d6LIoh7Spac1TFz6 > .row > .video-iframe-container { display: none; }#TLlATMIfTAGUKxU8d6LIoh7Spac1TFz6 > .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); }#TLlATMIfTAGUKxU8d6LIoh7Spac1TFz6 > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uIdQRkKTs1qruuJLM1xCdpS6JRz4xbIL { width:15.875rem;height:0;top:132.74609837646rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.8;color:#000102;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #E717zyR0slEdeWSrMIoDqmGSviLStw68 { width:8.125rem;height:2.436525rem;top:11.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd3UKwzR07MGi97vE7Q5tvNVoCo3aFXP { width:7.0625rem;height:2.3537721851312rem;top:15.6875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIxTIEnG9DLiutufvRlX0OsdW78RMhPS { width:5.75rem;height:5.75rem;top:5.670166015625rem;left:7.125244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgIELqTggPw37vl3bnlEsZsAyyqd1seX { width:13.125rem;height:3.296135649491rem;top:2.374267578125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5d36435d-1d69-48dc-9770-d8c1ffabc84b/pattern22.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !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:123.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckuvSITXbu8CErGhkVha9qErtkBnBhMz { width:20rem;height:0;top:63.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EHNfWsK5qZQaPIKzlSZIRWpzDeCSlpaU { width:19.9980625rem;height:1.4375rem;top:27.28125rem;left:0rem;font-size:1.125rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #POSlaaoz71Vtm43987LzwTxqXdpbCpr1 { width:8rem;height:2.5rem;top:30.25rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fbk4tG8mtDPpDZ7bsBy4ZvWNpgbTTQfh { display:block; }
 }@media only screen and (max-width: 763px) { #m0wTfUQTvQLk6KfW1QWkl4EIw3HA0dOL { width:8rem;height:2.5rem;top:34.1875rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bwdXcsl8qTI1XvCbHPHGFVb6PfaASrru { display:block; }
 }@media only screen and (max-width: 763px) { #lNcf7Z1hDi8Bxg8Qo39TMHFNAMHBFApT { width:8rem;height:2.5rem;top:30.25rem;left:10.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqV0m9WUHvf6Up6Ow6lt8FbWPT14mUZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #Q5deCMSRtrFMKeRPU1Af0Enmm5WkQOI8 { width:8rem;height:2.5rem;top:34.1875rem;left:10.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HISF3f1ss0XI7qtQiJoAa1y9PtDTJ1Rh { display:block; }
 }@media only screen and (max-width: 763px) { #DtvsiMkDdL2IMGQBzNioK4i6bsFIfAXT { width:8rem;height:2.5rem;top:38rem;left:10.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JZ1p32ZuglWih0NvfryR7bL6J8iCsCsh { display:block; }
 }@media only screen and (max-width: 763px) { #akpSWxtN1zOyAVeIqkTpafK1KEvTWJCN { width:8rem;height:2.5rem;top:38rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FC29nGkTnvm59eK4ArrN81PFwTGBBAbe { display:block; }
 }@media only screen and (max-width: 763px) { #C2B7qNUAITNZNHDhVPhreZQz5bmrKSG8 { top:10.517578125rem;left:4.2822265625rem;width:11.433625rem;height:2.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UBoXCRHRZt1HFyTZHiMBz7fiCIHcNTdf { display:block; }
 }@media only screen and (max-width: 763px) { #bK0MnVC8299hAW3nN9r9CrPJrduxy8ay { width:5.625rem;height:5.563475rem;top:80.78466796875rem;left:1.43701171875rem;font-size:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9oO2lA0wewS5TTmZ53Pymy0v9TdyHAd { width:7.9355625rem;height:2.5rem;top:28.0625rem;left:6.03125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lCFIaWy9zCBW1FT2C52rpTe2tEJ748Mk { display:block; }
 }@media only screen and (max-width: 763px) { #zsZiiioeKLx48GW5ynM3T5kWmz8bQgn3 { width:18.4375rem;height:27.1875rem;top:1.4990234375rem;left:0.78125rem;font-size:1.0625rem;line-height:1.6;color:#020202;display:block; }
 }@media only screen and (max-width: 763px) { #lXhhWhdW1ZUwAyuGuhmkVUUMOJwT8Pe3 { width:8.93675rem;height:13.999rem;top:31rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrAncIEfuMNtTVW21T7dqCdRMb37gQTO { width:18.20833375rem;height:3.20833375rem;top:57.0625rem;left:0.875rem;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:block; }
 }@media only screen and (max-width: 763px) { #iMrLEfzCaay4bBuCFaUshMfGNkM7eUbB { display:block; }
 }@media only screen and (max-width: 763px) { #MkR29IWEE7aO4DT0dS0HpWpkmCgD1mTS { display:flex;width:2.8125rem;height:2.8125rem;top:115.625rem;left:15.6875rem; }
#MkR29IWEE7aO4DT0dS0HpWpkmCgD1mTS > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #FI1o2U96EQKouOSvko95gyTyKmeIR4Mn { display:flex;width:2.5rem;height:2.5rem;top:115.8125rem;left:2.125rem; }
#FI1o2U96EQKouOSvko95gyTyKmeIR4Mn > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #P2Ouh6DFmIIwI4WbET2pOlfNr5VlDKH7 { display:flex;width:2.8125rem;height:2.8125rem;top:119.75rem;left:15.6875rem; }
#P2Ouh6DFmIIwI4WbET2pOlfNr5VlDKH7 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #dt5pR2faG0MdPkPX0NIzaFRvAv4RTeD5 { display:flex;width:2.9375rem;height:2.9375rem;top:119.6875rem;left:2.125rem; }
#dt5pR2faG0MdPkPX0NIzaFRvAv4RTeD5 > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #wO35v7IqHyB31tc1wNToL3fTiRRGIeKe { display:flex;width:3rem;height:3rem;top:119.6875rem;left:8.75rem; }
#wO35v7IqHyB31tc1wNToL3fTiRRGIeKe > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #fnHr76h6TdO5Vx2Uk2SNuNOkzBybJDA8 { width:19.5rem;height:2.34375rem;top:112.0625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeWf5VxwskQVOSxzBZQPc0QCr9hVLTpz { display:flex;width:2.75rem;height:2.75rem;top:115.6875rem;left:8.875rem; }
#LeWf5VxwskQVOSxzBZQPc0QCr9hVLTpz > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #WHh2kK6DGfBSLDir6TyKkASvazxeTCQc { width:20rem;height:3.75rem;top:46rem;left:0rem;font-size:1.25rem;line-height:1.5;color:#ba0484;display:block; }
 }@media only screen and (max-width: 763px) { #FzhEiFt15m6e80NRDBSUnk6NfS4EwGPQ { width:17.5rem;height:4rem;top:50.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDg17t7BXdzofpT6H9CoHFKBxWLs5faq { display:block; }
 }@media only screen and (max-width: 763px) { #g0OFJXalWHhUIxn3uubVb48bbVza6ANQ { width:11.625rem;height:11.813202975831rem;top:66rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcRFxuBJCpLtplHcbfVPgBD4IH4UQSZy { width:10.3125rem;height:14.8125rem;top:62.0625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgcw0Jtc1R9AhIJU3fMxd6cxheTtGgOf { width:16.12425rem;height:5.91430625rem;top:79.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR5fhhmnyO5ac7CsNtcSMrk6TyW1uS04 { width:18.125rem;height:3.0859375rem;top:80.875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfefN77ob4wWOHqXpx81SDMIWUVF2BXC { width:20rem;height:2.8125rem;top:86.75rem;left:0rem;font-size:0.9375rem;line-height:1.5;color:#020202;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uev9TTvgntefbrZglluptTFc2QnX2Z1F { width:20rem;height:8.4375rem;top:90.8125rem;left:0rem;font-size:0.9375rem;line-height:1.5;color:#020202;display:block; }
 }@media only screen and (max-width: 763px) { #QzJF8DT4k9XLSJAMCSLgy3XtBBFwNH1A { width:17.5rem;height:3.9375rem;top:100.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Coa5gsIr3rV7eVyJizn1cO0muwyJTyrL { display:block; }
 }@media only screen and (max-width: 763px) { #DaN22bn0nFUTi68HoRCVPcPzPsWrQa41 { top:105.875rem;left:1.25rem;width:17.5rem;height:3.4375rem;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5f9782, rgba(0,0,0,0.08));background-image: -moz-linear-gradient(180deg, #5f9782, rgba(0,0,0,0.08));background-image: -ms-linear-gradient(180deg, #5f9782, rgba(0,0,0,0.08));background-image: -o-linear-gradient(180deg, #5f9782, rgba(0,0,0,0.08));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f9782', endColorstr='#14000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f9782', endColorstr='#14000000' );";background-image: linear-gradient(180deg, #5f9782, rgba(0,0,0,0.08));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Q3Dds6ZBfCI3TJHXb430DDnDATD2Qvvu { display:block; }
 }@media only screen and (max-width: 763px) { #un0Sx75ZG1NTSpmvrAlttBzoUOqFoua1 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#un0Sx75ZG1NTSpmvrAlttBzoUOqFoua1.adaptive-delivery-prevent-bg, #un0Sx75ZG1NTSpmvrAlttBzoUOqFoua1.lazyload, #un0Sx75ZG1NTSpmvrAlttBzoUOqFoua1.lazyloading { background-image: none; }#un0Sx75ZG1NTSpmvrAlttBzoUOqFoua1 > .row .container { width:20rem;height:54.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NTc1dmFcObL28XTiv6ybuGStfGztLR1Z { width:15.875rem;height:0;top:132.74609837646rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.8;color:#000102;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #TlTyIT26CK2M7uZNcBOppkSpS71JWxHd { width:15.9375rem;height:24.4668125rem;top:1.125rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeKEdcZ5g9ZeXeWSpPfiC3mTZbCurZBz { top:27.0625rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15034;background-color:#e2bc89;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KGUVHRdMD1ZNtrNJd0MERRlJGwodKa4C { top:0.3125rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15035;background-color:#e2bc89;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Pkp92R145crhCTTJKxJLs9gBiJ2AGw7I { width:15.9375rem;height:24.466820993683rem;top:28.624267578125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOO98gWhSLWId0Kseyidfrs9qfaElq9k { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hOO98gWhSLWId0Kseyidfrs9qfaElq9k.adaptive-delivery-prevent-bg, #hOO98gWhSLWId0Kseyidfrs9qfaElq9k.lazyload, #hOO98gWhSLWId0Kseyidfrs9qfaElq9k.lazyloading { background-image: none; }#hOO98gWhSLWId0Kseyidfrs9qfaElq9k > .row .container { background-color: transparent; background-image: none; }#hOO98gWhSLWId0Kseyidfrs9qfaElq9k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOO98gWhSLWId0Kseyidfrs9qfaElq9k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOO98gWhSLWId0Kseyidfrs9qfaElq9k > .row .container > .video-iframe-container { display: none; }#hOO98gWhSLWId0Kseyidfrs9qfaElq9k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOO98gWhSLWId0Kseyidfrs9qfaElq9k > .row > .video-iframe-container { display: none; }#hOO98gWhSLWId0Kseyidfrs9qfaElq9k > .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); }#hOO98gWhSLWId0Kseyidfrs9qfaElq9k > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xT1vVC0zZEQf3AB5krWJefRwS65fIo3F { width:15.875rem;height:0;top:132.74609837646rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.8;color:#000102;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #fqvNzXdLZQysQqlXiOUBVhMWdegNxu27 { width:17.5rem;height:3.999025rem;top:35.8740234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUe9cuTUqMSmF9nzp20pm9pT3Eh9Hcld { display:block; }
 }@media only screen and (max-width: 763px) { #Hl5KXvBdXNN5VeAy0xwIQqx8XEaDEJHe { width:20rem;height:2.24975625rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.8;color:#000102;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #m3pqk3LFlOZ7RbnOp0GmDO22Lt98MOBl { width:20rem;height:5.00854375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .widget-form-header { font-size:1.125rem; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.25rem;font-weight:bold;color:#020202;width:17.5rem;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; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .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:17.5rem;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; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .widget-input-text {padding-top: 0; padding-bottom: 0;}#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .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:17.5rem;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; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .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:17.5rem;box-sizing:border-box;height:2.8125rem;color:#020202;font-family:cairo;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .widget-input-select {padding-top: 0; padding-bottom: 0;}#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .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; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:17.5rem;height:2.8125rem;font-family:cairo;overflow:hidden;box-shadow: none; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .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:16.3125rem;overflow:hidden;font-style:normal;float:none; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .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; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .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; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .widget-container:first-of-type{padding-top:0;}#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .widget-container:last-of-type{padding-bottom:0;}#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:6.810302734375rem;z-index:15041;font-size:1.125rem; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX .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; }
#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX {display:block;}#S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:6.810302734375rem;z-index:15041;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #pTI2sV0T337J0eB1puOUk69iIz7NDDTM {  }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #drfBZtwWvKKvLBDTboPrBRIo5esldxF1 { display:block; }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #NCU38BTgQicwqVafcrHBaIz5600HRcwl {  }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #NWQve31x3vUQTTqgSW9uVEXuRChCV1bk {  }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #FUD6tIfuCtOH21s6KqxOx7d77hGOUZJS { display:block; }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #qkWvKdhMZKE2t0EbtTwIZmnXqJRWD2F4 {  }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #leCg0NusIcqSzIQH3bvFoJNlXGbWET9B {  }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #EGniu1nIDWBfbncqHaALQsLgh8oOZqcx { display:block; }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #MnSiDEtINUrNfGNwsAgKlLITgxxeN7hW {  }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #tg9t8vqr1GTuLTpRMr1RwRiHlzTRAeI0 {  }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #bRUDvWMo7azm3Mf6kd3UQygtIX1dgbvu { display:block; }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #eTEUMLG0Nw7eCu95AFXnt03UzZK13RT8 {  }
 }@media only screen and (max-width: 763px) { #pmD86iXQHIngUyS4uNDgNPKVeLaPPVqf { display:block; }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #Kn9yiJJcvAyRXPZGdRGAmAUcTXdxVTWc {  }
 }@media only screen and (max-width: 763px) { #S1EUgbAxuDvxIrHXhz4SCpwyx1qckbKX #VIdh3CXKXSmacsR8TiQWiXOnwkTQL7f3 {  }
 }@media only screen and (max-width: 763px) { #E4OyZkZ4LFbNOlh29hQ56JrGkVVWpsGc { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#E4OyZkZ4LFbNOlh29hQ56JrGkVVWpsGc.adaptive-delivery-prevent-bg, #E4OyZkZ4LFbNOlh29hQ56JrGkVVWpsGc.lazyload, #E4OyZkZ4LFbNOlh29hQ56JrGkVVWpsGc.lazyloading { background-image: none; }#E4OyZkZ4LFbNOlh29hQ56JrGkVVWpsGc > .row .container { background-color: transparent; background-image: none; }#E4OyZkZ4LFbNOlh29hQ56JrGkVVWpsGc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4OyZkZ4LFbNOlh29hQ56JrGkVVWpsGc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4OyZkZ4LFbNOlh29hQ56JrGkVVWpsGc > .row .container > .video-iframe-container { display: none; }#E4OyZkZ4LFbNOlh29hQ56JrGkVVWpsGc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4OyZkZ4LFbNOlh29hQ56JrGkVVWpsGc > .row > .video-iframe-container { display: none; }#E4OyZkZ4LFbNOlh29hQ56JrGkVVWpsGc > .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); }#E4OyZkZ4LFbNOlh29hQ56JrGkVVWpsGc > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuAQzQLrIZxepeqKk9hOyOeuVL7V3PT { width:15.875rem;height:0;top:132.74609837646rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.8;color:#000102;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #IP5K5h3O6DkcWIrSwIklW5TQStyD85Oi { width:20rem;height:2.598875rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #IVSx4F5dl3mTODTmx9WOTt1Trmnocyia { width:15.375rem;height:4.2004375rem;top:3.6181640625rem;left:0.5615234375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;color:#e2bc89;display:block; }
 }@media only screen and (max-width: 763px) { #OzNFT0ZzyckA2lgLGCkqSMRP2W8HlTyn { width:20rem;height:23.125rem;top:14.82666015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrIZndGs9XfhTKnyFIcSVKfT1RnaII9a { top:0.3896484375rem;left:0rem;width:6.5625rem;height:1.12426875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #MUA1cT837zxzugfciKx4sCMhZ4ZP5dgI { width:3.125rem;height:3.2495125rem;top:9.085693359375rem;left:14.49951171875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvryL6sQvUQUAKeTqM8Xbz3nw3zsFCD0 { width:10.8105625rem;height:2.2753875rem;top:9.571533203125rem;left:2.843017578125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux9c6FWuPOTnqX6rGflgcMZlUoxPSrfz { width:2.8125rem;height:2.8125rem;top:3.6181640625rem;left:16.68701171875rem;font-size:1.9375rem;display:block; }
 }