.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;
}
:root { --color-primary-0:255,247,217;--color-primary-1:255,229,128;--color-primary-2:254,203,0;--color-primary-3:127,102,0;--color-primary-4:38,30,0;--color-secondary-0:238,228,220;--color-secondary-1:199,164,140;--color-secondary-2:142,72,24;--color-secondary-3:71,36,12;--color-secondary-4:21,11,4;--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:#aba0a0;background-image:none;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#KxshT4XH8Uuh1teNqcTTa7LBZICoT8Tl { position:relative;display:none; }#KxshT4XH8Uuh1teNqcTTa7LBZICoT8Tl { border-width: 0; border-radius: 0; }#KxshT4XH8Uuh1teNqcTTa7LBZICoT8Tl > .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; }#KxshT4XH8Uuh1teNqcTTa7LBZICoT8Tl > .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; }#roeivO6JhSKcXSAyae9iB8hfT17HMdSt { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:2.375rem;left:0.375rem;display:none; }
#gJyhwBxeHzOJ2C57Uw3VAS41lShSg4EG { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:13.6875rem;left:0rem;display:none; }
#QQMTtRxW4ivoTs0RoJSIxPH3gXtRsl3T { 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:27rem;width:27rem;display:none; }
#hAUf74MCNtwfhvpKbkxoh5nTqoXq7rvF { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.0625rem;top:1.5rem;left:1rem;display:none; }
#LWKwTl86NasNufosHhzhQ02oUxoRIPsd { 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:12.5rem;width:11.75rem;display:none; }
#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB { position:relative;z-index:auto;display:none; }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB { border-width: 0; border-radius: 0; }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB > .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; }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB > .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; }#Evw9UqX4Q2BuUKntbSOvAu5gZz0hm4Lu { 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; }
#O7qNATmPTEAeJMOltJsICdlSeX4qfTH0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kp4MlMkRLg0Ufq5ZcRIfIFAzD9IviIL5 { 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; }
#JS2bIA7MhDaRagWIGhTT9Uvsa9370rEw { 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; }
#ceXPWgbqA3IJXxdnVH0XoskAMktZHQwa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FE6XGQMJfzVZns6KyCT7BJ0hvbc2fgKy { 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; }
#FE6XGQMJfzVZns6KyCT7BJ0hvbc2fgKy > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#qNGBxBm8WwRP10C0kWLdyZyt29l4SISX { 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; }
#zy1JTm239bEAzx909cJKBcf3mtyd6vNU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hlns3GOvnuyEg2WwSD1xbyqzJPZzbXcW { 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; }
#EkUVEb8H09hDvI7cL4DSI8p7Qay5cLJt { color:#a57f62;display:block;width:6.6873125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:23.25rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ydMF5y9ESRfKEORHqreTt3LHlPpKQfak { 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; }
#NlaOdM22EwHTcaUIBHSl8kIVX57OM8Rg { 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; }
#bRmEDdsIXvJWp2BglbCMDzSgINanWfoG { 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; }
#T4LK47MliNydF8AXPKWWzSS8nSTB83lA { 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; }
#qV98dkw9qJ6KfXF9dtUmRg0nhew25CQ6 { 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; }
#UZ8X9QLLQ2Zzu7reRZJ47cRiuBeBnkTq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X8QSX5qFbiBoypBrryVLJTlkdZB1scmo { 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; }
#TE78cRR8U4Fy5A1PL1l71kbFZe2sa0rF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zkJPe84scaSuMbOuEnTSuogTJmUvMrfu { 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; }
#UdcIiXoEpu8kRMIF2sZGEGWiWwSQIhfo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g06CPpZWw715t0WMxUchfAsTUbineJ2N { position:relative;z-index:auto;display:none; }#g06CPpZWw715t0WMxUchfAsTUbineJ2N { border-width: 0; border-radius: 0; }#g06CPpZWw715t0WMxUchfAsTUbineJ2N > .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; }#g06CPpZWw715t0WMxUchfAsTUbineJ2N > .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; }#g06CPpZWw715t0WMxUchfAsTUbineJ2N > .row .container.adaptive-delivery-prevent-bg, #g06CPpZWw715t0WMxUchfAsTUbineJ2N > .row .container.lazyload, #g06CPpZWw715t0WMxUchfAsTUbineJ2N > .row .container.lazyloading { background-image: none; }#MBNkaOGuStOWEFG2Hkeh3zCrIMircFI6 { position:absolute;display:block;z-index:15022;height:8.4375rem;width:15.249rem;top:13.154296875rem;left:2.01416015625rem;display:block; }
#eCTTcxPbCBhoICT47azMLsXS4U8bxgGM { position:absolute;display:block;z-index:15023;height:8.562rem;width:15.4365rem;top:22.6552734375rem;left:1.91748046875rem;display:block; }
#chG7XkCKmaHDu63OIuFEtkGEbewZAUwf { position:relative;display:none; }#chG7XkCKmaHDu63OIuFEtkGEbewZAUwf { border-width: 0; border-radius: 0; }#chG7XkCKmaHDu63OIuFEtkGEbewZAUwf > .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; }#chG7XkCKmaHDu63OIuFEtkGEbewZAUwf > .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; }#TxIPwxT4GsgAf3kChEXZvSEfl3yDtbXL { 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:27rem;width:15.1875rem;display:none; }
#XKtotQmZkI97gRVKD37DJDETkP2HM0xk { 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:11.75rem;width:11.75rem;display:none; }
#pMgnDHVvLBmEpPtS7t5VKvw2z6MtAC8C { 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(0,0,0,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; }
#dDMc2WX7hZdvwokDi1lSKJoBnfSbuRNV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JakXNbMQbBybQecvAbI901iTEXQx0ZoE { 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(0,0,0,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; }
#L4pRktuByH61odiwhMe52UqMeV5wkc2o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gkU3ouQf0TSnJrTGIWcXb5luIxPpAP4G { 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; }
#zR2U8LLKGMXRXOAFEakUkCmV7RHzp3cc { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:18.6875rem;left:7.125rem;display:none; }
#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul { position:relative;display:none; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul { border-width: 0; border-radius: 0; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .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; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .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; }#kLcgTDsFp28emwCxr0QiNXF5TJTqXZ49 { 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; }
#cqu3V1NnCCSO45Ih1qovaJO1PATP2euk { 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; }
#zD0FwtgcL9AZOyDL2UORABhuRHVTZTsb { 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; }
#u5a2Ce4zSBx66Wb4cJPLmOfKI1JRlC9x { 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; }
#t7RZkmWpwBbuZwJI7VnTVZGOHyBknI91 { position:relative;display:none; }#t7RZkmWpwBbuZwJI7VnTVZGOHyBknI91 { border-width: 0; border-radius: 0; }#t7RZkmWpwBbuZwJI7VnTVZGOHyBknI91 > .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; }#t7RZkmWpwBbuZwJI7VnTVZGOHyBknI91 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);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; }#SQ065nSsoFFxAgQTFAJL3JaO8DrVUw6R { position:relative;display:none; }#SQ065nSsoFFxAgQTFAJL3JaO8DrVUw6R { border-width: 0; border-radius: 0; }#SQ065nSsoFFxAgQTFAJL3JaO8DrVUw6R > .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; }#SQ065nSsoFFxAgQTFAJL3JaO8DrVUw6R > .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; }#qF09NTvkpksH9lkzaTTHIokaAF51BKvx { 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; }
#oTHW0v050k2shxT6C0JlsbKwTRFaO5EB { 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; }
#k6x7MQAa7E0z10rAcX2nGfIKcGfVxvJb { 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; }
#XMVHmMxby5mV142OhlE7umH8LQZph2po { 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:block; }
#QRQGCIPXBquUvGvKiHo4VdkzLbXhTILM { 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; }
#ZGLl5ZFl6Wvtg3kl8o3ggwJroGp3gGkc { 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; }
#QHOqOR3pAADzVqfmPvve59fTC53z1PrV { 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; }
#eT770CdKfB8PH0WQ6fmnLvety180kaHZ { 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; }
#TmO2A4rdRtdgqOvbby7Vgmyv1eULJdZM { position:relative;display:none; }#TmO2A4rdRtdgqOvbby7Vgmyv1eULJdZM { border-width: 0; border-radius: 0; }#TmO2A4rdRtdgqOvbby7Vgmyv1eULJdZM > .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; }#TmO2A4rdRtdgqOvbby7Vgmyv1eULJdZM > .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; }#ilcFr2wS3cF72oasvzcirpZpZ7XrtnoA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:29.5625rem;left:21.125rem; }
#TnNvpUJbASwTbgMndMMdATNhnsalHTSM { 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; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-form-header {  }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .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; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .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; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-input-text {padding-top: 0; padding-bottom: 0;}#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .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; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .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; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-input-select {padding-top: 0; padding-bottom: 0;}#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .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; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .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; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua [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; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua [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; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua [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; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua [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; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .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; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .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; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .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; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-container:first-of-type{padding-top:0;}#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-container:last-of-type{padding-bottom:0;}#OPIcJorHTTpDci1lsivilt6dFhlTB5ua  { 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:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.24609375rem;left:11.56640625rem; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .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; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua {display:block;}#OPIcJorHTTpDci1lsivilt6dFhlTB5ua { 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:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.24609375rem;left:11.56640625rem;display:none; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #lCfHtbLWFOB26CywUwe8eEe4ZyHEwNal { position:relative; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #e9U7Lplb7FCQyWsdd8QgCGVCuCk5CQaN { position:relative;display:none; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #WK31goCI2q3QoBxH0I1Ti7lqMgpwMEaR { position:relative; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #f0TXJqERKkTM1IllKTfzmg5gEixwOlfX { position:relative; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #tT6w0BRdN70VZF2ArTwWdyzmIIa6lPNb { position:relative;display:none; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #HadWPMGmwcaTFsqTnQrnvsNbW6cwSd25 { position:relative; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #TwFXmwB5mCpJFnIoqz26BNH5taKXPKpl { position:relative; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #fweTDJ3Kno1Uu1xXUiBdrhh6VbALmhPT { position:relative;display:none; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #ELeFRraEaHE2bpqaottob82ZckaI6XAt { position:relative; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #gTVbmWz6NSL41XnTdiXSchtfJ26aouxu { position:relative; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #oTG64KkIdPQzf46CulkceFTz6CGG8ast { position:relative;display:none; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #zFUIIeiGkCq31oBaP49ktopecrOqBlUl { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #MWodgefPUO27spSVB7cCfatHDtJkvJFB { position:relative; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #GGhrqLwfTWd58AO14bGTl4uIs24pEo7E { position:relative; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #olbqN5GX40Eu9sq0xc2qKrKdcRBWaTQg { position:relative; }
#TV28KHfwFW4dgbaQQ7mgXmZlEerHTTCF { 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:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#CzktTQtulvNtLICcC9k3VcwSGgeot05T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G7HSUTnVLgi9LbrkkCeBPhDmGMv3uBpo { 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.625rem;width:23.625rem;display:none; }
#a5ZOSEgz8AfUaPtoH68HanUfGF07oyX9 { 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; }
#hsTFT8QPXCcVfAlL086rq6TmyghUPKan { 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; }#hsTFT8QPXCcVfAlL086rq6TmyghUPKan.adaptive-delivery-prevent-bg, #hsTFT8QPXCcVfAlL086rq6TmyghUPKan.lazyload, #hsTFT8QPXCcVfAlL086rq6TmyghUPKan.lazyloading { background-image: none; }#hsTFT8QPXCcVfAlL086rq6TmyghUPKan > .row .container { border-width: 0; border-radius: 0; }#hsTFT8QPXCcVfAlL086rq6TmyghUPKan::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; }#hsTFT8QPXCcVfAlL086rq6TmyghUPKan > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hsTFT8QPXCcVfAlL086rq6TmyghUPKan > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:none; }#KyS8kc54MQ4runLz5eGryLy5XVIvHoxl { 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; }
#qqr1rClFAMgN5UxMvXZqmt8TT8wSIrxX { 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; }
#bWV8t442VbHO1o1RFc95aiB66ZUlTSq3 { 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; }
#uun9wTA9s20CkBWR4olfAUHdSuSf5RrN { 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; }
#GArLIq9zx38OtOkMWe2Af5J3LUzr6wF4 { 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; }
#zKfCS3VRAu6tUTUfoeh4Fxx10hTbkKWW { 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; }
#JviZh7JMkSvZKVygZZ8stycEpwZwINOl { 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; }
#uQmFCMStcZArWwBIPpv97SnPlqpP9CWT { 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; }
#rg18qMIkx5zvRlb0MdD0U3qhB1LQz1VE { 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; }
#dIHzQep95dU0s3JmXWPhkhcWlccAqdif { 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; }
#wsy5EgaiPvBL79CiPvuisJPMGUUbDtlG { 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; }
#Zq7LKhHOHV7vlnWULTS2gRH0BWlPszPf { 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; }
#Fl8nArTKhUVfmazI7FbCFhfK85a6XzRI { 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; }
#sf63rgpEFq09CXI3Rxf5CeqhsAHuBQUq { 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; }
#N6ET9nqpeqDt9SbWkxnT1lGEvcmCEld3 { 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; }
#HAfTz82HKzkTvoEssW2r2VgWMew83aD4 { 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; }
#X0TfNRlFn9Pdt1tuLsDxTkOL652xUPgV { 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; }
#DeqTOrWTaRitA7yvcBg5HEsK22q4tRc7 { 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; }
#G7pEtnvIDNN461EtJ1Ea86MTTqRvQ2rw { 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; }
#NioPy2IQDWp13d9175gHCz52W5QJas6F { 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; }
#cwhdH3tU3xsUVGGCxq7DgAZCwlT92iSK { 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; }
#I8OMEVvTEgFOff16AefSD40IH4rZUmd7 { 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; }
#RWfa5DRllNBA0BRGccXHuxNTqJ9t0AHy { 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; }
#RWfa5DRllNBA0BRGccXHuxNTqJ9t0AHy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#drinOzlZB760Tup9qgamRTdCCnsN44Uy { 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; }
#Vz8L1m4J7z1KVv9k1hy4XgOnBOiKH7Ip { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TG8ev2lsJkCVVIdTvLA173chT3QP9M2w { 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; }
#TG8ev2lsJkCVVIdTvLA173chT3QP9M2w > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#ymlAhGIBao7pNDiTQVNGtMwuZulJ5itt { 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; }
#T2yvr4X36cUCGXoN2EsG2W6DtX8utlol { 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; }
#XaLQRXstGoWbIycLLzK3Fppn6pBZx5ZP { 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; }
#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ { position:relative;display:none; }#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ { border-width: 0; border-radius: 0; }#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ > .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; }#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ > .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; }#eDcTdyVrzALLW9V0T8SXB8mkEpB8LNNL { 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:34.875rem;width:60rem;display:none; }
#IrA8ZnI2WJBasdN80mQnacFAPR2T8eq1 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:13.3125rem;left:5.875rem;display:none; }
#bep2OopGkzTobQX7vlgmIrr759Gex9v8 { 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:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#ASnmb6q63PlmVTzbtZStqlFsn5uIyuky { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VvxoPfLz9P3TRK8KgBmOUEwpkc9D4Z8v { 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:34.875rem;width:60rem;display:none; }
#hOn7Ctr4mn1kV9JJh5THMm5TUuAbbs25 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:12.75rem;left:0.125rem;display:none; }
#SUFkuwszwfkTuAqua0T6OMoLpR7RD98c { 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:34.875rem;width:60rem;display:none; }
#XG1eBygxXwlv9TLWbfgsqqUza6wIy9Qx { 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:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#TiRiuTUuhC0i0pp4QUplqosTtZNPCCMo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E8aewAPmrzT15QyhPACBeScE3hkvP8OE { position:relative;display:none; }#E8aewAPmrzT15QyhPACBeScE3hkvP8OE { border-width: 0; border-radius: 0; }#E8aewAPmrzT15QyhPACBeScE3hkvP8OE > .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; }#E8aewAPmrzT15QyhPACBeScE3hkvP8OE > .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; }#Hu8oayUrzsNgVF2CfKXZwsZJ5i91duuw { 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:34.875rem;width:60rem;display:none; }
#TD3arT5Fnibimr8FXbGREhKJ9TSdX1HH { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:0.5rem;left:1.25rem;display:none; }
#lMl5IeFEmwssQTgDlfzz5eBOypVux5uc { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:19.25rem;left:0.125rem;display:none; }
#dPTCiHTPmUMbUeUbDou7EJDTzvNIfQ5t { 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:34.875rem;width:60rem;display:none; }
#hWThydKzcHx5RtgHPHhe9zS4Tu15mnE7 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:37.375rem;left:0.125rem;display:none; }
#NtlkKNa4k4piRCnEZTPFKJXLIx68qFxf { 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:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#q5I6RXepQA4QUygQTNq2aOo1TTTeF0gA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vlnzM7NISAHDyr123SfwDlX2dKG04Pb5 { 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:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#RlEgxdDDTTvzDQRvAnZQ137it932DsN9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xwPk2xVTm9lQTsytlBnutMVoszlfB8VH { 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:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#VLbx9ClsTr6ZCcLLXkQVih7ahyWoE91k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uUE8lpwZ7fKNZETpEt2t7VogsKdT4TIJ { position:relative;display:none; }#uUE8lpwZ7fKNZETpEt2t7VogsKdT4TIJ { border-width: 0; border-radius: 0; }#uUE8lpwZ7fKNZETpEt2t7VogsKdT4TIJ > .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; }#uUE8lpwZ7fKNZETpEt2t7VogsKdT4TIJ > .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; }#lr3K0KFmQ2TK8dqsNwoiIX0CSln0MaQB { 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:34.875rem;width:60rem;display:none; }
#PklbXqPgJIJyLLxLORLnNREQ3UzLLSUR { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:12.6875rem;left:0rem;display:none; }
#NdxmJtqV9KgyAdZJQMncq6u650VRa0Oq { 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:34.875rem;width:60rem;display:none; }
#F1EfoFxFwhV0eqJK9EVTzCEZT1WlsOTv { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:31.0625rem;left:0rem;display:none; }
#TkeuvL5fK4DgmRtpftNVRtuHamUwOkc7 { 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:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#aIQWsOoGZkHboWmC0quFdxn953WsZvV1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uS9hFzTeQJ1fEdbdXU12zxCyoxLDM6DW { 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:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#mxoNaPdB5AsRQJlPx0C0hTfJRyEp22vG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#utSSKpbDaBBD9HqU7I0LTKSC3grcMgdW { position:relative;display:none; }#utSSKpbDaBBD9HqU7I0LTKSC3grcMgdW { border-width: 0; border-radius: 0; }#utSSKpbDaBBD9HqU7I0LTKSC3grcMgdW > .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; }#utSSKpbDaBBD9HqU7I0LTKSC3grcMgdW > .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; }#XZfdq295AgI0tZNeAJQolS8D0V77azWr { 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:34.875rem;width:60rem;display:none; }
#JTazClS3yUyvy53Aoslu5uchHmhLqLXe { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:12.6875rem;left:1.3125rem;display:none; }
#fewFaI9QquKPw9JPA4PnqWmviXUDhrXc { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:31.0625rem;left:0rem;display:none; }
#tUp3k6cn7TyxiguPxVc0deztP1Lzb50r { 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:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#Ce3pc0ysHoemFBmCgZhcq7i3vcMkGOGF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UAbpOTusRkFF5PALT0TlybrShTy0h1cc { 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:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#AvURU5qM8r8KlhVp4gsoCFThXzvpKEZt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fxeQBbHohTa3QHhbe5ol6r0xTTO9kJFl { 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:34.875rem;width:60rem;display:none; }
#vqi1V34UCclUtC5QVgWafqqQdem3EB33 { 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; }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 > .row .container { border-width: 0; border-radius: 0; }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#Sq6J938pwtqVzz3snAiWwcbwX7BZydKn { 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; }
#JJ34cwRamkQ1UdOdVxvrD2xgDmtJFSDl { 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; }
#Iy1hGWSTlkuLsBtOWmJGcfa7t6uAWcoT { 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; }
#Sqc3uiCF3JuVKbibOmVbG5EnL4d1khZM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TxiLHkxJ3VuVRiwx1d3vRWpHBCoUpN2f { 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; }
#u4KUUGAIS14vHSn1BTiag9Ve4BROZFCu { 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; }
#yVhL54cTDfXUi29T8TBkiNebNkB8pPNN { 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:21.8125rem;width:38.1875rem;top:15.286458730698rem;left:21.75rem;overflow:hidden;display:block; }
#nKFTf1GlpLN7a86q8HmdxhuiPFRBQTMF { 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; }
#NmQ24VDx1bPuMukQhTTNxGyn3DdFG3Oa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NmQ24VDx1bPuMukQhTTNxGyn3DdFG3Oa > .row .container { border-width: 0; border-radius: 0; }#NmQ24VDx1bPuMukQhTTNxGyn3DdFG3Oa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NmQ24VDx1bPuMukQhTTNxGyn3DdFG3Oa > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:none; }#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk .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; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk .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; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk .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; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk .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; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk .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; }#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk .accordion-trigger.adaptive-delivery-prevent-bg, #tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk .accordion-trigger.lazyload, #tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk .accordion-trigger.lazyloading { background-image: none; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk { 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; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #hVvA7GTZb8QUiQEAH4pnpfyVrtHUcIaF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #UZrT9VgyRm6O5SipVTG1S5kHdQhTHQG6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #NvSWS41PFuVap8OTwkntnKkTdTTB8CO0 { display:block;position:relative; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #JQuQWlXg6qxMusKbZHKLNrkfBP9yCQhZ {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #r5qBrXmfM7BpDgtHx2N6LLeEiNLsVTT2 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #lOArn3MqZIOPTk2FOb70aJTZJTZ3oshv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #AT1WKGOv2lkwZwn1iiq784fzg0wSGO2w { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #ozvNQt72zToMUTcZKJ5ldWPIC11AkxVV { display:block;position:relative; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #uQx0720pnTwFTnPbDzzcgfB7qhz6vGBt {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #GIgpyCE5BTdbNVsPIhOUPODJokFamt0X { display:none; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #l8Ks5SAT2HJwErW8unNlS9CiRnN3zHBf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #TPRtEMBK3uvyospWss731u6wiXsefaIT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #ZSRUNqW0E6kkRrU018MC1Zz5NRARqdEG { display:block;position:relative; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #D6lcuPaOIFRfDdrUDJszehXF0yUsM9QQ {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #C1sGWsivm2Kk76dof6rgBUvCfhyFeENA { display:none; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #oV1PHs9LwT6TT7S9Wxd0TJTb8R4oW93l { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #VBqGKBw297IUVkRVCvsxWsqVMaR7liMO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #bW4t6KK3itaN35lwrJO3ELqLUFNrl5rr { display:block;position:relative; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #xU2ZKGItxc07PMy9VAlhi4liXMGUdlg2 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #qOrSi8Q86mtO2yxV6H1uteLpxdTzsK5l { display:none; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #tiB5S51wpnyV6P6KmdeQSb40ewN7bHzq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #qX0FfRM2flv1dmyFE5JAuPiRm0cVSlD8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #cbMvgW04TidtLrVaBMPCZOMFLKDKCNId { display:block;position:relative; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #BuT8BKB9oldakKoTxS2uskzmyGpyRL5X {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #p9TChrJfXxWWtDqiy5Q24FzUgi6IVgMv { display:none; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #uJbZdKMzST7ky0albPH6JRvIFT2Gv6zo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #QgUBrvaFxxPxsIkJwMzVIyMBVkdHNM72 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #JD9ub9vTcgI5FbOeN2OSx5a4S4cr7Bgd { display:block;position:relative; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #aW24Tsg15q2RKsc84R6Xm9cELT5pzkQH {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #OwglBkuzIGzrulZlZwmshWiTHW07SquW { display:none; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #LJq6kMlqBe6uRFn3gkhT0NfHwTT9wpgm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #sSam3GUtSgAxxuZVp0FK7hAfJs7JEg0z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #KcdVXOiyDrplDZyvwsKviq4W8tA8weB6 { display:block;position:relative; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #AfkSBRxm8X59Hu8SOpTTzdHCmFzVM4vR {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #knKINScuSRkKlmJ6ZB9aT6zPsF1OFE0b { display:none; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #rwuJREo3y6QS4ZDxUcii2CA4aqrcbFaT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #HJH9CPUtTnTDe2lzrub2eFqMPCEQP4MT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #QkRoGXd9nEegwanN4S6J2LffGUOPSchw { display:block;position:relative; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #QRITszl7O4r2gg8riXNuy7StR0KJa9OW {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #HB3PRWPGtu7hBzNZf2Q0Oh9VBRTKS9nw { display:none; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #Fl031OpaJ1aan1RQpgfIWUlEJzGRneqV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #HnQfQPxDtaNBuJZODrLQODul6xwO1Cy6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #eM6ZCdG32FBIoxGWuaQoGAXEDkDaCTK6 { display:block;position:relative; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #smO2Oylf1t1hvtBBVVytkpROKTne3lTg {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #d4tQeo5QtQh0zl3wdnUy9uSxPloebDbs { display:none; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #cetnFkVKww8vr4ETTK9ZKuNfU7z5RFNd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #siUMNnsBBRPrbhIx9RE3nyiMC0vtEze1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #ihqXgw5lZxlN7M7vyTPXsKGwk4TVF24f { display:block;position:relative; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #BwDSanScfSdXpTTWf2rGusfsz7fLv09L {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #fzFpeagEMpSphCC4RgMR564NxcS40d9x { display:none; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #R4JudRFsUymBey7QCLhGH9PGvXSZ0Tk4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #TlO9NR3MLvRXLZ6hSTKKu9tydfn8oOHZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #C66l6oJKkvJXFrxllMMazhvDTF8vinwC { display:block;position:relative; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #ZDZ2yaLDrqrOQhMoS73lOGO61undq9g4 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #z2H85zkOQxd8EwXeTeBTGLmPC2c4AdWh { display:none; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #kz9qkdQuD9RUHUNHiQxMgutt3JsTUQ3m { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #rPvdDZ88sA4N6Pid6GuNRfCB6RbtQXcg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #TwpOGMBk6BmmXREmuixqi5vzfw4KTGhc { display:block;position:relative; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #beeTqvARo2FLPbDyWFNTfN1FH3nctIqF {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #DI5953a1ohUzTxalNl79sHEsqBOLmznL { display:none; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #e9ZMFdvqBrwmAJrDBTVeKDgLz6wJ6RJk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #F1B3l7XZsKdQ3TUXJukTPM0XkmysTTGO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #VOsdMXNdHq1xtfkHEZX0qGA8RNkTs7Na { display:block;position:relative; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #hIRVN6KhtfTvWDaXIvIveFGiVkxgu5nJ {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #h2gHiZcB0m5MQiyhql49ViLTJGVkoIbX { display:none; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #KiJMxW31PcoTQG32380xNxoGOnFnLkim { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #uC0lXXFEgkPRKWmc4E2hkDyW7NpDPOU0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #ho96qs1yk1hJx9vqFh9h6SdPXJRKExWa { display:block;position:relative; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #V2lgmwDuFw7TWH2vr4TsQi31piWJ9Nys {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #LpZKCslZFinJG1ztMwaU8T8JwKvyuaR6 { display:none; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #eU8RXpP2T2O1kNkKnR3ZJP6EBsBFPWsd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #UNymlqOQUt3nU0nQxxucq3vhPvLnGBp1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #HtQIHaQoGT7PwKTuegqTne05J9AaGKKg { display:block;position:relative; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #yWaEXxDXf8vJ9LWBc81Lu7nCdh2IoZoe {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #on3PB8xWfZdbuJFs0nS4Uv7TH9u86zTe { display:none; }
#fqnz5HxNSCDUZLtL9fXd5J5lENPkfbwC { 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; }
#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 { 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; }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 > .row .container { border-width: 0; border-radius: 0; }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#r5uqB4hE3teItFsUKtNMDT0tBnHdygq4 { 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; }
#oCrFxVLt9IgTZxyi32QLgXe2Tq3KeCGu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zn61TnJRGis3pWWzVC10fyzZT3aXpPOz { 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; }
#CBhGxVZbTJZ4TN98eZ89Fdd3VgZU2JPB { 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; }
#lkCwpmv1tLHOJ7y3040GIlTmZRq9DKks { 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; }
#J4qg4QIl9JUcSruDyaGx4UETNGKlorHK { 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; }
#AFbTAR9AwUrE7aEz3cSgsv40hKyHTfCg { 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; }
#Hg529pGfu1HoM07IQF0BXBDw3SOhpcLS { 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; }
#Jy2nlm3NlK71n4x6T2oZgyyvgTWmXZZv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vJoqNN4TUra888AHJbpLfs7kyaMZM2qg { 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; }
#NHgNpmyK5p2wUQOKlTuG3lIiDNsKqPBs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cMr5FeylFi73yxhVn2LbCEPNK4xalFFs { 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; }
#Di3tThpnPfD39PnxEc5qnyvm0q1wg3xb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 { position:relative;display:none; }#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 { border-width: 0; border-radius: 0; }#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 > .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; }#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 > .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; }#h8XN0ZiG5hELmqtrtg1TSy3kWcsXk4os { 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; }
#mzUfWH65G6dTFuTwAedCGtT83qETeRGZ { 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; }
#pqENCPxuTCJhsN5cNIIxsPmSPwkIx1Ei { 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; }
#qHWmTQmvxNwnRMwHGChyztSqRqT1dcno { 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; }
#mFo0Lmhzisa4rRIsJU47BHvTp1kksI6M { 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; }
#RCtxx4ImT82NFThqioBST79hFUNZVM7t { 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; }
#G17Pry4pk2JogbcdgeQXDIKgqkilHE3B { 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; }
#RMxa2AnC3cD7gQpIL6MRSvu2AHmeemZM { 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; }
#gFsw5k5Xqu5BrSHp4oSeV9FPqpbzpRoh { 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; }
#TTDE8ARkNGQPCyf5Tg93At8e15zDgKyP { 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; }
#W539VTT6yRwFC2tADmsv5oCdyfEuzilR { 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; }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR > .row .container { border-width: 0; border-radius: 0; }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#qmamhHiVVP445HMIHw8kqnqqWv73oaif { 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; }
#aFoLCiFTuVbd5gp9lPqv1wScHTlIAfcs { 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; }
#EdFt2nwBxQp2Dc5dt2TPuPMOWHiSy4sS { 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; }
#slAJKJsEGfNe7i3cdszoCXAHyWVPaNgc { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),1);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; }
#MyxiJV3Md7kqcUFE7sr90ENVwT3IeF1R { 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; }
#th4LqG4UO9J7gVHVfwlrULNMRT0bNI3O { 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; }
#RbiGFgf6ZQ9ZkS4HsdE6brHR6BIsXhqW { 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; }
#SZsHOLRHpBI943pGAM2nT1lA3TEVRO7r { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),1);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; }
#G0FwzBN2AKsefkDn3aBTq9fGnIdlIT0D { 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; }
#oO3Bvnft8uI6AMEmfOxTPlv2AlbefJy3 { 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; }
#UABkABZuN5Bf8iuPfnnp1kR2BQrcTauU { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),1);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; }
#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW { 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; }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW > .row .container { border-width: 0; border-radius: 0; }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#Z6T2TkQL4pbnZf9wVbiPTGCsUZ8Rr9zJ { 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; }
#fE9dbTT8ShKfbFyarOn2nOHzTrJTudFH { 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; }
#oDSpB2frCbtTwsDpS7uViPZFqXS5bigy { 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; }
#K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2 { position:relative;display:none; }#K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2 { border-width: 0; border-radius: 0; }#K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2 > .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; }#K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2 > .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; }#uHrOu7kneIT0ynWru2IKPtWmnr6Jr7s3 { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:16.25rem;left:2.9375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JbGyg6rIHVrFu20v67uT7mtFN3CQxvUs { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#s6G4EySfRslb4xemuvzFmZMNIVrRJyaN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HHTlkg0PxK77vlGKWQH5zy0KBXuvKJpe { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.3125rem;top:28.375rem;left:5rem;display:none; }
#hXMwRCofFtVEm6zeTSkTMWSmdNVm6Gpb { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:33.3125rem;left:5.375rem;display:none; }
#PB2fX7B9Z3cPXEyTr4wkqTHLVHTFN0xp { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.3125rem;top:44.4375rem;left:4rem;display:none; }
#M5Vzq1tbm5LvT1tLqkUdKi9UGNRd7gtv { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.625rem;top:125.9375rem;left:5.25rem;display:none; }
#G20IroyH0w8eT4nqcWCBWuMkZpD7f1go { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#h2V4m0IvowbJSEJ9zg2SLaT3bC5pXJCk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PXGAc2WkPSDxLAKleJCtqlmhPXUTUX9T { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.875rem;top:111.5625rem;left:5.3125rem;display:none; }
#OvOOSsCZO5NuBM7C7xAvMVqI5rC6DTaX { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#WnzfqJo5ynBAi4we57s8QoeS1bq0J9SM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SRc7HkrWLOOScLaVKUSTqtbgHfL9VSs1 { 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:60rem;display:none; }
#GiCOWfT2gwxLOBVKJgATMm29n972RJhz { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:97.4375rem;left:5.0625rem;display:none; }
#m9VQJTFu9mxX2TITEPNH3LVRlgEB9fyw { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#DzCs3beq8ZWDygk7xJZsUNUeb4y3P38k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XnoZynzz2dKaypGBdUKbHkaTGbT7LO05 { 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; }
#T5asWdCaJwLClxfyFOlMx5ZpAfEIWU48 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#TPICpJGuTzP5RV1TZUqJsKRx5TA8uAtw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zrOkNazWvIiNx6Ha7vdfknua0GlvlzO8 { 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:60rem;display:none; }
#FKgxcZWzXv0AMq4b574vs2GEbt2H1usU { 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:60rem;display:none; }
#f1cQfFvwo4LdyhELri0OX5DKWsFxTcFm { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#KaOQqNP8Sy11gm6ghDFPZTpEnq8Tyd9g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tD3SqTA81Es4b54mztRV5ObzAnBTAaaV { 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; }
#dCX1r4Q4fMp94vMf2sGSqgEhpoM08Acu { 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:60rem;display:none; }
#orDmGCMOGJkU39z58wUrZiwg3X6Jaivi { 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:60rem;display:none; }
#CTRktOAaslc58ew2XyO5GhntIlgwoliL { 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:60rem;display:none; }
#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 { background-color: transparent; background-image: none; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row .container > .video-iframe-container { display: none; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row > .video-iframe-container { display: none; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .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); }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 { border-width: 0; border-radius: 0; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .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; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b28c72;background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UD2TvwiyC7vBAROA2AC1GXpVSmK51rUQ { 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; }
#ePLLv3OTJBRW7QNkBINVHL3vFJRE1WID { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TQAWA43TWFoHASm8FrehFT41B7QmWTm2 { 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; }
#x5dpkIsPTdRgz4fcHKKRblhw3Kp3TrCA { 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; }
#tIwz7aVE8EZ1USzchs9MvqRidU0ltbMp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q8qblbALcarSfKrXfggQJqF4tXTMl2UT { 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; }
#Q8qblbALcarSfKrXfggQJqF4tXTMl2UT > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#XQfskrikKgH1s5qR9t8eqMBdxfcH8L7n { 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; }
#eXmHpoiTL94Z7T9HmJe5XUpty75TtMLf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3wBX53FlWTHBy2zkXDhG9fsmdbt1zGv { 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; }
#nFkeAnKePpp6QpIp93DBFKLHMODkyr6P { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.24956875rem;width:3.87478125rem;top:1.1545139551162rem;left:26.809894561767rem;overflow:hidden;display:block; }
#tZV8QJEk6385hMzQW0TkE9hPNUwe07kT { color:#a57f62;display:block;width:6.6873125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:23.25rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XB6VhuTKHhFmAfoihMR9H5PGBVIe8aN1 { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.3125rem;left:15.875rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rn0MxbeKyl6VmsMbdw2h1V9yLeOKH2ou { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3125rem;left:12.8125rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rIVswp301TLz4g4Clx3qbD17gIcmzZ1n { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:9.5625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FHFI8k5OQJ7wEoR81fThqvHoTueTV167 { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.375rem;left:6.375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kmp1u1To7Lqc0NPZx4bqetwicCLTl3G9 { 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; }
#ZlwcNgUw3KCmGoQUqsZ1yrDTcCd7cXlS { 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; }
#sCEKVcF5m9bMvZAFVa3TGLyZKQkgmCDR { box-sizing:content-box;height:2.31228125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.624783039093rem;left:0rem;display:block; }
#TVXFeDlxhJbsTsAD247IowdHq8gVef8b { position:relative;z-index:auto;display:block; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b { background-color: transparent; background-image: none; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container > .video-iframe-container { display: none; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row > .video-iframe-container { display: none; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .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); }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b { border-width: 0; border-radius: 0; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .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; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,189,97,0.55);background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:39.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container.adaptive-delivery-prevent-bg, #TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container.lazyload, #TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container.lazyloading { background-image: none; }#alfeimNOBONJHACGlc6l9vKSR7TTCz5G { position:absolute;display:block;z-index:15019;height:10.625rem;width:18.999rem;top:18.59130859375rem;left:3.990478515625rem;display:block; }
#ao0RKvZR0nimDcatFbdraZLJw9NUq6lx { position:absolute;display:block;z-index:15020;height:11.499rem;width:20.5615rem;top:6.123046875rem;left:3.209228515625rem;display:block; }
#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 { position:relative;display:block; }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 { background-color: transparent; background-image: none; }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 > .row .container > .video-iframe-container { display: none; }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 > .row > .video-iframe-container { display: none; }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 > .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); }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 { border-width: 0; border-radius: 0; }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 > .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; }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);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:block; }#GErNcLznXJch9Gsh0XoQeFbndMwA7Hom { 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; }
#swmTbQGaLiTMvKGLmVoQc7s1RFIFzaZ8 { 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; }
#lssEgNK1fXdHO5iKS30zPtn59wN43tuT { 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:block; }
#xpCyTLpveUp08QIf2foVC7VX2vWDHxP2 { 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:block; }
#cb3g7fTz1C1TatNqPqMQdgShsD2vnTUv { 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; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-form-header {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .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; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .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; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .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; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .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; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .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; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .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; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 [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; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 [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; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 [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; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 [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; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .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; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .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; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .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; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-container:first-of-type{padding-top:0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-container:last-of-type{padding-bottom:0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3  { 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:3.76171875rem;left:7.939453125rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .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; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 {display:block;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 { 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:3.76171875rem;left:7.939453125rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #CVDTkn3x4gv8Xb9EFvItHXdzqCzgdQ4W { position:relative; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #dk3zT26ufBlL3TQkU5KiDf1ZhgXNK5I9 { position:relative;display:none; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #Od2BIzmgGss74w3TTdDJJG8o5Eg8NH3e { position:relative; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #Kzu6HhvKAedHk45l6U6LTVbOotLFPBD1 { position:relative; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #Vyuyda74Tp6kSg3TOdNIQAlOcKKLcSdx { position:relative;display:none; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #MMxe066flBVP4GgWkSIXXALIDkPIV3EJ { position:relative; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #HurBQ7LuspsTyc0KsrtHLmAgZTZsnBer { position:relative; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #IHyLkxtRSSy2FTTVtC6EH4ZKSIITBJVy { position:relative;display:none; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #SBXQKCZTIrnkSxEULyM2OR7k3fDZCc2D { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XQS9sJLkFmZGv052R2vCfC3mCotSd7AE { position:relative; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #R9NgyZ5aWufKXCNsdUdr4B1IKtTegOsD { position:relative; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #beH95evhcotaGEZVhkWrCUlEKuoq7gTz { position:relative;display:none; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #hpla3qTrSRZThahUN5TOuxeOCTS7yVB7 { position:relative; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #EWC5cMc12TDtPqebEFQ7msfdWx8bQhQo { position:relative; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #ZXi6klh2VTDBrcUPcJzXebtHoG506RWd { position:relative; }
#Iqf96J3CctRHduAILyVzySsC8ah4bwvc { position:relative;display:block; }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc { background-color: transparent; background-image: none; }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc > .row .container > .video-iframe-container { display: none; }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc > .row > .video-iframe-container { display: none; }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc > .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); }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc { border-width: 0; border-radius: 0; }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc > .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; }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { position:absolute;display:block;z-index:15000;height:21.75rem;width:53.375rem;top:5.0927734375rem;left:3.363525390625rem;display:block; }
#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ { position:relative;display:block; }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ { background-color: transparent; background-image: none; }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ > .row .container > .video-iframe-container { display: none; }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ > .row > .video-iframe-container { display: none; }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ > .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); }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ { border-width: 0; border-radius: 0; }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ > .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; }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ > .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:27.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qJlB5aivWMc7hRn9GZDCGeHASEzAZKtP { 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:4.37451171875rem;left:10.5615234375rem;height:3.98144375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tPUGavBTOwzhzqOy2TTzL1d4ivGvwcP8 { 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:9.24951171875rem;left:17.8125rem;height:2rem;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; }
#K0JNzAfMU9vKACAqrbNQOvWbRtrObELa { 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.9990234375rem;left:2.18701171875rem;height:2rem;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; }
#pCHbzecWIWAQJVyT8cE2wsJHTKu2bg5X { 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.75rem;left:14.6865234375rem;height:2rem;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; }
#lM7GeFAygSXWD4HTveaylaF0wW3vdd8K { color:#050505;display:block;width:45.3125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:17.49951171875rem;left:9.5625rem;height:2rem;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; }
#hXOHTEmdKqmpRNnow6aS5kr3e2qN546t { 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; }
#yW1GRgCIJkmKDCFC3bkI2utwSy0ua8Ae { 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:13.1240234375rem;left:54.1875rem;display:block; }
#GwX51ss3s3yz9XAP1ee6Dl4fnqV3ZOGL { 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:10.37451171875rem;left:54.1875rem;display:block; }
#BLK6tkTwrcRPvPTpek5OCQHr4BLapeXd { 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.625rem;left:54.1875rem;display:block; }
#G7QbOKoHPpLoWtmP8K7qiTC37gO6Kcot { 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:15009;top:15.875rem;left:54.1875rem;display:block; }
#Mlek5EqKU8Xx8hSR0STRJ6g8Rm24rZmU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:73.625rem;width:60rem;display:none; }
#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx { position:relative;display:none; }#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx { border-width: 0; border-radius: 0; }#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .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; }#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b32787e0-c383-4d51-8f7f-94395dcf9fb5/website02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:36.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container.adaptive-delivery-prevent-bg, #k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container.lazyload, #k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container.lazyloading { background-image: none; }#ShTnIJTKJCRHRP3PpEhNuFZg4cPgAL5h { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:18.9990234375rem;height:1.62475625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TkWFyDndukuM4PJTNbc5sFIm2A46KVeV { color:rgba(30,30,30,0.7);display:block;width:14.12475rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:16.248779296875rem;left:20.137939453125rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hVTE0g1fn3lAKVIB3HSqMfqeWnKeCLTG { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:12.620849609375rem;left:16.06201171875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uLKi93sMSggxC9e9v8fdyMmayQq2qT3T { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u9ZsDTob5PeKEHvGdF3MJOXLyGdcv9Wd { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:12.625rem;left:6.75rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ITwlwVy4hhPHRnMMv8Q4QToQCZqKQFpa { color:rgba(30,30,30,0.7);display:block;width:11.9983125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.87646484375rem;left:14.217529296875rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#veUxS5yJWg2q2CmcFlTsrLdDeroEThap { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:20.6875rem;left:16.125rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#drNhZxIrCiKP2GEqbBczQ3BaPVSveGPr { color:rgba(30,30,30,0.7);display:block;width:10.999625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:22.224786758423rem;left:14.715909004211rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rKzck4hpeTRtCgWizyqyaP9nA13C9uVN { color:#ffffff;display:block;width:6.499rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:22.375rem;left:17.0625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tKR5HJEsenp82ay9eSPO9nyaMMGyikub { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:21.010196685791rem;left:13.311632156372rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sfGK34OsgqJcG1qpD2ruCn1LAa5sKuzv { color:#ffffff;display:block;width:3.061525rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:22.5625rem;left:15.9375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mnddvTBZOsOlIcckP2Cyi5FsaOEveqrd { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:20.937499046326rem;left:2.0925073623658rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ey8es1TTvpTlwUbsikrk7bbAZEFy7J2D { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:20.748291015625rem;left:5.390625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gTdC0mWdDgxnRrwqgNz1iyUROiZ05LpS { color:rgba(30,30,30,0.7);display:block;width:9.9365rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:22.471923828125rem;left:3.936767578125rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MVlq9shFXKNZ7EmObcLSCuObhTKnTodp { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:22.34375rem;left:5.390625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZwhaT206MqzEF4qUwL9eoQO6mm64NKbV { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:22.625rem;left:2.5625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GeuH5SMUCW155Z8lFxAnvNXcyxk7OCU7 { color:#ffffff;display:block;width:6.6858125rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:21.07177734375rem;left:3.3740234375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QOL77MlNDQggDMPOXnBcioHy8s2DJI1w { color:rgba(30,30,30,0.7);display:block;width:11.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:30.257568359375rem;left:3.936767578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jo80FcuBXaDOa9X7wtwph5O78XzraIXn { color:#ffffff;display:block;width:5.1245125rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:31.27685546875rem;left:8.34228515625rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QTeV7IGh5dlakf7SG1ys3iwvPQVbkedI { color:#ffffff;display:block;width:5.06225625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:31.6875rem;left:5.8125rem;height:1.21853125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V1bHEkxrHLBAZVzQda4TabyEUwfV9ogP { color:#ffffff;display:block;width:2.68676875rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:31.66015625rem;left:18.6865234375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZHDFLzbqU0QgSRLJvg9Uori1rO7qnqov { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Og9wfteoQdzPn2kdDlPvQwOyqQQv32VK { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#weJCCCSVzo7NsSriQiHP7Fcas07oTt97 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vu1ThZ85drl4KvlCavG5yiQvyNTJc353 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tRbQEzrL2zC0b5PZNhxZU35nyHzyt4C4 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:12.625rem;left:6.75rem;height:1.70543125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Uw8KK5LDqTI7mcu6dpe1gCwEimnIJn0c { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15045;line-height:1.6;letter-spacing:0;top:14.119384765625rem;left:15.450439453125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VpgSTT6NIvxsJkRn4Xk0rEzaJ2fmiGLO { color:rgba(30,30,30,0.7);display:block;width:7.1875rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15046;line-height:1.6;letter-spacing:0;top:14.056884765625rem;left:6.514892578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TrmDIQJ1R5qIWnGG0IfBIZ8KuMVncyUZ { color:rgba(30,30,30,0.7);display:block;width:7.124rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15047;line-height:1.6;letter-spacing:0;top:23.846435546875rem;left:6.436767578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qIDJrTrowQaMBGZXCOuUQ1fMsxNEdv7g { color:rgba(30,30,30,0.7);display:block;width:8.625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15048;line-height:1.6;letter-spacing:0;top:23.765380859375rem;left:17.6796875rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LeTKuS2LnmQw6cranHhcNdM3Q17yNUxv { color:rgba(30,30,30,0.7);display:block;width:7rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15049;line-height:1.6;letter-spacing:0;top:33.140869140625rem;left:18.42919921875rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jo1e3kswI2gOBwcvqgfXANZ4KvmWqRtt { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:20.563152551651rem;left:5.7233066558838rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vkt6Npqz8EzfXbt1JiSEcMVhb1a24331 { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:31.357422113419rem;left:19.871963500976rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD { position:relative;display:none; }#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD { border-width: 0; border-radius: 0; }#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .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; }#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/18f6a51f-b4a5-44a2-91e6-494edb8e50b8/Artboard1copy300x100.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container.adaptive-delivery-prevent-bg, #aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container.lazyload, #aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container.lazyloading { background-image: none; }#HFUrJi1iUrpoBxFMAKFQ0AXnmxG4K7ub { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#D8ZDZ0wiFhhp2rvoy1g28aBwrk7igHGB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eppnTxivw83Vu8WFT2PLKbrJNfxHQpKL { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#KVDOaScnKHq8kp8SPArsPqrwRXItloNq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xVFlqWR73qLKEhQ0e5Ty06RLUQdxiTTf { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:27.841794967651rem;left:9.7482643127444rem;display:none; }
#ZELtOdQudeSmPWr8vuw4ilq1JOacyLw7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vgk2Ct00P9KE5EuNTdcv0KkpHf497QGf { color:#000000;display:block;width:15.7498125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:5.1796875rem;left:23.009115219116rem;display:block; }
#NKIEv6TImCPqRnvOKglo5uVGWXyFEui3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:32.812501430511rem;left:22.505424499512rem;display:none; }
#NKIEv6TImCPqRnvOKglo5uVGWXyFEui3 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#I4iMMo2TXvloTTXIpV0wKeoqA3B20nyK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:27.998048305511rem;left:22.437065124512rem;display:none; }
#I4iMMo2TXvloTTXIpV0wKeoqA3B20nyK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#pOzOKFeFFp8gkSy99BgSNArgE2zE3gtW { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:23.342011451721rem;left:9.6755638122556rem;display:none; }
#vdF02VlR8ZnxolnhsKH6W2xIKFlgTG92 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qEXHMKw6GXsluSzT0GeqUxzBg5VGUWte { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15174;opacity:1;top:5.0553398132324rem;left:46.322700500488rem; }
#qEXHMKw6GXsluSzT0GeqUxzBg5VGUWte > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#pGVoCBMOLPH6QsRc6OzN4CQli0uI1ccO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:9.8125rem;display:none; }
#Meth0y48g5efm3cvF93tF9sIZs6HoEua { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:60rem;display:none; }
#GAlsgoS24Sth5bfwz2yhucFreGrcWR6E { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:38.125rem;left:0.375rem;display:none; }
#JgovxiQbpZp7OPN1TDnko9FPU2CbEI6s { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.25rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:1.9661464691162rem;left:45.441623687744rem;display:block; }
#mTLDWTiQMzENznqibITMNBeZ0ssUqRKv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mJlTJRESvLR7nzJ28aq6P1QTs0exNxdA { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:8.3125rem;left:45.4375rem;display:block; }
#IiN94lzLVhC3mfHWbbFhDl6pqpSMKbPc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RPnNt1e7xmBaeS5iRqVlMPzD6X4UR4VR { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.24935rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:4.8697929382324rem;left:45.511070251465rem;display:block; }
#kvPFbE3IPT0zczcot0v17eMxy48dfd66 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yVmerm4wX29kRkmp1SCA41ZI23PT5Xro { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.1516933441162rem;left:46.322700500488rem; }
#f7C4oSZKM7TaS4foiZUaXu6ULQxALDsc { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:8.4375rem;left:46.125rem; }
#wgKwyzivcagXhODkJ2ZhggVOk54hHfVz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#uo8wQgDKyVr3Qap7iLxoVx8KvZt0m4uD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:9.5616328120231rem;left:4.1872825622559rem;display:none; }
#zuugeAk5hNhgM1r7XvnoraHhTzNWEtrI { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:60.4375rem;left:0rem;display:none; }
#GiZLhliDikWPVS0rF2QauLwcIUEB3Ooo { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:63.5625rem;left:0rem;display:none; }
#DLalpmkoTN4Vwq0PTrZBBTy2OwAKEvAc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TIiS1nz6DHBxZGM8tTo1APhWrrTAggZg { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:69.25rem;left:0rem;display:none; }
#bQso3TWWS7qQVt6tmqaEU5T0Ci4vmysy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Eh6WVTO2mtdVQbkDt46PFvW30kFl0SI5 { position:absolute;display:block;z-index:15177;height:9.6875rem;width:17.3125rem;top:1.0611977577209rem;left:0rem;display:block; }
#wAtyTC4Bpu08EgT2eDiELWPrJxVufsSS { position:absolute;display:block;z-index:15178;height:9.6875rem;width:17.3123125rem;top:17.278645992279rem;left:2.2493476867676rem;display:block; }
body { position:relative;display:block; }
#KxshT4XH8Uuh1teNqcTTa7LBZICoT8Tl { display:none; }#KxshT4XH8Uuh1teNqcTTa7LBZICoT8Tl { border-width: 0; border-radius: 0; }#KxshT4XH8Uuh1teNqcTTa7LBZICoT8Tl > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#roeivO6JhSKcXSAyae9iB8hfT17HMdSt { top:2.375rem;left:0rem;width:19.125rem;height:;font-size:1.4375rem;color:#000000;display:none; }
#gJyhwBxeHzOJ2C57Uw3VAS41lShSg4EG { top:13.6875rem;left:0rem;width:18.4375rem;height:;font-size:1.5625rem;color:#000000;display:none; }
#QQMTtRxW4ivoTs0RoJSIxPH3gXtRsl3T { width:27rem;height:27rem;display:none; }
#hAUf74MCNtwfhvpKbkxoh5nTqoXq7rvF { top:1.5rem;left:0rem;width:19.125rem;height:8.0625rem;font-size:1.5rem;color:#000000;display:none; }
#LWKwTl86NasNufosHhzhQ02oUxoRIPsd { width:11.75rem;height:12.5rem;display:none; }
#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB { display:none; }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB > .row .container { width:47.75rem;position:relative;display:none; }#Evw9UqX4Q2BuUKntbSOvAu5gZz0hm4Lu { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#O7qNATmPTEAeJMOltJsICdlSeX4qfTH0 { display:block; }
#Kp4MlMkRLg0Ufq5ZcRIfIFAzD9IviIL5 { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#JS2bIA7MhDaRagWIGhTT9Uvsa9370rEw { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#ceXPWgbqA3IJXxdnVH0XoskAMktZHQwa { display:block; }
#FE6XGQMJfzVZns6KyCT7BJ0hvbc2fgKy { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#FE6XGQMJfzVZns6KyCT7BJ0hvbc2fgKy > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#qNGBxBm8WwRP10C0kWLdyZyt29l4SISX { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#zy1JTm239bEAzx909cJKBcf3mtyd6vNU { display:block; }
#Hlns3GOvnuyEg2WwSD1xbyqzJPZzbXcW { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#EkUVEb8H09hDvI7cL4DSI8p7Qay5cLJt { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#ydMF5y9ESRfKEORHqreTt3LHlPpKQfak { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#NlaOdM22EwHTcaUIBHSl8kIVX57OM8Rg { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#bRmEDdsIXvJWp2BglbCMDzSgINanWfoG { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#T4LK47MliNydF8AXPKWWzSS8nSTB83lA { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#qV98dkw9qJ6KfXF9dtUmRg0nhew25CQ6 { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#UZ8X9QLLQ2Zzu7reRZJ47cRiuBeBnkTq { display:block; }
#X8QSX5qFbiBoypBrryVLJTlkdZB1scmo { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#TE78cRR8U4Fy5A1PL1l71kbFZe2sa0rF { display:block; }
#zkJPe84scaSuMbOuEnTSuogTJmUvMrfu { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#UdcIiXoEpu8kRMIF2sZGEGWiWwSQIhfo { display:block; }
#g06CPpZWw715t0WMxUchfAsTUbineJ2N { display:none; }#g06CPpZWw715t0WMxUchfAsTUbineJ2N > .row .container { width:47.75rem;position:relative;display:none; }#MBNkaOGuStOWEFG2Hkeh3zCrIMircFI6 { top:13.125rem;left:0rem;width:15.1875rem;height:8.4375rem;display:block; }
#eCTTcxPbCBhoICT47azMLsXS4U8bxgGM { top:22.625rem;left:0rem;width:15.375rem;height:8.5rem;display:block; }
#chG7XkCKmaHDu63OIuFEtkGEbewZAUwf { display:none; }#chG7XkCKmaHDu63OIuFEtkGEbewZAUwf { border-width: 0; border-radius: 0; }#chG7XkCKmaHDu63OIuFEtkGEbewZAUwf > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#TxIPwxT4GsgAf3kChEXZvSEfl3yDtbXL { width:15.1875rem;height:27rem;display:none; }
#XKtotQmZkI97gRVKD37DJDETkP2HM0xk { width:11.75rem;height:11.75rem;display:none; }
#pMgnDHVvLBmEpPtS7t5VKvw2z6MtAC8C { width:;height:;display:none; }
#dDMc2WX7hZdvwokDi1lSKJoBnfSbuRNV { display:block; }
#JakXNbMQbBybQecvAbI901iTEXQx0ZoE { width:;height:;display:none; }
#L4pRktuByH61odiwhMe52UqMeV5wkc2o { display:block; }
#gkU3ouQf0TSnJrTGIWcXb5luIxPpAP4G { display:none; }
#zR2U8LLKGMXRXOAFEakUkCmV7RHzp3cc { top:18.6875rem;left:1.03125rem;width:20rem;height:;font-size:1rem;display:none; }
#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul { display:none; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row .container { width:47.75rem;position:relative;display:none; }#kLcgTDsFp28emwCxr0QiNXF5TJTqXZ49 { top:1.4375rem;left:5.6109380722046rem;width:7.625rem;height:1rem;font-size:0.8125rem;display:none; }
#cqu3V1NnCCSO45Ih1qovaJO1PATP2euk { width:47.75rem;height:19rem;display:none; }
#zD0FwtgcL9AZOyDL2UORABhuRHVTZTsb { width:14.0625rem;height:5.125rem;display:none; }
#u5a2Ce4zSBx66Wb4cJPLmOfKI1JRlC9x { width:15.9375rem;height:5.25rem;display:none; }
#t7RZkmWpwBbuZwJI7VnTVZGOHyBknI91 { display:none; }#t7RZkmWpwBbuZwJI7VnTVZGOHyBknI91 > .row .container { width:47.75rem;position:relative;display:none; }#SQ065nSsoFFxAgQTFAJL3JaO8DrVUw6R { display:none; }#SQ065nSsoFFxAgQTFAJL3JaO8DrVUw6R > .row .container { width:47.75rem;position:relative;display:none; }#qF09NTvkpksH9lkzaTTHIokaAF51BKvx { display:none; }
#oTHW0v050k2shxT6C0JlsbKwTRFaO5EB { display:none; }
#k6x7MQAa7E0z10rAcX2nGfIKcGfVxvJb { display:none; }
#XMVHmMxby5mV142OhlE7umH8LQZph2po { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#QRQGCIPXBquUvGvKiHo4VdkzLbXhTILM { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#ZGLl5ZFl6Wvtg3kl8o3ggwJroGp3gGkc { top:14.4375rem;left:0rem;width:19.1875rem;height:3.625rem;font-size:0.9375rem;display:block; }
#QHOqOR3pAADzVqfmPvve59fTC53z1PrV { top:14.0625rem;left:0rem;width:18.375rem;height:;font-size:0.9375rem;display:block; }
#eT770CdKfB8PH0WQ6fmnLvety180kaHZ { top:0.875rem;left:0rem;width:16.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
#TmO2A4rdRtdgqOvbby7Vgmyv1eULJdZM { display:none; }#TmO2A4rdRtdgqOvbby7Vgmyv1eULJdZM > .row .container { width:47.75rem;position:relative;display:none; }#ilcFr2wS3cF72oasvzcirpZpZ7XrtnoA { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#TnNvpUJbASwTbgMndMMdATNhnsalHTSM { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-input-text {padding-top: 0; padding-bottom: 0;}#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-input-select {padding-top: 0; padding-bottom: 0;}#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua  { width:17.5rem;height:auto;top:3.1875rem;left:5.44140625rem; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua {display:block;}#OPIcJorHTTpDci1lsivilt6dFhlTB5ua { width:17.5rem;height:auto;top:3.1875rem;left:5.44140625rem;display:none; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #lCfHtbLWFOB26CywUwe8eEe4ZyHEwNal {  }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #e9U7Lplb7FCQyWsdd8QgCGVCuCk5CQaN {  }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #WK31goCI2q3QoBxH0I1Ti7lqMgpwMEaR {  }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #f0TXJqERKkTM1IllKTfzmg5gEixwOlfX {  }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #tT6w0BRdN70VZF2ArTwWdyzmIIa6lPNb {  }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #HadWPMGmwcaTFsqTnQrnvsNbW6cwSd25 {  }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #TwFXmwB5mCpJFnIoqz26BNH5taKXPKpl {  }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #fweTDJ3Kno1Uu1xXUiBdrhh6VbALmhPT {  }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #ELeFRraEaHE2bpqaottob82ZckaI6XAt {  }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #gTVbmWz6NSL41XnTdiXSchtfJ26aouxu {  }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #oTG64KkIdPQzf46CulkceFTz6CGG8ast {  }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #zFUIIeiGkCq31oBaP49ktopecrOqBlUl {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #MWodgefPUO27spSVB7cCfatHDtJkvJFB {  }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #GGhrqLwfTWd58AO14bGTl4uIs24pEo7E {  }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #olbqN5GX40Eu9sq0xc2qKrKdcRBWaTQg {  }
#TV28KHfwFW4dgbaQQ7mgXmZlEerHTTCF { width:14.0625rem;height:3.4375rem;display:none; }
#CzktTQtulvNtLICcC9k3VcwSGgeot05T { display:block; }
#G7HSUTnVLgi9LbrkkCeBPhDmGMv3uBpo { width:18.75rem;height:18.75rem;display:none; }
#a5ZOSEgz8AfUaPtoH68HanUfGF07oyX9 { display:none; }
#hsTFT8QPXCcVfAlL086rq6TmyghUPKan { display:none; }#hsTFT8QPXCcVfAlL086rq6TmyghUPKan > .row .container { width:47.75rem;position:relative;display:none; }#KyS8kc54MQ4runLz5eGryLy5XVIvHoxl { width:11rem;height:1.5625rem;top:17.3125rem;left:19.125rem;font-size:1.25rem;display:block; }
#qqr1rClFAMgN5UxMvXZqmt8TT8wSIrxX { width:11rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1.25rem;display:block; }
#bWV8t442VbHO1o1RFc95aiB66ZUlTSq3 { width:11rem;height:1.5625rem;top:31.1875rem;left:18.9375rem;font-size:1.25rem;display:block; }
#uun9wTA9s20CkBWR4olfAUHdSuSf5RrN { width:11rem;height:1.5625rem;top:30.6875rem;left:0rem;font-size:1.25rem;display:block; }
#GArLIq9zx38OtOkMWe2Af5J3LUzr6wF4 { width:11rem;height:1.5625rem;top:45.4375rem;left:18.9375rem;font-size:1.25rem;display:block; }
#zKfCS3VRAu6tUTUfoeh4Fxx10hTbkKWW { width:11rem;height:1.5625rem;top:45.25rem;left:0rem;font-size:1.25rem;display:block; }
#JviZh7JMkSvZKVygZZ8stycEpwZwINOl { width:11rem;height:1.5625rem;top:60.625rem;left:8.375rem;font-size:1.25rem;display:block; }
#uQmFCMStcZArWwBIPpv97SnPlqpP9CWT { top:0.8125rem;left:0rem;width:17.4375rem;height:3.8125rem;font-size:2.6875rem;display:block; }
#rg18qMIkx5zvRlb0MdD0U3qhB1LQz1VE { top:18.4375rem;left:16.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#dIHzQep95dU0s3JmXWPhkhcWlccAqdif { width:12.5rem;height:;top:17rem;left:0rem;font-size:1.4375rem;display:block; }
#wsy5EgaiPvBL79CiPvuisJPMGUUbDtlG { top:20.875rem;left:16.6875rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#Zq7LKhHOHV7vlnWULTS2gRH0BWlPszPf { width:12.5rem;height:;top:19.375rem;left:0rem;font-size:1.375rem;display:block; }
#Fl8nArTKhUVfmazI7FbCFhfK85a6XzRI { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#sf63rgpEFq09CXI3Rxf5CeqhsAHuBQUq { width:12.5rem;height:;top:24.625rem;left:0rem;font-size:1.4375rem;display:block; }
#N6ET9nqpeqDt9SbWkxnT1lGEvcmCEld3 { top:15.5rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#HAfTz82HKzkTvoEssW2r2VgWMew83aD4 { width:15.9375rem;height:;top:5.5625rem;left:0rem;font-size:1.4375rem;display:block; }
#X0TfNRlFn9Pdt1tuLsDxTkOL652xUPgV { top:18.125rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#DeqTOrWTaRitA7yvcBg5HEsK22q4tRc7 { width:16.375rem;height:;top:9.375rem;left:0rem;font-size:1.3125rem;display:block; }
#G7pEtnvIDNN461EtJ1Ea86MTTqRvQ2rw { top:20.75rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#NioPy2IQDWp13d9175gHCz52W5QJas6F { width:15.1875rem;height:;top:13.375rem;left:0rem;font-size:1.375rem;display:block; }
#cwhdH3tU3xsUVGGCxq7DgAZCwlT92iSK { width:12.5rem;height:;top:28.1875rem;left:0rem;font-size:1.375rem;display:none; }
#I8OMEVvTEgFOff16AefSD40IH4rZUmd7 { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:none; }
#RWfa5DRllNBA0BRGccXHuxNTqJ9t0AHy { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#RWfa5DRllNBA0BRGccXHuxNTqJ9t0AHy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#drinOzlZB760Tup9qgamRTdCCnsN44Uy { width:;height:;display:none; }
#Vz8L1m4J7z1KVv9k1hy4XgOnBOiKH7Ip { display:block; }
#TG8ev2lsJkCVVIdTvLA173chT3QP9M2w { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#TG8ev2lsJkCVVIdTvLA173chT3QP9M2w > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#ymlAhGIBao7pNDiTQVNGtMwuZulJ5itt { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:none; }
#T2yvr4X36cUCGXoN2EsG2W6DtX8utlol { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:none; }
#XaLQRXstGoWbIycLLzK3Fppn6pBZx5ZP { width:13.1875rem;height:;top:30.0625rem;left:0rem;font-size:1.375rem;display:none; }
#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ { display:none; }#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ > .row .container { width:47.75rem;position:relative;display:none; }#eDcTdyVrzALLW9V0T8SXB8mkEpB8LNNL { width:47.75rem;height:27.75rem;display:none; }
#IrA8ZnI2WJBasdN80mQnacFAPR2T8eq1 { top:13.3125rem;left:0rem;width:13.5625rem;height:;font-size:1.0625rem;display:none; }
#bep2OopGkzTobQX7vlgmIrr759Gex9v8 { width:14.0625rem;height:3.4375rem;display:none; }
#ASnmb6q63PlmVTzbtZStqlFsn5uIyuky { display:block; }
#VvxoPfLz9P3TRK8KgBmOUEwpkc9D4Z8v { width:47.75rem;height:27.75rem;display:none; }
#hOn7Ctr4mn1kV9JJh5THMm5TUuAbbs25 { top:12.75rem;left:0rem;width:19.875rem;height:;font-size:0.9375rem;display:none; }
#SUFkuwszwfkTuAqua0T6OMoLpR7RD98c { width:47.75rem;height:27.75rem;display:none; }
#XG1eBygxXwlv9TLWbfgsqqUza6wIy9Qx { width:14.0625rem;height:3.4375rem;display:none; }
#TiRiuTUuhC0i0pp4QUplqosTtZNPCCMo { display:block; }
#E8aewAPmrzT15QyhPACBeScE3hkvP8OE { display:none; }#E8aewAPmrzT15QyhPACBeScE3hkvP8OE > .row .container { width:47.75rem;position:relative;display:none; }#Hu8oayUrzsNgVF2CfKXZwsZJ5i91duuw { width:47.75rem;height:27.75rem;display:none; }
#TD3arT5Fnibimr8FXbGREhKJ9TSdX1HH { top:0.5rem;left:0rem;width:18.0625rem;height:;font-size:1rem;display:none; }
#lMl5IeFEmwssQTgDlfzz5eBOypVux5uc { top:19.25rem;left:0rem;width:19.875rem;height:;font-size:0.875rem;display:none; }
#dPTCiHTPmUMbUeUbDou7EJDTzvNIfQ5t { width:47.75rem;height:27.75rem;display:none; }
#hWThydKzcHx5RtgHPHhe9zS4Tu15mnE7 { top:37.375rem;left:0rem;width:19.875rem;height:;font-size:0.875rem;display:none; }
#NtlkKNa4k4piRCnEZTPFKJXLIx68qFxf { width:14.0625rem;height:3.4375rem;display:none; }
#q5I6RXepQA4QUygQTNq2aOo1TTTeF0gA { display:block; }
#vlnzM7NISAHDyr123SfwDlX2dKG04Pb5 { width:14.0625rem;height:3.4375rem;display:none; }
#RlEgxdDDTTvzDQRvAnZQ137it932DsN9 { display:block; }
#xwPk2xVTm9lQTsytlBnutMVoszlfB8VH { width:14.0625rem;height:3.4375rem;display:none; }
#VLbx9ClsTr6ZCcLLXkQVih7ahyWoE91k { display:block; }
#uUE8lpwZ7fKNZETpEt2t7VogsKdT4TIJ { display:none; }#uUE8lpwZ7fKNZETpEt2t7VogsKdT4TIJ > .row .container { width:47.75rem;position:relative;display:none; }#lr3K0KFmQ2TK8dqsNwoiIX0CSln0MaQB { width:47.75rem;height:27.75rem;display:none; }
#PklbXqPgJIJyLLxLORLnNREQ3UzLLSUR { top:12.6875rem;left:0rem;width:19.875rem;height:;font-size:0.875rem;display:none; }
#NdxmJtqV9KgyAdZJQMncq6u650VRa0Oq { width:47.75rem;height:27.75rem;display:none; }
#F1EfoFxFwhV0eqJK9EVTzCEZT1WlsOTv { top:31.0625rem;left:0rem;width:19.875rem;height:;font-size:0.875rem;display:none; }
#TkeuvL5fK4DgmRtpftNVRtuHamUwOkc7 { width:14.0625rem;height:3.4375rem;display:none; }
#aIQWsOoGZkHboWmC0quFdxn953WsZvV1 { display:block; }
#uS9hFzTeQJ1fEdbdXU12zxCyoxLDM6DW { width:14.0625rem;height:3.4375rem;display:none; }
#mxoNaPdB5AsRQJlPx0C0hTfJRyEp22vG { display:block; }
#utSSKpbDaBBD9HqU7I0LTKSC3grcMgdW { display:none; }#utSSKpbDaBBD9HqU7I0LTKSC3grcMgdW > .row .container { width:47.75rem;position:relative;display:none; }#XZfdq295AgI0tZNeAJQolS8D0V77azWr { width:47.75rem;height:27.75rem;display:none; }
#JTazClS3yUyvy53Aoslu5uchHmhLqLXe { top:12.6875rem;left:0rem;width:18.4375rem;height:;font-size:0.875rem;display:none; }
#fewFaI9QquKPw9JPA4PnqWmviXUDhrXc { top:31.0625rem;left:0rem;width:19.875rem;height:;font-size:0.875rem;display:none; }
#tUp3k6cn7TyxiguPxVc0deztP1Lzb50r { width:14.0625rem;height:3.4375rem;display:none; }
#Ce3pc0ysHoemFBmCgZhcq7i3vcMkGOGF { display:block; }
#UAbpOTusRkFF5PALT0TlybrShTy0h1cc { width:14.0625rem;height:3.4375rem;display:none; }
#AvURU5qM8r8KlhVp4gsoCFThXzvpKEZt { display:block; }
#fxeQBbHohTa3QHhbe5ol6r0xTTO9kJFl { width:47.75rem;height:27.75rem;display:none; }
#vqi1V34UCclUtC5QVgWafqqQdem3EB33 { display:none; }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 > .row .container { width:47.5rem;position:relative;display:none; }#Sq6J938pwtqVzz3snAiWwcbwX7BZydKn { top:0rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#JJ34cwRamkQ1UdOdVxvrD2xgDmtJFSDl { top:3.75rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#Iy1hGWSTlkuLsBtOWmJGcfa7t6uAWcoT { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#Sqc3uiCF3JuVKbibOmVbG5EnL4d1khZM { display:block; }
#TxiLHkxJ3VuVRiwx1d3vRWpHBCoUpN2f { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#u4KUUGAIS14vHSn1BTiag9Ve4BROZFCu { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#yVhL54cTDfXUi29T8TBkiNebNkB8pPNN { top:15.25rem;left:9.5rem;width:38.25rem;height:21.8125rem;display:block; }
#nKFTf1GlpLN7a86q8HmdxhuiPFRBQTMF { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#NmQ24VDx1bPuMukQhTTNxGyn3DdFG3Oa { display:none; }#NmQ24VDx1bPuMukQhTTNxGyn3DdFG3Oa > .row .container { width:47.75rem;position:relative;display:none; }#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk { display:flex;height:auto;width:27.75rem;top:1.5625rem;left:9.57666015625rem; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #hVvA7GTZb8QUiQEAH4pnpfyVrtHUcIaF {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #UZrT9VgyRm6O5SipVTG1S5kHdQhTHQG6 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #NvSWS41PFuVap8OTwkntnKkTdTTB8CO0 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #JQuQWlXg6qxMusKbZHKLNrkfBP9yCQhZ {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #r5qBrXmfM7BpDgtHx2N6LLeEiNLsVTT2 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #lOArn3MqZIOPTk2FOb70aJTZJTZ3oshv {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #AT1WKGOv2lkwZwn1iiq784fzg0wSGO2w {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #ozvNQt72zToMUTcZKJ5ldWPIC11AkxVV {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #uQx0720pnTwFTnPbDzzcgfB7qhz6vGBt {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #GIgpyCE5BTdbNVsPIhOUPODJokFamt0X {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #l8Ks5SAT2HJwErW8unNlS9CiRnN3zHBf {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #TPRtEMBK3uvyospWss731u6wiXsefaIT {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #ZSRUNqW0E6kkRrU018MC1Zz5NRARqdEG {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #D6lcuPaOIFRfDdrUDJszehXF0yUsM9QQ {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #C1sGWsivm2Kk76dof6rgBUvCfhyFeENA {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #oV1PHs9LwT6TT7S9Wxd0TJTb8R4oW93l {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #VBqGKBw297IUVkRVCvsxWsqVMaR7liMO {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #bW4t6KK3itaN35lwrJO3ELqLUFNrl5rr {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #xU2ZKGItxc07PMy9VAlhi4liXMGUdlg2 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #qOrSi8Q86mtO2yxV6H1uteLpxdTzsK5l {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #tiB5S51wpnyV6P6KmdeQSb40ewN7bHzq {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #qX0FfRM2flv1dmyFE5JAuPiRm0cVSlD8 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #cbMvgW04TidtLrVaBMPCZOMFLKDKCNId {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #BuT8BKB9oldakKoTxS2uskzmyGpyRL5X {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #p9TChrJfXxWWtDqiy5Q24FzUgi6IVgMv {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #uJbZdKMzST7ky0albPH6JRvIFT2Gv6zo {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #QgUBrvaFxxPxsIkJwMzVIyMBVkdHNM72 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #JD9ub9vTcgI5FbOeN2OSx5a4S4cr7Bgd {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #aW24Tsg15q2RKsc84R6Xm9cELT5pzkQH {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #OwglBkuzIGzrulZlZwmshWiTHW07SquW {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #LJq6kMlqBe6uRFn3gkhT0NfHwTT9wpgm {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #sSam3GUtSgAxxuZVp0FK7hAfJs7JEg0z {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #KcdVXOiyDrplDZyvwsKviq4W8tA8weB6 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #AfkSBRxm8X59Hu8SOpTTzdHCmFzVM4vR {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #knKINScuSRkKlmJ6ZB9aT6zPsF1OFE0b {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #rwuJREo3y6QS4ZDxUcii2CA4aqrcbFaT {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #HJH9CPUtTnTDe2lzrub2eFqMPCEQP4MT {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #QkRoGXd9nEegwanN4S6J2LffGUOPSchw {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #QRITszl7O4r2gg8riXNuy7StR0KJa9OW {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #HB3PRWPGtu7hBzNZf2Q0Oh9VBRTKS9nw {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #Fl031OpaJ1aan1RQpgfIWUlEJzGRneqV {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #HnQfQPxDtaNBuJZODrLQODul6xwO1Cy6 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #eM6ZCdG32FBIoxGWuaQoGAXEDkDaCTK6 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #smO2Oylf1t1hvtBBVVytkpROKTne3lTg {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #d4tQeo5QtQh0zl3wdnUy9uSxPloebDbs {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #cetnFkVKww8vr4ETTK9ZKuNfU7z5RFNd {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #siUMNnsBBRPrbhIx9RE3nyiMC0vtEze1 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #ihqXgw5lZxlN7M7vyTPXsKGwk4TVF24f {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #BwDSanScfSdXpTTWf2rGusfsz7fLv09L {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #fzFpeagEMpSphCC4RgMR564NxcS40d9x {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #R4JudRFsUymBey7QCLhGH9PGvXSZ0Tk4 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #TlO9NR3MLvRXLZ6hSTKKu9tydfn8oOHZ {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #C66l6oJKkvJXFrxllMMazhvDTF8vinwC {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #ZDZ2yaLDrqrOQhMoS73lOGO61undq9g4 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #z2H85zkOQxd8EwXeTeBTGLmPC2c4AdWh {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #kz9qkdQuD9RUHUNHiQxMgutt3JsTUQ3m {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #rPvdDZ88sA4N6Pid6GuNRfCB6RbtQXcg {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #TwpOGMBk6BmmXREmuixqi5vzfw4KTGhc {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #beeTqvARo2FLPbDyWFNTfN1FH3nctIqF {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #DI5953a1ohUzTxalNl79sHEsqBOLmznL {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #e9ZMFdvqBrwmAJrDBTVeKDgLz6wJ6RJk {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #F1B3l7XZsKdQ3TUXJukTPM0XkmysTTGO {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #VOsdMXNdHq1xtfkHEZX0qGA8RNkTs7Na {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #hIRVN6KhtfTvWDaXIvIveFGiVkxgu5nJ {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #h2gHiZcB0m5MQiyhql49ViLTJGVkoIbX {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #KiJMxW31PcoTQG32380xNxoGOnFnLkim {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #uC0lXXFEgkPRKWmc4E2hkDyW7NpDPOU0 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #ho96qs1yk1hJx9vqFh9h6SdPXJRKExWa {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #V2lgmwDuFw7TWH2vr4TsQi31piWJ9Nys {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #LpZKCslZFinJG1ztMwaU8T8JwKvyuaR6 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #eU8RXpP2T2O1kNkKnR3ZJP6EBsBFPWsd {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #UNymlqOQUt3nU0nQxxucq3vhPvLnGBp1 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #HtQIHaQoGT7PwKTuegqTne05J9AaGKKg {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #yWaEXxDXf8vJ9LWBc81Lu7nCdh2IoZoe {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #on3PB8xWfZdbuJFs0nS4Uv7TH9u86zTe {  }
#fqnz5HxNSCDUZLtL9fXd5J5lENPkfbwC { top:1.375rem;left:0rem;width:15.4375rem;height:1.9375rem;font-size:1.5rem;display:none; }
#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 { display:none; }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 > .row .container { width:47.5rem;position:relative;display:none; }#r5uqB4hE3teItFsUKtNMDT0tBnHdygq4 { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#oCrFxVLt9IgTZxyi32QLgXe2Tq3KeCGu { display:block; }
#zn61TnJRGis3pWWzVC10fyzZT3aXpPOz { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#CBhGxVZbTJZ4TN98eZ89Fdd3VgZU2JPB { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#lkCwpmv1tLHOJ7y3040GIlTmZRq9DKks { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#J4qg4QIl9JUcSruDyaGx4UETNGKlorHK { top:4.1875rem;left:0rem;width:20rem;height:;font-size:4rem;display:none; }
#AFbTAR9AwUrE7aEz3cSgsv40hKyHTfCg { top:8.3125rem;left:0rem;width:19.1875rem;height:3rem;font-size:1rem;display:none; }
#Hg529pGfu1HoM07IQF0BXBDw3SOhpcLS { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#Jy2nlm3NlK71n4x6T2oZgyyvgTWmXZZv { display:block; }
#vJoqNN4TUra888AHJbpLfs7kyaMZM2qg { width:;height:;display:none; }
#NHgNpmyK5p2wUQOKlTuG3lIiDNsKqPBs { display:block; }
#cMr5FeylFi73yxhVn2LbCEPNK4xalFFs { width:;height:;display:none; }
#Di3tThpnPfD39PnxEc5qnyvm0q1wg3xb { display:block; }
#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 { display:none; }#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 > .row .container { width:47.75rem;position:relative;display:none; }#h8XN0ZiG5hELmqtrtg1TSy3kWcsXk4os { top:3.625rem;left:0rem;width:15.375rem;height:3.3125rem;font-size:2.5625rem;display:none; }
#mzUfWH65G6dTFuTwAedCGtT83qETeRGZ { width:17.9375rem;height:5.4375rem;top:26.6875rem;left:0rem;font-size:1.4375rem;display:none; }
#pqENCPxuTCJhsN5cNIIxsPmSPwkIx1Ei { width:17rem;height:6rem;top:17.9375rem;left:0rem;font-size:1.1875rem;display:none; }
#qHWmTQmvxNwnRMwHGChyztSqRqT1dcno { width:16rem;height:4.625rem;top:9.25rem;left:0rem;font-size:1.375rem;display:none; }
#mFo0Lmhzisa4rRIsJU47BHvTp1kksI6M { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#RCtxx4ImT82NFThqioBST79hFUNZVM7t { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#G17Pry4pk2JogbcdgeQXDIKgqkilHE3B { width:3.625rem;height:3.625rem;top:10rem;left:44.125rem;font-size:2.5rem;display:none; }
#RMxa2AnC3cD7gQpIL6MRSvu2AHmeemZM { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#gFsw5k5Xqu5BrSHp4oSeV9FPqpbzpRoh { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#TTDE8ARkNGQPCyf5Tg93At8e15zDgKyP { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:none; }
#W539VTT6yRwFC2tADmsv5oCdyfEuzilR { display:none; }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR > .row .container { width:47.5rem;position:relative;display:none; }#qmamhHiVVP445HMIHw8kqnqqWv73oaif { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#aFoLCiFTuVbd5gp9lPqv1wScHTlIAfcs { top:4.9375rem;left:0rem;width:20rem;height:;font-size:1.1875rem;display:block; }
#EdFt2nwBxQp2Dc5dt2TPuPMOWHiSy4sS { top:2.25rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:block; }
#slAJKJsEGfNe7i3cdszoCXAHyWVPaNgc { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#MyxiJV3Md7kqcUFE7sr90ENVwT3IeF1R { top:0rem;width:;height:;display:none; }
#th4LqG4UO9J7gVHVfwlrULNMRT0bNI3O { top:0rem;width:;height:;display:none; }
#RbiGFgf6ZQ9ZkS4HsdE6brHR6BIsXhqW { top:0rem;width:;height:;display:none; }
#SZsHOLRHpBI943pGAM2nT1lA3TEVRO7r { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:none; }
#G0FwzBN2AKsefkDn3aBTq9fGnIdlIT0D { display:none; }
#oO3Bvnft8uI6AMEmfOxTPlv2AlbefJy3 { top:0rem;width:;height:;display:none; }
#UABkABZuN5Bf8iuPfnnp1kR2BQrcTauU { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:none; }
#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW { display:none; }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW > .row .container { width:47.5rem;position:relative;display:none; }#Z6T2TkQL4pbnZf9wVbiPTGCsUZ8Rr9zJ { top:4.25rem;left:0rem;width:18.5625rem;height:1.5rem;font-size:1rem;display:block; }
#fE9dbTT8ShKfbFyarOn2nOHzTrJTudFH { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#oDSpB2frCbtTwsDpS7uViPZFqXS5bigy { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:none; }
#K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2 { display:none; }#K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2 > .row .container { width:47.75rem;position:relative;display:none; }#uHrOu7kneIT0ynWru2IKPtWmnr6Jr7s3 { width:17.9375rem;height:1.6875rem;top:1rem;left:0rem;font-size:1.125rem;display:none; }
#JbGyg6rIHVrFu20v67uT7mtFN3CQxvUs { width:;height:;display:none; }
#s6G4EySfRslb4xemuvzFmZMNIVrRJyaN { display:block; }
#HHTlkg0PxK77vlGKWQH5zy0KBXuvKJpe { top:28.375rem;left:0rem;width:14.5625rem;height:5.3125rem;font-size:0.75rem;display:none; }
#hXMwRCofFtVEm6zeTSkTMWSmdNVm6Gpb { top:33.3125rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:0.75rem;display:none; }
#PB2fX7B9Z3cPXEyTr4wkqTHLVHTFN0xp { top:44.4375rem;left:0rem;width:14.5625rem;height:5.3125rem;font-size:0.625rem;display:none; }
#M5Vzq1tbm5LvT1tLqkUdKi9UGNRd7gtv { top:125.9375rem;left:0rem;width:13.5rem;height:2.625rem;font-size:0.625rem;display:none; }
#G20IroyH0w8eT4nqcWCBWuMkZpD7f1go { width:;height:;display:none; }
#h2V4m0IvowbJSEJ9zg2SLaT3bC5pXJCk { display:block; }
#PXGAc2WkPSDxLAKleJCtqlmhPXUTUX9T { top:111.5625rem;left:0rem;width:13.4375rem;height:1.875rem;font-size:0.6875rem;display:none; }
#OvOOSsCZO5NuBM7C7xAvMVqI5rC6DTaX { width:;height:;display:none; }
#WnzfqJo5ynBAi4we57s8QoeS1bq0J9SM { display:block; }
#SRc7HkrWLOOScLaVKUSTqtbgHfL9VSs1 { width:47.75rem;height:27.75rem;display:none; }
#GiCOWfT2gwxLOBVKJgATMm29n972RJhz { top:97.4375rem;left:0rem;width:13.4375rem;height:1.75rem;font-size:0.6875rem;display:none; }
#m9VQJTFu9mxX2TITEPNH3LVRlgEB9fyw { width:;height:;display:none; }
#DzCs3beq8ZWDygk7xJZsUNUeb4y3P38k { display:block; }
#XnoZynzz2dKaypGBdUKbHkaTGbT7LO05 { display:none; }
#T5asWdCaJwLClxfyFOlMx5ZpAfEIWU48 { width:;height:;display:none; }
#TPICpJGuTzP5RV1TZUqJsKRx5TA8uAtw { display:block; }
#zrOkNazWvIiNx6Ha7vdfknua0GlvlzO8 { width:47.75rem;height:27.75rem;display:none; }
#FKgxcZWzXv0AMq4b574vs2GEbt2H1usU { width:47.75rem;height:27.75rem;display:none; }
#f1cQfFvwo4LdyhELri0OX5DKWsFxTcFm { width:;height:;display:none; }
#KaOQqNP8Sy11gm6ghDFPZTpEnq8Tyd9g { display:block; }
#tD3SqTA81Es4b54mztRV5ObzAnBTAaaV { display:none; }
#dCX1r4Q4fMp94vMf2sGSqgEhpoM08Acu { width:47.75rem;height:27.75rem;display:none; }
#orDmGCMOGJkU39z58wUrZiwg3X6Jaivi { width:47.75rem;height:27.75rem;display:none; }
#CTRktOAaslc58ew2XyO5GhntIlgwoliL { width:47.75rem;height:27.75rem;display:none; }
#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 { display:block; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row .container { width:47.75rem;position:relative;display:block; }#UD2TvwiyC7vBAROA2AC1GXpVSmK51rUQ { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#ePLLv3OTJBRW7QNkBINVHL3vFJRE1WID { display:block; }
#TQAWA43TWFoHASm8FrehFT41B7QmWTm2 { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#x5dpkIsPTdRgz4fcHKKRblhw3Kp3TrCA { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#tIwz7aVE8EZ1USzchs9MvqRidU0ltbMp { display:block; }
#Q8qblbALcarSfKrXfggQJqF4tXTMl2UT { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#Q8qblbALcarSfKrXfggQJqF4tXTMl2UT > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#XQfskrikKgH1s5qR9t8eqMBdxfcH8L7n { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#eXmHpoiTL94Z7T9HmJe5XUpty75TtMLf { display:block; }
#T3wBX53FlWTHBy2zkXDhG9fsmdbt1zGv { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#nFkeAnKePpp6QpIp93DBFKLHMODkyr6P { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#tZV8QJEk6385hMzQW0TkE9hPNUwe07kT { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#XB6VhuTKHhFmAfoihMR9H5PGBVIe8aN1 { top:3.3125rem;left:9.75rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#rn0MxbeKyl6VmsMbdw2h1V9yLeOKH2ou { top:3.3125rem;left:6.6875rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#rIVswp301TLz4g4Clx3qbD17gIcmzZ1n { top:3.3125rem;left:3.4375rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#FHFI8k5OQJ7wEoR81fThqvHoTueTV167 { top:3.375rem;left:0.25rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#kmp1u1To7Lqc0NPZx4bqetwicCLTl3G9 { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#ZlwcNgUw3KCmGoQUqsZ1yrDTcCd7cXlS { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#sCEKVcF5m9bMvZAFVa3TGLyZKQkgmCDR { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#TVXFeDlxhJbsTsAD247IowdHq8gVef8b { display:block; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container { width:47.75rem;position:relative;display:block; }#alfeimNOBONJHACGlc6l9vKSR7TTCz5G { top:18.5625rem;left:0rem;width:18.9375rem;height:10.625rem;display:block; }
#ao0RKvZR0nimDcatFbdraZLJw9NUq6lx { top:6.0625rem;left:0rem;width:20.5rem;height:11.4375rem;display:block; }
#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 { display:block; }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 > .row .container { width:47.75rem;position:relative;display:block; }#GErNcLznXJch9Gsh0XoQeFbndMwA7Hom { top:5.4375rem;left:29.3125rem;width:18.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
#swmTbQGaLiTMvKGLmVoQc7s1RFIFzaZ8 { top:8.6875rem;left:27.5625rem;width:20.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
#lssEgNK1fXdHO5iKS30zPtn59wN43tuT { top:12rem;left:24rem;width:23.75rem;height:5.6875rem;font-size:0.875rem;display:block; }
#xpCyTLpveUp08QIf2foVC7VX2vWDHxP2 { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#cb3g7fTz1C1TatNqPqMQdgShsD2vnTUv { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3  { width:17.5rem;height:auto;top:3.75rem;left:1.814453125rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 {display:block;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 { width:17.5rem;height:auto;top:3.75rem;left:1.814453125rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #CVDTkn3x4gv8Xb9EFvItHXdzqCzgdQ4W {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #dk3zT26ufBlL3TQkU5KiDf1ZhgXNK5I9 {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #Od2BIzmgGss74w3TTdDJJG8o5Eg8NH3e {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #Kzu6HhvKAedHk45l6U6LTVbOotLFPBD1 {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #Vyuyda74Tp6kSg3TOdNIQAlOcKKLcSdx {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #MMxe066flBVP4GgWkSIXXALIDkPIV3EJ {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #HurBQ7LuspsTyc0KsrtHLmAgZTZsnBer {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #IHyLkxtRSSy2FTTVtC6EH4ZKSIITBJVy {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #SBXQKCZTIrnkSxEULyM2OR7k3fDZCc2D {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XQS9sJLkFmZGv052R2vCfC3mCotSd7AE {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #R9NgyZ5aWufKXCNsdUdr4B1IKtTegOsD {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #beH95evhcotaGEZVhkWrCUlEKuoq7gTz {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #hpla3qTrSRZThahUN5TOuxeOCTS7yVB7 {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #EWC5cMc12TDtPqebEFQ7msfdWx8bQhQo {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #ZXi6klh2VTDBrcUPcJzXebtHoG506RWd {  }
#Iqf96J3CctRHduAILyVzySsC8ah4bwvc { display:block; }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc > .row .container { width:47.75rem;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { top:5.0625rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ { display:none; }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ > .row .container { width:47.75rem;position:relative;display:none; }#qJlB5aivWMc7hRn9GZDCGeHASEzAZKtP { top:4.3125rem;left:4.4365234375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#tPUGavBTOwzhzqOy2TTzL1d4ivGvwcP8 { width:37rem;height:1.9375rem;top:9.1875rem;left:10.75rem;font-size:0.875rem;display:none; }
#K0JNzAfMU9vKACAqrbNQOvWbRtrObELa { width:47.75rem;height:1.9375rem;top:11.9375rem;left:0rem;font-size:0.875rem;display:none; }
#pCHbzecWIWAQJVyT8cE2wsJHTKu2bg5X { width:40.125rem;height:1.9375rem;top:14.75rem;left:7.625rem;font-size:0.875rem;display:none; }
#lM7GeFAygSXWD4HTveaylaF0wW3vdd8K { width:45.3125rem;height:1.9375rem;top:17.4375rem;left:2.4375rem;font-size:0.875rem;display:none; }
#hXOHTEmdKqmpRNnow6aS5kr3e2qN546t { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#yW1GRgCIJkmKDCFC3bkI2utwSy0ua8Ae { width:3.625rem;height:3.625rem;top:13.0625rem;left:44.125rem;font-size:2.5rem;display:none; }
#GwX51ss3s3yz9XAP1ee6Dl4fnqV3ZOGL { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#BLK6tkTwrcRPvPTpek5OCQHr4BLapeXd { width:3.625rem;height:3.625rem;top:7.625rem;left:44.125rem;font-size:2.5rem;display:none; }
#G7QbOKoHPpLoWtmP8K7qiTC37gO6Kcot { width:3.625rem;height:3.625rem;top:15.875rem;left:44.125rem;font-size:2.5rem;display:none; }
#Mlek5EqKU8Xx8hSR0STRJ6g8Rm24rZmU { width:47.75rem;height:58.5625rem;display:none; }
#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx { display:block; }#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container { width:47.75rem;position:relative;display:block; }#ShTnIJTKJCRHRP3PpEhNuFZg4cPgAL5h { top:12.5625rem;left:12.8740234375rem;width:8.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
#TkWFyDndukuM4PJTNbc5sFIm2A46KVeV { width:14.0625rem;height:1.375rem;top:16.1875rem;left:14.012939453125rem;font-size:1rem;display:block; }
#hVTE0g1fn3lAKVIB3HSqMfqeWnKeCLTG { top:12.5625rem;left:9.93701171875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#uLKi93sMSggxC9e9v8fdyMmayQq2qT3T { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
#u9ZsDTob5PeKEHvGdF3MJOXLyGdcv9Wd { top:12.5625rem;left:0.62413215637207rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#ITwlwVy4hhPHRnMMv8Q4QToQCZqKQFpa { width:11.9375rem;height:1.375rem;top:20.875rem;left:8.092529296875rem;font-size:0.75rem;display:block; }
#veUxS5yJWg2q2CmcFlTsrLdDeroEThap { top:20.625rem;left:9.999267578125rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#drNhZxIrCiKP2GEqbBczQ3BaPVSveGPr { width:10.9375rem;height:1.375rem;top:22.1875rem;left:8.5909090042112rem;font-size:0.75rem;display:block; }
#rKzck4hpeTRtCgWizyqyaP9nA13C9uVN { top:22.3125rem;left:10.936767578125rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
#tKR5HJEsenp82ay9eSPO9nyaMMGyikub { top:21rem;left:7.1866321563719rem;width:8.25rem;height:1.125rem;font-size:0.75rem;display:block; }
#sfGK34OsgqJcG1qpD2ruCn1LAa5sKuzv { top:22.5625rem;left:9.8125rem;width:3rem;height:1.125rem;font-size:0.75rem;display:block; }
#mnddvTBZOsOlIcckP2Cyi5FsaOEveqrd { width:11.9375rem;height:1.375rem;top:20.875rem;left:0rem;font-size:0.75rem;display:block; }
#Ey8es1TTvpTlwUbsikrk7bbAZEFy7J2D { top:20.6875rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#gTdC0mWdDgxnRrwqgNz1iyUROiZ05LpS { width:9.875rem;height:1.375rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
#MVlq9shFXKNZ7EmObcLSCuObhTKnTodp { top:22.3125rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#ZwhaT206MqzEF4qUwL9eoQO6mm64NKbV { top:22.625rem;left:0rem;width:8.25rem;height:1.125rem;font-size:0.875rem;display:block; }
#GeuH5SMUCW155Z8lFxAnvNXcyxk7OCU7 { top:21.0625rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#QOL77MlNDQggDMPOXnBcioHy8s2DJI1w { width:11.875rem;height:1.0625rem;top:30.25rem;left:0rem;font-size:0.625rem;display:block; }
#Jo80FcuBXaDOa9X7wtwph5O78XzraIXn { top:31.25rem;left:2.21728515625rem;width:5.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#QTeV7IGh5dlakf7SG1ys3iwvPQVbkedI { top:31.6875rem;left:0rem;width:5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#V1bHEkxrHLBAZVzQda4TabyEUwfV9ogP { top:31.625rem;left:12.5615234375rem;width:2.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
#ZHDFLzbqU0QgSRLJvg9Uori1rO7qnqov { width:6.0625rem;height:1.0625rem;top:36.125rem;left:4.8675418496132rem;font-size:0.5625rem;display:none; }
#Og9wfteoQdzPn2kdDlPvQwOyqQQv32VK { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#weJCCCSVzo7NsSriQiHP7Fcas07oTt97 { display:block; }
#Vu1ThZ85drl4KvlCavG5yiQvyNTJc353 { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:none; }
#tRbQEzrL2zC0b5PZNhxZU35nyHzyt4C4 { top:27.5rem;left:5.11767578125rem;width:8.1875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#Uw8KK5LDqTI7mcu6dpe1gCwEimnIJn0c { width:11.875rem;height:1.0625rem;top:14.0625rem;left:9.325439453125rem;font-size:0.625rem;display:block; }
#VpgSTT6NIvxsJkRn4Xk0rEzaJ2fmiGLO { width:7.1875rem;height:1.0625rem;top:14rem;left:0.389892578125rem;font-size:0.625rem;display:block; }
#TrmDIQJ1R5qIWnGG0IfBIZ8KuMVncyUZ { width:7.0625rem;height:1.0625rem;top:23.8125rem;left:0.311767578125rem;font-size:0.625rem;display:block; }
#qIDJrTrowQaMBGZXCOuUQ1fMsxNEdv7g { width:8.625rem;height:1.125rem;top:23.75rem;left:11.5546875rem;font-size:0.625rem;display:block; }
#LeTKuS2LnmQw6cranHhcNdM3Q17yNUxv { width:7rem;height:1.125rem;top:33.125rem;left:12.30419921875rem;font-size:0.625rem;display:block; }
#Jo1e3kswI2gOBwcvqgfXANZ4KvmWqRtt { top:20.5625rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#Vkt6Npqz8EzfXbt1JiSEcMVhb1a24331 { top:31.3125rem;left:13.746826171875rem;width:6.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD { display:block; }#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container { width:47.75rem;position:relative;display:block; }#HFUrJi1iUrpoBxFMAKFQ0AXnmxG4K7ub { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#D8ZDZ0wiFhhp2rvoy1g28aBwrk7igHGB { display:block; }
#eppnTxivw83Vu8WFT2PLKbrJNfxHQpKL { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#KVDOaScnKHq8kp8SPArsPqrwRXItloNq { display:block; }
#xVFlqWR73qLKEhQ0e5Ty06RLUQdxiTTf { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#ZELtOdQudeSmPWr8vuw4ilq1JOacyLw7 { display:block; }
#vgk2Ct00P9KE5EuNTdcv0KkpHf497QGf { top:5.125rem;left:16.884115219116rem;width:15.6875rem;height:2rem;font-size:1.5625rem;display:none; }
#NKIEv6TImCPqRnvOKglo5uVGWXyFEui3 { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#NKIEv6TImCPqRnvOKglo5uVGWXyFEui3 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#I4iMMo2TXvloTTXIpV0wKeoqA3B20nyK { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#I4iMMo2TXvloTTXIpV0wKeoqA3B20nyK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#pOzOKFeFFp8gkSy99BgSNArgE2zE3gtW { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#vdF02VlR8ZnxolnhsKH6W2xIKFlgTG92 { display:block; }
#qEXHMKw6GXsluSzT0GeqUxzBg5VGUWte { top:5rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#qEXHMKw6GXsluSzT0GeqUxzBg5VGUWte > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#pGVoCBMOLPH6QsRc6OzN4CQli0uI1ccO { width:9.8125rem;height:8.9375rem;display:none; }
#Meth0y48g5efm3cvF93tF9sIZs6HoEua { width:47.75rem;height:17.1875rem;display:none; }
#GAlsgoS24Sth5bfwz2yhucFreGrcWR6E { top:38.125rem;left:0rem;width:19.125rem;height:5.8125rem;font-size:1rem;display:none; }
#JgovxiQbpZp7OPN1TDnko9FPU2CbEI6s { width:12.1875rem;height:2.25rem;top:1.9375rem;left:35.5625rem;display:none; }
#mTLDWTiQMzENznqibITMNBeZ0ssUqRKv { display:block; }
#mJlTJRESvLR7nzJ28aq6P1QTs0exNxdA { width:12.1875rem;height:2.1875rem;top:8.3125rem;left:35.5625rem;display:none; }
#IiN94lzLVhC3mfHWbbFhDl6pqpSMKbPc { display:block; }
#RPnNt1e7xmBaeS5iRqVlMPzD6X4UR4VR { width:12.1875rem;height:2.1875rem;top:4.8125rem;left:35.5625rem;display:none; }
#kvPFbE3IPT0zczcot0v17eMxy48dfd66 { display:block; }
#yVmerm4wX29kRkmp1SCA41ZI23PT5Xro { top:2.125rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#f7C4oSZKM7TaS4foiZUaXu6ULQxALDsc { top:8.4375rem;left:40rem;width:1.875rem;height:1.875rem;display:none; }
#wgKwyzivcagXhODkJ2ZhggVOk54hHfVz { display:none; }
#uo8wQgDKyVr3Qap7iLxoVx8KvZt0m4uD { top:9.5rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#zuugeAk5hNhgM1r7XvnoraHhTzNWEtrI { top:60.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.875rem;display:none; }
#GiZLhliDikWPVS0rF2QauLwcIUEB3Ooo { top:63.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:0.875rem;display:none; }
#DLalpmkoTN4Vwq0PTrZBBTy2OwAKEvAc { display:none; }
#TIiS1nz6DHBxZGM8tTo1APhWrrTAggZg { top:69.25rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
#bQso3TWWS7qQVt6tmqaEU5T0Ci4vmysy { display:none; }
#Eh6WVTO2mtdVQbkDt46PFvW30kFl0SI5 { top:1rem;left:0rem;width:17.3125rem;height:9.6875rem;display:block; }
#wAtyTC4Bpu08EgT2eDiELWPrJxVufsSS { top:17.25rem;left:0rem;width:17.25rem;height:9.6875rem;display:block; }
body { position:relative;background-color:rgba(160,144,98,0.4);background-image:none;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#KxshT4XH8Uuh1teNqcTTa7LBZICoT8Tl { background-color:#536d57;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KxshT4XH8Uuh1teNqcTTa7LBZICoT8Tl > .row .container { border-width: 0; border-radius: 0; }#KxshT4XH8Uuh1teNqcTTa7LBZICoT8Tl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KxshT4XH8Uuh1teNqcTTa7LBZICoT8Tl > .row .container { width:20rem;height:28.75rem;position:relative;display:none; }#roeivO6JhSKcXSAyae9iB8hfT17HMdSt { top:2.4045140743256rem;left:0.40690106153488rem;width:19.181875rem;height:;z-index:15226;font-size:1.4375rem;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gJyhwBxeHzOJ2C57Uw3VAS41lShSg4EG { top:12.792969703674rem;left:0.74978297948838rem;width:18.499375rem;height:1.5625rem;z-index:15228;font-size:1.5625rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;line-height:1;color:#eef6f1;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QQMTtRxW4ivoTs0RoJSIxPH3gXtRsl3T { top:6.240234375rem;left:0rem;width:19.4375rem;height:19.4375rem;z-index:15005;overflow:hidden;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hAUf74MCNtwfhvpKbkxoh5nTqoXq7rvF { top:5.6293401718139rem;left:0rem;width:19.749375rem;height:1.8rem;z-index:15227;font-size:1.5rem;font-family:var(--headlines-font-family);font-weight:400;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LWKwTl86NasNufosHhzhQ02oUxoRIPsd { top:17.597657203674rem;left:0.40690106153488rem;width:8.5623125rem;height:9.249125rem;z-index:15255;overflow:hidden;display:block; }
#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB { position:relative;z-index:auto;background-color:#a09062;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB > .row .container { background-color: transparent; background-image: none; }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB > .row .container > .video-iframe-container { display: none; }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB > .row > .video-iframe-container { display: none; }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB > .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); }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB > .row .container { border-width: 0; border-radius: 0; }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; }#Evw9UqX4Q2BuUKntbSOvAu5gZz0hm4Lu { top:0.8115234375rem;left:6.9365234375rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #a09062, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(106deg, #a09062, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(106deg, #a09062, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(106deg, #a09062, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(106deg, #a09062, rgba(var(--color-primary-4),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-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#O7qNATmPTEAeJMOltJsICdlSeX4qfTH0 { display:block; }
#Kp4MlMkRLg0Ufq5ZcRIfIFAzD9IviIL5 { display:flex;top:0.6865234375rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#JS2bIA7MhDaRagWIGhTT9Uvsa9370rEw { top:0.8115234375rem;left:0rem;width:6.3748125rem;height:2.1875rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-tertiary-3),1), #a09062);background-image: -moz-linear-gradient(106deg, rgba(var(--color-tertiary-3),1), #a09062);background-image: -ms-linear-gradient(106deg, rgba(var(--color-tertiary-3),1), #a09062);background-image: -o-linear-gradient(106deg, rgba(var(--color-tertiary-3),1), #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#a09062' );";background-image: linear-gradient(106deg, rgba(var(--color-tertiary-3),1), #a09062);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; }
#ceXPWgbqA3IJXxdnVH0XoskAMktZHQwa { display:block; }
#FE6XGQMJfzVZns6KyCT7BJ0hvbc2fgKy { display:flex;top:0.8115234375rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#FE6XGQMJfzVZns6KyCT7BJ0hvbc2fgKy > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#qNGBxBm8WwRP10C0kWLdyZyt29l4SISX { 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; }
#zy1JTm239bEAzx909cJKBcf3mtyd6vNU { display:block; }
#Hlns3GOvnuyEg2WwSD1xbyqzJPZzbXcW { width:5.5rem;height:3.125rem;top:0.3125rem;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; }
#EkUVEb8H09hDvI7cL4DSI8p7Qay5cLJt { width:6.6234375rem;height:1.13671875rem;top:4.625rem;left:6.6875rem;font-size:0.875rem;color:#f1e8e2;font-family:var(--paragraphs-font-family);display:block; }
#ydMF5y9ESRfKEORHqreTt3LHlPpKQfak { width:7.125rem;height:0.89355625rem;top:4.74609375rem;left:12.875rem;font-size:0.6875rem;text-align:right;text-align-last:right;color:#efe7e0;font-family:var(--paragraphs-font-family);display:block; }
#NlaOdM22EwHTcaUIBHSl8kIVX57OM8Rg { 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; }
#bRmEDdsIXvJWp2BglbCMDzSgINanWfoG { width:20rem;height:2.875rem;top:4.0625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-3),1), #a09062);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-3),1), #a09062);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-3),1), #a09062);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-3),1), #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#a09062' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-3),1), #a09062);background-size:auto !important;display:block; }
#T4LK47MliNydF8AXPKWWzSS8nSTB83lA { width:1.875rem;height:1.875rem;top:4.1875rem;left:11.125rem;font-size:1.3125rem;z-index:15013;color:rgba(230,40,40,0.83);display:block; }
#qV98dkw9qJ6KfXF9dtUmRg0nhew25CQ6 { top:4.099609375rem;left:5.5615234375rem;width:2.625rem;height:2.1875rem;z-index:15188;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; }
#UZ8X9QLLQ2Zzu7reRZJ47cRiuBeBnkTq { display:block; }
#X8QSX5qFbiBoypBrryVLJTlkdZB1scmo { top:4.099609375rem;left:2.3740234375rem;width:2.625rem;height:2.1875rem;z-index:15189;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; }
#TE78cRR8U4Fy5A1PL1l71kbFZe2sa0rF { display:block; }
#zkJPe84scaSuMbOuEnTSuogTJmUvMrfu { top:4.0625rem;left:0rem;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; }
#UdcIiXoEpu8kRMIF2sZGEGWiWwSQIhfo { display:block; }
#g06CPpZWw715t0WMxUchfAsTUbineJ2N { position:relative;z-index:auto;background-color:rgba(160,144,98,0.62);background-image:url("https://images.assets-landingi.com/uc/2d545766-19f1-4128-a587-a97e6a572460/Artboard4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g06CPpZWw715t0WMxUchfAsTUbineJ2N.adaptive-delivery-prevent-bg, #g06CPpZWw715t0WMxUchfAsTUbineJ2N.lazyload, #g06CPpZWw715t0WMxUchfAsTUbineJ2N.lazyloading { background-image: none; }#g06CPpZWw715t0WMxUchfAsTUbineJ2N > .row .container { background-color: transparent; background-image: none; }#g06CPpZWw715t0WMxUchfAsTUbineJ2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g06CPpZWw715t0WMxUchfAsTUbineJ2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g06CPpZWw715t0WMxUchfAsTUbineJ2N > .row .container > .video-iframe-container { display: none; }#g06CPpZWw715t0WMxUchfAsTUbineJ2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g06CPpZWw715t0WMxUchfAsTUbineJ2N > .row > .video-iframe-container { display: none; }#g06CPpZWw715t0WMxUchfAsTUbineJ2N > .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); }#g06CPpZWw715t0WMxUchfAsTUbineJ2N > .row .container { border-width: 0; border-radius: 0; }#g06CPpZWw715t0WMxUchfAsTUbineJ2N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g06CPpZWw715t0WMxUchfAsTUbineJ2N > .row .container { width:20rem;height:13rem;position:relative;display:block; }#MBNkaOGuStOWEFG2Hkeh3zCrIMircFI6 { width:7.1875rem;height:3.936525rem;top:0.9091796875rem;left:12.2470703125rem;z-index:15258;display:block; }
#eCTTcxPbCBhoICT47azMLsXS4U8bxgGM { width:7.1230625rem;height:3.874025rem;top:1.0029296875rem;left:0.310546875rem;z-index:15258;display:block; }
#chG7XkCKmaHDu63OIuFEtkGEbewZAUwf { background-color:#536d57;background-image:url("https://images.assets-landingi.com/uc/e5d2bf7e-8476-44d2-aec5-1d8189b5941d/SaudiwallpaperPhotoroom1.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; }#chG7XkCKmaHDu63OIuFEtkGEbewZAUwf.adaptive-delivery-prevent-bg, #chG7XkCKmaHDu63OIuFEtkGEbewZAUwf.lazyload, #chG7XkCKmaHDu63OIuFEtkGEbewZAUwf.lazyloading { background-image: none; }#chG7XkCKmaHDu63OIuFEtkGEbewZAUwf > .row .container { background-color: transparent; background-image: none; }#chG7XkCKmaHDu63OIuFEtkGEbewZAUwf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chG7XkCKmaHDu63OIuFEtkGEbewZAUwf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chG7XkCKmaHDu63OIuFEtkGEbewZAUwf > .row .container > .video-iframe-container { display: none; }#chG7XkCKmaHDu63OIuFEtkGEbewZAUwf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chG7XkCKmaHDu63OIuFEtkGEbewZAUwf > .row > .video-iframe-container { display: none; }#chG7XkCKmaHDu63OIuFEtkGEbewZAUwf > .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); }#chG7XkCKmaHDu63OIuFEtkGEbewZAUwf > .row .container { border-width: 0; border-radius: 0; }#chG7XkCKmaHDu63OIuFEtkGEbewZAUwf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#chG7XkCKmaHDu63OIuFEtkGEbewZAUwf > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; }#TxIPwxT4GsgAf3kChEXZvSEfl3yDtbXL { top:18.65625rem;left:1.3759765625rem;width:10.9375rem;height:19.4375rem;z-index:15005;overflow:hidden;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#XKtotQmZkI97gRVKD37DJDETkP2HM0xk { top:32rem;left:2.7509765625rem;width:8.1875rem;height:8.1875rem;z-index:15255;overflow:hidden;display:block; }
#pMgnDHVvLBmEpPtS7t5VKvw2z6MtAC8C { top:8.841796875rem;left:0.90625rem;z-index:15029;width:18.1875rem;height:2.875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #04270f, #a09062);background-image: -moz-linear-gradient(216deg, #04270f, #a09062);background-image: -ms-linear-gradient(216deg, #04270f, #a09062);background-image: -o-linear-gradient(216deg, #04270f, #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f', endColorstr='#a09062' );";background-image: linear-gradient(216deg, #04270f, #a09062);background-size:auto !important;color:#ffffff;font-size:1.375rem;font-family:amiri;display:block; }
#dDMc2WX7hZdvwokDi1lSKJoBnfSbuRNV { display:block; }
#JakXNbMQbBybQecvAbI901iTEXQx0ZoE { top:12.9013671875rem;left:0rem;z-index:15030;width:20rem;height:2.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #04270f, #a09062);background-image: -moz-linear-gradient(216deg, #04270f, #a09062);background-image: -ms-linear-gradient(216deg, #04270f, #a09062);background-image: -o-linear-gradient(216deg, #04270f, #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f', endColorstr='#a09062' );";background-image: linear-gradient(216deg, #04270f, #a09062);background-size:auto !important;color:#ffffff;font-size:1.375rem;font-family:amiri;display:block; }
#L4pRktuByH61odiwhMe52UqMeV5wkc2o { display:block; }
#gkU3ouQf0TSnJrTGIWcXb5luIxPpAP4G { top:17.5rem;left:2.875rem;width:11.9375rem;height:2.75rem;z-index:15256;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #04270f, #a09062);background-image: -moz-linear-gradient(180deg, #04270f, #a09062);background-image: -ms-linear-gradient(180deg, #04270f, #a09062);background-image: -o-linear-gradient(180deg, #04270f, #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f', endColorstr='#a09062' );";background-image: linear-gradient(180deg, #04270f, #a09062);background-size:auto !important;border-top-right-radius:1.6875rem;border-bottom-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-top-left-radius:1.6875rem;display:block; }
#zR2U8LLKGMXRXOAFEakUkCmV7RHzp3cc { top:18.1875rem;left:4.5625rem;width:10.5rem;height:1.29980625rem;z-index:15257;color:rgba(var(--color-tertiary-0),1);display:block; }
#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul { background-color:rgba(160,144,98,0.43);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row .container { background-color: transparent; background-image: none; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row .container > .video-iframe-container { display: none; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row > .video-iframe-container { display: none; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .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); }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row .container { border-width: 0; border-radius: 0; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row .container { width:20rem;height:6.125rem;position:relative;display:block; }#kLcgTDsFp28emwCxr0QiNXF5TJTqXZ49 { top:1.4984378814698rem;left:6.1570315361023rem;width:7.6859375rem;height:1.05625rem;z-index:15008;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; }
#cqu3V1NnCCSO45Ih1qovaJO1PATP2euk { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zD0FwtgcL9AZOyDL2UORABhuRHVTZTsb { top:1.3109378814698rem;left:14.25rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#u5a2Ce4zSBx66Wb4cJPLmOfKI1JRlC9x { top:3.2484378814698rem;left:6.28125rem;width:7.4375rem;height:1.8125rem;z-index:15012;overflow:hidden;display:block; }
#t7RZkmWpwBbuZwJI7VnTVZGOHyBknI91 { background-color:rgba(160,144,98,0.56);background-image:url("https://images.assets-landingi.com/uc/125916c7-ae02-4287-a423-d09425906701/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; }#t7RZkmWpwBbuZwJI7VnTVZGOHyBknI91.adaptive-delivery-prevent-bg, #t7RZkmWpwBbuZwJI7VnTVZGOHyBknI91.lazyload, #t7RZkmWpwBbuZwJI7VnTVZGOHyBknI91.lazyloading { background-image: none; }#t7RZkmWpwBbuZwJI7VnTVZGOHyBknI91 > .row .container { background-color: transparent; background-image: none; }#t7RZkmWpwBbuZwJI7VnTVZGOHyBknI91::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7RZkmWpwBbuZwJI7VnTVZGOHyBknI91 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7RZkmWpwBbuZwJI7VnTVZGOHyBknI91 > .row .container > .video-iframe-container { display: none; }#t7RZkmWpwBbuZwJI7VnTVZGOHyBknI91 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7RZkmWpwBbuZwJI7VnTVZGOHyBknI91 > .row > .video-iframe-container { display: none; }#t7RZkmWpwBbuZwJI7VnTVZGOHyBknI91 > .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); }#t7RZkmWpwBbuZwJI7VnTVZGOHyBknI91 > .row .container { border-width: 0; border-radius: 0; }#t7RZkmWpwBbuZwJI7VnTVZGOHyBknI91 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t7RZkmWpwBbuZwJI7VnTVZGOHyBknI91 > .row .container { width:20rem;height:13rem;position:relative;display:block; }#SQ065nSsoFFxAgQTFAJL3JaO8DrVUw6R { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SQ065nSsoFFxAgQTFAJL3JaO8DrVUw6R > .row .container { background-color: transparent; background-image: none; }#SQ065nSsoFFxAgQTFAJL3JaO8DrVUw6R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQ065nSsoFFxAgQTFAJL3JaO8DrVUw6R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQ065nSsoFFxAgQTFAJL3JaO8DrVUw6R > .row .container > .video-iframe-container { display: none; }#SQ065nSsoFFxAgQTFAJL3JaO8DrVUw6R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQ065nSsoFFxAgQTFAJL3JaO8DrVUw6R > .row > .video-iframe-container { display: none; }#SQ065nSsoFFxAgQTFAJL3JaO8DrVUw6R > .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); }#SQ065nSsoFFxAgQTFAJL3JaO8DrVUw6R > .row .container { border-width: 0; border-radius: 0; }#SQ065nSsoFFxAgQTFAJL3JaO8DrVUw6R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SQ065nSsoFFxAgQTFAJL3JaO8DrVUw6R > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; }#qF09NTvkpksH9lkzaTTHIokaAF51BKvx { top:0.1875rem;left:0.625rem;width:18.75rem;height:2.1875rem;z-index:15161;background-color:rgba(160,144,98,0.48);background-image:none;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#oTHW0v050k2shxT6C0JlsbKwTRFaO5EB { top:3.375rem;left:0.5rem;width:19rem;height:4.25rem;z-index:15155;background-color:rgba(160,144,98,0.53);background-image:none;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; }
#k6x7MQAa7E0z10rAcX2nGfIKcGfVxvJb { top:8.67343711853rem;left:0.625rem;width:18.75rem;height:2.1875rem;z-index:15160;background-color:rgba(160,144,98,0.68);background-image:none;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#XMVHmMxby5mV142OhlE7umH8LQZph2po { width:14.6875rem;height:0.3125rem;top:2.75rem;left:3.125rem;background-color:rgba(160,144,98,0.46);background-image:none;display:block; }
#QRQGCIPXBquUvGvKiHo4VdkzLbXhTILM { width:16.8125rem;height:0.0625rem;top:8.03515625rem;left:1.5625rem;background-color:rgba(160,144,98,0.5);background-image:none;display:block; }
#ZGLl5ZFl6Wvtg3kl8o3ggwJroGp3gGkc { width:19.1875rem;height:3.65625rem;top:3.859375rem;left:0.40625rem;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; }
#QHOqOR3pAADzVqfmPvve59fTC53z1PrV { width:18.375rem;height:1.59375rem;top:8.97031211853rem;left:0.8125rem;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:15161;line-height:1.7;display:block; }
#eT770CdKfB8PH0WQ6fmnLvety180kaHZ { width:16.1875rem;height:1.625rem;top:0.46875rem;left:1.90625rem;font-size:1.25rem;font-family:amiri;color:rgba(var(--color-tertiary-0),1);line-height:1.3;z-index:15162;display:block; }
#TmO2A4rdRtdgqOvbby7Vgmyv1eULJdZM { background-color:#a09062;background-image:url("https://images.assets-landingi.com/uc/4baeb04f-2d01-4d50-a232-d5f9b4252f6f/Artboard3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TmO2A4rdRtdgqOvbby7Vgmyv1eULJdZM.adaptive-delivery-prevent-bg, #TmO2A4rdRtdgqOvbby7Vgmyv1eULJdZM.lazyload, #TmO2A4rdRtdgqOvbby7Vgmyv1eULJdZM.lazyloading { background-image: none; }#TmO2A4rdRtdgqOvbby7Vgmyv1eULJdZM > .row .container { background-color: transparent; background-image: none; }#TmO2A4rdRtdgqOvbby7Vgmyv1eULJdZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmO2A4rdRtdgqOvbby7Vgmyv1eULJdZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmO2A4rdRtdgqOvbby7Vgmyv1eULJdZM > .row .container > .video-iframe-container { display: none; }#TmO2A4rdRtdgqOvbby7Vgmyv1eULJdZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmO2A4rdRtdgqOvbby7Vgmyv1eULJdZM > .row > .video-iframe-container { display: none; }#TmO2A4rdRtdgqOvbby7Vgmyv1eULJdZM > .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); }#TmO2A4rdRtdgqOvbby7Vgmyv1eULJdZM > .row .container { border-width: 0; border-radius: 0; }#TmO2A4rdRtdgqOvbby7Vgmyv1eULJdZM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TmO2A4rdRtdgqOvbby7Vgmyv1eULJdZM > .row .container { width:20rem;height:38.875rem;position:relative;display:block; }#ilcFr2wS3cF72oasvzcirpZpZ7XrtnoA { display:flex;width:4.1875rem;height:4.1875rem;top:31.53125rem;left:15.8125rem;font-size:3.0625rem; }
#TnNvpUJbASwTbgMndMMdATNhnsalHTSM { width:5.4375rem;height:5.25rem;top:16.050001144409rem;left:0rem;z-index:15158;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a09062, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, #a09062, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, #a09062, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, #a09062, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, #a09062, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-regular-label { width:15.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); }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-input-text { width:15.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; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-input-text {padding-top: 0; padding-bottom: 0;}#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-textarea { width:15.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; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-input-select { width:15.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; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-input-select {padding-top: 0; padding-bottom: 0;}#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-input-button { width:14.6875rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.375rem;background-color:#a09062;background-image:none;line-height:1;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.5rem;height:2.75rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-checkbox-label { width:14.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1); }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-container:first-of-type{padding-top:0;}#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-container:last-of-type{padding-bottom:0;}#OPIcJorHTTpDci1lsivilt6dFhlTB5ua  { width:15.5rem;height:auto;top:18.625rem;left:1rem;z-index:15019;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .radio-container { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua .widget-info-text { color:rgba(var(--color-tertiary-4),1); }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua {display:block;}#OPIcJorHTTpDci1lsivilt6dFhlTB5ua { width:15.5rem;height:auto;top:18.625rem;left:1rem;z-index:15019;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #lCfHtbLWFOB26CywUwe8eEe4ZyHEwNal {  }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #e9U7Lplb7FCQyWsdd8QgCGVCuCk5CQaN { display:none; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #WK31goCI2q3QoBxH0I1Ti7lqMgpwMEaR {  }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #f0TXJqERKkTM1IllKTfzmg5gEixwOlfX {  }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #tT6w0BRdN70VZF2ArTwWdyzmIIa6lPNb { display:none; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #HadWPMGmwcaTFsqTnQrnvsNbW6cwSd25 {  }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #TwFXmwB5mCpJFnIoqz26BNH5taKXPKpl {  }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #fweTDJ3Kno1Uu1xXUiBdrhh6VbALmhPT { display:none; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #ELeFRraEaHE2bpqaottob82ZckaI6XAt {  }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #gTVbmWz6NSL41XnTdiXSchtfJ26aouxu {  }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #oTG64KkIdPQzf46CulkceFTz6CGG8ast { display:none; }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #zFUIIeiGkCq31oBaP49ktopecrOqBlUl {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #MWodgefPUO27spSVB7cCfatHDtJkvJFB {  }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #GGhrqLwfTWd58AO14bGTl4uIs24pEo7E {  }
#OPIcJorHTTpDci1lsivilt6dFhlTB5ua #olbqN5GX40Eu9sq0xc2qKrKdcRBWaTQg {  }
#TV28KHfwFW4dgbaQQ7mgXmZlEerHTTCF { top:33.625rem;left:3.65625rem;z-index:15031;width:12.6875rem;height:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(12,10,2,0.98), rgba(160,144,98,0.5));background-image: -moz-linear-gradient(216deg, rgba(12,10,2,0.98), rgba(160,144,98,0.5));background-image: -ms-linear-gradient(216deg, rgba(12,10,2,0.98), rgba(160,144,98,0.5));background-image: -o-linear-gradient(216deg, rgba(12,10,2,0.98), rgba(160,144,98,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0a02f9', endColorstr='#a090627f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0a02f9', endColorstr='#a090627f' );";background-image: linear-gradient(216deg, rgba(12,10,2,0.98), rgba(160,144,98,0.5));background-size:auto !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(160,144,98,0.55) ;color:rgba(var(--color-tertiary-0),1);display:block; }
#CzktTQtulvNtLICcC9k3VcwSGgeot05T { display:block; }
#G7HSUTnVLgi9LbrkkCeBPhDmGMv3uBpo { top:16.125rem;left:0.25rem;width:6rem;height:6rem;z-index:15160;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#a5ZOSEgz8AfUaPtoH68HanUfGF07oyX9 { top:6.0625rem;left:0rem;width:19.75rem;height:2.25rem;z-index:15154;background-color:rgba(0,0,0,0);background-image:none;display:block; }
#hsTFT8QPXCcVfAlL086rq6TmyghUPKan { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), #a09062);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), #a09062);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), #a09062);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),1)', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),1)', endColorstr='#a09062' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-1),1), #a09062);background-size:cover !important;display:block; }#hsTFT8QPXCcVfAlL086rq6TmyghUPKan > .row .container { background-color: transparent; background-image: none; }#hsTFT8QPXCcVfAlL086rq6TmyghUPKan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsTFT8QPXCcVfAlL086rq6TmyghUPKan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsTFT8QPXCcVfAlL086rq6TmyghUPKan > .row .container > .video-iframe-container { display: none; }#hsTFT8QPXCcVfAlL086rq6TmyghUPKan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsTFT8QPXCcVfAlL086rq6TmyghUPKan > .row > .video-iframe-container { display: none; }#hsTFT8QPXCcVfAlL086rq6TmyghUPKan > .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); }#hsTFT8QPXCcVfAlL086rq6TmyghUPKan > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; }#KyS8kc54MQ4runLz5eGryLy5XVIvHoxl { 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; }
#qqr1rClFAMgN5UxMvXZqmt8TT8wSIrxX { 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; }
#bWV8t442VbHO1o1RFc95aiB66ZUlTSq3 { 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; }
#uun9wTA9s20CkBWR4olfAUHdSuSf5RrN { 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; }
#GArLIq9zx38OtOkMWe2Af5J3LUzr6wF4 { 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; }
#zKfCS3VRAu6tUTUfoeh4Fxx10hTbkKWW { 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; }
#JviZh7JMkSvZKVygZZ8stycEpwZwINOl { 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; }
#uQmFCMStcZArWwBIPpv97SnPlqpP9CWT { width:17.4989375rem;height:3.4931625rem;top:0.87421989440919rem;left:1.25rem;font-size:2.6875rem;color:#3c4626;font-family:amiri;display:block; }
#rg18qMIkx5zvRlb0MdD0U3qhB1LQz1VE { width:1.6875rem;height:1.6875rem;top:12.499217987061rem;left:17.31093788147rem;font-size:1.125rem;display:block; }
#dIHzQep95dU0s3JmXWPhkhcWlccAqdif { width:15.5rem;height:1.86875rem;top:15.873439788818rem;left:1.1242189407349rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.4375rem;color:#3c4626;font-family:amiri;display:block; }
#wsy5EgaiPvBL79CiPvuisJPMGUUbDtlG { width:1.6875rem;height:1.6875rem;top:16.060939788818rem;left:17.31093788147rem;font-size:1.125rem;display:block; }
#Zq7LKhHOHV7vlnWULTS2gRH0BWlPszPf { width:12.561875rem;height:1.7875rem;top:19.384376525879rem;left:3.7179689407349rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.375rem;color:#3c4626;font-family:amiri;display:block; }
#Fl8nArTKhUVfmazI7FbCFhfK85a6XzRI { width:1.6875rem;height:1.6875rem;top:23.309375762939rem;left:17.43593788147rem;font-size:1.125rem;display:block; }
#sf63rgpEFq09CXI3Rxf5CeqhsAHuBQUq { width:12.561875rem;height:1.86875rem;top:23.060939788818rem;left:3.7492189407349rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.4375rem;color:#3c4626;font-family:amiri;display:block; }
#N6ET9nqpeqDt9SbWkxnT1lGEvcmCEld3 { width:1.6875rem;height:1.6875rem;top:5.27734375rem;left:17.17343711853rem;font-size:1.125rem;display:block; }
#HAfTz82HKzkTvoEssW2r2VgWMew83aD4 { width:15.9375rem;height:1.86875rem;top:5.1875rem;left:0.8125rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.4375rem;color:#3c4626;font-family:amiri;display:block; }
#X0TfNRlFn9Pdt1tuLsDxTkOL652xUPgV { width:1.6875rem;height:1.6875rem;top:8.93593788147rem;left:17.24843788147rem;font-size:1.125rem;display:block; }
#DeqTOrWTaRitA7yvcBg5HEsK22q4tRc7 { width:16.436625rem;height:1.70625rem;top:8.84140586853rem;left:0.31875002384186rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.3125rem;color:#3c4626;font-family:amiri;display:block; }
#G7pEtnvIDNN461EtJ1Ea86MTTqRvQ2rw { width:1.6875rem;height:1.6875rem;top:19.498439788818rem;left:17.31093788147rem;font-size:1.125rem;display:block; }
#NioPy2IQDWp13d9175gHCz52W5QJas6F { width:15.2495625rem;height:1.7875rem;top:12.310157775879rem;left:3.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;color:#3c4626;font-family:amiri;display:block; }
#cwhdH3tU3xsUVGGCxq7DgAZCwlT92iSK { width:13.1875rem;height:1.7875rem;top:26.624217987061rem;left:3.5617189407349rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.375rem;color:#3c4626;z-index:15051;font-family:amiri;display:block; }
#I8OMEVvTEgFOff16AefSD40IH4rZUmd7 { width:1.6875rem;height:1.6875rem;top:26.685939788818rem;left:17.49843788147rem;font-size:1.125rem;z-index:15072;display:block; }
#RWfa5DRllNBA0BRGccXHuxNTqJ9t0AHy { display:flex;width:3.125rem;height:3.125rem;top:33.23828125rem;left:16.34218788147rem;z-index:14999; }
#RWfa5DRllNBA0BRGccXHuxNTqJ9t0AHy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#drinOzlZB760Tup9qgamRTdCCnsN44Uy { top:33.082809448243rem;left:2.125rem;z-index:14993;width:16.5625rem;height:3.4375rem;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #2e6a3a, #c1bcaf);background-image: -moz-linear-gradient(181deg, #2e6a3a, #c1bcaf);background-image: -ms-linear-gradient(181deg, #2e6a3a, #c1bcaf);background-image: -o-linear-gradient(181deg, #2e6a3a, #c1bcaf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e6a3a', endColorstr='#c1bcaf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e6a3a', endColorstr='#c1bcaf' );";background-image: linear-gradient(181deg, #2e6a3a, #c1bcaf);background-size:auto !important;color:#00131d;display:block; }
#Vz8L1m4J7z1KVv9k1hy4XgOnBOiKH7Ip { display:block; }
#TG8ev2lsJkCVVIdTvLA173chT3QP9M2w { display:flex;width:2.621525rem;height:2.621525rem;top:33.489059448243rem;left:2.2492187023163rem;z-index:14999; }
#TG8ev2lsJkCVVIdTvLA173chT3QP9M2w > img { max-width: 100%;max-height:100%; width:2.621525rem; height:2.621525rem; }#ymlAhGIBao7pNDiTQVNGtMwuZulJ5itt { width:16.875rem;height:0.1875rem;top:3.7664070129394rem;left:1.625rem;background-color:#3c4626;background-image:none;z-index:15004;display:block; }
#T2yvr4X36cUCGXoN2EsG2W6DtX8utlol { width:1.6875rem;height:1.6875rem;top:30.123439788818rem;left:17.68593788147rem;font-size:1.125rem;z-index:15073;display:block; }
#XaLQRXstGoWbIycLLzK3Fppn6pBZx5ZP { width:17.625rem;height:1.7875rem;top:29.948436737061rem;left:-0.13906240463257rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.375rem;color:#3c4626;z-index:15052;font-family:amiri;display:block; }
#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ { display:block; }#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ { background-color: transparent; background-image: none; }#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ > .row .container > .video-iframe-container { display: none; }#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ > .row > .video-iframe-container { display: none; }#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ > .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); }#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ { border-width: 0; border-radius: 0; }#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ > .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; }#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ > .row .container { width:20rem;height:47.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), #a09062);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), #a09062);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), #a09062);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),1)', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),1)', endColorstr='#a09062' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-1),1), #a09062);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; }#eDcTdyVrzALLW9V0T8SXB8mkEpB8LNNL { top:18.649993896484rem;left:0rem;width:20rem;height:11.625rem;z-index:15000;overflow:hidden;display:block; }
#IrA8ZnI2WJBasdN80mQnacFAPR2T8eq1 { top:30.48671913147rem;left:5rem;width:14.1875rem;height:2.7625rem;z-index:15002;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;font-size:1.0625rem;display:block; }
#bep2OopGkzTobQX7vlgmIrr759Gex9v8 { top:16.537498474121rem;left:0.375rem;z-index:15030;width:6.8125rem;height:1.75rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-image: -moz-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-image: -ms-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-image: -o-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),0.97)', endColorstr='#a09062fc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),0.97)', endColorstr='#a09062fc' );";background-image: linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-size:auto !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(160,144,98,0.55) ;display:block; }
#ASnmb6q63PlmVTzbtZStqlFsn5uIyuky { display:block; }
#VvxoPfLz9P3TRK8KgBmOUEwpkc9D4Z8v { top:0rem;left:0rem;width:20rem;height:11.625rem;z-index:15031;overflow:hidden;display:block; }
#hOn7Ctr4mn1kV9JJh5THMm5TUuAbbs25 { top:12.3125rem;left:0.125rem;width:19.875rem;height:3.65625rem;z-index:15032;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
#SUFkuwszwfkTuAqua0T6OMoLpR7RD98c { top:35.437500476837rem;left:0rem;width:20rem;height:11.625rem;z-index:15031;overflow:hidden;display:block; }
#XG1eBygxXwlv9TLWbfgsqqUza6wIy9Qx { top:33.412109375rem;left:0.75rem;z-index:15031;width:6.8125rem;height:1.75rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-image: -moz-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-image: -ms-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-image: -o-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),0.97)', endColorstr='#a09062fc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),0.97)', endColorstr='#a09062fc' );";background-image: linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-size:auto !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(160,144,98,0.55) ;display:block; }
#TiRiuTUuhC0i0pp4QUplqosTtZNPCCMo { display:block; }
#E8aewAPmrzT15QyhPACBeScE3hkvP8OE { display:block; }#E8aewAPmrzT15QyhPACBeScE3hkvP8OE { background-color: transparent; background-image: none; }#E8aewAPmrzT15QyhPACBeScE3hkvP8OE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8aewAPmrzT15QyhPACBeScE3hkvP8OE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8aewAPmrzT15QyhPACBeScE3hkvP8OE > .row .container > .video-iframe-container { display: none; }#E8aewAPmrzT15QyhPACBeScE3hkvP8OE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8aewAPmrzT15QyhPACBeScE3hkvP8OE > .row > .video-iframe-container { display: none; }#E8aewAPmrzT15QyhPACBeScE3hkvP8OE > .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); }#E8aewAPmrzT15QyhPACBeScE3hkvP8OE { border-width: 0; border-radius: 0; }#E8aewAPmrzT15QyhPACBeScE3hkvP8OE > .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; }#E8aewAPmrzT15QyhPACBeScE3hkvP8OE > .row .container { width:20rem;height:43.375rem;background-color:rgba(160,144,98,0.43);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Hu8oayUrzsNgVF2CfKXZwsZJ5i91duuw { top:6.4999990463256rem;left:0rem;width:20rem;height:11.625rem;z-index:15000;overflow:hidden;display:block; }
#TD3arT5Fnibimr8FXbGREhKJ9TSdX1HH { top:0.42265319824219rem;left:1.28125rem;width:18.0625rem;height:3.9rem;z-index:15002;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;display:block; }
#lMl5IeFEmwssQTgDlfzz5eBOypVux5uc { top:19.061718940735rem;left:0.125rem;width:19.875rem;height:3.41015625rem;z-index:15032;font-size:0.875rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
#dPTCiHTPmUMbUeUbDou7EJDTzvNIfQ5t { top:25.012499809265rem;left:0rem;width:20rem;height:11.625rem;z-index:15033;overflow:hidden;display:block; }
#hWThydKzcHx5RtgHPHhe9zS4Tu15mnE7 { top:37.436718940735rem;left:1.375rem;width:18.5rem;height:3.41015625rem;z-index:15033;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
#NtlkKNa4k4piRCnEZTPFKJXLIx68qFxf { top:4.349609375rem;left:0.8125rem;z-index:15032;width:6.8125rem;height:1.75rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-image: -moz-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-image: -ms-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-image: -o-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),0.97)', endColorstr='#a09062fc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),0.97)', endColorstr='#a09062fc' );";background-image: linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-size:auto !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(160,144,98,0.55) ;display:block; }
#q5I6RXepQA4QUygQTNq2aOo1TTTeF0gA { display:block; }
#vlnzM7NISAHDyr123SfwDlX2dKG04Pb5 { top:22.787109375rem;left:0.75rem;z-index:15033;width:6.8125rem;height:1.75rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-image: -moz-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-image: -ms-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-image: -o-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),0.97)', endColorstr='#a09062fc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),0.97)', endColorstr='#a09062fc' );";background-image: linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-size:auto !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(160,144,98,0.55) ;display:block; }
#RlEgxdDDTTvzDQRvAnZQ137it932DsN9 { display:block; }
#xwPk2xVTm9lQTsytlBnutMVoszlfB8VH { top:41.0341796875rem;left:0.9375rem;z-index:15034;width:6.8125rem;height:1.75rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-image: -moz-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-image: -ms-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-image: -o-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),0.97)', endColorstr='#a09062fc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),0.97)', endColorstr='#a09062fc' );";background-image: linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-size:auto !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(160,144,98,0.55) ;display:block; }
#VLbx9ClsTr6ZCcLLXkQVih7ahyWoE91k { display:block; }
#uUE8lpwZ7fKNZETpEt2t7VogsKdT4TIJ { display:block; }#uUE8lpwZ7fKNZETpEt2t7VogsKdT4TIJ { background-color: transparent; background-image: none; }#uUE8lpwZ7fKNZETpEt2t7VogsKdT4TIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUE8lpwZ7fKNZETpEt2t7VogsKdT4TIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUE8lpwZ7fKNZETpEt2t7VogsKdT4TIJ > .row .container > .video-iframe-container { display: none; }#uUE8lpwZ7fKNZETpEt2t7VogsKdT4TIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUE8lpwZ7fKNZETpEt2t7VogsKdT4TIJ > .row > .video-iframe-container { display: none; }#uUE8lpwZ7fKNZETpEt2t7VogsKdT4TIJ > .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); }#uUE8lpwZ7fKNZETpEt2t7VogsKdT4TIJ { border-width: 0; border-radius: 0; }#uUE8lpwZ7fKNZETpEt2t7VogsKdT4TIJ > .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; }#uUE8lpwZ7fKNZETpEt2t7VogsKdT4TIJ > .row .container { width:20rem;height:37.3125rem;background-color:rgba(160,144,98,0.43);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lr3K0KFmQ2TK8dqsNwoiIX0CSln0MaQB { top:0rem;left:0rem;width:20rem;height:11.625rem;z-index:15000;overflow:hidden;display:block; }
#PklbXqPgJIJyLLxLORLnNREQ3UzLLSUR { top:12.749218940735rem;left:1.3125rem;width:18.4375rem;height:3.41015625rem;z-index:15032;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
#NdxmJtqV9KgyAdZJQMncq6u650VRa0Oq { top:18.824998855591rem;left:0rem;width:20rem;height:11.625rem;z-index:15033;overflow:hidden;display:block; }
#F1EfoFxFwhV0eqJK9EVTzCEZT1WlsOTv { top:31.123455047608rem;left:0rem;width:19.875rem;height:2.2734375rem;z-index:15033;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
#TkeuvL5fK4DgmRtpftNVRtuHamUwOkc7 { top:16.5341796875rem;left:1.25rem;z-index:15035;width:6.8125rem;height:1.75rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-image: -moz-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-image: -ms-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-image: -o-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),0.97)', endColorstr='#a09062fc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),0.97)', endColorstr='#a09062fc' );";background-image: linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-size:auto !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(160,144,98,0.55) ;display:block; }
#aIQWsOoGZkHboWmC0quFdxn953WsZvV1 { display:block; }
#uS9hFzTeQJ1fEdbdXU12zxCyoxLDM6DW { top:34.6875rem;left:1.3125rem;z-index:15036;width:6.8125rem;height:1.75rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-image: -moz-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-image: -ms-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-image: -o-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),0.97)', endColorstr='#a09062fc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),0.97)', endColorstr='#a09062fc' );";background-image: linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-size:auto !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(160,144,98,0.55) ;display:block; }
#mxoNaPdB5AsRQJlPx0C0hTfJRyEp22vG { display:block; }
#utSSKpbDaBBD9HqU7I0LTKSC3grcMgdW { display:block; }#utSSKpbDaBBD9HqU7I0LTKSC3grcMgdW { background-color: transparent; background-image: none; }#utSSKpbDaBBD9HqU7I0LTKSC3grcMgdW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utSSKpbDaBBD9HqU7I0LTKSC3grcMgdW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utSSKpbDaBBD9HqU7I0LTKSC3grcMgdW > .row .container > .video-iframe-container { display: none; }#utSSKpbDaBBD9HqU7I0LTKSC3grcMgdW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utSSKpbDaBBD9HqU7I0LTKSC3grcMgdW > .row > .video-iframe-container { display: none; }#utSSKpbDaBBD9HqU7I0LTKSC3grcMgdW > .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); }#utSSKpbDaBBD9HqU7I0LTKSC3grcMgdW { border-width: 0; border-radius: 0; }#utSSKpbDaBBD9HqU7I0LTKSC3grcMgdW > .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; }#utSSKpbDaBBD9HqU7I0LTKSC3grcMgdW > .row .container { width:20rem;height:39.5rem;background-color:rgba(160,144,98,0.43);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#XZfdq295AgI0tZNeAJQolS8D0V77azWr { top:20.4091796875rem;left:0rem;width:20rem;height:11.625rem;z-index:15000;overflow:hidden;display:block; }
#JTazClS3yUyvy53Aoslu5uchHmhLqLXe { top:12.749218940735rem;left:1.3125rem;width:18.4375rem;height:;z-index:15032;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
#fewFaI9QquKPw9JPA4PnqWmviXUDhrXc { top:33.248046875rem;left:0rem;width:19.875rem;height:3.41015625rem;z-index:15033;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
#tUp3k6cn7TyxiguPxVc0deztP1Lzb50r { top:17.9091796875rem;left:1.3125rem;z-index:15035;width:6.8125rem;height:1.75rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-image: -moz-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-image: -ms-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-image: -o-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),0.97)', endColorstr='#a09062fc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),0.97)', endColorstr='#a09062fc' );";background-image: linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-size:auto !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(160,144,98,0.55) ;display:block; }
#Ce3pc0ysHoemFBmCgZhcq7i3vcMkGOGF { display:block; }
#UAbpOTusRkFF5PALT0TlybrShTy0h1cc { top:36.8125rem;left:1.3125rem;z-index:15036;width:6.8125rem;height:1.75rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-image: -moz-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-image: -ms-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-image: -o-linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),0.97)', endColorstr='#a09062fc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),0.97)', endColorstr='#a09062fc' );";background-image: linear-gradient(216deg, rgba(var(--color-tertiary-3),0.97), rgba(160,144,98,0.99));background-size:auto !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(160,144,98,0.55) ;display:block; }
#AvURU5qM8r8KlhVp4gsoCFThXzvpKEZt { display:block; }
#fxeQBbHohTa3QHhbe5ol6r0xTTO9kJFl { top:0rem;left:0rem;width:20rem;height:11.625rem;z-index:15033;overflow:hidden;display:block; }
#vqi1V34UCclUtC5QVgWafqqQdem3EB33 { display:block; }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 { background-color: transparent; background-image: none; }#vqi1V34UCclUtC5QVgWafqqQdem3EB33::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 > .row .container > .video-iframe-container { display: none; }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 > .row > .video-iframe-container { display: none; }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 > .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); }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 { border-width: 0; border-radius: 0; }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 > .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; }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 > .row .container { width:20rem;height:43.375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), #a09062);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), #a09062);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), #a09062);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),1)', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),1)', endColorstr='#a09062' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-1),1), #a09062);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; }#Sq6J938pwtqVzz3snAiWwcbwX7BZydKn { width:20rem;height:2.3994125rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:#174773;display:block; }
#JJ34cwRamkQ1UdOdVxvrD2xgDmtJFSDl { width:20rem;height:15rem;top:3.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:#3c4626;display:block; }
#Iy1hGWSTlkuLsBtOWmJGcfa7t6uAWcoT { 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(var(--color-tertiary-2),1), rgba(160,144,98,0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(160,144,98,0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(160,144,98,0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(160,144,98,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='#a090627f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='#a090627f' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(160,144,98,0.5));background-size:auto !important;color:#fcfff6;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Sqc3uiCF3JuVKbibOmVbG5EnL4d1khZM { display:block; }
#TxiLHkxJ3VuVRiwx1d3vRWpHBCoUpN2f { 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; }
#u4KUUGAIS14vHSn1BTiag9Ve4BROZFCu { display:flex;width:5.9375rem;height:5.9375rem;top:34.4970703125rem;left:0.1875rem; }
#yVhL54cTDfXUi29T8TBkiNebNkB8pPNN { width:19.5rem;height:11.125rem;top:20.20078086853rem;left:0.3125rem;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;overflow:hidden;display:block; }
#nKFTf1GlpLN7a86q8HmdxhuiPFRBQTMF { width:20rem;height:23.9375rem;top:3.0929687023163rem;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.68), rgba(var(--color-tertiary-1),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-1),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-1),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-1),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='rgba(var(--color-tertiary-1),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='rgba(var(--color-tertiary-1),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-1),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#NmQ24VDx1bPuMukQhTTNxGyn3DdFG3Oa { position:relative;z-index:auto;display:block; }#NmQ24VDx1bPuMukQhTTNxGyn3DdFG3Oa { background-color: transparent; background-image: none; }#NmQ24VDx1bPuMukQhTTNxGyn3DdFG3Oa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmQ24VDx1bPuMukQhTTNxGyn3DdFG3Oa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmQ24VDx1bPuMukQhTTNxGyn3DdFG3Oa > .row .container > .video-iframe-container { display: none; }#NmQ24VDx1bPuMukQhTTNxGyn3DdFG3Oa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmQ24VDx1bPuMukQhTTNxGyn3DdFG3Oa > .row > .video-iframe-container { display: none; }#NmQ24VDx1bPuMukQhTTNxGyn3DdFG3Oa > .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); }#NmQ24VDx1bPuMukQhTTNxGyn3DdFG3Oa { border-width: 0; border-radius: 0; }#NmQ24VDx1bPuMukQhTTNxGyn3DdFG3Oa > .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; }#NmQ24VDx1bPuMukQhTTNxGyn3DdFG3Oa > .row .container { width:20rem;height:78.875rem;background-color:#c7bea5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk .accordion-element-container { background-color:rgba(160,144,98,0.24);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; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row-reverse; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk .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); }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk .accordion-desc-text { font-family:var(--paragraphs-font-family);font-size:0.6875rem;height:auto;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-0),1);line-height:2;overflow:hidden;text-align:right;text-align-last:right; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk .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; }#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk .accordion-trigger.adaptive-delivery-prevent-bg, #tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk .accordion-trigger.lazyload, #tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk .accordion-trigger.lazyloading { background-image: none; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk { display:flex;height:auto;width:18.2453125rem;top:6.77968788147rem;left:0rem;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(var(--color-tertiary-2),1), #a09062);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #a09062);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #a09062);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='#a09062' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #a09062);background-size:auto !important; }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #hVvA7GTZb8QUiQEAH4pnpfyVrtHUcIaF {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #UZrT9VgyRm6O5SipVTG1S5kHdQhTHQG6 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #NvSWS41PFuVap8OTwkntnKkTdTTB8CO0 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #JQuQWlXg6qxMusKbZHKLNrkfBP9yCQhZ {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #r5qBrXmfM7BpDgtHx2N6LLeEiNLsVTT2 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #lOArn3MqZIOPTk2FOb70aJTZJTZ3oshv {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #AT1WKGOv2lkwZwn1iiq784fzg0wSGO2w {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #ozvNQt72zToMUTcZKJ5ldWPIC11AkxVV {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #uQx0720pnTwFTnPbDzzcgfB7qhz6vGBt {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #GIgpyCE5BTdbNVsPIhOUPODJokFamt0X {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #l8Ks5SAT2HJwErW8unNlS9CiRnN3zHBf {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #TPRtEMBK3uvyospWss731u6wiXsefaIT {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #ZSRUNqW0E6kkRrU018MC1Zz5NRARqdEG {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #D6lcuPaOIFRfDdrUDJszehXF0yUsM9QQ {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #C1sGWsivm2Kk76dof6rgBUvCfhyFeENA {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #oV1PHs9LwT6TT7S9Wxd0TJTb8R4oW93l {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #VBqGKBw297IUVkRVCvsxWsqVMaR7liMO {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #bW4t6KK3itaN35lwrJO3ELqLUFNrl5rr {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #xU2ZKGItxc07PMy9VAlhi4liXMGUdlg2 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #qOrSi8Q86mtO2yxV6H1uteLpxdTzsK5l {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #tiB5S51wpnyV6P6KmdeQSb40ewN7bHzq {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #qX0FfRM2flv1dmyFE5JAuPiRm0cVSlD8 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #cbMvgW04TidtLrVaBMPCZOMFLKDKCNId {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #BuT8BKB9oldakKoTxS2uskzmyGpyRL5X {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #p9TChrJfXxWWtDqiy5Q24FzUgi6IVgMv {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #uJbZdKMzST7ky0albPH6JRvIFT2Gv6zo {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #QgUBrvaFxxPxsIkJwMzVIyMBVkdHNM72 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #JD9ub9vTcgI5FbOeN2OSx5a4S4cr7Bgd {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #aW24Tsg15q2RKsc84R6Xm9cELT5pzkQH {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #OwglBkuzIGzrulZlZwmshWiTHW07SquW {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #LJq6kMlqBe6uRFn3gkhT0NfHwTT9wpgm {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #sSam3GUtSgAxxuZVp0FK7hAfJs7JEg0z {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #KcdVXOiyDrplDZyvwsKviq4W8tA8weB6 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #AfkSBRxm8X59Hu8SOpTTzdHCmFzVM4vR {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #knKINScuSRkKlmJ6ZB9aT6zPsF1OFE0b {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #rwuJREo3y6QS4ZDxUcii2CA4aqrcbFaT {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #HJH9CPUtTnTDe2lzrub2eFqMPCEQP4MT {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #QkRoGXd9nEegwanN4S6J2LffGUOPSchw {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #QRITszl7O4r2gg8riXNuy7StR0KJa9OW {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #HB3PRWPGtu7hBzNZf2Q0Oh9VBRTKS9nw {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #Fl031OpaJ1aan1RQpgfIWUlEJzGRneqV {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #HnQfQPxDtaNBuJZODrLQODul6xwO1Cy6 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #eM6ZCdG32FBIoxGWuaQoGAXEDkDaCTK6 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #smO2Oylf1t1hvtBBVVytkpROKTne3lTg {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #d4tQeo5QtQh0zl3wdnUy9uSxPloebDbs {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #cetnFkVKww8vr4ETTK9ZKuNfU7z5RFNd {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #siUMNnsBBRPrbhIx9RE3nyiMC0vtEze1 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #ihqXgw5lZxlN7M7vyTPXsKGwk4TVF24f {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #BwDSanScfSdXpTTWf2rGusfsz7fLv09L {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #fzFpeagEMpSphCC4RgMR564NxcS40d9x {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #R4JudRFsUymBey7QCLhGH9PGvXSZ0Tk4 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #TlO9NR3MLvRXLZ6hSTKKu9tydfn8oOHZ {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #C66l6oJKkvJXFrxllMMazhvDTF8vinwC {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #ZDZ2yaLDrqrOQhMoS73lOGO61undq9g4 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #z2H85zkOQxd8EwXeTeBTGLmPC2c4AdWh {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #kz9qkdQuD9RUHUNHiQxMgutt3JsTUQ3m {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #rPvdDZ88sA4N6Pid6GuNRfCB6RbtQXcg {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #TwpOGMBk6BmmXREmuixqi5vzfw4KTGhc {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #beeTqvARo2FLPbDyWFNTfN1FH3nctIqF {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #DI5953a1ohUzTxalNl79sHEsqBOLmznL {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #e9ZMFdvqBrwmAJrDBTVeKDgLz6wJ6RJk {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #F1B3l7XZsKdQ3TUXJukTPM0XkmysTTGO {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #VOsdMXNdHq1xtfkHEZX0qGA8RNkTs7Na {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #hIRVN6KhtfTvWDaXIvIveFGiVkxgu5nJ {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #h2gHiZcB0m5MQiyhql49ViLTJGVkoIbX {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #KiJMxW31PcoTQG32380xNxoGOnFnLkim {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #uC0lXXFEgkPRKWmc4E2hkDyW7NpDPOU0 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #ho96qs1yk1hJx9vqFh9h6SdPXJRKExWa {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #V2lgmwDuFw7TWH2vr4TsQi31piWJ9Nys {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #LpZKCslZFinJG1ztMwaU8T8JwKvyuaR6 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #eU8RXpP2T2O1kNkKnR3ZJP6EBsBFPWsd {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #UNymlqOQUt3nU0nQxxucq3vhPvLnGBp1 {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #HtQIHaQoGT7PwKTuegqTne05J9AaGKKg {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #yWaEXxDXf8vJ9LWBc81Lu7nCdh2IoZoe {  }
#tGdh0Rf10FNuyuAa4gq60VAot1HQ3Frk #on3PB8xWfZdbuJFs0nS4Uv7TH9u86zTe {  }
#fqnz5HxNSCDUZLtL9fXd5J5lENPkfbwC { width:15.4375rem;height:1.95rem;top:2.125rem;left:2.28125rem;font-size:1.5rem;color:rgba(var(--color-tertiary-0),1);z-index:15015;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 { display:block; }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 { background-color: transparent; background-image: none; }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 > .row .container > .video-iframe-container { display: none; }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 > .row > .video-iframe-container { display: none; }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 > .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); }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 { border-width: 0; border-radius: 0; }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 > .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; }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 > .row .container { width:20rem;height:25.9375rem;font-family:var(--paragraphs-font-family);background-color:rgba(160,144,98,0.23);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#r5uqB4hE3teItFsUKtNMDT0tBnHdygq4 { 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; }
#oCrFxVLt9IgTZxyi32QLgXe2Tq3KeCGu { display:block; }
#zn61TnJRGis3pWWzVC10fyzZT3aXpPOz { 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; }
#CBhGxVZbTJZ4TN98eZ89Fdd3VgZU2JPB { 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; }
#lkCwpmv1tLHOJ7y3040GIlTmZRq9DKks { 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; }
#J4qg4QIl9JUcSruDyaGx4UETNGKlorHK { width:20rem;height:2.4rem;top:4.2491321563721rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;color:#3c4626;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;display:block; }
#AFbTAR9AwUrE7aEz3cSgsv40hKyHTfCg { width:19.1875rem;height:3rem;top:8.3125rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;color:#3c4626;font-family:var(--paragraphs-font-family);display:block; }
#Hg529pGfu1HoM07IQF0BXBDw3SOhpcLS { 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; }
#Jy2nlm3NlK71n4x6T2oZgyyvgTWmXZZv { display:block; }
#vJoqNN4TUra888AHJbpLfs7kyaMZM2qg { top:13.141276836395rem;left:2.9687500596046rem;z-index:15028;width:13.8125rem;height:3.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-tertiary-2),1), #a09062);background-image: -moz-linear-gradient(216deg, rgba(var(--color-tertiary-2),1), #a09062);background-image: -ms-linear-gradient(216deg, rgba(var(--color-tertiary-2),1), #a09062);background-image: -o-linear-gradient(216deg, rgba(var(--color-tertiary-2),1), #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='#a09062' );";background-image: linear-gradient(216deg, rgba(var(--color-tertiary-2),1), #a09062);background-size:auto !important;color:#ffffff;font-size:1.3125rem;font-family:amiri;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(160,144,98,0.21) ;display:block; }
#NHgNpmyK5p2wUQOKlTuG3lIiDNsKqPBs { display:block; }
#cMr5FeylFi73yxhVn2LbCEPNK4xalFFs { top:18.009333133697rem;left:3.4375002980233rem;z-index:15029;width:13.125rem;height:4.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-tertiary-3),1), #a09062);background-image: -moz-linear-gradient(216deg, rgba(var(--color-tertiary-3),1), #a09062);background-image: -ms-linear-gradient(216deg, rgba(var(--color-tertiary-3),1), #a09062);background-image: -o-linear-gradient(216deg, rgba(var(--color-tertiary-3),1), #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#a09062' );";background-image: linear-gradient(216deg, rgba(var(--color-tertiary-3),1), #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; }
#Di3tThpnPfD39PnxEc5qnyvm0q1wg3xb { display:block; }
#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 { display:block; }#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 { background-color: transparent; background-image: none; }#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 > .row .container > .video-iframe-container { display: none; }#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 > .row > .video-iframe-container { display: none; }#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 > .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); }#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 { border-width: 0; border-radius: 0; }#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 > .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; }#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 > .row .container { width:20rem;height:36.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #a09062);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #a09062);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #a09062);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='#a09062' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #a09062);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; }#h8XN0ZiG5hELmqtrtg1TSy3kWcsXk4os { width:15.43675rem;height:3.33105625rem;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; }
#mzUfWH65G6dTFuTwAedCGtT83qETeRGZ { width:17.9980625rem;height:5.4609375rem;top:26.731771469116rem;left:1.0004341006279rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15013;font-family:amiri;color:rgba(160,144,98,0.43);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.9;font-weight:700;font-style:normal;display:block; }
#pqENCPxuTCJhsN5cNIIxsPmSPwkIx1Ei { width:17rem;height:6.0556625rem;top:17.99453163147rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15011;font-family:amiri;color:rgba(160,144,98,0.54);line-height:1.7;display:block; }
#qHWmTQmvxNwnRMwHGChyztSqRqT1dcno { width:16.0615rem;height:4.673825rem;top:9.62109375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15022;font-family:amiri;color:rgba(160,144,98,0.45);line-height:1.7;display:block; }
#mFo0Lmhzisa4rRIsJU47BHvTp1kksI6M { width:3.125rem;height:3.125rem;top:7.80859375rem;left:16.87343788147rem;font-size:2.1875rem;z-index:15009;color:#845d25;display:block; }
#RCtxx4ImT82NFThqioBST79hFUNZVM7t { width:3.3125rem;height:3.3125rem;top:15.435943603516rem;left:16.686719894409rem;font-size:2.3125rem;z-index:15010;color:#845d25;display:block; }
#G17Pry4pk2JogbcdgeQXDIKgqkilHE3B { width:3.3125rem;height:3.3125rem;top:24.936828613281rem;left:16.812283813953rem;font-size:2.3125rem;z-index:15011;color:#845d25;display:block; }
#RMxa2AnC3cD7gQpIL6MRSvu2AHmeemZM { width:2.43706875rem;height:2.43706875rem;top:22.87451171875rem;left:16.62451171875rem;font-size:1.6875rem;z-index:15012;display:none; }
#gFsw5k5Xqu5BrSHp4oSeV9FPqpbzpRoh { 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; }
#TTDE8ARkNGQPCyf5Tg93At8e15zDgKyP { 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; }
#W539VTT6yRwFC2tADmsv5oCdyfEuzilR { display:block; }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR { background-color: transparent; background-image: none; }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR > .row .container > .video-iframe-container { display: none; }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR > .row > .video-iframe-container { display: none; }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR > .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); }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR { border-width: 0; border-radius: 0; }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR > .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; }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR > .row .container { width:20rem;height:150.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #a09062);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #a09062);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #a09062);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='#a09062' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #a09062);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; }#qmamhHiVVP445HMIHw8kqnqqWv73oaif { 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; }
#aFoLCiFTuVbd5gp9lPqv1wScHTlIAfcs { width:18.8125rem;height:2.85rem;top:6.0124816894531rem;left:0.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#3c4626;font-family:var(--headlines-font-family);z-index:15044;display:block; }
#EdFt2nwBxQp2Dc5dt2TPuPMOWHiSy4sS { width:20rem;height:1.875rem;top:2.2976531982422rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-family:georgia;color:#a09062;font-weight:700;font-style:normal;display:block; }
#slAJKJsEGfNe7i3cdszoCXAHyWVPaNgc { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;background-color:rgba(160,144,98,0.37);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; }
#MyxiJV3Md7kqcUFE7sr90ENVwT3IeF1R { top:12.735460162163rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#th4LqG4UO9J7gVHVfwlrULNMRT0bNI3O { top:47.0625rem;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; }
#RbiGFgf6ZQ9ZkS4HsdE6brHR6BIsXhqW { top:82.1240234375rem;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; }
#SZsHOLRHpBI943pGAM2nT1lA3TEVRO7r { width:20rem;height:0.3125rem;top:79.251953125rem;left:0.09375rem;z-index:15030;background-color:rgba(160,144,98,0.39);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; }
#G0FwzBN2AKsefkDn3aBTq9fGnIdlIT0D { top:5rem;left:0.625rem;width:18.75rem;height:5.125rem;z-index:15043;background-color:rgba(160,144,98,0.35);background-image:none;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#oO3Bvnft8uI6AMEmfOxTPlv2AlbefJy3 { top:117.2490234375rem;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; }
#UABkABZuN5Bf8iuPfnnp1kR2BQrcTauU { width:20rem;height:0.3125rem;top:114.564453125rem;left:0rem;z-index:15031;background-color:rgba(160,144,98,0.39);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; }
#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW { display:block; }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW { background-color: transparent; background-image: none; }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW > .row .container > .video-iframe-container { display: none; }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW > .row > .video-iframe-container { display: none; }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW > .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); }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW { border-width: 0; border-radius: 0; }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW > .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; }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW > .row .container { width:20rem;height:7.6875rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Z6T2TkQL4pbnZf9wVbiPTGCsUZ8Rr9zJ { width:18.5625rem;height:1.5rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#fE9dbTT8ShKfbFyarOn2nOHzTrJTudFH { 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; }
#oDSpB2frCbtTwsDpS7uViPZFqXS5bigy { 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; }
#K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2 { background-color:#f8f2e5;background-image:url("https://images.assets-landingi.com/uc/12e3f5d5-8532-4e1a-84aa-8a4403066d68/FeatherGardenLight.jpg");background-position:top left !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:none; }#K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2.adaptive-delivery-prevent-bg, #K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2.lazyload, #K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2.lazyloading { background-image: none; }#K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2 > .row .container { border-width: 0; border-radius: 0; }#K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2 > .row .container { width:20rem;height:104.5rem;position:relative;display:none; }#uHrOu7kneIT0ynWru2IKPtWmnr6Jr7s3 { width:18rem;height:1.6875rem;top:1.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15136;color:rgba(var(--color-tertiary-0),1);line-height:1.5;font-family:var(--paragraphs-font-family);display:block; }
#JbGyg6rIHVrFu20v67uT7mtFN3CQxvUs { top:28.765625rem;left:0rem;width:3.75rem;height:1.375rem;z-index:15001;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:#3c4626;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-primary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#s6G4EySfRslb4xemuvzFmZMNIVrRJyaN { display:block; }
#HHTlkg0PxK77vlGKWQH5zy0KBXuvKJpe { top:29.1044921875rem;left:4.375rem;width:14.625rem;height:6.82225rem;z-index:15156;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;color:#3c4626;display:block; }
#hXMwRCofFtVEm6zeTSkTMWSmdNVm6Gpb { top:13.935791015625rem;left:4.9384765625rem;width:14.25rem;height:2.923825rem;z-index:15078;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;color:#3c4626;display:block; }
#PB2fX7B9Z3cPXEyTr4wkqTHLVHTFN0xp { top:48.8125rem;left:3.625rem;width:14.9375rem;height:4.0625rem;z-index:15154;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;color:#3c4626;display:block; }
#M5Vzq1tbm5LvT1tLqkUdKi9UGNRd7gtv { top:65.43701171875rem;left:5.2939453125rem;width:13.49975rem;height:2.625rem;z-index:15085;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.4;color:#174773;display:block; }
#G20IroyH0w8eT4nqcWCBWuMkZpD7f1go { top:65.31103515625rem;left:1.341796875rem;width:3.75rem;height:1.43555rem;z-index:15012;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:#405466;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#h2V4m0IvowbJSEJ9zg2SLaT3bC5pXJCk { display:block; }
#PXGAc2WkPSDxLAKleJCtqlmhPXUTUX9T { top:79.75rem;left:5.6865234375rem;width:13.4985625rem;height:1.923825rem;z-index:15085;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.4;color:#174773;display:block; }
#OvOOSsCZO5NuBM7C7xAvMVqI5rC6DTaX { top:79.43701171875rem;left:1.5615234375rem;width:3.75rem;height:1.43555rem;z-index:15012;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:#405466;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WnzfqJo5ynBAi4we57s8QoeS1bq0J9SM { display:block; }
#SRc7HkrWLOOScLaVKUSTqtbgHfL9VSs1 { top:83.5615234375rem;left:1.46875rem;width:17.0625rem;height:9.875rem;z-index:15152;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GiCOWfT2gwxLOBVKJgATMm29n972RJhz { top:93.56201171875rem;left:5.4990234375rem;width:13.4985625rem;height:1.923825rem;z-index:15082;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.4;color:#174773;display:block; }
#m9VQJTFu9mxX2TITEPNH3LVRlgEB9fyw { top:93.37451171875rem;left:1.625rem;width:3.75rem;height:1.43676875rem;z-index:15009;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:#405466;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DzCs3beq8ZWDygk7xJZsUNUeb4y3P38k { display:block; }
#XnoZynzz2dKaypGBdUKbHkaTGbT7LO05 { top:47.78125rem;left:3.8125rem;width:15.1875rem;height:6.125rem;z-index:15153;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#T5asWdCaJwLClxfyFOlMx5ZpAfEIWU48 { top:47.875rem;left:0rem;width:3.75rem;height:1.375rem;z-index:15002;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:#3c4626;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-primary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TPICpJGuTzP5RV1TZUqJsKRx5TA8uAtw { display:block; }
#zrOkNazWvIiNx6Ha7vdfknua0GlvlzO8 { top:3.373046875rem;left:1.9375rem;width:17.0625rem;height:9.875rem;z-index:15153;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FKgxcZWzXv0AMq4b574vs2GEbt2H1usU { top:17.623046875rem;left:1.9375rem;width:17.0625rem;height:9.875rem;z-index:15154;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#f1cQfFvwo4LdyhELri0OX5DKWsFxTcFm { top:13.935546875rem;left:0rem;width:3.75rem;height:1.375rem;z-index:15002;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:#3c4626;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-primary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KaOQqNP8Sy11gm6ghDFPZTpEnq8Tyd9g { display:block; }
#tD3SqTA81Es4b54mztRV5ObzAnBTAaaV { top:28.765625rem;left:3.8125rem;width:15.1875rem;height:7.5rem;z-index:15154;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#dCX1r4Q4fMp94vMf2sGSqgEhpoM08Acu { top:36.94140625rem;left:1.625rem;width:17.375rem;height:10rem;z-index:15155;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#orDmGCMOGJkU39z58wUrZiwg3X6Jaivi { top:68.94140625rem;left:1.625rem;width:17.375rem;height:10rem;z-index:15156;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CTRktOAaslc58ew2XyO5GhntIlgwoliL { top:54.44140625rem;left:1.4375rem;width:18.5625rem;height:10.625rem;z-index:15157;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 { position:relative;z-index:auto;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row .container { border-width: 0; border-radius: 0; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row .container { width:20rem;height:5.6861979961395rem;position:relative;display:none; }#UD2TvwiyC7vBAROA2AC1GXpVSmK51rUQ { top:0.5rem;left:7.125rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-4),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-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ePLLv3OTJBRW7QNkBINVHL3vFJRE1WID { display:block; }
#TQAWA43TWFoHASm8FrehFT41B7QmWTm2 { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#x5dpkIsPTdRgz4fcHKKRblhw3Kp3TrCA { top:0.5rem;left:0rem;width:6.375rem;height:2.375rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-4),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.75rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);line-height:1.5;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tIwz7aVE8EZ1USzchs9MvqRidU0ltbMp { display:block; }
#Q8qblbALcarSfKrXfggQJqF4tXTMl2UT { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#Q8qblbALcarSfKrXfggQJqF4tXTMl2UT > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#XQfskrikKgH1s5qR9t8eqMBdxfcH8L7n { 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; }
#eXmHpoiTL94Z7T9HmJe5XUpty75TtMLf { display:block; }
#T3wBX53FlWTHBy2zkXDhG9fsmdbt1zGv { 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; }
#nFkeAnKePpp6QpIp93DBFKLHMODkyr6P { width:2.1875rem;height:3.375rem;top:2.31201171875rem;left:10.637451171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tZV8QJEk6385hMzQW0TkE9hPNUwe07kT { width:6.6235625rem;height:1.13769375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#XB6VhuTKHhFmAfoihMR9H5PGBVIe8aN1 { width:3.93676875rem;height:0.8129875rem;top:3.8125rem;left:1.9375rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#rn0MxbeKyl6VmsMbdw2h1V9yLeOKH2ou { width:3.75rem;height:0.8129875rem;top:3.8125rem;left:0rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#rIVswp301TLz4g4Clx3qbD17gIcmzZ1n { width:5.1245125rem;height:0.8129875rem;top:3.8125rem;left:5.3125rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#FHFI8k5OQJ7wEoR81fThqvHoTueTV167 { width:2.749025rem;height:0.8129875rem;top:3.8125rem;left:4.4375rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#kmp1u1To7Lqc0NPZx4bqetwicCLTl3G9 { width:7.125rem;height:0.89323125rem;top:3.8125rem;left:12.625rem;font-size:0.6875rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);display:block; }
#ZlwcNgUw3KCmGoQUqsZ1yrDTcCd7cXlS { 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; }
#sCEKVcF5m9bMvZAFVa3TGLyZKQkgmCDR { width:20rem;height:2.75rem;top:2.8740234375rem;left:-0.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#TVXFeDlxhJbsTsAD247IowdHq8gVef8b { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b.adaptive-delivery-prevent-bg, #TVXFeDlxhJbsTsAD247IowdHq8gVef8b.lazyload, #TVXFeDlxhJbsTsAD247IowdHq8gVef8b.lazyloading { background-image: none; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container { border-width: 0; border-radius: 0; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; }#alfeimNOBONJHACGlc6l9vKSR7TTCz5G { width:8.5rem;height:4.6875rem;top:3.5595703125rem;left:0.57568359375rem;z-index:15021;display:block; }
#ao0RKvZR0nimDcatFbdraZLJw9NUq6lx { width:8.3730625rem;height:4.749025rem;top:3.5302734375rem;left:11.62646484375rem;z-index:15020;display:block; }
#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 { display:none; }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 { border-width: 0; border-radius: 0; }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 > .row .container { width:20rem;height:32.1875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#GErNcLznXJch9Gsh0XoQeFbndMwA7Hom { width:18.4375rem;height:1.462675rem;top:1.25rem;left:0.75rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);display:block; }
#swmTbQGaLiTMvKGLmVoQc7s1RFIFzaZ8 { width:20rem;height:2.2734375rem;top:4.25rem;left:0rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#lssEgNK1fXdHO5iKS30zPtn59wN43tuT { width:20rem;height:4.984375rem;top:7.1875rem;left:0rem;font-size:0.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-family:var(--headlines-font-family);display:block; }
#xpCyTLpveUp08QIf2foVC7VX2vWDHxP2 { width:14.6875rem;height:0.3125rem;top:3.1875rem;left:5.3125rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;display:block; }
#cb3g7fTz1C1TatNqPqMQdgShsD2vnTUv { width:16.8125rem;height:0.0625rem;top:3.3125rem;left:2.25rem;background-color:rgba(var(--color-secondary-3),0.83);background-image:none;display:block; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1); }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .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;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; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .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;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; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .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;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; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.4375rem;background-color:#cca15e;background-image:none;line-height:1;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.5rem;height:2.75rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .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); }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-container:first-of-type{padding-top:0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-container:last-of-type{padding-bottom:0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3  { width:17.5rem;height:auto;top:13.42529375rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-info-text { color:rgba(var(--color-tertiary-4),1); }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 {display:block;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 { width:17.5rem;height:auto;top:13.42529375rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #CVDTkn3x4gv8Xb9EFvItHXdzqCzgdQ4W {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #dk3zT26ufBlL3TQkU5KiDf1ZhgXNK5I9 {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #Od2BIzmgGss74w3TTdDJJG8o5Eg8NH3e {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #Kzu6HhvKAedHk45l6U6LTVbOotLFPBD1 {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #Vyuyda74Tp6kSg3TOdNIQAlOcKKLcSdx {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #MMxe066flBVP4GgWkSIXXALIDkPIV3EJ {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #HurBQ7LuspsTyc0KsrtHLmAgZTZsnBer {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #IHyLkxtRSSy2FTTVtC6EH4ZKSIITBJVy {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #SBXQKCZTIrnkSxEULyM2OR7k3fDZCc2D {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XQS9sJLkFmZGv052R2vCfC3mCotSd7AE {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #R9NgyZ5aWufKXCNsdUdr4B1IKtTegOsD {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #beH95evhcotaGEZVhkWrCUlEKuoq7gTz {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #hpla3qTrSRZThahUN5TOuxeOCTS7yVB7 {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #EWC5cMc12TDtPqebEFQ7msfdWx8bQhQo {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #ZXi6klh2VTDBrcUPcJzXebtHoG506RWd {  }
#Iqf96J3CctRHduAILyVzySsC8ah4bwvc { display:none; }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc { border-width: 0; border-radius: 0; }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc > .row .container { width:20rem;height:23.75rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#Ke25b7f4d3ab222931185629e927b108 { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ { display:none; }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ { border-width: 0; border-radius: 0; }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ > .row .container { width:20rem;height:33.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#qJlB5aivWMc7hRn9GZDCGeHASEzAZKtP { width:15.061875rem;height:2.5996125rem;top:6.3681640625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;font-family:var(--headlines-font-family);display:block; }
#tPUGavBTOwzhzqOy2TTzL1d4ivGvwcP8 { width:18rem;height:2.79948125rem;top:10.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#K0JNzAfMU9vKACAqrbNQOvWbRtrObELa { width:15.8125rem;height:4.19921875rem;top:14.49951171875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#pCHbzecWIWAQJVyT8cE2wsJHTKu2bg5X { width:16.0625rem;height:2.79948125rem;top:19.3115234375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#lM7GeFAygSXWD4HTveaylaF0wW3vdd8K { width:15.625rem;height:2.79948125rem;top:24.06201171875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15005;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#hXOHTEmdKqmpRNnow6aS5kr3e2qN546t { width:2.43706875rem;height:2.43706875rem;top:9.951171875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15009;display:block; }
#yW1GRgCIJkmKDCFC3bkI2utwSy0ua8Ae { width:2.43706875rem;height:2.43706875rem;top:14.49951171875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15010;display:block; }
#GwX51ss3s3yz9XAP1ee6Dl4fnqV3ZOGL { width:2.43706875rem;height:2.43706875rem;top:18.69482421875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15011;display:block; }
#BLK6tkTwrcRPvPTpek5OCQHr4BLapeXd { width:2.43706875rem;height:2.43706875rem;top:23.1376953125rem;left:16.435546875rem;font-size:1.6875rem;z-index:15012;display:block; }
#G7QbOKoHPpLoWtmP8K7qiTC37gO6Kcot { width:3.625rem;height:3.625rem;top:24.857856273651rem;left:10.686849653721rem;font-size:2.5rem;z-index:15010;display:none; }
#Mlek5EqKU8Xx8hSR0STRJ6g8Rm24rZmU { top:4.0126953125rem;left:11.12841796875rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx { display:none; }#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx { border-width: 0; border-radius: 0; }#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container { width:20rem;height:60rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ddf072ca-c36d-4123-a1f2-7a29c54661b6/mobileapp02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container.adaptive-delivery-prevent-bg, #k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container.lazyload, #k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container.lazyloading { background-image: none; }#ShTnIJTKJCRHRP3PpEhNuFZg4cPgAL5h { width:8.2486875rem;height:0;top:59rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#TkWFyDndukuM4PJTNbc5sFIm2A46KVeV { width:14.125rem;height:1.499025rem;top:30.375rem;left:2.9375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#hVTE0g1fn3lAKVIB3HSqMfqeWnKeCLTG { width:8.2486875rem;height:0;top:61.375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#uLKi93sMSggxC9e9v8fdyMmayQq2qT3T { width:8.2483125rem;height:0.9747875rem;top:27.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#u9ZsDTob5PeKEHvGdF3MJOXLyGdcv9Wd { width:8.2483125rem;height:0.9747875rem;top:27.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#ITwlwVy4hhPHRnMMv8Q4QToQCZqKQFpa { width:6.1239375rem;height:1.125rem;top:37.548825263977rem;left:12.305929720402rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#veUxS5yJWg2q2CmcFlTsrLdDeroEThap { width:3.99858125rem;height:0.9746125rem;top:37.558837890625rem;left:10.821533203125rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#drNhZxIrCiKP2GEqbBczQ3BaPVSveGPr { width:7.872875rem;height:1.125rem;top:39.139024734497rem;left:11.819778978824rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#rKzck4hpeTRtCgWizyqyaP9nA13C9uVN { width:4.4992875rem;height:0.9747875rem;top:39.026992797851rem;left:11.073153078556rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#tKR5HJEsenp82ay9eSPO9nyaMMGyikub { width:3.18714375rem;height:0.9746125rem;top:49.499267578125rem;left:2.93701171875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#sfGK34OsgqJcG1qpD2ruCn1LAa5sKuzv { width:4.8125rem;height:0.9747875rem;top:37.572021484375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#mnddvTBZOsOlIcckP2Cyi5FsaOEveqrd { width:3.4375rem;height:1.125rem;top:39.110261917114rem;left:5.5601916909218rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#Ey8es1TTvpTlwUbsikrk7bbAZEFy7J2D { width:5.3125rem;height:0;top:49.311962127686rem;left:12.710403978824rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#gTdC0mWdDgxnRrwqgNz1iyUROiZ05LpS { width:14.0625rem;height:1.125rem;top:37.5703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#MVlq9shFXKNZ7EmObcLSCuObhTKnTodp { width:5.81176875rem;height:0.9747875rem;top:37.451171875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#ZwhaT206MqzEF4qUwL9eoQO6mm64NKbV { width:2.74858125rem;height:0;top:45.49893283844rem;left:5.1819954514504rem;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#GeuH5SMUCW155Z8lFxAnvNXcyxk7OCU7 { width:5.749025rem;height:0.9746125rem;top:49.4990234375rem;left:9.873046875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#QOL77MlNDQggDMPOXnBcioHy8s2DJI1w { width:7.875rem;height:1rem;top:48.118782997131rem;left:1.4275568127632rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#Jo80FcuBXaDOa9X7wtwph5O78XzraIXn { width:5.1242875rem;height:0.9746125rem;top:49.625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#QTeV7IGh5dlakf7SG1ys3iwvPQVbkedI { width:2.249025rem;height:0;top:83.677734375rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#V1bHEkxrHLBAZVzQda4TabyEUwfV9ogP { width:2.68676875rem;height:0.9747875rem;top:39rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#ZHDFLzbqU0QgSRLJvg9Uori1rO7qnqov { width:6.1239375rem;height:0.84350625rem;top:36.636362075806rem;left:11.315695345402rem;text-align:center;text-align-last:center;font-size:0.5625rem;z-index:15033;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#Og9wfteoQdzPn2kdDlPvQwOyqQQv32VK { width:12.75rem;height:2.6875rem;top:52.413883209229rem;left:3.4996448159218rem;z-index:15179;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#weJCCCSVzo7NsSriQiHP7Fcas07oTt97 { display:block; }
#Vu1ThZ85drl4KvlCavG5yiQvyNTJc353 { width:3.8125rem;height:0.9747875rem;top:27.687321662903rem;left:11.555574953556rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15074;color:rgba(var(--color-tertiary-0),1);display:block; }
#tRbQEzrL2zC0b5PZNhxZU35nyHzyt4C4 { width:8.2475rem;height:0.97411875rem;top:27.562321662903rem;left:11.242897570133rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15108;color:rgba(var(--color-tertiary-0),1);display:block; }
#Uw8KK5LDqTI7mcu6dpe1gCwEimnIJn0c { width:9.375rem;height:1rem;top:40.199951171875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#VpgSTT6NIvxsJkRn4Xk0rEzaJ2fmiGLO { width:7.1875rem;height:1rem;top:50.95947265625rem;left:11.319580078125rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#TrmDIQJ1R5qIWnGG0IfBIZ8KuMVncyUZ { width:7.06175rem;height:1rem;top:40.199951171875rem;left:11.009033203125rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#qIDJrTrowQaMBGZXCOuUQ1fMsxNEdv7g { width:7.9375rem;height:1rem;top:29.140625rem;left:1.49951171875rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#LeTKuS2LnmQw6cranHhcNdM3Q17yNUxv { width:6.9995rem;height:1rem;top:29.265625rem;left:10.821533203125rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#Jo1e3kswI2gOBwcvqgfXANZ4KvmWqRtt { width:8.2498125rem;height:0.97439375rem;top:39.213322162628rem;left:0.74978297948838rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#Vkt6Npqz8EzfXbt1JiSEcMVhb1a24331 { width:6.5625rem;height:0.97439375rem;top:49.498699188233rem;left:12.085503637791rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD { display:none; }#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD { border-width: 0; border-radius: 0; }#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .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; }#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container { width:20rem;height:69.375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d67da7af-6775-456d-9d22-9a6be7f0b2ef/Artboard12300x100.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container.adaptive-delivery-prevent-bg, #aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container.lazyload, #aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container.lazyloading { background-image: none; }#HFUrJi1iUrpoBxFMAKFQ0AXnmxG4K7ub { width:4.74935rem;height:2.12456875rem;top:69.375rem;left:7.5rem;z-index:15177;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#D8ZDZ0wiFhhp2rvoy1g28aBwrk7igHGB { display:block; }
#eppnTxivw83Vu8WFT2PLKbrJNfxHQpKL { width:4.24805rem;height:2.68555rem;top:69.0625rem;left:0.6875rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#KVDOaScnKHq8kp8SPArsPqrwRXItloNq { display:block; }
#xVFlqWR73qLKEhQ0e5Ty06RLUQdxiTTf { width:5.625rem;height:2.43706875rem;top:69.218752861025rem;left:7.1875005364419rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ZELtOdQudeSmPWr8vuw4ilq1JOacyLw7 { display:block; }
#vgk2Ct00P9KE5EuNTdcv0KkpHf497QGf { top:11.489583969116rem;left:3.7500002980233rem;width:11.75rem;height:1.13769375rem;z-index:15180;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#NKIEv6TImCPqRnvOKglo5uVGWXyFEui3 { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#NKIEv6TImCPqRnvOKglo5uVGWXyFEui3 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#I4iMMo2TXvloTTXIpV0wKeoqA3B20nyK { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#I4iMMo2TXvloTTXIpV0wKeoqA3B20nyK > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#pOzOKFeFFp8gkSy99BgSNArgE2zE3gtW { width:5.625rem;height:2.43706875rem;top:69.218752026556rem;left:14.373915731907rem;z-index:15180;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#vdF02VlR8ZnxolnhsKH6W2xIKFlgTG92 { display:block; }
#qEXHMKw6GXsluSzT0GeqUxzBg5VGUWte { display:flex;top:48.947485923767rem;left:3.1911893486977rem;width:1.81206875rem;height:1.81206875rem;z-index:15193; }
#qEXHMKw6GXsluSzT0GeqUxzBg5VGUWte > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; }#pGVoCBMOLPH6QsRc6OzN4CQli0uI1ccO { top:0rem;left:6.2803822159769rem;width:7.4370625rem;height:6.749125rem;z-index:15184;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Meth0y48g5efm3cvF93tF9sIZs6HoEua { top:37.360029697418rem;left:0rem;width:20rem;height:7.125rem;z-index:15185;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GAlsgoS24Sth5bfwz2yhucFreGrcWR6E { top:38.971357822418rem;left:0rem;width:20rem;height:3.896475rem;z-index:15186;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#JgovxiQbpZp7OPN1TDnko9FPU2CbEI6s { top:46.040583610534rem;left:10.203558981419rem;width:9.5rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, 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:block; }
#mTLDWTiQMzENznqibITMNBeZ0ssUqRKv { display:block; }
#mJlTJRESvLR7nzJ28aq6P1QTs0exNxdA { top:46.040583610534rem;left:0.375rem;width:9.4998125rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, 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;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IiN94lzLVhC3mfHWbbFhDl6pqpSMKbPc { display:block; }
#RPnNt1e7xmBaeS5iRqVlMPzD6X4UR4VR { top:48.791234016419rem;left:0.32769113779068rem;width:19.4375rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, 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;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#kvPFbE3IPT0zczcot0v17eMxy48dfd66 { display:block; }
#yVmerm4wX29kRkmp1SCA41ZI23PT5Xro { display:flex;top:46.321616172791rem;left:10.202908575535rem;width:1.62435rem;height:1.62435rem;z-index:15190; }
#f7C4oSZKM7TaS4foiZUaXu6ULQxALDsc { display:flex;top:46.321616172791rem;left:1.4648438096046rem;width:1.62435rem;height:1.62435rem;z-index:15191; }
#wgKwyzivcagXhODkJ2ZhggVOk54hHfVz { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#uo8wQgDKyVr3Qap7iLxoVx8KvZt0m4uD { display:flex;top:52.5625rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#zuugeAk5hNhgM1r7XvnoraHhTzNWEtrI { top:55.5625rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15187;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#GiZLhliDikWPVS0rF2QauLwcIUEB3Ooo { top:60.1875rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15189;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#DLalpmkoTN4Vwq0PTrZBBTy2OwAKEvAc { display:flex;top:57.3125rem;left:8.5rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#TIiS1nz6DHBxZGM8tTo1APhWrrTAggZg { top:64.8125rem;left:3.625rem;width:12.874375rem;height:2.2753875rem;z-index:15191;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#bQso3TWWS7qQVt6tmqaEU5T0Ci4vmysy { display:flex;top:61.875rem;left:8.5625rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#Eh6WVTO2mtdVQbkDt46PFvW30kFl0SI5 { width:17.3123125rem;height:9.6875rem;top:35.546881794929rem;left:1.3433161377907rem;z-index:15198;display:block; }
#wAtyTC4Bpu08EgT2eDiELWPrJxVufsSS { width:17.25rem;height:9.6875rem;top:55.498058319092rem;left:1.3747830986977rem;z-index:15199;display:block; }
