.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:236,233,228;--color-primary-1:192,182,164;--color-primary-2:128,108,73;--color-primary-3:64,54,37;--color-primary-4:19,16,11;--color-secondary-0:245,241,234;--color-secondary-1:223,209,185;--color-secondary-2:191,163,114;--color-secondary-3:96,82,57;--color-secondary-4:29,24,17;--color-tertiary-0:255,255,255;--color-tertiary-1:244,240,234;--color-tertiary-2:219,204,185;--color-tertiary-3:110,102,93;--color-tertiary-4:22,20,18;--headlines-font-family:"Comfortaa";--paragraphs-font-family:"Comfortaa"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#806c49;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;overflow:visible;position:relative;display:block; }#MtaT5TAQyA2uTTi2w5ObTcFIHInT42Bx { 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.0625rem;width:16.5625rem;top:0.34375rem;left:0rem;overflow:hidden;display:block; }
#DJwQ5ie8SK0yWv5cqK79gM1gnD9B5t8y { 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:40rem;width:60rem;display:none; }
#LXITt3F4TxbmlSdsIbSf64RfBEDkUuNg { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.4375rem;left:60.875rem;height:1.0563125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oq6UOpr3DHoEUugsmePuA6XOq0ch0529 { background-color:rgba(var(--color-primary-2),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:montserrat;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:2.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.75rem;left:60.875rem;display:block; }
#Pp4dKDBgEqUfpBzDKXBH08pikMhxwp7h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hhb2Ev63hcdDh9dH5E6T2Q5An3U2WKZE { background-color:#bfa372;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3730625rem;height:2.62305rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.5625rem;left:44.9375rem;display:block; }
#Tp2ezCXbPygZlAMd9At82kOcTSbO5aGM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ig2siDPFUHtm9eoexgF1eG3WftRnSZ8d { background-color:rgba(var(--color-primary-2),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:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:2.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.5625rem;left:36rem;display:block; }
#yXTiIyqvvJ7NRHqW5FMNPRr1PuT2nynG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Eb77qa75TAv4zurIXb45GDQBSMecLmMO { background-color:rgba(var(--color-primary-2),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:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:3rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.375rem;left:18.5625rem;display:block; }
#ze6PHa4ObC7KaD1yEGJmSipF0XKAWJUC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HdC2091MwiaQ8hyiBbtog9OJgByGyQuJ { background-color:rgba(var(--color-primary-2),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:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:3rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.375rem;left:27.4375rem;display:block; }
#XnwhokfrwSd9D0L7mNPd8TvUk8BelNST { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5c92813c-2b94-49ce-b50e-4fb2acc44e8b/maingalleryTotallySteelDoors6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP.adaptive-delivery-prevent-bg, #wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP.lazyload, #wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP.lazyloading { background-image: none; }#wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP > .row .container { background-color: transparent; background-image: none; }#wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP > .row .container > .video-iframe-container { display: none; }#wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP > .row > .video-iframe-container { display: none; }#wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP > .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); }#wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP > .row .container { border-width: 0; border-radius: 0; }#wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP::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; }#wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP > .row .container { width:75rem;height:51.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#iIpR5Jz0cFvTap7aqC2BIv4cFm3dZU9r { color:#f8f8f8;display:block;width:64.3125rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:13.6875rem;left:5.375rem;height:4.0625rem;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;text-align:center;text-align-last:center;display:block; }
#U4UnXBX1v0S7DUvk7l6mgNeZqV32mk29 { color:#c6aa7b;display:block;width:56.9375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:18.5rem;left:9.0625rem;height:6.5rem;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;text-align:center;text-align-last:center;display:block; }
#HOJm80TusFXanENzcsVceZDEngRtSCzZ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:26.5rem;left:0rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#axNULUdhmLBK0ixoDrshNrvXZ070GErJ { color:#c6aa7b;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.4375rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PbfBJEBEFroTR3E8QkRUxBkZSwyGfxcJ { color:#2b3639;display:block;width:52.375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:46.750001907349rem;left:11.34375rem;height:2.5996125rem;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;text-align:center;text-align-last:center;display:block; }
#LxSvMabybODcSkTbooMbekO9hTdezFN7 { position:absolute;display:block;z-index:14999;background-color:#bfa372;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-4),0.5) ;height:36.4375rem;width:56.25rem;top:45.791667938233rem;left:9.40625rem;display:block; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-form-header {  }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;color:rgba(var(--color-primary-3),1);width:18.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.35);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.35);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.35);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.35);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:18.75rem;box-sizing:border-box;height:3.125rem;color:#a6a6a6;font-size:0.9375rem;overflow:hidden;font-family:"open sans";box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;font-weight:300;font-style:normal; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-input-text {padding-top: 0; padding-bottom: 0;}#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.35);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.35);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.35);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.35);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:18.75rem;box-sizing:border-box;height:4.375rem;color:#a6a6a6;font-size:0.9375rem;overflow:hidden;font-family:"open sans";box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;font-weight:300;font-style:normal; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .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:18.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-input-select {padding-top: 0; padding-bottom: 0;}#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#bfa372;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;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#000000;width:18.75rem;height:3.4375rem;font-family:montserrat;overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.15);box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(var(--color-tertiary-4),0.12) ; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K [class*="-text"]:-moz-placeholder { color:#a6a6a6;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K [class*="-text"]::-moz-placeholder { color:#a6a6a6;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K [class*="-text"]:-ms-input-placeholder { color:#a6a6a6;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K [class*="-text"]::-webkit-input-placeholder { color:#a6a6a6;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .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";font-size:0.8125rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.95);vertical-align:top;width:17.5rem;overflow:hidden;font-style:normal;line-height:1.5; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .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; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-container:first-of-type{padding-top:0;}#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-container:last-of-type{padding-bottom:0;}#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:42.138460159302rem;top:50.082468032837rem;z-index:15034;position:absolute; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.75rem; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K {display:block;}#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:42.138460159302rem;top:50.082468032837rem;z-index:15034;position:absolute; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #b46D64l5Tk42oUXoIPWSWD362v1RuKb8 { position:relative; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #MzEJEllrKLsT8sOUL90mdTXGCgczMqcE { position:relative;display:block; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #QsPDeSBKqlfWGpIl0WPdtdAIT09W9SQd { position:relative; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #QiuoIuXB8dX1IR5eBbuMVlDOU7CAzd1g { position:relative; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #DTSCvVtfo5x1bZCZ0Lg9rh6Rtl2SWHvl { position:relative;display:block; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #t7VHgk56eXG2RI6MRPi21tu7Ca5ETIRT { position:relative; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #waLPyMANytUcRTfddnDB7ebbpENTphNT { position:relative; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #iuyHJtpnlsiaThWTltQ0T758gwLrdAfJ { position:relative;display:block; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #dIB4scc1PmpSLaJbUc7cKwC9S7roPV9H { position:relative; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #FLaWyLspQUCKoi34509iV47IkM4Nkk6h { position:relative; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #Ry74PH6nB3Zh55oogE6hwuZTTi0s2EST { position:relative;display:block; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #vJPla01al7eCmBzQRJ68OOszN3AyJvfm { position:relative; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #ZlUyG8GKtIsKwCfuHo7BDTRe208oygq6 { position:relative; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #K6oARQweBdktPboE6CCpasRh85WHJtCJ { position:relative;display:block; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #P3kdMeiyukL2yVIpqAyyoZcxTOHLTun1 { position:relative; }
#E06Dy2uXzKQ9TNonPRNpTacrDmHwBBss { position:relative;display:block; }
#U0FB2p7nKkBiJBSuu1zdcAWXxo5qSh3N { position:relative;display:block; }
#K66CNg8tOWVey2Zyot9BlUVPSquXyxF1 { position:relative;display:block; }
#br3oW0XWeN6gwilBsRAIztEAGB22FclZ { position:relative;display:block; }
#C30VgDEMksJIgD3vJAkNoLVv5KgoXNR6 { position:relative;display:block; }
#xJQ8gh3zgZuIJoiFldS2SkdsHaXdhe0A { position:relative;display:block; }
#NLRTMRIk8UcJaTbLZJXx5NRtFSfMJMPm { position:relative;display:block; }
#TPDXO34RM042BmvNouucOCmKpBeg8ZT7 { position:relative;display:block; }
#G8UTr1JplJa2DDTk8lSMJsPTFh9u4INd { position:relative;display:block; }
#TnIJfvz2lC8ugvEbD356LOEMrnagxegc { position:relative;display:block; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #NuUe0JfFyV499qzc0UUK4T92GJw2XB8l { position:relative; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #Ltl9rn4FtXyQhsOZWyXBLUQPXqAItzT5 { position:relative; }
#bqCxS4l9MZTiMP1RA4e580M4wVsWe8S9 { box-sizing:content-box;height:9.875rem;width:26.1875rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31.9375rem;left:24.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#g1T3KP57POTcJrovlTCpaBXSXAZcxdCt { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8112rem;width:9.0625rem;top:39.1875rem;left:36.5625rem;overflow:hidden;display:block; }
#sMrXEND25QkQK7UGNfKwo7mhg2sA43D9 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.05989375rem;width:2.05989375rem;top:39.0625rem;left:47.8125rem;overflow:hidden;display:block; }
#BsbFG0y0FsnwefSBttDDKvTxpTADcx4a { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:33.0625rem;left:32.625rem;height:5.19965625rem;text-align:center;text-align-last:center;display:block; }
#w8x5CDmKXlQ2Jvq2zSS8Gx2b3fQZONei { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:39.8125rem;left:24.625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tkybvO5nblNIf6V3iuw19Iy4eHgRibbE { box-sizing:content-box;height:6.4365rem;width:6.4365rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:#033d87;background-image:none;top:32.8125rem;left:25.5rem;display:block; }
#e3rVSRaE7Z7n4B92wQh7TrUDJmwNrPBV { color:#f8f8f8;display:block;width:4.375rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:34.25rem;left:26.5625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OX7bmmxWeulJoo99baTglNDg9cZvKMSA { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:33.0625rem;left:32.625rem;height:5.19791875rem;text-align:center;text-align-last:center;display:none; }
#EA2Jqs32z1mmrH3nEbIGoK4rd1ezyF4U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:block; }#EA2Jqs32z1mmrH3nEbIGoK4rd1ezyF4U > .row .container { background-color: transparent; background-image: none; }#EA2Jqs32z1mmrH3nEbIGoK4rd1ezyF4U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EA2Jqs32z1mmrH3nEbIGoK4rd1ezyF4U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EA2Jqs32z1mmrH3nEbIGoK4rd1ezyF4U > .row .container > .video-iframe-container { display: none; }#EA2Jqs32z1mmrH3nEbIGoK4rd1ezyF4U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EA2Jqs32z1mmrH3nEbIGoK4rd1ezyF4U > .row > .video-iframe-container { display: none; }#EA2Jqs32z1mmrH3nEbIGoK4rd1ezyF4U > .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); }#EA2Jqs32z1mmrH3nEbIGoK4rd1ezyF4U > .row .container { border-width: 0; border-radius: 0; }#EA2Jqs32z1mmrH3nEbIGoK4rd1ezyF4U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EA2Jqs32z1mmrH3nEbIGoK4rd1ezyF4U > .row .container { font-size:0.875rem;font-family:arial;height:60.3125rem;width:75rem;position:relative;display:block; }#sa9bMyExQqcXOWXW1szQQGyCTyKI3EdZ { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:22.625rem;left:26.625rem;height:3.93555rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EDSv913IuogDRbTSpdHBhuZxAtHlAwWy { color:rgba(var(--color-primary-3),1);display:block;width:12.999875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:22.5625rem;left:11.375rem;height:3.93555rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lT2eau5hRhGG8saWAF3mlElOu1RLCc23 { position:absolute;display:block;z-index:15000;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:14.125rem;width:14.3125rem;top:-0.0625rem;left:10.6875rem;display:block; }
#ta0IhlRNAJLUzzDnJ9OWIvOzTEri9EPw { position:absolute;display:block;z-index:15002;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:14.1875rem;width:14.3125rem;top:-0.0625rem;left:25.6875rem;display:block; }
#urvyBmwTiLerpzvD4TJR7n55Z3SbTryd { color:rgba(var(--color-primary-3),1);display:block;width:12.49925rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:7.1875rem;left:11.5625rem;height:3.93555rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l5aFJimMbtWDksupoORVo7V7bftm24Ph { color:rgba(var(--color-primary-3),1);display:block;width:12.49925rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:7.125rem;left:26.6875rem;height:2.6237rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cuoCTukcs1DTxOunQmFALhsPyfImslzT { position:absolute;display:block;z-index:15001;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.9375rem;width:14.3125rem;top:14.875rem;left:10.6875rem;display:block; }
#sX5FxVWHnWDhqSBiPEeWo4l4z2yn0DHV { position:absolute;display:block;z-index:15001;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:14.0625rem;width:14.3125rem;top:14.8125rem;left:25.625rem;display:block; }
#ruHsWQCTcQSMs7MmfptfeC6w6DP4LFkQ { color:rgba(var(--color-primary-4),1);display:block;width:55.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:34.125rem;left:12rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SZGbZiqxI2qlI6Z2tf3BNK4QP5oaoIIv { color:rgba(var(--color-primary-4),1);display:block;width:49.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:36.5rem;left:12rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dFIGZdlOEJDsxLzWDqzzS1JPRqoiNcFR { color:rgba(var(--color-primary-4),1);display:block;width:49.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:41.25rem;left:12rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hEaetiGR6SNw9MKaqG1JHXnT7Sw3vT74 { color:rgba(var(--color-primary-4),1);display:block;width:40.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:38.875rem;left:12rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#br88Ub5MxfZTXlTgmPWhqiGNeUQFegI8 { color:rgba(var(--color-primary-4),1);display:block;width:49.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:43.625rem;left:12rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ao6MHt0wID4bWUeNAAZM2UWeDnf4z9Th { color:rgba(var(--color-primary-4),1);display:block;width:49.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:46rem;left:12rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PlB2A3qv5IVMhLpmSRIlgOaGyequwKrJ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid #c4a56f;border-left:0.5rem solid #c4a56f;border-right:0.5rem solid #c4a56f;border-bottom:0.5rem solid #c4a56f;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.5625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;height:15.5625rem;width:57.25rem;top:50.625rem;left:8.4375rem;display:block; }
#WF2xn83cllLCym8LcB2k5PXKgeUBAuTN { color:rgba(var(--color-tertiary-4),1);display:block;width:47.9361875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:52.894535064698rem;left:13.528648376465rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dFzfkkg10ShNkJ0fzG897Aa6BcqL2wvS { color:rgba(var(--color-primary-3),1);display:block;width:43.686375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:54.875rem;left:17.5625rem;height:3.1857625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u7ZhIN5gXfcnIe1M0M8QwMH7RyJyGRXU { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:30.875rem;width:22.5rem;top:-0.9375rem;left:41.5rem;display:block; }
#DH61hsdi7lswAfoqhsULw8N1mf065Qdu { background-color:rgba(var(--color-primary-2),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:#77c8f0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0rem;left:30.8125rem;display:none; }
#CQmC2P0OhACt5CFeHi666mm9G7knK9Lo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xgGP9h0Z7meSfTyQxs732SNGKlVuZAOC { color:#2b3639;display:block;width:13.311625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:3rem;left:30.875rem;height:1.13720625rem;font-style:normal;display:none; }
#NVL1wb8nZ1cOrTKfbScExcQNNVTygJLZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:2.1861991882324rem;left:15.811199188233rem; }
#BP67n4JBFGtRuQxMGENRPGNrMNGr2nWP { 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:15037;opacity:1;top:2.1875rem;left:30.9375rem; }
#p25XReQDtbV5AwHVvT0MG0bB1DCTZ56k { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:17.25rem;left:15.6875rem; }
#OUlrQ1cZTfV7vlpvGGp1rGyiekxEuUZ0 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:17.25rem;left:30.6875rem; }
#Er1QtESETX5zHbbVdqmIAVRaoLvuAWBB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:36.3125rem;left:9.625rem; }
#BdE8Z31WQS1espi0oTDS25oLEk5MBbpq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:33.9375rem;left:9.625rem; }
#OTfATUnug0FPT7Ngf7cDm62zRbbt0SWq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:38.6875rem;left:9.625rem; }
#sTXTi78uIBnDl3olwmtdhq5LuEKNJUX3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:41.0625rem;left:9.625rem; }
#AC7EGzMq3Uoaio1RJMCMphrDbsOrfeJ0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:43.4375rem;left:9.625rem; }
#HKx5cXUG1JNTr9158THnpRc7dv6qZgVw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:45.8125rem;left:9.625rem; }
#BMnTIOlblWPQDdJVAe6zhRdP817yBGEm { 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:15038;opacity:1;top:54.18701171875rem;left:13.811848640442rem; }
#praSI2TxHbWTwJSkc6CddErJf4Nq8I9h { background-color:rgba(var(--color-primary-2),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:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.624675rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:47.216796875rem;left:31.748044967651rem;display:none; }
#UA9pcRy0l9IlxLQ702LGElpETMbThenC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oIDF1me4MFC0W1cONa2yqQu5efSuZl5X { background-color:rgba(var(--color-primary-2),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:#c4a56f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:4.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:59.25rem;left:27.4375rem;display:block; }
#IDmNcf4uRgonDTtH9erQ7Cx1dSW068nk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z2fP5kcexekinkJD4n4XVUkQ8hvqz10M { 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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9996875rem;height:4.998375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:31.90673828125rem;left:29.530435562134rem;display:none; }
#snKFP6k5lWGLpOxIJDpMFRhmknC9ZmVL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SfcQyecbZzS4fi5HS9NrwFZ51L6ifgCh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#424041;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:block; }#SfcQyecbZzS4fi5HS9NrwFZ51L6ifgCh > .row .container { background-color: transparent; background-image: none; }#SfcQyecbZzS4fi5HS9NrwFZ51L6ifgCh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfcQyecbZzS4fi5HS9NrwFZ51L6ifgCh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfcQyecbZzS4fi5HS9NrwFZ51L6ifgCh > .row .container > .video-iframe-container { display: none; }#SfcQyecbZzS4fi5HS9NrwFZ51L6ifgCh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfcQyecbZzS4fi5HS9NrwFZ51L6ifgCh > .row > .video-iframe-container { display: none; }#SfcQyecbZzS4fi5HS9NrwFZ51L6ifgCh > .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); }#SfcQyecbZzS4fi5HS9NrwFZ51L6ifgCh > .row .container { border-width: 0; border-radius: 0; }#SfcQyecbZzS4fi5HS9NrwFZ51L6ifgCh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SfcQyecbZzS4fi5HS9NrwFZ51L6ifgCh > .row .container { font-size:0.875rem;font-family:arial;height:96.4375rem;width:75rem;position:relative;display:block; }#Hwn7c3lcaWzQL5pKvAeipgRAwMEl4wVU { color:#c4a56f;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:9.8125rem;left:-0.0625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E9oGUw7oBH7GyKICA4C9A5cBBCGXFs36 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:16.622396469116rem;left:0rem;height:5.41666875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#tz5bAbWtktdufBIMUuTfvfAUnv41XuOg { color:rgba(var(--color-primary-4),1);display:block;width:21.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.9375rem;left:26.75rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e6BCd1keom7t5m7Re8NVJNTDnzcrO2Cu { 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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9996875rem;height:4.998375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:31.90673828125rem;left:29.530435562134rem;display:none; }
#sh0cqiPAvr9z0duTxN4elekFuJaoz6TP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IColuEwbkgqJwBhcrqdmpHbRFe00aWPJ { color:#ffffff;display:block;width:74.8125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:12.9375rem;left:0rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#huqgQv7q6E3E5IdP1msTIzmxeUvspSpM { color:rgba(var(--color-tertiary-0),1);display:block;width:32.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:33.934897422791rem;left:0rem;height:10.8333125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pTrNBRwZLmBJH4DuLLzXc9RuRochPT5U { color:#c4a56f;display:block;width:32.75rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:26.208333969116rem;left:0rem;height:5.6857625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x0Co6wAX0KPpqKqEH7pLuef8Fkbynvq2 { box-sizing:content-box;height:0.3125rem;width:40.625rem;position:absolute;display:block;z-index:15018;background-color:#c4a56f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.895833492279rem;left:34.375rem;display:block; }
#bl7Vu8oUxcq900F2GqMddKE3DCuwxaPw { position:absolute;display:block;z-index:15019;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:22.25rem;width:40.5rem;top:27.270833492279rem;left:34.360053124039rem;overflow:hidden;display:block; }
#hNVcOQoqoQSpx8Gp5tWchNJq3TrGVF8H { box-sizing:content-box;height:0.3125rem;width:40.625rem;position:absolute;display:block;z-index:15020;background-color:#c4a56f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.8125rem;left:0rem;display:block; }
#Q9DiqiEMSNqQEgkVJ5n9EKW6KfPWVDJq { position:absolute;display:block;z-index:15021;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:26.5rem;width:40.5rem;top:56.1875rem;left:0rem;overflow:hidden;display:block; }
#Z6Z3U6T27dv2XxZCHZGLm4us10lbnXCx { color:#c4a56f;display:block;width:32.75rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:54.8125rem;left:42.25rem;height:5.6857625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gfJRSOec3xqMNqq9sDuxHB8Lg5Nz1AtC { color:rgba(var(--color-tertiary-0),1);display:block;width:32.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:62.5625rem;left:42.25rem;height:10.8333125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#uEppGAl4cV2dbPPaVxUVMh3dfE28Oys5 { background-color:#c4a56f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:4.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:87.7890663147rem;left:25.4375rem;display:block; }
#psXAhLVTVOO0Q9iVXhJkr04HD3z3qxTv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bkEX5WenF0wkFbpN6iGP9H24TqUKKyZF { position:relative;display:block; }#bkEX5WenF0wkFbpN6iGP9H24TqUKKyZF { background-color: transparent; background-image: none; }#bkEX5WenF0wkFbpN6iGP9H24TqUKKyZF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkEX5WenF0wkFbpN6iGP9H24TqUKKyZF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkEX5WenF0wkFbpN6iGP9H24TqUKKyZF > .row .container > .video-iframe-container { display: none; }#bkEX5WenF0wkFbpN6iGP9H24TqUKKyZF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkEX5WenF0wkFbpN6iGP9H24TqUKKyZF > .row > .video-iframe-container { display: none; }#bkEX5WenF0wkFbpN6iGP9H24TqUKKyZF > .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); }#bkEX5WenF0wkFbpN6iGP9H24TqUKKyZF { border-width: 0; border-radius: 0; }#bkEX5WenF0wkFbpN6iGP9H24TqUKKyZF > .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; }#bkEX5WenF0wkFbpN6iGP9H24TqUKKyZF > .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:67.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ORhnKC44k12nnKOIWgBbBQAeurAhiQ6V { color:#050200;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rbdwa3TyZzJrxTHA244BsmQ30Di9rew0 { color:#050200;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:3.1875rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a6rcs679ZzFUhq5Hop1GmMdWe9CQ3cD1 { color:#050200;display:block;width:32.8736875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:12.5625rem;left:2.5rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JzR7Wlz1vskeoO6kczoZ5U1KG8da5oVv { color:#050200;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.75rem;left:2.5rem;height:3.6556rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#HTZGUExK2VTO7dT9cxXJHrkQQRtTzp0C { color:#050200;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:24.75rem;left:2.5rem;height:3.65625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#kScQ7HNTpftbiHRdO633duXhvIRAiy5u { color:#050200;display:block;width:32.8746875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.8125rem;left:2.4375rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AJTPZKgf07XNkEUhc5PfJwRwB9tq2NWp { color:#050200;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:35.875rem;left:2.5rem;height:3.65625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ap4Lu3UnLr7eWzkT9QRx2dpVUlc6PRDy { color:#050200;display:block;width:32.8746875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:34rem;left:2.4375rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dAlgsPK04p3gEfldB8bTTk3cddPhCnPM { color:#050200;display:block;width:32.874375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:44.75rem;left:2.5rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#knp8fX2N7iTqTIieDpWKWmf4lTJTDq1I { color:#050200;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:47rem;left:2.5rem;height:3.6556rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#OVhNT25T6xLyaLexGDSCDLqs3tedIhig { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:12.5rem;left:0rem; }
#VUVJGxN36rH2EByePnlTqES9S17DTPHr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:22.8125rem;left:0rem; }
#rBKpaMgAhkwfhDqhR8TRoInB8LCs8BbJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6237rem;width:1.6237rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:33.9375rem;left:0rem; }
#fmX5PtiMBPWVrMahelqlEep1zTIXOPMT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:44.75rem;left:0rem; }
#Dmbxe3TnqHzKmV4J1s5X4xqmwznP9onT { background-color:rgba(var(--color-primary-2),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:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.624675rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:56.0625rem;left:48.5625rem;display:none; }
#Be8wy74NBrZx96E3vTCXn6ErQbePMWXu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z7vdHaLdh3PLNaSXNsxbSy0knrxki2nS { color:#2b3639;display:block;width:13.311375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:59.0625rem;left:48.625rem;height:0;font-style:normal;display:none; }
#BvOhMAiQbJqLoDHdQfT5fHDWAEFH7QEJ { position:absolute;display:block;z-index:15046;border-top:0.3125rem solid #050200;border-left:0.3125rem solid #050200;border-right:0.3125rem solid #050200;border-bottom:0.3125rem solid #050200;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:22.75rem;width:17.0625rem;top:12.5625rem;left:49.25rem;overflow:hidden;display:block; }
#JxqWRtp5U27vTgSf6LdoHhgg6X4EJevw { position:absolute;display:block;z-index:15049;border-top:0.3125rem solid #050200;border-left:0.3125rem solid #050200;border-right:0.3125rem solid #050200;border-bottom:0.3125rem solid #050200;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.625rem;width:16.875rem;top:28.3125rem;left:57.5rem;overflow:hidden;display:block; }
#Nq75As0zbgpEnu7tMhv0dasDu8XRBCQ4 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid #424041;border-left:0.5rem solid #424041;border-right:0.5rem solid #424041;border-bottom:0.5rem solid #424041;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.5625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;height:15.5625rem;width:57.25rem;top:58.0625rem;left:8.375rem;display:block; }
#DblGsQSc1TNKdstOZcTlgrdtNCG5TdXE { color:rgba(var(--color-tertiary-4),1);display:block;width:47.9355625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:60.3125rem;left:13.4375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EszVdKT6Ht0xCnri6vN7Wl5loHZTrlr1 { 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:15043;opacity:1;top:61.625rem;left:13.75rem; }
#CK6gzv1sSpTKF59Q9rCNJ2r3zA94E4iE { color:rgba(var(--color-primary-3),1);display:block;width:43.6855625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:62.3125rem;left:17.5rem;height:3.1857625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pxT7BEcSfXcPJhBROHAZ92SCDmQ14TW4 { background-color:rgba(var(--color-primary-2),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:#c4a56f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:4.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:66.625rem;left:27.4375rem;display:block; }
#ylBPgu1OwRNlzuWsRIVuXbeL0z2uqb2i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xMoApKySMTZi08scwHfnKQA3AQxZiwPt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bfa372;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:block; }#xMoApKySMTZi08scwHfnKQA3AQxZiwPt > .row .container { background-color: transparent; background-image: none; }#xMoApKySMTZi08scwHfnKQA3AQxZiwPt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMoApKySMTZi08scwHfnKQA3AQxZiwPt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMoApKySMTZi08scwHfnKQA3AQxZiwPt > .row .container > .video-iframe-container { display: none; }#xMoApKySMTZi08scwHfnKQA3AQxZiwPt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMoApKySMTZi08scwHfnKQA3AQxZiwPt > .row > .video-iframe-container { display: none; }#xMoApKySMTZi08scwHfnKQA3AQxZiwPt > .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); }#xMoApKySMTZi08scwHfnKQA3AQxZiwPt > .row .container { border-width: 0; border-radius: 0; }#xMoApKySMTZi08scwHfnKQA3AQxZiwPt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xMoApKySMTZi08scwHfnKQA3AQxZiwPt > .row .container { font-size:0.875rem;font-family:arial;height:107rem;width:75rem;position:relative;display:block; }#Km6L7t3B1GqafCXyIHSd0Iat3a6kfWid { color:rgba(var(--color-primary-4),1);display:block;width:21.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:3.0625rem;left:26.75rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#isikJ9dMsEt89dAMZN9RSlTuGqETFG2E { color:#050200;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:9.791015625rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hcf9uH3XUhAVQUbkOKbWaXWnRDszNIZO { color:#050200;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:13.146484375rem;left:0rem;height:5.09765625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Gg6KkyX0GEKrF2z7T94e3zC5mTNSI98x { position:absolute;display:block;z-index:15017;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:23.875rem;width:17.875rem;top:21.25rem;left:0rem;overflow:hidden;display:block; }
#b7e2SWrX1ZQOBfNz2wRa0TnidXmIPTwt { background-color:#424041;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:4.375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:99.2265625rem;left:25.4375rem;display:block; }
#tTBbneM9XIXKzdiR8UfuTK1WbvfaLvet { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hxBdNZXlZANxtKu7XPuTfpRfrcifhU65 { position:absolute;display:block;z-index:15018;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:23.875rem;width:17.875rem;top:21.25rem;left:19.0625rem;overflow:hidden;display:block; }
#dghl6X2W1d9z2JvZ1gEKamaH47xCDlPI { position:absolute;display:block;z-index:15019;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:23.875rem;width:17.875rem;top:21.25rem;left:38.125rem;overflow:hidden;display:block; }
#ZU2HnXa638NNgIzsKPFBg5efJvHSSGqV { position:absolute;display:block;z-index:15020;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:23.875rem;width:17.875rem;top:21.25rem;left:57.125rem;overflow:hidden;display:block; }
#lwegg3ntJRUaLwmkwa5C87mQvl8RsSuZ { position:absolute;display:block;z-index:15024;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:23.875rem;width:17.875rem;top:46.25rem;left:57.125rem;overflow:hidden;display:block; }
#zuZoGJVvq9FRMWf9tN0q5HzWIzhzz4rF { position:absolute;display:block;z-index:15023;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:23.875rem;width:17.875rem;top:46.25rem;left:38.125rem;overflow:hidden;display:block; }
#Jk1QrTSH37BbQWEqt4tPFTFi98G3UBsW { position:absolute;display:block;z-index:15022;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:23.875rem;width:17.875rem;top:46.25rem;left:19.0625rem;overflow:hidden;display:block; }
#kFJUyKNnZo8EbknDlMzCosxQC9DfRT9T { position:absolute;display:block;z-index:15021;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:23.875rem;width:17.875rem;top:46.25rem;left:0rem;overflow:hidden;display:block; }
#ZcgQBODztKNIJ0zKxVTNW86Fwb3q2EtD { position:absolute;display:block;z-index:15028;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:23.875rem;width:17.875rem;top:71.375rem;left:57.125rem;overflow:hidden;display:block; }
#AaExhuBlPD8ncHlbhmpmk6aHw4lTCErO { position:absolute;display:block;z-index:15027;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:23.875rem;width:17.875rem;top:71.375rem;left:38.125rem;overflow:hidden;display:block; }
#h5DsIFBNU8LBxM0ZI8D23OJDnCxDTgvP { position:absolute;display:block;z-index:15026;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:23.875rem;width:17.875rem;top:71.375rem;left:19.0625rem;overflow:hidden;display:block; }
#rcq0At7rnpSFsdxN7J8T3XQw3DcX9noN { position:absolute;display:block;z-index:15025;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:23.875rem;width:17.875rem;top:71.375rem;left:0rem;overflow:hidden;display:block; }
#Nqca4f7T3Tv8EWwuLS4ElBMmsx5OhExz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nqca4f7T3Tv8EWwuLS4ElBMmsx5OhExz > .row .container { background-color: transparent; background-image: none; }#Nqca4f7T3Tv8EWwuLS4ElBMmsx5OhExz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nqca4f7T3Tv8EWwuLS4ElBMmsx5OhExz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nqca4f7T3Tv8EWwuLS4ElBMmsx5OhExz > .row .container > .video-iframe-container { display: none; }#Nqca4f7T3Tv8EWwuLS4ElBMmsx5OhExz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nqca4f7T3Tv8EWwuLS4ElBMmsx5OhExz > .row > .video-iframe-container { display: none; }#Nqca4f7T3Tv8EWwuLS4ElBMmsx5OhExz > .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); }#Nqca4f7T3Tv8EWwuLS4ElBMmsx5OhExz > .row .container { border-width: 0; border-radius: 0; }#Nqca4f7T3Tv8EWwuLS4ElBMmsx5OhExz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nqca4f7T3Tv8EWwuLS4ElBMmsx5OhExz > .row .container { font-size:0.875rem;font-family:arial;height:81.4375rem;width:75rem;position:relative;display:block; }#H6s8P9qRRTDMPkJwwTHTukUdR1zS5Wut { color:#050200;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K3oKViyc3elxT2rUiXKoNaMwJqzt9b9N { color:#050200;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:6.615234375rem;left:0rem;height:9.6028625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#a52H8Wm9aPNs75J5R4SfGLMUXmlnSF4P { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:14.6875rem;width:14.375rem;top:23.375rem;left:2.625rem;overflow:hidden;display:block; }
#ET5guoHpakB0TesIghGczRPsGiecRXAT { color:rgba(var(--color-primary-3),1);display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.8125rem;left:3.46875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HglNWqzqX734ciTefUOW3LZgWHUVVgde { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:14.625rem;width:14.8125rem;top:23.5rem;left:39.5rem;overflow:hidden;display:block; }
#IVtdhpiPBqoxCmA0HJAMXSJHbQOQNWId { color:rgba(var(--color-primary-4),1);display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:23.5625rem;left:18.0625rem;height:14.2990625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ebfKT9azsOJTyyltnGT6b9lIQDB7zGs4 { color:rgba(var(--color-primary-4),1);display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:23.375rem;left:55.3125rem;height:11.1979375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#JtFwT0pL2Q2Q3xQMQhTiw3asnEfT7mvw { color:rgba(var(--color-primary-3),1);display:block;width:31.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.8125rem;left:40.28125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FssLQ8LVreWghnfw1lQTZuRb7txkP8OC { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:14.5rem;width:14.3125rem;top:46.875rem;left:2.625rem;overflow:hidden;display:block; }
#tmqEO9lFSlPfSctOfprwSxBwPXZ3N9tx { color:rgba(var(--color-primary-4),1);display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:46.875rem;left:18rem;height:11.69925rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#IEwLUHkT9Kx1Sis5P15KRbUsZdUZnNu4 { color:rgba(var(--color-primary-3),1);display:block;width:34.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:43.3125rem;left:2rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K7MB98vpSEKxxTAcFcZAb13dC3XV1xqg { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:14.4375rem;width:14.375rem;top:46.9375rem;left:39.5rem;overflow:hidden;display:block; }
#TcZF2mezh1JKzgrhzNn4sbPeblpHRuoc { color:rgba(var(--color-primary-4),1);display:block;width:18rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:46.875rem;left:54.625rem;height:10.3993125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Fz2l2zAs8TpHQBToJrlpq0K0rWEpIl9p { color:rgba(var(--color-primary-3),1);display:block;width:34.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:43.3125rem;left:38.625rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gKbcSV5swsUuPat06QgTeXTcEV4hwOHd { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #424041;border-left:0.3125rem solid #424041;border-right:0.3125rem solid #424041;border-bottom:0.3125rem solid #424041;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:21.875rem;width:34.375rem;top:18.0625rem;left:1.5rem;display:block; }
#ED28nmiXzFnZT6rSaN5V5gBWFlFESsot { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #424041;border-left:0.3125rem solid #424041;border-right:0.3125rem solid #424041;border-bottom:0.3125rem solid #424041;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:21.875rem;width:34.375rem;top:41.5625rem;left:1.5rem;display:block; }
#D0QfuOZ41igd3p01ZN6Uk7LldxVibqlT { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #424041;border-left:0.3125rem solid #424041;border-right:0.3125rem solid #424041;border-bottom:0.3125rem solid #424041;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:21.875rem;width:34.375rem;top:41.5625rem;left:38.5rem;display:block; }
#B1J7IlbZK6AEgkKye0itw7sfshJ8bNIa { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #424041;border-left:0.3125rem solid #424041;border-right:0.3125rem solid #424041;border-bottom:0.3125rem solid #424041;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:21.875rem;width:34.375rem;top:18.0625rem;left:38.4375rem;display:block; }
#r14WpqSJb35tyCog1uWKD8LIcKTuzibL { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid #424041;border-left:0.5rem solid #424041;border-right:0.5rem solid #424041;border-bottom:0.5rem solid #424041;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.5625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;height:15.5625rem;width:57.25rem;top:71.875rem;left:8.375rem;display:block; }
#iIwUei8xmePTOwTeqTlhEydLQW5lu0Iv { color:rgba(var(--color-tertiary-4),1);display:block;width:47.9355625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:74.125rem;left:13.4375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SDLiDtiBHePJV4pWH03dTSeiL8eNz0fJ { color:rgba(var(--color-primary-3),1);display:block;width:43.6855625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:76.125rem;left:17.5rem;height:3.1857625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qWbBy38E6M4vx3AQbJ0OSLsghhuOrksH { background-color:rgba(var(--color-primary-2),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:#c4a56f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:4.375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:80.4375rem;left:27.5rem;display:block; }
#r5anotJEUzSk3z39Mbhc75tvU4J11Xgi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cXJOBDyRRnzQVBABJB0E8n8UkxePSTDX { 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:15049;opacity:1;top:75.5rem;left:13.6875rem; }
#d5AK0VUMv9X1dkf24ZDEXtlw5R4PlylI { color:#2b3639;display:block;width:13.311375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:59.0625rem;left:48.625rem;height:0;font-style:normal;display:none; }
#ZIMCNrEGv3z3znTV38ckAseMluRKgfdM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bfa372;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:block; }#ZIMCNrEGv3z3znTV38ckAseMluRKgfdM > .row .container { background-color: transparent; background-image: none; }#ZIMCNrEGv3z3znTV38ckAseMluRKgfdM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIMCNrEGv3z3znTV38ckAseMluRKgfdM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIMCNrEGv3z3znTV38ckAseMluRKgfdM > .row .container > .video-iframe-container { display: none; }#ZIMCNrEGv3z3znTV38ckAseMluRKgfdM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIMCNrEGv3z3znTV38ckAseMluRKgfdM > .row > .video-iframe-container { display: none; }#ZIMCNrEGv3z3znTV38ckAseMluRKgfdM > .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); }#ZIMCNrEGv3z3znTV38ckAseMluRKgfdM > .row .container { border-width: 0; border-radius: 0; }#ZIMCNrEGv3z3znTV38ckAseMluRKgfdM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZIMCNrEGv3z3znTV38ckAseMluRKgfdM > .row .container { font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;position:relative;display:block; }#WcBFbFnJl2v8qDIZwSZoUSMHU57Po6VC { color:#050200;display:block;width:24.9375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.03125rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pC7KpkfkgbUBX9J3oCTCnx4GMODflA0K { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6855625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:32.5625rem;left:4.1875rem;height:4.87413125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MRHwom5iR7MGQ5LC6TG9Mlld4XU1fKRG { color:#000000;display:block;width:17.0621875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:33rem;left:28.625rem;height:6.0926625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#avlEuFh0P1tG4wUvntZtAvUmDltdlAFl { color:#050200;display:block;width:24.9375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:26.03125rem;left:25rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aMq6tlg2tm1eRHVgTeq4FsObgmTsTGWh { color:#000000;display:block;width:17.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:33rem;left:53.5625rem;height:4.87413125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HPLsPKkECLLr5qT0tJNNdlSEfmrnownk { color:#232b3e;display:block;width:20.125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:26.03125rem;left:52.4375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KDMBB3wHFfqlNzfcPxqKyuKi0zVSpAH8 { color:#050200;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K1aUaneHw2zPfw3ZWFonJxiefdZwUe2h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.875rem;width:6.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:18.5rem;left:9.0625rem; }
#tH1zZSDHZaAKQz6Phhw6d2avuGLrDTrI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.875rem;width:6.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:18.5rem;left:34.0625rem; }
#SAg70TqlVXzhmbtKTzyFIDq67UJTh7hd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.875rem;width:6.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:18.5rem;left:59.0625rem; }
#fqw9UNpWewVzbzrI99ibSfwfBQbPUNkr { background-color:#424041;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:4.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:43.6875rem;left:25.4375rem;display:block; }
#D9MPaU8LEytqvezkS6ws3GHseH7bhvfC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pXmwCu8IrpSsp5C7hv9P1ad7X09ET2BM { color:rgba(var(--color-primary-4),1);display:block;width:21.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:2.8056640625rem;left:26.71875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP { 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:block; }#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP > .row .container { background-color: transparent; background-image: none; }#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP > .row .container > .video-iframe-container { display: none; }#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP > .row > .video-iframe-container { display: none; }#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP > .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); }#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP > .row .container { border-width: 0; border-radius: 0; }#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP > .row .container { font-size:0.875rem;font-family:arial;height:54.25rem;width:75rem;position:relative;display:block; }#RcF3vIHnD5Ql4nF3bRSn8NFoToWPcwm4 { color:#bfa372;display:block;width:7.8730625rem;position:absolute;font-family:montserrat;font-size:5.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.4375rem;left:8.5625rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hOKq8TGNUaEaNpnedP6Ezl8egQKVDOVf { color:#232b3e;display:block;width:14.249rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.125rem;left:5.375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eki4RE2TirqwkI70yFMyXefOMkVsiLAE { color:#000000;display:block;width:16.6855625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:22.625rem;left:4.125rem;height:8.52973125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R53q3CpsFsJButls30bNviT9vmWQdqbB { color:#000000;display:block;width:17.0621875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:22rem;left:28.625rem;height:9.7482625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sbm6uH68Vd5FThsxZ9C8uD2D07IABSM6 { color:#bfa372;display:block;width:7.5615rem;position:absolute;font-family:montserrat;font-size:5.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.4375rem;left:33.6875rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JuHup3WfTtABGAwmzorkgq8f6XBmFn6J { color:#232b3e;display:block;width:14.249rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17rem;left:30.3125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UXRy2460yceeFMsJq4UiTAyhG1w29G9o { color:#000000;display:block;width:17.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:22rem;left:53.5625rem;height:13.40385rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HzlapKkkV0JTSTGVxrHWvbyAFi9rsJhH { color:#bfa372;display:block;width:7.5615rem;position:absolute;font-family:montserrat;font-size:5.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:9.4375rem;left:58.6875rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eCRSP1zxVbLquQTps9Ui7o6JL6XUUmXs { color:#232b3e;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.25rem;left:55.1875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aIzzi9e6iGU17KdZindKilshqqItmSvz { color:#050200;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ex3zOJd4Fr8qgMmlhS9nwvvmyQ5LaikA { background-color:#424041;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:3.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:33.3125rem;left:4.3125rem;display:block; }
#JdFB5okGB5d6kqXrolXDzZ5S1Gzzllfa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hxKV5ymJzqytvv7Ju0aNhZVcRqkQOhFO { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #bfa372;border-left:0.3125rem solid #bfa372;border-right:0.3125rem solid #bfa372;border-bottom:0.3125rem solid #bfa372;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.9375rem;width:19.4375rem;top:9.5625rem;left:2.5rem;display:block; }
#uuCZt7KKcX6n3r3FWpu2piLNO40GATA5 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid #c4a56f;border-left:0.5rem solid #c4a56f;border-right:0.5rem solid #c4a56f;border-bottom:0.5rem solid #c4a56f;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.5625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;height:15.5625rem;width:57.25rem;top:44.6875rem;left:8.375rem;display:block; }
#Ndo8To6ucTReZ6dgMmotdgMAtGDXwmDc { background-color:rgba(var(--color-primary-2),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:#bfa372;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.875rem;height:4.375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:53rem;left:27.5625rem;display:block; }
#fBanzteURJZwAopFXmOmKFZFtUQxMSeR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wHN6cW5iypLeNUcZ7grkN56Ags0p8q76 { color:rgba(var(--color-primary-3),1);display:block;width:43.6855625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:48.9375rem;left:17.5rem;height:3.1857625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTV71SpnAU0SJQCbid4v78ivIGs3DhTG { 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:15055;opacity:1;top:48.3125rem;left:13.6875rem; }
#l00dHF2pFVdCGwS6g7rdW45Low9NtAH1 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.9355625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:46.9375rem;left:13.4375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RvxE2do6sR5OHvbZLiMyRXVoyI58cndi { background-color:rgba(var(--color-primary-2),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:#c4a56f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:4.375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:80.4375rem;left:27.5rem;display:none; }
#SFhOEqX4aE8UUpcG91NVmdqTfP50Xqxo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pL3lMna2sTPaGVgfmLGaWSV0cpbxNxAF { color:#2b3639;display:block;width:13.311375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:59.0625rem;left:48.625rem;height:0;font-style:normal;display:none; }
#ieFqtFqF8SdWzffCCFgg8GQdsBEtiOP0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#424041;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:block; }#ieFqtFqF8SdWzffCCFgg8GQdsBEtiOP0 > .row .container { background-color: transparent; background-image: none; }#ieFqtFqF8SdWzffCCFgg8GQdsBEtiOP0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieFqtFqF8SdWzffCCFgg8GQdsBEtiOP0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieFqtFqF8SdWzffCCFgg8GQdsBEtiOP0 > .row .container > .video-iframe-container { display: none; }#ieFqtFqF8SdWzffCCFgg8GQdsBEtiOP0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieFqtFqF8SdWzffCCFgg8GQdsBEtiOP0 > .row > .video-iframe-container { display: none; }#ieFqtFqF8SdWzffCCFgg8GQdsBEtiOP0 > .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); }#ieFqtFqF8SdWzffCCFgg8GQdsBEtiOP0 > .row .container { border-width: 0; border-radius: 0; }#ieFqtFqF8SdWzffCCFgg8GQdsBEtiOP0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ieFqtFqF8SdWzffCCFgg8GQdsBEtiOP0 > .row .container { font-size:0.875rem;font-family:arial;height:53.375rem;width:75rem;position:relative;display:block; }#abdHG1mE4KvVtwbiRO0W7rJKTmNFy3E3 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:21.25rem;width:18.75rem;top:18.5625rem;left:7.5rem;display:block; }
#fVm0OlLFWAaBh1z67lH5Pggup3TaBrMZ { color:rgba(var(--color-primary-3),1);display:block;width:15.9350625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:20.75rem;left:8.9375rem;height:10.2018125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sLU7kiLGUoRioFCv0yKbvIhwX64XXK3u { color:#606060;display:block;width:10.31175rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:33.75rem;left:11.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t8g0DquXrdmhkSECBkRHAxHzQKC7WfSo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.061525rem;width:4.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:16.0625rem;left:14.8125rem; }
#LFfT3bycx1VZ3X06RnNsEX3HbKNQGRw8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:35.3125rem;left:13.1875rem; }
#yOchDOmzoRQXc86kaMqf21z3dMpAlylc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:35.3125rem;left:14.6875rem; }
#unJSWOd9i73LA2wwx9MPIKzqhVIuJegB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:35.3125rem;left:16.1875rem; }
#mRLG3Nuuz7L7dNMMqWERnC16Xk45RJJ9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:35.3125rem;left:17.6875rem; }
#cEyHLgkUyFWAkTRn71bhJ7RJeUJX4g7f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:35.3125rem;left:19.1875rem; }
#r5EyBA4SuJqu5rPxoISAG5GHyf3KIfz9 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:21.25rem;width:18.75rem;top:18.5rem;left:28.125rem;display:block; }
#LmcedtLpMIU3NLqZpASrqlBh0zmTeXnh { color:#606060;display:block;width:10.3110625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:33.75rem;left:32.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SS9vMc3zKLFCTSyikIa4Lfy3qZhpRwGk { color:rgba(var(--color-primary-3),1);display:block;width:17.4980625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:20.75rem;left:28.875rem;height:11.902125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RBzKZUbpCWZ7ItGqzbTVLSrOGhb23CU7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.06055rem;width:4.06055rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.0625rem;left:35.4375rem; }
#TSyuI67c4NM3S3bFTqPvTI9uBEN4DrNi { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:21.25rem;width:18.75rem;top:18.5625rem;left:48.75rem;display:block; }
#AlpTmQeUoZdtJOV7DqFO50o1yDzsqJrS { color:rgba(var(--color-primary-3),1);display:block;width:16.873375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:20.75rem;left:49.6875rem;height:11.902125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GVOTfsr02mpZqP7sCcRBuUITyAND7KhJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.06055rem;width:4.06055rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:16.0625rem;left:56.0625rem; }
#ToLrzqiWoW2Z4wrgGnIQzXXLVnOeBrHl { color:#606060;display:block;width:10.3110625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:33.75rem;left:53rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RZNES2e4IaZwpugwQXTbmh5Ae5QqSTAP { color:#bfa372;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.5rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q3o1dymsyspNOVMh3VKeTPw0VstLetkg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:35.375rem;left:33.8125rem; }
#zR4T3uLTfVqFPeQOzpZlmKCT5lQxv2o3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:35.375rem;left:35.3125rem; }
#dOeJ7NZvJd8Ara952UiKHuwhcv8bcnCJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:35.375rem;left:36.8125rem; }
#XghtE1id1uAhmtN94EsLMbdGV6xBLcdQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:35.375rem;left:38.3125rem; }
#NCESA58cTTE92ZHKsvwt2NrWTBpz8xJq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:35.375rem;left:39.8125rem; }
#W1J01MpEO2mhvDU3T9grEEgQJ1RZODXJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:35.375rem;left:54.4375rem; }
#pgMWvTm4uNuhNF2iO7qPZlzTDsRyd5tR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:35.375rem;left:55.9375rem; }
#Edfpym7cFOs9b2MQmM3TV6LVaSgcS9Ex { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:35.375rem;left:57.4375rem; }
#FeVbFTWf82bw4aCUWu7Q8LgUaP0OrhKN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:35.375rem;left:58.9375rem; }
#zXVCFlBZ0XX9tSvZGxvG8dhOWBpHxZTb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:35.375rem;left:60.4375rem; }
#KsUwVfoCoSlCHU00orlAc0pLEwkQ0yz9 { color:rgba(var(--color-primary-4),1);display:block;width:21.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:3.125rem;left:26.75rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lgJVzqowGMWa3Kh4F9RnXLQAIvGrU7pP { background-color:#bfa372;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:4.375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:44.4375rem;left:26.9990234375rem;display:block; }
#FqCwtTZLzd4umRhDtHV4bbZMxpzBH1xO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J6cEqoEWGT0GspZdorFWNFRc1TGK9feB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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:block; }#J6cEqoEWGT0GspZdorFWNFRc1TGK9feB > .row .container { background-color: transparent; background-image: none; }#J6cEqoEWGT0GspZdorFWNFRc1TGK9feB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6cEqoEWGT0GspZdorFWNFRc1TGK9feB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6cEqoEWGT0GspZdorFWNFRc1TGK9feB > .row .container > .video-iframe-container { display: none; }#J6cEqoEWGT0GspZdorFWNFRc1TGK9feB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6cEqoEWGT0GspZdorFWNFRc1TGK9feB > .row > .video-iframe-container { display: none; }#J6cEqoEWGT0GspZdorFWNFRc1TGK9feB > .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); }#J6cEqoEWGT0GspZdorFWNFRc1TGK9feB > .row .container { border-width: 0; border-radius: 0; }#J6cEqoEWGT0GspZdorFWNFRc1TGK9feB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J6cEqoEWGT0GspZdorFWNFRc1TGK9feB > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:75rem;position:relative;display:block; }#CKBtqlvUVTv3ab4fidkKaUNTuLBpdPQQ { color:#000000;display:block;width:34.75rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:35.5625rem;left:31.0625rem;height:3.162975rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kFh3Ac1aDDea5UPTPeqVoO1yKLUguHCc { color:#c4a56f;display:block;width:35rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:29.1875rem;left:30.9375rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KFVzPofzMbUK2iKAKiyGrmcMF36vhdDe { position:absolute;display:block;z-index:15012;border-top:0.3125rem solid #424041;border-left:0.3125rem solid #424041;border-right:0.3125rem solid #424041;border-bottom:0.3125rem solid #424041;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.625rem;width:13.4375rem;top:3.5625rem;left:8.4375rem;overflow:hidden;display:block; }
#VBv5P8IrWHsmcb952iyUR6sMSpiu6IZL { position:absolute;display:block;z-index:15013;border-top:0.3125rem solid #424041;border-left:0.3125rem solid #424041;border-right:0.3125rem solid #424041;border-bottom:0.3125rem solid #424041;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.625rem;width:13.4375rem;top:15.5rem;left:8.4375rem;overflow:hidden;display:block; }
#IBcvGeKpIloOEzmJT7rKMMW9aP4o74UC { position:absolute;display:block;z-index:15014;border-top:0.3125rem solid #424041;border-left:0.3125rem solid #424041;border-right:0.3125rem solid #424041;border-bottom:0.3125rem solid #424041;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:21.9375rem;width:36.5rem;top:3.5625rem;left:29.9375rem;overflow:hidden;display:block; }
#zLZKToyM17trPyIv0RxcxtEXSoUkxFKm { position:absolute;display:block;z-index:15015;border-top:0.3125rem solid #424041;border-left:0.3125rem solid #424041;border-right:0.3125rem solid #424041;border-bottom:0.3125rem solid #424041;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.625rem;width:13.4375rem;top:27.3125rem;left:8.4375rem;overflow:hidden;display:block; }
#NItq1QbacUvstnUt58bseHaIOtvAaq4F { background-color:rgba(var(--color-primary-2),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:#c4a56f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.625rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:42.6875rem;left:51.0625rem;display:block; }
#azlsPt9rxeTGoKgIMbv1m0KCHczqBxoW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wu1RGKayZkzW1HzdGzSdagoIWC7ZB0gV { color:rgba(var(--color-primary-4),1);display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:46.0625rem;left:50.5rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aVhx2xOkJbisFowdR8tQFNT2KpA565J1 { background-color:#424041;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:43.75rem;left:29.9375rem;display:block; }
#Witer7kAzgTk2b0TAzGNWAPxJofdBnJ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TctGmyus2yZFqbihWzJwoqlaVrxQkPLf { position:absolute;display:block;z-index:15016;border-top:0.3125rem solid #424041;border-left:0.3125rem solid #424041;border-right:0.3125rem solid #424041;border-bottom:0.3125rem solid #424041;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.625rem;width:13.4375rem;top:39.1875rem;left:8.4375rem;overflow:hidden;display:block; }
#hhXFxLJ40SWwq7PIAybm1hRx63prmA2T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#806c49;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:block; }#hhXFxLJ40SWwq7PIAybm1hRx63prmA2T > .row .container { background-color: transparent; background-image: none; }#hhXFxLJ40SWwq7PIAybm1hRx63prmA2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhXFxLJ40SWwq7PIAybm1hRx63prmA2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhXFxLJ40SWwq7PIAybm1hRx63prmA2T > .row .container > .video-iframe-container { display: none; }#hhXFxLJ40SWwq7PIAybm1hRx63prmA2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhXFxLJ40SWwq7PIAybm1hRx63prmA2T > .row > .video-iframe-container { display: none; }#hhXFxLJ40SWwq7PIAybm1hRx63prmA2T > .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); }#hhXFxLJ40SWwq7PIAybm1hRx63prmA2T > .row .container { border-width: 0; border-radius: 0; }#hhXFxLJ40SWwq7PIAybm1hRx63prmA2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hhXFxLJ40SWwq7PIAybm1hRx63prmA2T > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#waZF9ltE8KtWh8VsF1aay9dq8TT99Lzy { color:#ffffff;display:block;width:41.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:7.875rem;left:29.1875rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HovogS9pzml03rrvToQOOfF0lOEFKCGm { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.186525rem;width:1.186525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:4.8125rem;left:26.875rem; }
#BpGkqOVU5A5pLyg57IFCDTKJn9WHHPkh { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:1.875rem;left:26.8125rem; }
#Xb2Bq6t44oHBb6XB3TO8P0avViOQOO9e { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:7.875rem;left:26.6875rem; }
#tN3nKI8b7KcwLqZEgZFPk1RbJf6mEmFW { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:18.375rem;top:2.375rem;left:5.375rem;overflow:hidden;display:block; }
#UENB8U0Skqxf6lme3eTyUoqq68FU8DtK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.43706875rem;width:2.43706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:4.1875rem;left:26.1875rem; }
#a9obvIVaFfETTSXn95Cl1tsL530aGhph { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.43706875rem;width:2.43706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:7.3125rem;left:26.1875rem; }
#pBcoov38d5k5rvIsqJRLOzk7yF6KRWTs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.43706875rem;width:2.43706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.25rem;left:26.1875rem; }
#QD1e7ykmNPty0ui6y0J8cFF51G8W1WQV { background-color:rgba(var(--color-primary-2),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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.75rem;text-decoration:none;z-index:15024;text-align:left;text-align-last:left;top:1.125rem;left:29.25rem;display:block; }
#OdTFQzG6DZ19vw1QDgPiF52Pk4icB4oU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n9Bn475t5BJFCf3UxKTUdwE18D6TGy11 { background-color:rgba(var(--color-primary-2),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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.0625rem;text-decoration:none;z-index:15025;text-align:left;text-align-last:left;top:3.9375rem;left:29.25rem;display:block; }
#NN1vPWgTEb4GBIl8ac40MsqS7PiLsH9d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F3lesUQPl4foU3VmJiuVc2heu4okG9cv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#F3lesUQPl4foU3VmJiuVc2heu4okG9cv > .row .container { border-width: 0; border-radius: 0; }#F3lesUQPl4foU3VmJiuVc2heu4okG9cv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F3lesUQPl4foU3VmJiuVc2heu4okG9cv > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#zpPXT56R8lwL7wkZrlo9EVaTPof80Juc { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));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:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.15);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:3.125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:0rem;left:7.5rem;display:block; }
#GFIW63aytThIpBU5BAfq7wp4HdyxROPb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MtaT5TAQyA2uTTi2w5ObTcFIHInT42Bx { top:0.3125rem;left:0rem;width:16.5625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJwQ5ie8SK0yWv5cqK79gM1gnD9B5t8y { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LXITt3F4TxbmlSdsIbSf64RfBEDkUuNg { width:13.5625rem;height:1.0625rem;top:3.4375rem;left:34.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq6UOpr3DHoEUugsmePuA6XOq0ch0529 { width:13.5625rem;height:2.875rem;top:0.75rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp4dKDBgEqUfpBzDKXBH08pikMhxwp7h { display:block; }
 }@media only screen and (max-width: 763px) { #Hhb2Ev63hcdDh9dH5E6T2Q5An3U2WKZE { width:13.3125rem;height:2.5625rem;top:1.5625rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp2ezCXbPygZlAMd9At82kOcTSbO5aGM { display:block; }
 }@media only screen and (max-width: 763px) { #Ig2siDPFUHtm9eoexgF1eG3WftRnSZ8d { width:5.3125rem;height:2.625rem;top:1.5625rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXTiIyqvvJ7NRHqW5FMNPRr1PuT2nynG { display:block; }
 }@media only screen and (max-width: 763px) { #Eb77qa75TAv4zurIXb45GDQBSMecLmMO { width:6rem;height:3rem;top:1.375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze6PHa4ObC7KaD1yEGJmSipF0XKAWJUC { display:block; }
 }@media only screen and (max-width: 763px) { #HdC2091MwiaQ8hyiBbtog9OJgByGyQuJ { width:5.1875rem;height:3rem;top:1.375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnwhokfrwSd9D0L7mNPd8TvUk8BelNST { display:block; }
 }@media only screen and (max-width: 763px) { #wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP { display:block; }#wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIpR5Jz0cFvTap7aqC2BIv4cFm3dZU9r { width:47.75rem;height:4.0625rem;top:13.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4UnXBX1v0S7DUvk7l6mgNeZqV32mk29 { width:47.75rem;height:;top:18.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOJm80TusFXanENzcsVceZDEngRtSCzZ { width:47.75rem;height:1.625rem;top:26.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #axNULUdhmLBK0ixoDrshNrvXZ070GErJ { width:47.75rem;height:1.5625rem;top:9.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbfBJEBEFroTR3E8QkRUxBkZSwyGfxcJ { width:47.75rem;height:2.5625rem;top:46.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxSvMabybODcSkTbooMbekO9hTdezFN7 { top:45.75rem;left:0rem;width:47.75rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-input-text {padding-top: 0; padding-bottom: 0;}#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-input-select {padding-top: 0; padding-bottom: 0;}#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-checkbox-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K  { width:18.75rem;height:auto;top:50.0625rem;left:26.5rem; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K {display:block;}#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K { width:18.75rem;height:auto;top:50.0625rem;left:26.5rem; }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #b46D64l5Tk42oUXoIPWSWD362v1RuKb8 {  }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #MzEJEllrKLsT8sOUL90mdTXGCgczMqcE {  }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #QsPDeSBKqlfWGpIl0WPdtdAIT09W9SQd {  }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #QiuoIuXB8dX1IR5eBbuMVlDOU7CAzd1g {  }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #DTSCvVtfo5x1bZCZ0Lg9rh6Rtl2SWHvl {  }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #t7VHgk56eXG2RI6MRPi21tu7Ca5ETIRT {  }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #waLPyMANytUcRTfddnDB7ebbpENTphNT {  }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #iuyHJtpnlsiaThWTltQ0T758gwLrdAfJ {  }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #dIB4scc1PmpSLaJbUc7cKwC9S7roPV9H {  }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #FLaWyLspQUCKoi34509iV47IkM4Nkk6h {  }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #Ry74PH6nB3Zh55oogE6hwuZTTi0s2EST {  }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #vJPla01al7eCmBzQRJ68OOszN3AyJvfm {  }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #ZlUyG8GKtIsKwCfuHo7BDTRe208oygq6 {  }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #K6oARQweBdktPboE6CCpasRh85WHJtCJ {  }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #P3kdMeiyukL2yVIpqAyyoZcxTOHLTun1 {  }
 }@media only screen and (max-width: 763px) { #E06Dy2uXzKQ9TNonPRNpTacrDmHwBBss { display:block; }
 }@media only screen and (max-width: 763px) { #U0FB2p7nKkBiJBSuu1zdcAWXxo5qSh3N { display:block; }
 }@media only screen and (max-width: 763px) { #K66CNg8tOWVey2Zyot9BlUVPSquXyxF1 { display:block; }
 }@media only screen and (max-width: 763px) { #br3oW0XWeN6gwilBsRAIztEAGB22FclZ { display:block; }
 }@media only screen and (max-width: 763px) { #C30VgDEMksJIgD3vJAkNoLVv5KgoXNR6 { display:block; }
 }@media only screen and (max-width: 763px) { #xJQ8gh3zgZuIJoiFldS2SkdsHaXdhe0A { display:block; }
 }@media only screen and (max-width: 763px) { #NLRTMRIk8UcJaTbLZJXx5NRtFSfMJMPm { display:block; }
 }@media only screen and (max-width: 763px) { #TPDXO34RM042BmvNouucOCmKpBeg8ZT7 { display:block; }
 }@media only screen and (max-width: 763px) { #G8UTr1JplJa2DDTk8lSMJsPTFh9u4INd { display:block; }
 }@media only screen and (max-width: 763px) { #TnIJfvz2lC8ugvEbD356LOEMrnagxegc { display:block; }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #NuUe0JfFyV499qzc0UUK4T92GJw2XB8l {  }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #Ltl9rn4FtXyQhsOZWyXBLUQPXqAItzT5 {  }
 }@media only screen and (max-width: 763px) { #bqCxS4l9MZTiMP1RA4e580M4wVsWe8S9 { top:31.9375rem;left:10.8125rem;width:26.1875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1T3KP57POTcJrovlTCpaBXSXAZcxdCt { top:39.1875rem;left:22.9375rem;width:9.0625rem;height:1.8112rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMrXEND25QkQK7UGNfKwo7mhg2sA43D9 { top:39.0625rem;left:34.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsbFG0y0FsnwefSBttDDKvTxpTADcx4a { top:33.0625rem;left:19rem;width:17rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8x5CDmKXlQ2Jvq2zSS8Gx2b3fQZONei { top:39.8125rem;left:11rem;width:8.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkybvO5nblNIf6V3iuw19Iy4eHgRibbE { top:32.8125rem;left:11.875rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3rVSRaE7Z7n4B92wQh7TrUDJmwNrPBV { top:34.25rem;left:12.9375rem;width:4.375rem;height:3.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX7bmmxWeulJoo99baTglNDg9cZvKMSA { top:63.8125rem;left:0rem;width:11.5625rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EA2Jqs32z1mmrH3nEbIGoK4rd1ezyF4U { display:block; }#EA2Jqs32z1mmrH3nEbIGoK4rd1ezyF4U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sa9bMyExQqcXOWXW1szQQGyCTyKI3EdZ { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDSv913IuogDRbTSpdHBhuZxAtHlAwWy { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT2eau5hRhGG8saWAF3mlElOu1RLCc23 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta0IhlRNAJLUzzDnJ9OWIvOzTEri9EPw { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urvyBmwTiLerpzvD4TJR7n55Z3SbTryd { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5aFJimMbtWDksupoORVo7V7bftm24Ph { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuoCTukcs1DTxOunQmFALhsPyfImslzT { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX5FxVWHnWDhqSBiPEeWo4l4z2yn0DHV { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruHsWQCTcQSMs7MmfptfeC6w6DP4LFkQ { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZGbZiqxI2qlI6Z2tf3BNK4QP5oaoIIv { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFIGZdlOEJDsxLzWDqzzS1JPRqoiNcFR { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEaetiGR6SNw9MKaqG1JHXnT7Sw3vT74 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #br88Ub5MxfZTXlTgmPWhqiGNeUQFegI8 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao6MHt0wID4bWUeNAAZM2UWeDnf4z9Th { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlB2A3qv5IVMhLpmSRIlgOaGyequwKrJ { top:50.625rem;left:0rem;width:46.75rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF2xn83cllLCym8LcB2k5PXKgeUBAuTN { top:52.875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFzfkkg10ShNkJ0fzG897Aa6BcqL2wvS { top:54.875rem;left:3.9375rem;width:43.625rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7ZhIN5gXfcnIe1M0M8QwMH7RyJyGRXU { width:22.5rem;height:30.875rem;top:-0.9375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH61hsdi7lswAfoqhsULw8N1mf065Qdu { width:13.4375rem;height:3.625rem;top:0rem;left:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CQmC2P0OhACt5CFeHi666mm9G7knK9Lo { display:block; }
 }@media only screen and (max-width: 763px) { #xgGP9h0Z7meSfTyQxs732SNGKlVuZAOC { width:13.25rem;height:1.125rem;top:3rem;left:17.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NVL1wb8nZ1cOrTKfbScExcQNNVTygJLZ { top:2.125rem;left:2.1861991882324rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP67n4JBFGtRuQxMGENRPGNrMNGr2nWP { top:2.1875rem;left:17.3125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p25XReQDtbV5AwHVvT0MG0bB1DCTZ56k { top:17.25rem;left:2.0625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUlrQ1cZTfV7vlpvGGp1rGyiekxEuUZ0 { top:17.25rem;left:17.0625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er1QtESETX5zHbbVdqmIAVRaoLvuAWBB { top:36.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdE8Z31WQS1espi0oTDS25oLEk5MBbpq { top:33.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTfATUnug0FPT7Ngf7cDm62zRbbt0SWq { top:38.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTXTi78uIBnDl3olwmtdhq5LuEKNJUX3 { top:41.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC7EGzMq3Uoaio1RJMCMphrDbsOrfeJ0 { top:43.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKx5cXUG1JNTr9158THnpRc7dv6qZgVw { top:45.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMnTIOlblWPQDdJVAe6zhRdP817yBGEm { top:54.125rem;left:0.18684864044189rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #praSI2TxHbWTwJSkc6CddErJf4Nq8I9h { width:13.4375rem;height:3.5625rem;top:47.1875rem;left:18.123044967651rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA9pcRy0l9IlxLQ702LGElpETMbThenC { display:block; }
 }@media only screen and (max-width: 763px) { #oIDF1me4MFC0W1cONa2yqQu5efSuZl5X { width:20.125rem;height:4.375rem;top:59.25rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDmNcf4uRgonDTtH9erQ7Cx1dSW068nk { display:block; }
 }@media only screen and (max-width: 763px) { #z2fP5kcexekinkJD4n4XVUkQ8hvqz10M { width:17.9375rem;height:4.9375rem;top:31.875rem;left:15.905435562134rem;display:none; }
 }@media only screen and (max-width: 763px) { #snKFP6k5lWGLpOxIJDpMFRhmknC9ZmVL { display:block; }
 }@media only screen and (max-width: 763px) { #SfcQyecbZzS4fi5HS9NrwFZ51L6ifgCh { display:block; }#SfcQyecbZzS4fi5HS9NrwFZ51L6ifgCh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hwn7c3lcaWzQL5pKvAeipgRAwMEl4wVU { top:9.8125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9oGUw7oBH7GyKICA4C9A5cBBCGXFs36 { top:16.5625rem;left:0rem;width:47.75rem;height:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz5bAbWtktdufBIMUuTfvfAUnv41XuOg { width:21.5625rem;height:1.375rem;top:2.9375rem;left:13.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6BCd1keom7t5m7Re8NVJNTDnzcrO2Cu { width:17.9375rem;height:4.9375rem;top:31.875rem;left:15.905435562134rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh0cqiPAvr9z0duTxN4elekFuJaoz6TP { display:block; }
 }@media only screen and (max-width: 763px) { #IColuEwbkgqJwBhcrqdmpHbRFe00aWPJ { top:12.9375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #huqgQv7q6E3E5IdP1msTIzmxeUvspSpM { top:33.875rem;left:0rem;width:32.6875rem;height:10.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTrNBRwZLmBJH4DuLLzXc9RuRochPT5U { top:26.1875rem;left:0rem;width:32.75rem;height:5.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0Co6wAX0KPpqKqEH7pLuef8Fkbynvq2 { top:25.875rem;left:7.125rem;width:40.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl7Vu8oUxcq900F2GqMddKE3DCuwxaPw { top:27.25rem;left:7.25rem;width:40.5rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNVcOQoqoQSpx8Gp5tWchNJq3TrGVF8H { top:54.8125rem;left:0rem;width:40.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9DiqiEMSNqQEgkVJ5n9EKW6KfPWVDJq { top:56.1875rem;left:0rem;width:40.5rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6Z3U6T27dv2XxZCHZGLm4us10lbnXCx { top:54.8125rem;left:15rem;width:32.75rem;height:5.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfJRSOec3xqMNqq9sDuxHB8Lg5Nz1AtC { top:62.5625rem;left:15.0625rem;width:32.6875rem;height:10.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEppGAl4cV2dbPPaVxUVMh3dfE28Oys5 { width:24.125rem;height:4.375rem;top:87.75rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psXAhLVTVOO0Q9iVXhJkr04HD3z3qxTv { display:block; }
 }@media only screen and (max-width: 763px) { #bkEX5WenF0wkFbpN6iGP9H24TqUKKyZF { display:block; }#bkEX5WenF0wkFbpN6iGP9H24TqUKKyZF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORhnKC44k12nnKOIWgBbBQAeurAhiQ6V { top:6.625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbdwa3TyZzJrxTHA244BsmQ30Di9rew0 { top:3.1875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6rcs679ZzFUhq5Hop1GmMdWe9CQ3cD1 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzR7Wlz1vskeoO6kczoZ5U1KG8da5oVv { top:14.75rem;left:0rem;width:43.75rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTZGUExK2VTO7dT9cxXJHrkQQRtTzp0C { top:24.75rem;left:0rem;width:43.75rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kScQ7HNTpftbiHRdO633duXhvIRAiy5u { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJTPZKgf07XNkEUhc5PfJwRwB9tq2NWp { top:35.875rem;left:0rem;width:43.75rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap4Lu3UnLr7eWzkT9QRx2dpVUlc6PRDy { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAlgsPK04p3gEfldB8bTTk3cddPhCnPM { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #knp8fX2N7iTqTIieDpWKWmf4lTJTDq1I { top:47rem;left:0rem;width:43.75rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVhNT25T6xLyaLexGDSCDLqs3tedIhig { top:12.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUVJGxN36rH2EByePnlTqES9S17DTPHr { top:22.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBKpaMgAhkwfhDqhR8TRoInB8LCs8BbJ { top:33.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmX5PtiMBPWVrMahelqlEep1zTIXOPMT { top:44.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmbxe3TnqHzKmV4J1s5X4xqmwznP9onT { width:13.4375rem;height:3.5625rem;top:56.0625rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be8wy74NBrZx96E3vTCXn6ErQbePMWXu { display:block; }
 }@media only screen and (max-width: 763px) { #Z7vdHaLdh3PLNaSXNsxbSy0knrxki2nS { width:13.25rem;height:1.125rem;top:59.0625rem;left:34.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvOhMAiQbJqLoDHdQfT5fHDWAEFH7QEJ { top:12.5625rem;left:30.0625rem;width:17.0625rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxqWRtp5U27vTgSf6LdoHhgg6X4EJevw { top:28.3125rem;left:30.25rem;width:16.875rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq75As0zbgpEnu7tMhv0dasDu8XRBCQ4 { top:58.0625rem;left:0rem;width:46.75rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DblGsQSc1TNKdstOZcTlgrdtNCG5TdXE { top:60.3125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EszVdKT6Ht0xCnri6vN7Wl5loHZTrlr1 { top:61.625rem;left:0.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK6gzv1sSpTKF59Q9rCNJ2r3zA94E4iE { top:62.3125rem;left:3.875rem;width:43.625rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxT7BEcSfXcPJhBROHAZ92SCDmQ14TW4 { width:20.125rem;height:4.375rem;top:66.625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylBPgu1OwRNlzuWsRIVuXbeL0z2uqb2i { display:block; }
 }@media only screen and (max-width: 763px) { #xMoApKySMTZi08scwHfnKQA3AQxZiwPt { display:block; }#xMoApKySMTZi08scwHfnKQA3AQxZiwPt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Km6L7t3B1GqafCXyIHSd0Iat3a6kfWid { width:21.5625rem;height:1.375rem;top:3.0625rem;left:13.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #isikJ9dMsEt89dAMZN9RSlTuGqETFG2E { top:9.75rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hcf9uH3XUhAVQUbkOKbWaXWnRDszNIZO { top:13.125rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg6KkyX0GEKrF2z7T94e3zC5mTNSI98x { top:21.25rem;left:0rem;width:17.875rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7e2SWrX1ZQOBfNz2wRa0TnidXmIPTwt { width:24.125rem;height:4.375rem;top:99.1875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTBbneM9XIXKzdiR8UfuTK1WbvfaLvet { display:block; }
 }@media only screen and (max-width: 763px) { #hxBdNZXlZANxtKu7XPuTfpRfrcifhU65 { top:21.25rem;left:5.4375rem;width:17.875rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dghl6X2W1d9z2JvZ1gEKamaH47xCDlPI { top:21.25rem;left:24.5rem;width:17.875rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU2HnXa638NNgIzsKPFBg5efJvHSSGqV { top:21.25rem;left:29.875rem;width:17.875rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwegg3ntJRUaLwmkwa5C87mQvl8RsSuZ { top:46.25rem;left:29.875rem;width:17.875rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuZoGJVvq9FRMWf9tN0q5HzWIzhzz4rF { top:46.25rem;left:24.5rem;width:17.875rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk1QrTSH37BbQWEqt4tPFTFi98G3UBsW { top:46.25rem;left:5.4375rem;width:17.875rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFJUyKNnZo8EbknDlMzCosxQC9DfRT9T { top:46.25rem;left:0rem;width:17.875rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcgQBODztKNIJ0zKxVTNW86Fwb3q2EtD { top:71.375rem;left:29.875rem;width:17.875rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaExhuBlPD8ncHlbhmpmk6aHw4lTCErO { top:71.375rem;left:24.5rem;width:17.875rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5DsIFBNU8LBxM0ZI8D23OJDnCxDTgvP { top:71.375rem;left:5.4375rem;width:17.875rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcq0At7rnpSFsdxN7J8T3XQw3DcX9noN { top:71.375rem;left:0rem;width:17.875rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqca4f7T3Tv8EWwuLS4ElBMmsx5OhExz { display:block; }#Nqca4f7T3Tv8EWwuLS4ElBMmsx5OhExz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6s8P9qRRTDMPkJwwTHTukUdR1zS5Wut { top:3.125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3oKViyc3elxT2rUiXKoNaMwJqzt9b9N { top:6.5625rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a52H8Wm9aPNs75J5R4SfGLMUXmlnSF4P { width:14.375rem;height:14.6875rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET5guoHpakB0TesIghGczRPsGiecRXAT { top:19.8125rem;left:0rem;width:31.25rem;height:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HglNWqzqX734ciTefUOW3LZgWHUVVgde { width:14.8125rem;height:14.625rem;top:23.5rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVtdhpiPBqoxCmA0HJAMXSJHbQOQNWId { top:23.5625rem;left:0rem;width:17.375rem;height:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebfKT9azsOJTyyltnGT6b9lIQDB7zGs4 { top:23.375rem;left:30.5rem;width:17.125rem;height:11.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtFwT0pL2Q2Q3xQMQhTiw3asnEfT7mvw { top:19.8125rem;left:0.5625rem;width:31.1875rem;height:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FssLQ8LVreWghnfw1lQTZuRb7txkP8OC { width:14.3125rem;height:14.5rem;top:46.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmqEO9lFSlPfSctOfprwSxBwPXZ3N9tx { top:46.875rem;left:0rem;width:17.5rem;height:12.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEwLUHkT9Kx1Sis5P15KRbUsZdUZnNu4 { top:43.3125rem;left:0rem;width:34.1875rem;height:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7MB98vpSEKxxTAcFcZAb13dC3XV1xqg { width:14.375rem;height:14.4375rem;top:46.9375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcZF2mezh1JKzgrhzNn4sbPeblpHRuoc { top:46.875rem;left:29.625rem;width:18rem;height:11.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz2l2zAs8TpHQBToJrlpq0K0rWEpIl9p { top:43.3125rem;left:0rem;width:34.5rem;height:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKbcSV5swsUuPat06QgTeXTcEV4hwOHd { top:18.0625rem;left:0rem;width:34.375rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED28nmiXzFnZT6rSaN5V5gBWFlFESsot { top:41.5625rem;left:0rem;width:34.375rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0QfuOZ41igd3p01ZN6Uk7LldxVibqlT { top:41.5625rem;left:0rem;width:34.375rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1J7IlbZK6AEgkKye0itw7sfshJ8bNIa { top:18.0625rem;left:0rem;width:34.375rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r14WpqSJb35tyCog1uWKD8LIcKTuzibL { top:71.875rem;left:0rem;width:46.75rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIwUei8xmePTOwTeqTlhEydLQW5lu0Iv { top:74.125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDLiDtiBHePJV4pWH03dTSeiL8eNz0fJ { top:76.125rem;left:0rem;width:43.625rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWbBy38E6M4vx3AQbJ0OSLsghhuOrksH { width:20rem;height:4.375rem;top:80.4375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5anotJEUzSk3z39Mbhc75tvU4J11Xgi { display:block; }
 }@media only screen and (max-width: 763px) { #cXJOBDyRRnzQVBABJB0E8n8UkxePSTDX { top:75.5rem;left:9.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5AK0VUMv9X1dkf24ZDEXtlw5R4PlylI { width:13.25rem;height:1.125rem;top:59.0625rem;left:34.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZIMCNrEGv3z3znTV38ckAseMluRKgfdM { display:block; }#ZIMCNrEGv3z3znTV38ckAseMluRKgfdM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WcBFbFnJl2v8qDIZwSZoUSMHU57Po6VC { width:24.9375rem;height:4.0625rem;top:26rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC7KpkfkgbUBX9J3oCTCnx4GMODflA0K { width:16.625rem;height:4.875rem;top:32.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRHwom5iR7MGQ5LC6TG9Mlld4XU1fKRG { width:17rem;height:6.0625rem;top:33rem;left:14.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avlEuFh0P1tG4wUvntZtAvUmDltdlAFl { width:24.9375rem;height:4.0625rem;top:26rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMq6tlg2tm1eRHVgTeq4FsObgmTsTGWh { width:17.875rem;height:4.875rem;top:33rem;left:29.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPLsPKkECLLr5qT0tJNNdlSEfmrnownk { width:20.125rem;height:4.0625rem;top:26rem;left:27.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDMBB3wHFfqlNzfcPxqKyuKi0zVSpAH8 { width:47.75rem;height:3.25rem;top:10rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1aUaneHw2zPfw3ZWFonJxiefdZwUe2h { top:18.5rem;left:4.5rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH1zZSDHZaAKQz6Phhw6d2avuGLrDTrI { top:18.5rem;left:20.375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAg70TqlVXzhmbtKTzyFIDq67UJTh7hd { top:18.5rem;left:36.25rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqw9UNpWewVzbzrI99ibSfwfBQbPUNkr { width:24.125rem;height:4.375rem;top:43.6875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9MPaU8LEytqvezkS6ws3GHseH7bhvfC { display:block; }
 }@media only screen and (max-width: 763px) { #pXmwCu8IrpSsp5C7hv9P1ad7X09ET2BM { width:21.5625rem;height:1.375rem;top:2.75rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKJMmQbezeOtR1OV21m9XeXElNtwI6VP { background-color:#ececed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP > .row .container { background-color: transparent; background-image: none; }#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP > .row .container > .video-iframe-container { display: none; }#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP > .row > .video-iframe-container { display: none; }#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP > .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); }#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP > .row .container { border-width: 0; border-radius: 0; }#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RcF3vIHnD5Ql4nF3bRSn8NFoToWPcwm4 { width:7.8125rem;height:7.6875rem;top:9.4375rem;left:4rem;font-size:5rem;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;color:#ecbdbf;display:block; }
 }@media only screen and (max-width: 763px) { #hOKq8TGNUaEaNpnedP6Ezl8egQKVDOVf { width:14.1875rem;height:4.0625rem;top:17.125rem;left:0.8125rem;font-size:1.25rem;color:#232b3e;display:block; }
 }@media only screen and (max-width: 763px) { #Eki4RE2TirqwkI70yFMyXefOMkVsiLAE { width:16.625rem;height:8.5rem;top:22.625rem;left:0rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #R53q3CpsFsJButls30bNviT9vmWQdqbB { width:17rem;height:9.75rem;top:22rem;left:14.75rem;font-size:0.9375rem;color:#686868;display:block; }
 }@media only screen and (max-width: 763px) { #Sbm6uH68Vd5FThsxZ9C8uD2D07IABSM6 { width:7.5rem;height:7.6875rem;top:9.4375rem;left:20rem;font-size:5rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);color:#b4000b;display:block; }
 }@media only screen and (max-width: 763px) { #JuHup3WfTtABGAwmzorkgq8f6XBmFn6J { width:14.1875rem;height:2rem;top:17rem;left:16.625rem;font-size:1.25rem;color:#232b3e;display:block; }
 }@media only screen and (max-width: 763px) { #UXRy2460yceeFMsJq4UiTAyhG1w29G9o { width:17.875rem;height:13.375rem;top:22rem;left:29.75rem;font-size:0.9375rem;color:#686868;display:block; }
 }@media only screen and (max-width: 763px) { #HzlapKkkV0JTSTGVxrHWvbyAFi9rsJhH { width:7.5rem;height:7.6875rem;top:9.4375rem;left:35.875rem;font-size:5rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);color:#b4000b;display:block; }
 }@media only screen and (max-width: 763px) { #eCRSP1zxVbLquQTps9Ui7o6JL6XUUmXs { width:14.9375rem;height:2rem;top:17.25rem;left:32.375rem;font-size:1.25rem;color:#232b3e;display:block; }
 }@media only screen and (max-width: 763px) { #aIzzi9e6iGU17KdZindKilshqqItmSvz { width:47.75rem;height:3.25rem;top:4.375rem;left:0rem;font-size:1.875rem;color:#b4000b;display:block; }
 }@media only screen and (max-width: 763px) { #Ex3zOJd4Fr8qgMmlhS9nwvvmyQ5LaikA { width:16.3125rem;height:3.6875rem;top:33.3125rem;left:0rem;background-color:#b4000b;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JdFB5okGB5d6kqXrolXDzZ5S1Gzzllfa { display:block; }
 }@media only screen and (max-width: 763px) { #hxKV5ymJzqytvv7Ju0aNhZVcRqkQOhFO { top:9.5625rem;left:0rem;width:19.4375rem;height:28.9375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b4000b;border-left:0.0625rem solid #b4000b;border-right:0.0625rem solid #b4000b;border-bottom:0.0625rem solid #b4000b;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #uuCZt7KKcX6n3r3FWpu2piLNO40GATA5 { top:44.6875rem;left:0rem;width:46.75rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ndo8To6ucTReZ6dgMmotdgMAtGDXwmDc { width:19.875rem;height:4.375rem;top:53rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBanzteURJZwAopFXmOmKFZFtUQxMSeR { display:block; }
 }@media only screen and (max-width: 763px) { #wHN6cW5iypLeNUcZ7grkN56Ags0p8q76 { top:48.9375rem;left:0rem;width:43.625rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTV71SpnAU0SJQCbid4v78ivIGs3DhTG { top:48.3125rem;left:9.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l00dHF2pFVdCGwS6g7rdW45Low9NtAH1 { top:46.9375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvxE2do6sR5OHvbZLiMyRXVoyI58cndi { width:20rem;height:4.375rem;top:80.4375rem;left:11.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SFhOEqX4aE8UUpcG91NVmdqTfP50Xqxo { display:block; }
 }@media only screen and (max-width: 763px) { #pL3lMna2sTPaGVgfmLGaWSV0cpbxNxAF { width:13.25rem;height:1.125rem;top:59.0625rem;left:34.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ieFqtFqF8SdWzffCCFgg8GQdsBEtiOP0 { display:block; }#ieFqtFqF8SdWzffCCFgg8GQdsBEtiOP0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abdHG1mE4KvVtwbiRO0W7rJKTmNFy3E3 { width:18.75rem;height:21.25rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVm0OlLFWAaBh1z67lH5Pggup3TaBrMZ { width:15.875rem;height:10.1875rem;top:20.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLU7kiLGUoRioFCv0yKbvIhwX64XXK3u { width:10.25rem;height:1.625rem;top:33.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8g0DquXrdmhkSECBkRHAxHzQKC7WfSo { top:16.0625rem;left:1.1875rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFfT3bycx1VZ3X06RnNsEX3HbKNQGRw8 { top:35.3125rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOchDOmzoRQXc86kaMqf21z3dMpAlylc { top:35.3125rem;left:1.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unJSWOd9i73LA2wwx9MPIKzqhVIuJegB { top:35.3125rem;left:2.5625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRLG3Nuuz7L7dNMMqWERnC16Xk45RJJ9 { top:35.3125rem;left:4.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEyHLgkUyFWAkTRn71bhJ7RJeUJX4g7f { top:35.3125rem;left:5.5625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5EyBA4SuJqu5rPxoISAG5GHyf3KIfz9 { width:18.75rem;height:21.25rem;top:18.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmcedtLpMIU3NLqZpASrqlBh0zmTeXnh { width:10.25rem;height:1.625rem;top:33.75rem;left:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS9vMc3zKLFCTSyikIa4Lfy3qZhpRwGk { width:17.4375rem;height:11.875rem;top:20.75rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBzKZUbpCWZ7ItGqzbTVLSrOGhb23CU7 { top:16.0625rem;left:21.8125rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSyuI67c4NM3S3bFTqPvTI9uBEN4DrNi { width:18.75rem;height:21.25rem;top:18.5625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlpTmQeUoZdtJOV7DqFO50o1yDzsqJrS { width:16.8125rem;height:10.1875rem;top:20.75rem;left:30.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVOTfsr02mpZqP7sCcRBuUITyAND7KhJ { top:16.0625rem;left:42.4375rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToLrzqiWoW2Z4wrgGnIQzXXLVnOeBrHl { width:10.25rem;height:1.625rem;top:33.75rem;left:37.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZNES2e4IaZwpugwQXTbmh5Ae5QqSTAP { width:47.75rem;height:3.25rem;top:10.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3o1dymsyspNOVMh3VKeTPw0VstLetkg { top:35.375rem;left:20.1875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR4T3uLTfVqFPeQOzpZlmKCT5lQxv2o3 { top:35.375rem;left:21.6875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOeJ7NZvJd8Ara952UiKHuwhcv8bcnCJ { top:35.375rem;left:23.1875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XghtE1id1uAhmtN94EsLMbdGV6xBLcdQ { top:35.375rem;left:24.6875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCESA58cTTE92ZHKsvwt2NrWTBpz8xJq { top:35.375rem;left:26.1875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1J01MpEO2mhvDU3T9grEEgQJ1RZODXJ { top:35.375rem;left:40.8125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgMWvTm4uNuhNF2iO7qPZlzTDsRyd5tR { top:35.375rem;left:42.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edfpym7cFOs9b2MQmM3TV6LVaSgcS9Ex { top:35.375rem;left:43.8125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeVbFTWf82bw4aCUWu7Q8LgUaP0OrhKN { top:35.375rem;left:45.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXVCFlBZ0XX9tSvZGxvG8dhOWBpHxZTb { top:35.375rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsUwVfoCoSlCHU00orlAc0pLEwkQ0yz9 { width:21.5625rem;height:1.375rem;top:3.125rem;left:13.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgJVzqowGMWa3Kh4F9RnXLQAIvGrU7pP { width:24.125rem;height:4.375rem;top:44.4375rem;left:13.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqCwtTZLzd4umRhDtHV4bbZMxpzBH1xO { display:block; }
 }@media only screen and (max-width: 763px) { #J6cEqoEWGT0GspZdorFWNFRc1TGK9feB { display:block; }#J6cEqoEWGT0GspZdorFWNFRc1TGK9feB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKBtqlvUVTv3ab4fidkKaUNTuLBpdPQQ { width:34.75rem;height:3.125rem;top:35.5625rem;left:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFh3Ac1aDDea5UPTPeqVoO1yKLUguHCc { top:29.1875rem;left:12.75rem;width:35rem;height:3.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFVzPofzMbUK2iKAKiyGrmcMF36vhdDe { width:13.4375rem;height:8.625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBv5P8IrWHsmcb952iyUR6sMSpiu6IZL { width:13.4375rem;height:8.625rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBcvGeKpIloOEzmJT7rKMMW9aP4o74UC { width:36.5rem;height:21.9375rem;top:3.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLZKToyM17trPyIv0RxcxtEXSoUkxFKm { width:13.4375rem;height:8.625rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NItq1QbacUvstnUt58bseHaIOtvAaq4F { width:16.5625rem;height:3.625rem;top:42.6875rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azlsPt9rxeTGoKgIMbv1m0KCHczqBxoW { display:block; }
 }@media only screen and (max-width: 763px) { #wu1RGKayZkzW1HzdGzSdagoIWC7ZB0gV { width:17.9375rem;height:1.375rem;top:46.0625rem;left:29.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVhx2xOkJbisFowdR8tQFNT2KpA565J1 { width:17.75rem;height:3.3125rem;top:43.75rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Witer7kAzgTk2b0TAzGNWAPxJofdBnJ8 { display:block; }
 }@media only screen and (max-width: 763px) { #TctGmyus2yZFqbihWzJwoqlaVrxQkPLf { width:13.4375rem;height:8.625rem;top:39.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhXFxLJ40SWwq7PIAybm1hRx63prmA2T { display:block; }#hhXFxLJ40SWwq7PIAybm1hRx63prmA2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waZF9ltE8KtWh8VsF1aay9dq8TT99Lzy { top:7.875rem;left:6.6875rem;width:41.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HovogS9pzml03rrvToQOOfF0lOEFKCGm { top:4.8125rem;left:13.25rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpGkqOVU5A5pLyg57IFCDTKJn9WHHPkh { top:1.875rem;left:13.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb2Bq6t44oHBb6XB3TO8P0avViOQOO9e { top:7.875rem;left:13.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN3nKI8b7KcwLqZEgZFPk1RbJf6mEmFW { top:2.375rem;left:0rem;width:18.375rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UENB8U0Skqxf6lme3eTyUoqq68FU8DtK { top:4.1875rem;left:12.5625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9obvIVaFfETTSXn95Cl1tsL530aGhph { top:7.3125rem;left:12.5625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBcoov38d5k5rvIsqJRLOzk7yF6KRWTs { top:1.25rem;left:12.5625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD1e7ykmNPty0ui6y0J8cFF51G8W1WQV { width:10.9375rem;height:2.75rem;top:1.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdTFQzG6DZ19vw1QDgPiF52Pk4icB4oU { display:block; }
 }@media only screen and (max-width: 763px) { #n9Bn475t5BJFCf3UxKTUdwE18D6TGy11 { width:19.6875rem;height:3.0625rem;top:3.9375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN1vPWgTEb4GBIl8ac40MsqS7PiLsH9d { display:block; }
 }@media only screen and (max-width: 763px) { #F3lesUQPl4foU3VmJiuVc2heu4okG9cv { display:block; }#F3lesUQPl4foU3VmJiuVc2heu4okG9cv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zpPXT56R8lwL7wkZrlo9EVaTPof80Juc { width:46.75rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFIW63aytThIpBU5BAfq7wp4HdyxROPb { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;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;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MtaT5TAQyA2uTTi2w5ObTcFIHInT42Bx { width:15.0625rem;height:4.875rem;top:0.21788215637207rem;left:2.4685330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJwQ5ie8SK0yWv5cqK79gM1gnD9B5t8y { top:13.519693374634rem;left:0rem;width:20rem;height:13.3121875rem;z-index:14999;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #LXITt3F4TxbmlSdsIbSf64RfBEDkUuNg { width:10.9375rem;height:0;top:49.20653125rem;left:4.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oq6UOpr3DHoEUugsmePuA6XOq0ch0529 { width:12.9375rem;height:3.625rem;top:44.33153125rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pp4dKDBgEqUfpBzDKXBH08pikMhxwp7h { display:block; }
 }@media only screen and (max-width: 763px) { #Hhb2Ev63hcdDh9dH5E6T2Q5An3U2WKZE { width:10.375rem;height:2.625rem;top:40.45653125rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tp2ezCXbPygZlAMd9At82kOcTSbO5aGM { display:block; }
 }@media only screen and (max-width: 763px) { #Ig2siDPFUHtm9eoexgF1eG3WftRnSZ8d { width:5.3125rem;height:2.625rem;top:36.58153125rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yXTiIyqvvJ7NRHqW5FMNPRr1PuT2nynG { display:block; }
 }@media only screen and (max-width: 763px) { #Eb77qa75TAv4zurIXb45GDQBSMecLmMO { width:6rem;height:3rem;top:28.08153125rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #ze6PHa4ObC7KaD1yEGJmSipF0XKAWJUC { display:block; }
 }@media only screen and (max-width: 763px) { #HdC2091MwiaQ8hyiBbtog9OJgByGyQuJ { width:9.625rem;height:3rem;top:32.33153125rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XnwhokfrwSd9D0L7mNPd8TvUk8BelNST { display:block; }
 }@media only screen and (max-width: 763px) { #wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5c92813c-2b94-49ce-b50e-4fb2acc44e8b/maingalleryTotallySteelDoors6.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP.adaptive-delivery-prevent-bg, #wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP.lazyload, #wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP.lazyloading { background-image: none; }#wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP > .row .container { background-color: transparent; background-image: none; }#wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP > .row .container > .video-iframe-container { display: none; }#wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP > .row > .video-iframe-container { display: none; }#wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP > .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); }#wMVuAc1kO8E1e7wZr0NL3OtTK9bTI5fP > .row .container { width:20rem;height:75.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIpR5Jz0cFvTap7aqC2BIv4cFm3dZU9r { width:19.9375rem;height:4.875rem;top:7rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #U4UnXBX1v0S7DUvk7l6mgNeZqV32mk29 { width:20rem;height:6.497375rem;top:12.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOJm80TusFXanENzcsVceZDEngRtSCzZ { width:20rem;height:3.6556rem;top:19.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #axNULUdhmLBK0ixoDrshNrvXZ070GErJ { width:20rem;height:3.8997375rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbfBJEBEFroTR3E8QkRUxBkZSwyGfxcJ { width:19.997375rem;height:3.57421875rem;top:25.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxSvMabybODcSkTbooMbekO9hTdezFN7 { width:20rem;height:36.5625rem;top:24.8125rem;left:0rem;background-color:#bfa372;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-input-text {padding-top: 0; padding-bottom: 0;}#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-input-select {padding-top: 0; padding-bottom: 0;}#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.5625rem;overflow:hidden;height:4.1875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;color:rgba(var(--color-primary-0),1); }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.5;overflow:hidden;height:auto; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K  { width:17.5rem;height:auto;top:29rem;left:0rem; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K {display:block;}#I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K { width:17.5rem;height:auto;top:29rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #b46D64l5Tk42oUXoIPWSWD362v1RuKb8 {  }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #MzEJEllrKLsT8sOUL90mdTXGCgczMqcE { display:block; }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #QsPDeSBKqlfWGpIl0WPdtdAIT09W9SQd {  }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #QiuoIuXB8dX1IR5eBbuMVlDOU7CAzd1g {  }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #DTSCvVtfo5x1bZCZ0Lg9rh6Rtl2SWHvl { display:block; }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #t7VHgk56eXG2RI6MRPi21tu7Ca5ETIRT {  }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #waLPyMANytUcRTfddnDB7ebbpENTphNT {  }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #iuyHJtpnlsiaThWTltQ0T758gwLrdAfJ { display:block; }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #dIB4scc1PmpSLaJbUc7cKwC9S7roPV9H {  }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #FLaWyLspQUCKoi34509iV47IkM4Nkk6h {  }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #Ry74PH6nB3Zh55oogE6hwuZTTi0s2EST { display:block; }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #vJPla01al7eCmBzQRJ68OOszN3AyJvfm {  }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #ZlUyG8GKtIsKwCfuHo7BDTRe208oygq6 {  }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #K6oARQweBdktPboE6CCpasRh85WHJtCJ {  }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #P3kdMeiyukL2yVIpqAyyoZcxTOHLTun1 {  }
 }@media only screen and (max-width: 763px) { #E06Dy2uXzKQ9TNonPRNpTacrDmHwBBss { display:block; }
 }@media only screen and (max-width: 763px) { #U0FB2p7nKkBiJBSuu1zdcAWXxo5qSh3N { display:block; }
 }@media only screen and (max-width: 763px) { #K66CNg8tOWVey2Zyot9BlUVPSquXyxF1 { display:block; }
 }@media only screen and (max-width: 763px) { #br3oW0XWeN6gwilBsRAIztEAGB22FclZ { display:block; }
 }@media only screen and (max-width: 763px) { #C30VgDEMksJIgD3vJAkNoLVv5KgoXNR6 { display:block; }
 }@media only screen and (max-width: 763px) { #xJQ8gh3zgZuIJoiFldS2SkdsHaXdhe0A { display:block; }
 }@media only screen and (max-width: 763px) { #NLRTMRIk8UcJaTbLZJXx5NRtFSfMJMPm { display:block; }
 }@media only screen and (max-width: 763px) { #TPDXO34RM042BmvNouucOCmKpBeg8ZT7 { display:block; }
 }@media only screen and (max-width: 763px) { #G8UTr1JplJa2DDTk8lSMJsPTFh9u4INd { display:block; }
 }@media only screen and (max-width: 763px) { #TnIJfvz2lC8ugvEbD356LOEMrnagxegc { display:block; }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #NuUe0JfFyV499qzc0UUK4T92GJw2XB8l {  }
 }@media only screen and (max-width: 763px) { #I2c4vRAabHr7BtfpwW9efC0OnRwqnl0K #Ltl9rn4FtXyQhsOZWyXBLUQPXqAItzT5 {  }
 }@media only screen and (max-width: 763px) { #bqCxS4l9MZTiMP1RA4e580M4wVsWe8S9 { width:20rem;height:9.875rem;top:63.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1T3KP57POTcJrovlTCpaBXSXAZcxdCt { width:9.0625rem;height:1.8112rem;top:70.875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMrXEND25QkQK7UGNfKwo7mhg2sA43D9 { width:2rem;height:2rem;top:70.75rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsbFG0y0FsnwefSBttDDKvTxpTADcx4a { width:11.5625rem;height:0;top:67.5625rem;left:8.375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #w8x5CDmKXlQ2Jvq2zSS8Gx2b3fQZONei { width:8.5625rem;height:1.2999125rem;top:71.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkybvO5nblNIf6V3iuw19Iy4eHgRibbE { width:6.375rem;height:6.375rem;top:64.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3rVSRaE7Z7n4B92wQh7TrUDJmwNrPBV { width:4.375rem;height:4.0625rem;top:65.5625rem;left:2.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX7bmmxWeulJoo99baTglNDg9cZvKMSA { width:11.125rem;height:5.19965625rem;top:64.625rem;left:8.0625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #EA2Jqs32z1mmrH3nEbIGoK4rd1ezyF4U { display:block; }#EA2Jqs32z1mmrH3nEbIGoK4rd1ezyF4U > .row .container { width:20rem;height:98.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sa9bMyExQqcXOWXW1szQQGyCTyKI3EdZ { width:13.625rem;height:3.93555rem;top:82.375rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #EDSv913IuogDRbTSpdHBhuZxAtHlAwWy { width:12.5rem;height:3.93555rem;top:67rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #lT2eau5hRhGG8saWAF3mlElOu1RLCc23 { width:14.3115rem;height:13.75rem;top:28.625rem;left:2.875rem;z-index:15001;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ta0IhlRNAJLUzzDnJ9OWIvOzTEri9EPw { width:14.3123125rem;height:13.75rem;top:43.9375rem;left:2.8125rem;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #urvyBmwTiLerpzvD4TJR7n55Z3SbTryd { width:13.125rem;height:3.93555rem;top:36.0625rem;left:3.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #l5aFJimMbtWDksupoORVo7V7bftm24Ph { width:12.5rem;height:2.6237rem;top:51.4375rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #cuoCTukcs1DTxOunQmFALhsPyfImslzT { width:14.25rem;height:13.75rem;top:59.1875rem;left:2.875rem;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sX5FxVWHnWDhqSBiPEeWo4l4z2yn0DHV { width:14.25rem;height:13.75rem;top:74.4375rem;left:2.875rem;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ruHsWQCTcQSMs7MmfptfeC6w6DP4LFkQ { width:19.99925rem;height:0;top:116rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SZGbZiqxI2qlI6Z2tf3BNK4QP5oaoIIv { width:19.99925rem;height:0;top:125.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dFIGZdlOEJDsxLzWDqzzS1JPRqoiNcFR { width:19.99925rem;height:0;top:145.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hEaetiGR6SNw9MKaqG1JHXnT7Sw3vT74 { width:19.99925rem;height:0;top:135.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #br88Ub5MxfZTXlTgmPWhqiGNeUQFegI8 { width:19.99925rem;height:0;top:152.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ao6MHt0wID4bWUeNAAZM2UWeDnf4z9Th { width:19.99925rem;height:0;top:161.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PlB2A3qv5IVMhLpmSRIlgOaGyequwKrJ { width:19rem;height:24rem;top:2.1865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF2xn83cllLCym8LcB2k5PXKgeUBAuTN { width:19.0625rem;height:2.75rem;top:5.1875rem;left:0.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dFzfkkg10ShNkJ0fzG897Aa6BcqL2wvS { width:18.9375rem;height:6.3715rem;top:10.9375rem;left:0.53125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u7ZhIN5gXfcnIe1M0M8QwMH7RyJyGRXU { width:20rem;height:28.875rem;top:168.63671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DH61hsdi7lswAfoqhsULw8N1mf065Qdu { width:13.4375rem;height:3.625rem;top:90.625rem;left:3.3125rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #CQmC2P0OhACt5CFeHi666mm9G7knK9Lo { display:block; }
 }@media only screen and (max-width: 763px) { #xgGP9h0Z7meSfTyQxs732SNGKlVuZAOC { width:14.75rem;height:1.13715rem;top:22.625rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15017;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #NVL1wb8nZ1cOrTKfbScExcQNNVTygJLZ { display:flex;width:3.125rem;height:3.125rem;top:30.875rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #BP67n4JBFGtRuQxMGENRPGNrMNGr2nWP { display:flex;width:3.125rem;height:3.125rem;top:46.25rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #p25XReQDtbV5AwHVvT0MG0bB1DCTZ56k { display:flex;width:4.0625rem;height:4.0625rem;top:61.5rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #OUlrQ1cZTfV7vlpvGGp1rGyiekxEuUZ0 { display:flex;width:4.0625rem;height:4.0625rem;top:76.6875rem;left:8rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #Er1QtESETX5zHbbVdqmIAVRaoLvuAWBB { display:flex;width:1.5625rem;height:1.5625rem;top:116.368rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BdE8Z31WQS1espi0oTDS25oLEk5MBbpq { display:flex;width:1.5625rem;height:1.5625rem;top:113.5555rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTfATUnug0FPT7Ngf7cDm62zRbbt0SWq { display:flex;width:1.5625rem;height:1.5625rem;top:119.1805rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTXTi78uIBnDl3olwmtdhq5LuEKNJUX3 { display:flex;width:1.5625rem;height:1.5625rem;top:121.993rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AC7EGzMq3Uoaio1RJMCMphrDbsOrfeJ0 { display:flex;width:1.5625rem;height:1.5625rem;top:124.8055rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HKx5cXUG1JNTr9158THnpRc7dv6qZgVw { display:flex;width:1.5625rem;height:1.5625rem;top:127.618rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMnTIOlblWPQDdJVAe6zhRdP817yBGEm { display:flex;width:3.125rem;height:3.125rem;top:130.4305rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #praSI2TxHbWTwJSkc6CddErJf4Nq8I9h { width:16.5rem;height:3.5625rem;top:19.0625rem;left:1.75rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #UA9pcRy0l9IlxLQ702LGElpETMbThenC { display:block; }
 }@media only screen and (max-width: 763px) { #oIDF1me4MFC0W1cONa2yqQu5efSuZl5X { width:13.4375rem;height:3.625rem;top:60.48977734375rem;left:3.25rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #IDmNcf4uRgonDTtH9erQ7Cx1dSW068nk { display:block; }
 }@media only screen and (max-width: 763px) { #z2fP5kcexekinkJD4n4XVUkQ8hvqz10M { width:17.9375rem;height:3.75rem;top:91.520835876462rem;left:1.03125rem;font-family:montserrat;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #snKFP6k5lWGLpOxIJDpMFRhmknC9ZmVL { display:block; }
 }@media only screen and (max-width: 763px) { #SfcQyecbZzS4fi5HS9NrwFZ51L6ifgCh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c1a30baa-3ab3-40fe-a829-64ec7e96d2fb/SupermattWhiteInRailOakham.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#SfcQyecbZzS4fi5HS9NrwFZ51L6ifgCh.adaptive-delivery-prevent-bg, #SfcQyecbZzS4fi5HS9NrwFZ51L6ifgCh.lazyload, #SfcQyecbZzS4fi5HS9NrwFZ51L6ifgCh.lazyloading { background-image: none; }#SfcQyecbZzS4fi5HS9NrwFZ51L6ifgCh > .row .container { background-color: transparent; background-image: none; }#SfcQyecbZzS4fi5HS9NrwFZ51L6ifgCh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #424041; }#SfcQyecbZzS4fi5HS9NrwFZ51L6ifgCh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfcQyecbZzS4fi5HS9NrwFZ51L6ifgCh > .row .container > .video-iframe-container { display: none; }#SfcQyecbZzS4fi5HS9NrwFZ51L6ifgCh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #424041; }#SfcQyecbZzS4fi5HS9NrwFZ51L6ifgCh > .row > .video-iframe-container { display: none; }#SfcQyecbZzS4fi5HS9NrwFZ51L6ifgCh > .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); }#SfcQyecbZzS4fi5HS9NrwFZ51L6ifgCh > .row .container { width:20rem;height:115.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hwn7c3lcaWzQL5pKvAeipgRAwMEl4wVU { width:19.999rem;height:4.1232625rem;top:2.75rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E9oGUw7oBH7GyKICA4C9A5cBBCGXFs36 { width:20rem;height:12.74306875rem;top:12.0546875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tz5bAbWtktdufBIMUuTfvfAUnv41XuOg { width:13.25rem;height:0;top:63.67724609375rem;left:3.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #e6BCd1keom7t5m7Re8NVJNTDnzcrO2Cu { width:17.9375rem;height:3.75rem;top:107.1875rem;left:1.03125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #sh0cqiPAvr9z0duTxN4elekFuJaoz6TP { display:block; }
 }@media only screen and (max-width: 763px) { #IColuEwbkgqJwBhcrqdmpHbRFe00aWPJ { width:20rem;height:2.33506875rem;top:7.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #huqgQv7q6E3E5IdP1msTIzmxeUvspSpM { width:20rem;height:14.3359375rem;top:46.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTrNBRwZLmBJH4DuLLzXc9RuRochPT5U { width:20rem;height:4.0625rem;top:28.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x0Co6wAX0KPpqKqEH7pLuef8Fkbynvq2 { width:20rem;height:0.3125rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl7Vu8oUxcq900F2GqMddKE3DCuwxaPw { width:20rem;height:10.9873125rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNVcOQoqoQSpx8Gp5tWchNJq3TrGVF8H { width:20rem;height:0.3125rem;top:64.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9DiqiEMSNqQEgkVJ5n9EKW6KfPWVDJq { width:20rem;height:13.0859375rem;top:73.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6Z3U6T27dv2XxZCHZGLm4us10lbnXCx { width:20rem;height:6.09375rem;top:66.0625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gfJRSOec3xqMNqq9sDuxHB8Lg5Nz1AtC { width:20rem;height:15.30275rem;top:88.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uEppGAl4cV2dbPPaVxUVMh3dfE28Oys5 { width:19rem;height:4.375rem;top:87.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #psXAhLVTVOO0Q9iVXhJkr04HD3z3qxTv { display:block; }
 }@media only screen and (max-width: 763px) { #bkEX5WenF0wkFbpN6iGP9H24TqUKKyZF { display:block; }#bkEX5WenF0wkFbpN6iGP9H24TqUKKyZF > .row .container { width:20rem;height:143.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORhnKC44k12nnKOIWgBbBQAeurAhiQ6V { width:20rem;height:3.65625rem;top:9.8593549728394rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rbdwa3TyZzJrxTHA244BsmQ30Di9rew0 { width:19.875rem;height:6.18489375rem;top:2.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a6rcs679ZzFUhq5Hop1GmMdWe9CQ3cD1 { width:20rem;height:1.3808625rem;top:18.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzR7Wlz1vskeoO6kczoZ5U1KG8da5oVv { width:19.9375rem;height:7.3111875rem;top:20.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTZGUExK2VTO7dT9cxXJHrkQQRtTzp0C { width:19.875rem;height:8.52975rem;top:35.625rem;left:0.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kScQ7HNTpftbiHRdO633duXhvIRAiy5u { width:20rem;height:1.3808625rem;top:33.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJTPZKgf07XNkEUhc5PfJwRwB9tq2NWp { width:19.875rem;height:8.52975rem;top:51.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ap4Lu3UnLr7eWzkT9QRx2dpVUlc6PRDy { width:20rem;height:1.3808625rem;top:49.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAlgsPK04p3gEfldB8bTTk3cddPhCnPM { width:20rem;height:1.3808625rem;top:65.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knp8fX2N7iTqTIieDpWKWmf4lTJTDq1I { width:20rem;height:7.3111875rem;top:67.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OVhNT25T6xLyaLexGDSCDLqs3tedIhig { display:flex;width:1.5625rem;height:1.5625rem;top:15.5rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #VUVJGxN36rH2EByePnlTqES9S17DTPHr { display:flex;width:1.5625rem;height:1.5625rem;top:30.4375rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #rBKpaMgAhkwfhDqhR8TRoInB8LCs8BbJ { display:flex;width:1.5625rem;height:1.5625rem;top:46.4375rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #fmX5PtiMBPWVrMahelqlEep1zTIXOPMT { display:flex;width:1.5625rem;height:1.5625rem;top:62.5625rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #Dmbxe3TnqHzKmV4J1s5X4xqmwznP9onT { width:18.9375rem;height:3rem;top:133.125rem;left:0.5625rem;color:rgba(var(--color-secondary-2),1);font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Be8wy74NBrZx96E3vTCXn6ErQbePMWXu { display:block; }
 }@media only screen and (max-width: 763px) { #Z7vdHaLdh3PLNaSXNsxbSy0knrxki2nS { width:18.8125rem;height:1.13715rem;top:136.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-primary-4),1);font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #BvOhMAiQbJqLoDHdQfT5fHDWAEFH7QEJ { width:15.3125rem;height:20.5rem;top:77.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxqWRtp5U27vTgSf6LdoHhgg6X4EJevw { width:15.3125rem;height:20.5625rem;top:91.4375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq75As0zbgpEnu7tMhv0dasDu8XRBCQ4 { width:19rem;height:24rem;top:115.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DblGsQSc1TNKdstOZcTlgrdtNCG5TdXE { width:20rem;height:2.75rem;top:118.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EszVdKT6Ht0xCnri6vN7Wl5loHZTrlr1 { display:flex;width:3.125rem;height:3.125rem;top:147.500975rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CK6gzv1sSpTKF59Q9rCNJ2r3zA94E4iE { width:18.75rem;height:6.3715rem;top:124.375rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #pxT7BEcSfXcPJhBROHAZ92SCDmQ14TW4 { width:19.0625rem;height:4.375rem;top:152.500975rem;left:0.9375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ylBPgu1OwRNlzuWsRIVuXbeL0z2uqb2i { display:block; }
 }@media only screen and (max-width: 763px) { #xMoApKySMTZi08scwHfnKQA3AQxZiwPt { display:block; }#xMoApKySMTZi08scwHfnKQA3AQxZiwPt > .row .container { width:20rem;height:316.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Km6L7t3B1GqafCXyIHSd0Iat3a6kfWid { width:20rem;height:auto;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #isikJ9dMsEt89dAMZN9RSlTuGqETFG2E { width:20rem;height:4.1232625rem;top:2.0625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hcf9uH3XUhAVQUbkOKbWaXWnRDszNIZO { width:20rem;height:21.6666875rem;top:7.8359375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Gg6KkyX0GEKrF2z7T94e3zC5mTNSI98x { width:16.25rem;height:21.6875rem;top:31.412109375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7e2SWrX1ZQOBfNz2wRa0TnidXmIPTwt { width:17.9375rem;height:3.75rem;top:308.912109375rem;left:1.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTBbneM9XIXKzdiR8UfuTK1WbvfaLvet { display:block; }
 }@media only screen and (max-width: 763px) { #hxBdNZXlZANxtKu7XPuTfpRfrcifhU65 { width:16.25rem;height:21.6875rem;top:54.412109375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dghl6X2W1d9z2JvZ1gEKamaH47xCDlPI { width:16.25rem;height:21.6875rem;top:77.349609375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU2HnXa638NNgIzsKPFBg5efJvHSSGqV { width:16.25rem;height:21.6875rem;top:100.349609375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwegg3ntJRUaLwmkwa5C87mQvl8RsSuZ { width:16.25rem;height:21.6875rem;top:192.162109375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuZoGJVvq9FRMWf9tN0q5HzWIzhzz4rF { width:16.25rem;height:21.6875rem;top:169.224609375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk1QrTSH37BbQWEqt4tPFTFi98G3UBsW { width:16.25rem;height:21.6875rem;top:146.224609375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFJUyKNnZo8EbknDlMzCosxQC9DfRT9T { width:16.25rem;height:21.6875rem;top:123.287109375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcgQBODztKNIJ0zKxVTNW86Fwb3q2EtD { width:16.25rem;height:21.6875rem;top:283.849609375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaExhuBlPD8ncHlbhmpmk6aHw4lTCErO { width:16.25rem;height:21.6875rem;top:260.912109375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5DsIFBNU8LBxM0ZI8D23OJDnCxDTgvP { width:16.25rem;height:21.6875rem;top:237.974609375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcq0At7rnpSFsdxN7J8T3XQw3DcX9noN { width:16.25rem;height:21.6875rem;top:215.037109375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqca4f7T3Tv8EWwuLS4ElBMmsx5OhExz { display:block; }#Nqca4f7T3Tv8EWwuLS4ElBMmsx5OhExz > .row .container { width:20rem;height:173.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6s8P9qRRTDMPkJwwTHTukUdR1zS5Wut { width:20rem;height:2.0625rem;top:2.4375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K3oKViyc3elxT2rUiXKoNaMwJqzt9b9N { width:20rem;height:19.6777875rem;top:6.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #a52H8Wm9aPNs75J5R4SfGLMUXmlnSF4P { width:10.125rem;height:10.3125rem;top:33.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET5guoHpakB0TesIghGczRPsGiecRXAT { width:20rem;height:1.7871125rem;top:29.8740234375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #HglNWqzqX734ciTefUOW3LZgWHUVVgde { width:10.4375rem;height:10.3125rem;top:63.124965667725rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVtdhpiPBqoxCmA0HJAMXSJHbQOQNWId { width:19.9375rem;height:11.25rem;top:45.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ebfKT9azsOJTyyltnGT6b9lIQDB7zGs4 { width:20rem;height:8.4375rem;top:75.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JtFwT0pL2Q2Q3xQMQhTiw3asnEfT7mvw { width:20rem;height:1.7871125rem;top:59.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FssLQ8LVreWghnfw1lQTZuRb7txkP8OC { width:10.1875rem;height:10.3125rem;top:90.062480926513rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmqEO9lFSlPfSctOfprwSxBwPXZ3N9tx { width:20rem;height:11.25rem;top:102.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IEwLUHkT9Kx1Sis5P15KRbUsZdUZnNu4 { width:20rem;height:1.7871125rem;top:86.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K7MB98vpSEKxxTAcFcZAb13dC3XV1xqg { width:10.3125rem;height:10.3125rem;top:119.81254386902rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcZF2mezh1JKzgrhzNn4sbPeblpHRuoc { width:20rem;height:9.84375rem;top:132.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Fz2l2zAs8TpHQBToJrlpq0K0rWEpIl9p { width:20rem;height:1.7871125rem;top:116.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gKbcSV5swsUuPat06QgTeXTcEV4hwOHd { width:20rem;height:17.1875rem;top:35.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ED28nmiXzFnZT6rSaN5V5gBWFlFESsot { width:20rem;height:17.1875rem;top:193.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0QfuOZ41igd3p01ZN6Uk7LldxVibqlT { width:20rem;height:17.1875rem;top:321.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B1J7IlbZK6AEgkKye0itw7sfshJ8bNIa { width:19.375rem;height:21.875rem;top:18.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r14WpqSJb35tyCog1uWKD8LIcKTuzibL { width:19rem;height:24rem;top:144.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIwUei8xmePTOwTeqTlhEydLQW5lu0Iv { width:19rem;height:2.75rem;top:147.8125rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SDLiDtiBHePJV4pWH03dTSeiL8eNz0fJ { width:18.875rem;height:6.3715rem;top:153.625rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #qWbBy38E6M4vx3AQbJ0OSLsghhuOrksH { width:15.25rem;height:2.8125rem;top:162.5625rem;left:2.5rem;color:rgba(var(--color-secondary-2),1);font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5anotJEUzSk3z39Mbhc75tvU4J11Xgi { display:block; }
 }@media only screen and (max-width: 763px) { #cXJOBDyRRnzQVBABJB0E8n8UkxePSTDX { display:flex;width:3.125rem;height:3.125rem;top:336.06066894531rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d5AK0VUMv9X1dkf24ZDEXtlw5R4PlylI { width:18.8125rem;height:1.13715rem;top:165.5rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-primary-4),1);font-family:montserrat;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ZIMCNrEGv3z3znTV38ckAseMluRKgfdM { display:block; }#ZIMCNrEGv3z3znTV38ckAseMluRKgfdM > .row .container { width:20rem;height:68.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WcBFbFnJl2v8qDIZwSZoUSMHU57Po6VC { width:20rem;height:3.2487rem;top:17.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC7KpkfkgbUBX9J3oCTCnx4GMODflA0K { width:19.9375rem;height:3.93555rem;top:21.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MRHwom5iR7MGQ5LC6TG9Mlld4XU1fKRG { width:20rem;height:5.24739375rem;top:37.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #avlEuFh0P1tG4wUvntZtAvUmDltdlAFl { width:20rem;height:3.2487rem;top:33.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMq6tlg2tm1eRHVgTeq4FsObgmTsTGWh { width:20rem;height:5.24739375rem;top:53.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HPLsPKkECLLr5qT0tJNNdlSEfmrnownk { width:20rem;height:1.625rem;top:51.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#050200;display:block; }
 }@media only screen and (max-width: 763px) { #KDMBB3wHFfqlNzfcPxqKyuKi0zVSpAH8 { width:20rem;height:7.3111875rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1aUaneHw2zPfw3ZWFonJxiefdZwUe2h { display:flex;width:5rem;height:5rem;top:11.875rem;left:7.5rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #tH1zZSDHZaAKQz6Phhw6d2avuGLrDTrI { display:flex;width:5rem;height:5rem;top:27.875rem;left:7.5rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #SAg70TqlVXzhmbtKTzyFIDq67UJTh7hd { display:flex;width:5rem;height:5rem;top:45.25rem;left:7.5rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #fqw9UNpWewVzbzrI99ibSfwfBQbPUNkr { width:17.9375rem;height:3.75rem;top:61.8125rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9MPaU8LEytqvezkS6ws3GHseH7bhvfC { display:block; }
 }@media only screen and (max-width: 763px) { #pXmwCu8IrpSsp5C7hv9P1ad7X09ET2BM { width:20rem;height:1.13671875rem;top:166rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-primary-4),1);display:none; }
 }@media only screen and (max-width: 763px) { #PKJMmQbezeOtR1OV21m9XeXElNtwI6VP { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP > .row .container { background-color: transparent; background-image: none; }#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP > .row .container > .video-iframe-container { display: none; }#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP > .row > .video-iframe-container { display: none; }#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP > .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); }#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP > .row .container { border-width: 0; border-radius: 0; }#PKJMmQbezeOtR1OV21m9XeXElNtwI6VP > .row .container { width:20rem;height:118.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RcF3vIHnD5Ql4nF3bRSn8NFoToWPcwm4 { width:7.5605625rem;height:6.5rem;top:13.8671875rem;left:6.21875rem;text-align:center;text-align-last:center;font-size:5rem;color:#bfa372;display:block; }
 }@media only screen and (max-width: 763px) { #hOKq8TGNUaEaNpnedP6Ezl8egQKVDOVf { width:20rem;height:1.625rem;top:21.2421875rem;left:0rem;text-align:center;text-align-last:center;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eki4RE2TirqwkI70yFMyXefOMkVsiLAE { width:19.1875rem;height:7.3112rem;top:24.7109375rem;left:0.4375rem;text-align:center;text-align-last:center;color:#000000;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R53q3CpsFsJButls30bNviT9vmWQdqbB { width:20rem;height:8.52973125rem;top:53.591796875rem;left:0rem;text-align:center;text-align-last:center;color:#000000;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbm6uH68Vd5FThsxZ9C8uD2D07IABSM6 { width:7.5605625rem;height:6.5rem;top:43.625rem;left:6.25rem;text-align:center;text-align-last:center;font-size:5rem;color:#bfa372;display:block; }
 }@media only screen and (max-width: 763px) { #JuHup3WfTtABGAwmzorkgq8f6XBmFn6J { width:20rem;height:1.625rem;top:50.8125rem;left:0rem;text-align:center;text-align-last:center;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXRy2460yceeFMsJq4UiTAyhG1w29G9o { width:20rem;height:10.96679375rem;top:75.16015625rem;left:0rem;text-align:center;text-align-last:center;color:#000000;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzlapKkkV0JTSTGVxrHWvbyAFi9rsJhH { width:7.5605625rem;height:6.5rem;top:65.279296875rem;left:6.21875rem;text-align:center;text-align-last:center;font-size:5rem;color:#bfa372;display:block; }
 }@media only screen and (max-width: 763px) { #eCRSP1zxVbLquQTps9Ui7o6JL6XUUmXs { width:20rem;height:1.625rem;top:72.44140625rem;left:0rem;text-align:center;text-align-last:center;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIzzi9e6iGU17KdZindKilshqqItmSvz { width:20rem;height:7.3111875rem;top:2.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #Ex3zOJd4Fr8qgMmlhS9nwvvmyQ5LaikA { width:17.9375rem;height:3.75rem;top:34.5859375rem;left:1.09375rem;background-color:#424041;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JdFB5okGB5d6kqXrolXDzZ5S1Gzzllfa { display:block; }
 }@media only screen and (max-width: 763px) { #hxKV5ymJzqytvv7Ju0aNhZVcRqkQOhFO { width:19.375rem;height:27.5625rem;top:12.8984375rem;left:0.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #bfa372;border-left:0.3125rem solid #bfa372;border-right:0.3125rem solid #bfa372;border-bottom:0.3125rem solid #bfa372;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uuCZt7KKcX6n3r3FWpu2piLNO40GATA5 { width:19rem;height:24rem;top:89.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ndo8To6ucTReZ6dgMmotdgMAtGDXwmDc { width:19.0625rem;height:4.375rem;top:50.7109375rem;left:0.9375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #fBanzteURJZwAopFXmOmKFZFtUQxMSeR { display:block; }
 }@media only screen and (max-width: 763px) { #wHN6cW5iypLeNUcZ7grkN56Ags0p8q76 { width:18.8125rem;height:6.3715rem;top:98.9375rem;left:0.59375rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #zTV71SpnAU0SJQCbid4v78ivIGs3DhTG { display:flex;width:3.125rem;height:3.125rem;top:46.0234375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l00dHF2pFVdCGwS6g7rdW45Low9NtAH1 { width:19.0625rem;height:2.75rem;top:92.5rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RvxE2do6sR5OHvbZLiMyRXVoyI58cndi { width:15.25rem;height:2.8125rem;top:107.875rem;left:2.375rem;color:rgba(var(--color-secondary-2),1);font-size:1.875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #SFhOEqX4aE8UUpcG91NVmdqTfP50Xqxo { display:block; }
 }@media only screen and (max-width: 763px) { #pL3lMna2sTPaGVgfmLGaWSV0cpbxNxAF { width:18.8125rem;height:1.13715rem;top:110.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-primary-4),1);font-family:montserrat;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ieFqtFqF8SdWzffCCFgg8GQdsBEtiOP0 { display:block; }#ieFqtFqF8SdWzffCCFgg8GQdsBEtiOP0 > .row .container { width:20rem;height:90.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abdHG1mE4KvVtwbiRO0W7rJKTmNFy3E3 { width:18.875rem;height:19.5rem;top:11.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVm0OlLFWAaBh1z67lH5Pggup3TaBrMZ { width:17.5rem;height:10.2018125rem;top:14.8125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLU7kiLGUoRioFCv0yKbvIhwX64XXK3u { width:11.25rem;height:1.625rem;top:26.3125rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8g0DquXrdmhkSECBkRHAxHzQKC7WfSo { display:flex;width:3.999025rem;height:3.999025rem;top:9.3125rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #LFfT3bycx1VZ3X06RnNsEX3HbKNQGRw8 { display:flex;width:1.436525rem;height:1.436525rem;top:28.5625rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #yOchDOmzoRQXc86kaMqf21z3dMpAlylc { display:flex;width:1.436525rem;height:1.436525rem;top:28.5625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #unJSWOd9i73LA2wwx9MPIKzqhVIuJegB { display:flex;width:1.436525rem;height:1.436525rem;top:28.5625rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #mRLG3Nuuz7L7dNMMqWERnC16Xk45RJJ9 { display:flex;width:1.436525rem;height:1.436525rem;top:28.5625rem;left:10.75rem; }
 }@media only screen and (max-width: 763px) { #cEyHLgkUyFWAkTRn71bhJ7RJeUJX4g7f { display:flex;width:1.436525rem;height:1.436525rem;top:28.5625rem;left:12.25rem; }
 }@media only screen and (max-width: 763px) { #r5EyBA4SuJqu5rPxoISAG5GHyf3KIfz9 { width:18.875rem;height:20.375rem;top:35.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmcedtLpMIU3NLqZpASrqlBh0zmTeXnh { width:10.246125rem;height:1.625rem;top:50.4375rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS9vMc3zKLFCTSyikIa4Lfy3qZhpRwGk { width:17.5rem;height:11.902125rem;top:37.8125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBzKZUbpCWZ7ItGqzbTVLSrOGhb23CU7 { display:flex;width:4rem;height:4rem;top:33.125rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #TSyuI67c4NM3S3bFTqPvTI9uBEN4DrNi { width:18.875rem;height:20rem;top:60.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlpTmQeUoZdtJOV7DqFO50o1yDzsqJrS { width:17.5rem;height:11.902125rem;top:62.5rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVOTfsr02mpZqP7sCcRBuUITyAND7KhJ { display:flex;width:4rem;height:4rem;top:57.8125rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #ToLrzqiWoW2Z4wrgGnIQzXXLVnOeBrHl { width:10.2480625rem;height:1.625rem;top:75.1875rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZNES2e4IaZwpugwQXTbmh5Ae5QqSTAP { width:20rem;height:5.19748125rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3o1dymsyspNOVMh3VKeTPw0VstLetkg { display:flex;width:1.4375rem;height:1.4375rem;top:52.4375rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #zR4T3uLTfVqFPeQOzpZlmKCT5lQxv2o3 { display:flex;width:1.4375rem;height:1.4375rem;top:52.4375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #dOeJ7NZvJd8Ara952UiKHuwhcv8bcnCJ { display:flex;width:1.4375rem;height:1.4375rem;top:52.4375rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #XghtE1id1uAhmtN94EsLMbdGV6xBLcdQ { display:flex;width:1.4375rem;height:1.4375rem;top:52.4375rem;left:10.75rem; }
 }@media only screen and (max-width: 763px) { #NCESA58cTTE92ZHKsvwt2NrWTBpz8xJq { display:flex;width:1.4375rem;height:1.4375rem;top:52.4375rem;left:12.25rem; }
 }@media only screen and (max-width: 763px) { #W1J01MpEO2mhvDU3T9grEEgQJ1RZODXJ { display:flex;width:1.4375rem;height:1.4375rem;top:77.125rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #pgMWvTm4uNuhNF2iO7qPZlzTDsRyd5tR { display:flex;width:1.4375rem;height:1.4375rem;top:77.125rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #Edfpym7cFOs9b2MQmM3TV6LVaSgcS9Ex { display:flex;width:1.4375rem;height:1.4375rem;top:77.125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #FeVbFTWf82bw4aCUWu7Q8LgUaP0OrhKN { display:flex;width:1.4375rem;height:1.4375rem;top:77.125rem;left:10.75rem; }
 }@media only screen and (max-width: 763px) { #zXVCFlBZ0XX9tSvZGxvG8dhOWBpHxZTb { display:flex;width:1.4375rem;height:1.4375rem;top:77.125rem;left:12.25rem; }
 }@media only screen and (max-width: 763px) { #KsUwVfoCoSlCHU00orlAc0pLEwkQ0yz9 { width:20rem;height:1.0556625rem;top:29.01953125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #lgJVzqowGMWa3Kh4F9RnXLQAIvGrU7pP { width:17.9375rem;height:3.75rem;top:83.6875rem;left:1.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqCwtTZLzd4umRhDtHV4bbZMxpzBH1xO { display:block; }
 }@media only screen and (max-width: 763px) { #J6cEqoEWGT0GspZdorFWNFRc1TGK9feB { background-color:#ffffff;background-image:none;display:block; }#J6cEqoEWGT0GspZdorFWNFRc1TGK9feB > .row .container { background-color: transparent; background-image: none; }#J6cEqoEWGT0GspZdorFWNFRc1TGK9feB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6cEqoEWGT0GspZdorFWNFRc1TGK9feB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6cEqoEWGT0GspZdorFWNFRc1TGK9feB > .row .container > .video-iframe-container { display: none; }#J6cEqoEWGT0GspZdorFWNFRc1TGK9feB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6cEqoEWGT0GspZdorFWNFRc1TGK9feB > .row > .video-iframe-container { display: none; }#J6cEqoEWGT0GspZdorFWNFRc1TGK9feB > .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); }#J6cEqoEWGT0GspZdorFWNFRc1TGK9feB > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKBtqlvUVTv3ab4fidkKaUNTuLBpdPQQ { width:20rem;height:4.125rem;top:21.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFh3Ac1aDDea5UPTPeqVoO1yKLUguHCc { width:20rem;height:2.40625rem;top:17.3125rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KFVzPofzMbUK2iKAKiyGrmcMF36vhdDe { width:19.3125rem;height:12.4375rem;top:52.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VBv5P8IrWHsmcb952iyUR6sMSpiu6IZL { width:19.375rem;height:11.6875rem;top:40.5rem;left:0rem;border-top:0.3125rem solid #424041;border-left:0.3125rem solid #424041;border-right:0.3125rem solid #424041;border-bottom:0.3125rem solid #424041;display:block; }
 }@media only screen and (max-width: 763px) { #IBcvGeKpIloOEzmJT7rKMMW9aP4o74UC { width:19.375rem;height:11.667rem;top:3.25rem;left:0rem;border-top:0.3125rem solid #424041;border-left:0.3125rem solid #424041;border-right:0.3125rem solid #424041;border-bottom:0.3125rem solid #424041;display:block; }
 }@media only screen and (max-width: 763px) { #zLZKToyM17trPyIv0RxcxtEXSoUkxFKm { width:13.4375rem;height:8.625rem;top:35.792rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NItq1QbacUvstnUt58bseHaIOtvAaq4F { width:16.5625rem;height:3.625rem;top:27.625rem;left:1.75rem;color:#c4a56f;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azlsPt9rxeTGoKgIMbv1m0KCHczqBxoW { display:block; }
 }@media only screen and (max-width: 763px) { #wu1RGKayZkzW1HzdGzSdagoIWC7ZB0gV { width:20rem;height:1.0563125rem;top:31.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #aVhx2xOkJbisFowdR8tQFNT2KpA565J1 { width:17.75rem;height:3.3125rem;top:34.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Witer7kAzgTk2b0TAzGNWAPxJofdBnJ8 { display:block; }
 }@media only screen and (max-width: 763px) { #TctGmyus2yZFqbihWzJwoqlaVrxQkPLf { width:13.4375rem;height:8.625rem;top:57.03809375rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hhXFxLJ40SWwq7PIAybm1hRx63prmA2T { position:relative;z-index:auto;display:block; }#hhXFxLJ40SWwq7PIAybm1hRx63prmA2T > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waZF9ltE8KtWh8VsF1aay9dq8TT99Lzy { width:16.125rem;height:4.19921875rem;top:13.8125rem;left:3.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HovogS9pzml03rrvToQOOfF0lOEFKCGm { width:1.311525rem;height:1.311525rem;top:8.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpGkqOVU5A5pLyg57IFCDTKJn9WHHPkh { width:1.31185rem;height:1.31185rem;top:11.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb2Bq6t44oHBb6XB3TO8P0avViOQOO9e { width:1.3125rem;height:1.3125rem;top:14.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN3nKI8b7KcwLqZEgZFPk1RbJf6mEmFW { width:14.9375rem;height:4.6875rem;top:1.185546875rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UENB8U0Skqxf6lme3eTyUoqq68FU8DtK { display:flex;width:2.374675rem;height:2.374675rem;top:10.75rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #a9obvIVaFfETTSXn95Cl1tsL530aGhph { display:flex;width:2.374675rem;height:2.374675rem;top:13.8125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #pBcoov38d5k5rvIsqJRLOzk7yF6KRWTs { display:flex;width:2.374675rem;height:2.374675rem;top:7.75rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #QD1e7ykmNPty0ui6y0J8cFF51G8W1WQV { width:12.375rem;height:2.375rem;top:10.75rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdTFQzG6DZ19vw1QDgPiF52Pk4icB4oU { display:block; }
 }@media only screen and (max-width: 763px) { #n9Bn475t5BJFCf3UxKTUdwE18D6TGy11 { width:15.5625rem;height:2.3125rem;top:7.8125rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN1vPWgTEb4GBIl8ac40MsqS7PiLsH9d { display:block; }
 }@media only screen and (max-width: 763px) { #F3lesUQPl4foU3VmJiuVc2heu4okG9cv { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }#F3lesUQPl4foU3VmJiuVc2heu4okG9cv > .row .container { background-color: transparent; background-image: none; }#F3lesUQPl4foU3VmJiuVc2heu4okG9cv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3lesUQPl4foU3VmJiuVc2heu4okG9cv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3lesUQPl4foU3VmJiuVc2heu4okG9cv > .row .container > .video-iframe-container { display: none; }#F3lesUQPl4foU3VmJiuVc2heu4okG9cv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3lesUQPl4foU3VmJiuVc2heu4okG9cv > .row > .video-iframe-container { display: none; }#F3lesUQPl4foU3VmJiuVc2heu4okG9cv > .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); }#F3lesUQPl4foU3VmJiuVc2heu4okG9cv > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zpPXT56R8lwL7wkZrlo9EVaTPof80Juc { width:20rem;height:3.125rem;top:0rem;left:0rem;background-color:rgba(var(--color-primary-3),1);background-image:none;font-family:montserrat;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFIW63aytThIpBU5BAfq7wp4HdyxROPb { display:block; }
 }