.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:195,163,101;--color-primary-1:178,140,114;--color-primary-2:238,158,36;--color-primary-3:148,109,83;--color-primary-4:127,96,72;--color-secondary-0:171,220,230;--color-secondary-1:161,242,243;--color-secondary-2:150,162,179;--color-secondary-3:98,116,141;--color-secondary-4:64,84,102;--color-tertiary-0:255,255,255;--color-tertiary-1:250,250,250;--color-tertiary-2:30,30,30;--color-tertiary-3:5,5,5;--color-tertiary-4:0,0,0;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@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); }#iXiImtMue7KS78gri1pQFO7ETEdnuTSU { position:relative;z-index:auto;display:none; }#iXiImtMue7KS78gri1pQFO7ETEdnuTSU { border-width: 0; border-radius: 0; }#iXiImtMue7KS78gri1pQFO7ETEdnuTSU > .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; }#iXiImtMue7KS78gri1pQFO7ETEdnuTSU > .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:none; }#lHRMxOiWH4rrkRScq1wBC18ASnlRJ341 { 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; }
#lxJMCwC2ZArVJLaEZxyJqON7Qc30iHAy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q92qzrIraa5LUueL6eOsw8DHCi9RdIXP { 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; }
#Cw5LFWVWZtrgQkxSTcUHP5owRuosMgeD { 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; }
#LkMyNX8LaT6DBwspHaT9UBS9t6CKSB1J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NlzWDlPiUU3RTQR4HhyNkFKhDCPAwTcV { 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; }
#NlzWDlPiUU3RTQR4HhyNkFKhDCPAwTcV > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#VOMbt1mD2fL7OliFPN2BFA2Nxg9e8TzX { 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; }
#pHX3sTVBdLQ8IKF7tvCheGhDyIi6tWAT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OPG8kuGrTzVzQgwXC9WKtetwzavbMiWC { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;height:4.74935rem;width:8.9995625rem;top:0.18663194775581rem;left:50.376518249512rem;overflow:hidden;display:block; }
#pecrMAAMiNKOMTeKvgaR3ffaJXzmFyKP { 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; }
#xsL67fU309T13fs3XcW7nKzNWpJ1pT1l { 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; }
#z1KA0lUCbI5shQG9JhQ5vcTqH4hDiMdd { 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; }
#U5izxOAPqUNe2HhXxZJlPph5fKcq2IMr { 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; }
#dfuusgcNQ1JTkgtyrkqBXgSovM5eeyX7 { 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:none; }
#OyBpNl4imwmyNvzyVKNOiTywqAyMi6ih { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F2uZDTdonvKrLKahddTIfJWUxqkaMBAc { 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:none; }
#KI7KJSTGdOWl8gZBZCDOIATRgwVMRIGF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eQW70MVIQmV9GaX9Jyhp5LtHX3FHEgcL { 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:none; }
#sWZJggJhM7ioe96ZG8fLeqQT1i2FIETu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hKIQPRUfZULsTgo2J8GDkZGPRJ3sliEm { 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:none; }
#gS8wubSXtQk9XBa57bvRfs8t3FIOkg5d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TO0puRvLpMWecc6OIL3fxzaTV1PtxEVJ { position:relative;z-index:auto;display:none; }#TO0puRvLpMWecc6OIL3fxzaTV1PtxEVJ { border-width: 0; border-radius: 0; }#TO0puRvLpMWecc6OIL3fxzaTV1PtxEVJ > .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; }#TO0puRvLpMWecc6OIL3fxzaTV1PtxEVJ > .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:34.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#TO0puRvLpMWecc6OIL3fxzaTV1PtxEVJ > .row .container.adaptive-delivery-prevent-bg, #TO0puRvLpMWecc6OIL3fxzaTV1PtxEVJ > .row .container.lazyload, #TO0puRvLpMWecc6OIL3fxzaTV1PtxEVJ > .row .container.lazyloading { background-image: none; }#SsT4CMfxTQ6n4xfQEKBdlQVw7mi7r34p { position:absolute;display:block;z-index:15023;height:8.562rem;width:15.4365rem;top:22.6552734375rem;left:1.91748046875rem;display:block; }
#U4ead7GJcR7gvGxeMsO6TR8LrAZZuFPc { position:absolute;display:block;z-index:15022;height:8.4375rem;width:15.249rem;top:13.154296875rem;left:2.01416015625rem;display:block; }
#spaNSlEUWxzyDHPDcBtH3UV6EpQ897sa { position:relative;z-index:auto;display:none; }#spaNSlEUWxzyDHPDcBtH3UV6EpQ897sa { border-width: 0; border-radius: 0; }#spaNSlEUWxzyDHPDcBtH3UV6EpQ897sa > .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; }#spaNSlEUWxzyDHPDcBtH3UV6EpQ897sa > .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:34.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#spaNSlEUWxzyDHPDcBtH3UV6EpQ897sa > .row .container.adaptive-delivery-prevent-bg, #spaNSlEUWxzyDHPDcBtH3UV6EpQ897sa > .row .container.lazyload, #spaNSlEUWxzyDHPDcBtH3UV6EpQ897sa > .row .container.lazyloading { background-image: none; }#q558FeomOTcLhPp8zZWgiiRKPd0Z8iXq { position:relative;display:none; }#q558FeomOTcLhPp8zZWgiiRKPd0Z8iXq { border-width: 0; border-radius: 0; }#q558FeomOTcLhPp8zZWgiiRKPd0Z8iXq > .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; }#q558FeomOTcLhPp8zZWgiiRKPd0Z8iXq > .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; }#Nu6h6PuM55gcoAle4VNeEbeM6tEiImCV { 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; }
#ViaC3Z74Ndh5ESf8JNH0lt7wTS8F7D7x { 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; }
#rd8kZMt1Z5ZHNJsu1xxNEzq4BDCEkm5Z { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:15.9375rem;display:none; }
#xu1OTy7pDNm3EEXaUqUPFKdCfSi0m0Iv { color:#000000;display:block;width:7.625rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:1.4375rem;left:11.6875rem;display:none; }
#Hu4OFNXadJwKOdtcGZOWH9IbS8oQ3HLn { position:relative;display:none; }#Hu4OFNXadJwKOdtcGZOWH9IbS8oQ3HLn { border-width: 0; border-radius: 0; }#Hu4OFNXadJwKOdtcGZOWH9IbS8oQ3HLn > .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; }#Hu4OFNXadJwKOdtcGZOWH9IbS8oQ3HLn > .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:26rem;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; }#QWZSl4s05aiRscvg9gSPBpdMJDaIT9fh { 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.4375rem;left:41.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vTkOMgtguZKU3wbUHXxfHJhyv5TFG2xk { 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:12rem;left:35.625rem;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:none; }
#ufJppQMpvnzzdNPHrcScEG7LOVrrJMA5 { box-sizing:content-box;height:0.124783125rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),0.83);background-image:none;top:7.75rem;left:42.1875rem;display:block; }
#mDyzhv48tCsT6R6Qg6NSxryRNrLTC6xA { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));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; }
#CwoukeRklrEwHv2zhIAvpisTuCh3h2rS { 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:34.875rem;width:29.5625rem;display:none; }
#QbyvwmmVAT7tfKMRJ9DBONpgTivyEIEt { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#XHd6ZGK7BsMuiWtqGfGvy7IlWV8BAWRS { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#DJroTkTdKpVt3g0iVT1HTOVJw7nIQwc1 { 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:8.6875rem;left:39.75rem;height:2.59895625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rO26TmRCg1DHE8koPi1rtXPhzRlFBLBU { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#XQapHxDH4sQnfyToT3F0CdrKPQdXHmBt { z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.25rem 1.25rem rgba(107,202,194,0.55) ;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:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#QE7BwPkA9ZJwtLABnVchpF38wgk55Tdo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-form-header {  }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .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; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .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; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-input-text {padding-top: 0; padding-bottom: 0;}#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .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; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .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; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-input-select {padding-top: 0; padding-bottom: 0;}#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .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; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .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; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC [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; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC [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; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC [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; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC [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; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .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; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .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; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .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; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-container:first-of-type{padding-top:0;}#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-container:last-of-type{padding-bottom:0;}#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC  { 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:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.388671875rem;left:10.923828125rem; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .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; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC {display:block;}#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC { 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:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.388671875rem;left:10.923828125rem;display:none; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #Vz7odtz6lOh34xgAMIROvPzyopHDiTRA { position:relative; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #hnXsDLplp9hWyJR6NFKJeVvccAzqenlk { position:relative;display:none; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #mLvkcEUMzUf052wOJ3DWVPJGMvykWhdQ { position:relative; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #lVWslqGat6yAXTuI2rp8Gd90KoruaK7q { position:relative; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #yOLLIWayoLU5kW2nlMbO5Zn2lLot06b7 { position:relative;display:none; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #rMhiP0qG9xu0vX9xgRIdDtNo5nwD9DPK { position:relative; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #le6uVvgaissFKLhOkoFBx5TQXoBNwWWm { position:relative; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #bnvyatBHupIJRT8Bpkgw7teFsMlC05wW { position:relative;display:none; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #nOi0nAbbf03dUPIwdTqC8IOnCSkDC9vH { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #p26qcOwOMGTZx843stnZHz7J7yeRchTa { position:relative; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #FS0T4PKHTfRcyGywBTiXpsTU2nJrXBbC { position:relative; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #AJ8ck3wQUg5mls85OQQgLfvRgm8R6F5R { position:relative; }
#z9VKOxsCC1Kb8CtHDdr240E5h54fv5gp { position:relative;display:none; }#z9VKOxsCC1Kb8CtHDdr240E5h54fv5gp { border-width: 0; border-radius: 0; }#z9VKOxsCC1Kb8CtHDdr240E5h54fv5gp > .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; }#z9VKOxsCC1Kb8CtHDdr240E5h54fv5gp > .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; }#NaM685dZ2cLoR3g79Was4Ih0NWIMzmNx { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#xcqm7z0hEw3LElcblqgWfo9r1oBK4Ep4 { position:relative;display:none; }#xcqm7z0hEw3LElcblqgWfo9r1oBK4Ep4 { border-width: 0; border-radius: 0; }#xcqm7z0hEw3LElcblqgWfo9r1oBK4Ep4 > .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; }#xcqm7z0hEw3LElcblqgWfo9r1oBK4Ep4 > .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; }#T98ZFangdu3ih9MDL5rcxVwTQt1wN0aR { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#X9iTWZwFreLCgu7aRWqfkdEEv8LXqREw { background-color:rgba(var(--color-primary-3),1);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; }#X9iTWZwFreLCgu7aRWqfkdEEv8LXqREw > .row .container { border-width: 0; border-radius: 0; }#X9iTWZwFreLCgu7aRWqfkdEEv8LXqREw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#X9iTWZwFreLCgu7aRWqfkdEEv8LXqREw > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#xTCnfTV0eS9NnAKQkR66iaVoJ6OzlsyX { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);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; }
#mTQltZuPqEZXQnQIc2uyerdE06u3d5bz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hCl41CxMcAUHBrnKR6UyUXPyhZv8oK3r { 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; }
#Jheg047FPncwdo2XbhFAraFNuwRfArDX { 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; }
#cQf6lbbhlOisUmRI1cX8ollMJUchLpOH { 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; }
#trWQQJSRqBa968ocQnLO5Tsnak9zUbhg { 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; }
#LLwaxe6Lz0bQx69GyRCzTc6uUyR1hMHm { 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; }
#Dpuh8bhqCmqslpnQImrTg87EUmuUpQ1s { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);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; }
#K1DpxVp33bLIlDlkyzgMF2W0nn2HmB5Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t62M798gtfBaXyJPXs8heAX3rhvZhaOf { z-index:15003;background-color:#01d8a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.3125rem 2.1875rem rgba(160,144,98,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;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; }
#Rl9TOgWnrm8HVzEm5hG7p6868RTXVlZ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qeKNSOPdoNPoVaKbt79wk4fPUVPHJxaI { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.25rem 1.25rem rgba(160,144,98,0.6) ;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:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#pDATMKQf30AP2azbzhcSmFc6anQpVlBM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .row .container { border-width: 0; border-radius: 0; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:none; }#U1FDCWsxAmwLhPE1kMV4QMckXUPccaPU { color:#000000;display:block;width:15.4980625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.6875rem;left:5.8740234375rem;height:2.0317375rem;font-style:normal;display:none; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;text-align:right;text-align-last:right;font-family:cairo; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;text-align:right;text-align-last:right;font-family:amiri;font-weight:700;font-style:normal; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#DtaRiRnoayo8P33b8qah1JQVmlBvv88p .accordion-trigger.adaptive-delivery-prevent-bg, #DtaRiRnoayo8P33b8qah1JQVmlBvv88p .accordion-trigger.lazyload, #DtaRiRnoayo8P33b8qah1JQVmlBvv88p .accordion-trigger.lazyloading { background-image: none; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p { box-sizing:content-box;height:auto;width:49.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.4541015625rem;left:7.77685546875rem;display:none; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #iJxremdIUTrQWkeV7fHqTZOXBHuRpi5u { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #ewNo8FhsqCyqk0nTfrlyizXqKnTXExEX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #w3VaLxeTBWHDxAKa6ee53rAaHq5lmXDT { display:block;position:relative; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #tXexGqUsnk386HBvSZXwt7eWh2FcPAhT {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #gsOdPb6Q7l7qK2yyFndoh5XBAv5KEuRt {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #u5leUIXnaubh6ZvSqLI20b8OoRNNamce { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #nz8FCPsEpALDnSVHn3rlWIk1LsoRstTo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #TlGQioKFSQTSmVbS7cWtbEhOwgOXIOvx { display:block;position:relative; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #hvLxQl7Lw8sUot7WEipF4uWiMEFJgvfl {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #QyaaAOydcCelrt28TFKQVXU40W2P1geh { display:none; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #H4fBorQUtL1tybJPI75VdTdNGkv0yer0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #X1BT4Nev2kHE4XwZaXRsvNbDxmmNaaIE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #IM2gg1sueK5tzkKfJLpIwgXXzIDEL3Jk { display:block;position:relative; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #kt0BTt2rdaJxfe1ePxD46J4cnNiz6T1L {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #zktQKxUFwvNl1fFQQTAkmMO7exnLgP29 { display:none; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #l0fLQAh3BUKaBEChnC4NMPtRA0tSm6wq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #OFJa3rLTd3EOL6kwpZmyo1RGAJxawdrB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #PbZt76gtTtiwhMP17SahxgU5bNcJ4tbe { display:block;position:relative; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #pzq6kCBzERZX3tV10pxg7zTiZkObPXZM {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #VBB4BLsspCItU68WDztiSZv2E2129ETX { display:none; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #IXCJLFJmCCTLgBC7UqFBqUA9RJc4C422 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #dC5eANgJRTRFrgyOTLCQscRoghl3XsPi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #UsuxZg3TxmQ2mq5KhuKcIR99NkCze0kL { display:block;position:relative; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #zt7RFL6nEw3IFeVh2mw6tcdIXDbCCs48 {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #Mr7n6DiaMrAvyqMDLuvio0KNmZUTKmBB { display:none; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #ZhC9xCEBXXrHugX14STbuEsp8Z1IHemZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #IrFSC6x2JtrNCpLmCuptuTH5LKV9vVzM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #diyxcTAiCPV6224Mq39gKmHTOw4eQ6NC { display:block;position:relative; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #wHtTkxz7pSIWU3uWye1opR6dGVKiAK4I {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #LvoVlDwPVRmUpON4HGtm31OZf87v0tuS { display:none; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #Zc0V4n97zyoQwkwNI7IbOIobML5GVxBg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #UtQtKV8TJI5SCBOQWAbF1Tv3SbeOsuRf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #pufphArmpJS2sWTXkRt2A3ukU6yVS3Gw { display:block;position:relative; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #gvqTXm2u8BtAWNThaeSheE8IuNexWUgZ {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #S9GdvZExMLzrgmPvN7pxy3VMcyqUb0Tz { display:none; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #yeWDiKnEQOO2OSRewD7k7pBKTwU8DXTn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #cp3zNcIfm65xOQyqMExqh8s8agdHMnuw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #J3cVma9zLKgNdp9hGzCc4vvo5Vyo75Pa { display:block;position:relative; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #zfBSTXos4kg8v4blINonHeftfnpCq93O {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #pyDMTnE2okxOS8ompqBtiwfiwkTmQ0x5 { display:none; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #T3KMPgmyt5VDVLxUNT2A8WVAn5AXdqhx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #OqrJIgX73dHS8gmNHNe95l5Ff2xN0avR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #OUeawakMEhylBlx0pa2KU4oDX8EBSCTM { display:block;position:relative; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #n9nRnLPFU2iZFT5uXoUz8g80mKPBDxcN {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #cUEMC998VZMdCAgrmDB44McfWDWvvH7d { display:none; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #TN4DGLBTT07u11tbpq0yPkePyIKKp5XB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #Sa1FJIzPd0q9TiZNuuQCcriPCN2kxplN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #PAk4DewO9mF94gWfVxFOTl9UagZvy99n { display:block;position:relative; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #DzwD151OHaLQaKDyUOTvyAVbk8zGqdIT {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #Xvq0hSKJ29ks4DDiZWDMRNWiZiTXZAo3 { display:none; }
#imq0qx2A3DeuxPaiiGCx0GA6qrlpQHtR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/j6BxoPXu/zirconia_crown_mdental.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#imq0qx2A3DeuxPaiiGCx0GA6qrlpQHtR.adaptive-delivery-prevent-bg, #imq0qx2A3DeuxPaiiGCx0GA6qrlpQHtR.lazyload, #imq0qx2A3DeuxPaiiGCx0GA6qrlpQHtR.lazyloading { background-image: none; }#imq0qx2A3DeuxPaiiGCx0GA6qrlpQHtR > .row .container { border-width: 0; border-radius: 0; }#imq0qx2A3DeuxPaiiGCx0GA6qrlpQHtR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#imq0qx2A3DeuxPaiiGCx0GA6qrlpQHtR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#imq0qx2A3DeuxPaiiGCx0GA6qrlpQHtR > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:none; }#ZsNqtDuyaQr5WyNpmCqq1QT7NDV4zAzV { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:17.3125rem;left:25.25rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#L6URGKMWLheuZMIqtq8gSimVBdUNAvA6 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:16.8125rem;left:4.125rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ev56KraaNufDGbgwz3UWWtlF6AmNSVEQ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:31.1875rem;left:25.0625rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wHAvTSrBuWVd401Wg1Sn8k7LUwvtl5aB { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:30.6875rem;left:3.9375rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lG7xiXvdHH0aB5idTbwlzzpUImpL6gd6 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:45.4375rem;left:25.0625rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nJV8N1bGyF4tCTTISApNyJ6e5FZKDoCg { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:45.25rem;left:3.9375rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ce1FG0F0EmT6gVtqT1v7veTN6eLwETE0 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:60.625rem;left:14.5rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CHaCJWsv3gfhRxqXGSEoAmhtRonISJPv { color:#f3432a;display:block;width:17.5596875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.0625rem;left:21.125rem;height:3.98144375rem;text-align:center;text-align-last:center;display:block; }
#i7uRNnF0FtIUcvzGCI4mctSFZVwo4rlE { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15069;top:18.4375rem;left:22.75rem;display:block; }
#nq3GFW1czhmx5dEI0bmypZHnwCKT2RGv { color:rgba(var(--color-primary-4),1);display:block;width:12.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:18.5rem;left:10.0625rem;height:1.54394375rem;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; }
#dL232ZnSfPw1voyzQM1wTUTTTWyJNmgN { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:20.875rem;left:22.8125rem;display:block; }
#M5OAoUbn8oIym42fdoAfknn3vaz3T6K7 { color:rgba(var(--color-primary-4),1);display:block;width:12.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:20.985242843628rem;left:9.7545566558837rem;height:1.54394375rem;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; }
#iJ39o0x2xEGcpy1c6Vfo3VgtTHATQn2e { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:23.1875rem;left:22.875rem;display:block; }
#AmqhFFf38EWGcNHiGSd2B9Iygnai1LDK { color:rgba(var(--color-primary-4),1);display:block;width:12.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:23.297527313233rem;left:9.7545566558837rem;height:1.54394375rem;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; }
#DVc1wCqelMSqZcs47GJTPynNS6A6cGNI { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:15.5rem;left:47.75rem;display:block; }
#SOKc8GB6CaT1zQvbRKHTMoqpTzaUOovB { color:rgba(var(--color-primary-4),1);display:block;width:30.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:15.5625rem;left:16.3125rem;height:1.54394375rem;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; }
#ten7M657pQGndBeXrMV1W9HgXrdhBT23 { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74805rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15071;top:18.125rem;left:47.75rem;display:block; }
#kiimph51WUeVSDyyFnMJUiOmfxnfnWi7 { color:rgba(var(--color-primary-4),1);display:block;width:21.436625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:18.1875rem;left:25.75rem;height:1.54394375rem;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; }
#JbQo2HcGyNhHaXKpT8IdVO2v8NE2RcX3 { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74805rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15071;top:20.75rem;left:47.75rem;display:block; }
#GShL1wEKtldFoOkehAMtu9Sqx6GTGOJW { color:rgba(var(--color-primary-4),1);display:block;width:21.436625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:20.9375rem;left:25.75rem;height:1.54394375rem;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; }
#LtWsMvOuXIdqDg7tVo4Oum4HN5aSadVJ { color:rgba(var(--color-primary-4),1);display:block;width:12.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:23.297527313233rem;left:9.7545566558837rem;height:1.54394375rem;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:none; }
#fIwzbhykEixqxfTQITSDFLIt8wNJ0Qcx { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:23.1875rem;left:22.875rem;display:none; }
#WSTt5JIURNrzkQ45W5eq9zmxUaXD1gMS { 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:15143;opacity:1;top:11.25rem;left:20.3125rem;display:none; }
#WSTt5JIURNrzkQ45W5eq9zmxUaXD1gMS > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#H4d7g4VGV1GBAfKAIsTvxFylzR2MDbXC { z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #012f94, #003bc8);background-image: -moz-linear-gradient(181deg, #012f94, #003bc8);background-image: -ms-linear-gradient(181deg, #012f94, #003bc8);background-image: -o-linear-gradient(181deg, #012f94, #003bc8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#012f94', endColorstr='#003bc8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#012f94', endColorstr='#003bc8' );";background-image: linear-gradient(181deg, #012f94, #003bc8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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.875rem;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; }
#DWTqszmTKCiKda4y4EccRgbO9ngUMfKB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aSQ5vZGSNrO9p0JN1GnueqVxdpManxht { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:11.3125rem;left:3.5625rem;display:none; }
#aSQ5vZGSNrO9p0JN1GnueqVxdpManxht > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#VM7SaB3U0G6f3aP00gTEyalC72ch5GTM { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:7.625rem;left:46.5625rem;display:none; }
#txQIOFfMyvm54B9LtUWpTzdMBekD2OtP { 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; }#txQIOFfMyvm54B9LtUWpTzdMBekD2OtP > .row .container { border-width: 0; border-radius: 0; }#txQIOFfMyvm54B9LtUWpTzdMBekD2OtP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#txQIOFfMyvm54B9LtUWpTzdMBekD2OtP > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#LN5CTzn1DX6hzKTMIrfQRgIiEzyTtEiK { 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; }
#XUHVXxDn7nMVWMhbvunZ4RDpGJvhQURL { 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; }
#PLTB02ul2wZBmp0ea5HBPQ2oXSwiZJue { background-color:rgba(var(--color-primary-3),1);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; }
#bTN4eKI3TBO5TxKb5Pg3eLoxS18rISlf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fytU8fZC4Ay4l6y2N3iUG9PWxHA1w8d4 { 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; }
#T14XUPak3NMUgFvLmpTxZ6w9D6d5BHEo { 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; }
#BNAAWKv5O7ddZfzLkN5DpG576HTlkGeI { 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; }
#xGEy0KU5JybitvUBa3rFOORFuHVogP3i { 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; }
#H1GzyRBILq0sDqwT2k7qVAg10qCaTMXb { position:relative;display:none; }#H1GzyRBILq0sDqwT2k7qVAg10qCaTMXb { border-width: 0; border-radius: 0; }#H1GzyRBILq0sDqwT2k7qVAg10qCaTMXb > .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; }#H1GzyRBILq0sDqwT2k7qVAg10qCaTMXb > .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; }#Mha69zZDmQMzp0h0G1ZPKlGdDoxgV3gd { 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:none; }
#rtI2xwIagpv9U2E09ufpMJT6GVZd6kNn { 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; }
#TSy07OW0hGNXqgShSD7K2wou9UrD4zvf { 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; }
#MXgsTNfWsGdLlWwJCn1yzkvr9Pn61lAD { 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:none; }
#fHDQkXwGkxVFym4VW4GunBKNTQSGNgmi { 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; }
#zN4E3hzrQzEaMlI1Zr5XJa1soRtmxlXs { 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; }
#QABiV6hb7ZyHKFgrOy0oDQOLMQhW0S8N { 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; }
#veTNp91OzyPxuD1Q87IGSMJUm52q3S7G { 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; }
#i42CXxVKzSHCvShm3bEgS3wAW70O8RHK { 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; }
#QfeBaOuXHlUFlXxzIBGXefZbF1Cl1FCG { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:7.625rem;left:46.5625rem;display:none; }
#D4PNW1FM7BFB3tTtzT44XxofUdzqy9Iv { 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; }#D4PNW1FM7BFB3tTtzT44XxofUdzqy9Iv > .row .container { border-width: 0; border-radius: 0; }#D4PNW1FM7BFB3tTtzT44XxofUdzqy9Iv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#D4PNW1FM7BFB3tTtzT44XxofUdzqy9Iv > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#xrnt1XwoTJIaweHh3nte6BsKgmr8oad5 { 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; }
#wJ4bzdwGhdsmss1XlRFE544ZSVvOSB5s { 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; }
#fhVNNNVo9XAhWumhScONqWkV18N6OgLu { 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; }
#KnEkV4BFaVn9TZ9Rrgp2XWkZrfZthoGu { 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; }
#mpuR7srFUxbESmLcteFoI7tcWbe5sic4 { 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; }
#tJ9MZMDAvGMBZ1agzkZNVNClRWMSxNy1 { 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; }
#Aknt4OwkNPebbG0AuTl1PdRXS2TkxMHg { 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:none; }
#wMKXOTI9tFhE6kGcNuarf2FIZZRAIbr8 { 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; }
#eHVcWZw2muhP7pfypabsqOdHxRLkIaMA { 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:none; }
#UvemyxpE0rdP0t5diR5SHpe8MPIxMMAg { 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:none; }
#TVMcH7FZ0qua3SXCOpLQ4yMdQUDgBuTp { background-color:rgba(var(--color-tertiary-4),1);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; }#TVMcH7FZ0qua3SXCOpLQ4yMdQUDgBuTp > .row .container { border-width: 0; border-radius: 0; }#TVMcH7FZ0qua3SXCOpLQ4yMdQUDgBuTp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TVMcH7FZ0qua3SXCOpLQ4yMdQUDgBuTp > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#c3EfF6lFpRupDTpTbdh3LiEGyvh4fo6m { 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; }
#aba0yEX4r4x9bKV4rfb0lD7nvXzqPBE0 { 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; }
#GOc5A0liu03qB6TDrwsgIZmVXZK0dNiv { 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; }
body { position:relative;display:block; }
#iXiImtMue7KS78gri1pQFO7ETEdnuTSU { display:none; }#iXiImtMue7KS78gri1pQFO7ETEdnuTSU > .row .container { width:47.75rem;position:relative;display:none; }#lHRMxOiWH4rrkRScq1wBC18ASnlRJ341 { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#lxJMCwC2ZArVJLaEZxyJqON7Qc30iHAy { display:block; }
#q92qzrIraa5LUueL6eOsw8DHCi9RdIXP { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#Cw5LFWVWZtrgQkxSTcUHP5owRuosMgeD { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#LkMyNX8LaT6DBwspHaT9UBS9t6CKSB1J { display:block; }
#NlzWDlPiUU3RTQR4HhyNkFKhDCPAwTcV { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#NlzWDlPiUU3RTQR4HhyNkFKhDCPAwTcV > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#VOMbt1mD2fL7OliFPN2BFA2Nxg9e8TzX { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#pHX3sTVBdLQ8IKF7tvCheGhDyIi6tWAT { display:block; }
#OPG8kuGrTzVzQgwXC9WKtetwzavbMiWC { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#pecrMAAMiNKOMTeKvgaR3ffaJXzmFyKP { top:4.875rem;left:6.75rem;width:7.125rem;height:0.875rem;font-size:0.6875rem;display:block; }
#xsL67fU309T13fs3XcW7nKzNWpJ1pT1l { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#z1KA0lUCbI5shQG9JhQ5vcTqH4hDiMdd { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#U5izxOAPqUNe2HhXxZJlPph5fKcq2IMr { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#dfuusgcNQ1JTkgtyrkqBXgSovM5eeyX7 { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#OyBpNl4imwmyNvzyVKNOiTywqAyMi6ih { display:block; }
#F2uZDTdonvKrLKahddTIfJWUxqkaMBAc { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#KI7KJSTGdOWl8gZBZCDOIATRgwVMRIGF { display:block; }
#eQW70MVIQmV9GaX9Jyhp5LtHX3FHEgcL { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#sWZJggJhM7ioe96ZG8fLeqQT1i2FIETu { display:block; }
#hKIQPRUfZULsTgo2J8GDkZGPRJ3sliEm { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#gS8wubSXtQk9XBa57bvRfs8t3FIOkg5d { display:block; }
#TO0puRvLpMWecc6OIL3fxzaTV1PtxEVJ { display:none; }#TO0puRvLpMWecc6OIL3fxzaTV1PtxEVJ > .row .container { width:47.75rem;position:relative;display:none; }#SsT4CMfxTQ6n4xfQEKBdlQVw7mi7r34p { top:22.625rem;left:0rem;width:15.375rem;height:8.5rem;display:block; }
#U4ead7GJcR7gvGxeMsO6TR8LrAZZuFPc { top:13.125rem;left:0rem;width:15.1875rem;height:8.4375rem;display:block; }
#spaNSlEUWxzyDHPDcBtH3UV6EpQ897sa { display:none; }#spaNSlEUWxzyDHPDcBtH3UV6EpQ897sa > .row .container { width:47.75rem;position:relative;display:none; }#q558FeomOTcLhPp8zZWgiiRKPd0Z8iXq { display:none; }#q558FeomOTcLhPp8zZWgiiRKPd0Z8iXq > .row .container { width:47.75rem;position:relative;display:none; }#Nu6h6PuM55gcoAle4VNeEbeM6tEiImCV { width:47.75rem;height:19rem;display:none; }
#ViaC3Z74Ndh5ESf8JNH0lt7wTS8F7D7x { width:14.0625rem;height:5.125rem;display:none; }
#rd8kZMt1Z5ZHNJsu1xxNEzq4BDCEkm5Z { width:15.9375rem;height:5.25rem;display:none; }
#xu1OTy7pDNm3EEXaUqUPFKdCfSi0m0Iv { top:1.4375rem;left:5.6109380722046rem;width:7.625rem;height:1rem;font-size:0.8125rem;display:none; }
#Hu4OFNXadJwKOdtcGZOWH9IbS8oQ3HLn { display:none; }#Hu4OFNXadJwKOdtcGZOWH9IbS8oQ3HLn > .row .container { width:47.75rem;position:relative;display:none; }#QWZSl4s05aiRscvg9gSPBpdMJDaIT9fh { top:1.0625rem;left:0rem;width:18.4375rem;height:1.4375rem;font-size:1.25rem;display:block; }
#vTkOMgtguZKU3wbUHXxfHJhyv5TFG2xk { top:7.375rem;left:0rem;width:20rem;height:;font-size:0.9375rem;display:block; }
#ufJppQMpvnzzdNPHrcScEG7LOVrrJMA5 { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#mDyzhv48tCsT6R6Qg6NSxryRNrLTC6xA { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#CwoukeRklrEwHv2zhIAvpisTuCh3h2rS { width:23.5rem;height:27.75rem;display:none; }
#QbyvwmmVAT7tfKMRJ9DBONpgTivyEIEt { display:none; }
#XHd6ZGK7BsMuiWtqGfGvy7IlWV8BAWRS { display:none; }
#DJroTkTdKpVt3g0iVT1HTOVJw7nIQwc1 { top:4.8125rem;left:0rem;width:18.25rem;height:2.4375rem;font-size:0.9375rem;display:block; }
#rO26TmRCg1DHE8koPi1rtXPhzRlFBLBU { display:none; }
#XQapHxDH4sQnfyToT3F0CdrKPQdXHmBt { width:;height:;display:none; }
#QE7BwPkA9ZJwtLABnVchpF38wgk55Tdo { display:block; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-input-text {padding-top: 0; padding-bottom: 0;}#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-input-select {padding-top: 0; padding-bottom: 0;}#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC  { width:17.5rem;height:auto;top:3.375rem;left:4.798828125rem; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC {display:block;}#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC { width:17.5rem;height:auto;top:3.375rem;left:4.798828125rem;display:none; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #Vz7odtz6lOh34xgAMIROvPzyopHDiTRA {  }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #hnXsDLplp9hWyJR6NFKJeVvccAzqenlk {  }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #mLvkcEUMzUf052wOJ3DWVPJGMvykWhdQ {  }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #lVWslqGat6yAXTuI2rp8Gd90KoruaK7q {  }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #yOLLIWayoLU5kW2nlMbO5Zn2lLot06b7 {  }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #rMhiP0qG9xu0vX9xgRIdDtNo5nwD9DPK {  }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #le6uVvgaissFKLhOkoFBx5TQXoBNwWWm {  }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #bnvyatBHupIJRT8Bpkgw7teFsMlC05wW {  }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #nOi0nAbbf03dUPIwdTqC8IOnCSkDC9vH {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #p26qcOwOMGTZx843stnZHz7J7yeRchTa {  }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #FS0T4PKHTfRcyGywBTiXpsTU2nJrXBbC {  }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #AJ8ck3wQUg5mls85OQQgLfvRgm8R6F5R {  }
#z9VKOxsCC1Kb8CtHDdr240E5h54fv5gp { display:none; }#z9VKOxsCC1Kb8CtHDdr240E5h54fv5gp > .row .container { width:47.75rem;position:relative;display:none; }#NaM685dZ2cLoR3g79Was4Ih0NWIMzmNx { display:none; }
#xcqm7z0hEw3LElcblqgWfo9r1oBK4Ep4 { display:none; }#xcqm7z0hEw3LElcblqgWfo9r1oBK4Ep4 > .row .container { width:47.75rem;position:relative;display:none; }#T98ZFangdu3ih9MDL5rcxVwTQt1wN0aR { display:none; }
#X9iTWZwFreLCgu7aRWqfkdEEv8LXqREw { display:none; }#X9iTWZwFreLCgu7aRWqfkdEEv8LXqREw > .row .container { width:47.5rem;position:relative;display:none; }#xTCnfTV0eS9NnAKQkR66iaVoJ6OzlsyX { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#mTQltZuPqEZXQnQIc2uyerdE06u3d5bz { display:block; }
#hCl41CxMcAUHBrnKR6UyUXPyhZv8oK3r { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#Jheg047FPncwdo2XbhFAraFNuwRfArDX { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#cQf6lbbhlOisUmRI1cX8ollMJUchLpOH { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#trWQQJSRqBa968ocQnLO5Tsnak9zUbhg { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#LLwaxe6Lz0bQx69GyRCzTc6uUyR1hMHm { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#Dpuh8bhqCmqslpnQImrTg87EUmuUpQ1s { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#K1DpxVp33bLIlDlkyzgMF2W0nn2HmB5Q { display:block; }
#t62M798gtfBaXyJPXs8heAX3rhvZhaOf { width:;height:;display:none; }
#Rl9TOgWnrm8HVzEm5hG7p6868RTXVlZ3 { display:block; }
#qeKNSOPdoNPoVaKbt79wk4fPUVPHJxaI { width:;height:;display:none; }
#pDATMKQf30AP2azbzhcSmFc6anQpVlBM { display:block; }
#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 { display:none; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .row .container { width:47.75rem;position:relative;display:none; }#U1FDCWsxAmwLhPE1kMV4QMckXUPccaPU { top:1.375rem;left:0rem;width:15.375rem;height:1.9375rem;font-size:1.5rem;display:none; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p { display:flex;height:auto;width:27.75rem;top:1.5625rem;left:9.57666015625rem;display:none; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #iJxremdIUTrQWkeV7fHqTZOXBHuRpi5u {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #ewNo8FhsqCyqk0nTfrlyizXqKnTXExEX {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #w3VaLxeTBWHDxAKa6ee53rAaHq5lmXDT {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #tXexGqUsnk386HBvSZXwt7eWh2FcPAhT {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #gsOdPb6Q7l7qK2yyFndoh5XBAv5KEuRt {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #u5leUIXnaubh6ZvSqLI20b8OoRNNamce {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #nz8FCPsEpALDnSVHn3rlWIk1LsoRstTo {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #TlGQioKFSQTSmVbS7cWtbEhOwgOXIOvx {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #hvLxQl7Lw8sUot7WEipF4uWiMEFJgvfl {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #QyaaAOydcCelrt28TFKQVXU40W2P1geh {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #H4fBorQUtL1tybJPI75VdTdNGkv0yer0 {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #X1BT4Nev2kHE4XwZaXRsvNbDxmmNaaIE {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #IM2gg1sueK5tzkKfJLpIwgXXzIDEL3Jk {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #kt0BTt2rdaJxfe1ePxD46J4cnNiz6T1L {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #zktQKxUFwvNl1fFQQTAkmMO7exnLgP29 {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #l0fLQAh3BUKaBEChnC4NMPtRA0tSm6wq {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #OFJa3rLTd3EOL6kwpZmyo1RGAJxawdrB {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #PbZt76gtTtiwhMP17SahxgU5bNcJ4tbe {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #pzq6kCBzERZX3tV10pxg7zTiZkObPXZM {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #VBB4BLsspCItU68WDztiSZv2E2129ETX {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #IXCJLFJmCCTLgBC7UqFBqUA9RJc4C422 {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #dC5eANgJRTRFrgyOTLCQscRoghl3XsPi {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #UsuxZg3TxmQ2mq5KhuKcIR99NkCze0kL {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #zt7RFL6nEw3IFeVh2mw6tcdIXDbCCs48 {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #Mr7n6DiaMrAvyqMDLuvio0KNmZUTKmBB {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #ZhC9xCEBXXrHugX14STbuEsp8Z1IHemZ {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #IrFSC6x2JtrNCpLmCuptuTH5LKV9vVzM {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #diyxcTAiCPV6224Mq39gKmHTOw4eQ6NC {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #wHtTkxz7pSIWU3uWye1opR6dGVKiAK4I {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #LvoVlDwPVRmUpON4HGtm31OZf87v0tuS {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #Zc0V4n97zyoQwkwNI7IbOIobML5GVxBg {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #UtQtKV8TJI5SCBOQWAbF1Tv3SbeOsuRf {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #pufphArmpJS2sWTXkRt2A3ukU6yVS3Gw {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #gvqTXm2u8BtAWNThaeSheE8IuNexWUgZ {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #S9GdvZExMLzrgmPvN7pxy3VMcyqUb0Tz {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #yeWDiKnEQOO2OSRewD7k7pBKTwU8DXTn {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #cp3zNcIfm65xOQyqMExqh8s8agdHMnuw {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #J3cVma9zLKgNdp9hGzCc4vvo5Vyo75Pa {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #zfBSTXos4kg8v4blINonHeftfnpCq93O {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #pyDMTnE2okxOS8ompqBtiwfiwkTmQ0x5 {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #T3KMPgmyt5VDVLxUNT2A8WVAn5AXdqhx {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #OqrJIgX73dHS8gmNHNe95l5Ff2xN0avR {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #OUeawakMEhylBlx0pa2KU4oDX8EBSCTM {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #n9nRnLPFU2iZFT5uXoUz8g80mKPBDxcN {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #cUEMC998VZMdCAgrmDB44McfWDWvvH7d {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #TN4DGLBTT07u11tbpq0yPkePyIKKp5XB {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #Sa1FJIzPd0q9TiZNuuQCcriPCN2kxplN {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #PAk4DewO9mF94gWfVxFOTl9UagZvy99n {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #DzwD151OHaLQaKDyUOTvyAVbk8zGqdIT {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #Xvq0hSKJ29ks4DDiZWDMRNWiZiTXZAo3 {  }
#imq0qx2A3DeuxPaiiGCx0GA6qrlpQHtR { display:none; }#imq0qx2A3DeuxPaiiGCx0GA6qrlpQHtR > .row .container { width:47.75rem;position:relative;display:none; }#ZsNqtDuyaQr5WyNpmCqq1QT7NDV4zAzV { width:11rem;height:1.5625rem;top:17.3125rem;left:19.125rem;font-size:1.25rem;display:block; }
#L6URGKMWLheuZMIqtq8gSimVBdUNAvA6 { width:11rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1.25rem;display:block; }
#ev56KraaNufDGbgwz3UWWtlF6AmNSVEQ { width:11rem;height:1.5625rem;top:31.1875rem;left:18.9375rem;font-size:1.25rem;display:block; }
#wHAvTSrBuWVd401Wg1Sn8k7LUwvtl5aB { width:11rem;height:1.5625rem;top:30.6875rem;left:0rem;font-size:1.25rem;display:block; }
#lG7xiXvdHH0aB5idTbwlzzpUImpL6gd6 { width:11rem;height:1.5625rem;top:45.4375rem;left:18.9375rem;font-size:1.25rem;display:block; }
#nJV8N1bGyF4tCTTISApNyJ6e5FZKDoCg { width:11rem;height:1.5625rem;top:45.25rem;left:0rem;font-size:1.25rem;display:block; }
#Ce1FG0F0EmT6gVtqT1v7veTN6eLwETE0 { width:11rem;height:1.5625rem;top:60.625rem;left:8.375rem;font-size:1.25rem;display:block; }
#CHaCJWsv3gfhRxqXGSEoAmhtRonISJPv { top:10.0625rem;left:15rem;width:17.5rem;height:3.9375rem;font-size:2.9375rem;display:block; }
#i7uRNnF0FtIUcvzGCI4mctSFZVwo4rlE { top:18.4375rem;left:16.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#nq3GFW1czhmx5dEI0bmypZHnwCKT2RGv { width:12.5625rem;height:1.5rem;top:18.5rem;left:3.9375rem;font-size:1.4375rem;display:block; }
#dL232ZnSfPw1voyzQM1wTUTTTWyJNmgN { top:20.875rem;left:16.6875rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#M5OAoUbn8oIym42fdoAfknn3vaz3T6K7 { width:12.5625rem;height:1.5rem;top:20.9375rem;left:3.6295566558838rem;font-size:1.375rem;display:block; }
#iJ39o0x2xEGcpy1c6Vfo3VgtTHATQn2e { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#AmqhFFf38EWGcNHiGSd2B9Iygnai1LDK { width:12.5rem;height:;top:45.3125rem;left:0rem;font-size:1.4375rem;display:block; }
#DVc1wCqelMSqZcs47GJTPynNS6A6cGNI { top:15.5rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#SOKc8GB6CaT1zQvbRKHTMoqpTzaUOovB { width:15.0625rem;height:;top:24.75rem;left:0rem;font-size:1.4375rem;display:block; }
#ten7M657pQGndBeXrMV1W9HgXrdhBT23 { top:18.125rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#kiimph51WUeVSDyyFnMJUiOmfxnfnWi7 { width:16.375rem;height:;top:29.5rem;left:0rem;font-size:1.3125rem;display:block; }
#JbQo2HcGyNhHaXKpT8IdVO2v8NE2RcX3 { top:20.75rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#GShL1wEKtldFoOkehAMtu9Sqx6GTGOJW { width:15.1875rem;height:;top:34.5rem;left:0rem;font-size:1.375rem;display:block; }
#LtWsMvOuXIdqDg7tVo4Oum4HN5aSadVJ { width:12.5rem;height:;top:48.3125rem;left:0rem;font-size:1.375rem;display:none; }
#fIwzbhykEixqxfTQITSDFLIt8wNJ0Qcx { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:none; }
#WSTt5JIURNrzkQ45W5eq9zmxUaXD1gMS { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#WSTt5JIURNrzkQ45W5eq9zmxUaXD1gMS > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#H4d7g4VGV1GBAfKAIsTvxFylzR2MDbXC { width:;height:;display:none; }
#DWTqszmTKCiKda4y4EccRgbO9ngUMfKB { display:block; }
#aSQ5vZGSNrO9p0JN1GnueqVxdpManxht { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#aSQ5vZGSNrO9p0JN1GnueqVxdpManxht > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#VM7SaB3U0G6f3aP00gTEyalC72ch5GTM { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:none; }
#txQIOFfMyvm54B9LtUWpTzdMBekD2OtP { display:none; }#txQIOFfMyvm54B9LtUWpTzdMBekD2OtP > .row .container { width:47.5rem;position:relative;display:none; }#LN5CTzn1DX6hzKTMIrfQRgIiEzyTtEiK { top:0rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#XUHVXxDn7nMVWMhbvunZ4RDpGJvhQURL { top:5.1875rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#PLTB02ul2wZBmp0ea5HBPQ2oXSwiZJue { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#bTN4eKI3TBO5TxKb5Pg3eLoxS18rISlf { display:block; }
#fytU8fZC4Ay4l6y2N3iUG9PWxHA1w8d4 { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#T14XUPak3NMUgFvLmpTxZ6w9D6d5BHEo { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#BNAAWKv5O7ddZfzLkN5DpG576HTlkGeI { top:15.25rem;left:9.5rem;width:38.25rem;height:25.557215625rem;display:block; }
#xGEy0KU5JybitvUBa3rFOORFuHVogP3i { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#H1GzyRBILq0sDqwT2k7qVAg10qCaTMXb { display:none; }#H1GzyRBILq0sDqwT2k7qVAg10qCaTMXb > .row .container { width:47.75rem;position:relative;display:none; }#Mha69zZDmQMzp0h0G1ZPKlGdDoxgV3gd { top:3.625rem;left:0rem;width:15.375rem;height:3.3125rem;font-size:2.5625rem;display:none; }
#rtI2xwIagpv9U2E09ufpMJT6GVZd6kNn { width:17.9375rem;height:5.4375rem;top:26.6875rem;left:0rem;font-size:1.4375rem;display:none; }
#TSy07OW0hGNXqgShSD7K2wou9UrD4zvf { width:17rem;height:6rem;top:17.9375rem;left:0rem;font-size:1.1875rem;display:none; }
#MXgsTNfWsGdLlWwJCn1yzkvr9Pn61lAD { width:16rem;height:4.625rem;top:9.25rem;left:0rem;font-size:1.375rem;display:none; }
#fHDQkXwGkxVFym4VW4GunBKNTQSGNgmi { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#zN4E3hzrQzEaMlI1Zr5XJa1soRtmxlXs { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#QABiV6hb7ZyHKFgrOy0oDQOLMQhW0S8N { width:3.625rem;height:3.625rem;top:10rem;left:44.125rem;font-size:2.5rem;display:none; }
#veTNp91OzyPxuD1Q87IGSMJUm52q3S7G { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#i42CXxVKzSHCvShm3bEgS3wAW70O8RHK { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#QfeBaOuXHlUFlXxzIBGXefZbF1Cl1FCG { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:none; }
#D4PNW1FM7BFB3tTtzT44XxofUdzqy9Iv { display:none; }#D4PNW1FM7BFB3tTtzT44XxofUdzqy9Iv > .row .container { width:47.5rem;position:relative;display:none; }#xrnt1XwoTJIaweHh3nte6BsKgmr8oad5 { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#wJ4bzdwGhdsmss1XlRFE544ZSVvOSB5s { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#fhVNNNVo9XAhWumhScONqWkV18N6OgLu { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#KnEkV4BFaVn9TZ9Rrgp2XWkZrfZthoGu { top:0rem;width:;height:;display:none; }
#mpuR7srFUxbESmLcteFoI7tcWbe5sic4 { top:0rem;width:;height:;display:none; }
#tJ9MZMDAvGMBZ1agzkZNVNClRWMSxNy1 { top:0rem;width:;height:;display:none; }
#Aknt4OwkNPebbG0AuTl1PdRXS2TkxMHg { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:none; }
#wMKXOTI9tFhE6kGcNuarf2FIZZRAIbr8 { top:0rem;width:;height:;display:none; }
#eHVcWZw2muhP7pfypabsqOdHxRLkIaMA { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:none; }
#UvemyxpE0rdP0t5diR5SHpe8MPIxMMAg { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:none; }
#TVMcH7FZ0qua3SXCOpLQ4yMdQUDgBuTp { display:none; }#TVMcH7FZ0qua3SXCOpLQ4yMdQUDgBuTp > .row .container { width:47.5rem;position:relative;display:none; }#c3EfF6lFpRupDTpTbdh3LiEGyvh4fo6m { top:4.25rem;left:0rem;width:18.5625rem;height:1.5rem;font-size:1rem;display:block; }
#aba0yEX4r4x9bKV4rfb0lD7nvXzqPBE0 { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#GOc5A0liu03qB6TDrwsgIZmVXZK0dNiv { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:none; }
body { position:relative;background-color:rgba(3,130,123,0.66);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); }#iXiImtMue7KS78gri1pQFO7ETEdnuTSU { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.2), rgba(3,130,123,0.44));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.2), rgba(3,130,123,0.44));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.2), rgba(3,130,123,0.44));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.2), rgba(3,130,123,0.44));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.2)', endColorstr='#03827b70' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.2)', endColorstr='#03827b70' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.2), rgba(3,130,123,0.44));background-size:auto !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:block; }#iXiImtMue7KS78gri1pQFO7ETEdnuTSU > .row .container { background-color: transparent; background-image: none; }#iXiImtMue7KS78gri1pQFO7ETEdnuTSU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXiImtMue7KS78gri1pQFO7ETEdnuTSU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXiImtMue7KS78gri1pQFO7ETEdnuTSU > .row .container > .video-iframe-container { display: none; }#iXiImtMue7KS78gri1pQFO7ETEdnuTSU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXiImtMue7KS78gri1pQFO7ETEdnuTSU > .row > .video-iframe-container { display: none; }#iXiImtMue7KS78gri1pQFO7ETEdnuTSU > .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); }#iXiImtMue7KS78gri1pQFO7ETEdnuTSU > .row .container { border-width: 0; border-radius: 0; }#iXiImtMue7KS78gri1pQFO7ETEdnuTSU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iXiImtMue7KS78gri1pQFO7ETEdnuTSU > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; }#lHRMxOiWH4rrkRScq1wBC18ASnlRJ341 { top:0.49913024902344rem;left:6.9370663762094rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(160,144,98,0.56), rgba(3,130,123,0.53));background-image: -moz-linear-gradient(106deg, rgba(160,144,98,0.56), rgba(3,130,123,0.53));background-image: -ms-linear-gradient(106deg, rgba(160,144,98,0.56), rgba(3,130,123,0.53));background-image: -o-linear-gradient(106deg, rgba(160,144,98,0.56), rgba(3,130,123,0.53));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a090628e', endColorstr='#03827b87' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a090628e', endColorstr='#03827b87' );";background-image: linear-gradient(106deg, rgba(160,144,98,0.56), rgba(3,130,123,0.53));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:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lxJMCwC2ZArVJLaEZxyJqON7Qc30iHAy { display:block; }
#q92qzrIraa5LUueL6eOsw8DHCi9RdIXP { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#Cw5LFWVWZtrgQkxSTcUHP5owRuosMgeD { top:0.4990234375rem;left:0rem;width:6.374rem;height:2.1875rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(160,144,98,0.61), rgba(3,130,123,0.49));background-image: -moz-linear-gradient(106deg, rgba(160,144,98,0.61), rgba(3,130,123,0.49));background-image: -ms-linear-gradient(106deg, rgba(160,144,98,0.61), rgba(3,130,123,0.49));background-image: -o-linear-gradient(106deg, rgba(160,144,98,0.61), rgba(3,130,123,0.49));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a090629b', endColorstr='#03827b7c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a090629b', endColorstr='#03827b7c' );";background-image: linear-gradient(106deg, rgba(160,144,98,0.61), rgba(3,130,123,0.49));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:var(--paragraphs-font-family);font-size:0.625rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);line-height:1.7;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LkMyNX8LaT6DBwspHaT9UBS9t6CKSB1J { display:block; }
#NlzWDlPiUU3RTQR4HhyNkFKhDCPAwTcV { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#NlzWDlPiUU3RTQR4HhyNkFKhDCPAwTcV > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#VOMbt1mD2fL7OliFPN2BFA2Nxg9e8TzX { top:11.397705078125rem;left:0rem;width:19.0625rem;height:2.8125rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));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:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#pHX3sTVBdLQ8IKF7tvCheGhDyIi6tWAT { display:block; }
#OPG8kuGrTzVzQgwXC9WKtetwzavbMiWC { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;display:block; }
#pecrMAAMiNKOMTeKvgaR3ffaJXzmFyKP { width:7.125rem;height:0.8941rem;top:5.0615234375rem;left:12.875rem;font-size:0.6875rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);display:block; }
#xsL67fU309T13fs3XcW7nKzNWpJ1pT1l { width:10.49925rem;height:0;top:9.373779296875rem;left:8.641357421875rem;font-size:0.8125rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);display:none; }
#z1KA0lUCbI5shQG9JhQ5vcTqH4hDiMdd { width:20rem;height:2.875rem;top:3.9375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,144,98,0.25), rgba(3,130,123,0.28));background-image: -moz-linear-gradient(180deg, rgba(160,144,98,0.25), rgba(3,130,123,0.28));background-image: -ms-linear-gradient(180deg, rgba(160,144,98,0.25), rgba(3,130,123,0.28));background-image: -o-linear-gradient(180deg, rgba(160,144,98,0.25), rgba(3,130,123,0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a090623f', endColorstr='#03827b47' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a090623f', endColorstr='#03827b47' );";background-image: linear-gradient(180deg, rgba(160,144,98,0.25), rgba(3,130,123,0.28));background-size:auto !important;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#U5izxOAPqUNe2HhXxZJlPph5fKcq2IMr { width:1.875rem;height:1.875rem;top:4.625rem;left:11.40625rem;font-size:1.3125rem;z-index:15014;color:#d71522;display:block; }
#dfuusgcNQ1JTkgtyrkqBXgSovM5eeyX7 { top:4.375rem;left:5.46875rem;width:2.625rem;height:2.1875rem;z-index:15190;background-color:transparent;background-image:none;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:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OyBpNl4imwmyNvzyVKNOiTywqAyMi6ih { display:block; }
#F2uZDTdonvKrLKahddTIfJWUxqkaMBAc { top:4.3125rem;left:2.2490234375rem;width:2.625rem;height:2.1875rem;z-index:15191;background-color:transparent;background-image:none;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:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KI7KJSTGdOWl8gZBZCDOIATRgwVMRIGF { display:block; }
#eQW70MVIQmV9GaX9Jyhp5LtHX3FHEgcL { top:4.3486328125rem;left:0rem;width:2.625rem;height:2.1875rem;z-index:15192;background-color:transparent;background-image:none;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:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sWZJggJhM7ioe96ZG8fLeqQT1i2FIETu { display:block; }
#hKIQPRUfZULsTgo2J8GDkZGPRJ3sliEm { top:4.375rem;left:8.84375rem;width:2.625rem;height:2.1875rem;z-index:15192;background-color:transparent;background-image:none;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:var(--paragraphs-font-family);font-size:0.875rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gS8wubSXtQk9XBa57bvRfs8t3FIOkg5d { display:block; }
#TO0puRvLpMWecc6OIL3fxzaTV1PtxEVJ { position:relative;z-index:auto;background-color:rgba(var(--color-secondary-1),0.62);background-image:url("https://images.assets-landingi.com/uc/e6a8f83a-010f-414b-8061-43ed1d0395fb/AnArtificialToothDentalImplantonVacation.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TO0puRvLpMWecc6OIL3fxzaTV1PtxEVJ.adaptive-delivery-prevent-bg, #TO0puRvLpMWecc6OIL3fxzaTV1PtxEVJ.lazyload, #TO0puRvLpMWecc6OIL3fxzaTV1PtxEVJ.lazyloading { background-image: none; }#TO0puRvLpMWecc6OIL3fxzaTV1PtxEVJ > .row .container { background-color: transparent; background-image: none; }#TO0puRvLpMWecc6OIL3fxzaTV1PtxEVJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TO0puRvLpMWecc6OIL3fxzaTV1PtxEVJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TO0puRvLpMWecc6OIL3fxzaTV1PtxEVJ > .row .container > .video-iframe-container { display: none; }#TO0puRvLpMWecc6OIL3fxzaTV1PtxEVJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TO0puRvLpMWecc6OIL3fxzaTV1PtxEVJ > .row > .video-iframe-container { display: none; }#TO0puRvLpMWecc6OIL3fxzaTV1PtxEVJ > .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); }#TO0puRvLpMWecc6OIL3fxzaTV1PtxEVJ > .row .container { border-width: 0; border-radius: 0; }#TO0puRvLpMWecc6OIL3fxzaTV1PtxEVJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TO0puRvLpMWecc6OIL3fxzaTV1PtxEVJ > .row .container { width:20rem;height:12.5rem;position:relative;display:block; }#SsT4CMfxTQ6n4xfQEKBdlQVw7mi7r34p { width:4.6875rem;height:2.6875rem;top:0.6279296875rem;left:0.466796875rem;z-index:15258;display:block; }
#U4ead7GJcR7gvGxeMsO6TR8LrAZZuFPc { width:4.4375rem;height:2.625rem;top:0.6591796875rem;left:15.029296875rem;z-index:15258;display:block; }
#spaNSlEUWxzyDHPDcBtH3UV6EpQ897sa { position:relative;z-index:auto;background-color:rgba(var(--color-secondary-1),0.62);background-image:url("https://images.assets-landingi.com/uc/96814337-3523-41d4-b557-68b8a54009a5/Artboard3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#spaNSlEUWxzyDHPDcBtH3UV6EpQ897sa.adaptive-delivery-prevent-bg, #spaNSlEUWxzyDHPDcBtH3UV6EpQ897sa.lazyload, #spaNSlEUWxzyDHPDcBtH3UV6EpQ897sa.lazyloading { background-image: none; }#spaNSlEUWxzyDHPDcBtH3UV6EpQ897sa > .row .container { background-color: transparent; background-image: none; }#spaNSlEUWxzyDHPDcBtH3UV6EpQ897sa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spaNSlEUWxzyDHPDcBtH3UV6EpQ897sa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spaNSlEUWxzyDHPDcBtH3UV6EpQ897sa > .row .container > .video-iframe-container { display: none; }#spaNSlEUWxzyDHPDcBtH3UV6EpQ897sa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spaNSlEUWxzyDHPDcBtH3UV6EpQ897sa > .row > .video-iframe-container { display: none; }#spaNSlEUWxzyDHPDcBtH3UV6EpQ897sa > .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); }#spaNSlEUWxzyDHPDcBtH3UV6EpQ897sa > .row .container { border-width: 0; border-radius: 0; }#spaNSlEUWxzyDHPDcBtH3UV6EpQ897sa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#spaNSlEUWxzyDHPDcBtH3UV6EpQ897sa > .row .container { width:20rem;height:12.5rem;position:relative;display:block; }#q558FeomOTcLhPp8zZWgiiRKPd0Z8iXq { display:block; }#q558FeomOTcLhPp8zZWgiiRKPd0Z8iXq { background-color: transparent; background-image: none; }#q558FeomOTcLhPp8zZWgiiRKPd0Z8iXq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q558FeomOTcLhPp8zZWgiiRKPd0Z8iXq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q558FeomOTcLhPp8zZWgiiRKPd0Z8iXq > .row .container > .video-iframe-container { display: none; }#q558FeomOTcLhPp8zZWgiiRKPd0Z8iXq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q558FeomOTcLhPp8zZWgiiRKPd0Z8iXq > .row > .video-iframe-container { display: none; }#q558FeomOTcLhPp8zZWgiiRKPd0Z8iXq > .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); }#q558FeomOTcLhPp8zZWgiiRKPd0Z8iXq { border-width: 0; border-radius: 0; }#q558FeomOTcLhPp8zZWgiiRKPd0Z8iXq > .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; }#q558FeomOTcLhPp8zZWgiiRKPd0Z8iXq > .row .container { width:20rem;height:7.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.51), rgba(4,38,39,0.19));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.51), rgba(4,38,39,0.19));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.51), rgba(4,38,39,0.19));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.51), rgba(4,38,39,0.19));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.51)', endColorstr='#04262730' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.51)', endColorstr='#04262730' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.51), rgba(4,38,39,0.19));background-size:auto !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:block; }#Nu6h6PuM55gcoAle4VNeEbeM6tEiImCV { top:1.71875rem;left:0.3125rem;width:5.8125rem;height:2.125rem;z-index:15009;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ViaC3Z74Ndh5ESf8JNH0lt7wTS8F7D7x { top:1.875rem;left:13.6875rem;width:6.25rem;height:2.125rem;z-index:15010;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rd8kZMt1Z5ZHNJsu1xxNEzq4BDCEkm5Z { top:4.9671878814697rem;left:5.875rem;width:8.25rem;height:1.9375rem;z-index:15011;overflow:hidden;display:block; }
#xu1OTy7pDNm3EEXaUqUPFKdCfSi0m0Iv { top:2.2210941314698rem;left:6.0625rem;width:7.6859375rem;height:1.0559875rem;z-index:15009;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;text-align:right;text-align-last:right;color:#174773;font-size:0.8125rem;display:block; }
#Hu4OFNXadJwKOdtcGZOWH9IbS8oQ3HLn { background-color:#c1c8c5;background-image:url("https://images.assets-landingi.com/uc/b1b43717-500e-4908-92e4-4ea2a381d182/BrightSmilesBrightSpaces_.jpg");background-position:bottom 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hu4OFNXadJwKOdtcGZOWH9IbS8oQ3HLn.adaptive-delivery-prevent-bg, #Hu4OFNXadJwKOdtcGZOWH9IbS8oQ3HLn.lazyload, #Hu4OFNXadJwKOdtcGZOWH9IbS8oQ3HLn.lazyloading { background-image: none; }#Hu4OFNXadJwKOdtcGZOWH9IbS8oQ3HLn > .row .container { background-color: transparent; background-image: none; }#Hu4OFNXadJwKOdtcGZOWH9IbS8oQ3HLn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hu4OFNXadJwKOdtcGZOWH9IbS8oQ3HLn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hu4OFNXadJwKOdtcGZOWH9IbS8oQ3HLn > .row .container > .video-iframe-container { display: none; }#Hu4OFNXadJwKOdtcGZOWH9IbS8oQ3HLn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hu4OFNXadJwKOdtcGZOWH9IbS8oQ3HLn > .row > .video-iframe-container { display: none; }#Hu4OFNXadJwKOdtcGZOWH9IbS8oQ3HLn > .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); }#Hu4OFNXadJwKOdtcGZOWH9IbS8oQ3HLn > .row .container { border-width: 0; border-radius: 0; }#Hu4OFNXadJwKOdtcGZOWH9IbS8oQ3HLn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hu4OFNXadJwKOdtcGZOWH9IbS8oQ3HLn > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; }#QWZSl4s05aiRscvg9gSPBpdMJDaIT9fh { width:13.125rem;height:1.625rem;top:1.2490234375rem;left:2.78125rem;font-size:1.25rem;font-family:amiri;color:rgba(var(--color-tertiary-0),1);line-height:1.3;z-index:15160;display:block; }
#vTkOMgtguZKU3wbUHXxfHJhyv5TFG2xk { width:18.375rem;height:1.59375rem;top:8.63671875rem;left:0.6865234375rem;font-size:0.9375rem;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;font-family:amiri;color:rgba(var(--color-tertiary-0),1);z-index:15155;line-height:1.7;display:block; }
#ufJppQMpvnzzdNPHrcScEG7LOVrrJMA5 { width:16.8125rem;height:0.0625rem;top:3.125rem;left:1.5928819775581rem;background-color:rgba(4,39,15,0.41);background-image:none;display:block; }
#mDyzhv48tCsT6R6Qg6NSxryRNrLTC6xA { width:4.5rem;height:4.5rem;top:19.124784469604rem;left:14.874132454395rem;z-index:15158;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,144,98,0.74), rgba(3,130,123,0.78));background-image: -moz-linear-gradient(180deg, rgba(160,144,98,0.74), rgba(3,130,123,0.78));background-image: -ms-linear-gradient(180deg, rgba(160,144,98,0.74), rgba(3,130,123,0.78));background-image: -o-linear-gradient(180deg, rgba(160,144,98,0.74), rgba(3,130,123,0.78));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062bc', endColorstr='#03827bc6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062bc', endColorstr='#03827bc6' );";background-image: linear-gradient(180deg, rgba(160,144,98,0.74), rgba(3,130,123,0.78));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CwoukeRklrEwHv2zhIAvpisTuCh3h2rS { top:18.719184875488rem;left:14.25rem;width:5.81163125rem;height:7.061625rem;z-index:15159;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QbyvwmmVAT7tfKMRJ9DBONpgTivyEIEt { top:8.3115234375rem;left:0.125rem;width:19.75rem;height:2.25rem;z-index:15154;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a09062, rgba(3,130,123,0.39));background-image: -moz-linear-gradient(180deg, #a09062, rgba(3,130,123,0.39));background-image: -ms-linear-gradient(180deg, #a09062, rgba(3,130,123,0.39));background-image: -o-linear-gradient(180deg, #a09062, rgba(3,130,123,0.39));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='#03827b63' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='#03827b63' );";background-image: linear-gradient(180deg, #a09062, rgba(3,130,123,0.39));background-size:auto !important;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#XHd6ZGK7BsMuiWtqGfGvy7IlWV8BAWRS { top:3.9366321563721rem;left:0.62500005960463rem;width:18.375rem;height:4.25rem;z-index:15155;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(3,130,123,0.63), rgba(160,144,98,0.99));background-image: -moz-linear-gradient(180deg, rgba(3,130,123,0.63), rgba(160,144,98,0.99));background-image: -ms-linear-gradient(180deg, rgba(3,130,123,0.63), rgba(160,144,98,0.99));background-image: -o-linear-gradient(180deg, rgba(3,130,123,0.63), rgba(160,144,98,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827ba0', endColorstr='#a09062fc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827ba0', endColorstr='#a09062fc' );";background-image: linear-gradient(180deg, rgba(3,130,123,0.63), rgba(160,144,98,0.99));background-size:auto !important;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#DJroTkTdKpVt3g0iVT1HTOVJw7nIQwc1 { width:18.25rem;height:2.4375rem;top:4.8415794372559rem;left:0.65538197755812rem;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);z-index:15156;display:block; }
#rO26TmRCg1DHE8koPi1rtXPhzRlFBLBU { top:0.6875rem;left:2.5rem;width:15.125rem;height:2.25rem;z-index:15155;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,144,98,0.93), rgba(3,130,123,0.26));background-image: -moz-linear-gradient(180deg, rgba(160,144,98,0.93), rgba(3,130,123,0.26));background-image: -ms-linear-gradient(180deg, rgba(160,144,98,0.93), rgba(3,130,123,0.26));background-image: -o-linear-gradient(180deg, rgba(160,144,98,0.93), rgba(3,130,123,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062ed', endColorstr='#03827b42' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062ed', endColorstr='#03827b42' );";background-image: linear-gradient(180deg, rgba(160,144,98,0.93), rgba(3,130,123,0.26));background-size:auto !important;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#XQapHxDH4sQnfyToT3F0CdrKPQdXHmBt { top:37.870009422303rem;left:3.2497830986977rem;z-index:15033;width:13.499375rem;height:4.18728125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(3,130,123,0.76), rgba(var(--color-primary-0),0.72));background-image: -moz-linear-gradient(216deg, rgba(3,130,123,0.76), rgba(var(--color-primary-0),0.72));background-image: -ms-linear-gradient(216deg, rgba(3,130,123,0.76), rgba(var(--color-primary-0),0.72));background-image: -o-linear-gradient(216deg, rgba(3,130,123,0.76), rgba(var(--color-primary-0),0.72));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827bc1', endColorstr='rgba(var(--color-primary-0),0.72)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827bc1', endColorstr='rgba(var(--color-primary-0),0.72)' );";background-image: linear-gradient(216deg, rgba(3,130,123,0.76), rgba(var(--color-primary-0),0.72));background-size:auto !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(4,39,15,0.68) ;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;display:block; }
#QE7BwPkA9ZJwtLABnVchpF38wgk55Tdo { display:block; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-regular-label { width:14.8125rem;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;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1); }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-input-text { width:14.8125rem;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;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; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-input-text {padding-top: 0; padding-bottom: 0;}#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-textarea { width:14.8125rem;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;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; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-input-select { width:14.8125rem;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;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; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-input-select {padding-top: 0; padding-bottom: 0;}#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-input-button { width:14.0625rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.51), rgba(3,130,123,0.7));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.51), rgba(3,130,123,0.7));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.51), rgba(3,130,123,0.7));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.51), rgba(3,130,123,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.51)', endColorstr='#03827bb2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.51)', endColorstr='#03827bb2' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.51), rgba(3,130,123,0.7));background-size:initial !important;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:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-checkbox-label { width:13.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1); }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-container:first-of-type{padding-top:0;}#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-container:last-of-type{padding-bottom:0;}#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC  { width:14.8125rem;height:auto;top:21.8037109375rem;left:1.3427734375rem;z-index:15019;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .radio-container { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC .widget-info-text { color:rgba(var(--color-tertiary-4),1); }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC {display:block;}#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC { width:14.8125rem;height:auto;top:21.8037109375rem;left:1.3427734375rem;z-index:15019;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #Vz7odtz6lOh34xgAMIROvPzyopHDiTRA {  }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #hnXsDLplp9hWyJR6NFKJeVvccAzqenlk { display:none; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #mLvkcEUMzUf052wOJ3DWVPJGMvykWhdQ {  }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #lVWslqGat6yAXTuI2rp8Gd90KoruaK7q {  }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #yOLLIWayoLU5kW2nlMbO5Zn2lLot06b7 { display:none; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #rMhiP0qG9xu0vX9xgRIdDtNo5nwD9DPK {  }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #le6uVvgaissFKLhOkoFBx5TQXoBNwWWm {  }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #bnvyatBHupIJRT8Bpkgw7teFsMlC05wW { display:none; }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #nOi0nAbbf03dUPIwdTqC8IOnCSkDC9vH {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #p26qcOwOMGTZx843stnZHz7J7yeRchTa {  }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #FS0T4PKHTfRcyGywBTiXpsTU2nJrXBbC {  }
#xt3q4hyoWoMDTtBJTCK68VSpN9nmhgnC #AJ8ck3wQUg5mls85OQQgLfvRgm8R6F5R {  }
#z9VKOxsCC1Kb8CtHDdr240E5h54fv5gp { display:block; }#z9VKOxsCC1Kb8CtHDdr240E5h54fv5gp { background-color: transparent; background-image: none; }#z9VKOxsCC1Kb8CtHDdr240E5h54fv5gp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9VKOxsCC1Kb8CtHDdr240E5h54fv5gp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9VKOxsCC1Kb8CtHDdr240E5h54fv5gp > .row .container > .video-iframe-container { display: none; }#z9VKOxsCC1Kb8CtHDdr240E5h54fv5gp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9VKOxsCC1Kb8CtHDdr240E5h54fv5gp > .row > .video-iframe-container { display: none; }#z9VKOxsCC1Kb8CtHDdr240E5h54fv5gp > .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); }#z9VKOxsCC1Kb8CtHDdr240E5h54fv5gp { border-width: 0; border-radius: 0; }#z9VKOxsCC1Kb8CtHDdr240E5h54fv5gp > .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; }#z9VKOxsCC1Kb8CtHDdr240E5h54fv5gp > .row .container { width:20rem;height:26.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(3,130,123,0.53), rgba(160,144,98,0.43));background-image: -moz-linear-gradient(180deg, rgba(3,130,123,0.53), rgba(160,144,98,0.43));background-image: -ms-linear-gradient(180deg, rgba(3,130,123,0.53), rgba(160,144,98,0.43));background-image: -o-linear-gradient(180deg, rgba(3,130,123,0.53), rgba(160,144,98,0.43));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b87', endColorstr='#a090626d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b87', endColorstr='#a090626d' );";background-image: linear-gradient(180deg, rgba(3,130,123,0.53), rgba(160,144,98,0.43));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:block; }#NaM685dZ2cLoR3g79Was4Ih0NWIMzmNx { top:1.8017578125rem;left:0rem;width:20rem;height:19.874125rem;z-index:15000;display:block; }
#xcqm7z0hEw3LElcblqgWfo9r1oBK4Ep4 { display:block; }#xcqm7z0hEw3LElcblqgWfo9r1oBK4Ep4 { background-color: transparent; background-image: none; }#xcqm7z0hEw3LElcblqgWfo9r1oBK4Ep4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcqm7z0hEw3LElcblqgWfo9r1oBK4Ep4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcqm7z0hEw3LElcblqgWfo9r1oBK4Ep4 > .row .container > .video-iframe-container { display: none; }#xcqm7z0hEw3LElcblqgWfo9r1oBK4Ep4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcqm7z0hEw3LElcblqgWfo9r1oBK4Ep4 > .row > .video-iframe-container { display: none; }#xcqm7z0hEw3LElcblqgWfo9r1oBK4Ep4 > .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); }#xcqm7z0hEw3LElcblqgWfo9r1oBK4Ep4 { border-width: 0; border-radius: 0; }#xcqm7z0hEw3LElcblqgWfo9r1oBK4Ep4 > .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; }#xcqm7z0hEw3LElcblqgWfo9r1oBK4Ep4 > .row .container { width:20rem;height:34.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,144,98,0.49), rgba(3,130,123,0.53));background-image: -moz-linear-gradient(180deg, rgba(160,144,98,0.49), rgba(3,130,123,0.53));background-image: -ms-linear-gradient(180deg, rgba(160,144,98,0.49), rgba(3,130,123,0.53));background-image: -o-linear-gradient(180deg, rgba(160,144,98,0.49), rgba(3,130,123,0.53));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a090627c', endColorstr='#03827b87' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a090627c', endColorstr='#03827b87' );";background-image: linear-gradient(180deg, rgba(160,144,98,0.49), rgba(3,130,123,0.53));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:block; }#T98ZFangdu3ih9MDL5rcxVwTQt1wN0aR { top:2.9892578125rem;left:0rem;width:20rem;height:19.874rem;z-index:15000;display:block; }
#X9iTWZwFreLCgu7aRWqfkdEEv8LXqREw { display:block; }#X9iTWZwFreLCgu7aRWqfkdEEv8LXqREw { background-color: transparent; background-image: none; }#X9iTWZwFreLCgu7aRWqfkdEEv8LXqREw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9iTWZwFreLCgu7aRWqfkdEEv8LXqREw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9iTWZwFreLCgu7aRWqfkdEEv8LXqREw > .row .container > .video-iframe-container { display: none; }#X9iTWZwFreLCgu7aRWqfkdEEv8LXqREw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9iTWZwFreLCgu7aRWqfkdEEv8LXqREw > .row > .video-iframe-container { display: none; }#X9iTWZwFreLCgu7aRWqfkdEEv8LXqREw > .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); }#X9iTWZwFreLCgu7aRWqfkdEEv8LXqREw { border-width: 0; border-radius: 0; }#X9iTWZwFreLCgu7aRWqfkdEEv8LXqREw > .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; }#X9iTWZwFreLCgu7aRWqfkdEEv8LXqREw > .row .container { width:20rem;height:23.4375rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(3,130,123,0.5), rgba(160,144,98,0.35));background-image: -moz-linear-gradient(180deg, rgba(3,130,123,0.5), rgba(160,144,98,0.35));background-image: -ms-linear-gradient(180deg, rgba(3,130,123,0.5), rgba(160,144,98,0.35));background-image: -o-linear-gradient(180deg, rgba(3,130,123,0.5), rgba(160,144,98,0.35));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b7f', endColorstr='#a0906259' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b7f', endColorstr='#a0906259' );";background-image: linear-gradient(180deg, rgba(3,130,123,0.5), rgba(160,144,98,0.35));background-size:auto !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:block; }#xTCnfTV0eS9NnAKQkR66iaVoJ6OzlsyX { width:13.09698625rem;height:3.722005rem;top:13.311632275581rem;left:3.4429257512093rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:#3c4626;border-top:0.125rem solid #3c4626;border-left:0.125rem solid #3c4626;border-right:0.125rem solid #3c4626;border-bottom:0.125rem solid #3c4626;display:block; }
#mTQltZuPqEZXQnQIc2uyerdE06u3d5bz { display:block; }
#hCl41CxMcAUHBrnKR6UyUXPyhZv8oK3r { width:20rem;height:0;top:2.5625rem;left:0rem;font-size:2rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-1),1);display:none; }
#Jheg047FPncwdo2XbhFAraFNuwRfArDX { width:20rem;height:0;top:8.609375rem;left:0rem;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:none; }
#cQf6lbbhlOisUmRI1cX8ollMJUchLpOH { width:18.4375rem;height:0;top:48.301875591278rem;left:0.78125005960463rem;font-size:1rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:none; }
#trWQQJSRqBa968ocQnLO5Tsnak9zUbhg { width:20rem;height:2.3997375rem;top:4.2491321563721rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;color:rgba(var(--color-tertiary-0),1);font-family:var(--headlines-font-family);font-weight:700;font-style:normal;display:block; }
#LLwaxe6Lz0bQx69GyRCzTc6uUyR1hMHm { width:19.1875rem;height:1.5rem;top:8.3125rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);display:block; }
#Dpuh8bhqCmqslpnQImrTg87EUmuUpQ1s { width:13.08292375rem;height:3.70789875rem;top:18.25rem;left:3.4375rem;z-index:15009;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:#3c4626;border-top:0.125rem solid #384027;border-left:0.125rem solid #384027;border-right:0.125rem solid #384027;border-bottom:0.125rem solid #384027;display:block; }
#K1DpxVp33bLIlDlkyzgMF2W0nn2HmB5Q { display:block; }
#t62M798gtfBaXyJPXs8heAX3rhvZhaOf { top:13.203125rem;left:3.09375rem;z-index:15028;width:13.8125rem;height:3.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #03827b, #a09062);background-image: -moz-linear-gradient(216deg, #03827b, #a09062);background-image: -ms-linear-gradient(216deg, #03827b, #a09062);background-image: -o-linear-gradient(216deg, #03827b, #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b', endColorstr='#a09062' );";background-image: linear-gradient(216deg, #03827b, #a09062);background-size:auto !important;color:#ffffff;font-size:1.375rem;font-family:amiri;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(160,144,98,0.21) ;display:block; }
#Rl9TOgWnrm8HVzEm5hG7p6868RTXVlZ3 { display:block; }
#qeKNSOPdoNPoVaKbt79wk4fPUVPHJxaI { top:18.009333133697rem;left:3.4375002980233rem;z-index:15029;width:13.125rem;height:4.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #03827b, #a09062);background-image: -moz-linear-gradient(216deg, #03827b, #a09062);background-image: -ms-linear-gradient(216deg, #03827b, #a09062);background-image: -o-linear-gradient(216deg, #03827b, #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b', endColorstr='#a09062' );";background-image: linear-gradient(216deg, #03827b, #a09062);background-size:auto !important;font-size:1.625rem;font-family:amiri;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(160,144,98,0.6) ;display:block; }
#pDATMKQf30AP2azbzhcSmFc6anQpVlBM { display:block; }
#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 { position:relative;z-index:auto;display:block; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 { background-color: transparent; background-image: none; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .row .container > .video-iframe-container { display: none; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .row > .video-iframe-container { display: none; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .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); }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 { border-width: 0; border-radius: 0; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .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; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .row .container { width:20rem;height:56.375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(3,130,123,0.35), rgba(160,144,98,0.35));background-image: -moz-linear-gradient(180deg, rgba(3,130,123,0.35), rgba(160,144,98,0.35));background-image: -ms-linear-gradient(180deg, rgba(3,130,123,0.35), rgba(160,144,98,0.35));background-image: -o-linear-gradient(180deg, rgba(3,130,123,0.35), rgba(160,144,98,0.35));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b59', endColorstr='#a0906259' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b59', endColorstr='#a0906259' );";background-image: linear-gradient(180deg, rgba(3,130,123,0.35), rgba(160,144,98,0.35));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:block; }#U1FDCWsxAmwLhPE1kMV4QMckXUPccaPU { width:15.4375rem;height:1.94921875rem;top:1.4375rem;left:2.28125rem;font-size:1.5rem;color:#3c4626;z-index:15015;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p .accordion-element-container { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(160,144,98,0.4), rgba(3,130,123,0.37));background-image: -moz-linear-gradient(top, rgba(160,144,98,0.4), rgba(3,130,123,0.37));background-image: -ms-linear-gradient(top, rgba(160,144,98,0.4), rgba(3,130,123,0.37));background-image: -o-linear-gradient(top, rgba(160,144,98,0.4), rgba(3,130,123,0.37));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0906266', endColorstr='#03827b5e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0906266', endColorstr='#03827b5e' );";background-image: linear-gradient(to bottom, rgba(160,144,98,0.4), rgba(3,130,123,0.37));background-size:contain !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; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row-reverse; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p .accordion-heading-text { font-size:0.6875rem;height:auto;line-height:1.3;overflow:hidden;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family); }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p .accordion-desc-text { font-family:var(--paragraphs-font-family);font-size:0.5625rem;height:auto;font-weight:300;font-style:normal;color:rgba(var(--color-tertiary-0),1);line-height:1.6;overflow:hidden; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p .accordion-trigger { height:1.375rem;width:1.375rem;min-width:1.375rem;background-image:url("https://icons.assets-landingi.com/icon_e38ff10e0dae4801a2700830f978383e36ededb3.svg");background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important; }#DtaRiRnoayo8P33b8qah1JQVmlBvv88p .accordion-trigger.adaptive-delivery-prevent-bg, #DtaRiRnoayo8P33b8qah1JQVmlBvv88p .accordion-trigger.lazyload, #DtaRiRnoayo8P33b8qah1JQVmlBvv88p .accordion-trigger.lazyloading { background-image: none; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p { display:flex;height:auto;width:18.244375rem;top:5.0358073711395rem;left:0.13020837306976rem;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;gap:0.75rem;padding-top:0.8125rem;padding-right:0.8125rem;padding-bottom:0.8125rem;padding-left:0.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,144,98,0.28), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(160,144,98,0.28), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(160,144,98,0.28), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(160,144,98,0.28), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0906247', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0906247', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(160,144,98,0.28), rgba(0,0,0,0));background-size:auto !important;z-index:15001; }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #iJxremdIUTrQWkeV7fHqTZOXBHuRpi5u {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #ewNo8FhsqCyqk0nTfrlyizXqKnTXExEX {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #w3VaLxeTBWHDxAKa6ee53rAaHq5lmXDT {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #tXexGqUsnk386HBvSZXwt7eWh2FcPAhT {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #gsOdPb6Q7l7qK2yyFndoh5XBAv5KEuRt {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #u5leUIXnaubh6ZvSqLI20b8OoRNNamce {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #nz8FCPsEpALDnSVHn3rlWIk1LsoRstTo {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #TlGQioKFSQTSmVbS7cWtbEhOwgOXIOvx {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #hvLxQl7Lw8sUot7WEipF4uWiMEFJgvfl {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #QyaaAOydcCelrt28TFKQVXU40W2P1geh {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #H4fBorQUtL1tybJPI75VdTdNGkv0yer0 {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #X1BT4Nev2kHE4XwZaXRsvNbDxmmNaaIE {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #IM2gg1sueK5tzkKfJLpIwgXXzIDEL3Jk {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #kt0BTt2rdaJxfe1ePxD46J4cnNiz6T1L {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #zktQKxUFwvNl1fFQQTAkmMO7exnLgP29 {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #l0fLQAh3BUKaBEChnC4NMPtRA0tSm6wq {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #OFJa3rLTd3EOL6kwpZmyo1RGAJxawdrB {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #PbZt76gtTtiwhMP17SahxgU5bNcJ4tbe {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #pzq6kCBzERZX3tV10pxg7zTiZkObPXZM {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #VBB4BLsspCItU68WDztiSZv2E2129ETX {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #IXCJLFJmCCTLgBC7UqFBqUA9RJc4C422 {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #dC5eANgJRTRFrgyOTLCQscRoghl3XsPi {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #UsuxZg3TxmQ2mq5KhuKcIR99NkCze0kL {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #zt7RFL6nEw3IFeVh2mw6tcdIXDbCCs48 {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #Mr7n6DiaMrAvyqMDLuvio0KNmZUTKmBB {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #ZhC9xCEBXXrHugX14STbuEsp8Z1IHemZ {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #IrFSC6x2JtrNCpLmCuptuTH5LKV9vVzM {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #diyxcTAiCPV6224Mq39gKmHTOw4eQ6NC {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #wHtTkxz7pSIWU3uWye1opR6dGVKiAK4I {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #LvoVlDwPVRmUpON4HGtm31OZf87v0tuS {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #Zc0V4n97zyoQwkwNI7IbOIobML5GVxBg {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #UtQtKV8TJI5SCBOQWAbF1Tv3SbeOsuRf {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #pufphArmpJS2sWTXkRt2A3ukU6yVS3Gw {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #gvqTXm2u8BtAWNThaeSheE8IuNexWUgZ {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #S9GdvZExMLzrgmPvN7pxy3VMcyqUb0Tz {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #yeWDiKnEQOO2OSRewD7k7pBKTwU8DXTn {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #cp3zNcIfm65xOQyqMExqh8s8agdHMnuw {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #J3cVma9zLKgNdp9hGzCc4vvo5Vyo75Pa {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #zfBSTXos4kg8v4blINonHeftfnpCq93O {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #pyDMTnE2okxOS8ompqBtiwfiwkTmQ0x5 {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #T3KMPgmyt5VDVLxUNT2A8WVAn5AXdqhx {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #OqrJIgX73dHS8gmNHNe95l5Ff2xN0avR {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #OUeawakMEhylBlx0pa2KU4oDX8EBSCTM {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #n9nRnLPFU2iZFT5uXoUz8g80mKPBDxcN {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #cUEMC998VZMdCAgrmDB44McfWDWvvH7d {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #TN4DGLBTT07u11tbpq0yPkePyIKKp5XB {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #Sa1FJIzPd0q9TiZNuuQCcriPCN2kxplN {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #PAk4DewO9mF94gWfVxFOTl9UagZvy99n {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #DzwD151OHaLQaKDyUOTvyAVbk8zGqdIT {  }
#DtaRiRnoayo8P33b8qah1JQVmlBvv88p #Xvq0hSKJ29ks4DDiZWDMRNWiZiTXZAo3 {  }
#imq0qx2A3DeuxPaiiGCx0GA6qrlpQHtR { background-color:rgba(3,130,123,0.08);background-image:none;display:block; }#imq0qx2A3DeuxPaiiGCx0GA6qrlpQHtR > .row .container { background-color: transparent; background-image: none; }#imq0qx2A3DeuxPaiiGCx0GA6qrlpQHtR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imq0qx2A3DeuxPaiiGCx0GA6qrlpQHtR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imq0qx2A3DeuxPaiiGCx0GA6qrlpQHtR > .row .container > .video-iframe-container { display: none; }#imq0qx2A3DeuxPaiiGCx0GA6qrlpQHtR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imq0qx2A3DeuxPaiiGCx0GA6qrlpQHtR > .row > .video-iframe-container { display: none; }#imq0qx2A3DeuxPaiiGCx0GA6qrlpQHtR > .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); }#imq0qx2A3DeuxPaiiGCx0GA6qrlpQHtR > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; }#ZsNqtDuyaQr5WyNpmCqq1QT7NDV4zAzV { width:11rem;height:0;top:28.475rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#L6URGKMWLheuZMIqtq8gSimVBdUNAvA6 { width:11rem;height:0;top:14.9125rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#ev56KraaNufDGbgwz3UWWtlF6AmNSVEQ { width:11rem;height:0;top:69.725002288819rem;left:2.0617188215256rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#wHAvTSrBuWVd401Wg1Sn8k7LUwvtl5aB { width:11rem;height:0;top:56.162501144223rem;left:2.8125001192093rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#lG7xiXvdHH0aB5idTbwlzzpUImpL6gd6 { width:11rem;height:0;top:109.35000324249rem;left:0rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#nJV8N1bGyF4tCTTISApNyJ6e5FZKDoCg { width:11rem;height:0;top:96.537503123281rem;left:0rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#Ce1FG0F0EmT6gVtqT1v7veTN6eLwETE0 { width:11rem;height:0;top:134.78750419617rem;left:4.4999998807907rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#CHaCJWsv3gfhRxqXGSEoAmhtRonISJPv { width:17.4989375rem;height:3.8183625rem;top:0.87456417083738rem;left:1.2500000596046rem;font-size:2.9375rem;color:rgba(var(--color-tertiary-0),1);font-family:amiri;display:block; }
#i7uRNnF0FtIUcvzGCI4mctSFZVwo4rlE { width:1.6875rem;height:1.6875rem;top:12.436721801757rem;left:16.99843788147rem;font-size:1.125rem;color:rgba(3,130,123,0.75);display:block; }
#nq3GFW1czhmx5dEI0bmypZHnwCKT2RGv { width:12.561875rem;height:1.86875rem;top:15.998443603516rem;left:3.4992189407349rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.4375rem;color:rgba(var(--color-tertiary-0),1);font-family:amiri;display:block; }
#dL232ZnSfPw1voyzQM1wTUTTTWyJNmgN { width:1.6875rem;height:1.6875rem;top:16.060943603516rem;left:17.06093788147rem;font-size:1.125rem;color:rgba(3,130,123,0.73);display:block; }
#M5OAoUbn8oIym42fdoAfknn3vaz3T6K7 { width:12.561875rem;height:1.7875rem;top:19.384384155274rem;left:3.7179689407349rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.375rem;color:rgba(var(--color-tertiary-0),1);font-family:amiri;display:block; }
#iJ39o0x2xEGcpy1c6Vfo3VgtTHATQn2e { width:1.6875rem;height:1.6875rem;top:22.93359375rem;left:17.18593788147rem;font-size:1.125rem;color:rgba(3,130,123,0.74);display:block; }
#AmqhFFf38EWGcNHiGSd2B9Iygnai1LDK { width:12.561875rem;height:1.8684875rem;top:22.748443603516rem;left:3.7492189407349rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.4375rem;color:rgba(var(--color-tertiary-0),1);font-family:amiri;display:block; }
#DVc1wCqelMSqZcs47GJTPynNS6A6cGNI { width:1.6875rem;height:1.6875rem;top:5.375rem;left:17.0625rem;font-size:1.125rem;color:rgba(3,130,123,0.72);display:block; }
#SOKc8GB6CaT1zQvbRKHTMoqpTzaUOovB { width:15.9375rem;height:1.86875rem;top:5.5625rem;left:0.5625rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.4375rem;color:rgba(var(--color-tertiary-0),1);font-family:amiri;display:block; }
#ten7M657pQGndBeXrMV1W9HgXrdhBT23 { width:1.6875rem;height:1.6875rem;top:9.1859436035156rem;left:17.12343788147rem;font-size:1.125rem;color:rgba(3,130,123,0.75);display:block; }
#kiimph51WUeVSDyyFnMJUiOmfxnfnWi7 { width:16.436625rem;height:1.7068125rem;top:9.0914154052738rem;left:0.69375002384188rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.3125rem;color:rgba(var(--color-tertiary-0),1);font-family:amiri;display:block; }
#JbQo2HcGyNhHaXKpT8IdVO2v8NE2RcX3 { width:1.6875rem;height:1.6875rem;top:19.373443603516rem;left:17.06093788147rem;font-size:1.125rem;color:rgba(3,130,123,0.74);display:block; }
#GShL1wEKtldFoOkehAMtu9Sqx6GTGOJW { width:15.2495625rem;height:1.7875rem;top:12.247665405274rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;color:rgba(var(--color-tertiary-0),1);font-family:amiri;display:block; }
#LtWsMvOuXIdqDg7tVo4Oum4HN5aSadVJ { width:12.561875rem;height:1.7875rem;top:26.249221801757rem;left:3.8742189407349rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.375rem;color:rgba(var(--color-tertiary-0),1);z-index:15051;font-family:amiri;display:block; }
#fIwzbhykEixqxfTQITSDFLIt8wNJ0Qcx { width:1.6875rem;height:1.6875rem;top:26.373443603516rem;left:17.18593788147rem;font-size:1.125rem;z-index:15072;color:rgba(3,130,123,0.74);display:block; }
#WSTt5JIURNrzkQ45W5eq9zmxUaXD1gMS { display:flex;width:3.125rem;height:3.125rem;top:30.55078125rem;left:15.24765586853rem;z-index:14999; }
#WSTt5JIURNrzkQ45W5eq9zmxUaXD1gMS > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#H4d7g4VGV1GBAfKAIsTvxFylzR2MDbXC { top:30.39453125rem;left:2.0484375953674rem;z-index:14993;width:16.5625rem;height:3.4375rem;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(3,130,123,0.66), rgba(160,144,98,0.58));background-image: -moz-linear-gradient(181deg, rgba(3,130,123,0.66), rgba(160,144,98,0.58));background-image: -ms-linear-gradient(181deg, rgba(3,130,123,0.66), rgba(160,144,98,0.58));background-image: -o-linear-gradient(181deg, rgba(3,130,123,0.66), rgba(160,144,98,0.58));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827ba8', endColorstr='#a0906293' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827ba8', endColorstr='#a0906293' );";background-image: linear-gradient(181deg, rgba(3,130,123,0.66), rgba(160,144,98,0.58));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-family:var(--headlines-font-family);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#DWTqszmTKCiKda4y4EccRgbO9ngUMfKB { display:block; }
#aSQ5vZGSNrO9p0JN1GnueqVxdpManxht { display:flex;width:2.621525rem;height:2.621525rem;top:30.739059448243rem;left:2.2492187023163rem;z-index:14999; }
#aSQ5vZGSNrO9p0JN1GnueqVxdpManxht > img { max-width: 100%;max-height:100%; width:2.621525rem; height:2.621525rem; }#VM7SaB3U0G6f3aP00gTEyalC72ch5GTM { width:10.499125rem;height:0.124783125rem;top:3.9290410876274rem;left:4.7493494153022rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:15004;display:block; }
#txQIOFfMyvm54B9LtUWpTzdMBekD2OtP { display:block; }#txQIOFfMyvm54B9LtUWpTzdMBekD2OtP { background-color: transparent; background-image: none; }#txQIOFfMyvm54B9LtUWpTzdMBekD2OtP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txQIOFfMyvm54B9LtUWpTzdMBekD2OtP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txQIOFfMyvm54B9LtUWpTzdMBekD2OtP > .row .container > .video-iframe-container { display: none; }#txQIOFfMyvm54B9LtUWpTzdMBekD2OtP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txQIOFfMyvm54B9LtUWpTzdMBekD2OtP > .row > .video-iframe-container { display: none; }#txQIOFfMyvm54B9LtUWpTzdMBekD2OtP > .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); }#txQIOFfMyvm54B9LtUWpTzdMBekD2OtP { border-width: 0; border-radius: 0; }#txQIOFfMyvm54B9LtUWpTzdMBekD2OtP > .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; }#txQIOFfMyvm54B9LtUWpTzdMBekD2OtP > .row .container { width:20rem;height:45rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(3,130,123,0.06), rgba(160,144,98,0.54));background-image: -moz-linear-gradient(180deg, rgba(3,130,123,0.06), rgba(160,144,98,0.54));background-image: -ms-linear-gradient(180deg, rgba(3,130,123,0.06), rgba(160,144,98,0.54));background-image: -o-linear-gradient(180deg, rgba(3,130,123,0.06), rgba(160,144,98,0.54));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b0f', endColorstr='#a0906289' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b0f', endColorstr='#a0906289' );";background-image: linear-gradient(180deg, rgba(3,130,123,0.06), rgba(160,144,98,0.54));background-size:auto !important;font-family:var(--paragraphs-font-family);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:block; }#LN5CTzn1DX6hzKTMIrfQRgIiEzyTtEiK { width:20rem;height:2.3997375rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
#XUHVXxDn7nMVWMhbvunZ4RDpGJvhQURL { width:20rem;height:15rem;top:5.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:block; }
#PLTB02ul2wZBmp0ea5HBPQ2oXSwiZJue { width:13.125rem;height:4.375rem;top:37.50390625rem;left:3.8125rem;font-size:1.375rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,144,98,0.5), rgba(3,130,123,0.5));background-image: -moz-linear-gradient(180deg, rgba(160,144,98,0.5), rgba(3,130,123,0.5));background-image: -ms-linear-gradient(180deg, rgba(160,144,98,0.5), rgba(3,130,123,0.5));background-image: -o-linear-gradient(180deg, rgba(160,144,98,0.5), rgba(3,130,123,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a090627f', endColorstr='#03827b7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a090627f', endColorstr='#03827b7f' );";background-image: linear-gradient(180deg, rgba(160,144,98,0.5), rgba(3,130,123,0.5));background-size:auto !important;color:#fcfff6;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bTN4eKI3TBO5TxKb5Pg3eLoxS18rISlf { display:block; }
#fytU8fZC4Ay4l6y2N3iUG9PWxHA1w8d4 { width:20rem;height:0;top:40.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:none; }
#T14XUPak3NMUgFvLmpTxZ6w9D6d5BHEo { display:flex;width:5.9375rem;height:5.9375rem;top:34.4970703125rem;left:0.1875rem; }
#BNAAWKv5O7ddZfzLkN5DpG576HTlkGeI { width:20rem;height:13.36425rem;top:20.201416015625rem;left:0rem;z-index:14999;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;display:block; }
#xGEy0KU5JybitvUBa3rFOORFuHVogP3i { width:20rem;height:15.9375rem;top:3.75rem;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(var(--color-primary-0),0.27), rgba(3,130,123,0.25));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.27), rgba(3,130,123,0.25));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.27), rgba(3,130,123,0.25));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.27), rgba(3,130,123,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.27)', endColorstr='#03827b3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.27)', endColorstr='#03827b3f' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.27), rgba(3,130,123,0.25));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#H1GzyRBILq0sDqwT2k7qVAg10qCaTMXb { display:block; }#H1GzyRBILq0sDqwT2k7qVAg10qCaTMXb { background-color: transparent; background-image: none; }#H1GzyRBILq0sDqwT2k7qVAg10qCaTMXb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1GzyRBILq0sDqwT2k7qVAg10qCaTMXb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1GzyRBILq0sDqwT2k7qVAg10qCaTMXb > .row .container > .video-iframe-container { display: none; }#H1GzyRBILq0sDqwT2k7qVAg10qCaTMXb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1GzyRBILq0sDqwT2k7qVAg10qCaTMXb > .row > .video-iframe-container { display: none; }#H1GzyRBILq0sDqwT2k7qVAg10qCaTMXb > .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); }#H1GzyRBILq0sDqwT2k7qVAg10qCaTMXb { border-width: 0; border-radius: 0; }#H1GzyRBILq0sDqwT2k7qVAg10qCaTMXb > .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; }#H1GzyRBILq0sDqwT2k7qVAg10qCaTMXb > .row .container { width:20rem;height:36.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,144,98,0.79), rgba(3,130,123,0.11));background-image: -moz-linear-gradient(180deg, rgba(160,144,98,0.79), rgba(3,130,123,0.11));background-image: -ms-linear-gradient(180deg, rgba(160,144,98,0.79), rgba(3,130,123,0.11));background-image: -o-linear-gradient(180deg, rgba(160,144,98,0.79), rgba(3,130,123,0.11));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062c9', endColorstr='#03827b1c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062c9', endColorstr='#03827b1c' );";background-image: linear-gradient(180deg, rgba(160,144,98,0.79), rgba(3,130,123,0.11));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:block; }#Mha69zZDmQMzp0h0G1ZPKlGdDoxgV3gd { width:15.43675rem;height:3.3311625rem;top:3.4250001907349rem;left:1.1875rem;font-size:2.5625rem;text-align:center;text-align-last:center;z-index:15020;font-family:"alw arabic";color:rgba(var(--color-tertiary-0),1);font-weight:700;font-style:normal;display:block; }
#rtI2xwIagpv9U2E09ufpMJT6GVZd6kNn { width:17.9980625rem;height:5.4609375rem;top:26.731771469116rem;left:1.0004341006279rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15013;font-family:amiri;color:rgba(160,144,98,0.43);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.9;font-weight:700;font-style:normal;display:block; }
#TSy07OW0hGNXqgShSD7K2wou9UrD4zvf { width:17rem;height:6.0556625rem;top:17.99453163147rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15011;font-family:amiri;color:rgba(160,144,98,0.54);line-height:1.7;display:block; }
#MXgsTNfWsGdLlWwJCn1yzkvr9Pn61lAD { width:16.0615rem;height:4.673825rem;top:9.62109375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15022;font-family:amiri;color:rgba(160,144,98,0.45);line-height:1.7;display:block; }
#fHDQkXwGkxVFym4VW4GunBKNTQSGNgmi { width:3.125rem;height:3.125rem;top:7.80859375rem;left:16.87343788147rem;font-size:2.1875rem;z-index:15009;color:#03827b;display:block; }
#zN4E3hzrQzEaMlI1Zr5XJa1soRtmxlXs { width:3.3125rem;height:3.3125rem;top:15.435943603516rem;left:16.686719894409rem;font-size:2.3125rem;z-index:15010;color:#03827b;display:block; }
#QABiV6hb7ZyHKFgrOy0oDQOLMQhW0S8N { width:3.3125rem;height:3.3125rem;top:24.936828613281rem;left:16.812283813953rem;font-size:2.3125rem;z-index:15011;color:#03827b;display:block; }
#veTNp91OzyPxuD1Q87IGSMJUm52q3S7G { width:2.43706875rem;height:2.43706875rem;top:22.87451171875rem;left:16.62451171875rem;font-size:1.6875rem;z-index:15012;display:none; }
#i42CXxVKzSHCvShm3bEgS3wAW70O8RHK { width:6.811rem;height:6.811rem;top:0.935329914093rem;left:12.255859673023rem;font-size:4.75rem;z-index:15012;color:rgba(230,40,40,0.83);display:block; }
#QfeBaOuXHlUFlXxzIBGXefZbF1Cl1FCG { width:10.5rem;height:0.125rem;top:6.7489156723025rem;left:3.6453998684883rem;background-color:rgba(160,144,98,0.26);background-image:none;z-index:15005;display:block; }
#D4PNW1FM7BFB3tTtzT44XxofUdzqy9Iv { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(3,130,123,0.26), rgba(160,144,98,0.46));background-image: -moz-linear-gradient(180deg, rgba(3,130,123,0.26), rgba(160,144,98,0.46));background-image: -ms-linear-gradient(180deg, rgba(3,130,123,0.26), rgba(160,144,98,0.46));background-image: -o-linear-gradient(180deg, rgba(3,130,123,0.26), rgba(160,144,98,0.46));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b42', endColorstr='#a0906275' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b42', endColorstr='#a0906275' );";background-image: linear-gradient(180deg, rgba(3,130,123,0.26), rgba(160,144,98,0.46));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#D4PNW1FM7BFB3tTtzT44XxofUdzqy9Iv > .row .container { background-color: transparent; background-image: none; }#D4PNW1FM7BFB3tTtzT44XxofUdzqy9Iv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4PNW1FM7BFB3tTtzT44XxofUdzqy9Iv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4PNW1FM7BFB3tTtzT44XxofUdzqy9Iv > .row .container > .video-iframe-container { display: none; }#D4PNW1FM7BFB3tTtzT44XxofUdzqy9Iv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4PNW1FM7BFB3tTtzT44XxofUdzqy9Iv > .row > .video-iframe-container { display: none; }#D4PNW1FM7BFB3tTtzT44XxofUdzqy9Iv > .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); }#D4PNW1FM7BFB3tTtzT44XxofUdzqy9Iv > .row .container { border-width: 0; border-radius: 0; }#D4PNW1FM7BFB3tTtzT44XxofUdzqy9Iv > .row .container { width:20rem;height:143.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#xrnt1XwoTJIaweHh3nte6BsKgmr8oad5 { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:2rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:none; }
#wJ4bzdwGhdsmss1XlRFE544ZSVvOSB5s { width:20rem;height:3rem;top:5.947265625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-family:var(--headlines-font-family);display:block; }
#fhVNNNVo9XAhWumhScONqWkV18N6OgLu { width:20rem;height:1.94986875rem;top:3.2486982345581rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
#KnEkV4BFaVn9TZ9Rrgp2XWkZrfZthoGu { top:12.1103515625rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mpuR7srFUxbESmLcteFoI7tcWbe5sic4 { top:45.6875rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tJ9MZMDAvGMBZ1agzkZNVNClRWMSxNy1 { top:79.5673828125rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Aknt4OwkNPebbG0AuTl1PdRXS2TkxMHg { width:20rem;height:0.124783125rem;top:44.124134063721rem;left:0rem;background-color:rgba(3,130,123,0.37);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15030;display:block; }
#wMKXOTI9tFhE6kGcNuarf2FIZZRAIbr8 { top:113.875rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#eHVcWZw2muhP7pfypabsqOdHxRLkIaMA { width:20rem;height:0.124783125rem;top:111.24892044067rem;left:0rem;background-color:rgba(3,130,123,0.37);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15031;display:block; }
#UvemyxpE0rdP0t5diR5SHpe8MPIxMMAg { width:20rem;height:0.124783125rem;top:77.873920440675rem;left:0rem;background-color:rgba(3,130,123,0.37);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15031;display:block; }
#TVMcH7FZ0qua3SXCOpLQ4yMdQUDgBuTp { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,144,98,0.58), rgba(3,130,123,0.37));background-image: -moz-linear-gradient(180deg, rgba(160,144,98,0.58), rgba(3,130,123,0.37));background-image: -ms-linear-gradient(180deg, rgba(160,144,98,0.58), rgba(3,130,123,0.37));background-image: -o-linear-gradient(180deg, rgba(160,144,98,0.58), rgba(3,130,123,0.37));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0906293', endColorstr='#03827b5e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0906293', endColorstr='#03827b5e' );";background-image: linear-gradient(180deg, rgba(160,144,98,0.58), rgba(3,130,123,0.37));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TVMcH7FZ0qua3SXCOpLQ4yMdQUDgBuTp > .row .container { background-color: transparent; background-image: none; }#TVMcH7FZ0qua3SXCOpLQ4yMdQUDgBuTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVMcH7FZ0qua3SXCOpLQ4yMdQUDgBuTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVMcH7FZ0qua3SXCOpLQ4yMdQUDgBuTp > .row .container > .video-iframe-container { display: none; }#TVMcH7FZ0qua3SXCOpLQ4yMdQUDgBuTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVMcH7FZ0qua3SXCOpLQ4yMdQUDgBuTp > .row > .video-iframe-container { display: none; }#TVMcH7FZ0qua3SXCOpLQ4yMdQUDgBuTp > .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); }#TVMcH7FZ0qua3SXCOpLQ4yMdQUDgBuTp > .row .container { border-width: 0; border-radius: 0; }#TVMcH7FZ0qua3SXCOpLQ4yMdQUDgBuTp > .row .container { width:20rem;height:7.6875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#c3EfF6lFpRupDTpTbdh3LiEGyvh4fo6m { width:18.5625rem;height:1.50065rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
#aba0yEX4r4x9bKV4rfb0lD7nvXzqPBE0 { width:20rem;height:0.125rem;top:7.5625rem;left:0rem;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;display:block; }
#GOc5A0liu03qB6TDrwsgIZmVXZK0dNiv { width:5.24956875rem;height:2.68555rem;top:1.6807727813721rem;left:7.374132454395rem;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
