.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:252,240,222;--color-primary-1:247,207,146;--color-primary-2:238,158,36;--color-primary-3:119,79,18;--color-primary-4:36,24,5;--color-secondary-0:225,242,255;--color-secondary-1:171,220,230;--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); }#T81VA4S2tkd9ZD7U2LVH58AQbR5aBP7a { position:relative;z-index:auto;display:none; }#T81VA4S2tkd9ZD7U2LVH58AQbR5aBP7a { border-width: 0; border-radius: 0; }#T81VA4S2tkd9ZD7U2LVH58AQbR5aBP7a > .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; }#T81VA4S2tkd9ZD7U2LVH58AQbR5aBP7a > .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; }#eES9K6NsTPXbGGDVbol63h4ec5PTUAqh { 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; }
#KztL9bfp1TJekxJSUhrtMErLKeTUTbdT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HwCA2LfsImJKPTs63lAQzL1TK8aWsuRM { 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; }
#pcsGHh8rOgOIhXCy2TgncWOT2wkCAuxF { 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; }
#qLTwd5Xm5eZEp5TC5FRdyfZmUoD0fbpB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Iesw7Z9eEJ8Tk37dEn8iXzeA36TBRcMR { 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; }
#Iesw7Z9eEJ8Tk37dEn8iXzeA36TBRcMR > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#UMUrh8EeRbkNE8SWqhXwoxVaEfM4GvBI { 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; }
#BADBRCfZqHVEcO3fUzgwCJKnP7NT7NJ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D12szcHX8Vtem2Ugi3wZETzIZ9QnQWQo { 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; }
#tSZo9pWbDzirKf0AbdGmh9IGuwLF61fu { 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; }
#rmSiqfRyxzvZB3acAqwEiXPfTClLLEDb { 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; }
#Lb4tychOf9m95AwCLmkopgcXUp9cR9Ey { 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; }
#DLfudpEmCuwkvke5VdwA2Rb2Z5T9eEnv { 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; }
#dsLVkUzgDWwNTGcrEde89s2uUTSKfOA7 { 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; }
#sZ0HpzZIMTx8r7Dhb6vDExmMX7kqO62T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BkRMu2ZgTbS7aX3csKuzQFqpI8xwwpQ3 { 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; }
#GSmuwGSfmxE1CN3aQr3KqgdbnSpBs1ws { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mqAxP5QrCxu0xS39lRQx6dk1TBADiDRz { 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; }
#BCDaxp18LqsqLQFFAWrcPk23oe7LHnU9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NrfiWBfxMIIc0Lm4hTryWTQXyp6KPOJf { 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; }
#lAQw7p7khzRCFEnyuraMFteaKO2gsMkn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#heCo8PRvpoHih35lm9CeKiKp4GWsq5O8 { position:relative;z-index:auto;display:none; }#heCo8PRvpoHih35lm9CeKiKp4GWsq5O8 { border-width: 0; border-radius: 0; }#heCo8PRvpoHih35lm9CeKiKp4GWsq5O8 > .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; }#heCo8PRvpoHih35lm9CeKiKp4GWsq5O8 > .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; }#heCo8PRvpoHih35lm9CeKiKp4GWsq5O8 > .row .container.adaptive-delivery-prevent-bg, #heCo8PRvpoHih35lm9CeKiKp4GWsq5O8 > .row .container.lazyload, #heCo8PRvpoHih35lm9CeKiKp4GWsq5O8 > .row .container.lazyloading { background-image: none; }#OxIgs58eBAtKmEqGTsTTn0e0zzTZF0AK { position:absolute;display:block;z-index:15023;height:8.562rem;width:15.4365rem;top:22.6552734375rem;left:1.91748046875rem;display:block; }
#fGSEue5r2ylKCcqCkq8uNyzTclxmDcgm { position:absolute;display:block;z-index:15022;height:8.4375rem;width:15.249rem;top:13.154296875rem;left:2.01416015625rem;display:block; }
#WOKIQaVrGQJzsIT3QQWGlWFeNhn6Lbkq { position:relative;z-index:auto;display:none; }#WOKIQaVrGQJzsIT3QQWGlWFeNhn6Lbkq { border-width: 0; border-radius: 0; }#WOKIQaVrGQJzsIT3QQWGlWFeNhn6Lbkq > .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; }#WOKIQaVrGQJzsIT3QQWGlWFeNhn6Lbkq > .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; }#WOKIQaVrGQJzsIT3QQWGlWFeNhn6Lbkq > .row .container.adaptive-delivery-prevent-bg, #WOKIQaVrGQJzsIT3QQWGlWFeNhn6Lbkq > .row .container.lazyload, #WOKIQaVrGQJzsIT3QQWGlWFeNhn6Lbkq > .row .container.lazyloading { background-image: none; }#c5ASMG4G8Wm61Gbuo53vQvirHMz4VMPE { position:relative;display:none; }#c5ASMG4G8Wm61Gbuo53vQvirHMz4VMPE { border-width: 0; border-radius: 0; }#c5ASMG4G8Wm61Gbuo53vQvirHMz4VMPE > .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; }#c5ASMG4G8Wm61Gbuo53vQvirHMz4VMPE > .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; }#ddutKexe4ny6hArez0la9RymOImHs9dN { 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; }
#fhR52ccUdai4O3B9bMTk7ur1SWER3mDI { 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; }
#yuAXiZJFFdOxamTU2yy1eHkFMLhAVAhP { 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; }
#ZmTDm1sAD3SqJwxfzTaARwAWtH2Iv8Dc { 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; }
#OeG5u0hGMECdyLKJHNGJ6cLHB03WC3xv { position:relative;display:none; }#OeG5u0hGMECdyLKJHNGJ6cLHB03WC3xv { border-width: 0; border-radius: 0; }#OeG5u0hGMECdyLKJHNGJ6cLHB03WC3xv > .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; }#OeG5u0hGMECdyLKJHNGJ6cLHB03WC3xv > .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; }#fiBCtMhmpZ6btxL5UHR4ft1ymZ8XWuPh { 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; }
#doeHZAD642xy0XDisZGb1ieVsBTalJnR { 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; }
#QGPdxK0OSNkm5QQU5MCMxQyQFKMuAELS { 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; }
#yKOxE4zMmoWW2vdcybDixVr1TKUm4GSo { 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; }
#cZgLRt3FX0ZMXBTh0ITQSJlKaDtgaAgM { 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; }
#vt7sUOBLTKw52ahIq4v6Tn6GJt1TGRTe { 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; }
#u0fLcZ3H0xPz9Vsp5Tb6bkJbtizTW5TO { 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; }
#U2cw5solc0sTtyevnkgONcPDxNKZ2UW1 { 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; }
#ceKQZBhsHvahL9Ivvg7GToEFNWeMC66f { 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; }
#pPzGK2ZkoWQfanTZGBF82RyCCxbrkp8g { 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; }
#FCAFXUGmHxh46a884LqmknRayLNDyf6l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-form-header {  }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .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; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .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; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-input-text {padding-top: 0; padding-bottom: 0;}#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .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; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .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; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-input-select {padding-top: 0; padding-bottom: 0;}#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .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; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .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; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A [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; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A [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; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A [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; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A [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; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .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; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .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; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .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; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-container:first-of-type{padding-top:0;}#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-container:last-of-type{padding-bottom:0;}#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.6953125rem;left:7.9375rem; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .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; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A {display:block;}#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.6953125rem;left:7.9375rem;display:none; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #vCLpkFi2Sn8FxeTQ6ObHgcEhHE43wFRx { position:relative; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #hHyaxWD3TWv1RrPoMJkuwTl8M9c3rdZR { position:relative;display:none; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #w8Z04LeHINVTWOIWXdFmwBZiw07M4uJP { position:relative; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #kWObWVnOpDlLqHhf1NomwWT4G0qlz6mG { position:relative; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #GZxPS3Oqhf0OdKnffuMDLACXhmuIqCGX { position:relative;display:none; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #rPQGCN7HU029sDyamIVVyumqa4avIAIF { position:relative; }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #Dhh74JFEmprbmnlde8GWuvafwGhC1gi8 { position:relative; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #TXETQTS9gxz1mWzadXyZsP3mwo2k1qNk { position:relative; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #KRVyJlSmpACQxKO2E013mwHxseRQZVlg { position:relative;display:none; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #pAr8vhV8H2zwgf4PTT7B1fAIsTaL3b4o { position:relative; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #laIAeGvkNb9FTTn47q9upJDiFsCpnigH { position:relative; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #Z1K5oU0lcfGlZLGOJPT3zXSHqpDxe1EP { position:relative; }
#xdrHLATf8Jrrmr7NBLN6PuKg2TEDRaoT { position:relative;display:none; }#xdrHLATf8Jrrmr7NBLN6PuKg2TEDRaoT { border-width: 0; border-radius: 0; }#xdrHLATf8Jrrmr7NBLN6PuKg2TEDRaoT > .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; }#xdrHLATf8Jrrmr7NBLN6PuKg2TEDRaoT > .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; }#O35BJAJ9Q2yXV9ObqvttTeIakC2TwpyT { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#Q6AMmuzdQTqTi4MvBmm8denpU3HOuMls { position:relative;display:none; }#Q6AMmuzdQTqTi4MvBmm8denpU3HOuMls { border-width: 0; border-radius: 0; }#Q6AMmuzdQTqTi4MvBmm8denpU3HOuMls > .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; }#Q6AMmuzdQTqTi4MvBmm8denpU3HOuMls > .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; }#LLGfRtwkP7noHdfF5Er9MliGexLvsyVP { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#uwwp8DveIhWP3NCVvxi1WTvNmN6lDJ8f { 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; }#uwwp8DveIhWP3NCVvxi1WTvNmN6lDJ8f > .row .container { border-width: 0; border-radius: 0; }#uwwp8DveIhWP3NCVvxi1WTvNmN6lDJ8f > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uwwp8DveIhWP3NCVvxi1WTvNmN6lDJ8f > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#K7U9ceJBS9KUS3X1wSKEdlVLqKB1zCnT { 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; }
#SsyqZ6mmVnSLl1uwzzmTJwseetaRdXNs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KTnN0Gud3eSSKGmFtLcV49GUTM4atsvb { 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; }
#WOamLpOAMwKh8nX76TAG0vDOvZ8Dtzy4 { 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; }
#yXORT3HX558AAU4p04ZK8xncWiK7p4Mr { 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; }
#FBESbK3qMivwBMQaVGCmbNlaAv0Rau3T { 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; }
#bu1opCZ3GVWewooe2B34aaoV9O8Aurb5 { 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; }
#pMC1PRCh0pT8i6lo3du40VJKuIa6qvTE { 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; }
#xKHtMeK3IRvCWR1covXioJ8GDVBFaNLc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XUiEFAlpL8SGmuddGEeTPh8QKnF64MB4 { 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; }
#Iv1tZ4IyoLyTVvIQw66KGfBXCM5KHEv9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M6FMkXkCWkeTa8qOlpb1zNyil8nTHtVn { 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; }
#THmA0UtWf6PJTDyTewaVeOuTfC1WbQtd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QfdEWalW9Z5RZXCPH0iAc21zhZudVK2y { 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; }#QfdEWalW9Z5RZXCPH0iAc21zhZudVK2y > .row .container { border-width: 0; border-radius: 0; }#QfdEWalW9Z5RZXCPH0iAc21zhZudVK2y > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QfdEWalW9Z5RZXCPH0iAc21zhZudVK2y > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#Guak6kpMVywsCfw298o1TITDz2Knc5DQ { 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; }
#RvKEEXP8LJHdrWfDM8KNsCqhHDTZ9tzI { 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; }
#qP33IXmPAzJgnSWp6pCN60EUpgSIpKk0 { 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; }
#J2HTRZhO5qcwKkgeC2bi9EcmWJhUSd32 { 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; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 .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; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 .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; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 .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; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 .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; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 .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; }#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 .accordion-trigger.adaptive-delivery-prevent-bg, #GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 .accordion-trigger.lazyload, #GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 .accordion-trigger.lazyloading { background-image: none; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 { 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; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #MExpc9C3kNd33RT2BBz0Ptc58vcOTZPw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #eM5ril1ktLxps4DtCBVCoTZwzcpu1NER { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #l2aOFaCIb5wJV08xMFCTTAqesTvCsSbe { display:block;position:relative; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #Pyb0eg6OZaTk9fegCPk5wnwervtu79NE {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #pclpm2F8TAZqkNqwSIGP5DpNL9vFtCZ4 {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #C8F3HzHxFNyxZc3CbthyQw0wcyN8XV2d { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #HHE6LSTuCyHQ02laZKIfW794shT24pIX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #DIqRVMFTpkEG5xeiJbmu9rsIn64NcPzc { display:block;position:relative; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #hkhxrdI5s4JdXWV4TSoCGAK1HLxvI9bB {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #spnuhTBiVpptd8VHod8hA8T2AHi9IemW { display:none; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #QT2KdRCtBW0lUOwuVRDwm5FP943D6dzw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #lcT39LK0rLPn4ZvVfHEqAQaqefthpc6G { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #TWMMRTL22hldHwt6Uisv4FRa2Mv4inZ8 { display:block;position:relative; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #TxT1H73hPFDNaVkNWFJzIkD2FqPKVVzC {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #G1JhICMG9ANGQ13U4RydTVNn71c1S92s { display:none; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #cKyFoXxQIhUVfT2ihysuUB8H5anxLnMv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #q1gMr7SEwp6dQcyzesn5H8UN3JTtlLFV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #Sl3dWpUJcuA47ZdNA60USte7vs48Tygr { display:block;position:relative; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #JCWTSxwUgZUagIf46JJDTv2l2yKphBU1 {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #kvpBkGxJCdZo2uUT18wzvriNooUTt5WI { display:none; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #rmSWuu2e8TOK1o2KIwP4yeGhT6f2Hbl4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #VadiRKkkACxef0dsMlt1lQHu2zGL3hkV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #ptNSZCFZmxrJONwtFqIzLkUWH2mbbNDO { display:block;position:relative; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #FX99HFhtcXS8MvM82bahCPCBZ4qvTTQZ {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #xIHUbrlzdPGD55C1J7nQwwTxoSumNRta { display:none; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #dqUKxReJu8xz0iziP5iMCvbaGVPTn7I6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #abs4xuEHp0bDAnocKQkepkaODm9F4tEd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #WTR7r3hgRffuz1PaW53i5dWZpufSXCtI { display:block;position:relative; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #QzuHmCLQW06x0VvMcAQTALX8UH4OZRm8 {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #sdbR0aTqxv4sogBDCFLEOlsaUaJst20O { display:none; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #UutGreobFOhO5drDVbwNxAIvFqyCnslX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #NTkGtsrupQ3kJmyK6TSVMreMwNFD92mt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #XaVuSgoERCsChTCFiaCDCFdqae8RhIRD { display:block;position:relative; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #w8gIdsmTmRp3dvZx63BUxhTIfMpFT8WV {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #vxDtgkLTNzD1scalcsnsUONmF82riJsA { display:none; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #F2bs3w5zrA9HwiEG1ECCF0Sk1GeNxet3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #xL4SShDVJT2JrAiWa7qilOvvmLRMrPUm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #bp98O7BFN4bKq3GbcXZxFa34CizVp4uS { display:block;position:relative; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #xhTObACG43tV9N5glzicivJBcbarCbEP {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #GFT3GNa1dSyiWLvsA3iTJDR53sWXTKwr { display:none; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #PBBkVolslLupOzezscNK29wpgK2BEWGp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #Woq9NT98PJfCqt530yW0IoaAFGd1TGcF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #rolcTBpxJORLgpfkiyvoJ5W0oHCC6vMD { display:block;position:relative; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #NStR6yzPRPqIXGkxmf0BclRtFy5et0JD {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #x6d7BmvEtKPqJ3vxyc9kuCTlnnAPT0zI { display:none; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #lNDzztHNTJwyKZLTOW1ishmCmFG3Lp62 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #Dt3lw7mhob3v1b4d6I1mNE88bsVmfuwU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #ybMyT6K1yMFFSzeO8tNyR5vKTDTrTySq { display:block;position:relative; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #yxEiyrSicFlXDxfQ3M6JaJsXHcBZvqnm {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #q1ciVLmpR2b4nCF18OVpaEPEOymGs7Tz { display:none; }
#IMyTLHNaedtTpERR2RImt8pWWaasIJHh { 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; }#IMyTLHNaedtTpERR2RImt8pWWaasIJHh.adaptive-delivery-prevent-bg, #IMyTLHNaedtTpERR2RImt8pWWaasIJHh.lazyload, #IMyTLHNaedtTpERR2RImt8pWWaasIJHh.lazyloading { background-image: none; }#IMyTLHNaedtTpERR2RImt8pWWaasIJHh > .row .container { border-width: 0; border-radius: 0; }#IMyTLHNaedtTpERR2RImt8pWWaasIJHh::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; }#IMyTLHNaedtTpERR2RImt8pWWaasIJHh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IMyTLHNaedtTpERR2RImt8pWWaasIJHh > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:none; }#WVOiaPyyMerFGRdunolZh4PZTtoD3B0o { 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; }
#WEwfkTSvBqisLFbuOqlo7nS1m4955J0o { 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; }
#eJFsqsABKTkEwJHNMclI8XZigpXowqAM { 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; }
#MRirCXir8RkXGJcKXKn3qRFkvWmIma07 { 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; }
#ryH2CsvWK0akSQCkDsI0IA5rWHlR7SuS { 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; }
#ZziDndwrs7IHTuGO9fV5uCq5NwePo5me { 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; }
#lPW2cHvPPg7N0n18WeAKDmuA6JAQtKUy { 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; }
#vB9yOxZwrxK3lloh4TBzBhCM88wy5grs { 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; }
#SqKAyGB58yw9xLwa5e50SFhcIAcCzIrp { 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; }
#lJyyxSfhoZEJhtA37LvP2kFQVwSg5Bdo { 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; }
#L2m1RolUf3FPLt2CfMgiE50mS0E4W96w { 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; }
#vvGOKZxZ1sF7XHI6SlLccLEt6niBF32t { 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; }
#lNsqB0MXbiZU0JOpbRimXaHAK14VHVwo { 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; }
#QfWtoSWRhKWhJT1aJ1HKty6PZCK6lRv4 { 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; }
#rh1DrXn3KstLSXmny4Xmo4ts1p79Cigi { 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; }
#ZtcLUptt3XL5wBFv1HM6Dd9xSt0g3zT2 { 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; }
#tggwvPx0zk14srJMPu7t3AJ27rsNnrvt { 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; }
#w8FVy7FC3LS5Ox4VTN5fTmLuBnMNSPFF { 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; }
#ph2cSoXIfOie70tfMKvUVk6kZFCeOFmJ { 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; }
#OrMRHORntGyuZV7SO6gHhMnmSPykRc2f { 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; }
#NQx5k8CTF7tSVoO87oQzfr8SHUZXmDtw { 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; }
#MsZbeEkFFFHnruiZ9ZE8nJ6dXD8od33M { 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; }
#tiuK7fFvwaGqIEq2lTTn8aXULxuqsd5a { 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; }
#tiuK7fFvwaGqIEq2lTTn8aXULxuqsd5a > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#hIBKpwoVPDqdPNxu54VZ3FGcJldxEPTN { 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; }
#H10XswvpA8i6NoSKr54VK5em30i4WkvE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MLztaUc78ZKB4pE1KPIopQ8UTI1sO8qx { 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; }
#MLztaUc78ZKB4pE1KPIopQ8UTI1sO8qx > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#Bcfo81dc76ZCI3SEgMPvusREPDn63aDx { 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; }
#zZwBea99C0ccDrC4xU91iwPG4MCzUPps { 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; }#zZwBea99C0ccDrC4xU91iwPG4MCzUPps > .row .container { border-width: 0; border-radius: 0; }#zZwBea99C0ccDrC4xU91iwPG4MCzUPps > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zZwBea99C0ccDrC4xU91iwPG4MCzUPps > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#XQZkRoeRloXRzfOVMhx99oG5iPeUlgVJ { 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; }
#lllpxmyBiMkBnxOx7NyiwKaSQxz9oXv2 { 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; }
#Zx1nwXfMq9MKtF7nWhKadZ131UKaxsH5 { 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; }
#frhUGN8sJUTgMlEu6PihN530kAZDzLc8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aH9e85KXiiZEr6pvrTruEyTG9bcczQHb { 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; }
#RtxJKHb75NKqWkJoiynqwa62qg2GZ54J { 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; }
#TWnRdsWRanbfWmTsRwyACrxxBb0WTCwl { 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; }
#eQ1KdHW78JhIdqFFSSQczTE8IeSTKnVa { 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; }
#F42fMvXuhNPMdKpsuwC4dg7svawaGJfT { position:relative;display:none; }#F42fMvXuhNPMdKpsuwC4dg7svawaGJfT { border-width: 0; border-radius: 0; }#F42fMvXuhNPMdKpsuwC4dg7svawaGJfT > .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; }#F42fMvXuhNPMdKpsuwC4dg7svawaGJfT > .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; }#ThnVL6tdXntNXdl1LdOhM4Rh0SW8Xv9X { 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; }
#IpH4Bf92DU15qSkKpAMBygTiamwmGvds { 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; }
#lWtLssUca6LWn1gV57CRkA3dWoeyO2Rq { 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; }
#EPGs8CrfNQzfnZ95TxZUzW0FH1TAUtfr { 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; }
#pOnS2Llq0a0VBqOhqc0illVy2svLzoXp { 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; }
#hJCQJ4yhUy8GCiTT4IPzr5Tv428zlPcm { 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; }
#AGzf4qk0mDn66xMhaUrMk1LvvQktyIFc { 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; }
#JT6ePKLhNiT5nFSN5M5OxKSEByXDywXa { 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; }
#sWlGUJpzF9LpH8KSOvnxh3svxKhw68Rw { 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; }
#fbCqq1MTWe6FT8i4zQS0ou7mmoczXuBv { 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; }
#A8u1TaKyqsBD99yJQfVm1GzFC3DLHHEd { 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; }#A8u1TaKyqsBD99yJQfVm1GzFC3DLHHEd > .row .container { border-width: 0; border-radius: 0; }#A8u1TaKyqsBD99yJQfVm1GzFC3DLHHEd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#A8u1TaKyqsBD99yJQfVm1GzFC3DLHHEd > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#BJ5vtL8ztzac74ygho6Gu5h2DLLtLHly { 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; }
#heBdtIIRgLrFPl9zl3nH4VbQVZpZBCc2 { 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; }
#o6hE3H0bwwTcamt3sUTwsVDUcML6FRUI { 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; }
#dkwnvmdA9eWSGWCtW6feaI42yFA7p4wd { position:absolute;display:block;z-index:15029;background-color:#c6996e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:22.5rem;top:46.0625rem;left:37.5rem;display:block; }
#sbn8CsEnuEZaCWZOraSD5ZDnM1lFxTdv { 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; }
#u7obSruJtM3aumTNTcNTnyZQV6u8SZic { 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; }
#ocO1Dum36unHd5M1W9AJ4QqX86JOee9m { 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; }
#zmE6RSTw2iC7QZU1eB4cTmoUZTVt1N1g { 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; }
#AGffU9PJQCHEqMu1eMAZsBVzJgXezVpy { 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; }
#UhAy5aNKxvIiuv5lWAe9berT81q7uGsN { 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; }
#reB1C0T2XEci9px5Pnd9hSpcnrKzt16L { 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; }#reB1C0T2XEci9px5Pnd9hSpcnrKzt16L > .row .container { border-width: 0; border-radius: 0; }#reB1C0T2XEci9px5Pnd9hSpcnrKzt16L > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#reB1C0T2XEci9px5Pnd9hSpcnrKzt16L > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#hoTh2bEf2iuI7XIqmvIO1JdoRJbTFWy8 { 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; }
#daAG0sIHt1efvNr1lpWxLhvUTRyNhfer { 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; }
#lqtTvgvTh2VR0CcRoyAOiKyOmVarJMMa { 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; }
#T81VA4S2tkd9ZD7U2LVH58AQbR5aBP7a { display:none; }#T81VA4S2tkd9ZD7U2LVH58AQbR5aBP7a > .row .container { width:47.75rem;position:relative;display:none; }#eES9K6NsTPXbGGDVbol63h4ec5PTUAqh { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#KztL9bfp1TJekxJSUhrtMErLKeTUTbdT { display:block; }
#HwCA2LfsImJKPTs63lAQzL1TK8aWsuRM { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#pcsGHh8rOgOIhXCy2TgncWOT2wkCAuxF { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#qLTwd5Xm5eZEp5TC5FRdyfZmUoD0fbpB { display:block; }
#Iesw7Z9eEJ8Tk37dEn8iXzeA36TBRcMR { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#Iesw7Z9eEJ8Tk37dEn8iXzeA36TBRcMR > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#UMUrh8EeRbkNE8SWqhXwoxVaEfM4GvBI { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#BADBRCfZqHVEcO3fUzgwCJKnP7NT7NJ1 { display:block; }
#D12szcHX8Vtem2Ugi3wZETzIZ9QnQWQo { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#tSZo9pWbDzirKf0AbdGmh9IGuwLF61fu { top:4.875rem;left:6.75rem;width:7.125rem;height:0.875rem;font-size:0.6875rem;display:block; }
#rmSiqfRyxzvZB3acAqwEiXPfTClLLEDb { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#Lb4tychOf9m95AwCLmkopgcXUp9cR9Ey { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#DLfudpEmCuwkvke5VdwA2Rb2Z5T9eEnv { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#dsLVkUzgDWwNTGcrEde89s2uUTSKfOA7 { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#sZ0HpzZIMTx8r7Dhb6vDExmMX7kqO62T { display:block; }
#BkRMu2ZgTbS7aX3csKuzQFqpI8xwwpQ3 { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#GSmuwGSfmxE1CN3aQr3KqgdbnSpBs1ws { display:block; }
#mqAxP5QrCxu0xS39lRQx6dk1TBADiDRz { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#BCDaxp18LqsqLQFFAWrcPk23oe7LHnU9 { display:block; }
#NrfiWBfxMIIc0Lm4hTryWTQXyp6KPOJf { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#lAQw7p7khzRCFEnyuraMFteaKO2gsMkn { display:block; }
#heCo8PRvpoHih35lm9CeKiKp4GWsq5O8 { display:none; }#heCo8PRvpoHih35lm9CeKiKp4GWsq5O8 > .row .container { width:47.75rem;position:relative;display:none; }#OxIgs58eBAtKmEqGTsTTn0e0zzTZF0AK { top:22.625rem;left:0rem;width:15.375rem;height:8.5rem;display:block; }
#fGSEue5r2ylKCcqCkq8uNyzTclxmDcgm { top:13.125rem;left:0rem;width:15.1875rem;height:8.4375rem;display:block; }
#WOKIQaVrGQJzsIT3QQWGlWFeNhn6Lbkq { display:none; }#WOKIQaVrGQJzsIT3QQWGlWFeNhn6Lbkq > .row .container { width:47.75rem;position:relative;display:none; }#c5ASMG4G8Wm61Gbuo53vQvirHMz4VMPE { display:none; }#c5ASMG4G8Wm61Gbuo53vQvirHMz4VMPE > .row .container { width:47.75rem;position:relative;display:none; }#ddutKexe4ny6hArez0la9RymOImHs9dN { width:47.75rem;height:19rem;display:none; }
#fhR52ccUdai4O3B9bMTk7ur1SWER3mDI { width:14.0625rem;height:5.125rem;display:none; }
#yuAXiZJFFdOxamTU2yy1eHkFMLhAVAhP { width:15.9375rem;height:5.25rem;display:none; }
#ZmTDm1sAD3SqJwxfzTaARwAWtH2Iv8Dc { top:1.4375rem;left:5.6109380722046rem;width:7.625rem;height:1rem;font-size:0.8125rem;display:none; }
#OeG5u0hGMECdyLKJHNGJ6cLHB03WC3xv { display:none; }#OeG5u0hGMECdyLKJHNGJ6cLHB03WC3xv > .row .container { width:47.75rem;position:relative;display:none; }#fiBCtMhmpZ6btxL5UHR4ft1ymZ8XWuPh { top:1.0625rem;left:0rem;width:18.4375rem;height:1.4375rem;font-size:1.25rem;display:block; }
#doeHZAD642xy0XDisZGb1ieVsBTalJnR { top:7.375rem;left:0rem;width:20rem;height:;font-size:0.9375rem;display:block; }
#QGPdxK0OSNkm5QQU5MCMxQyQFKMuAELS { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#yKOxE4zMmoWW2vdcybDixVr1TKUm4GSo { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#cZgLRt3FX0ZMXBTh0ITQSJlKaDtgaAgM { width:23.5rem;height:27.75rem;display:none; }
#vt7sUOBLTKw52ahIq4v6Tn6GJt1TGRTe { display:none; }
#u0fLcZ3H0xPz9Vsp5Tb6bkJbtizTW5TO { display:none; }
#U2cw5solc0sTtyevnkgONcPDxNKZ2UW1 { top:4.8125rem;left:0rem;width:18.25rem;height:2.4375rem;font-size:0.9375rem;display:block; }
#ceKQZBhsHvahL9Ivvg7GToEFNWeMC66f { display:none; }
#pPzGK2ZkoWQfanTZGBF82RyCCxbrkp8g { width:;height:;display:none; }
#FCAFXUGmHxh46a884LqmknRayLNDyf6l { display:block; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-input-text {padding-top: 0; padding-bottom: 0;}#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-input-select {padding-top: 0; padding-bottom: 0;}#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A  { width:17.5rem;height:auto;top:2.6875rem;left:1.8125rem; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A {display:block;}#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A { width:17.5rem;height:auto;top:2.6875rem;left:1.8125rem;display:none; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #vCLpkFi2Sn8FxeTQ6ObHgcEhHE43wFRx {  }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #hHyaxWD3TWv1RrPoMJkuwTl8M9c3rdZR {  }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #w8Z04LeHINVTWOIWXdFmwBZiw07M4uJP {  }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #kWObWVnOpDlLqHhf1NomwWT4G0qlz6mG {  }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #GZxPS3Oqhf0OdKnffuMDLACXhmuIqCGX {  }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #rPQGCN7HU029sDyamIVVyumqa4avIAIF {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #Dhh74JFEmprbmnlde8GWuvafwGhC1gi8 {  }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #TXETQTS9gxz1mWzadXyZsP3mwo2k1qNk {  }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #KRVyJlSmpACQxKO2E013mwHxseRQZVlg {  }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #pAr8vhV8H2zwgf4PTT7B1fAIsTaL3b4o {  }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #laIAeGvkNb9FTTn47q9upJDiFsCpnigH {  }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #Z1K5oU0lcfGlZLGOJPT3zXSHqpDxe1EP {  }
#xdrHLATf8Jrrmr7NBLN6PuKg2TEDRaoT { display:none; }#xdrHLATf8Jrrmr7NBLN6PuKg2TEDRaoT > .row .container { width:47.75rem;position:relative;display:none; }#O35BJAJ9Q2yXV9ObqvttTeIakC2TwpyT { display:none; }
#Q6AMmuzdQTqTi4MvBmm8denpU3HOuMls { display:none; }#Q6AMmuzdQTqTi4MvBmm8denpU3HOuMls > .row .container { width:47.75rem;position:relative;display:none; }#LLGfRtwkP7noHdfF5Er9MliGexLvsyVP { display:none; }
#uwwp8DveIhWP3NCVvxi1WTvNmN6lDJ8f { display:none; }#uwwp8DveIhWP3NCVvxi1WTvNmN6lDJ8f > .row .container { width:47.5rem;position:relative;display:none; }#K7U9ceJBS9KUS3X1wSKEdlVLqKB1zCnT { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#SsyqZ6mmVnSLl1uwzzmTJwseetaRdXNs { display:block; }
#KTnN0Gud3eSSKGmFtLcV49GUTM4atsvb { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#WOamLpOAMwKh8nX76TAG0vDOvZ8Dtzy4 { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#yXORT3HX558AAU4p04ZK8xncWiK7p4Mr { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#FBESbK3qMivwBMQaVGCmbNlaAv0Rau3T { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#bu1opCZ3GVWewooe2B34aaoV9O8Aurb5 { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#pMC1PRCh0pT8i6lo3du40VJKuIa6qvTE { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#xKHtMeK3IRvCWR1covXioJ8GDVBFaNLc { display:block; }
#XUiEFAlpL8SGmuddGEeTPh8QKnF64MB4 { width:;height:;display:none; }
#Iv1tZ4IyoLyTVvIQw66KGfBXCM5KHEv9 { display:block; }
#M6FMkXkCWkeTa8qOlpb1zNyil8nTHtVn { width:;height:;display:none; }
#THmA0UtWf6PJTDyTewaVeOuTfC1WbQtd { display:block; }
#QfdEWalW9Z5RZXCPH0iAc21zhZudVK2y { display:none; }#QfdEWalW9Z5RZXCPH0iAc21zhZudVK2y > .row .container { width:47.5rem;position:relative;display:none; }#Guak6kpMVywsCfw298o1TITDz2Knc5DQ { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#RvKEEXP8LJHdrWfDM8KNsCqhHDTZ9tzI { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#qP33IXmPAzJgnSWp6pCN60EUpgSIpKk0 { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#J2HTRZhO5qcwKkgeC2bi9EcmWJhUSd32 { top:1.4375rem;left:0rem;width:15.4375rem;height:1.9375rem;font-size:1.5rem;display:none; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 { display:flex;height:auto;width:27.75rem;top:1.5625rem;left:9.57666015625rem;display:none; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #MExpc9C3kNd33RT2BBz0Ptc58vcOTZPw {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #eM5ril1ktLxps4DtCBVCoTZwzcpu1NER {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #l2aOFaCIb5wJV08xMFCTTAqesTvCsSbe {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #Pyb0eg6OZaTk9fegCPk5wnwervtu79NE {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #pclpm2F8TAZqkNqwSIGP5DpNL9vFtCZ4 {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #C8F3HzHxFNyxZc3CbthyQw0wcyN8XV2d {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #HHE6LSTuCyHQ02laZKIfW794shT24pIX {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #DIqRVMFTpkEG5xeiJbmu9rsIn64NcPzc {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #hkhxrdI5s4JdXWV4TSoCGAK1HLxvI9bB {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #spnuhTBiVpptd8VHod8hA8T2AHi9IemW {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #QT2KdRCtBW0lUOwuVRDwm5FP943D6dzw {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #lcT39LK0rLPn4ZvVfHEqAQaqefthpc6G {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #TWMMRTL22hldHwt6Uisv4FRa2Mv4inZ8 {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #TxT1H73hPFDNaVkNWFJzIkD2FqPKVVzC {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #G1JhICMG9ANGQ13U4RydTVNn71c1S92s {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #cKyFoXxQIhUVfT2ihysuUB8H5anxLnMv {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #q1gMr7SEwp6dQcyzesn5H8UN3JTtlLFV {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #Sl3dWpUJcuA47ZdNA60USte7vs48Tygr {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #JCWTSxwUgZUagIf46JJDTv2l2yKphBU1 {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #kvpBkGxJCdZo2uUT18wzvriNooUTt5WI {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #rmSWuu2e8TOK1o2KIwP4yeGhT6f2Hbl4 {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #VadiRKkkACxef0dsMlt1lQHu2zGL3hkV {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #ptNSZCFZmxrJONwtFqIzLkUWH2mbbNDO {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #FX99HFhtcXS8MvM82bahCPCBZ4qvTTQZ {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #xIHUbrlzdPGD55C1J7nQwwTxoSumNRta {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #dqUKxReJu8xz0iziP5iMCvbaGVPTn7I6 {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #abs4xuEHp0bDAnocKQkepkaODm9F4tEd {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #WTR7r3hgRffuz1PaW53i5dWZpufSXCtI {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #QzuHmCLQW06x0VvMcAQTALX8UH4OZRm8 {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #sdbR0aTqxv4sogBDCFLEOlsaUaJst20O {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #UutGreobFOhO5drDVbwNxAIvFqyCnslX {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #NTkGtsrupQ3kJmyK6TSVMreMwNFD92mt {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #XaVuSgoERCsChTCFiaCDCFdqae8RhIRD {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #w8gIdsmTmRp3dvZx63BUxhTIfMpFT8WV {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #vxDtgkLTNzD1scalcsnsUONmF82riJsA {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #F2bs3w5zrA9HwiEG1ECCF0Sk1GeNxet3 {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #xL4SShDVJT2JrAiWa7qilOvvmLRMrPUm {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #bp98O7BFN4bKq3GbcXZxFa34CizVp4uS {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #xhTObACG43tV9N5glzicivJBcbarCbEP {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #GFT3GNa1dSyiWLvsA3iTJDR53sWXTKwr {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #PBBkVolslLupOzezscNK29wpgK2BEWGp {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #Woq9NT98PJfCqt530yW0IoaAFGd1TGcF {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #rolcTBpxJORLgpfkiyvoJ5W0oHCC6vMD {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #NStR6yzPRPqIXGkxmf0BclRtFy5et0JD {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #x6d7BmvEtKPqJ3vxyc9kuCTlnnAPT0zI {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #lNDzztHNTJwyKZLTOW1ishmCmFG3Lp62 {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #Dt3lw7mhob3v1b4d6I1mNE88bsVmfuwU {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #ybMyT6K1yMFFSzeO8tNyR5vKTDTrTySq {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #yxEiyrSicFlXDxfQ3M6JaJsXHcBZvqnm {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #q1ciVLmpR2b4nCF18OVpaEPEOymGs7Tz {  }
#IMyTLHNaedtTpERR2RImt8pWWaasIJHh { display:none; }#IMyTLHNaedtTpERR2RImt8pWWaasIJHh > .row .container { width:47.75rem;position:relative;display:none; }#WVOiaPyyMerFGRdunolZh4PZTtoD3B0o { width:11rem;height:1.5625rem;top:17.3125rem;left:19.125rem;font-size:1.25rem;display:block; }
#WEwfkTSvBqisLFbuOqlo7nS1m4955J0o { width:11rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1.25rem;display:block; }
#eJFsqsABKTkEwJHNMclI8XZigpXowqAM { width:11rem;height:1.5625rem;top:31.1875rem;left:18.9375rem;font-size:1.25rem;display:block; }
#MRirCXir8RkXGJcKXKn3qRFkvWmIma07 { width:11rem;height:1.5625rem;top:30.6875rem;left:0rem;font-size:1.25rem;display:block; }
#ryH2CsvWK0akSQCkDsI0IA5rWHlR7SuS { width:11rem;height:1.5625rem;top:45.4375rem;left:18.9375rem;font-size:1.25rem;display:block; }
#ZziDndwrs7IHTuGO9fV5uCq5NwePo5me { width:11rem;height:1.5625rem;top:45.25rem;left:0rem;font-size:1.25rem;display:block; }
#lPW2cHvPPg7N0n18WeAKDmuA6JAQtKUy { width:11rem;height:1.5625rem;top:60.625rem;left:8.375rem;font-size:1.25rem;display:block; }
#vB9yOxZwrxK3lloh4TBzBhCM88wy5grs { top:10.0625rem;left:15rem;width:17.5rem;height:3.9375rem;font-size:2.9375rem;display:block; }
#SqKAyGB58yw9xLwa5e50SFhcIAcCzIrp { top:18.4375rem;left:16.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#lJyyxSfhoZEJhtA37LvP2kFQVwSg5Bdo { width:12.5625rem;height:1.5rem;top:18.5rem;left:3.9375rem;font-size:1.4375rem;display:block; }
#L2m1RolUf3FPLt2CfMgiE50mS0E4W96w { top:20.875rem;left:16.6875rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#vvGOKZxZ1sF7XHI6SlLccLEt6niBF32t { width:12.5625rem;height:1.5rem;top:20.9375rem;left:3.6295566558838rem;font-size:1.375rem;display:block; }
#lNsqB0MXbiZU0JOpbRimXaHAK14VHVwo { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#QfWtoSWRhKWhJT1aJ1HKty6PZCK6lRv4 { width:12.5rem;height:;top:45.3125rem;left:0rem;font-size:1.4375rem;display:block; }
#rh1DrXn3KstLSXmny4Xmo4ts1p79Cigi { top:15.5rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#ZtcLUptt3XL5wBFv1HM6Dd9xSt0g3zT2 { width:15.0625rem;height:;top:24.75rem;left:0rem;font-size:1.4375rem;display:block; }
#tggwvPx0zk14srJMPu7t3AJ27rsNnrvt { top:18.125rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#w8FVy7FC3LS5Ox4VTN5fTmLuBnMNSPFF { width:16.375rem;height:;top:29.5rem;left:0rem;font-size:1.3125rem;display:block; }
#ph2cSoXIfOie70tfMKvUVk6kZFCeOFmJ { top:20.75rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#OrMRHORntGyuZV7SO6gHhMnmSPykRc2f { width:15.1875rem;height:;top:34.5rem;left:0rem;font-size:1.375rem;display:block; }
#NQx5k8CTF7tSVoO87oQzfr8SHUZXmDtw { width:12.5rem;height:;top:48.3125rem;left:0rem;font-size:1.375rem;display:none; }
#MsZbeEkFFFHnruiZ9ZE8nJ6dXD8od33M { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:none; }
#tiuK7fFvwaGqIEq2lTTn8aXULxuqsd5a { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#tiuK7fFvwaGqIEq2lTTn8aXULxuqsd5a > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#hIBKpwoVPDqdPNxu54VZ3FGcJldxEPTN { width:;height:;display:none; }
#H10XswvpA8i6NoSKr54VK5em30i4WkvE { display:block; }
#MLztaUc78ZKB4pE1KPIopQ8UTI1sO8qx { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#MLztaUc78ZKB4pE1KPIopQ8UTI1sO8qx > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#Bcfo81dc76ZCI3SEgMPvusREPDn63aDx { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:none; }
#zZwBea99C0ccDrC4xU91iwPG4MCzUPps { display:none; }#zZwBea99C0ccDrC4xU91iwPG4MCzUPps > .row .container { width:47.5rem;position:relative;display:none; }#XQZkRoeRloXRzfOVMhx99oG5iPeUlgVJ { top:0rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#lllpxmyBiMkBnxOx7NyiwKaSQxz9oXv2 { top:5.1875rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#Zx1nwXfMq9MKtF7nWhKadZ131UKaxsH5 { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#frhUGN8sJUTgMlEu6PihN530kAZDzLc8 { display:block; }
#aH9e85KXiiZEr6pvrTruEyTG9bcczQHb { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#RtxJKHb75NKqWkJoiynqwa62qg2GZ54J { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#TWnRdsWRanbfWmTsRwyACrxxBb0WTCwl { top:15.25rem;left:9.5rem;width:38.25rem;height:25.557215625rem;display:block; }
#eQ1KdHW78JhIdqFFSSQczTE8IeSTKnVa { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#F42fMvXuhNPMdKpsuwC4dg7svawaGJfT { display:none; }#F42fMvXuhNPMdKpsuwC4dg7svawaGJfT > .row .container { width:47.75rem;position:relative;display:none; }#ThnVL6tdXntNXdl1LdOhM4Rh0SW8Xv9X { top:3.625rem;left:0rem;width:15.375rem;height:3.3125rem;font-size:2.5625rem;display:none; }
#IpH4Bf92DU15qSkKpAMBygTiamwmGvds { width:17.9375rem;height:5.4375rem;top:26.6875rem;left:0rem;font-size:1.4375rem;display:none; }
#lWtLssUca6LWn1gV57CRkA3dWoeyO2Rq { width:17rem;height:6rem;top:17.9375rem;left:0rem;font-size:1.1875rem;display:none; }
#EPGs8CrfNQzfnZ95TxZUzW0FH1TAUtfr { width:16rem;height:4.625rem;top:9.25rem;left:0rem;font-size:1.375rem;display:none; }
#pOnS2Llq0a0VBqOhqc0illVy2svLzoXp { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#hJCQJ4yhUy8GCiTT4IPzr5Tv428zlPcm { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#AGzf4qk0mDn66xMhaUrMk1LvvQktyIFc { width:3.625rem;height:3.625rem;top:10rem;left:44.125rem;font-size:2.5rem;display:none; }
#JT6ePKLhNiT5nFSN5M5OxKSEByXDywXa { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#sWlGUJpzF9LpH8KSOvnxh3svxKhw68Rw { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#fbCqq1MTWe6FT8i4zQS0ou7mmoczXuBv { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:none; }
#A8u1TaKyqsBD99yJQfVm1GzFC3DLHHEd { display:none; }#A8u1TaKyqsBD99yJQfVm1GzFC3DLHHEd > .row .container { width:47.5rem;position:relative;display:none; }#BJ5vtL8ztzac74ygho6Gu5h2DLLtLHly { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#heBdtIIRgLrFPl9zl3nH4VbQVZpZBCc2 { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#o6hE3H0bwwTcamt3sUTwsVDUcML6FRUI { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#dkwnvmdA9eWSGWCtW6feaI42yFA7p4wd { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#sbn8CsEnuEZaCWZOraSD5ZDnM1lFxTdv { top:0rem;width:;height:;display:none; }
#u7obSruJtM3aumTNTcNTnyZQV6u8SZic { top:0rem;width:;height:;display:none; }
#ocO1Dum36unHd5M1W9AJ4QqX86JOee9m { top:0rem;width:;height:;display:none; }
#zmE6RSTw2iC7QZU1eB4cTmoUZTVt1N1g { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:none; }
#AGffU9PJQCHEqMu1eMAZsBVzJgXezVpy { top:0rem;width:;height:;display:none; }
#UhAy5aNKxvIiuv5lWAe9berT81q7uGsN { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:none; }
#reB1C0T2XEci9px5Pnd9hSpcnrKzt16L { display:none; }#reB1C0T2XEci9px5Pnd9hSpcnrKzt16L > .row .container { width:47.5rem;position:relative;display:none; }#hoTh2bEf2iuI7XIqmvIO1JdoRJbTFWy8 { top:4.25rem;left:0rem;width:18.5625rem;height:1.5rem;font-size:1rem;display:block; }
#daAG0sIHt1efvNr1lpWxLhvUTRyNhfer { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#lqtTvgvTh2VR0CcRoyAOiKyOmVarJMMa { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:none; }
body { position:relative;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(160,144,98,0.65), rgba(3,130,123,0.46));background-image: -moz-linear-gradient(top, rgba(160,144,98,0.65), rgba(3,130,123,0.46));background-image: -ms-linear-gradient(top, rgba(160,144,98,0.65), rgba(3,130,123,0.46));background-image: -o-linear-gradient(top, rgba(160,144,98,0.65), rgba(3,130,123,0.46));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062a5', endColorstr='#03827b75' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062a5', endColorstr='#03827b75' );";background-image: linear-gradient(to bottom, rgba(160,144,98,0.65), rgba(3,130,123,0.46));background-size:auto !important;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); }#T81VA4S2tkd9ZD7U2LVH58AQbR5aBP7a { 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; }#T81VA4S2tkd9ZD7U2LVH58AQbR5aBP7a > .row .container { background-color: transparent; background-image: none; }#T81VA4S2tkd9ZD7U2LVH58AQbR5aBP7a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T81VA4S2tkd9ZD7U2LVH58AQbR5aBP7a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T81VA4S2tkd9ZD7U2LVH58AQbR5aBP7a > .row .container > .video-iframe-container { display: none; }#T81VA4S2tkd9ZD7U2LVH58AQbR5aBP7a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T81VA4S2tkd9ZD7U2LVH58AQbR5aBP7a > .row > .video-iframe-container { display: none; }#T81VA4S2tkd9ZD7U2LVH58AQbR5aBP7a > .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); }#T81VA4S2tkd9ZD7U2LVH58AQbR5aBP7a > .row .container { border-width: 0; border-radius: 0; }#T81VA4S2tkd9ZD7U2LVH58AQbR5aBP7a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T81VA4S2tkd9ZD7U2LVH58AQbR5aBP7a > .row .container { width:20rem;height:6.8109821563721rem;position:relative;display:block; }#eES9K6NsTPXbGGDVbol63h4ec5PTUAqh { 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; }
#KztL9bfp1TJekxJSUhrtMErLKeTUTbdT { display:block; }
#HwCA2LfsImJKPTs63lAQzL1TK8aWsuRM { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#pcsGHh8rOgOIhXCy2TgncWOT2wkCAuxF { 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; }
#qLTwd5Xm5eZEp5TC5FRdyfZmUoD0fbpB { display:block; }
#Iesw7Z9eEJ8Tk37dEn8iXzeA36TBRcMR { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#Iesw7Z9eEJ8Tk37dEn8iXzeA36TBRcMR > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#UMUrh8EeRbkNE8SWqhXwoxVaEfM4GvBI { 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; }
#BADBRCfZqHVEcO3fUzgwCJKnP7NT7NJ1 { display:block; }
#D12szcHX8Vtem2Ugi3wZETzIZ9QnQWQo { 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; }
#tSZo9pWbDzirKf0AbdGmh9IGuwLF61fu { 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; }
#rmSiqfRyxzvZB3acAqwEiXPfTClLLEDb { 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; }
#Lb4tychOf9m95AwCLmkopgcXUp9cR9Ey { 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; }
#DLfudpEmCuwkvke5VdwA2Rb2Z5T9eEnv { width:1.875rem;height:1.875rem;top:4.625rem;left:11.40625rem;font-size:1.3125rem;z-index:15014;color:#d71522;display:block; }
#dsLVkUzgDWwNTGcrEde89s2uUTSKfOA7 { 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; }
#sZ0HpzZIMTx8r7Dhb6vDExmMX7kqO62T { display:block; }
#BkRMu2ZgTbS7aX3csKuzQFqpI8xwwpQ3 { 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; }
#GSmuwGSfmxE1CN3aQr3KqgdbnSpBs1ws { display:block; }
#mqAxP5QrCxu0xS39lRQx6dk1TBADiDRz { 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; }
#BCDaxp18LqsqLQFFAWrcPk23oe7LHnU9 { display:block; }
#NrfiWBfxMIIc0Lm4hTryWTQXyp6KPOJf { 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; }
#lAQw7p7khzRCFEnyuraMFteaKO2gsMkn { display:block; }
#heCo8PRvpoHih35lm9CeKiKp4GWsq5O8 { 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; }#heCo8PRvpoHih35lm9CeKiKp4GWsq5O8.adaptive-delivery-prevent-bg, #heCo8PRvpoHih35lm9CeKiKp4GWsq5O8.lazyload, #heCo8PRvpoHih35lm9CeKiKp4GWsq5O8.lazyloading { background-image: none; }#heCo8PRvpoHih35lm9CeKiKp4GWsq5O8 > .row .container { background-color: transparent; background-image: none; }#heCo8PRvpoHih35lm9CeKiKp4GWsq5O8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heCo8PRvpoHih35lm9CeKiKp4GWsq5O8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heCo8PRvpoHih35lm9CeKiKp4GWsq5O8 > .row .container > .video-iframe-container { display: none; }#heCo8PRvpoHih35lm9CeKiKp4GWsq5O8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heCo8PRvpoHih35lm9CeKiKp4GWsq5O8 > .row > .video-iframe-container { display: none; }#heCo8PRvpoHih35lm9CeKiKp4GWsq5O8 > .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); }#heCo8PRvpoHih35lm9CeKiKp4GWsq5O8 > .row .container { border-width: 0; border-radius: 0; }#heCo8PRvpoHih35lm9CeKiKp4GWsq5O8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#heCo8PRvpoHih35lm9CeKiKp4GWsq5O8 > .row .container { width:20rem;height:12.5rem;position:relative;display:block; }#OxIgs58eBAtKmEqGTsTTn0e0zzTZF0AK { width:4.6875rem;height:2.6875rem;top:0.6279296875rem;left:0.466796875rem;z-index:15258;display:block; }
#fGSEue5r2ylKCcqCkq8uNyzTclxmDcgm { width:4.4375rem;height:2.625rem;top:0.6591796875rem;left:15.029296875rem;z-index:15258;display:block; }
#WOKIQaVrGQJzsIT3QQWGlWFeNhn6Lbkq { 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; }#WOKIQaVrGQJzsIT3QQWGlWFeNhn6Lbkq.adaptive-delivery-prevent-bg, #WOKIQaVrGQJzsIT3QQWGlWFeNhn6Lbkq.lazyload, #WOKIQaVrGQJzsIT3QQWGlWFeNhn6Lbkq.lazyloading { background-image: none; }#WOKIQaVrGQJzsIT3QQWGlWFeNhn6Lbkq > .row .container { background-color: transparent; background-image: none; }#WOKIQaVrGQJzsIT3QQWGlWFeNhn6Lbkq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOKIQaVrGQJzsIT3QQWGlWFeNhn6Lbkq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOKIQaVrGQJzsIT3QQWGlWFeNhn6Lbkq > .row .container > .video-iframe-container { display: none; }#WOKIQaVrGQJzsIT3QQWGlWFeNhn6Lbkq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOKIQaVrGQJzsIT3QQWGlWFeNhn6Lbkq > .row > .video-iframe-container { display: none; }#WOKIQaVrGQJzsIT3QQWGlWFeNhn6Lbkq > .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); }#WOKIQaVrGQJzsIT3QQWGlWFeNhn6Lbkq > .row .container { border-width: 0; border-radius: 0; }#WOKIQaVrGQJzsIT3QQWGlWFeNhn6Lbkq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOKIQaVrGQJzsIT3QQWGlWFeNhn6Lbkq > .row .container { width:20rem;height:12.5rem;position:relative;display:block; }#c5ASMG4G8Wm61Gbuo53vQvirHMz4VMPE { display:block; }#c5ASMG4G8Wm61Gbuo53vQvirHMz4VMPE { background-color: transparent; background-image: none; }#c5ASMG4G8Wm61Gbuo53vQvirHMz4VMPE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5ASMG4G8Wm61Gbuo53vQvirHMz4VMPE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5ASMG4G8Wm61Gbuo53vQvirHMz4VMPE > .row .container > .video-iframe-container { display: none; }#c5ASMG4G8Wm61Gbuo53vQvirHMz4VMPE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5ASMG4G8Wm61Gbuo53vQvirHMz4VMPE > .row > .video-iframe-container { display: none; }#c5ASMG4G8Wm61Gbuo53vQvirHMz4VMPE > .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); }#c5ASMG4G8Wm61Gbuo53vQvirHMz4VMPE { border-width: 0; border-radius: 0; }#c5ASMG4G8Wm61Gbuo53vQvirHMz4VMPE > .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; }#c5ASMG4G8Wm61Gbuo53vQvirHMz4VMPE > .row .container { width:20rem;height:7.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.42), rgba(3,130,123,0.35));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.42), rgba(3,130,123,0.35));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.42), rgba(3,130,123,0.35));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.42), rgba(3,130,123,0.35));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.42)', endColorstr='#03827b59' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.42)', endColorstr='#03827b59' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.42), rgba(3,130,123,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; }#ddutKexe4ny6hArez0la9RymOImHs9dN { 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; }
#fhR52ccUdai4O3B9bMTk7ur1SWER3mDI { 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; }
#yuAXiZJFFdOxamTU2yy1eHkFMLhAVAhP { top:4.9671878814697rem;left:5.875rem;width:8.25rem;height:1.9375rem;z-index:15011;overflow:hidden;display:block; }
#ZmTDm1sAD3SqJwxfzTaARwAWtH2Iv8Dc { 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; }
#OeG5u0hGMECdyLKJHNGJ6cLHB03WC3xv { 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; }#OeG5u0hGMECdyLKJHNGJ6cLHB03WC3xv.adaptive-delivery-prevent-bg, #OeG5u0hGMECdyLKJHNGJ6cLHB03WC3xv.lazyload, #OeG5u0hGMECdyLKJHNGJ6cLHB03WC3xv.lazyloading { background-image: none; }#OeG5u0hGMECdyLKJHNGJ6cLHB03WC3xv > .row .container { background-color: transparent; background-image: none; }#OeG5u0hGMECdyLKJHNGJ6cLHB03WC3xv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeG5u0hGMECdyLKJHNGJ6cLHB03WC3xv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeG5u0hGMECdyLKJHNGJ6cLHB03WC3xv > .row .container > .video-iframe-container { display: none; }#OeG5u0hGMECdyLKJHNGJ6cLHB03WC3xv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeG5u0hGMECdyLKJHNGJ6cLHB03WC3xv > .row > .video-iframe-container { display: none; }#OeG5u0hGMECdyLKJHNGJ6cLHB03WC3xv > .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); }#OeG5u0hGMECdyLKJHNGJ6cLHB03WC3xv > .row .container { border-width: 0; border-radius: 0; }#OeG5u0hGMECdyLKJHNGJ6cLHB03WC3xv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OeG5u0hGMECdyLKJHNGJ6cLHB03WC3xv > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; }#fiBCtMhmpZ6btxL5UHR4ft1ymZ8XWuPh { 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; }
#doeHZAD642xy0XDisZGb1ieVsBTalJnR { 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; }
#QGPdxK0OSNkm5QQU5MCMxQyQFKMuAELS { 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; }
#yKOxE4zMmoWW2vdcybDixVr1TKUm4GSo { 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; }
#cZgLRt3FX0ZMXBTh0ITQSJlKaDtgaAgM { top:18.812933921814rem;left:14.188369095326rem;width:5.81055rem;height:7.0605625rem;z-index:15159;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vt7sUOBLTKw52ahIq4v6Tn6GJt1TGRTe { 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; }
#u0fLcZ3H0xPz9Vsp5Tb6bkJbtizTW5TO { 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; }
#U2cw5solc0sTtyevnkgONcPDxNKZ2UW1 { 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; }
#ceKQZBhsHvahL9Ivvg7GToEFNWeMC66f { 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; }
#pPzGK2ZkoWQfanTZGBF82RyCCxbrkp8g { 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(160,144,98,0.72));background-image: -moz-linear-gradient(216deg, rgba(3,130,123,0.76), rgba(160,144,98,0.72));background-image: -ms-linear-gradient(216deg, rgba(3,130,123,0.76), rgba(160,144,98,0.72));background-image: -o-linear-gradient(216deg, rgba(3,130,123,0.76), rgba(160,144,98,0.72));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827bc1', endColorstr='#a09062b7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827bc1', endColorstr='#a09062b7' );";background-image: linear-gradient(216deg, rgba(3,130,123,0.76), rgba(160,144,98,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; }
#FCAFXUGmHxh46a884LqmknRayLNDyf6l { display:block; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1); }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top;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; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-input-text {padding-top: 0; padding-bottom: 0;}#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top;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; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden;display:block;vertical-align:top;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; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-input-select {padding-top: 0; padding-bottom: 0;}#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,144,98,0.65), rgba(3,130,123,0.55));background-image: -moz-linear-gradient(180deg, rgba(160,144,98,0.65), rgba(3,130,123,0.55));background-image: -ms-linear-gradient(180deg, rgba(160,144,98,0.65), rgba(3,130,123,0.55));background-image: -o-linear-gradient(180deg, rgba(160,144,98,0.65), rgba(3,130,123,0.55));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062a5', endColorstr='#03827b8c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062a5', endColorstr='#03827b8c' );";background-image: linear-gradient(180deg, rgba(160,144,98,0.65), rgba(3,130,123,0.55));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); }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1); }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-container:first-of-type{padding-top:0;}#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-container:last-of-type{padding-bottom:0;}#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A  { width:17.5rem;height:auto;top:21.915149688721rem;left:0rem;z-index:15021;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A .widget-info-text { color:rgba(var(--color-tertiary-4),1); }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A {display:block;}#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A { width:17.5rem;height:auto;top:21.915149688721rem;left:0rem;z-index:15021;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #vCLpkFi2Sn8FxeTQ6ObHgcEhHE43wFRx {  }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #hHyaxWD3TWv1RrPoMJkuwTl8M9c3rdZR { display:none; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #w8Z04LeHINVTWOIWXdFmwBZiw07M4uJP {  }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #kWObWVnOpDlLqHhf1NomwWT4G0qlz6mG {  }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #GZxPS3Oqhf0OdKnffuMDLACXhmuIqCGX { display:none; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #rPQGCN7HU029sDyamIVVyumqa4avIAIF {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #Dhh74JFEmprbmnlde8GWuvafwGhC1gi8 {  }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #TXETQTS9gxz1mWzadXyZsP3mwo2k1qNk {  }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #KRVyJlSmpACQxKO2E013mwHxseRQZVlg { display:none; }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #pAr8vhV8H2zwgf4PTT7B1fAIsTaL3b4o {  }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #laIAeGvkNb9FTTn47q9upJDiFsCpnigH {  }
#aKBvBSTPMcIG4p2kJ8Fl66rHTec0F89A #Z1K5oU0lcfGlZLGOJPT3zXSHqpDxe1EP {  }
#xdrHLATf8Jrrmr7NBLN6PuKg2TEDRaoT { display:block; }#xdrHLATf8Jrrmr7NBLN6PuKg2TEDRaoT { background-color: transparent; background-image: none; }#xdrHLATf8Jrrmr7NBLN6PuKg2TEDRaoT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdrHLATf8Jrrmr7NBLN6PuKg2TEDRaoT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdrHLATf8Jrrmr7NBLN6PuKg2TEDRaoT > .row .container > .video-iframe-container { display: none; }#xdrHLATf8Jrrmr7NBLN6PuKg2TEDRaoT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdrHLATf8Jrrmr7NBLN6PuKg2TEDRaoT > .row > .video-iframe-container { display: none; }#xdrHLATf8Jrrmr7NBLN6PuKg2TEDRaoT > .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); }#xdrHLATf8Jrrmr7NBLN6PuKg2TEDRaoT { border-width: 0; border-radius: 0; }#xdrHLATf8Jrrmr7NBLN6PuKg2TEDRaoT > .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; }#xdrHLATf8Jrrmr7NBLN6PuKg2TEDRaoT > .row .container { width:20rem;height:26.75rem;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; }#O35BJAJ9Q2yXV9ObqvttTeIakC2TwpyT { top:1.1139373779297rem;left:0rem;width:20rem;height:19.874125rem;z-index:15000;display:block; }
#Q6AMmuzdQTqTi4MvBmm8denpU3HOuMls { display:block; }#Q6AMmuzdQTqTi4MvBmm8denpU3HOuMls { background-color: transparent; background-image: none; }#Q6AMmuzdQTqTi4MvBmm8denpU3HOuMls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6AMmuzdQTqTi4MvBmm8denpU3HOuMls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6AMmuzdQTqTi4MvBmm8denpU3HOuMls > .row .container > .video-iframe-container { display: none; }#Q6AMmuzdQTqTi4MvBmm8denpU3HOuMls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6AMmuzdQTqTi4MvBmm8denpU3HOuMls > .row > .video-iframe-container { display: none; }#Q6AMmuzdQTqTi4MvBmm8denpU3HOuMls > .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); }#Q6AMmuzdQTqTi4MvBmm8denpU3HOuMls { border-width: 0; border-radius: 0; }#Q6AMmuzdQTqTi4MvBmm8denpU3HOuMls > .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; }#Q6AMmuzdQTqTi4MvBmm8denpU3HOuMls > .row .container { width:20rem;height:30.75rem;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; }#LLGfRtwkP7noHdfF5Er9MliGexLvsyVP { top:1.5509948730469rem;left:0rem;width:20rem;height:19.874rem;z-index:15000;display:block; }
#uwwp8DveIhWP3NCVvxi1WTvNmN6lDJ8f { display:block; }#uwwp8DveIhWP3NCVvxi1WTvNmN6lDJ8f { background-color: transparent; background-image: none; }#uwwp8DveIhWP3NCVvxi1WTvNmN6lDJ8f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwwp8DveIhWP3NCVvxi1WTvNmN6lDJ8f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwwp8DveIhWP3NCVvxi1WTvNmN6lDJ8f > .row .container > .video-iframe-container { display: none; }#uwwp8DveIhWP3NCVvxi1WTvNmN6lDJ8f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwwp8DveIhWP3NCVvxi1WTvNmN6lDJ8f > .row > .video-iframe-container { display: none; }#uwwp8DveIhWP3NCVvxi1WTvNmN6lDJ8f > .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); }#uwwp8DveIhWP3NCVvxi1WTvNmN6lDJ8f { border-width: 0; border-radius: 0; }#uwwp8DveIhWP3NCVvxi1WTvNmN6lDJ8f > .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; }#uwwp8DveIhWP3NCVvxi1WTvNmN6lDJ8f > .row .container { width:20rem;height:23.125rem;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; }#K7U9ceJBS9KUS3X1wSKEdlVLqKB1zCnT { 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; }
#SsyqZ6mmVnSLl1uwzzmTJwseetaRdXNs { display:block; }
#KTnN0Gud3eSSKGmFtLcV49GUTM4atsvb { 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; }
#WOamLpOAMwKh8nX76TAG0vDOvZ8Dtzy4 { 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; }
#yXORT3HX558AAU4p04ZK8xncWiK7p4Mr { 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; }
#FBESbK3qMivwBMQaVGCmbNlaAv0Rau3T { width:20rem;height:2.4rem;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; }
#bu1opCZ3GVWewooe2B34aaoV9O8Aurb5 { width:19.1875rem;height:3.0013rem;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; }
#pMC1PRCh0pT8i6lo3du40VJKuIa6qvTE { 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; }
#xKHtMeK3IRvCWR1covXioJ8GDVBFaNLc { display:block; }
#XUiEFAlpL8SGmuddGEeTPh8QKnF64MB4 { 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; }
#Iv1tZ4IyoLyTVvIQw66KGfBXCM5KHEv9 { display:block; }
#M6FMkXkCWkeTa8qOlpb1zNyil8nTHtVn { 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; }
#THmA0UtWf6PJTDyTewaVeOuTfC1WbQtd { display:block; }
#QfdEWalW9Z5RZXCPH0iAc21zhZudVK2y { display:block; }#QfdEWalW9Z5RZXCPH0iAc21zhZudVK2y { background-color: transparent; background-image: none; }#QfdEWalW9Z5RZXCPH0iAc21zhZudVK2y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfdEWalW9Z5RZXCPH0iAc21zhZudVK2y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfdEWalW9Z5RZXCPH0iAc21zhZudVK2y > .row .container > .video-iframe-container { display: none; }#QfdEWalW9Z5RZXCPH0iAc21zhZudVK2y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfdEWalW9Z5RZXCPH0iAc21zhZudVK2y > .row > .video-iframe-container { display: none; }#QfdEWalW9Z5RZXCPH0iAc21zhZudVK2y > .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); }#QfdEWalW9Z5RZXCPH0iAc21zhZudVK2y { border-width: 0; border-radius: 0; }#QfdEWalW9Z5RZXCPH0iAc21zhZudVK2y > .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; }#QfdEWalW9Z5RZXCPH0iAc21zhZudVK2y > .row .container { width:20rem;height:56.25rem;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; }#Guak6kpMVywsCfw298o1TITDz2Knc5DQ { 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; }
#RvKEEXP8LJHdrWfDM8KNsCqhHDTZ9tzI { 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; }
#qP33IXmPAzJgnSWp6pCN60EUpgSIpKk0 { 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; }
#J2HTRZhO5qcwKkgeC2bi9EcmWJhUSd32 { width:15.4373125rem;height:1.9487875rem;top:0.79968976974488rem;left:2.2808161377907rem;font-size:1.5rem;color:rgba(var(--color-tertiary-0),1);z-index:15017;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 .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; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row-reverse; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 .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); }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 .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; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 .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; }#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 .accordion-trigger.adaptive-delivery-prevent-bg, #GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 .accordion-trigger.lazyload, #GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 .accordion-trigger.lazyloading { background-image: none; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 { display:flex;height:auto;width:18.244375rem;top:4.4390192031861rem;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; }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #MExpc9C3kNd33RT2BBz0Ptc58vcOTZPw {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #eM5ril1ktLxps4DtCBVCoTZwzcpu1NER {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #l2aOFaCIb5wJV08xMFCTTAqesTvCsSbe {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #Pyb0eg6OZaTk9fegCPk5wnwervtu79NE {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #pclpm2F8TAZqkNqwSIGP5DpNL9vFtCZ4 {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #C8F3HzHxFNyxZc3CbthyQw0wcyN8XV2d {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #HHE6LSTuCyHQ02laZKIfW794shT24pIX {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #DIqRVMFTpkEG5xeiJbmu9rsIn64NcPzc {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #hkhxrdI5s4JdXWV4TSoCGAK1HLxvI9bB {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #spnuhTBiVpptd8VHod8hA8T2AHi9IemW {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #QT2KdRCtBW0lUOwuVRDwm5FP943D6dzw {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #lcT39LK0rLPn4ZvVfHEqAQaqefthpc6G {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #TWMMRTL22hldHwt6Uisv4FRa2Mv4inZ8 {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #TxT1H73hPFDNaVkNWFJzIkD2FqPKVVzC {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #G1JhICMG9ANGQ13U4RydTVNn71c1S92s {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #cKyFoXxQIhUVfT2ihysuUB8H5anxLnMv {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #q1gMr7SEwp6dQcyzesn5H8UN3JTtlLFV {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #Sl3dWpUJcuA47ZdNA60USte7vs48Tygr {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #JCWTSxwUgZUagIf46JJDTv2l2yKphBU1 {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #kvpBkGxJCdZo2uUT18wzvriNooUTt5WI {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #rmSWuu2e8TOK1o2KIwP4yeGhT6f2Hbl4 {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #VadiRKkkACxef0dsMlt1lQHu2zGL3hkV {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #ptNSZCFZmxrJONwtFqIzLkUWH2mbbNDO {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #FX99HFhtcXS8MvM82bahCPCBZ4qvTTQZ {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #xIHUbrlzdPGD55C1J7nQwwTxoSumNRta {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #dqUKxReJu8xz0iziP5iMCvbaGVPTn7I6 {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #abs4xuEHp0bDAnocKQkepkaODm9F4tEd {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #WTR7r3hgRffuz1PaW53i5dWZpufSXCtI {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #QzuHmCLQW06x0VvMcAQTALX8UH4OZRm8 {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #sdbR0aTqxv4sogBDCFLEOlsaUaJst20O {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #UutGreobFOhO5drDVbwNxAIvFqyCnslX {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #NTkGtsrupQ3kJmyK6TSVMreMwNFD92mt {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #XaVuSgoERCsChTCFiaCDCFdqae8RhIRD {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #w8gIdsmTmRp3dvZx63BUxhTIfMpFT8WV {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #vxDtgkLTNzD1scalcsnsUONmF82riJsA {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #F2bs3w5zrA9HwiEG1ECCF0Sk1GeNxet3 {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #xL4SShDVJT2JrAiWa7qilOvvmLRMrPUm {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #bp98O7BFN4bKq3GbcXZxFa34CizVp4uS {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #xhTObACG43tV9N5glzicivJBcbarCbEP {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #GFT3GNa1dSyiWLvsA3iTJDR53sWXTKwr {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #PBBkVolslLupOzezscNK29wpgK2BEWGp {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #Woq9NT98PJfCqt530yW0IoaAFGd1TGcF {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #rolcTBpxJORLgpfkiyvoJ5W0oHCC6vMD {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #NStR6yzPRPqIXGkxmf0BclRtFy5et0JD {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #x6d7BmvEtKPqJ3vxyc9kuCTlnnAPT0zI {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #lNDzztHNTJwyKZLTOW1ishmCmFG3Lp62 {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #Dt3lw7mhob3v1b4d6I1mNE88bsVmfuwU {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #ybMyT6K1yMFFSzeO8tNyR5vKTDTrTySq {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #yxEiyrSicFlXDxfQ3M6JaJsXHcBZvqnm {  }
#GNrrcRA7l2Bx3bTyf2mSAwrFFaWL7yO3 #q1ciVLmpR2b4nCF18OVpaEPEOymGs7Tz {  }
#IMyTLHNaedtTpERR2RImt8pWWaasIJHh { background-color:rgba(3,130,123,0.08);background-image:none;display:block; }#IMyTLHNaedtTpERR2RImt8pWWaasIJHh > .row .container { background-color: transparent; background-image: none; }#IMyTLHNaedtTpERR2RImt8pWWaasIJHh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMyTLHNaedtTpERR2RImt8pWWaasIJHh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMyTLHNaedtTpERR2RImt8pWWaasIJHh > .row .container > .video-iframe-container { display: none; }#IMyTLHNaedtTpERR2RImt8pWWaasIJHh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMyTLHNaedtTpERR2RImt8pWWaasIJHh > .row > .video-iframe-container { display: none; }#IMyTLHNaedtTpERR2RImt8pWWaasIJHh > .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); }#IMyTLHNaedtTpERR2RImt8pWWaasIJHh > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; }#WVOiaPyyMerFGRdunolZh4PZTtoD3B0o { 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; }
#WEwfkTSvBqisLFbuOqlo7nS1m4955J0o { 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; }
#eJFsqsABKTkEwJHNMclI8XZigpXowqAM { 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; }
#MRirCXir8RkXGJcKXKn3qRFkvWmIma07 { 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; }
#ryH2CsvWK0akSQCkDsI0IA5rWHlR7SuS { 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; }
#ZziDndwrs7IHTuGO9fV5uCq5NwePo5me { 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; }
#lPW2cHvPPg7N0n18WeAKDmuA6JAQtKUy { 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; }
#vB9yOxZwrxK3lloh4TBzBhCM88wy5grs { 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; }
#SqKAyGB58yw9xLwa5e50SFhcIAcCzIrp { 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; }
#lJyyxSfhoZEJhtA37LvP2kFQVwSg5Bdo { 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; }
#L2m1RolUf3FPLt2CfMgiE50mS0E4W96w { 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; }
#vvGOKZxZ1sF7XHI6SlLccLEt6niBF32t { 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; }
#lNsqB0MXbiZU0JOpbRimXaHAK14VHVwo { 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; }
#QfWtoSWRhKWhJT1aJ1HKty6PZCK6lRv4 { 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; }
#rh1DrXn3KstLSXmny4Xmo4ts1p79Cigi { 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; }
#ZtcLUptt3XL5wBFv1HM6Dd9xSt0g3zT2 { 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; }
#tggwvPx0zk14srJMPu7t3AJ27rsNnrvt { 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; }
#w8FVy7FC3LS5Ox4VTN5fTmLuBnMNSPFF { 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; }
#ph2cSoXIfOie70tfMKvUVk6kZFCeOFmJ { 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; }
#OrMRHORntGyuZV7SO6gHhMnmSPykRc2f { 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; }
#NQx5k8CTF7tSVoO87oQzfr8SHUZXmDtw { 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; }
#MsZbeEkFFFHnruiZ9ZE8nJ6dXD8od33M { 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; }
#tiuK7fFvwaGqIEq2lTTn8aXULxuqsd5a { display:flex;width:3.125rem;height:3.125rem;top:30.55078125rem;left:15.24765586853rem;z-index:14999; }
#tiuK7fFvwaGqIEq2lTTn8aXULxuqsd5a > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#hIBKpwoVPDqdPNxu54VZ3FGcJldxEPTN { 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; }
#H10XswvpA8i6NoSKr54VK5em30i4WkvE { display:block; }
#MLztaUc78ZKB4pE1KPIopQ8UTI1sO8qx { display:flex;width:2.621525rem;height:2.621525rem;top:30.739059448243rem;left:2.2492187023163rem;z-index:14999; }
#MLztaUc78ZKB4pE1KPIopQ8UTI1sO8qx > img { max-width: 100%;max-height:100%; width:2.621525rem; height:2.621525rem; }#Bcfo81dc76ZCI3SEgMPvusREPDn63aDx { 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; }
#zZwBea99C0ccDrC4xU91iwPG4MCzUPps { display:block; }#zZwBea99C0ccDrC4xU91iwPG4MCzUPps { background-color: transparent; background-image: none; }#zZwBea99C0ccDrC4xU91iwPG4MCzUPps::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZwBea99C0ccDrC4xU91iwPG4MCzUPps > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZwBea99C0ccDrC4xU91iwPG4MCzUPps > .row .container > .video-iframe-container { display: none; }#zZwBea99C0ccDrC4xU91iwPG4MCzUPps > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZwBea99C0ccDrC4xU91iwPG4MCzUPps > .row > .video-iframe-container { display: none; }#zZwBea99C0ccDrC4xU91iwPG4MCzUPps > .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); }#zZwBea99C0ccDrC4xU91iwPG4MCzUPps { border-width: 0; border-radius: 0; }#zZwBea99C0ccDrC4xU91iwPG4MCzUPps > .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; }#zZwBea99C0ccDrC4xU91iwPG4MCzUPps > .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; }#XQZkRoeRloXRzfOVMhx99oG5iPeUlgVJ { 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; }
#lllpxmyBiMkBnxOx7NyiwKaSQxz9oXv2 { width:20rem;height:15.0065rem;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; }
#Zx1nwXfMq9MKtF7nWhKadZ131UKaxsH5 { 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; }
#frhUGN8sJUTgMlEu6PihN530kAZDzLc8 { display:block; }
#aH9e85KXiiZEr6pvrTruEyTG9bcczQHb { 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; }
#RtxJKHb75NKqWkJoiynqwa62qg2GZ54J { display:flex;width:5.9375rem;height:5.9375rem;top:34.4970703125rem;left:0.1875rem; }
#TWnRdsWRanbfWmTsRwyACrxxBb0WTCwl { 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; }
#eQ1KdHW78JhIdqFFSSQczTE8IeSTKnVa { 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; }
#F42fMvXuhNPMdKpsuwC4dg7svawaGJfT { display:block; }#F42fMvXuhNPMdKpsuwC4dg7svawaGJfT { background-color: transparent; background-image: none; }#F42fMvXuhNPMdKpsuwC4dg7svawaGJfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F42fMvXuhNPMdKpsuwC4dg7svawaGJfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F42fMvXuhNPMdKpsuwC4dg7svawaGJfT > .row .container > .video-iframe-container { display: none; }#F42fMvXuhNPMdKpsuwC4dg7svawaGJfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F42fMvXuhNPMdKpsuwC4dg7svawaGJfT > .row > .video-iframe-container { display: none; }#F42fMvXuhNPMdKpsuwC4dg7svawaGJfT > .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); }#F42fMvXuhNPMdKpsuwC4dg7svawaGJfT { border-width: 0; border-radius: 0; }#F42fMvXuhNPMdKpsuwC4dg7svawaGJfT > .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; }#F42fMvXuhNPMdKpsuwC4dg7svawaGJfT > .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; }#ThnVL6tdXntNXdl1LdOhM4Rh0SW8Xv9X { 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; }
#IpH4Bf92DU15qSkKpAMBygTiamwmGvds { width:17.9980625rem;height:5.4622375rem;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; }
#lWtLssUca6LWn1gV57CRkA3dWoeyO2Rq { width:17rem;height:6.05143125rem;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; }
#EPGs8CrfNQzfnZ95TxZUzW0FH1TAUtfr { width:16.0615rem;height:4.67230625rem;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; }
#pOnS2Llq0a0VBqOhqc0illVy2svLzoXp { width:3.125rem;height:3.125rem;top:7.80859375rem;left:16.87343788147rem;font-size:2.1875rem;z-index:15009;color:#03827b;display:block; }
#hJCQJ4yhUy8GCiTT4IPzr5Tv428zlPcm { width:3.3125rem;height:3.3125rem;top:15.435943603516rem;left:16.686719894409rem;font-size:2.3125rem;z-index:15010;color:#03827b;display:block; }
#AGzf4qk0mDn66xMhaUrMk1LvvQktyIFc { width:3.3125rem;height:3.3125rem;top:24.936828613281rem;left:16.812283813953rem;font-size:2.3125rem;z-index:15011;color:#03827b;display:block; }
#JT6ePKLhNiT5nFSN5M5OxKSEByXDywXa { width:2.43706875rem;height:2.43706875rem;top:22.87451171875rem;left:16.62451171875rem;font-size:1.6875rem;z-index:15012;display:none; }
#sWlGUJpzF9LpH8KSOvnxh3svxKhw68Rw { 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; }
#fbCqq1MTWe6FT8i4zQS0ou7mmoczXuBv { 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; }
#A8u1TaKyqsBD99yJQfVm1GzFC3DLHHEd { 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; }#A8u1TaKyqsBD99yJQfVm1GzFC3DLHHEd > .row .container { background-color: transparent; background-image: none; }#A8u1TaKyqsBD99yJQfVm1GzFC3DLHHEd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8u1TaKyqsBD99yJQfVm1GzFC3DLHHEd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8u1TaKyqsBD99yJQfVm1GzFC3DLHHEd > .row .container > .video-iframe-container { display: none; }#A8u1TaKyqsBD99yJQfVm1GzFC3DLHHEd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8u1TaKyqsBD99yJQfVm1GzFC3DLHHEd > .row > .video-iframe-container { display: none; }#A8u1TaKyqsBD99yJQfVm1GzFC3DLHHEd > .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); }#A8u1TaKyqsBD99yJQfVm1GzFC3DLHHEd > .row .container { border-width: 0; border-radius: 0; }#A8u1TaKyqsBD99yJQfVm1GzFC3DLHHEd > .row .container { width:20rem;height:143.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#BJ5vtL8ztzac74ygho6Gu5h2DLLtLHly { 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; }
#heBdtIIRgLrFPl9zl3nH4VbQVZpZBCc2 { 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; }
#o6hE3H0bwwTcamt3sUTwsVDUcML6FRUI { 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; }
#dkwnvmdA9eWSGWCtW6feaI42yFA7p4wd { width:20rem;height:0.3125rem;top:44.1865234375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(3,130,123,0.53), rgba(160,144,98,0.56));background-image: -moz-linear-gradient(180deg, rgba(3,130,123,0.53), rgba(160,144,98,0.56));background-image: -ms-linear-gradient(180deg, rgba(3,130,123,0.53), rgba(160,144,98,0.56));background-image: -o-linear-gradient(180deg, rgba(3,130,123,0.53), rgba(160,144,98,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b87', endColorstr='#a090628e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b87', endColorstr='#a090628e' );";background-image: linear-gradient(180deg, rgba(3,130,123,0.53), rgba(160,144,98,0.56));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sbn8CsEnuEZaCWZOraSD5ZDnM1lFxTdv { 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; }
#u7obSruJtM3aumTNTcNTnyZQV6u8SZic { top:45.942710876465rem;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; }
#ocO1Dum36unHd5M1W9AJ4QqX86JOee9m { 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; }
#zmE6RSTw2iC7QZU1eB4cTmoUZTVt1N1g { width:20rem;height:0.3125rem;top:77.8115234375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(3,130,123,0.53), rgba(160,144,98,0.56));background-image: -moz-linear-gradient(180deg, rgba(3,130,123,0.53), rgba(160,144,98,0.56));background-image: -ms-linear-gradient(180deg, rgba(3,130,123,0.53), rgba(160,144,98,0.56));background-image: -o-linear-gradient(180deg, rgba(3,130,123,0.53), rgba(160,144,98,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b87', endColorstr='#a090628e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b87', endColorstr='#a090628e' );";background-image: linear-gradient(180deg, rgba(3,130,123,0.53), rgba(160,144,98,0.56));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15030;display:block; }
#AGffU9PJQCHEqMu1eMAZsBVzJgXezVpy { 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; }
#UhAy5aNKxvIiuv5lWAe9berT81q7uGsN { width:20rem;height:0.3125rem;top:111.7490234375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(3,130,123,0.53), rgba(160,144,98,0.56));background-image: -moz-linear-gradient(180deg, rgba(3,130,123,0.53), rgba(160,144,98,0.56));background-image: -ms-linear-gradient(180deg, rgba(3,130,123,0.53), rgba(160,144,98,0.56));background-image: -o-linear-gradient(180deg, rgba(3,130,123,0.53), rgba(160,144,98,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b87', endColorstr='#a090628e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b87', endColorstr='#a090628e' );";background-image: linear-gradient(180deg, rgba(3,130,123,0.53), rgba(160,144,98,0.56));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15031;display:block; }
#reB1C0T2XEci9px5Pnd9hSpcnrKzt16L { 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; }#reB1C0T2XEci9px5Pnd9hSpcnrKzt16L > .row .container { background-color: transparent; background-image: none; }#reB1C0T2XEci9px5Pnd9hSpcnrKzt16L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reB1C0T2XEci9px5Pnd9hSpcnrKzt16L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reB1C0T2XEci9px5Pnd9hSpcnrKzt16L > .row .container > .video-iframe-container { display: none; }#reB1C0T2XEci9px5Pnd9hSpcnrKzt16L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reB1C0T2XEci9px5Pnd9hSpcnrKzt16L > .row > .video-iframe-container { display: none; }#reB1C0T2XEci9px5Pnd9hSpcnrKzt16L > .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); }#reB1C0T2XEci9px5Pnd9hSpcnrKzt16L > .row .container { border-width: 0; border-radius: 0; }#reB1C0T2XEci9px5Pnd9hSpcnrKzt16L > .row .container { width:20rem;height:7.6866117382813rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#hoTh2bEf2iuI7XIqmvIO1JdoRJbTFWy8 { 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; }
#daAG0sIHt1efvNr1lpWxLhvUTRyNhfer { 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; }
#lqtTvgvTh2VR0CcRoyAOiKyOmVarJMMa { 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; }
