.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); }#e8T8EzwlXgttMDq8ksw3yqbfdlCUTPpK { position:relative;display:none; }#e8T8EzwlXgttMDq8ksw3yqbfdlCUTPpK { border-width: 0; border-radius: 0; }#e8T8EzwlXgttMDq8ksw3yqbfdlCUTPpK > .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; }#e8T8EzwlXgttMDq8ksw3yqbfdlCUTPpK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#l6HrCLgL8qmxALUNBd2HH3ZLKeGzuCGe { 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:8.6875rem;width:31.25rem;display:none; }
#aTbz0F5UnzBtupOqXEUEdlehmq3cmoU2 { 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:11.0625rem;width:20.3125rem;display:none; }
#CLQFZXGuEPKQE7M7xP9hvkTtu8oGKfhf { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#CLQFZXGuEPKQE7M7xP9hvkTtu8oGKfhf > .row .container { border-width: 0; border-radius: 0; }#CLQFZXGuEPKQE7M7xP9hvkTtu8oGKfhf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CLQFZXGuEPKQE7M7xP9hvkTtu8oGKfhf > .row .container { font-size:0.875rem;font-family:cairo;height:3.5625rem;width:60rem;overflow:visible;position:relative;display:none; }#OFAz6rq21hQXydccUT02BGk27b4yk5rI { color:#22344d;display:block;width:11.5625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:0.88107645511625rem;left:48.4375rem;height:1.79904375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#dvSNqiwQgf4ykkQ8bJDX1EAfL86PBLlD { position:absolute;display:block;z-index:15007;background-color:#62748d;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:2.5618491172791rem;left:47.5rem;display:block; }
#ueqIC7immsFp2zN4uPK4HJTnx94T5o7E { color:#22344d;display:block;width:11.5625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:0.88107645511625rem;left:18.125rem;height:1.79904375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#xTrLERQ0cpQReVdOO4v6qImlOtlGTNo3 { position:absolute;display:block;z-index:15008;background-color:#62748d;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:2.5625001192093rem;left:42.125rem;display:block; }
#kJudxnLDZms1mKvHxpyxCTKezCwTV2bG { color:#22344d;display:block;width:11.6875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:0.88107645511625rem;left:29.5625rem;height:1.79904375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#mu9nBrkQJWiUwsEduaoSiQkZmP9MBX8h { position:absolute;display:block;z-index:15008;background-color:#62748d;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:2.5625001192093rem;left:42.125rem;display:none; }
#zxHP3VT62TPFBcPWUDGAZiDoJ1PNIx48 { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#OE4Io9egIcJlxm6LSm3b2v0aVnQIyp2F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NDo439tJNElKeIaiokR1bxOHoLxp90lL { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#o5ReokI7l9O6O819QbGGZMe3kITKoCA9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BEtLrMwl8w987NlH1yClsJdAzhb4HFBB { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#So0wn3BleqJFlm06q4JC43ziHEMGdNtR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VLegQ9TAZWadSyffXZK1egbXt61Dd0ws { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.3125rem;left:0rem;display:none; }
#ITgJsyKAkWkPE4Mdvqdcg8bKrHfv59T5 { background-color:#5d92ff;background-image:none;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:15000;text-align:center;text-align-last:center;display:none; }
#IRbBGsQpsc39J62vPVJngvBAgLRT3tqJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X9qTWg0TlxmqZyydh1T2oGuSwWirMTH9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TOW3WInDqXFel3zormvsNQLZnrT2SSwT { background-color:#5d92ff;background-image:none;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:15000;text-align:center;text-align-last:center;display:none; }
#KgfMnP6MwCGgcxu2Mvsf1T7lTqkdVEHw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EXaizEL6PKdD4mbMWU35zrXAR8miD8Xh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#tQWpdRucxWhf8NnPP1FhOsaQTZmhbPp5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:15.3125rem;left:9.8125rem;display:none; }
#qd3XuT0JJTklVb3JOZOtVtwAZkTe8cm0 { background-color:#62748d;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#qd3XuT0JJTklVb3JOZOtVtwAZkTe8cm0 > .row .container { border-width: 0; border-radius: 0; }#qd3XuT0JJTklVb3JOZOtVtwAZkTe8cm0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qd3XuT0JJTklVb3JOZOtVtwAZkTe8cm0 > .row .container { font-size:0.875rem;font-family:cairo;height:5.3125rem;width:60rem;overflow:visible;position:relative;display:none; }#qCk36Dkd5fHZf0cmrVmSumLgBgVwnL4S { background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#62748d;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:13.125rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.46875rem;left:46.875rem;display:block; }
#kTfP05OvgZX8cxzSsBLRIOTCkWHAXIiT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P8Jw6s5TkXlnbq4xmUvsATPxyLTD1wmP { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.531033039093rem;left:41.125rem; }
#P8Jw6s5TkXlnbq4xmUvsATPxyLTD1wmP > img { max-width: 100%;max-height:100%; width:2.24935rem; height:2.24935rem; }#k8UtqLOiGb5hO95VxJeOXpwLOQQHm66p { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.374783039093rem;left:55.0625rem; }
#bVE76niSAnBzb20a8K68IQwO0I1mT50l { 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:4.74935rem;width:8.9985rem;top:0.28103303909302rem;left:0rem;overflow:hidden;display:block; }
#LaTzEMaBrBowF78BbRS9SJU02NLP1fre { background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#62748d;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:13.125rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.5rem;left:40.25rem;display:block; }
#ykmfEPVPoEaRw3XMnAfNbAOOMy95DCbW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qq11F2fC9FumF5W6trBaO2UKz2Py2cuG { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.31228125rem;width:2.31228125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.4984812736511rem;left:28.8125rem; }
#N1UWh5qTWJXimDGxl1B8rhKEdI1u7KUC { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#N1UWh5qTWJXimDGxl1B8rhKEdI1u7KUC > .row .container { border-width: 0; border-radius: 0; }#N1UWh5qTWJXimDGxl1B8rhKEdI1u7KUC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#N1UWh5qTWJXimDGxl1B8rhKEdI1u7KUC > .row .container { font-size:0.875rem;font-family:cairo;height:46.25rem;width:60rem;overflow:visible;position:relative;display:none; }#BBhDtZK4ERZ8TMI2kHoDbD8O7PSI70d7 { color:#000000;display:block;width:57.8125rem;position:absolute;font-family:cairo;font-size:6.125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:6.25rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hpGU9IvU4MK3grnS5IQVyvvy2E6R4yz5 { background-color:transparent;background-image:none;border-top:0.125rem solid #62748d;border-left:0.125rem solid #62748d;border-right:0.125rem solid #62748d;border-bottom:0.125rem solid #62748d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#62748d;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:13.125rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.0625rem;left:6.875rem;display:block; }
#MQpUhoGgKRmrqC7lIT6NRKgwK0dJHLMR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WPKtMB1IH3mRRPaWnarUZf8phbvgfxQu { background-color:#62748d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;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:13.125rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.0625rem;left:0rem;display:block; }
#zKLf3nCfoNqHdOXR8ep275KTt27oORN9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cmAufayC6Oyg9AthqJUE2z8eabAaB9mO { color:#3f3f3f;display:block;width:34.8125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:21.1875rem;left:0rem;height:3.0013rem;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; }
#ZS99Ah8Xzs79rI4J7ONB4V3fDtT4Bx2G { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #957353, #d4b392);background-image: -moz-linear-gradient(180deg, #957353, #d4b392);background-image: -ms-linear-gradient(180deg, #957353, #d4b392);background-image: -o-linear-gradient(180deg, #957353, #d4b392);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#957353', endColorstr='#d4b392' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#957353', endColorstr='#d4b392' );";background-image: linear-gradient(180deg, #957353, #d4b392);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:12.5rem;width:19.625rem;top:2.625rem;left:28.625rem;display:block; }
#pTxHpsxKvdwUB3rR7kFcnDu1rpPzWFvM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:29.5625rem;left:21.125rem; }
#bDwTcBWBsluUxgzT9HpLJJMt72wM3mxf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:26.0625rem;left:24.6875rem; }
#kTRgd2LZMLAOQG01GHcUfcvpGXO04qsF { position:absolute;display:block;z-index:14999;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:20.375rem;width:30.625rem;top:0rem;left:29.375rem;overflow:hidden;display:block; }
#tFggxaQKWDGJdWXtnV7IiZhvMiLcnz2R { position:absolute;display:block;z-index:15019;height:10.5615rem;width:18.8745rem;top:20.43701171875rem;left:0rem;display:none; }
#xEFnK23GnuuPXTwo3B9bTPsLuPs87D3r { position:absolute;display:block;z-index:15018;height:10.37475rem;width:18.562rem;top:7.373046875rem;left:0rem;display:none; }
#ySd484pQER9LAWMUB84ZtvtAAKzStkby { position:relative;display:none; }#ySd484pQER9LAWMUB84ZtvtAAKzStkby { border-width: 0; border-radius: 0; }#ySd484pQER9LAWMUB84ZtvtAAKzStkby > .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; }#ySd484pQER9LAWMUB84ZtvtAAKzStkby > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LyPohBO9FKeJpgVKDC1znZ4sbdSuGNTQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1rem;left:3.6875rem;display:none; }
#RX0UTP2x99eCMe32aeM1MtD4mI0dSpcy { 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.875rem;width:60rem;display:none; }
#OCgXAucZx0gwnOiVo63Bx8l28vLvCTWJ { 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:5.125rem;width:14.0625rem;display:none; }
#R8TC08h5kU4SWPfaIHIx4tLa92dyo322 { position:relative;display:none; }#R8TC08h5kU4SWPfaIHIx4tLa92dyo322 { border-width: 0; border-radius: 0; }#R8TC08h5kU4SWPfaIHIx4tLa92dyo322 > .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; }#R8TC08h5kU4SWPfaIHIx4tLa92dyo322 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#aNvheZBa73Z2vtLhw4quTlbJiwNouq1Z { position:absolute;display:block;z-index:15030;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.18671875rem;width:6.5625rem;top:58.25rem;left:10.875rem;overflow:hidden;display:none; }
#n9TWh3rN0G2l3IXRIM4cdC61tZmQnIEN { position:absolute;display:block;z-index:15030;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:1.5609375rem;width:6.5625rem;top:58.3125rem;left:18.0625rem;overflow:hidden;display:none; }
#WNuiGpPbO69X1o1ETgA08HCAGBLFVK4J { color:#000000;display:block;width:19.9980625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:56.3125rem;left:8.125rem;text-align:center;text-align-last:center;display:none; }
#TBQCS6gXENRbVPna1epg0EElo4eJPgic { position:absolute;display:block;z-index:15110;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.8125rem;width:9.375rem;top:10.377604484558rem;left:2.1145839691162rem;overflow:hidden;display:none; }
#eZx52bn9CpNKG0Ng5FG6LPZRsXC9ZHiZ { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#eZx52bn9CpNKG0Ng5FG6LPZRsXC9ZHiZ > .row .container { border-width: 0; border-radius: 0; }#eZx52bn9CpNKG0Ng5FG6LPZRsXC9ZHiZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eZx52bn9CpNKG0Ng5FG6LPZRsXC9ZHiZ > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#u9pQ7M98nnbJcQNmNV0fEDIV11Tc0IV2 { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:5.5414500236511rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#fKl2zNascoaLJGqB0OTSPgTM21qiOCH7 { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:11.25rem;left:-20.0625rem;height:16.50715rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#elL4LGXHo79EyWgsTBzuP9dSezdVJm8d { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -moz-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -ms-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -o-linear-gradient(180deg, #c6996e, #96a2b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );";background-image: linear-gradient(180deg, #c6996e, #96a2b3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:25.4375rem;left:3.625rem;display:block; }
#rTivTMLi2irGxG4iN2tyBfeReC2Htcl7 { background-color:#62748d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;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:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:42.4375rem;left:0rem;display:block; }
#OB7teq98CNX703DHXJoD9xeinkIq8K0C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H6wOfUTwMkg3eTkuRELKyTvsxUg0xTJ2 { color:#000000;display:block;width:53.1875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:43.125rem;left:6.8125rem;height:4.50195rem;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; }
#ZGhleEDtpPmNq6Xqgn7qvMVWw3R3hSRs { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:32.8125rem;left:2.3125rem; }
#KBZut2eMCfmGtF1TBkoWP5E2ZgQ8XCuH { position:absolute;display:block;z-index:15013;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:25.5625rem;width:38.25rem;top:15.286458730698rem;left:21.75rem;overflow:hidden;display:block; }
#Br7drhxeG0XlFD2VJBNiaTTXmvNTL0EN { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d4b392, #fafafa);background-image: -moz-linear-gradient(180deg, #d4b392, #fafafa);background-image: -ms-linear-gradient(180deg, #d4b392, #fafafa);background-image: -o-linear-gradient(180deg, #d4b392, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #d4b392, #fafafa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:39.375rem;width:22.625rem;top:3.59375rem;left:0rem;display:none; }
#nOTaAKFF2LHcvOymg9oE0E1SshMTx9qX { position:relative;display:none; }#nOTaAKFF2LHcvOymg9oE0E1SshMTx9qX { border-width: 0; border-radius: 0; }#nOTaAKFF2LHcvOymg9oE0E1SshMTx9qX > .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; }#nOTaAKFF2LHcvOymg9oE0E1SshMTx9qX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bRd613JJDDzh0f67BcuDcLwJeiJDwiEF { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:0.5625rem;left:2.75rem;display:none; }
#XPllxLOwBAuaOoUxK686K7k7LpQFuzLh { 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:30.3125rem;width:52.1875rem;display:none; }
#J4eeIFd7tOq5TBEBtNKeXaVHvDCN6WSr { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:14.3125rem;left:6.8125rem;display:none; }
#BG5vrxNv0XC9hJ2EkVbyqTdWeXmKEObT { background-color:#5d92ff;background-image:none;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#wNW7lC7MSznhfvkcs0dXDz1fL7RT4V48 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WskSyxAH14Tx3oOEdemWQVmoEpZIcqTm { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#t0A7mcEOuTTDxRVceoHJaPzqnvZwWXcU { color:#000000;display:block;width:2.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:2.6875rem;left:0.75rem;display:none; }
#SHyTNmUfXikpSQqWx6csDasVLCebLGnT { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:16.1875rem;left:0rem;display:none; }
#oszd97iVhHTKSNtLEbW9IiPOZRvNltlc { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:33.3125rem;left:0.375rem;display:none; }
#aCxoSZFmq79gx2ovtqiaBAUIoaNIyP6Z { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:31.0625rem;left:6.9375rem;display:none; }
#kR2cWWWMHrN6mri14cJ6tCT3FovfKBu3 { 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:30.3125rem;width:52.1875rem;display:none; }
#Bi966nsVpGqolUCRxxaMGiq2oXHvapWS { background-color:#5d92ff;background-image:none;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#VwHJ7wBbGL4uC0Tq2iPo2P3M9gR9yMXM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZkPbq59fv7iXxBCd8WBNkL30XTdIqStf { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:47.3125rem;left:0.625rem;display:none; }
#H9DJ8OlIlkwingNLOIEAQhKiMKlstlH2 { background-color:#5d92ff;background-image:none;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#TR3pIlKvpSBWq4idFJVGhV85KyO8C7Oe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XIvbmrvGKhC2drhZSI1iZZmKVodOCSS8 { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:45.75rem;left:6.8125rem;display:none; }
#zd5Az7k3lg9VTBRAcMCR7knEWJ6smNJZ { 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:30.3125rem;width:52.1875rem;display:none; }
#oFWKD7b16BVLLUT0wqUCs5mOveQiTuZ9 { background-color:#5d92ff;background-image:none;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#u4G1sbLC8ZQcQPnTMgO8gQBT0QuP5eFf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DXw46R0CHtfv8D8FHmeQVpemPypMes94 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:64.1875rem;left:0.1875rem;display:none; }
#UcVTWuSOECVVUIb1cnLFdDXJio1LPthb { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:62.5rem;left:6.375rem;display:none; }
#M1qZ3ZzNrPQMCTgM8uuRqDkRuKiUCM3k { 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:30.3125rem;width:52.1875rem;display:none; }
#wzd8xJmCtI6OXTyCoab3kGPTc1o5V4uq { background-color:#5d92ff;background-image:none;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#fo1UQNqTR4qzT3zu2XLpClyAahmvqHCz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vwka9TMOtgutsLNR4Df3LLOeQucOa8V7 { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:77.9375rem;left:6.5625rem;display:none; }
#Thc0UKoWUaK7vIqgbbL2on1BPiPDZcGT { background-color:#5d92ff;background-image:none;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#K7FraXubwf2OTPZ5uPfXg0E367t3Vg2x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t9wLXww15LupMK6hKDJ7MmpSu8GTymSn { 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:30.3125rem;width:52.1875rem;display:none; }
#pzMcVXTrLzdyqcWz6l5fMnzlaZTKJZ3U { background-color:#5d92ff;background-image:none;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#pzq0RaFedvVAicLa7aBTQ6ZTclDb21kI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b8wIkzg2FL0PLbux6q8LPzTwyTQaaq9x { 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:30.3125rem;width:52.1875rem;display:none; }
#VGR1FRqIqnVyGPN6KaMugA2oPL7WxBQg { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:94.6875rem;left:6.5625rem;display:none; }
#W9xNSTdP80HJWVTCWRffg2IsMzDNNWfg { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:79.8125rem;left:0.375rem;display:none; }
#ySIUsmZFafUS3nXhtcIMgzXcmW1icJ3Z { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:97.875rem;left:0.375rem;display:none; }
#HZabPTmrxSlBGBMlN1JQCL6tvvngRsU9 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:115.5rem;left:0rem;display:none; }
#gk7wsdsJ0BcGyzn61aKNAX8TXT3tb9TM { background-color:#5d92ff;background-image:none;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#eIqawE88UFGVtDcDTsRmR2ae7F5iZgTP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AfnrdmDVRFAEtWNIA6pFLLyIcrt7Ge7H { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:113.25rem;left:6.5625rem;display:none; }
#sqHAMxyMa06lNu3sUqGUThfBcPJbto7S { 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:30.3125rem;width:52.1875rem;display:none; }
#OegHhTCdtZupfC61veTAsAHRhT5teCzg { background-color:#5d92ff;background-image:none;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#TKPpXgxVXqh5dANAOIcLNhkDNL7ErGc1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fV9NASRDNI5T0NANgX80OaIdiaovEaOA { 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:30.3125rem;width:52.1875rem;display:none; }
#Zp5mk6WkgUpucmZ2HqeseH4zOTaf8aCw { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:132.125rem;left:0.5625rem;display:none; }
#f44HNgHaSKS6Okn7Cq0o4dduT7acS2zT { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:130.125rem;left:6.5625rem;display:none; }
#d6bEeSsn19dX2enT65ZTuQw5CIWhDxPu { background-color:#5d92ff;background-image:none;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#VZPoUhOdZPDoBh9XBhmRQ5IiIm4MbrNo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qt3WRlxs8vLoN1uCvM45SOii6iiRT1mb { 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:30.3125rem;width:52.1875rem;display:none; }
#cxWFpDPtUxCMXVT2PgZqry4lmHhAvvO7 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:149.375rem;left:0.8125rem;display:none; }
#BkwQq8gHIB6QwKK3t0PATqrCX1k4Q3oO { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:147.0625rem;left:6.6875rem;display:none; }
#avF6Rvh14p6zrdW2yLucN24L1s5pMRci { background-color:#5d92ff;background-image:none;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#JRILMhCtRnL5DoUNsbUHPzLvP4E02Kvd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FaE8ASTJt9mSHi9PvhhDwQgcOaUk6TLV { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:171.125rem;left:0.8125rem;display:none; }
#UVfcprXQBy5Fw9RkcVTywOKEE8JooBxF { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:164.6875rem;left:5.5rem;display:none; }
#ycLxbIr7Xeb8kLVrn6254PbtxQSxo847 { 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:30.3125rem;width:52.1875rem;display:none; }
#EfD2rTQ0ltKUVzlh2tUO18x5KBWZ5EyL { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:182rem;left:0.375rem;display:none; }
#rbw2gF4knvqOcNCUIetSaZQehwWreyls { background-color:#5d92ff;background-image:none;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#CtqMoP9DoaQHghLGQET4XUJcXcJQouBS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a9Tgqy1FrvEedfaubkpVCD3qKRwmgQGc { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:179.5rem;left:5.1875rem;display:none; }
#MQO1EK29cWPGDiJu8uNSARLgC33AcOWD { 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:30.3125rem;width:52.1875rem;display:none; }
#aezpUcCDOdplICsoyTq2UM6QlqKcvidk { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:64.1875rem;left:0.1875rem;display:none; }
#HkM5cFOBvtnd1i2slsmkA4mFT1XOmgqF { background-color:#5d92ff;background-image:none;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#rx5IM0nxd1lftcOkOmcfTiG8wyXLuZaA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#olZ8TgHToDoOwJyrErmiQQVHKMJTKU57 { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:79.4375rem;left:6.8125rem;display:none; }
#UgvI4CX8pXPZHk9xRgibe7bRdn0OKc1a { 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:30.3125rem;width:52.1875rem;display:none; }
#lZkheBbCwRJMtHuSZ7LJrLPZkVM9LgLh { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:99.25rem;left:0rem;display:none; }
#EyKXiwx2KqD8mQyWXCksTZP8y2wgWAD1 { background-color:#5d92ff;background-image:none;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#oQnVBgQFJVk848Q92yttf6NlgTafPi7b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hrABbGIOVJ2TTtg6VGr1TvrHZd5LDf87 { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:97.375rem;left:6.5625rem;display:none; }
#bIwIdkLHaXoAmRS7esshmo6JyrUX9udB { 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:30.3125rem;width:52.1875rem;display:none; }
#ZLXVuvTxBTVnWQgv5fOiy4WdCQbfyMc2 { position:relative;display:none; }#ZLXVuvTxBTVnWQgv5fOiy4WdCQbfyMc2 { border-width: 0; border-radius: 0; }#ZLXVuvTxBTVnWQgv5fOiy4WdCQbfyMc2 > .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; }#ZLXVuvTxBTVnWQgv5fOiy4WdCQbfyMc2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Tete7OxL0f9q1Sy2TSUdnfLRuuCINTE4 { color:#0c0b0c;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4rem;left:10.5rem;height:3.9800375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IVogMe8Oeadb3bU6otCsFtFCGBVaNKr6 { color:#050505;display:block;width:37.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:8.875rem;left:17.8125rem;height:1.99978125rem;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; }
#JBSB2VAVQkC3aiikgRymdygG1maM0JKG { color:#050505;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:11.62451171875rem;left:2.125rem;height:1.99978125rem;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; }
#SaGGdTcd1EPlmt89Wf7kzvRhJTcGoLxA { color:#050505;display:block;width:40.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:14.3740234375rem;left:14.625rem;height:1.99978125rem;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; }
#o1gqtqds0hSPKzu2vaLRRozFCVZ9amRo { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#USJw1uATbp6OXcJ5lihivWzW5JRwLnDX { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:12.74951171875rem;left:54.1875rem;display:block; }
#QhSP3hy4z61E0LVzeIdDJvbOTJS5Cwyg { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10rem;left:54.1875rem;display:block; }
#ahMCFgWyC0VzLiHXPE2yi3nNnhi1WMpi { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:7.2490234375rem;left:54.1875rem;display:none; }
#PLgPLgMrqZ0hnwEVaK8eNU7t3WTJ2WgC { 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:73.625rem;width:60rem;display:none; }
#kZy3diA9IFLN7PrxyJaFIJNGGCIbztEO { 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:31.5rem;width:36.5625rem;display:none; }
#BJog1eMIq1ZotKP6S3vTuERtBcVZRcJG { background-color:#62748d;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#BJog1eMIq1ZotKP6S3vTuERtBcVZRcJG > .row .container { border-width: 0; border-radius: 0; }#BJog1eMIq1ZotKP6S3vTuERtBcVZRcJG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BJog1eMIq1ZotKP6S3vTuERtBcVZRcJG > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#rAwMsVqCKX150yglv1wzSJolt4dMx3mq { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;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:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.8125rem;left:0rem;display:block; }
#N1PR2ys4yIcI5oHmGGrU8OIgBfAn1E6T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#edk0mKOh7HctlcKNKUbUO8V0ciK1di6k { color:#fafafa;display:block;width:30.125rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:7.0625rem;left:0rem;height:4.7992625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#lV9MEmp8wii48kFZvwG9ExD75UGJLNA4 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));background-image: -moz-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));background-image: -ms-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));background-image: -o-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#62748d', endColorstr='#ccd4b392' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#62748d', endColorstr='#ccd4b392' );";background-image: linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.6875rem;width:19.625rem;top:7.4375rem;left:23.5625rem;display:block; }
#q7k6QKb8zdvgBvFNXhHAwvJLKnAQsXiw { color:#fafafa;display:block;width:41.125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:8.9248046875rem;left:18.875rem;height:1.50065rem;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; }
#p0fJz8T9P4rH2V792K3VGATl9kZHWk78 { color:#fafafa;display:block;width:21.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:15.625rem;left:38.125rem;height:3.0013rem;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; }
#H8hMvMCZIIfe7495XpBWmLn1d1dcl7uZ { color:#000000;display:block;width:34.375rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:4.625rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#BpH89Giw5tSgVq4vf82RSytF3VltHd80 { color:#3f3f3f;display:block;width:31.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:10.75rem;left:0rem;height:1.68728125rem;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; }
#D1haDaixdnaqVXyivVTUygWG3APdyFXp { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;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:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.8125rem;left:0rem;display:none; }
#vaNrLTdv9T1WUh5lSxT08LgAIEDF3f9c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wqPimTGXXKFWD3bM19mrb7pbOGnH3r1L { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:4.07421875rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-form-header {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;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;text-align:left;text-align-last:left;vertical-align:top; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-text {padding-top: 0; padding-bottom: 0;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:"open sans";vertical-align:top; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-select {padding-top: 0; padding-bottom: 0;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .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; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#b28c72;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC [class*="-text"]:-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC [class*="-text"]::-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .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.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .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; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-container:first-of-type{padding-top:0;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-container:last-of-type{padding-bottom:0;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC  { 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;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.6953125rem;left:7.9375rem; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC {display:block;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC { 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;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.6953125rem;left:7.9375rem;display:none; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #wkLrIkJ4OTkweK4OrspvEEsQ0bxaWElw { position:relative; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #dGpt17mZTEZFx8hy7N9BV5S3EqmWxvS0 { position:relative;display:none; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #KQuXxsdAiRJ2X9Q6lE7U2Tn0EbEnwIsI { position:relative; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #GP1C2SJB7vQ0tDT7FHT38yyLfxVa6dC8 { position:relative; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #PFUO752Ws4FxpXPFk7QRECpEw6WNOoOg { position:relative;display:none; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #WLgeh6yTVpWtaNroaSpLMqzC3mgdhVZL { position:relative; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #dAqtDGK2mWkir5ZoVqsTvI4gKEu5AHBZ { position:relative; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #Xm0MEZS7c6NrxgRcJ0P6n1HvKGyrc38v { position:relative;display:none; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #oHzCAEdinpu1xRiNT7RLyQ1iL0XN45WA { position:relative; }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #iK5y4bq3UdT02V54ldAUAoTomLek0KKV { position:relative; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #L7LCyU2mJTisBq8IAXUo14aUTDDvAXhB { position:relative; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #VwMIO84DAvrux4IdJee35SK2zRDXrSuC { position:relative;display:none; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #OOh9rRGrHS2wZTHbkoKHdzDHxitXXmEg { position:relative; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #CuecU1qcunPAU65gCOdeVompuh2k7uIG { position:relative; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #hPRrzm9I2aOBT9A6ztLU73RUAiBxRdor { position:relative; }
#zS4F36AT3ckXRpfRWvuckpilte1tOVKf { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#zS4F36AT3ckXRpfRWvuckpilte1tOVKf > .row .container { border-width: 0; border-radius: 0; }#zS4F36AT3ckXRpfRWvuckpilte1tOVKf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zS4F36AT3ckXRpfRWvuckpilte1tOVKf > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#s4TKTrmpisgJZyI708Sit9euJImgGuri { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:4.6494140625rem;left:0rem;height:4.7992625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kcSFfivd2ZEkmN0pigoHA06y9TGooTKt { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -moz-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -ms-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -o-linear-gradient(180deg, #c6996e, #96a2b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );";background-image: linear-gradient(180deg, #c6996e, #96a2b3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8.75rem;left:47.5rem;display:block; }
#RKMpFw5f7CO6CCZQzMqh2EwyGQJX5zZK { color:#3f3f3f;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:38.3125rem;left:0rem;height:;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; }
#k7FGdnuCNW2Uu0o6iW7UEtPxAOpfBMyW { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:2.25rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:31.7890625rem;left:0rem;height:2.69965rem;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; }
#hglXdJMtduWm40t7T0HDCnm1fU8mHXpC { position:absolute;display:block;z-index:15029;background-color:#c6996e;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:22.5rem;top:46.0625rem;left:37.5rem;display:block; }
#oTTJNu8hGTl2W9QA460be7ZbqGdBTMa2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#MoIoCh3Kod826BvJDK1NQTzFs9hR3RID { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#JfgdAiTnK4JKAQFNB7FoXSJTFeE9MDX1 { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#JfgdAiTnK4JKAQFNB7FoXSJTFeE9MDX1 > .row .container { border-width: 0; border-radius: 0; }#JfgdAiTnK4JKAQFNB7FoXSJTFeE9MDX1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JfgdAiTnK4JKAQFNB7FoXSJTFeE9MDX1 > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#sVNfokHvR20nLtRbuK7b1ZZxF6opxB4S { color:#7d7d7d;display:block;width:39.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:8.9375rem;left:0rem;height:1.50065rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fR0zdaWZIPa77KQwbLib4A9BMkTsS1D2 { position:absolute;display:block;z-index:15009;background-color:#3f3f3f;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:6.25rem;left:0rem;display:block; }
#Etfke9024EfRONWCseezKwg4HUM54NTU { 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:4.74935rem;width:8.9985rem;top:0.28103303909302rem;left:0rem;overflow:hidden;display:none; }
#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa { background-color: transparent; background-image: none; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row .container > .video-iframe-container { display: none; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row > .video-iframe-container { display: none; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .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); }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa { border-width: 0; border-radius: 0; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .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; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b28c72;background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;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; }#AVidrmHqkRBbWJOh7NmKHxTXF1kX8yWq { 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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:right;text-align-last:right;top:0.25rem;left:12.25rem;display:block; }
#eG5x0Mqt7P89w3sbiq13OJKMORuoOdlK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qbSL0JeUzTIUgDQcSBitt4n5enIar5WL { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.125rem;left:10.375rem; }
#ZsL669f9O18GoQVFTTVXphLLxEDTIsUb { 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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.375rem;left:0.125rem;display:block; }
#qJmZh3sZS04egtPfiGw5eoS91BxfsVBw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#srRyQzrMreIcK3lq5vNhkdQLGUVtW63x { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.25rem;left:0.8125rem; }
#srRyQzrMreIcK3lq5vNhkdQLGUVtW63x > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#TONvRsh4ScwQrxzSh47GtTAyZS0iHmaZ { 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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:right;text-align-last:right;top:0rem;left:10.217014312744rem;display:block; }
#c93E13p6IRq1fATuHJlCbRQ5ydCAcEWA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DGB7sRWCC3hwNlPn6kLIohmeQdJTBl7q { 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:4.74935rem;width:8.9995625rem;top:0.18663194775581rem;left:50.376518249512rem;overflow:hidden;display:block; }
#gSIsieJLxT181RDa8mqeX4PpoHEXvBie { 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:5.24956875rem;width:3.87478125rem;top:1.1545139551162rem;left:26.809894561767rem;overflow:hidden;display:block; }
#oLpNt2EBTJn9SVcyT6EnfzImv1mtxB78 { color:#a57f62;display:block;width:6.6873125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:23.25rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ifrpExzcwCTTI4mEP4s3fz5umqbBooHH { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.3125rem;left:15.875rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ID4CKJcxKgGzmqrNaqezWL4z6oQGwTX0 { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3125rem;left:12.8125rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wes994mnLDUmfBoEJp7TpZVDXyxxOTOo { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:9.5625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QNShlCtep6IpuFOTwXGsP5wIeQP8U6sP { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.375rem;left:6.375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#anQMq5xW6ZeQCEpsCU5ip6LX8TpMtIyc { color:#a57f62;display:block;width:13.624125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4733073711395rem;left:32.121311187744rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XsTPnM7EEI0umlNxGKIA9yNqE8DoFOk5 { color:#a57f62;display:block;width:10.5rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8125002384186rem;left:49.439453125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wKy5bPFEy5mD2yHtnrXuaCFSL0dA43Pr { box-sizing:content-box;height:2.31228125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:2.624783039093rem;left:0rem;display:block; }
#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou { position:relative;z-index:auto;display:block; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou { background-color: transparent; background-image: none; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container > .video-iframe-container { display: none; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row > .video-iframe-container { display: none; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .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); }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou { border-width: 0; border-radius: 0; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .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; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,189,97,0.55);background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:39.125rem;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; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container.adaptive-delivery-prevent-bg, #tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container.lazyload, #tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container.lazyloading { background-image: none; }#c7myGlmyPMdU53ye8iCrMLmshdsAsUTp { position:absolute;display:block;z-index:15020;height:10.06225rem;width:17.99925rem;top:5.997314453125rem;left:1.177978515625rem;display:block; }
#K6CDpPxk7WUlgps9sadPxrvKTaARghOm { position:absolute;display:block;z-index:15021;height:9.25rem;width:16.625rem;top:17.65625rem;left:1.177978515625rem;display:block; }
#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM { position:relative;display:block; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM { background-color: transparent; background-image: none; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .row .container > .video-iframe-container { display: none; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .row > .video-iframe-container { display: none; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .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); }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM { border-width: 0; border-radius: 0; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .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; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.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; }#d2ySsxAMuhfOTM9iTZJ3H6qdiDvW3bAN { color:#9c6f51;display:block;width:18.4375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.8125rem;left:41rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wHnO5klvysVldSRlWg78Wc3PhxZTkviF { color:#9c6f51;display:block;width:20.2495625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.0625rem;left:39.3125rem;height:2.59895625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HZp3q0tPRfTx9LzLt9FDOG1304KAVZvn { color:#9c6f51;display:block;width:23.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15002;line-height:1.9;letter-spacing:0;top:12.310791015625rem;left:35.765380859375rem;height:5.69921875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tu7hc5tlm3PuAhf7pSTpsdu7kwb9Gvrm { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:#b28c72;background-image:none;top:8rem;left:46.125rem;display:block; }
#iDmJT7f0yg1kUoAISneRocT9u5DQkyyr { box-sizing:content-box;height:0.124783125rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(178,140,114,0.83);background-image:none;top:8.125rem;left:41.75rem;display:block; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-form-header {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;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;text-align:left;text-align-last:left;vertical-align:top; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-text {padding-top: 0; padding-bottom: 0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:"open sans";vertical-align:top; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-select {padding-top: 0; padding-bottom: 0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#b28c72;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [class*="-text"]:-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [class*="-text"]::-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-container:first-of-type{padding-top:0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-container:last-of-type{padding-bottom:0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm  { 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;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.37890625rem;left:6.6796875rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm {display:block;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm { 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;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.37890625rem;left:6.6796875rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #mOhRaRGXrwipf4sRxbvh9tth0lAeI1Tz { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #WSpoNwJL8NVhKM2hnD7bTpOfrPCFwKLn { position:relative;display:none; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #VbUNFP7mmMOPcDTMNJTNMh67GzIu53HG { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #rN4OLCoXtmQOmNp2qOvzdwr9k1nPaK9C { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #yBN1A1TnEh0mne9WczDcQv86D0HKXCER { position:relative;display:none; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #rFpiJW080E0rUoR7iah4y80zcRKl93Fb { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #FlKxQlA6vT2gr3CCFOninkNfhBMwRgt7 { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #hPoCU1ckxllgPfdWaM8BLFPft1JNHGwu { position:relative;display:none; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #UdoU201vR5GLXHgvNxCZo4mpHSyCnnxM { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #QHkv7KxAGO8rKvon44w9MVZxA3OVxa3V { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #MkKEv24RQv2aSqSJPvA7clMOc6zdFeC5 { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #nKOQ8pBOfSvgxFRM932u85Sp6bAGriTM { position:relative;display:none; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #udxRhG1uHiSdbTieoIJKKiUoxUFyZ7mR { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #TMGhztxIqo4wO9vUgxvomDzQqe7kqH64 { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #E7kw8cTASzRTTyJqUpLW1FEXZ5HxaDoe { position:relative; }
#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf { position:relative;display:block; }#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf { background-color: transparent; background-image: none; }#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf > .row .container > .video-iframe-container { display: none; }#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf > .row > .video-iframe-container { display: none; }#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf > .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); }#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf { border-width: 0; border-radius: 0; }#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf > .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; }#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.125rem;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; }#Ke25b7f4d3ab222931185629e927b108 { position:absolute;display:block;z-index:15000;height:21.75rem;width:53.375rem;top:5.0927734375rem;left:3.363525390625rem;display:block; }
#W9bMm9AdexPTrikq3TAyoyOeGIbATulX { position:relative;display:none; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX { border-width: 0; border-radius: 0; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .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; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9099ab36-7d6c-4f7b-ac30-80d130556a3d/website01.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:44.875rem;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; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container.adaptive-delivery-prevent-bg, #W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container.lazyload, #W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container.lazyloading { background-image: none; }#DKpsDiuyO0IxTfNBRdru0ymAv4p7FRqT { 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-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:block; }
#VHkM2h8WKlec3xhNbAG1QmNBvTHQkDLJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dPXEuaWu3ony58H9NqoKQ9nPcrC2tUal { 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-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#fuZCOCxcRc4D5kOcnyIAafQmH89UVLJy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tsuMim8OfA32Rl0PTpoTJO17aPnHrqyk { 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:15.5625rem;width:31.5625rem;display:none; }
#t47VOtLRa5vpdeg96m2Tz6JDNiRcBJVy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#t47VOtLRa5vpdeg96m2Tz6JDNiRcBJVy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#AJ1E9q5Akn1V44feFIrVJ57itvU679Pb { color:#000000;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:60.5rem;left:11rem;display:none; }
#V23b4oiwR9gJJMxbOWLz5M16GRkCTQIZ { 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-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#CFH4XovEm1KaA5nqfqCsWLVuooTHnagK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk { position:relative;display:none; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk { border-width: 0; border-radius: 0; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .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; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .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/b32787e0-c383-4d51-8f7f-94395dcf9fb5/website02.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:36.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container.adaptive-delivery-prevent-bg, #pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container.lazyload, #pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container.lazyloading { background-image: none; }#bnc7sRPWX2x0kyA7Vi7mOMITXaWm8TyT { color:rgba(30,30,30,0.7);display:block;width:14.12475rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:16.248779296875rem;left:20.137939453125rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RI8oAOTWqITrGsTxhZguCsosdyUFnC5J { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:15.373046875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dy4yh6TwxdsTObq961TNXPDAp0eHGtVv { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:3.3740234375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#acynms9FEvAeSJxZutOt20p5nGWL1dEd { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:7.0625rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iyBfh3X82QUUnZwuBvXGrEHPperQpkrt { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mXUht75milEJRxtnyLwCJRUl2prcr3lc { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:20.6875rem;left:16.125rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#voi0WiO5oTuwkGg8Xyiro0gQw6dk0CZO { color:rgba(30,30,30,0.7);display:block;width:10.999625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:22.224786758423rem;left:14.715909004211rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xdH5MvDvwro8RHSLlfghW4ZHBcz5O7bZ { color:#ffffff;display:block;width:6.499rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:22.375rem;left:17.0625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aK5za36T1PgJeCT8vKx6u81pm5MptUE8 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:21.3125rem;left:13.625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bhugtO5zVhd7pQJWKfldbkGJ7DXyISLp { color:#ffffff;display:block;width:3.061525rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:22.5625rem;left:15.9375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ubQcSvkNOrlHKlHNDABgpxFmLO58gfyE { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:20.937499046326rem;left:2.0925073623658rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B7xQGMU6W88ygVtgoxT4D7o2T9Lpv4ha { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:31.3564453125rem;left:19.060546875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tA6dxEuAWiHfNCPoMI2ydhff8kpMKukc { color:rgba(30,30,30,0.7);display:block;width:9.9365rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:22.471923828125rem;left:3.936767578125rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t8s6oL9oqIJT7FJPCQZEfbTOHqn7UX0n { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:22.34375rem;left:5.390625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u375GXIeXyt0nR6OmZq1XfVTTp8NvlDH { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:22.625rem;left:2.5625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#USxdGU7TX63XtpKLFZlaVF4faEoLoJ0w { color:#ffffff;display:block;width:6.6858125rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:21.07177734375rem;left:3.3740234375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hxpz5BD8fXWhxqP86BH5CrF8KJq8RS4l { color:rgba(30,30,30,0.7);display:block;width:11.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:30.257568359375rem;left:3.936767578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q0qcdn2gDgVTxTuSLRwHc3Dierta3N6a { color:#ffffff;display:block;width:5.1245125rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:31.46435546875rem;left:8.34228515625rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xt1n5V4Vv5M5h5RaVmVU55hcSJ4MIOyr { color:#ffffff;display:block;width:5.06225625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:31.6875rem;left:5.8125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Enx2UkP9BW5eXRlu5qnJzlARZc2DhVLv { color:#ffffff;display:block;width:4.624025rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:20.684814453125rem;left:7.435546875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLy8EKIyOvbUgObr51zlGzAaiPbhzBhT { color:#ffffff;display:block;width:2.68676875rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:31.66015625rem;left:18.6865234375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LBWzal8plCkEgz8OCkFgepgQtQatQEsw { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#GsrTySUy5SUZcnuEvbyhBoFLipHihPyX { 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-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#fSH8gT19UDTFvEs91zmbTzUKOEhfDhiP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#txvDFged0Z4K1i36m8QcuPNQqMK4l2lT { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#eewiHJDCZDbo87BzbQXVsedXDNZurdza { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:18.9990234375rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NmIxTQRBUCGhRTAbuEfa0h9VcHIZkImH { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15044;line-height:1.6;letter-spacing:0;top:14.080810546875rem;left:16.124267578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uWdRsz1IiGblPJo6FXbV7g3z3zp5PKqI { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15045;line-height:1.6;letter-spacing:0;top:14.080810546875rem;left:3.51318359375rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CNlvC5lmr7BJ6IXSLAqLoHHJGpKXhTZS { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15046;line-height:1.6;letter-spacing:0;top:23.63037109375rem;left:16.124267578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TUkE9dGbptngNpzMsV286VTpayq0i6uv { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15047;line-height:1.6;letter-spacing:0;top:23.69287109375rem;left:4.26513671875rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xeywUHTNKWuHdueSBzs5rM5q6T9XXfMl { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15048;line-height:1.6;letter-spacing:0;top:33.140869140625rem;left:16.124267578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms { position:relative;display:none; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms { border-width: 0; border-radius: 0; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .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; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/18f6a51f-b4a5-44a2-91e6-494edb8e50b8/Artboard1copy300x100.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:37.625rem;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; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container.adaptive-delivery-prevent-bg, #F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container.lazyload, #F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container.lazyloading { background-image: none; }#fcEnqDo7wEzapEtUykAhFGWZXw7eEeT2 { 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-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#r7nBRBPt432K6kfN1Mr5h69ZpIqgOH10 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OefeXTRiJTsiQv0kLkF1WHmXVBd1CQig { 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-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#qadm8rm6ncWBsiKiKvslNFmf9BlNvDhv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HP0MNq6tw099HWPXtGTOnXe6igrZRBwt { 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-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:15173;text-align:center;text-align-last:center;top:27.841794967651rem;left:9.7482643127444rem;display:none; }
#Vc1EH2sMKzAS2FtGBN8GOoBMdSFTTXMo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vdgCKOT1f9NdGcb6vJok1i96w31ArmME { color:#000000;display:block;width:15.7498125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:5.1796875rem;left:23.009115219116rem;display:block; }
#LKChC0HNreXNzQMq7fD3i3OAgSm5ArrB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:32.812501430511rem;left:22.505424499512rem;display:none; }
#LKChC0HNreXNzQMq7fD3i3OAgSm5ArrB > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#sguNt9JnFA2LchDT6mE8rlMUC2H85lmT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:27.998048305511rem;left:22.437065124512rem;display:none; }
#sguNt9JnFA2LchDT6mE8rlMUC2H85lmT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Khb63mcyF6Z3T3Q8oUXnPUDuARzVihLI { 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-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:15173;text-align:center;text-align-last:center;top:23.342011451721rem;left:9.6755638122556rem;display:none; }
#TupVo5lZfHeWV9VezUiOLWTOvwTF7ubv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FIRE36ZsNFSATrkd56r1tQJrSb3q4cfw { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15174;opacity:1;top:5.0553398132324rem;left:46.322700500488rem; }
#FIRE36ZsNFSATrkd56r1tQJrSb3q4cfw > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Q4isdHs3NVo4AUCNEtA8CDhJcM7ASTzQ { 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:8.9375rem;width:9.8125rem;display:none; }
#xTTqCqZBrbZ8eTIpUtaNdNNq75nBGmRD { 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:21.625rem;width:60rem;display:none; }
#liEF96Iu4UXE7bLANOTgDltIqqHxwgE3 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:38.125rem;left:0.375rem;display:none; }
#K8C9P1P19K4oJiMD2gOZoOMseiGKphOr { background-color:#5d92ff;background-image:none;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.25rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:1.9661464691162rem;left:45.441623687744rem;display:block; }
#Sd9i6Hixv9HkVPZ5bU70l5TC8U0O7lxr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WLU40HxrpRR1GEIWCGWTPQsRT6lbTEBV { background-color:#5d92ff;background-image:none;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:8.3125rem;left:45.4375rem;display:block; }
#tI67PTtnQxJBnh58IyyZzy4GcmmcF7LB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XoOcbrpJhTB2Q0gXxQqD7tLr1JJRihJ3 { background-color:#5d92ff;background-image:none;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:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.24935rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:4.8697929382324rem;left:45.511070251465rem;display:block; }
#OEA966V4Bv1A7aekukdNXid9Wtd6ouTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EBaK5WN9C0z5T0hTpMwhrBl2TmAU0ywV { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.1516933441162rem;left:46.322700500488rem; }
#ddn3dzidTpBGNLvcJsDPeiqmCNTmoPlL { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:8.4375rem;left:46.125rem; }
#Ul5QswMSevmpQPCZOh6fbua7T82X0LoE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#b01zZGoqBNZPOF6PJn2qva2mcJLSRSdH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:9.5616328120231rem;left:4.1872825622559rem;display:none; }
#wyEGSnTBXL7Vm770LE5mWtt3amlsvqU4 { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:60.4375rem;left:0rem;display:none; }
#FyzWJ3igRhRkzMUkOUkrMuT05mPKXc33 { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:63.5625rem;left:0rem;display:none; }
#HaPS53gpEMCveJISKcAFAT7yiGMfR4qG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#kqpwPMffH8NvNSlMN0326fw17bWITmpE { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:69.25rem;left:0rem;display:none; }
#b9uLZsZhxpwQ9Hy9kcKRcTBLz8mt32Z5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#m8plUa7tnAlAZLRO78KqtFKekFB8pCBK { position:absolute;display:block;z-index:15177;height:9.6875rem;width:17.3125rem;top:1.0611977577209rem;left:0rem;display:block; }
#eiuKkAKZmOGTIvzKGWodO50rzTIleFKV { position:absolute;display:block;z-index:15178;height:9.6875rem;width:17.3123125rem;top:17.278645992279rem;left:2.2493476867676rem;display:block; }
body { position:relative;display:block; }
#e8T8EzwlXgttMDq8ksw3yqbfdlCUTPpK { display:none; }#e8T8EzwlXgttMDq8ksw3yqbfdlCUTPpK > .row .container { width:47.75rem;position:relative;display:none; }#l6HrCLgL8qmxALUNBd2HH3ZLKeGzuCGe { width:31.25rem;height:8.6875rem;display:none; }
#aTbz0F5UnzBtupOqXEUEdlehmq3cmoU2 { width:20.3125rem;height:11.0625rem;display:none; }
#CLQFZXGuEPKQE7M7xP9hvkTtu8oGKfhf { display:none; }#CLQFZXGuEPKQE7M7xP9hvkTtu8oGKfhf > .row .container { width:47.75rem;height:4.625rem;position:relative;display:none; }#OFAz6rq21hQXydccUT02BGk27b4yk5rI { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#dvSNqiwQgf4ykkQ8bJDX1EAfL86PBLlD { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#ueqIC7immsFp2zN4uPK4HJTnx94T5o7E { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#xTrLERQ0cpQReVdOO4v6qImlOtlGTNo3 { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#kJudxnLDZms1mKvHxpyxCTKezCwTV2bG { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#mu9nBrkQJWiUwsEduaoSiQkZmP9MBX8h { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:none; }
#zxHP3VT62TPFBcPWUDGAZiDoJ1PNIx48 { width:;height:;display:none; }
#OE4Io9egIcJlxm6LSm3b2v0aVnQIyp2F { display:block; }
#NDo439tJNElKeIaiokR1bxOHoLxp90lL { width:;height:;display:none; }
#o5ReokI7l9O6O819QbGGZMe3kITKoCA9 { display:block; }
#BEtLrMwl8w987NlH1yClsJdAzhb4HFBB { width:;height:;display:none; }
#So0wn3BleqJFlm06q4JC43ziHEMGdNtR { display:block; }
#VLegQ9TAZWadSyffXZK1egbXt61Dd0ws { top:3.3125rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#ITgJsyKAkWkPE4Mdvqdcg8bKrHfv59T5 { width:0;height:0;display:none; }
#IRbBGsQpsc39J62vPVJngvBAgLRT3tqJ { display:block; }
#X9qTWg0TlxmqZyydh1T2oGuSwWirMTH9 { display:none; }
#TOW3WInDqXFel3zormvsNQLZnrT2SSwT { width:0;height:0;display:none; }
#KgfMnP6MwCGgcxu2Mvsf1T7lTqkdVEHw { display:block; }
#EXaizEL6PKdD4mbMWU35zrXAR8miD8Xh { display:none; }
#tQWpdRucxWhf8NnPP1FhOsaQTZmhbPp5 { top:15.3125rem;left:3.71875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#qd3XuT0JJTklVb3JOZOtVtwAZkTe8cm0 { display:none; }#qd3XuT0JJTklVb3JOZOtVtwAZkTe8cm0 > .row .container { width:47.75rem;height:5.5rem;position:relative;display:none; }#qCk36Dkd5fHZf0cmrVmSumLgBgVwnL4S { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#kTfP05OvgZX8cxzSsBLRIOTCkWHAXIiT { display:block; }
#P8Jw6s5TkXlnbq4xmUvsATPxyLTD1wmP { top:1.5rem;left:35rem;width:2.1875rem;height:2.1875rem;display:none; }
#P8Jw6s5TkXlnbq4xmUvsATPxyLTD1wmP > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#k8UtqLOiGb5hO95VxJeOXpwLOQQHm66p { top:1.3125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
#bVE76niSAnBzb20a8K68IQwO0I1mT50l { top:0.25rem;left:0rem;width:8.9375rem;height:4.4206989247312rem;display:block; }
#LaTzEMaBrBowF78BbRS9SJU02NLP1fre { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#ykmfEPVPoEaRw3XMnAfNbAOOMy95DCbW { display:block; }
#Qq11F2fC9FumF5W6trBaO2UKz2Py2cuG { top:1.4375rem;left:22.6875rem;width:2.25rem;height:2.25rem;display:none; }
#N1UWh5qTWJXimDGxl1B8rhKEdI1u7KUC { display:none; }#N1UWh5qTWJXimDGxl1B8rhKEdI1u7KUC > .row .container { width:47.75rem;position:relative;display:none; }#BBhDtZK4ERZ8TMI2kHoDbD8O7PSI70d7 { top:6.25rem;left:0rem;width:47.75rem;height:;font-size:6.125rem;display:block; }
#hpGU9IvU4MK3grnS5IQVyvvy2E6R4yz5 { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#MQpUhoGgKRmrqC7lIT6NRKgwK0dJHLMR { display:block; }
#WPKtMB1IH3mRRPaWnarUZf8phbvgfxQu { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
#zKLf3nCfoNqHdOXR8ep275KTt27oORN9 { display:block; }
#cmAufayC6Oyg9AthqJUE2z8eabAaB9mO { top:21.125rem;left:0rem;width:34.75rem;height:3rem;font-size:1rem;display:block; }
#ZS99Ah8Xzs79rI4J7ONB4V3fDtT4Bx2G { top:2.5625rem;left:22.5rem;width:19.625rem;height:12.5rem;display:block; }
#pTxHpsxKvdwUB3rR7kFcnDu1rpPzWFvM { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#bDwTcBWBsluUxgzT9HpLJJMt72wM3mxf { top:26rem;left:18.5625rem;width:7.9375rem;height:7.9375rem;display:block; }
#kTRgd2LZMLAOQG01GHcUfcvpGXO04qsF { top:0rem;left:17.125rem;width:30.625rem;height:20.38074609375rem;display:block; }
#tFggxaQKWDGJdWXtnV7IiZhvMiLcnz2R { top:20.375rem;left:0rem;width:18.8125rem;height:10.5rem;display:none; }
#xEFnK23GnuuPXTwo3B9bTPsLuPs87D3r { top:7.3125rem;left:0rem;width:18.5rem;height:10.3125rem;display:none; }
#ySd484pQER9LAWMUB84ZtvtAAKzStkby { display:none; }#ySd484pQER9LAWMUB84ZtvtAAKzStkby > .row .container { width:47.75rem;position:relative;display:none; }#LyPohBO9FKeJpgVKDC1znZ4sbdSuGNTQ { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#RX0UTP2x99eCMe32aeM1MtD4mI0dSpcy { width:47.75rem;height:19rem;display:none; }
#OCgXAucZx0gwnOiVo63Bx8l28vLvCTWJ { width:14.0625rem;height:5.125rem;display:none; }
#R8TC08h5kU4SWPfaIHIx4tLa92dyo322 { display:none; }#R8TC08h5kU4SWPfaIHIx4tLa92dyo322 > .row .container { width:47.75rem;position:relative;display:none; }#aNvheZBa73Z2vtLhw4quTlbJiwNouq1Z { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#n9TWh3rN0G2l3IXRIM4cdC61tZmQnIEN { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#WNuiGpPbO69X1o1ETgA08HCAGBLFVK4J { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#TBQCS6gXENRbVPna1epg0EElo4eJPgic { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#eZx52bn9CpNKG0Ng5FG6LPZRsXC9ZHiZ { display:none; }#eZx52bn9CpNKG0Ng5FG6LPZRsXC9ZHiZ > .row .container { width:47.5rem;position:relative;display:none; }#u9pQ7M98nnbJcQNmNV0fEDIV11Tc0IV2 { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
#fKl2zNascoaLJGqB0OTSPgTM21qiOCH7 { top:11.25rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#elL4LGXHo79EyWgsTBzuP9dSezdVJm8d { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#rTivTMLi2irGxG4iN2tyBfeReC2Htcl7 { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#OB7teq98CNX703DHXJoD9xeinkIq8K0C { display:block; }
#H6wOfUTwMkg3eTkuRELKyTvsxUg0xTJ2 { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#ZGhleEDtpPmNq6Xqgn7qvMVWw3R3hSRs { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#KBZut2eMCfmGtF1TBkoWP5E2ZgQ8XCuH { top:15.25rem;left:9.5rem;width:38.25rem;height:25.55972578125rem;display:block; }
#Br7drhxeG0XlFD2VJBNiaTTXmvNTL0EN { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#nOTaAKFF2LHcvOymg9oE0E1SshMTx9qX { display:none; }#nOTaAKFF2LHcvOymg9oE0E1SshMTx9qX > .row .container { width:47.75rem;position:relative;display:none; }#bRd613JJDDzh0f67BcuDcLwJeiJDwiEF { top:0.5625rem;left:0rem;width:15.3125rem;height:2.5625rem;font-size:1rem;display:none; }
#XPllxLOwBAuaOoUxK686K7k7LpQFuzLh { width:41.4375rem;height:24.0625rem;display:none; }
#J4eeIFd7tOq5TBEBtNKeXaVHvDCN6WSr { top:14.3125rem;left:0.701904296875rem;width:12.625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#BG5vrxNv0XC9hJ2EkVbyqTdWeXmKEObT { width:;height:;display:none; }
#wNW7lC7MSznhfvkcs0dXDz1fL7RT4V48 { display:block; }
#WskSyxAH14Tx3oOEdemWQVmoEpZIcqTm { display:none; }
#t0A7mcEOuTTDxRVceoHJaPzqnvZwWXcU { top:2.6875rem;left:0rem;width:2.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#SHyTNmUfXikpSQqWx6csDasVLCebLGnT { top:16.1875rem;left:0rem;width:19.1875rem;height:1.9375rem;font-size:0.75rem;display:none; }
#oszd97iVhHTKSNtLEbW9IiPOZRvNltlc { top:33.3125rem;left:0rem;width:19.1875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#aCxoSZFmq79gx2ovtqiaBAUIoaNIyP6Z { top:31.0625rem;left:0.8125rem;width:12.625rem;height:1rem;font-size:0.875rem;display:none; }
#kR2cWWWMHrN6mri14cJ6tCT3FovfKBu3 { width:41.4375rem;height:24.0625rem;display:none; }
#Bi966nsVpGqolUCRxxaMGiq2oXHvapWS { width:;height:;display:none; }
#VwHJ7wBbGL4uC0Tq2iPo2P3M9gR9yMXM { display:block; }
#ZkPbq59fv7iXxBCd8WBNkL30XTdIqStf { top:47.3125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#H9DJ8OlIlkwingNLOIEAQhKiMKlstlH2 { width:;height:;display:none; }
#TR3pIlKvpSBWq4idFJVGhV85KyO8C7Oe { display:block; }
#XIvbmrvGKhC2drhZSI1iZZmKVodOCSS8 { top:45.75rem;left:0.6875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#zd5Az7k3lg9VTBRAcMCR7knEWJ6smNJZ { width:41.4375rem;height:24.0625rem;display:none; }
#oFWKD7b16BVLLUT0wqUCs5mOveQiTuZ9 { width:;height:;display:none; }
#u4G1sbLC8ZQcQPnTMgO8gQBT0QuP5eFf { display:block; }
#DXw46R0CHtfv8D8FHmeQVpemPypMes94 { top:64.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#UcVTWuSOECVVUIb1cnLFdDXJio1LPthb { top:62.5rem;left:0.310546875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#M1qZ3ZzNrPQMCTgM8uuRqDkRuKiUCM3k { width:41.4375rem;height:24.0625rem;display:none; }
#wzd8xJmCtI6OXTyCoab3kGPTc1o5V4uq { width:;height:;display:none; }
#fo1UQNqTR4qzT3zu2XLpClyAahmvqHCz { display:block; }
#Vwka9TMOtgutsLNR4Df3LLOeQucOa8V7 { top:77.9375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#Thc0UKoWUaK7vIqgbbL2on1BPiPDZcGT { width:;height:;display:none; }
#K7FraXubwf2OTPZ5uPfXg0E367t3Vg2x { display:block; }
#t9wLXww15LupMK6hKDJ7MmpSu8GTymSn { width:41.4375rem;height:24.0625rem;display:none; }
#pzMcVXTrLzdyqcWz6l5fMnzlaZTKJZ3U { width:;height:;display:none; }
#pzq0RaFedvVAicLa7aBTQ6ZTclDb21kI { display:block; }
#b8wIkzg2FL0PLbux6q8LPzTwyTQaaq9x { width:41.4375rem;height:24.0625rem;display:none; }
#VGR1FRqIqnVyGPN6KaMugA2oPL7WxBQg { top:94.6875rem;left:0.497314453125rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#W9xNSTdP80HJWVTCWRffg2IsMzDNNWfg { top:79.8125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#ySIUsmZFafUS3nXhtcIMgzXcmW1icJ3Z { top:97.875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#HZabPTmrxSlBGBMlN1JQCL6tvvngRsU9 { top:115.5rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#gk7wsdsJ0BcGyzn61aKNAX8TXT3tb9TM { width:;height:;display:none; }
#eIqawE88UFGVtDcDTsRmR2ae7F5iZgTP { display:block; }
#AfnrdmDVRFAEtWNIA6pFLLyIcrt7Ge7H { top:113.25rem;left:0.497314453125rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#sqHAMxyMa06lNu3sUqGUThfBcPJbto7S { width:41.4375rem;height:24.0625rem;display:none; }
#OegHhTCdtZupfC61veTAsAHRhT5teCzg { width:;height:;display:none; }
#TKPpXgxVXqh5dANAOIcLNhkDNL7ErGc1 { display:block; }
#fV9NASRDNI5T0NANgX80OaIdiaovEaOA { width:41.4375rem;height:24.0625rem;display:none; }
#Zp5mk6WkgUpucmZ2HqeseH4zOTaf8aCw { top:132.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#f44HNgHaSKS6Okn7Cq0o4dduT7acS2zT { top:130.125rem;left:0.497314453125rem;width:12.5625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#d6bEeSsn19dX2enT65ZTuQw5CIWhDxPu { width:;height:;display:none; }
#VZPoUhOdZPDoBh9XBhmRQ5IiIm4MbrNo { display:block; }
#Qt3WRlxs8vLoN1uCvM45SOii6iiRT1mb { width:41.4375rem;height:24.0625rem;display:none; }
#cxWFpDPtUxCMXVT2PgZqry4lmHhAvvO7 { top:149.375rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#BkwQq8gHIB6QwKK3t0PATqrCX1k4Q3oO { top:147.0625rem;left:0.57666015625rem;width:12.9375rem;height:2.0625rem;font-size:0.875rem;display:none; }
#avF6Rvh14p6zrdW2yLucN24L1s5pMRci { width:;height:;display:none; }
#JRILMhCtRnL5DoUNsbUHPzLvP4E02Kvd { display:block; }
#FaE8ASTJt9mSHi9PvhhDwQgcOaUk6TLV { top:171.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#UVfcprXQBy5Fw9RkcVTywOKEE8JooBxF { top:164.6875rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#ycLxbIr7Xeb8kLVrn6254PbtxQSxo847 { width:41.4375rem;height:24.0625rem;display:none; }
#EfD2rTQ0ltKUVzlh2tUO18x5KBWZ5EyL { top:182rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#rbw2gF4knvqOcNCUIetSaZQehwWreyls { width:;height:;display:none; }
#CtqMoP9DoaQHghLGQET4XUJcXcJQouBS { display:block; }
#a9Tgqy1FrvEedfaubkpVCD3qKRwmgQGc { top:179.5rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#MQO1EK29cWPGDiJu8uNSARLgC33AcOWD { width:41.4375rem;height:24.0625rem;display:none; }
#aezpUcCDOdplICsoyTq2UM6QlqKcvidk { top:64.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#HkM5cFOBvtnd1i2slsmkA4mFT1XOmgqF { width:;height:;display:none; }
#rx5IM0nxd1lftcOkOmcfTiG8wyXLuZaA { display:block; }
#olZ8TgHToDoOwJyrErmiQQVHKMJTKU57 { top:79.4375rem;left:0.70225745439531rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#UgvI4CX8pXPZHk9xRgibe7bRdn0OKc1a { width:41.4375rem;height:24.0625rem;display:none; }
#lZkheBbCwRJMtHuSZ7LJrLPZkVM9LgLh { top:99.25rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#EyKXiwx2KqD8mQyWXCksTZP8y2wgWAD1 { width:;height:;display:none; }
#oQnVBgQFJVk848Q92yttf6NlgTafPi7b { display:block; }
#hrABbGIOVJ2TTtg6VGr1TvrHZd5LDf87 { top:97.375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#bIwIdkLHaXoAmRS7esshmo6JyrUX9udB { width:41.4375rem;height:24.0625rem;display:none; }
#ZLXVuvTxBTVnWQgv5fOiy4WdCQbfyMc2 { display:none; }#ZLXVuvTxBTVnWQgv5fOiy4WdCQbfyMc2 > .row .container { width:47.75rem;position:relative;display:none; }#Tete7OxL0f9q1Sy2TSUdnfLRuuCINTE4 { top:3.9375rem;left:4.375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#IVogMe8Oeadb3bU6otCsFtFCGBVaNKr6 { width:37rem;height:1.9375rem;top:8.8125rem;left:10.75rem;font-size:0.875rem;display:none; }
#JBSB2VAVQkC3aiikgRymdygG1maM0JKG { width:47.75rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#SaGGdTcd1EPlmt89Wf7kzvRhJTcGoLxA { width:40.125rem;height:1.9375rem;top:14.3125rem;left:7.625rem;font-size:0.875rem;display:none; }
#o1gqtqds0hSPKzu2vaLRRozFCVZ9amRo { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#USJw1uATbp6OXcJ5lihivWzW5JRwLnDX { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#QhSP3hy4z61E0LVzeIdDJvbOTJS5Cwyg { width:3.625rem;height:3.625rem;top:10rem;left:44.125rem;font-size:2.5rem;display:none; }
#ahMCFgWyC0VzLiHXPE2yi3nNnhi1WMpi { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#PLgPLgMrqZ0hnwEVaK8eNU7t3WTJ2WgC { width:;height:;top:0rem;display:none; }
#kZy3diA9IFLN7PrxyJaFIJNGGCIbztEO { width:36.5625rem;height:31.5rem;display:none; }
#BJog1eMIq1ZotKP6S3vTuERtBcVZRcJG { display:none; }#BJog1eMIq1ZotKP6S3vTuERtBcVZRcJG > .row .container { width:47.5rem;position:relative;display:none; }#rAwMsVqCKX150yglv1wzSJolt4dMx3mq { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#N1PR2ys4yIcI5oHmGGrU8OIgBfAn1E6T { display:block; }
#edk0mKOh7HctlcKNKUbUO8V0ciK1di6k { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#lV9MEmp8wii48kFZvwG9ExD75UGJLNA4 { top:7.375rem;left:17.4375rem;width:19.625rem;height:15.6875rem;display:block; }
#q7k6QKb8zdvgBvFNXhHAwvJLKnAQsXiw { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#p0fJz8T9P4rH2V792K3VGATl9kZHWk78 { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#H8hMvMCZIIfe7495XpBWmLn1d1dcl7uZ { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#BpH89Giw5tSgVq4vf82RSytF3VltHd80 { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#D1haDaixdnaqVXyivVTUygWG3APdyFXp { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#vaNrLTdv9T1WUh5lSxT08LgAIEDF3f9c { display:block; }
#wqPimTGXXKFWD3bM19mrb7pbOGnH3r1L { top:4.0625rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-text {padding-top: 0; padding-bottom: 0;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-select {padding-top: 0; padding-bottom: 0;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC  { width:17.5rem;height:auto;top:2.6875rem;left:1.8125rem; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC {display:block;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC { width:17.5rem;height:auto;top:2.6875rem;left:1.8125rem;display:none; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #wkLrIkJ4OTkweK4OrspvEEsQ0bxaWElw {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #dGpt17mZTEZFx8hy7N9BV5S3EqmWxvS0 {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #KQuXxsdAiRJ2X9Q6lE7U2Tn0EbEnwIsI {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #GP1C2SJB7vQ0tDT7FHT38yyLfxVa6dC8 {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #PFUO752Ws4FxpXPFk7QRECpEw6WNOoOg {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #WLgeh6yTVpWtaNroaSpLMqzC3mgdhVZL {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #dAqtDGK2mWkir5ZoVqsTvI4gKEu5AHBZ {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #Xm0MEZS7c6NrxgRcJ0P6n1HvKGyrc38v {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #oHzCAEdinpu1xRiNT7RLyQ1iL0XN45WA {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #iK5y4bq3UdT02V54ldAUAoTomLek0KKV {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #L7LCyU2mJTisBq8IAXUo14aUTDDvAXhB {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #VwMIO84DAvrux4IdJee35SK2zRDXrSuC {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #OOh9rRGrHS2wZTHbkoKHdzDHxitXXmEg {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #CuecU1qcunPAU65gCOdeVompuh2k7uIG {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #hPRrzm9I2aOBT9A6ztLU73RUAiBxRdor {  }
#zS4F36AT3ckXRpfRWvuckpilte1tOVKf { display:none; }#zS4F36AT3ckXRpfRWvuckpilte1tOVKf > .row .container { width:47.5rem;position:relative;display:none; }#s4TKTrmpisgJZyI708Sit9euJImgGuri { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#kcSFfivd2ZEkmN0pigoHA06y9TGooTKt { top:8.75rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
#RKMpFw5f7CO6CCZQzMqh2EwyGQJX5zZK { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#k7FGdnuCNW2Uu0o6iW7UEtPxAOpfBMyW { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#hglXdJMtduWm40t7T0HDCnm1fU8mHXpC { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#oTTJNu8hGTl2W9QA460be7ZbqGdBTMa2 { top:0rem;width:;height:;display:none; }
#MoIoCh3Kod826BvJDK1NQTzFs9hR3RID { top:0rem;width:;height:;display:none; }
#JfgdAiTnK4JKAQFNB7FoXSJTFeE9MDX1 { display:none; }#JfgdAiTnK4JKAQFNB7FoXSJTFeE9MDX1 > .row .container { width:47.5rem;position:relative;display:none; }#sVNfokHvR20nLtRbuK7b1ZZxF6opxB4S { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#fR0zdaWZIPa77KQwbLib4A9BMkTsS1D2 { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#Etfke9024EfRONWCseezKwg4HUM54NTU { top:0.25rem;left:0rem;width:8.9375rem;height:4.5718440548374rem;display:none; }
#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa { display:block; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row .container { width:47.75rem;position:relative;display:block; }#AVidrmHqkRBbWJOh7NmKHxTXF1kX8yWq { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#eG5x0Mqt7P89w3sbiq13OJKMORuoOdlK { display:block; }
#qbSL0JeUzTIUgDQcSBitt4n5enIar5WL { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#ZsL669f9O18GoQVFTTVXphLLxEDTIsUb { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#qJmZh3sZS04egtPfiGw5eoS91BxfsVBw { display:block; }
#srRyQzrMreIcK3lq5vNhkdQLGUVtW63x { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#srRyQzrMreIcK3lq5vNhkdQLGUVtW63x > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#TONvRsh4ScwQrxzSh47GtTAyZS0iHmaZ { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#c93E13p6IRq1fATuHJlCbRQ5ydCAcEWA { display:block; }
#DGB7sRWCC3hwNlPn6kLIohmeQdJTBl7q { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#gSIsieJLxT181RDa8mqeX4PpoHEXvBie { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#oLpNt2EBTJn9SVcyT6EnfzImv1mtxB78 { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#ifrpExzcwCTTI4mEP4s3fz5umqbBooHH { top:3.3125rem;left:9.75rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#ID4CKJcxKgGzmqrNaqezWL4z6oQGwTX0 { top:3.3125rem;left:6.6875rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#Wes994mnLDUmfBoEJp7TpZVDXyxxOTOo { top:3.3125rem;left:3.4375rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#QNShlCtep6IpuFOTwXGsP5wIeQP8U6sP { top:3.375rem;left:0.25rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#anQMq5xW6ZeQCEpsCU5ip6LX8TpMtIyc { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#XsTPnM7EEI0umlNxGKIA9yNqE8DoFOk5 { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#wKy5bPFEy5mD2yHtnrXuaCFSL0dA43Pr { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou { display:block; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container { width:47.75rem;position:relative;display:block; }#c7myGlmyPMdU53ye8iCrMLmshdsAsUTp { top:5.9375rem;left:0rem;width:17.9375rem;height:10rem;display:block; }
#K6CDpPxk7WUlgps9sadPxrvKTaARghOm { top:17.625rem;left:0rem;width:16.625rem;height:9.25rem;display:block; }
#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM { display:block; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .row .container { width:47.75rem;position:relative;display:block; }#d2ySsxAMuhfOTM9iTZJ3H6qdiDvW3bAN { top:5.8125rem;left:29.3125rem;width:18.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
#wHnO5klvysVldSRlWg78Wc3PhxZTkviF { top:9.0625rem;left:27.5625rem;width:20.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
#HZp3q0tPRfTx9LzLt9FDOG1304KAVZvn { top:12.25rem;left:24rem;width:23.75rem;height:5.6875rem;font-size:0.875rem;display:block; }
#Tu7hc5tlm3PuAhf7pSTpsdu7kwb9Gvrm { top:8rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#iDmJT7f0yg1kUoAISneRocT9u5DQkyyr { top:8.125rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-text {padding-top: 0; padding-bottom: 0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-select {padding-top: 0; padding-bottom: 0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm  { width:17.5rem;height:auto;top:2.375rem;left:0.5546875rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm {display:block;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm { width:17.5rem;height:auto;top:2.375rem;left:0.5546875rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #mOhRaRGXrwipf4sRxbvh9tth0lAeI1Tz {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #WSpoNwJL8NVhKM2hnD7bTpOfrPCFwKLn {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #VbUNFP7mmMOPcDTMNJTNMh67GzIu53HG {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #rN4OLCoXtmQOmNp2qOvzdwr9k1nPaK9C {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #yBN1A1TnEh0mne9WczDcQv86D0HKXCER {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #rFpiJW080E0rUoR7iah4y80zcRKl93Fb {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #FlKxQlA6vT2gr3CCFOninkNfhBMwRgt7 {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #hPoCU1ckxllgPfdWaM8BLFPft1JNHGwu {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #UdoU201vR5GLXHgvNxCZo4mpHSyCnnxM {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #QHkv7KxAGO8rKvon44w9MVZxA3OVxa3V {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #MkKEv24RQv2aSqSJPvA7clMOc6zdFeC5 {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #nKOQ8pBOfSvgxFRM932u85Sp6bAGriTM {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #udxRhG1uHiSdbTieoIJKKiUoxUFyZ7mR {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #TMGhztxIqo4wO9vUgxvomDzQqe7kqH64 {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #E7kw8cTASzRTTyJqUpLW1FEXZ5HxaDoe {  }
#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf { display:block; }#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf > .row .container { width:47.75rem;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { top:5.0625rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
#W9bMm9AdexPTrikq3TAyoyOeGIbATulX { display:block; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container { width:47.75rem;position:relative;display:block; }#DKpsDiuyO0IxTfNBRdru0ymAv4p7FRqT { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:block; }
#VHkM2h8WKlec3xhNbAG1QmNBvTHQkDLJ { display:block; }
#dPXEuaWu3ony58H9NqoKQ9nPcrC2tUal { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#fuZCOCxcRc4D5kOcnyIAafQmH89UVLJy { display:block; }
#tsuMim8OfA32Rl0PTpoTJO17aPnHrqyk { width:31.5625rem;height:15.5625rem;display:none; }
#t47VOtLRa5vpdeg96m2Tz6JDNiRcBJVy { display:none; }
#t47VOtLRa5vpdeg96m2Tz6JDNiRcBJVy > img { max-width: 100%;max-height:100%; width:; height:; }#AJ1E9q5Akn1V44feFIrVJ57itvU679Pb { top:60.5rem;left:4.9048295617104rem;width:8.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
#V23b4oiwR9gJJMxbOWLz5M16GRkCTQIZ { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#CFH4XovEm1KaA5nqfqCsWLVuooTHnagK { display:block; }
#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk { display:block; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container { width:47.75rem;position:relative;display:block; }#bnc7sRPWX2x0kyA7Vi7mOMITXaWm8TyT { width:14.0625rem;height:1.375rem;top:16.1875rem;left:14.012939453125rem;font-size:1rem;display:block; }
#RI8oAOTWqITrGsTxhZguCsosdyUFnC5J { top:12.5625rem;left:9.248046875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#dy4yh6TwxdsTObq961TNXPDAp0eHGtVv { top:12.5625rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
#acynms9FEvAeSJxZutOt20p5nGWL1dEd { top:12.5625rem;left:0.9375rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#iyBfh3X82QUUnZwuBvXGrEHPperQpkrt { width:11.9375rem;height:1.375rem;top:20.875rem;left:8.090087890625rem;font-size:0.75rem;display:block; }
#mXUht75milEJRxtnyLwCJRUl2prcr3lc { top:20.625rem;left:9.999267578125rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#voi0WiO5oTuwkGg8Xyiro0gQw6dk0CZO { width:10.9375rem;height:1.375rem;top:22.1875rem;left:8.5909090042112rem;font-size:0.75rem;display:block; }
#xdH5MvDvwro8RHSLlfghW4ZHBcz5O7bZ { top:22.3125rem;left:10.936630249024rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
#aK5za36T1PgJeCT8vKx6u81pm5MptUE8 { top:21.3125rem;left:7.5rem;width:8.25rem;height:1.125rem;font-size:0.75rem;display:block; }
#bhugtO5zVhd7pQJWKfldbkGJ7DXyISLp { top:22.5625rem;left:9.8125rem;width:3rem;height:1.125rem;font-size:0.75rem;display:block; }
#ubQcSvkNOrlHKlHNDABgpxFmLO58gfyE { width:11.9375rem;height:1.375rem;top:20.875rem;left:0rem;font-size:0.75rem;display:block; }
#B7xQGMU6W88ygVtgoxT4D7o2T9Lpv4ha { top:31.3125rem;left:12.935329437256rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#tA6dxEuAWiHfNCPoMI2ydhff8kpMKukc { width:9.875rem;height:1.375rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
#t8s6oL9oqIJT7FJPCQZEfbTOHqn7UX0n { top:22.3125rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#u375GXIeXyt0nR6OmZq1XfVTTp8NvlDH { top:22.625rem;left:0rem;width:8.25rem;height:1.125rem;font-size:0.875rem;display:block; }
#USxdGU7TX63XtpKLFZlaVF4faEoLoJ0w { top:21.0625rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#Hxpz5BD8fXWhxqP86BH5CrF8KJq8RS4l { width:11.875rem;height:1.0625rem;top:30.25rem;left:0rem;font-size:0.625rem;display:block; }
#q0qcdn2gDgVTxTuSLRwHc3Dierta3N6a { top:31.4375rem;left:2.21728515625rem;width:5.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#xt1n5V4Vv5M5h5RaVmVU55hcSJ4MIOyr { top:31.6875rem;left:0rem;width:5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#Enx2UkP9BW5eXRlu5qnJzlARZc2DhVLv { top:20.625rem;left:1.3098945617676rem;width:4.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
#TLy8EKIyOvbUgObr51zlGzAaiPbhzBhT { top:31.625rem;left:12.5615234375rem;width:2.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
#LBWzal8plCkEgz8OCkFgepgQtQatQEsw { width:6.0625rem;height:1.0625rem;top:36.125rem;left:4.8675418496132rem;font-size:0.5625rem;display:none; }
#GsrTySUy5SUZcnuEvbyhBoFLipHihPyX { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#fSH8gT19UDTFvEs91zmbTzUKOEhfDhiP { display:block; }
#txvDFged0Z4K1i36m8QcuPNQqMK4l2lT { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:none; }
#eewiHJDCZDbo87BzbQXVsedXDNZurdza { top:12.5625rem;left:12.873481750488rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#NmIxTQRBUCGhRTAbuEfa0h9VcHIZkImH { width:11.875rem;height:1.0625rem;top:14.0625rem;left:9.999267578125rem;font-size:0.625rem;display:block; }
#uWdRsz1IiGblPJo6FXbV7g3z3zp5PKqI { width:11.875rem;height:1.0625rem;top:14.0625rem;left:0rem;font-size:0.625rem;display:block; }
#CNlvC5lmr7BJ6IXSLAqLoHHJGpKXhTZS { width:11.875rem;height:1.0625rem;top:23.625rem;left:9.999267578125rem;font-size:0.625rem;display:block; }
#TUkE9dGbptngNpzMsV286VTpayq0i6uv { width:11.875rem;height:1.0625rem;top:23.6875rem;left:0rem;font-size:0.625rem;display:block; }
#xeywUHTNKWuHdueSBzs5rM5q6T9XXfMl { width:11.875rem;height:1.0625rem;top:33.125rem;left:9.999267578125rem;font-size:0.625rem;display:block; }
#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms { display:block; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container { width:47.75rem;position:relative;display:block; }#fcEnqDo7wEzapEtUykAhFGWZXw7eEeT2 { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#r7nBRBPt432K6kfN1Mr5h69ZpIqgOH10 { display:block; }
#OefeXTRiJTsiQv0kLkF1WHmXVBd1CQig { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#qadm8rm6ncWBsiKiKvslNFmf9BlNvDhv { display:block; }
#HP0MNq6tw099HWPXtGTOnXe6igrZRBwt { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#Vc1EH2sMKzAS2FtGBN8GOoBMdSFTTXMo { display:block; }
#vdgCKOT1f9NdGcb6vJok1i96w31ArmME { top:5.125rem;left:16.884115219116rem;width:15.6875rem;height:2rem;font-size:1.5625rem;display:none; }
#LKChC0HNreXNzQMq7fD3i3OAgSm5ArrB { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#LKChC0HNreXNzQMq7fD3i3OAgSm5ArrB > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#sguNt9JnFA2LchDT6mE8rlMUC2H85lmT { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#sguNt9JnFA2LchDT6mE8rlMUC2H85lmT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Khb63mcyF6Z3T3Q8oUXnPUDuARzVihLI { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#TupVo5lZfHeWV9VezUiOLWTOvwTF7ubv { display:block; }
#FIRE36ZsNFSATrkd56r1tQJrSb3q4cfw { top:5rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#FIRE36ZsNFSATrkd56r1tQJrSb3q4cfw > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Q4isdHs3NVo4AUCNEtA8CDhJcM7ASTzQ { width:9.8125rem;height:8.9375rem;display:none; }
#xTTqCqZBrbZ8eTIpUtaNdNNq75nBGmRD { width:47.75rem;height:17.1875rem;display:none; }
#liEF96Iu4UXE7bLANOTgDltIqqHxwgE3 { top:38.125rem;left:0rem;width:19.125rem;height:5.8125rem;font-size:1rem;display:none; }
#K8C9P1P19K4oJiMD2gOZoOMseiGKphOr { width:12.1875rem;height:2.25rem;top:1.9375rem;left:35.5625rem;display:none; }
#Sd9i6Hixv9HkVPZ5bU70l5TC8U0O7lxr { display:block; }
#WLU40HxrpRR1GEIWCGWTPQsRT6lbTEBV { width:12.1875rem;height:2.1875rem;top:8.3125rem;left:35.5625rem;display:none; }
#tI67PTtnQxJBnh58IyyZzy4GcmmcF7LB { display:block; }
#XoOcbrpJhTB2Q0gXxQqD7tLr1JJRihJ3 { width:12.1875rem;height:2.1875rem;top:4.8125rem;left:35.5625rem;display:none; }
#OEA966V4Bv1A7aekukdNXid9Wtd6ouTI { display:block; }
#EBaK5WN9C0z5T0hTpMwhrBl2TmAU0ywV { top:2.125rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#ddn3dzidTpBGNLvcJsDPeiqmCNTmoPlL { top:8.4375rem;left:40rem;width:1.875rem;height:1.875rem;display:none; }
#Ul5QswMSevmpQPCZOh6fbua7T82X0LoE { display:none; }
#b01zZGoqBNZPOF6PJn2qva2mcJLSRSdH { top:9.5rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#wyEGSnTBXL7Vm770LE5mWtt3amlsvqU4 { top:60.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.875rem;display:none; }
#FyzWJ3igRhRkzMUkOUkrMuT05mPKXc33 { top:63.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:0.875rem;display:none; }
#HaPS53gpEMCveJISKcAFAT7yiGMfR4qG { display:none; }
#kqpwPMffH8NvNSlMN0326fw17bWITmpE { top:69.25rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
#b9uLZsZhxpwQ9Hy9kcKRcTBLz8mt32Z5 { display:none; }
#m8plUa7tnAlAZLRO78KqtFKekFB8pCBK { top:1rem;left:0rem;width:17.3125rem;height:9.6875rem;display:block; }
#eiuKkAKZmOGTIvzKGWodO50rzTIleFKV { top:17.25rem;left:0rem;width:17.25rem;height:9.6875rem;display:block; }
body { position:relative;display:block; }
#e8T8EzwlXgttMDq8ksw3yqbfdlCUTPpK { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#e8T8EzwlXgttMDq8ksw3yqbfdlCUTPpK > .row .container { width:20rem;height:5.625rem;position:relative;display:block; }#l6HrCLgL8qmxALUNBd2HH3ZLKeGzuCGe { top:0rem;left:0.054428769902714rem;width:19.75rem;height:5.125rem;z-index:15193;overflow:hidden;display:block; }
#aTbz0F5UnzBtupOqXEUEdlehmq3cmoU2 { top:1.4990234375rem;left:6.343017578125rem;width:6.8125rem;height:3.6875rem;z-index:15194;overflow:hidden;display:block; }
#CLQFZXGuEPKQE7M7xP9hvkTtu8oGKfhf { position:relative;z-index:auto;display:block; }#CLQFZXGuEPKQE7M7xP9hvkTtu8oGKfhf > .row .container { width:20rem;height:15rem;position:relative;display:block; }#OFAz6rq21hQXydccUT02BGk27b4yk5rI { width:5.6875rem;height:0.8997375rem;top:1.125rem;left:14.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#dvSNqiwQgf4ykkQ8bJDX1EAfL86PBLlD { width:5.625rem;height:0.0625rem;top:2.6875rem;left:14.1875rem;display:block; }
#ueqIC7immsFp2zN4uPK4HJTnx94T5o7E { width:3.75rem;height:0.8997375rem;top:1.1243489980698rem;left:0.99934893846512rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#xTrLERQ0cpQReVdOO4v6qImlOtlGTNo3 { width:5.625rem;height:0.0618489375rem;top:2.6866321563721rem;left:7.0625002980231rem;display:block; }
#kJudxnLDZms1mKvHxpyxCTKezCwTV2bG { width:7.3125rem;height:0.8997375rem;top:1.1870660781861rem;left:6.1250002980232rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#mu9nBrkQJWiUwsEduaoSiQkZmP9MBX8h { width:5.625rem;height:0.0618489375rem;top:2.625rem;left:0.1875rem;z-index:15009;display:block; }
#zxHP3VT62TPFBcPWUDGAZiDoJ1PNIx48 { top:0.6875rem;left:0.8736979961395rem;z-index:15012;width:4rem;height:2.0625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:0.0625rem;line-height:.2;display:block; }
#OE4Io9egIcJlxm6LSm3b2v0aVnQIyp2F { display:block; }
#NDo439tJNElKeIaiokR1bxOHoLxp90lL { top:0.6875rem;left:8rem;z-index:15013;width:4rem;height:2.0625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:0.0625rem;line-height:.2;display:block; }
#o5ReokI7l9O6O819QbGGZMe3kITKoCA9 { display:block; }
#BEtLrMwl8w987NlH1yClsJdAzhb4HFBB { top:0.6875rem;left:14.90625rem;z-index:15014;width:4rem;height:2.0625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:0.0625rem;line-height:.2;display:block; }
#So0wn3BleqJFlm06q4JC43ziHEMGdNtR { display:block; }
#VLegQ9TAZWadSyffXZK1egbXt61Dd0ws { top:3.4375rem;left:0rem;width:19.0625rem;height:1.2999125rem;z-index:15008;font-family:"ahj 2024 font";font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#ITgJsyKAkWkPE4Mdvqdcg8bKrHfv59T5 { top:4.8125rem;left:0.8125rem;width:18.625rem;height:3.75rem;z-index:15017;background-color:#62748d;background-image:none;text-align:center;text-align-last:center;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-weight:400;font-style:normal;display:block; }
#IRbBGsQpsc39J62vPVJngvBAgLRT3tqJ { display:block; }
#X9qTWg0TlxmqZyydh1T2oGuSwWirMTH9 { display:flex;top:5.28125rem;left:1.4674479961395rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#TOW3WInDqXFel3zormvsNQLZnrT2SSwT { top:10.71875rem;left:0.8125rem;width:18.5625rem;height:3.5625rem;z-index:15018;background-color:#62748d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:center;text-align-last:center;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-weight:400;font-style:normal;display:block; }
#KgfMnP6MwCGgcxu2Mvsf1T7lTqkdVEHw { display:block; }
#EXaizEL6PKdD4mbMWU35zrXAR8miD8Xh { display:flex;top:10.625rem;left:1.25rem;width:3.125rem;height:3.125rem;z-index:15022; }
#tQWpdRucxWhf8NnPP1FhOsaQTZmhbPp5 { top:8.75rem;left:9.8125rem;width:2.125rem;height:1.625rem;z-index:15020;font-family:"ahj 2024 font";font-weight:700;font-style:normal;font-size:1.25rem;display:block; }
#qd3XuT0JJTklVb3JOZOtVtwAZkTe8cm0 { display:block; }#qd3XuT0JJTklVb3JOZOtVtwAZkTe8cm0 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; }#qCk36Dkd5fHZf0cmrVmSumLgBgVwnL4S { width:5.6875rem;height:2.375rem;top:0.625rem;left:14.087223977349rem;font-size:0.75rem;display:none; }
#kTfP05OvgZX8cxzSsBLRIOTCkWHAXIiT { display:block; }
#P8Jw6s5TkXlnbq4xmUvsATPxyLTD1wmP { display:flex;top:2.0911445617676rem;left:1rem;width:1.5625rem;height:1.5625rem;z-index:15191; }
#P8Jw6s5TkXlnbq4xmUvsATPxyLTD1wmP > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#k8UtqLOiGb5hO95VxJeOXpwLOQQHm66p { display:flex;top:23.5293rem;left:8.8125rem;width:2.3125rem;height:2.3125rem;z-index:15190;display:none; }
#bVE76niSAnBzb20a8K68IQwO0I1mT50l { width:5.8125rem;height:2.875rem;top:1.2486877441406rem;left:13.460594565499rem;display:block; }
#LaTzEMaBrBowF78BbRS9SJU02NLP1fre { width:9.0625rem;height:2.8125rem;top:1.5rem;left:0.125rem;font-size:0.625rem;display:block; }
#ykmfEPVPoEaRw3XMnAfNbAOOMy95DCbW { display:block; }
#Qq11F2fC9FumF5W6trBaO2UKz2Py2cuG { display:flex;top:10.9668rem;left:8.875rem;width:2.25rem;height:2.25rem;z-index:15190;display:none; }
#N1UWh5qTWJXimDGxl1B8rhKEdI1u7KUC { display:block; }#N1UWh5qTWJXimDGxl1B8rhKEdI1u7KUC > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; }#BBhDtZK4ERZ8TMI2kHoDbD8O7PSI70d7 { width:20rem;height:4.9500875rem;top:5.8118476867676rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
#hpGU9IvU4MK3grnS5IQVyvvy2E6R4yz5 { width:13.11111125rem;height:4.36111125rem;top:32.310331344604rem;left:3.4375002980233rem;font-size:1.375rem;display:block; }
#MQpUhoGgKRmrqC7lIT6NRKgwK0dJHLMR { display:block; }
#WPKtMB1IH3mRRPaWnarUZf8phbvgfxQu { width:13.125rem;height:4.375rem;top:30.375rem;left:3.4375rem;font-size:1.375rem;display:none; }
#zKLf3nCfoNqHdOXR8ep275KTt27oORN9 { display:block; }
#cmAufayC6Oyg9AthqJUE2z8eabAaB9mO { width:20rem;height:3.0013rem;top:12.108507156372rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#ZS99Ah8Xzs79rI4J7ONB4V3fDtT4Bx2G { width:11.625rem;height:7rem;top:4.7864570617676rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-image: -moz-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-image: -ms-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-image: -o-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35957353', endColorstr='#b5d4b392' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35957353', endColorstr='#b5d4b392' );";background-image: linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-size:auto !important;display:block; }
#pTxHpsxKvdwUB3rR7kFcnDu1rpPzWFvM { display:flex;width:4.375rem;height:4.375rem;top:27.124784469604rem;left:1.9368491768837rem;font-size:3.0625rem; }
#bDwTcBWBsluUxgzT9HpLJJMt72wM3mxf { display:flex;width:4.375rem;height:4.375rem;top:29.061632156372rem;left:0rem;font-size:3.0625rem; }
#kTRgd2LZMLAOQG01GHcUfcvpGXO04qsF { width:20rem;height:13.3111875rem;top:16.667970657349rem;left:0rem;overflow:hidden;display:block; }
#tFggxaQKWDGJdWXtnV7IiZhvMiLcnz2R { width:4.9375rem;height:2.4375rem;top:20.936632156372rem;left:0rem;z-index:15042;display:block; }
#xEFnK23GnuuPXTwo3B9bTPsLuPs87D3r { width:4.875rem;height:2.1875rem;top:16.687501907349rem;left:0rem;z-index:15041;display:block; }
#ySd484pQER9LAWMUB84ZtvtAAKzStkby { background-color:rgba(250,250,250,0.87);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ySd484pQER9LAWMUB84ZtvtAAKzStkby > .row .container { background-color: transparent; background-image: none; }#ySd484pQER9LAWMUB84ZtvtAAKzStkby::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySd484pQER9LAWMUB84ZtvtAAKzStkby > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySd484pQER9LAWMUB84ZtvtAAKzStkby > .row .container > .video-iframe-container { display: none; }#ySd484pQER9LAWMUB84ZtvtAAKzStkby > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySd484pQER9LAWMUB84ZtvtAAKzStkby > .row > .video-iframe-container { display: none; }#ySd484pQER9LAWMUB84ZtvtAAKzStkby > .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); }#ySd484pQER9LAWMUB84ZtvtAAKzStkby > .row .container { border-width: 0; border-radius: 0; }#ySd484pQER9LAWMUB84ZtvtAAKzStkby > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ySd484pQER9LAWMUB84ZtvtAAKzStkby > .row .container { width:20rem;height:3.75rem;position:relative;display:block; }#LyPohBO9FKeJpgVKDC1znZ4sbdSuGNTQ { top:1.6875rem;left:11.937500536442rem;width:7.6875rem;height:1.05625rem;z-index:15008;font-family:cairo;font-weight:400;font-style:normal;text-align:right;text-align-last:right;color:#000000;font-size:0.8125rem;display:block; }
#RX0UTP2x99eCMe32aeM1MtD4mI0dSpcy { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#OCgXAucZx0gwnOiVo63Bx8l28vLvCTWJ { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#R8TC08h5kU4SWPfaIHIx4tLa92dyo322 { display:block; }#R8TC08h5kU4SWPfaIHIx4tLa92dyo322 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; }#aNvheZBa73Z2vtLhw4quTlbJiwNouq1Z { width:7.6875rem;height:2.3112rem;top:3.4166666679084rem;left:1.125rem;z-index:15044;overflow:hidden;display:block; }
#n9TWh3rN0G2l3IXRIM4cdC61tZmQnIEN { width:7.6875rem;height:1.875rem;top:6.8125006370244rem;left:5.375rem;z-index:15045;overflow:hidden;display:block; }
#WNuiGpPbO69X1o1ETgA08HCAGBLFVK4J { top:1.2291666679084rem;left:0.75rem;width:19.9991875rem;height:1.13671875rem;z-index:15198;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#TBQCS6gXENRbVPna1epg0EElo4eJPgic { width:7.625rem;height:2.0625rem;top:3.5403658561409rem;left:10.875rem;z-index:15019;display:block; }
#eZx52bn9CpNKG0Ng5FG6LPZRsXC9ZHiZ { display:block; }#eZx52bn9CpNKG0Ng5FG6LPZRsXC9ZHiZ > .row .container { width:20rem;height:46.875rem;position:relative;display:block; }#u9pQ7M98nnbJcQNmNV0fEDIV11Tc0IV2 { width:20rem;height:2.4rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#fKl2zNascoaLJGqB0OTSPgTM21qiOCH7 { width:20rem;height:15.0065rem;top:3.4375019073486rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#elL4LGXHo79EyWgsTBzuP9dSezdVJm8d { width:12.5rem;height:12.5rem;top:27.381511211395rem;left:0rem;z-index:14998;display:block; }
#rTivTMLi2irGxG4iN2tyBfeReC2Htcl7 { width:13.125rem;height:4.375rem;top:39.879559516907rem;left:3.4375002980233rem;font-size:1.375rem;display:block; }
#OB7teq98CNX703DHXJoD9xeinkIq8K0C { display:block; }
#H6wOfUTwMkg3eTkuRELKyTvsxUg0xTJ2 { width:20rem;height:0;top:40.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
#ZGhleEDtpPmNq6Xqgn7qvMVWw3R3hSRs { display:flex;width:5.9375rem;height:5.9375rem;top:36.247830867767rem;left:0rem; }
#KBZut2eMCfmGtF1TBkoWP5E2ZgQ8XCuH { width:20rem;height:13.3648125rem;top:20.826823711395rem;left:0rem;z-index:14999;display:block; }
#Br7drhxeG0XlFD2VJBNiaTTXmvNTL0EN { width:20rem;height:23.9375rem;top:3.093533039093rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#add4b392', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#add4b392', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-size:auto !important;display:block; }
#nOTaAKFF2LHcvOymg9oE0E1SshMTx9qX { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nOTaAKFF2LHcvOymg9oE0E1SshMTx9qX > .row .container { background-color: transparent; background-image: none; }#nOTaAKFF2LHcvOymg9oE0E1SshMTx9qX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOTaAKFF2LHcvOymg9oE0E1SshMTx9qX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOTaAKFF2LHcvOymg9oE0E1SshMTx9qX > .row .container > .video-iframe-container { display: none; }#nOTaAKFF2LHcvOymg9oE0E1SshMTx9qX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOTaAKFF2LHcvOymg9oE0E1SshMTx9qX > .row > .video-iframe-container { display: none; }#nOTaAKFF2LHcvOymg9oE0E1SshMTx9qX > .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); }#nOTaAKFF2LHcvOymg9oE0E1SshMTx9qX > .row .container { border-width: 0; border-radius: 0; }#nOTaAKFF2LHcvOymg9oE0E1SshMTx9qX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nOTaAKFF2LHcvOymg9oE0E1SshMTx9qX > .row .container { width:20rem;height:223.4375rem;position:relative;display:block; }#bRd613JJDDzh0f67BcuDcLwJeiJDwiEF { top:0.58073043823242rem;left:2.75rem;width:15.3125rem;height:2.599825rem;z-index:14997;font-family:cairo;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1rem;color:#3c830e;display:block; }
#XPllxLOwBAuaOoUxK686K7k7LpQFuzLh { top:3.177490234375rem;left:0.6259765625rem;width:19rem;height:11rem;z-index:14985;overflow:hidden;display:block; }
#J4eeIFd7tOq5TBEBtNKeXaVHvDCN6WSr { top:14.37451171875rem;left:6.826904296875rem;width:12.625rem;height:2.098525rem;z-index:15014;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#BG5vrxNv0XC9hJ2EkVbyqTdWeXmKEObT { top:14.3125rem;left:0.75rem;width:4.6875rem;height:2rem;z-index:14977;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#wNW7lC7MSznhfvkcs0dXDz1fL7RT4V48 { display:block; }
#WskSyxAH14Tx3oOEdemWQVmoEpZIcqTm { top:1.4361877441406rem;left:0.49869799613952rem;width:3rem;height:3rem;z-index:15019;background-color:#3c830e;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#t0A7mcEOuTTDxRVceoHJaPzqnvZwWXcU { top:2.4986877441406rem;left:0.7486979961395rem;width:2.5625rem;height:0.97439375rem;z-index:15020;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#SHyTNmUfXikpSQqWx6csDasVLCebLGnT { top:16.68701171875rem;left:0.1875rem;width:19.1875rem;height:1.9487875rem;z-index:15035;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#oszd97iVhHTKSNtLEbW9IiPOZRvNltlc { top:32.39582824707rem;left:0.375rem;width:19.1875rem;height:0.97439375rem;z-index:15039;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#aCxoSZFmq79gx2ovtqiaBAUIoaNIyP6Z { top:31.08332824707rem;left:6.9375rem;width:12.625rem;height:1.04980625rem;z-index:15018;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#kR2cWWWMHrN6mri14cJ6tCT3FovfKBu3 { top:19.5361328125rem;left:0.4375rem;width:19rem;height:11rem;z-index:14989;overflow:hidden;display:block; }
#Bi966nsVpGqolUCRxxaMGiq2oXHvapWS { top:30.64582824707rem;left:0.5625rem;width:4.6875rem;height:2rem;z-index:14978;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#VwHJ7wBbGL4uC0Tq2iPo2P3M9gR9yMXM { display:block; }
#ZkPbq59fv7iXxBCd8WBNkL30XTdIqStf { top:47.3125rem;left:0.625rem;width:19.1875rem;height:1.9487875rem;z-index:15043;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#H9DJ8OlIlkwingNLOIEAQhKiMKlstlH2 { top:5.877197265625rem;left:12.5234375rem;width:5.5rem;height:2rem;z-index:14982;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#TR3pIlKvpSBWq4idFJVGhV85KyO8C7Oe { display:block; }
#XIvbmrvGKhC2drhZSI1iZZmKVodOCSS8 { top:45.75rem;left:6.8125rem;width:12.625rem;height:1.04980625rem;z-index:15022;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#zd5Az7k3lg9VTBRAcMCR7knEWJ6smNJZ { top:34.312744140625rem;left:0.6884765625rem;width:18.8125rem;height:10.9375rem;z-index:14990;overflow:hidden;display:block; }
#oFWKD7b16BVLLUT0wqUCs5mOveQiTuZ9 { top:45.376220703125rem;left:0.7109375rem;width:5rem;height:2rem;z-index:14979;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#u4G1sbLC8ZQcQPnTMgO8gQBT0QuP5eFf { display:block; }
#DXw46R0CHtfv8D8FHmeQVpemPypMes94 { top:63.87548828125rem;left:0.2099609375rem;width:19.1875rem;height:1.9487875rem;z-index:15047;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#UcVTWuSOECVVUIb1cnLFdDXJio1LPthb { top:62rem;left:6.623046875rem;width:12.6245rem;height:1.0492625rem;z-index:15026;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#M1qZ3ZzNrPQMCTgM8uuRqDkRuKiUCM3k { top:50.516357421875rem;left:0.6259765625rem;width:18.8125rem;height:10.9375rem;z-index:14991;overflow:hidden;display:block; }
#wzd8xJmCtI6OXTyCoab3kGPTc1o5V4uq { top:61.56298828125rem;left:0.773193359375rem;width:5rem;height:2rem;z-index:14980;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#fo1UQNqTR4qzT3zu2XLpClyAahmvqHCz { display:block; }
#Vwka9TMOtgutsLNR4Df3LLOeQucOa8V7 { top:114.68750190735rem;left:6.5625002980231rem;width:12.6245rem;height:1.0492625rem;z-index:15030;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#Thc0UKoWUaK7vIqgbbL2on1BPiPDZcGT { top:114.37391853332rem;left:0.74978297948838rem;width:5rem;height:1.9995125rem;z-index:14984;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#K7FraXubwf2OTPZ5uPfXg0E367t3Vg2x { display:block; }
#t9wLXww15LupMK6hKDJ7MmpSu8GTymSn { top:103.30946540832rem;left:0.59244793653488rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#pzMcVXTrLzdyqcWz6l5fMnzlaZTKJZ3U { top:131.22938728332rem;left:0.81163197755812rem;width:5rem;height:1.9995125rem;z-index:14987;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#pzq0RaFedvVAicLa7aBTQ6ZTclDb21kI { display:block; }
#b8wIkzg2FL0PLbux6q8LPzTwyTQaaq9x { top:120.24523353577rem;left:0.68576389551162rem;width:18.625rem;height:10.8125rem;z-index:14998;overflow:hidden;display:block; }
#VGR1FRqIqnVyGPN6KaMugA2oPL7WxBQg { top:131.99761390686rem;left:6.622179329395rem;width:12.6233125rem;height:1.0492625rem;z-index:15033;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#W9xNSTdP80HJWVTCWRffg2IsMzDNNWfg { top:116.62327003479rem;left:0.4047309756279rem;width:19.187rem;height:1.9487875rem;z-index:15048;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#ySIUsmZFafUS3nXhtcIMgzXcmW1icJ3Z { top:133.87369728088rem;left:0.34396702051162rem;width:19.1858125rem;height:1.9487875rem;z-index:15049;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#HZabPTmrxSlBGBMlN1JQCL6tvvngRsU9 { top:151.00911903381rem;left:0rem;width:19.1858125rem;height:1.9487875rem;z-index:15053;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#gk7wsdsJ0BcGyzn61aKNAX8TXT3tb9TM { top:148.43360328674rem;left:0.68684905767444rem;width:5rem;height:1.9995125rem;z-index:14991;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#eIqawE88UFGVtDcDTsRmR2ae7F5iZgTP { display:block; }
#AfnrdmDVRFAEtWNIA6pFLLyIcrt7Ge7H { top:148.78363990784rem;left:6.622179329395rem;width:12.6233125rem;height:1.0492625rem;z-index:15037;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#sqHAMxyMa06lNu3sUqGUThfBcPJbto7S { top:137.49784278869rem;left:0.68684905767444rem;width:18.5625rem;height:10.75rem;z-index:15002;overflow:hidden;display:block; }
#OegHhTCdtZupfC61veTAsAHRhT5teCzg { top:165.49913978577rem;left:0.68684905767444rem;width:5rem;height:1.9995125rem;z-index:14995;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#TKPpXgxVXqh5dANAOIcLNhkDNL7ErGc1 { display:block; }
#fV9NASRDNI5T0NANgX80OaIdiaovEaOA { top:154.62456703186rem;left:0.74978297948838rem;width:18.375rem;height:10.6875rem;z-index:15006;overflow:hidden;display:block; }
#Zp5mk6WkgUpucmZ2HqeseH4zOTaf8aCw { top:167.87435340881rem;left:0.56206601858139rem;width:19.1858125rem;height:1.9487875rem;z-index:15057;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#f44HNgHaSKS6Okn7Cq0o4dduT7acS2zT { top:165.78667640686rem;left:6.309679329395rem;width:13rem;height:1.0492625rem;z-index:15041;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#d6bEeSsn19dX2enT65ZTuQw5CIWhDxPu { top:181.74805641174rem;left:0.62500005960463rem;width:5rem;height:1.9995125rem;z-index:14999;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#VZPoUhOdZPDoBh9XBhmRQ5IiIm4MbrNo { display:block; }
#Qt3WRlxs8vLoN1uCvM45SOii6iiRT1mb { top:170.81055641174rem;left:0.81271702051162rem;width:18.3125rem;height:10.625rem;z-index:15010;overflow:hidden;display:block; }
#cxWFpDPtUxCMXVT2PgZqry4lmHhAvvO7 { top:184.56055641174rem;left:0.81271702051162rem;width:19.1858125rem;height:1.9487875rem;z-index:15061;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#BkwQq8gHIB6QwKK3t0PATqrCX1k4Q3oO { top:182.53363990784rem;left:5.3884552121163rem;width:14.5rem;height:1.0492625rem;z-index:15045;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#avF6Rvh14p6zrdW2yLucN24L1s5pMRci { top:199.31098365784rem;left:0.62500005960463rem;width:5rem;height:1.9995125rem;z-index:15003;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#JRILMhCtRnL5DoUNsbUHPzLvP4E02Kvd { display:block; }
#FaE8ASTJt9mSHi9PvhhDwQgcOaUk6TLV { top:201.93577003479rem;left:0.81271702051162rem;width:19.1858125rem;height:1.9487875rem;z-index:15065;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#UVfcprXQBy5Fw9RkcVTywOKEE8JooBxF { top:199.87305641174rem;left:5.0000002980232rem;width:14.4995rem;height:1.0492625rem;z-index:15049;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#ycLxbIr7Xeb8kLVrn6254PbtxQSxo847 { top:188.49827003479rem;left:0.84309905767444rem;width:18.25rem;height:10.5625rem;z-index:15014;overflow:hidden;display:block; }
#EfD2rTQ0ltKUVzlh2tUO18x5KBWZ5EyL { top:218.62305641174rem;left:0.40581601858139rem;width:19.1858125rem;height:1.9487875rem;z-index:15069;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#rbw2gF4knvqOcNCUIetSaZQehwWreyls { top:215.87458229065rem;left:0.74761289358137rem;width:5rem;height:1.9995125rem;z-index:15007;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#CtqMoP9DoaQHghLGQET4XUJcXcJQouBS { display:block; }
#a9Tgqy1FrvEedfaubkpVCD3qKRwmgQGc { top:216.09919166565rem;left:5.2007382512093rem;width:14.4983125rem;height:1.0492625rem;z-index:15053;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#MQO1EK29cWPGDiJu8uNSARLgC33AcOWD { top:205.14216041565rem;left:0.87456601858137rem;width:18.2495rem;height:10.5615rem;z-index:15018;overflow:hidden;display:block; }
#aezpUcCDOdplICsoyTq2UM6QlqKcvidk { top:81.499351501462rem;left:0rem;width:19.1873125rem;height:1.9487875rem;z-index:15051;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#HkM5cFOBvtnd1i2slsmkA4mFT1XOmgqF { top:79.124584198rem;left:0.625rem;width:5rem;height:1.99978125rem;z-index:14984;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#rx5IM0nxd1lftcOkOmcfTiG8wyXLuZaA { display:block; }
#olZ8TgHToDoOwJyrErmiQQVHKMJTKU57 { top:79.473745346069rem;left:6.827257454395rem;width:12.6236875rem;height:1.0492625rem;z-index:15030;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#UgvI4CX8pXPZHk9xRgibe7bRdn0OKc1a { top:68.130429267881rem;left:0.59353297948838rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#lZkheBbCwRJMtHuSZ7LJrLPZkVM9LgLh { top:99.25rem;left:0rem;width:19.187rem;height:1.9487875rem;z-index:15052;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#EyKXiwx2KqD8mQyWXCksTZP8y2wgWAD1 { top:96.369581222531rem;left:0.62500005960463rem;width:5rem;height:1.9987rem;z-index:14988;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#oQnVBgQFJVk848Q92yttf6NlgTafPi7b { display:block; }
#hrABbGIOVJ2TTtg6VGr1TvrHZd5LDf87 { top:97.375rem;left:6.5625rem;width:12.6245rem;height:1.0492625rem;z-index:15034;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#bIwIdkLHaXoAmRS7esshmo6JyrUX9udB { top:85.372185707094rem;left:0.62500005960463rem;width:18.625rem;height:10.8125rem;z-index:14999;overflow:hidden;display:block; }
#ZLXVuvTxBTVnWQgv5fOiy4WdCQbfyMc2 { display:block; }#ZLXVuvTxBTVnWQgv5fOiy4WdCQbfyMc2 { background-color: transparent; background-image: none; }#ZLXVuvTxBTVnWQgv5fOiy4WdCQbfyMc2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLXVuvTxBTVnWQgv5fOiy4WdCQbfyMc2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLXVuvTxBTVnWQgv5fOiy4WdCQbfyMc2 > .row .container > .video-iframe-container { display: none; }#ZLXVuvTxBTVnWQgv5fOiy4WdCQbfyMc2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLXVuvTxBTVnWQgv5fOiy4WdCQbfyMc2 > .row > .video-iframe-container { display: none; }#ZLXVuvTxBTVnWQgv5fOiy4WdCQbfyMc2 > .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); }#ZLXVuvTxBTVnWQgv5fOiy4WdCQbfyMc2 > .row .container { width:20rem;height:38.4375rem;background-color:#fafafa;background-image:none;position:relative;display:block; }#Tete7OxL0f9q1Sy2TSUdnfLRuuCINTE4 { width:15.061875rem;height:2.5996125rem;top:19.5625rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
#IVogMe8Oeadb3bU6otCsFtFCGBVaNKr6 { width:18rem;height:2.79730625rem;top:23.8125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;display:block; }
#JBSB2VAVQkC3aiikgRymdygG1maM0JKG { width:15.8125rem;height:4.1959625rem;top:27.6875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;display:block; }
#SaGGdTcd1EPlmt89Wf7kzvRhJTcGoLxA { width:16.0625rem;height:2.79730625rem;top:32.5rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;display:block; }
#o1gqtqds0hSPKzu2vaLRRozFCVZ9amRo { width:2.4360375rem;height:2.4360375rem;top:23.8125rem;left:17.25rem;font-size:1.6875rem;z-index:15009;display:block; }
#USJw1uATbp6OXcJ5lihivWzW5JRwLnDX { width:2.43706875rem;height:2.43706875rem;top:28.375rem;left:17.1875rem;font-size:1.6875rem;z-index:15010;display:block; }
#QhSP3hy4z61E0LVzeIdDJvbOTJS5Cwyg { width:2.43706875rem;height:2.43706875rem;top:32.5625rem;left:17.125rem;font-size:1.6875rem;z-index:15011;display:block; }
#ahMCFgWyC0VzLiHXPE2yi3nNnhi1WMpi { width:2.43706875rem;height:2.43706875rem;top:22.87451171875rem;left:16.62451171875rem;font-size:1.6875rem;z-index:15012;display:none; }
#PLgPLgMrqZ0hnwEVaK8eNU7t3WTJ2WgC { top:17.1875rem;left:11.625rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;display:block; }
#kZy3diA9IFLN7PrxyJaFIJNGGCIbztEO { top:0rem;left:0rem;width:20rem;height:17.1875rem;z-index:15023;overflow:hidden;display:block; }
#BJog1eMIq1ZotKP6S3vTuERtBcVZRcJG { display:block; }#BJog1eMIq1ZotKP6S3vTuERtBcVZRcJG > .row .container { width:20rem;height:48.125rem;position:relative;display:block; }#rAwMsVqCKX150yglv1wzSJolt4dMx3mq { width:13.11111125rem;height:3.73611125rem;top:10.5625rem;left:3.4375rem;display:block; }
#N1PR2ys4yIcI5oHmGGrU8OIgBfAn1E6T { display:block; }
#edk0mKOh7HctlcKNKUbUO8V0ciK1di6k { width:20rem;height:0;top:2.5625rem;left:0rem;font-size:2rem;display:none; }
#lV9MEmp8wii48kFZvwG9ExD75UGJLNA4 { width:20rem;height:21.9375rem;top:21.3125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4f637b, #d0a882);background-image: -moz-linear-gradient(180deg, #4f637b, #d0a882);background-image: -ms-linear-gradient(180deg, #4f637b, #d0a882);background-image: -o-linear-gradient(180deg, #4f637b, #d0a882);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f637b', endColorstr='#d0a882' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f637b', endColorstr='#d0a882' );";background-image: linear-gradient(180deg, #4f637b, #d0a882);background-size:auto !important;display:block; }
#q7k6QKb8zdvgBvFNXhHAwvJLKnAQsXiw { width:20rem;height:0;top:8.609375rem;left:0rem;font-size:1rem;display:none; }
#p0fJz8T9P4rH2V792K3VGATl9kZHWk78 { width:18.4375rem;height:0;top:48.301875591278rem;left:0.78125005960463rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
#H8hMvMCZIIfe7495XpBWmLn1d1dcl7uZ { width:20rem;height:2.4rem;top:2.3111982345581rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;color:#ffffff;display:block; }
#BpH89Giw5tSgVq4vf82RSytF3VltHd80 { width:18.75rem;height:3.0013rem;top:5.749783039093rem;left:1.2489150166511rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#D1haDaixdnaqVXyivVTUygWG3APdyFXp { width:13.09698625rem;height:3.722005rem;top:15.3125rem;left:3.4375rem;z-index:15009;display:block; }
#vaNrLTdv9T1WUh5lSxT08LgAIEDF3f9c { display:block; }
#wqPimTGXXKFWD3bM19mrb7pbOGnH3r1L { width:20rem;height:1.2000875rem;top:23.743485927582rem;left:0rem;font-size:1rem;z-index:15026;color:#fffdfd;display:block; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-text {padding-top: 0; padding-bottom: 0;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden;display:block;vertical-align:top; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-select {padding-top: 0; padding-bottom: 0;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;background-color:#b28c72;background-image:none;line-height:1;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.5rem;height:2.75rem;font-family:cairo; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-container:first-of-type{padding-top:0;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-container:last-of-type{padding-bottom:0;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC  { width:17.5rem;height:auto;top:27.12451171875rem;left:0rem;z-index:15020; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC {display:block;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC { width:17.5rem;height:auto;top:27.12451171875rem;left:0rem;z-index:15020; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #wkLrIkJ4OTkweK4OrspvEEsQ0bxaWElw {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #dGpt17mZTEZFx8hy7N9BV5S3EqmWxvS0 { display:none; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #KQuXxsdAiRJ2X9Q6lE7U2Tn0EbEnwIsI {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #GP1C2SJB7vQ0tDT7FHT38yyLfxVa6dC8 {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #PFUO752Ws4FxpXPFk7QRECpEw6WNOoOg { display:none; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #WLgeh6yTVpWtaNroaSpLMqzC3mgdhVZL {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #dAqtDGK2mWkir5ZoVqsTvI4gKEu5AHBZ {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #Xm0MEZS7c6NrxgRcJ0P6n1HvKGyrc38v { display:none; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #oHzCAEdinpu1xRiNT7RLyQ1iL0XN45WA {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #iK5y4bq3UdT02V54ldAUAoTomLek0KKV {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #L7LCyU2mJTisBq8IAXUo14aUTDDvAXhB {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #VwMIO84DAvrux4IdJee35SK2zRDXrSuC { display:none; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #OOh9rRGrHS2wZTHbkoKHdzDHxitXXmEg {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #CuecU1qcunPAU65gCOdeVompuh2k7uIG {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #hPRrzm9I2aOBT9A6ztLU73RUAiBxRdor {  }
#zS4F36AT3ckXRpfRWvuckpilte1tOVKf { display:block; }#zS4F36AT3ckXRpfRWvuckpilte1tOVKf > .row .container { width:20rem;height:76.25rem;position:relative;display:block; }#s4TKTrmpisgJZyI708Sit9euJImgGuri { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:2rem;display:none; }
#kcSFfivd2ZEkmN0pigoHA06y9TGooTKt { width:12.5rem;height:12.5rem;top:2.234375rem;left:7.5rem;display:block; }
#RKMpFw5f7CO6CCZQzMqh2EwyGQJX5zZK { width:20rem;height:3rem;top:8.0729169771075rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#k7FGdnuCNW2Uu0o6iW7UEtPxAOpfBMyW { width:20rem;height:1.94986875rem;top:5.7491321563721rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
#hglXdJMtduWm40t7T0HDCnm1fU8mHXpC { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;display:block; }
#oTTJNu8hGTl2W9QA460be7ZbqGdBTMa2 { top:12.735460162163rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15040;display:block; }
#MoIoCh3Kod826BvJDK1NQTzFs9hR3RID { top:45.833333969116rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15041;display:block; }
#JfgdAiTnK4JKAQFNB7FoXSJTFeE9MDX1 { display:block; }#JfgdAiTnK4JKAQFNB7FoXSJTFeE9MDX1 > .row .container { width:20rem;height:7.6866422558594rem;position:relative;display:block; }#sVNfokHvR20nLtRbuK7b1ZZxF6opxB4S { width:18.5625rem;height:1.50065rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#fR0zdaWZIPa77KQwbLib4A9BMkTsS1D2 { width:20rem;height:0.125rem;top:7.5625rem;left:0rem;display:block; }
#Etfke9024EfRONWCseezKwg4HUM54NTU { width:5.24956875rem;height:2.68555rem;top:1.6807727813721rem;left:7.374132454395rem;z-index:15013;display:block; }
#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa { position:relative;z-index:auto;background-color:#946d53;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row .container { border-width: 0; border-radius: 0; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row .container { width:20rem;height:5.7486979961395rem;position:relative;display:none; }#AVidrmHqkRBbWJOh7NmKHxTXF1kX8yWq { top:0.5rem;left:7.125rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #946d53, #ffffff);background-image: -moz-linear-gradient(106deg, #946d53, #ffffff);background-image: -ms-linear-gradient(106deg, #946d53, #ffffff);background-image: -o-linear-gradient(106deg, #946d53, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );";background-image: linear-gradient(106deg, #946d53, #ffffff);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:#ffffff;display:block; }
#eG5x0Mqt7P89w3sbiq13OJKMORuoOdlK { display:block; }
#qbSL0JeUzTIUgDQcSBitt4n5enIar5WL { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#ZsL669f9O18GoQVFTTVXphLLxEDTIsUb { top:0.5rem;left:0rem;width:6.375rem;height:2.1875rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #946d53, #ffffff);background-image: -moz-linear-gradient(106deg, #946d53, #ffffff);background-image: -ms-linear-gradient(106deg, #946d53, #ffffff);background-image: -o-linear-gradient(106deg, #946d53, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );";background-image: linear-gradient(106deg, #946d53, #ffffff);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;text-align:right;text-align-last:right;color:#ffffff;line-height:1.7;display:block; }
#qJmZh3sZS04egtPfiGw5eoS91BxfsVBw { display:block; }
#srRyQzrMreIcK3lq5vNhkdQLGUVtW63x { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#srRyQzrMreIcK3lq5vNhkdQLGUVtW63x > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#TONvRsh4ScwQrxzSh47GtTAyZS0iHmaZ { top:11.397705078125rem;left:0rem;width:19.0625rem;height:2.8125rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:#000000;display:none; }
#c93E13p6IRq1fATuHJlCbRQ5ydCAcEWA { display:block; }
#DGB7sRWCC3hwNlPn6kLIohmeQdJTBl7q { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;display:block; }
#gSIsieJLxT181RDa8mqeX4PpoHEXvBie { width:2.1875rem;height:3.375rem;top:2.31201171875rem;left:10.637451171875rem;display:block; }
#oLpNt2EBTJn9SVcyT6EnfzImv1mtxB78 { width:6.6235625rem;height:1.13769375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;display:block; }
#ifrpExzcwCTTI4mEP4s3fz5umqbBooHH { width:3.93676875rem;height:0.8129875rem;top:3.8125rem;left:1.9375rem;font-size:0.625rem;display:block; }
#ID4CKJcxKgGzmqrNaqezWL4z6oQGwTX0 { width:3.75rem;height:0.8129875rem;top:3.8125rem;left:0rem;font-size:0.625rem;display:block; }
#Wes994mnLDUmfBoEJp7TpZVDXyxxOTOo { width:5.1245125rem;height:0.8129875rem;top:3.8125rem;left:5.3125rem;font-size:0.625rem;display:block; }
#QNShlCtep6IpuFOTwXGsP5wIeQP8U6sP { width:2.749025rem;height:0.8129875rem;top:3.8125rem;left:4.4375rem;font-size:0.625rem;display:block; }
#anQMq5xW6ZeQCEpsCU5ip6LX8TpMtIyc { width:7.125rem;height:0.89323125rem;top:3.8125rem;left:12.625rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
#XsTPnM7EEI0umlNxGKIA9yNqE8DoFOk5 { width:10.49925rem;height:0;top:9.373779296875rem;left:8.641357421875rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:none; }
#wKy5bPFEy5mD2yHtnrXuaCFSL0dA43Pr { width:20rem;height:2.875rem;top:2.87451171875rem;left:0rem;display:block; }
#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou.adaptive-delivery-prevent-bg, #tAKCK53RgECD8CPGSqDEa3dqsHoKJNou.lazyload, #tAKCK53RgECD8CPGSqDEa3dqsHoKJNou.lazyloading { background-image: none; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container { border-width: 0; border-radius: 0; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; }#c7myGlmyPMdU53ye8iCrMLmshdsAsUTp { width:6.25rem;height:3.375rem;top:3.49951171875rem;left:1.3740234375rem;z-index:15022;display:block; }
#K6CDpPxk7WUlgps9sadPxrvKTaARghOm { width:5.875rem;height:3.125rem;top:4.06201171875rem;left:11.242214000749rem;z-index:15023;display:block; }
#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM { display:none; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .row .container { width:20rem;height:29.0625rem;position:relative;display:none; }#d2ySsxAMuhfOTM9iTZJ3H6qdiDvW3bAN { width:18.4375rem;height:1.462675rem;top:1.25rem;left:0.75rem;font-size:1.125rem;display:block; }
#wHnO5klvysVldSRlWg78Wc3PhxZTkviF { width:20rem;height:2.2734375rem;top:4.25rem;left:0rem;font-size:0.875rem;display:block; }
#HZp3q0tPRfTx9LzLt9FDOG1304KAVZvn { width:20rem;height:4.984375rem;top:7.1875rem;left:0rem;font-size:0.875rem;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; }
#Tu7hc5tlm3PuAhf7pSTpsdu7kwb9Gvrm { width:14.6875rem;height:0.3125rem;top:3.1875rem;left:5.3125rem;display:block; }
#iDmJT7f0yg1kUoAISneRocT9u5DQkyyr { width:16.8125rem;height:0.0625rem;top:3.3125rem;left:2.25rem;display:block; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-text {padding-top: 0; padding-bottom: 0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-select {padding-top: 0; padding-bottom: 0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.4375rem;background-color:#b28c72;background-image:none;line-height:1;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.5rem;height:2.75rem;font-family:cairo; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-container:first-of-type{padding-top:0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-container:last-of-type{padding-bottom:0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm  { width:17.5rem;height:auto;top:12.17529296875rem;left:0rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm {display:block;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm { width:17.5rem;height:auto;top:12.17529296875rem;left:0rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #mOhRaRGXrwipf4sRxbvh9tth0lAeI1Tz {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #WSpoNwJL8NVhKM2hnD7bTpOfrPCFwKLn {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #VbUNFP7mmMOPcDTMNJTNMh67GzIu53HG {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #rN4OLCoXtmQOmNp2qOvzdwr9k1nPaK9C {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #yBN1A1TnEh0mne9WczDcQv86D0HKXCER {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #rFpiJW080E0rUoR7iah4y80zcRKl93Fb {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #FlKxQlA6vT2gr3CCFOninkNfhBMwRgt7 {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #hPoCU1ckxllgPfdWaM8BLFPft1JNHGwu {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #UdoU201vR5GLXHgvNxCZo4mpHSyCnnxM {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #QHkv7KxAGO8rKvon44w9MVZxA3OVxa3V {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #MkKEv24RQv2aSqSJPvA7clMOc6zdFeC5 {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #nKOQ8pBOfSvgxFRM932u85Sp6bAGriTM {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #udxRhG1uHiSdbTieoIJKKiUoxUFyZ7mR {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #TMGhztxIqo4wO9vUgxvomDzQqe7kqH64 {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #E7kw8cTASzRTTyJqUpLW1FEXZ5HxaDoe {  }
#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf { display:none; }#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf > .row .container { width:20rem;height:23.75rem;position:relative;display:none; }#Ke25b7f4d3ab222931185629e927b108 { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
#W9bMm9AdexPTrikq3TAyoyOeGIbATulX { display:none; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX { border-width: 0; border-radius: 0; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .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; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container { width:20rem;height:67.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6cb04ccc-458f-44c1-a00d-79ce5b9e2f0e/mobileapp01.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container.adaptive-delivery-prevent-bg, #W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container.lazyload, #W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container.lazyloading { background-image: none; }#DKpsDiuyO0IxTfNBRdru0ymAv4p7FRqT { width:9.375rem;height:4.249825rem;top:51.999286651611rem;left:9.4930749535563rem;z-index:15177;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;display:block; }
#VHkM2h8WKlec3xhNbAG1QmNBvTHQkDLJ { display:block; }
#dPXEuaWu3ony58H9NqoKQ9nPcrC2tUal { width:4.2489375rem;height:2.6864375rem;top:48.624821662903rem;left:12.055220186711rem;z-index:15178;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;display:block; }
#fuZCOCxcRc4D5kOcnyIAafQmH89UVLJy { display:block; }
#tsuMim8OfA32Rl0PTpoTJO17aPnHrqyk { top:59.3125rem;left:10.4375rem;width:8.812125rem;height:3.99946875rem;z-index:15179;overflow:hidden;display:block; }
#t47VOtLRa5vpdeg96m2Tz6JDNiRcBJVy { display:flex;top:56.8125rem;left:13.25rem;width:2.5rem;height:2.5rem;z-index:15180; }
#t47VOtLRa5vpdeg96m2Tz6JDNiRcBJVy > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#AJ1E9q5Akn1V44feFIrVJ57itvU679Pb { top:60.75rem;left:10.5rem;width:8.5618125rem;height:1.38020625rem;z-index:15181;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-family:cairo;display:block; }
#V23b4oiwR9gJJMxbOWLz5M16GRkCTQIZ { width:9.375rem;height:4.249825rem;top:59.3125rem;left:9.8125rem;z-index:15178;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;display:block; }
#CFH4XovEm1KaA5nqfqCsWLVuooTHnagK { display:block; }
#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk { display:none; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container { width:20rem;height:71.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ddf072ca-c36d-4123-a1f2-7a29c54661b6/mobileapp02.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:none; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container.adaptive-delivery-prevent-bg, #pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container.lazyload, #pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container.lazyloading { background-image: none; }#bnc7sRPWX2x0kyA7Vi7mOMITXaWm8TyT { width:14.124375rem;height:1.499025rem;top:33.535158157349rem;left:2.9372830986977rem;text-align:center;text-align-last:center;display:block; }
#RI8oAOTWqITrGsTxhZguCsosdyUFnC5J { width:8.2486875rem;height:0;top:61.375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#dy4yh6TwxdsTObq961TNXPDAp0eHGtVv { width:8.247625rem;height:0.9746125rem;top:42.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#acynms9FEvAeSJxZutOt20p5nGWL1dEd { width:8.247625rem;height:0.9746125rem;top:42.0625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#iyBfh3X82QUUnZwuBvXGrEHPperQpkrt { width:6.12305rem;height:1.125rem;top:51.375rem;left:12.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#mXUht75milEJRxtnyLwCJRUl2prcr3lc { width:3.99858125rem;height:0.9746125rem;top:51.4375rem;left:11.0625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#voi0WiO5oTuwkGg8Xyiro0gQw6dk0CZO { width:7.8723125rem;height:1.125rem;top:53.390869140625rem;left:11.998046875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#xdH5MvDvwro8RHSLlfghW4ZHBcz5O7bZ { width:4.4992875rem;height:0.9746125rem;top:53.62451171875rem;left:11.37451171875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#aK5za36T1PgJeCT8vKx6u81pm5MptUE8 { width:3.18714375rem;height:0.9746125rem;top:63.9375rem;left:3rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#bhugtO5zVhd7pQJWKfldbkGJ7DXyISLp { width:4.8125rem;height:0.9746125rem;top:51.625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#ubQcSvkNOrlHKlHNDABgpxFmLO58gfyE { width:3.4375rem;height:1.125rem;top:53.1875rem;left:5.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#B7xQGMU6W88ygVtgoxT4D7o2T9Lpv4ha { width:5.3125rem;height:0.9746125rem;top:63.875rem;left:13rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#tA6dxEuAWiHfNCPoMI2ydhff8kpMKukc { width:14.0625rem;height:1.125rem;top:51.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#t8s6oL9oqIJT7FJPCQZEfbTOHqn7UX0n { width:5.81176875rem;height:0.9746125rem;top:51.5rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#u375GXIeXyt0nR6OmZq1XfVTTp8NvlDH { width:2.74858125rem;height:0;top:45.49893283844rem;left:5.1819954514504rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
#USxdGU7TX63XtpKLFZlaVF4faEoLoJ0w { width:5.74829375rem;height:0.9746125rem;top:63.875rem;left:10.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#Hxpz5BD8fXWhxqP86BH5CrF8KJq8RS4l { width:7.875rem;height:1rem;top:62.8125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#q0qcdn2gDgVTxTuSLRwHc3Dierta3N6a { width:5.1242875rem;height:0.9746125rem;top:64.0625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#xt1n5V4Vv5M5h5RaVmVU55hcSJ4MIOyr { width:2.249025rem;height:0;top:83.677734375rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#Enx2UkP9BW5eXRlu5qnJzlARZc2DhVLv { width:3.2495125rem;height:0.9746125rem;top:53.25rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#TLy8EKIyOvbUgObr51zlGzAaiPbhzBhT { width:2.68676875rem;height:0.9746125rem;top:53.0625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#LBWzal8plCkEgz8OCkFgepgQtQatQEsw { width:6.1239375rem;height:0.84375rem;top:40.4375rem;left:11.3125rem;text-align:center;text-align-last:center;font-size:0.5625rem;z-index:15033;display:block; }
#GsrTySUy5SUZcnuEvbyhBoFLipHihPyX { width:12.7495625rem;height:2.68663125rem;top:55.874568939209rem;left:3.6241322159767rem;z-index:15179;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;display:block; }
#fSH8gT19UDTFvEs91zmbTzUKOEhfDhiP { display:block; }
#txvDFged0Z4K1i36m8QcuPNQqMK4l2lT { width:3.8125rem;height:0.9746125rem;top:42.0625rem;left:11.875rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15074;display:block; }
#eewiHJDCZDbo87BzbQXVsedXDNZurdza { width:8.25rem;height:0.9746125rem;top:42.0625rem;left:11.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#NmIxTQRBUCGhRTAbuEfa0h9VcHIZkImH { width:11.875rem;height:1rem;top:54.686279296875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#uWdRsz1IiGblPJo6FXbV7g3z3zp5PKqI { width:11.875rem;height:1rem;top:43.1396484375rem;left:8.125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#CNlvC5lmr7BJ6IXSLAqLoHHJGpKXhTZS { width:9.0625rem;height:1rem;top:64.90966796875rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#TUkE9dGbptngNpzMsV286VTpayq0i6uv { width:11.875rem;height:1rem;top:43.436279296875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#xeywUHTNKWuHdueSBzs5rM5q6T9XXfMl { width:9.25rem;height:1rem;top:54.45166015625rem;left:9.6875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms { display:none; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms { border-width: 0; border-radius: 0; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .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; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container { width:20rem;height:69.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d67da7af-6775-456d-9d22-9a6be7f0b2ef/Artboard12300x100.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container.adaptive-delivery-prevent-bg, #F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container.lazyload, #F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container.lazyloading { background-image: none; }#fcEnqDo7wEzapEtUykAhFGWZXw7eEeT2 { width:4.74935rem;height:2.12456875rem;top:69.375rem;left:7.5rem;z-index:15177;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;display:none; }
#r7nBRBPt432K6kfN1Mr5h69ZpIqgOH10 { display:block; }
#OefeXTRiJTsiQv0kLkF1WHmXVBd1CQig { width:4.24805rem;height:2.68555rem;top:69.0625rem;left:0.6875rem;z-index:15178;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;display:none; }
#qadm8rm6ncWBsiKiKvslNFmf9BlNvDhv { display:block; }
#HP0MNq6tw099HWPXtGTOnXe6igrZRBwt { width:5.625rem;height:2.43706875rem;top:69.218752861025rem;left:7.1875005364419rem;z-index:15178;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;display:none; }
#Vc1EH2sMKzAS2FtGBN8GOoBMdSFTTXMo { display:block; }
#vdgCKOT1f9NdGcb6vJok1i96w31ArmME { top:11.489583969116rem;left:3.7500002980233rem;width:11.75rem;height:1.13769375rem;z-index:15180;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
#LKChC0HNreXNzQMq7fD3i3OAgSm5ArrB { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#LKChC0HNreXNzQMq7fD3i3OAgSm5ArrB > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#sguNt9JnFA2LchDT6mE8rlMUC2H85lmT { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#sguNt9JnFA2LchDT6mE8rlMUC2H85lmT > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#Khb63mcyF6Z3T3Q8oUXnPUDuARzVihLI { width:5.625rem;height:2.43706875rem;top:69.218752026556rem;left:14.373915731907rem;z-index:15180;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;display:none; }
#TupVo5lZfHeWV9VezUiOLWTOvwTF7ubv { display:block; }
#FIRE36ZsNFSATrkd56r1tQJrSb3q4cfw { display:flex;top:48.947485923767rem;left:3.1911893486977rem;width:1.81206875rem;height:1.81206875rem;z-index:15193; }
#FIRE36ZsNFSATrkd56r1tQJrSb3q4cfw > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; }#Q4isdHs3NVo4AUCNEtA8CDhJcM7ASTzQ { top:0rem;left:6.2803822159769rem;width:7.4370625rem;height:6.749125rem;z-index:15184;overflow:hidden;display:block; }
#xTTqCqZBrbZ8eTIpUtaNdNNq75nBGmRD { top:37.360029697418rem;left:0rem;width:20rem;height:7.125rem;z-index:15185;overflow:hidden;display:block; }
#liEF96Iu4UXE7bLANOTgDltIqqHxwgE3 { top:38.971357822418rem;left:0rem;width:20rem;height:3.896475rem;z-index:15186;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#K8C9P1P19K4oJiMD2gOZoOMseiGKphOr { top:46.040583610534rem;left:10.203558981419rem;width:9.5rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:#000000;display:block; }
#Sd9i6Hixv9HkVPZ5bU70l5TC8U0O7lxr { display:block; }
#WLU40HxrpRR1GEIWCGWTPQsRT6lbTEBV { top:46.040583610534rem;left:0.375rem;width:9.4998125rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#tI67PTtnQxJBnh58IyyZzy4GcmmcF7LB { display:block; }
#XoOcbrpJhTB2Q0gXxQqD7tLr1JJRihJ3 { top:48.791234016419rem;left:0.32769113779068rem;width:19.4375rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;color:#000000;display:block; }
#OEA966V4Bv1A7aekukdNXid9Wtd6ouTI { display:block; }
#EBaK5WN9C0z5T0hTpMwhrBl2TmAU0ywV { display:flex;top:46.321616172791rem;left:10.202908575535rem;width:1.62435rem;height:1.62435rem;z-index:15190; }
#ddn3dzidTpBGNLvcJsDPeiqmCNTmoPlL { display:flex;top:46.321616172791rem;left:1.4648438096046rem;width:1.62435rem;height:1.62435rem;z-index:15191; }
#Ul5QswMSevmpQPCZOh6fbua7T82X0LoE { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#b01zZGoqBNZPOF6PJn2qva2mcJLSRSdH { display:flex;top:52.5625rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#wyEGSnTBXL7Vm770LE5mWtt3amlsvqU4 { top:55.5625rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15187;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#FyzWJ3igRhRkzMUkOUkrMuT05mPKXc33 { top:60.1875rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15189;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#HaPS53gpEMCveJISKcAFAT7yiGMfR4qG { display:flex;top:57.3125rem;left:8.5rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#kqpwPMffH8NvNSlMN0326fw17bWITmpE { top:64.8125rem;left:3.625rem;width:12.874375rem;height:2.2753875rem;z-index:15191;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#b9uLZsZhxpwQ9Hy9kcKRcTBLz8mt32Z5 { display:flex;top:61.875rem;left:8.5625rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#m8plUa7tnAlAZLRO78KqtFKekFB8pCBK { width:17.3123125rem;height:9.6875rem;top:35.546881794929rem;left:1.3433161377907rem;z-index:15198;display:block; }
#eiuKkAKZmOGTIvzKGWodO50rzTIleFKV { width:17.25rem;height:9.6875rem;top:55.498058319092rem;left:1.3747830986977rem;z-index:15199;display:block; }
