.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:250,213,184;--color-primary-1:248,172,120;--color-primary-2:173,121,85;--color-primary-3:106,74,54;--color-primary-4:47,35,26;--color-secondary-0:202,202,202;--color-secondary-1:151,151,151;--color-secondary-2:106,106,106;--color-secondary-3:63,63,63;--color-secondary-4:28,28,28;--color-tertiary-0:255,255,255;--color-tertiary-1:237,237,237;--color-tertiary-2:181,181,181;--color-tertiary-3:91,91,91;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@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:#ffffff;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); }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { background-color: transparent; background-image: none; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container > .video-iframe-container { display: none; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row > .video-iframe-container { display: none; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .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); }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { border-width: 0; border-radius: 0; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { font-size:0.875rem;font-family:raleway;height:5.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#OvoMEGbKArw4RxOFa8bT55tTo3CMWD4R { 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:3.1875rem;width:3.1875rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#KFcn7uPNMQ9ZtMv8btwHnHRiILnxHDcV { background-color:#ae9f5c;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.53125rem;left:68.500000953675rem;display:block; }
#XCpfyLOVkzNZe0TTCNJmhHmCvuh2bwMX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ExxokN43XAurTNxC2kwuclPU1WVDgFtQ { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:"libre baskerville";font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.625rem;height:1.38125rem;display:block; }
#OShnpBTXOGv3WkRW9RnhwKwgcEE1Jcps { color:#ae9f5c;display:block;width:5.5625rem;position:absolute;font-family:"libre baskerville";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.9375rem;left:6.25rem;height:1.38125rem;font-style:italic;display:block; }
#D66RXmR6aDixqJhVtpDeu01bv27fd5vh { background-color:#000000;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:"dm sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.6875rem;height:2rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.53125rem;left:63.964066505431rem;display:block; }
#xGNwnSsTF0TKaJQmCVednE6NwE6oqZKW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ldBzXZpX6nh3t744Jqnvv7xWTmk9ssaQ { background-color:#000000;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:"dm sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.6875rem;height:2rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.53125rem;left:59.714066505432rem;display:block; }
#KiucxOXylHCTnLlXKBsFhlZPZRptDktP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ab844pmZnPTvARHTbcLwygQaX7XunUHG { background-color:#000000;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:"dm sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.6875rem;height:2rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.53125rem;left:54.589066505432rem;display:block; }
#U6KUPgafThbgRF3XV4KrwFgd6249wNBe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lytfg3Ibtg6y1bQxIciOX3ITfJQtZg0F { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ae9f5c;border-left:0.0625rem solid #ae9f5c;border-right:0.0625rem solid #ae9f5c;border-bottom:0.0625rem solid #ae9f5c;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:"dm sans";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.53125rem;left:44.026562690735rem;display:block; }
#kTs4TQo7Xdt5lvRdsuD1Oa5laliI8GHZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QqakDukLc6u5fDyiFMMLg9TUS1MkQv5e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/82e0c205-3542-4303-9264-14db7012638a/download.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QqakDukLc6u5fDyiFMMLg9TUS1MkQv5e.adaptive-delivery-prevent-bg, #QqakDukLc6u5fDyiFMMLg9TUS1MkQv5e.lazyload, #QqakDukLc6u5fDyiFMMLg9TUS1MkQv5e.lazyloading { background-image: none; }#QqakDukLc6u5fDyiFMMLg9TUS1MkQv5e > .row .container { background-color: transparent; background-image: none; }#QqakDukLc6u5fDyiFMMLg9TUS1MkQv5e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#QqakDukLc6u5fDyiFMMLg9TUS1MkQv5e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqakDukLc6u5fDyiFMMLg9TUS1MkQv5e > .row .container > .video-iframe-container { display: none; }#QqakDukLc6u5fDyiFMMLg9TUS1MkQv5e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#QqakDukLc6u5fDyiFMMLg9TUS1MkQv5e > .row > .video-iframe-container { display: none; }#QqakDukLc6u5fDyiFMMLg9TUS1MkQv5e > .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); }#QqakDukLc6u5fDyiFMMLg9TUS1MkQv5e > .row .container { border-width: 0; border-radius: 0; }#QqakDukLc6u5fDyiFMMLg9TUS1MkQv5e::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; }#QqakDukLc6u5fDyiFMMLg9TUS1MkQv5e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QqakDukLc6u5fDyiFMMLg9TUS1MkQv5e > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#hssp7zmcdL5xTMdn7zUC4UZB3VyayRmJ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.625rem 3.75rem rgba(0,0,0,0.59) ;height:26.25rem;width:22.5625rem;top:10.375rem;left:44.9375rem;overflow:hidden;display:block; }
#Lka8eW6Tmcx4Msk7pOU2HwJ9Noia9tov { box-sizing:content-box;height:12.5rem;width:22.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.86));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.86));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.86));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000db' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.86));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.125rem;left:44.9375rem;display:block; }
#FmycvHeR4SlqM7PpI0KFTBNbc4fqCphm { color:#ae9f5c;display:block;width:20.5625rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:34.3125rem;left:45.9375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SAUTuLKJQ9Dc2AIa5g40w8hLzguiPn1g { color:#ae9f5c;display:block;width:20.5625rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wcwFH7hRZMUXiIEWtAnWeiiL9G2TxQ63 { color:#ffffff;display:block;width:30.375rem;position:absolute;font-family:"libre baskerville";font-size:3.25rem;font-weight:700;z-index:15004;line-height:.9;letter-spacing:0;top:7.1875rem;left:0rem;height:5.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DxeJz71G5pO409S2xhy0st19Pee8LmZH { color:#ae9f5c;display:block;width:37.1875rem;position:absolute;font-family:"libre baskerville";font-size:3.25rem;font-weight:400;z-index:15005;line-height:.9;letter-spacing:0;top:13.6875rem;left:0rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#yTthf7dRg9QfniQAFb6Teg6J4EpAM3bE { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:17.8125rem;left:0rem;height:5.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LeVNWT5kbsDCdOrSvFMqBhsOrbZ7wyRu { background-color:#ae9f5c;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.53125rem;left:0rem;display:block; }
#lreuwTlKHDqKORKBo6ehsaSTf6rdqcoh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NZTfDKM2nO8dIzSdCcgBwJ3E0e8BxSmv { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:25.61874961853rem;left:12.499218940735rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nTr91HnIQtWbzinJ4mO153Pnpv0tG50y { box-sizing:content-box;height:4.375rem;width:37.4375rem;position:absolute;display:block;z-index:14999;background-color:rgba(120,109,61,0.17);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(174,159,92,0.66);border-left:0.0625rem solid rgba(174,159,92,0.66);border-right:0.0625rem solid rgba(174,159,92,0.66);border-bottom:0.0625rem solid rgba(174,159,92,0.66);top:29.793750762939rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#llrzNEbWsDvMP6t4cqr5eEBywXzk68ru { background-color:#ae9f5c;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.025001525879rem;left:1.0625rem;display:block; }
#qoPTOTW7iK3FEy8xsSmSxyev4fZp0lJG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tbtzJTE0FqWdwfDPWmsdefZ3EgqwE9Nh { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:30.8125rem;left:9.050000190735rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ys510vTQ6UaetPF8QIkWnM4KMs9l0eom { color:#aca58f;display:block;width:15.9375rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:31.825000762939rem;left:8.925000190735rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#txWzxyWf8e66p3HP28Nl3xblVHLT4nZT { color:#ae9f5c;display:block;width:4.0625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:31.325000762939rem;left:30.000000953674rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MIWkghX2973GQ2U7ziA11187Wlmo9MVR { box-sizing:content-box;height:0.0625rem;width:37.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(255,255,255,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.400001525879rem;left:0rem;display:block; }
#tAIGmGQn51mNLCClnQ6rAx4HIn9BHoaN { color:#ae9f5c;display:block;width:2.4375rem;position:absolute;font-family:"libre baskerville";font-size:1.5rem;font-weight:400;z-index:15006;line-height:.9;letter-spacing:0;top:37.5625rem;left:0rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t7KEtKBP5cCuJLoqwvKSW3n5gDX3O0CE { color:#77756d;display:block;width:6rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:38.912502288818rem;left:0rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TAUiMXDOn1TAzAvvXFOpgGFp4B5aJc2X { color:#ae9f5c;display:block;width:4.5625rem;position:absolute;font-family:"libre baskerville";font-size:1.5rem;font-weight:400;z-index:15008;line-height:.9;letter-spacing:0;top:37.5625rem;left:8.25rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eCs6MMWezTfhnu4rR3kOBpwpARv9NOdr { color:#77756d;display:block;width:7.375rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:38.9375rem;left:8.25rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m24TkZVxLuEeUDiTyt7dw8dxnxeMeT80 { color:#ae9f5c;display:block;width:7.8125rem;position:absolute;font-family:"libre baskerville";font-size:1.5rem;font-weight:400;z-index:15010;line-height:.9;letter-spacing:0;top:37.5625rem;left:18rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#loEhbmd4eRdaF0Owfl1KhM6Lq20AGRo7 { color:#77756d;display:block;width:8.8125rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:38.9375rem;left:18rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hbheDD61xrv7ouHLTLkCAbTcPyntWr9z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d0d0d;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; }#hbheDD61xrv7ouHLTLkCAbTcPyntWr9z > .row .container { background-color: transparent; background-image: none; }#hbheDD61xrv7ouHLTLkCAbTcPyntWr9z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbheDD61xrv7ouHLTLkCAbTcPyntWr9z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbheDD61xrv7ouHLTLkCAbTcPyntWr9z > .row .container > .video-iframe-container { display: none; }#hbheDD61xrv7ouHLTLkCAbTcPyntWr9z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbheDD61xrv7ouHLTLkCAbTcPyntWr9z > .row > .video-iframe-container { display: none; }#hbheDD61xrv7ouHLTLkCAbTcPyntWr9z > .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); }#hbheDD61xrv7ouHLTLkCAbTcPyntWr9z > .row .container { border-width: 0; border-radius: 0; }#hbheDD61xrv7ouHLTLkCAbTcPyntWr9z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hbheDD61xrv7ouHLTLkCAbTcPyntWr9z > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#xzOe3pcLS58PrsMrU69PLzXJQH42T60B { color:#77756d;display:block;width:19.5rem;position:absolute;font-family:"dm sans";font-size:0.625rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:2.4375rem;left:27.750000953674rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bB8r3uRKVbkxXbIN8hamu5mfxHIBXqQW { position:absolute;display:block;z-index:15012;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:2.25rem;width:7.1875rem;top:5.625rem;left:38.3125rem;overflow:hidden;display:block; }
#AIhTwdMpu3pwZD4BpTINtnIhBhTTE2l5 { position:absolute;display:block;z-index:15013;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:4.75rem;width:4.75rem;top:4.375rem;left:22.6875rem;overflow:hidden;display:block; }
#Oe3ZPTyfaervK6TV2GIwiDlOw2iqGUnw { position:absolute;display:block;z-index:15014;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:2.6875rem;width:7rem;top:5.1875rem;left:29.5625rem;overflow:hidden;display:block; }
#IWi4ZRwsSvJMwrMg14hsvxm2Caym9BAJ { position:absolute;display:block;z-index:15015;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:4rem;width:3.0625rem;top:4.75rem;left:46.875rem;overflow:hidden;display:block; }
#iavIbK44hzWC37kf5MKHZVJo36hoKlWg { position:absolute;display:block;z-index:15016;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:3rem;width:6.25rem;top:5.25rem;left:51.5625rem;overflow:hidden;display:block; }
#UaB8GuGJWNpRJFFr0nsD6zi49boS2bIi { 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:3.9375rem;width:3.9375rem;top:4.5625rem;left:17.1875rem;overflow:hidden;display:block; }
#SGXepXBGOtwrx5Imo5tQOpsOhaDVJfGo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f4;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; }#SGXepXBGOtwrx5Imo5tQOpsOhaDVJfGo > .row .container { background-color: transparent; background-image: none; }#SGXepXBGOtwrx5Imo5tQOpsOhaDVJfGo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGXepXBGOtwrx5Imo5tQOpsOhaDVJfGo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGXepXBGOtwrx5Imo5tQOpsOhaDVJfGo > .row .container > .video-iframe-container { display: none; }#SGXepXBGOtwrx5Imo5tQOpsOhaDVJfGo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGXepXBGOtwrx5Imo5tQOpsOhaDVJfGo > .row > .video-iframe-container { display: none; }#SGXepXBGOtwrx5Imo5tQOpsOhaDVJfGo > .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); }#SGXepXBGOtwrx5Imo5tQOpsOhaDVJfGo > .row .container { border-width: 0; border-radius: 0; }#SGXepXBGOtwrx5Imo5tQOpsOhaDVJfGo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SGXepXBGOtwrx5Imo5tQOpsOhaDVJfGo > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;position:relative;display:block; }#KtT97sBtaREiKeaulB6Fm4c1A6zINLZF { color:#ae9f5c;display:block;width:20.5625rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.1875rem;left:27.25rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iGrv0FNCS1oSrxS8puhdryrdb0gu3naF { color:#000000;display:block;width:36.875rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:5.75rem;left:19.0625rem;height:4.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B7aIaFIvOm6sZV5ElIi1PRloiTSDQeT1 { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:700;z-index:15006;line-height:.9;letter-spacing:0;top:8.3125rem;left:21.3125rem;height:2.025rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#NMRZWv1O3GEbvVu8unp6OVw0ocJ5XvO9 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:11.125rem;left:21.875rem;height:3.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hpc6wkwy5111sfd9fmx8GupC59qwnORk { box-sizing:content-box;height:15.6875rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ccc5a9;border-left:0.0625rem solid #ccc5a9;border-right:0.0625rem solid #ccc5a9;border-bottom:0.0625rem solid #ccc5a9;top:16.125rem;left:0rem;display:block; }
#IVLhoVKfXLMitmSMf20DDTX2gDM6uWTZ { box-sizing:content-box;height:15.6875rem;width:0.0625rem;position:absolute;display:block;z-index:15008;background-color:#ccc5a9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.1875rem;left:15rem;display:block; }
#R4C0HoJEV7Ri7fxgQ8qNc4LZuyLarlRZ { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15009;background-color:#f5edd6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.25rem;left:0.9375rem;display:block; }
#XVPXwvvMTPBLrkptAkit7ZqGfHbaAiMt { color:#000000;display:block;width:9.625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:20.1875rem;left:0.9375rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PF9LucMwucGO1Jn0usDvJi0GpAIOBgWP { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:23.0625rem;left:0.9375rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u7wST3GZWNdM8KGmI33BNodkBzUQXlyp { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15012;background-color:#f5edd6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.25rem;left:16.1875rem;display:block; }
#G1W1haPUdZOzMPUSzTtGeKciBCTBpxBX { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:20.1875rem;left:16.1875rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H6wEtT8eq2pb083xR9Ib4qOenZWl5CmQ { color:#000000;display:block;width:13rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:23.0625rem;left:16.1875rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qd18raUPp1RF3qF8hTofqCE97R0LQJxQ { box-sizing:content-box;height:15.6875rem;width:0.0625rem;position:absolute;display:block;z-index:15009;background-color:#ccc5a9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.25rem;left:30rem;display:block; }
#cvRxPZaSptSS6q8JgLd89bbiKJDTtOGm { box-sizing:content-box;height:15.6875rem;width:0.0625rem;position:absolute;display:block;z-index:15010;background-color:#ccc5a9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.25rem;left:45rem;display:block; }
#nQEDvEVUgnVEfHx6F2v8Se0h0ei4K31z { box-sizing:content-box;height:15.6875rem;width:0.0625rem;position:absolute;display:block;z-index:15011;background-color:#ccc5a9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.125rem;left:60rem;display:block; }
#XO0EL9snDhDMX2rx8fTaB0Grh7nBhqrA { color:#000000;display:block;width:9.625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:20.1875rem;left:31.1875rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fSqAHXIetGQ140LyTaUwsZUT0cNwJvVx { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15015;background-color:#f5edd6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.25rem;left:31.1875rem;display:block; }
#ktGutJZiWD26pqG0480R1P4IpCiRqCc8 { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:23.0625rem;left:31.1875rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Arle9pv9zmTKtaDp5MEXxTlyd2RWoBqL { color:#000000;display:block;width:11.5rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:20.1875rem;left:46.125rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sTd074mr9vtcF1ChHwe3CZbgTd9VG7CI { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15018;background-color:#f5edd6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.25rem;left:46.125rem;display:block; }
#zIACeJszOeaZi80SavZvqyd72rJ25kTQ { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:23.0625rem;left:46.125rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U7tbO7PN2g7sT9HxDddUgF8ZuDgwVFQp { color:#000000;display:block;width:9.625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:20.1875rem;left:61.0625rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nx6WgDzCo2dlXCNOv89dT0Gr9bJHZMCy { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15021;background-color:#f5edd6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.25rem;left:61.0625rem;display:block; }
#H2HdfZgtUm6Z4f3w1ECoE7PynoV76PsD { color:#000000;display:block;width:12.125rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:23.0625rem;left:61.0625rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PJ6EeQmHwJO0xKDTIvTFSHtwGPnnXuxX { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15024;background-color:#ccc5a9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.625rem;left:0.9375rem;display:block; }
#mkpmA9xrwfamJFqxtzHmvBQtWrchITBz { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15025;background-color:#ccc5a9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.625rem;left:16.1875rem;display:block; }
#doxUFGxzShvbkwHG7ONUBUshT6db7ZQO { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15027;background-color:#ccc5a9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.625rem;left:46.125rem;display:block; }
#qTeP2nGltyZObQzUHpnsuCz6fwohAHWF { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15026;background-color:#ccc5a9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.625rem;left:31.1875rem;display:block; }
#HauNoakKmQqRclL9qQI0r0698IRazL60 { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15028;background-color:#ccc5a9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.625rem;left:61.0625rem;display:block; }
#UpsiVoAKs3UVq1zGt9UfkvK3el96PV9M { color:#ae9f5c;display:block;width:11.0625rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:29.875rem;left:0.9375rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KD36ENpaaDSKdK2MMW3RhaLVT26n4Cea { color:#ae9f5c;display:block;width:11.0625rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:29.875rem;left:16.1875rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hFeeDf1SO18ltXviQ9MK76QrOgg1fQ5U { color:#ae9f5c;display:block;width:11.0625rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:29.875rem;left:31.1875rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IqeMHZZHxbXLy2ZhLpPAF0lSWH7xFPAT { color:#ae9f5c;display:block;width:11.0625rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:29.875rem;left:46.375rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DVs8014XpAU2RrhJ74JufhMAzpIzy99O { color:#ae9f5c;display:block;width:11.0625rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:29.875rem;left:61.0625rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o9X2qbW7TnW3G5PhDZu8KVqNqVLuCi72 { color:#585858;display:block;width:7.125rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:34.9375rem;left:40.3125rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oEI3fqSGxehLzwTqeTW9sPz5TKJGIk2V { background-color:#ae9f5c;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.875rem;left:27.625rem;display:block; }
#prTd41u5lJHu3hcFztOd922Hh26nG1QQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bzUTr3l7zncoFQFT7DDhNnc2wibOLUr0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:17.875000476837rem;left:1.5625rem; }
#KupZcQBzSVrARctnQn6o6PsZzS4HVhKA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:17.875000476837rem;left:16.811718940735rem; }
#cAFSePVvPtMRTF0bagvSLDoTbiBteHT1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:17.875000476837rem;left:31.812500953674rem; }
#Xnhl522NgfuE6I3sV0zS0OOJHSBxScTp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:17.875000476837rem;left:46.737500190735rem; }
#Kc3fhOhZs4BtGAmAxdCQqB8EUXzxtXLa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:17.875000476837rem;left:61.687500953674rem; }
#oVAygJN092i0cNGuQoT5JBnT5TZCL7cx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d0d0d;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; }#oVAygJN092i0cNGuQoT5JBnT5TZCL7cx > .row .container { background-color: transparent; background-image: none; }#oVAygJN092i0cNGuQoT5JBnT5TZCL7cx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVAygJN092i0cNGuQoT5JBnT5TZCL7cx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVAygJN092i0cNGuQoT5JBnT5TZCL7cx > .row .container > .video-iframe-container { display: none; }#oVAygJN092i0cNGuQoT5JBnT5TZCL7cx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVAygJN092i0cNGuQoT5JBnT5TZCL7cx > .row > .video-iframe-container { display: none; }#oVAygJN092i0cNGuQoT5JBnT5TZCL7cx > .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); }#oVAygJN092i0cNGuQoT5JBnT5TZCL7cx > .row .container { border-width: 0; border-radius: 0; }#oVAygJN092i0cNGuQoT5JBnT5TZCL7cx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oVAygJN092i0cNGuQoT5JBnT5TZCL7cx > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:block; }#BisiFdtbzSyt8mqNVFcAe0ON0kvMCTr3 { box-sizing:content-box;height:2rem;width:49.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(174,159,92,0.17);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(174,159,92,0.66);border-left:0.0625rem solid rgba(174,159,92,0.66);border-right:0.0625rem solid rgba(174,159,92,0.66);border-bottom:0.0625rem solid rgba(174,159,92,0.66);top:2.5625rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PsSkqvAkw8EooaCULCwDmGJgPb5wnu6Q { color:#ae9f5c;display:block;width:16.6875rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.125rem;left:0.5rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LO9VXPGptWhKOxPpQMqm1qdKca0k3SUG { color:#ffffff;display:block;width:21rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:5.6875rem;left:0rem;height:5.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u2nxcy0MRsk1zTCqJwrJ8VtiUg2JMUMZ { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:11.375rem;left:0rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SPzx2575x3TKtKLILNz5ulXirtEuTmbn { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:16.6875rem;left:0rem;height:4.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#SPzx2575x3TKtKLILNz5ulXirtEuTmbn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SPzx2575x3TKtKLILNz5ulXirtEuTmbn li:before{  }
#zE5H3s9I5oOo3lTSpLcbWw8TUtRsbBSu { box-sizing:content-box;height:25.5625rem;width:21.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(174,159,92,0.06);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(174,159,92,0.26);border-left:0.0625rem solid rgba(174,159,92,0.26);border-right:0.0625rem solid rgba(174,159,92,0.26);border-bottom:0.0625rem solid rgba(174,159,92,0.26);top:0rem;left:53.712498664856rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#b5oKhl21c5hdmNTfEk3GRvDTQKVgNweJ { color:#ae9f5c;display:block;width:16.6875rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:2.5625rem;left:56.043747901916rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MJ6Hkw5CyKFDSPvwJpPuTtpehcKshIRc { color:#ae9f5c;display:block;width:18.75rem;position:absolute;font-family:"libre baskerville";font-size:4.75rem;font-weight:700;z-index:15009;line-height:.9;letter-spacing:0;top:4.1000003814697rem;left:55.012497901916rem;height:4.275rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#SlqGA5CTPhwr1mXPMnkydkCWTn0vdxfm { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:8.11171913147rem;left:56.606247901916rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v6rEaw2S6thaBywyKdfMBQssAdVuUpa3 { box-sizing:content-box;height:2.1875rem;width:11.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(174,159,92,0.17);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(174,159,92,0.66);border-left:0.0625rem solid rgba(174,159,92,0.66);border-right:0.0625rem solid rgba(174,159,92,0.66);border-bottom:0.0625rem solid rgba(174,159,92,0.66);top:11.75rem;left:58.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#N1ytarafJZnF8q4Uynm1cuuqU7gAWSxo { color:#ae9f5c;display:block;width:11.3125rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:12.5rem;left:58.75rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H6heT5unQiXc2dklGCtKsKSiZbJkzw0t { background-color:#ae9f5c;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:16.875rem;left:55.875rem;display:block; }
#TryoiQhxEEQvqZKA0clrGUr9xawP2w3q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qrha6rkkQ9Z7VKsr0eoqKqwGUOoNVMKm { color:#545454;display:block;width:17.0625rem;position:absolute;font-family:"dm sans";font-size:0.625rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:21rem;left:55.875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ESrp61lwh1QuAczd8Kyg0zfHtXuTyROA { position:relative;display:block; }#ESrp61lwh1QuAczd8Kyg0zfHtXuTyROA { background-color: transparent; background-image: none; }#ESrp61lwh1QuAczd8Kyg0zfHtXuTyROA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESrp61lwh1QuAczd8Kyg0zfHtXuTyROA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESrp61lwh1QuAczd8Kyg0zfHtXuTyROA > .row .container > .video-iframe-container { display: none; }#ESrp61lwh1QuAczd8Kyg0zfHtXuTyROA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESrp61lwh1QuAczd8Kyg0zfHtXuTyROA > .row > .video-iframe-container { display: none; }#ESrp61lwh1QuAczd8Kyg0zfHtXuTyROA > .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); }#ESrp61lwh1QuAczd8Kyg0zfHtXuTyROA { border-width: 0; border-radius: 0; }#ESrp61lwh1QuAczd8Kyg0zfHtXuTyROA > .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; }#ESrp61lwh1QuAczd8Kyg0zfHtXuTyROA > .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:41rem;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; }#VK5ZDalU1L7RiiRiPrpTSZmkTW3vCa2D { color:#ae9f5c;display:block;width:8.875rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XbXbS44gR50UJ5TmiA06mLmXUwin2LqS { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:6.125rem;left:0rem;height:8.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zupN4DSBLGZ5SO9qtKTRmE8FG53rGl53 { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:12.125rem;left:0rem;height:2.025rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Qe8kiuqU92HybnoIXCIT3qJII5r46avc { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:15.8125rem;left:0rem;height:9.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ETupnTBSFmAdzqWQTT8LTH215pqWG7eI { background-color:#ae9f5c;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:27.5rem;left:0rem;display:block; }
#XcPN2hJDMHWKbEr6hB7d80R6wwIHCd14 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kD6A1h3r1QRPbx3g8iqRZ4lE49Mz13lS { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:6.3125rem;left:37.375rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v5Ur7zgI8iezNhMqron5LMqUBMU9yTl3 { color:#000000;display:block;width:26.625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:4.9375rem;left:37.375rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TTXDNllCabXN0H22rGQTulsbwkU0gSWg { box-sizing:content-box;height:7.9375rem;width:37.6875rem;position:absolute;display:block;z-index:15014;background-color:#f4f1ec;background-image:none;box-shadow: none;border-top:0.0625rem solid #dfdad1;border-left:0.1875rem solid #ae9f5c;border-right:0.0625rem solid #dfdad1;border-bottom:0.0625rem solid #dfdad1;top:12rem;left:35.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cg1yTgMGSa2bNmmBWUHgBEOp0morEwkF { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:14.5rem;left:37.375rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kJbxgMkglrZ8SDuL1XCW81Hrm2HEt4VJ { color:#000000;display:block;width:26.625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:13.125rem;left:37.375rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AD1tZkG5M2vdnVIp50NPcIkpiNqrb4uy { color:#000000;display:block;width:26.625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:21.0625rem;left:37.375rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SzXopryI8VLzvROu6ouuHaqBGdSA2esO { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:22.6875rem;left:37.375rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D7U4HHpUNqLWUb80sFSe84EIz3eeHXzL { color:#000000;display:block;width:26.625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:29.4375rem;left:37.375rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mZ3aWeZDD5OekLUX1sfnyelFf9WIpPBJ { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:31.0625rem;left:37.375rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vM63QI1rn9MkX2Jo9ys5Zro7MFokwpVA { box-sizing:content-box;height:7.9375rem;width:37.6875rem;position:absolute;display:block;z-index:15015;background-color:#f4f1ec;background-image:none;box-shadow: none;border-top:0.0625rem solid #dfdad1;border-left:0.1875rem solid #ae9f5c;border-right:0.0625rem solid #dfdad1;border-bottom:0.0625rem solid #dfdad1;top:3.875rem;left:35.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#xcMi04k4wksMvBgymcwdJqVpEBh2MRXa { box-sizing:content-box;height:7.9375rem;width:37.6875rem;position:absolute;display:block;z-index:15016;background-color:#f4f1ec;background-image:none;box-shadow: none;border-top:0.0625rem solid #dfdad1;border-left:0.1875rem solid #ae9f5c;border-right:0.0625rem solid #dfdad1;border-bottom:0.0625rem solid #dfdad1;top:28.3125rem;left:35.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NMzv4uhQH0ToewTtBJ0NtPy2UlL7HiN1 { box-sizing:content-box;height:7.9375rem;width:37.6875rem;position:absolute;display:block;z-index:15017;background-color:#f4f1ec;background-image:none;box-shadow: none;border-top:0.0625rem solid #dfdad1;border-left:0.1875rem solid #ae9f5c;border-right:0.0625rem solid #dfdad1;border-bottom:0.0625rem solid #dfdad1;top:20.1875rem;left:35.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#gZsMK4M3akKSIAgLIIs2G3kyQF5UmHVb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d0d0d;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; }#gZsMK4M3akKSIAgLIIs2G3kyQF5UmHVb > .row .container { background-color: transparent; background-image: none; }#gZsMK4M3akKSIAgLIIs2G3kyQF5UmHVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZsMK4M3akKSIAgLIIs2G3kyQF5UmHVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZsMK4M3akKSIAgLIIs2G3kyQF5UmHVb > .row .container > .video-iframe-container { display: none; }#gZsMK4M3akKSIAgLIIs2G3kyQF5UmHVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZsMK4M3akKSIAgLIIs2G3kyQF5UmHVb > .row > .video-iframe-container { display: none; }#gZsMK4M3akKSIAgLIIs2G3kyQF5UmHVb > .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); }#gZsMK4M3akKSIAgLIIs2G3kyQF5UmHVb > .row .container { border-width: 0; border-radius: 0; }#gZsMK4M3akKSIAgLIIs2G3kyQF5UmHVb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gZsMK4M3akKSIAgLIIs2G3kyQF5UmHVb > .row .container { font-size:0.875rem;font-family:arial;height:55.625rem;width:75rem;position:relative;display:block; }#Uu7wVh4ZObunrCPzPWSP7tqAcMoIUuMo { color:#ae9f5c;display:block;width:16.6875rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.5367183685302rem;left:0rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pXEM1m6fnkH0RypDy5ryPPSLbTLt0cIT { color:#ffffff;display:block;width:49.4375rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:5.6875rem;left:0rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#icmdbkwzGMU9sOD9m3ga3P3CfVX5UM0K { color:#ffffff;display:block;width:36.125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:9.5101547241213rem;left:0rem;height:3.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gt0Ugv87ZEeRrGzF171GblhCw10VyhRb { box-sizing:content-box;height:30.8125rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #202020;border-left:0.0625rem solid #202020;border-right:0.0625rem solid #202020;border-bottom:0.0625rem solid #202020;top:13.962499856949rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#hxapATwuxSvLI4HN51O0qBxvRVG540Li { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15017;background-color:#202020;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.387501120567rem;left:0rem;display:block; }
#Mb2SKuN11qsOKhh31o4ZEFgaWOpE7Dct { box-sizing:content-box;height:30.8125rem;width:0.0625rem;position:absolute;display:block;z-index:15018;background-color:#202020;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.012500166893rem;left:25rem;display:block; }
#pLuI3q5LGVamvqFT3GU8GgLEtohCCBc5 { box-sizing:content-box;height:30.8125rem;width:0.0625rem;position:absolute;display:block;z-index:15019;background-color:#202020;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.012500166893rem;left:49.974999427796rem;display:block; }
#qqmIqUFAdrVonfByT467MDTnMfgJnvBu { color:#828282;display:block;width:16.6875rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:16.410938739777rem;left:1.3125rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vXtnaoPe04TdfthtF7ZVL0HDuCU8mFMe { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:"libre baskerville";font-size:1.125rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:18.625000476837rem;left:1.3125rem;height:1.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZnOpCJHtUNPWI0obuSHsVMm0OKgEpwvG { color:#c8c8c8;display:block;width:19.5625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:21.275000095367rem;left:1.3125rem;height:5.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EpLcFZCwNKhHTlO0uX4FX1HDmZFfr8IO { color:#828282;display:block;width:16.6875rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:16.437500476837rem;left:26.625000953674rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#INngQgBaQfntFBkvz4Thp3ecNk8cCbpP { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:"libre baskerville";font-size:1.125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:18.625000476837rem;left:26.625000953674rem;height:1.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K0QOe9rEo88TeV67HPBwEGEcpbsC9ps3 { color:#c8c8c8;display:block;width:19.5625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:21.250000476837rem;left:26.625000953674rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lxsqT1ekcOdscvl5We1JgHxqwyBdG8O1 { color:#828282;display:block;width:16.6875rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:16.437500476837rem;left:51.687500953674rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Op9MCo56r4GV7SHZOqGqoXm4QvUDfT3v { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:"libre baskerville";font-size:1.125rem;font-weight:700;z-index:15014;line-height:.9;letter-spacing:0;top:18.625000476837rem;left:51.687500953674rem;height:1.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#InRKtKFCmXOQOmQUiNu6TmdBMbsowqXO { color:#c8c8c8;display:block;width:19.5625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.6;letter-spacing:0;top:21.250000476837rem;left:51.687500953674rem;height:5.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qc2ChHKiJm7IuLRDErnMCtmIN9qUNE9L { color:#c8c8c8;display:block;width:19.5625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:36.75rem;left:1.3125rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sPK1VPiVgMaySAuZmbT4FFoyfRDloRHC { color:#828282;display:block;width:16.6875rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:31.9375rem;left:1.3125rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#viehwSvytVnfmCtoTEJaxSSU6WXCG4B6 { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:"libre baskerville";font-size:1.125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:34.125rem;left:1.3125rem;height:1.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wsn9AvhXaoAWFxdlqgfuy3LnNtT0x37I { color:#c8c8c8;display:block;width:19.5625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.6;letter-spacing:0;top:36.75rem;left:26.625rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FEA2EAVbXoIakd3f0GR1KGsz2vmglqcB { color:#828282;display:block;width:16.6875rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:31.9375rem;left:26.625rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#US61E3bwFqynyJ2PbFmlXUAHVFJNTuzF { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:"libre baskerville";font-size:1.125rem;font-weight:700;z-index:15014;line-height:.9;letter-spacing:0;top:34.125rem;left:26.625rem;height:1.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qb8p2c802SxT3dTIAw0cAebglfxHFELF { color:#828282;display:block;width:16.6875rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:31.9375rem;left:51.6875rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bXLpfaBJhDZDAhxig8TIcyFa33BeTFD0 { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:"libre baskerville";font-size:1.125rem;font-weight:700;z-index:15014;line-height:.9;letter-spacing:0;top:34.125rem;left:51.6875rem;height:1.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LsC8VgZTG05XsxQ3xROEInvwtQs0ItpP { color:#c8c8c8;display:block;width:19.5625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.6;letter-spacing:0;top:36.749218463897rem;left:51.687500953674rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HdtkI48n4N4tzCeXCzkVXbPvZmSJ1f75 { background-color:#ae9f5c;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:48.500002861023rem;left:29.031250953674rem;display:block; }
#eBL9hfK1g61IoCxBLitTqs8MyTlotoTn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w3Qm2zvR02KhsPchxI4WA86yBkZIpO3m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d0d0d;background-image:url("https://images.assets-landingi.com/uc/040292f5-7658-42db-b9a6-4fbb9247965e/download5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#w3Qm2zvR02KhsPchxI4WA86yBkZIpO3m.adaptive-delivery-prevent-bg, #w3Qm2zvR02KhsPchxI4WA86yBkZIpO3m.lazyload, #w3Qm2zvR02KhsPchxI4WA86yBkZIpO3m.lazyloading { background-image: none; }#w3Qm2zvR02KhsPchxI4WA86yBkZIpO3m > .row .container { background-color: transparent; background-image: none; }#w3Qm2zvR02KhsPchxI4WA86yBkZIpO3m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3Qm2zvR02KhsPchxI4WA86yBkZIpO3m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3Qm2zvR02KhsPchxI4WA86yBkZIpO3m > .row .container > .video-iframe-container { display: none; }#w3Qm2zvR02KhsPchxI4WA86yBkZIpO3m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3Qm2zvR02KhsPchxI4WA86yBkZIpO3m > .row > .video-iframe-container { display: none; }#w3Qm2zvR02KhsPchxI4WA86yBkZIpO3m > .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); }#w3Qm2zvR02KhsPchxI4WA86yBkZIpO3m > .row .container { border-width: 0; border-radius: 0; }#w3Qm2zvR02KhsPchxI4WA86yBkZIpO3m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w3Qm2zvR02KhsPchxI4WA86yBkZIpO3m > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#ShASUgdRnw8kepFVvgfD3z2TCpeJbBDy { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:18.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#LTpz3Z2PJnPW2RgTMR9c4y9b3olNPVnq { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:18.3125rem;top:0rem;left:18.936718940735rem;overflow:hidden;display:block; }
#Oy1EwUSFrHuJrC6SIk5X9yklGu0QMhFJ { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:18.6875rem;top:0rem;left:37.375000953674rem;overflow:hidden;display:block; }
#P3JQKsXgK7gPCC6pSKk1zLw1fhZdfuQR { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:18.8125rem;top:0rem;left:56.250000953674rem;overflow:hidden;display:block; }
#mkTyFxz8SBCWBQIhpmr3g9Cbn4lvbPok { position:relative;display:block; }#mkTyFxz8SBCWBQIhpmr3g9Cbn4lvbPok { background-color: transparent; background-image: none; }#mkTyFxz8SBCWBQIhpmr3g9Cbn4lvbPok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkTyFxz8SBCWBQIhpmr3g9Cbn4lvbPok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkTyFxz8SBCWBQIhpmr3g9Cbn4lvbPok > .row .container > .video-iframe-container { display: none; }#mkTyFxz8SBCWBQIhpmr3g9Cbn4lvbPok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkTyFxz8SBCWBQIhpmr3g9Cbn4lvbPok > .row > .video-iframe-container { display: none; }#mkTyFxz8SBCWBQIhpmr3g9Cbn4lvbPok > .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); }#mkTyFxz8SBCWBQIhpmr3g9Cbn4lvbPok { border-width: 0; border-radius: 0; }#mkTyFxz8SBCWBQIhpmr3g9Cbn4lvbPok > .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; }#mkTyFxz8SBCWBQIhpmr3g9Cbn4lvbPok > .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:11.75rem;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; }#WsULiqym7VR8DrMBpzIKcTrKWiFzvZQT { color:#ae9f5c;display:block;width:16.6875rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:3.2367191314698rem;left:29.156250953674rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#suOQKAW49T2ecJZy86tLorlZnUcFNMpZ { color:#000000;display:block;width:49.4375rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:700;z-index:15009;line-height:.9;letter-spacing:0;top:5.1390628814697rem;left:12.780468940735rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VfcJii50OQf304Cz8UySCIgJedmpXRxJ { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:7.8984375rem;left:18.749218940735rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AEyDFTh7dpgtXTc82AblOzzEru4M8KAK { position:relative;display:block; }#AEyDFTh7dpgtXTc82AblOzzEru4M8KAK { background-color: transparent; background-image: none; }#AEyDFTh7dpgtXTc82AblOzzEru4M8KAK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEyDFTh7dpgtXTc82AblOzzEru4M8KAK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEyDFTh7dpgtXTc82AblOzzEru4M8KAK > .row .container > .video-iframe-container { display: none; }#AEyDFTh7dpgtXTc82AblOzzEru4M8KAK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEyDFTh7dpgtXTc82AblOzzEru4M8KAK > .row > .video-iframe-container { display: none; }#AEyDFTh7dpgtXTc82AblOzzEru4M8KAK > .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); }#AEyDFTh7dpgtXTc82AblOzzEru4M8KAK { border-width: 0; border-radius: 0; }#AEyDFTh7dpgtXTc82AblOzzEru4M8KAK > .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; }#AEyDFTh7dpgtXTc82AblOzzEru4M8KAK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width: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; }#I1beBb9aEyB9TEPXb7tfiUQrvtXRZGGn { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #ae9f5c;border-left:0.125rem solid #ae9f5c;border-right:0.125rem solid #ae9f5c;border-bottom:0.125rem solid #ae9f5c;top:1.6117191314698rem;left:7.7750005722044rem;display:block; }
#GxksZ3g1Wdd6CP2nxVPz0dymb1xgttfE { color:#ae9f5c;display:block;width:1.4375rem;position:absolute;font-family:"libre baskerville";font-size:1.0625rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:2.7328128814698rem;left:8.655468940735rem;height:0.95625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DLyI4bUG9o4chqSFhM02MTACpLFIdcHs { color:#ae9f5c;display:block;width:1.4375rem;position:absolute;font-family:"libre baskerville";font-size:1.0625rem;font-weight:700;z-index:15012;line-height:.9;letter-spacing:0;top:2.75rem;left:27.5rem;height:0.95625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wbh93dqF9uiaPLodAundoBL5efgdQXSZ { box-sizing:content-box;height:3rem;width:3rem;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:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #ae9f5c;border-left:0.125rem solid #ae9f5c;border-right:0.125rem solid #ae9f5c;border-bottom:0.125rem solid #ae9f5c;top:1.625rem;left:26.625rem;display:block; }
#lCJxT4NJcdbhOpKGAgkiuWS8b0G5a8zR { box-sizing:content-box;height:3rem;width:3rem;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:15004;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #ae9f5c;border-left:0.125rem solid #ae9f5c;border-right:0.125rem solid #ae9f5c;border-bottom:0.125rem solid #ae9f5c;top:1.6875rem;left:45.375rem;display:block; }
#XvZGpxTq3MzoIUV1Kg452T7cVMaJQUWT { color:#ae9f5c;display:block;width:1.4375rem;position:absolute;font-family:"libre baskerville";font-size:1.0625rem;font-weight:700;z-index:15014;line-height:.9;letter-spacing:0;top:2.8125rem;left:46.25rem;height:0.95625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A29EDdSy8Blfx1lPGI0A7hHXODTptfgf { box-sizing:content-box;height:3rem;width:3rem;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:15006;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #ae9f5c;border-left:0.125rem solid #ae9f5c;border-right:0.125rem solid #ae9f5c;border-bottom:0.125rem solid #ae9f5c;top:1.6875rem;left:64.125rem;display:block; }
#NOfOLs53NTARBLw8bT4oQgXGLTUQWOiW { color:#ae9f5c;display:block;width:1.4375rem;position:absolute;font-family:"libre baskerville";font-size:1.0625rem;font-weight:700;z-index:15016;line-height:.9;letter-spacing:0;top:2.8125rem;left:65rem;height:0.95625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CycH5uxTSkaTVVAeyvFOuR8I1zaMDQ7y { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:5.9499988555908rem;left:2.96875rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qfebVz7WJvXoTl5cBX03hdspQvGOszwt { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:5.94921875rem;left:21.717968940735rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dtGVsbsCzfZwQ6xJI1rlNmUlLhWSH64z { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:5.94921875rem;left:40.468750953674rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tBTWrqvfgnZb7c44NueT1xwweSSO8oRR { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:5.94921875rem;left:59.218750953674rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yoFTH08gEL3TfycnKbzS0vhwvV6mRnLl { color:#333333;display:block;width:14.625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:8.0476551055906rem;left:2.0625rem;height:5.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ByFGJI8Mv2154UuGJ4uux9Bf5gS9I4ON { color:#333333;display:block;width:14.625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.6;letter-spacing:0;top:8.046875rem;left:20.811718940735rem;height:5.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SpzeWmXAutikaHBIkETfkgEafJ1qcDxr { color:#333333;display:block;width:14.625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.6;letter-spacing:0;top:8.046875rem;left:39.562500953674rem;height:5.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KWQ1vKfmBVNoUd2JMN03Rmyv4ckLck8W { color:#333333;display:block;width:14.625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:8.046875rem;left:58.312500953674rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p4312hJOaPbsxG3dF7QctVumF87eIlei { position:relative;display:block; }#p4312hJOaPbsxG3dF7QctVumF87eIlei { background-color: transparent; background-image: none; }#p4312hJOaPbsxG3dF7QctVumF87eIlei::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4312hJOaPbsxG3dF7QctVumF87eIlei > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4312hJOaPbsxG3dF7QctVumF87eIlei > .row .container > .video-iframe-container { display: none; }#p4312hJOaPbsxG3dF7QctVumF87eIlei > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4312hJOaPbsxG3dF7QctVumF87eIlei > .row > .video-iframe-container { display: none; }#p4312hJOaPbsxG3dF7QctVumF87eIlei > .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); }#p4312hJOaPbsxG3dF7QctVumF87eIlei { border-width: 0; border-radius: 0; }#p4312hJOaPbsxG3dF7QctVumF87eIlei > .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; }#p4312hJOaPbsxG3dF7QctVumF87eIlei > .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:9.625rem;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; }#wm2WZlkLwH0WpvdQsE1g57FDzdTiaFWT { color:#585858;display:block;width:9.25rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:3.625rem;left:38.5625rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Whc4uxdE11dWgalmtdFPUiDxDcPnXBIP { background-color:#ae9f5c;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.5625rem;left:25.875rem;display:block; }
#OFkPdHR22wbrGe8ftuAwFgqHnRDkONCv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZdE57cs76TleETThHZgbtN9n9A2lVpaV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f4;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; }#ZdE57cs76TleETThHZgbtN9n9A2lVpaV > .row .container { background-color: transparent; background-image: none; }#ZdE57cs76TleETThHZgbtN9n9A2lVpaV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdE57cs76TleETThHZgbtN9n9A2lVpaV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdE57cs76TleETThHZgbtN9n9A2lVpaV > .row .container > .video-iframe-container { display: none; }#ZdE57cs76TleETThHZgbtN9n9A2lVpaV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdE57cs76TleETThHZgbtN9n9A2lVpaV > .row > .video-iframe-container { display: none; }#ZdE57cs76TleETThHZgbtN9n9A2lVpaV > .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); }#ZdE57cs76TleETThHZgbtN9n9A2lVpaV > .row .container { border-width: 0; border-radius: 0; }#ZdE57cs76TleETThHZgbtN9n9A2lVpaV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZdE57cs76TleETThHZgbtN9n9A2lVpaV > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:75rem;position:relative;display:block; }#UIGyiT7pC8gmUs45O7dknbuT2CdVaglL { color:#ae9f5c;display:block;width:6.125rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#brtW8ziSJBAuiyGwzb651FM2ZuIVETUR { color:#000000;display:block;width:25.4375rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:6.6875rem;left:0rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eaDdLXClnFnp8sl4uJqXch6WUFFuN0xT { 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:15020;opacity:1;top:10.6875rem;left:0.875rem; }
#oC8ARuQXpeoSkAFFIsR33ZnQxkROC6Ui { color:#585858;display:block;width:8rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:11.5625rem;left:4.5rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oois1T0UaJqwDSgkvPzMCe90WkKvd1nN { box-sizing:content-box;height:1.9375rem;width:13rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ccc5a9;border-left:0.0625rem solid #ccc5a9;border-right:0.0625rem solid #ccc5a9;border-bottom:0.0625rem solid #ccc5a9;top:11.160938262939rem;left:0rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#cApvI7h80ydQMQSawuuyR3AOFl3FPd8T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f4;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; }#cApvI7h80ydQMQSawuuyR3AOFl3FPd8T > .row .container { background-color: transparent; background-image: none; }#cApvI7h80ydQMQSawuuyR3AOFl3FPd8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cApvI7h80ydQMQSawuuyR3AOFl3FPd8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cApvI7h80ydQMQSawuuyR3AOFl3FPd8T > .row .container > .video-iframe-container { display: none; }#cApvI7h80ydQMQSawuuyR3AOFl3FPd8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cApvI7h80ydQMQSawuuyR3AOFl3FPd8T > .row > .video-iframe-container { display: none; }#cApvI7h80ydQMQSawuuyR3AOFl3FPd8T > .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); }#cApvI7h80ydQMQSawuuyR3AOFl3FPd8T > .row .container { border-width: 0; border-radius: 0; }#cApvI7h80ydQMQSawuuyR3AOFl3FPd8T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cApvI7h80ydQMQSawuuyR3AOFl3FPd8T > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;position:relative;display:block; }#d5647et0Bt9R6MX8OIluf8qWWE550qEQ { box-sizing:content-box;height:20.5625rem;width:24.375rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ccc5a9;border-left:0.0625rem solid #ccc5a9;border-right:0.0625rem solid #ccc5a9;border-bottom:0.0625rem solid #ccc5a9;top:1.03515625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#sfv2PA24O1KT35P3lVAmzgVgN72xLIir { box-sizing:content-box;height:20.5625rem;width:24.375rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ccc5a9;border-left:0.0625rem solid #ccc5a9;border-right:0.0625rem solid #ccc5a9;border-bottom:0.0625rem solid #ccc5a9;top:1.03515625rem;left:25.262501716614rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#m8nkhgUAu2JUG7LfJsONwlCq1khvITqG { box-sizing:content-box;height:20.5625rem;width:24.375rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ccc5a9;border-left:0.0625rem solid #ccc5a9;border-right:0.0625rem solid #ccc5a9;border-bottom:0.0625rem solid #ccc5a9;top:1.03515625rem;left:50.524998664856rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#bpBh7iOfyXkqQT9l71ZuCMshLttCe2Dr { 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:15021;opacity:1;top:1.59765625rem;left:1.4375rem; }
#HL9tU22brGrHIf4nh5WTIGLzybwGT9Xg { color:#585858;display:block;width:16.5rem;position:absolute;font-family:"libre baskerville";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:4.72265625rem;left:4.25rem;height:11.025rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#P3KpoZuoLP0bwFNBZu8rNlIhKkcqMk48 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:4.34765625rem;left:3.1124992370606rem; }
#W6kwd6fx3U3prPbtqA5gDr6nM2d6DXuB { color:#585858;display:block;width:11.5rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:17.187501907349rem;left:3.1101560592651rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sswSowk8VSSmP7AJMGhPyn6G3LWPLfUB { color:#585858;display:block;width:14.1875rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:17.1875rem;left:28.0625rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TsDGSzKOAzl9ImNFtf1gmo38xk4Kvwl3 { color:#585858;display:block;width:16.5rem;position:absolute;font-family:"libre baskerville";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:4.75rem;left:29.1875rem;height:6.3rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#iBnrXiFvmK4D20TTE4xLtxXdK3WdOqfz { 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:15025;opacity:1;top:1.625rem;left:26.375rem; }
#S8FEoU0cH3OPV6lkJyagIICz7heDO9dr { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:4.375rem;left:28.0625rem; }
#kCER90oLfzvr1T6TX6TVWWtF8e7hHXAR { color:#585858;display:block;width:14.1875rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:17.1875rem;left:53.8125rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hn7hNAwwpafqh4TwDNkoZ3atTfeocRoe { color:#585858;display:block;width:17.3125rem;position:absolute;font-family:"libre baskerville";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.8;letter-spacing:0;top:4.75rem;left:54.9375rem;height:11.025rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#tpkMuG4NBBS1FlmPQqqnVyPLkIJ7nxZe { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:4.375rem;left:53.8125rem; }
#MRAIH24w0oe4zIy7Jt8UxydEGrFzItM3 { 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:15029;opacity:1;top:1.625rem;left:52.125rem; }
#bSgQDZxfnTMoXGzP5aNuTy3WGlUTzWta { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f4;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; }#bSgQDZxfnTMoXGzP5aNuTy3WGlUTzWta > .row .container { background-color: transparent; background-image: none; }#bSgQDZxfnTMoXGzP5aNuTy3WGlUTzWta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSgQDZxfnTMoXGzP5aNuTy3WGlUTzWta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSgQDZxfnTMoXGzP5aNuTy3WGlUTzWta > .row .container > .video-iframe-container { display: none; }#bSgQDZxfnTMoXGzP5aNuTy3WGlUTzWta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSgQDZxfnTMoXGzP5aNuTy3WGlUTzWta > .row > .video-iframe-container { display: none; }#bSgQDZxfnTMoXGzP5aNuTy3WGlUTzWta > .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); }#bSgQDZxfnTMoXGzP5aNuTy3WGlUTzWta > .row .container { border-width: 0; border-radius: 0; }#bSgQDZxfnTMoXGzP5aNuTy3WGlUTzWta > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bSgQDZxfnTMoXGzP5aNuTy3WGlUTzWta > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#NpAkVzvxdlLDBGcG9hyQuNQhbGJXSFGJ { background-color:#ae9f5c;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.0617218017578rem;left:29.250000953674rem;display:block; }
#bbDq9AqTQsFLRE3KqDn3eM6D3WR1OGbG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r93yh0BT7yilbQrpnTVs5elIq5GhmXeS { position:relative;display:block; }#r93yh0BT7yilbQrpnTVs5elIq5GhmXeS { background-color: transparent; background-image: none; }#r93yh0BT7yilbQrpnTVs5elIq5GhmXeS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r93yh0BT7yilbQrpnTVs5elIq5GhmXeS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r93yh0BT7yilbQrpnTVs5elIq5GhmXeS > .row .container > .video-iframe-container { display: none; }#r93yh0BT7yilbQrpnTVs5elIq5GhmXeS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r93yh0BT7yilbQrpnTVs5elIq5GhmXeS > .row > .video-iframe-container { display: none; }#r93yh0BT7yilbQrpnTVs5elIq5GhmXeS > .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); }#r93yh0BT7yilbQrpnTVs5elIq5GhmXeS { border-width: 0; border-radius: 0; }#r93yh0BT7yilbQrpnTVs5elIq5GhmXeS > .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; }#r93yh0BT7yilbQrpnTVs5elIq5GhmXeS > .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:34.0625rem;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; }#luy1mbolaIyGe7q182kqwTgRh8QhUa78 { color:#ae9f5c;display:block;width:6.125rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vGbTkq53zQuuUnW4f8Q3UyUayIhy3Dqo { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.625rem;left:0rem;height:11.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SGCWm6LfvcT5E7dnPgf7VtwvEefFzwbD { color:#000000;display:block;width:24.25rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:17.387500762939rem;left:0rem;height:3.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ynh3ciJfAfNWz4o7fSpqrBMStrBETVGZ { background-color:#ae9f5c;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:3.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:21.561719894409rem;left:0rem;display:block; }
#StH5fCw3udp1m5dw2pyhOdggsAy6qQhF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ccc5a9;vertical-align:top; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI .accordion-heading-text { display:block;position:relative;width:100%;font-family:"dm sans";font-weight:700;font-size:0.875rem;color:rgba(var(--color-tertiary-4),1);height:auto; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:"dm sans";color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.6;overflow:hidden; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_bf582d32a58739baf15053d7c19f29f02353d21e.svg");background-size:contain !important; }#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI .accordion-trigger.adaptive-delivery-prevent-bg, #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI .accordion-trigger.lazyload, #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI .accordion-trigger.lazyloading { background-image: none; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI { box-sizing:content-box;height:auto;width:44.5rem;position:absolute;display:flex;flex-direction:column;gap:0.25rem;z-index:15022;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:4.0750007629394rem;left:28.037499427796rem; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #eFi1ApWAVI8qpoBWIGSRiyeGNyl6TTpG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #zCsTgbXsTR5cLDIgpTWXfaSBaDEpIraQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #T779IOOfV2t3Vy7Xf2AQenz4s5rlFlZX { display:block;position:relative; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #FysoOwpx5RN6mxvs87TNZPz5ihHrqawK {  }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #tsKHK5kVFDPZQ9q4PSmrV1A6UuSNxrKe {  }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #d4BkEsBb7hLNgW02AnS4BaRogzyiBiTT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #WGPtaFEW9aRp62RGTuhAikN2XnzWPVds { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #PWIfcSzuwIzqhhrN6T8QpBaWb81bOW3o { display:block;position:relative; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #IpNkbrTbyXFaWJ4NqZzo9qtiTO3fJlpX {  }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #SHcvshyDQc2rbp7PTutmVWAUBeADsoPz { display:none; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #xfSBrA46lyHqVQc8eGMA34WcQ3e5Nweb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #E9z9PWMLJrKRQeJMmiXXeZLgfQpzL90r { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #IZJJUB5fEnDSIcnXl91lGzIZ5fqSnD47 { display:block;position:relative; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #fZTQcXEkKG5MHZ0T6aT8Vy4TTMDwi2kz {  }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #dzJfykyQOyrqb6rS2PCCOQv03OtBCMTT { display:none; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #cbBDthiT3cXWhchKvho03VokTDiSEEMq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #Xwh0cc97uCtdgpkaULp0eXZJXHgUR8eB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #E5qJievCWRt1G91BdsiDezh0unW2wsp1 { display:block;position:relative; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #FcfhW3NfyK4oIQQg5lW7AdJBWSZc7M2B {  }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #x8StiubUJnlDsHnhPLxfVTDVI474N4fi { display:none; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #tbOcJAQ2HDgUPzBTiQiPguR3P3tZUagl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #rB5nyV9aTVPVPlqS4SQqy8MkteivXhWW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #BFhgiPecJbsrQg0e5OpGhiTPbqfpDHga { display:block;position:relative; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #aPehklG4JIObQb6hZ0rnBTCMXCrnwlII {  }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #k497dXG2EAn3cTHGWcWh7f6a9IXopsWC { display:none; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #PQclREgwcwizs5HnaCyUe3CwLdOG7KIo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #W4IIC7eLpX3zoJnAi412BUnn4fb804k8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #rxeiPW4H6kgEvXd0WixfEq4u4PxTl28f { display:block;position:relative; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #Qph4k3cSC2sk7ewUJ6U6tTcKZsHgZwBd {  }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #eURsEOR9N1rTtvL6ekavUhnd0xkVVXze { display:none; }
#RGyPW3PhRi9hSyFBoq4GJ2CBQQP8oUMG { position:relative;display:block; }#RGyPW3PhRi9hSyFBoq4GJ2CBQQP8oUMG { background-color: transparent; background-image: none; }#RGyPW3PhRi9hSyFBoq4GJ2CBQQP8oUMG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGyPW3PhRi9hSyFBoq4GJ2CBQQP8oUMG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGyPW3PhRi9hSyFBoq4GJ2CBQQP8oUMG > .row .container > .video-iframe-container { display: none; }#RGyPW3PhRi9hSyFBoq4GJ2CBQQP8oUMG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGyPW3PhRi9hSyFBoq4GJ2CBQQP8oUMG > .row > .video-iframe-container { display: none; }#RGyPW3PhRi9hSyFBoq4GJ2CBQQP8oUMG > .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); }#RGyPW3PhRi9hSyFBoq4GJ2CBQQP8oUMG { border-width: 0; border-radius: 0; }#RGyPW3PhRi9hSyFBoq4GJ2CBQQP8oUMG > .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; }#RGyPW3PhRi9hSyFBoq4GJ2CBQQP8oUMG > .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:56.4375rem;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; }#HDmoOrlcRO0DBXbFg4ccmNol71dckyNH { position:absolute;display:block;z-index:15026;height:20.9375rem;width:37.5625rem;top:6.0312519073486rem;left:20.092968940735rem;display:block; }
#DIEk1MmTRTTaIl72MRF6coFCQ9P4UU3R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d0d0d;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; }#DIEk1MmTRTTaIl72MRF6coFCQ9P4UU3R > .row .container { background-color: transparent; background-image: none; }#DIEk1MmTRTTaIl72MRF6coFCQ9P4UU3R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIEk1MmTRTTaIl72MRF6coFCQ9P4UU3R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIEk1MmTRTTaIl72MRF6coFCQ9P4UU3R > .row .container > .video-iframe-container { display: none; }#DIEk1MmTRTTaIl72MRF6coFCQ9P4UU3R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIEk1MmTRTTaIl72MRF6coFCQ9P4UU3R > .row > .video-iframe-container { display: none; }#DIEk1MmTRTTaIl72MRF6coFCQ9P4UU3R > .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); }#DIEk1MmTRTTaIl72MRF6coFCQ9P4UU3R > .row .container { border-width: 0; border-radius: 0; }#DIEk1MmTRTTaIl72MRF6coFCQ9P4UU3R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DIEk1MmTRTTaIl72MRF6coFCQ9P4UU3R > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#inVN62gz5PeDTaRbvF9oN0wUpowTLvDv { color:#ae9f5c;display:block;width:13.25rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:4.1875rem;left:30.875rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X4V4Eei0pDeIgW6Puyvo561IzkNZoHgm { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.8125rem;left:23rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W0iZdDe6kVDlTpRzNuQPizG9MLtw65KJ { color:#979797;display:block;width:34.1875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:12.25rem;left:20.375rem;height:4.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fVtHfUACAVyd3gqfKaXqlZ3wnNbShJUM { background-color:#ae9f5c;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:3.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.5rem;left:26.9375rem;display:block; }
#EtDCIXtVpJigc69iZ38OTdOAVOsmaPXc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lUXbFdw4QanEMmrpcCcaeu3Mkxce50BB { background-color:transparent;background-image:none;border-top:0.0625rem solid #353535;border-left:0.0625rem solid #353535;border-right:0.0625rem solid #353535;border-bottom:0.0625rem solid #353535;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:"dm sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:3.375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:18.5rem;left:37.8125rem;display:block; }
#FcbAUydf5uIqcfMgx6PmaoJE9R5kg1Ab { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zmFvFNhxcSvGvaKpczRVof4e6KKRCe6T { color:#9e9e9e;display:block;width:40.625rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:23.4375rem;left:17.1875rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A01FdaBSWlfwSfWFGPsvIesWFnTvlVnB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#A01FdaBSWlfwSfWFGPsvIesWFnTvlVnB > .row .container { background-color: transparent; background-image: none; }#A01FdaBSWlfwSfWFGPsvIesWFnTvlVnB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A01FdaBSWlfwSfWFGPsvIesWFnTvlVnB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A01FdaBSWlfwSfWFGPsvIesWFnTvlVnB > .row .container > .video-iframe-container { display: none; }#A01FdaBSWlfwSfWFGPsvIesWFnTvlVnB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A01FdaBSWlfwSfWFGPsvIesWFnTvlVnB > .row > .video-iframe-container { display: none; }#A01FdaBSWlfwSfWFGPsvIesWFnTvlVnB > .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); }#A01FdaBSWlfwSfWFGPsvIesWFnTvlVnB > .row .container { border-width: 0; border-radius: 0; }#A01FdaBSWlfwSfWFGPsvIesWFnTvlVnB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A01FdaBSWlfwSfWFGPsvIesWFnTvlVnB > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#DW99f2aSuO8ZqMoTNWnB3wXJwTIot5yJ { color:#979797;display:block;width:34.1875rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:1.8992156982422rem;left:20.405468940735rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZcqM7nkn1eahQR4ZBIiD2ETM6g6pyMaD { color:#979797;display:block;width:15.375rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:1.8992156982422rem;left:59.500000953674rem;height:1.2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TuO9gOUnXylwaXebqVTIa39ZIpPqPZOW { position:absolute;display:block;z-index:15003;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:3.1875rem;width:3.1875rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#yK1rid2vXTMWrlJDGOLiyB0WK146Upz4 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:"libre baskerville";font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.125rem;left:3.625rem;height:1.38125rem;display:block; }
#D3PQ3HS0F0T4JRZ5XueSgQVX4hENIETa { color:#ae9f5c;display:block;width:5.5625rem;position:absolute;font-family:"libre baskerville";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.125rem;left:6.25rem;height:1.38125rem;font-style:italic;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TR45wXFx67TDDfG17fdK8TfyiaACUh9a { display:block; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvoMEGbKArw4RxOFa8bT55tTo3CMWD4R { width:3.1875rem;height:3.1875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFcn7uPNMQ9ZtMv8btwHnHRiILnxHDcV { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCpfyLOVkzNZe0TTCNJmhHmCvuh2bwMX { display:block; }
 }@media only screen and (max-width: 763px) { #ExxokN43XAurTNxC2kwuclPU1WVDgFtQ { top:1.9375rem;left:0rem;width:2.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OShnpBTXOGv3WkRW9RnhwKwgcEE1Jcps { top:1.9375rem;left:0rem;width:5.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D66RXmR6aDixqJhVtpDeu01bv27fd5vh { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGNwnSsTF0TKaJQmCVednE6NwE6oqZKW { display:block; }
 }@media only screen and (max-width: 763px) { #ldBzXZpX6nh3t744Jqnvv7xWTmk9ssaQ { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiucxOXylHCTnLlXKBsFhlZPZRptDktP { display:block; }
 }@media only screen and (max-width: 763px) { #ab844pmZnPTvARHTbcLwygQaX7XunUHG { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6KUPgafThbgRF3XV4KrwFgd6249wNBe { display:block; }
 }@media only screen and (max-width: 763px) { #lytfg3Ibtg6y1bQxIciOX3ITfJQtZg0F { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTs4TQo7Xdt5lvRdsuD1Oa5laliI8GHZ { display:block; }
 }@media only screen and (max-width: 763px) { #QqakDukLc6u5fDyiFMMLg9TUS1MkQv5e { display:block; }#QqakDukLc6u5fDyiFMMLg9TUS1MkQv5e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hssp7zmcdL5xTMdn7zUC4UZB3VyayRmJ { top:10.375rem;left:24.5rem;width:22.5625rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lka8eW6Tmcx4Msk7pOU2HwJ9Noia9tov { top:24.125rem;left:24.5rem;width:22.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmycvHeR4SlqM7PpI0KFTBNbc4fqCphm { top:34.3125rem;left:25.5rem;width:20.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAUTuLKJQ9Dc2AIa5g40w8hLzguiPn1g { top:5.6875rem;left:0rem;width:20.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcwFH7hRZMUXiIEWtAnWeiiL9G2TxQ63 { top:7.1875rem;left:0rem;width:30.375rem;height:5.8125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxeJz71G5pO409S2xhy0st19Pee8LmZH { top:13.6875rem;left:0rem;width:37.1875rem;height:2.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTthf7dRg9QfniQAFb6Teg6J4EpAM3bE { top:17.8125rem;left:0rem;width:31.25rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeVNWT5kbsDCdOrSvFMqBhsOrbZ7wyRu { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lreuwTlKHDqKORKBo6ehsaSTf6rdqcoh { display:block; }
 }@media only screen and (max-width: 763px) { #NZTfDKM2nO8dIzSdCcgBwJ3E0e8BxSmv { top:25.5625rem;left:5.6867189407349rem;width:6.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTr91HnIQtWbzinJ4mO153Pnpv0tG50y { top:29.75rem;left:0rem;width:37.4375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #llrzNEbWsDvMP6t4cqr5eEBywXzk68ru { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoPTOTW7iK3FEy8xsSmSxyev4fZp0lJG { display:block; }
 }@media only screen and (max-width: 763px) { #tbtzJTE0FqWdwfDPWmsdefZ3EgqwE9Nh { top:30.8125rem;left:2.2375001907349rem;width:15.6875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys510vTQ6UaetPF8QIkWnM4KMs9l0eom { top:31.8125rem;left:2.1125001907349rem;width:15.9375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #txWzxyWf8e66p3HP28Nl3xblVHLT4nZT { top:31.3125rem;left:19.8125rem;width:4.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIWkghX2973GQ2U7ziA11187Wlmo9MVR { top:36.375rem;left:0rem;width:37.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAIGmGQn51mNLCClnQ6rAx4HIn9BHoaN { top:37.5625rem;left:0rem;width:2.4375rem;height:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7KEtKBP5cCuJLoqwvKSW3n5gDX3O0CE { top:38.875rem;left:0rem;width:6rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAUiMXDOn1TAzAvvXFOpgGFp4B5aJc2X { top:37.5625rem;left:1.4375rem;width:4.5625rem;height:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCs6MMWezTfhnu4rR3kOBpwpARv9NOdr { top:38.9375rem;left:1.4375rem;width:7.375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m24TkZVxLuEeUDiTyt7dw8dxnxeMeT80 { top:37.5625rem;left:11.1875rem;width:7.8125rem;height:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #loEhbmd4eRdaF0Owfl1KhM6Lq20AGRo7 { top:38.9375rem;left:11.1875rem;width:8.8125rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbheDD61xrv7ouHLTLkCAbTcPyntWr9z { display:block; }#hbheDD61xrv7ouHLTLkCAbTcPyntWr9z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzOe3pcLS58PrsMrU69PLzXJQH42T60B { top:2.4375rem;left:14.125000953674rem;width:19.5rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB8r3uRKVbkxXbIN8hamu5mfxHIBXqQW { top:5.625rem;left:24.6875rem;width:7.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIhTwdMpu3pwZD4BpTINtnIhBhTTE2l5 { top:4.375rem;left:9.0625rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe3ZPTyfaervK6TV2GIwiDlOw2iqGUnw { top:5.1875rem;left:15.9375rem;width:7rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWi4ZRwsSvJMwrMg14hsvxm2Caym9BAJ { top:4.75rem;left:33.25rem;width:3.0625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #iavIbK44hzWC37kf5MKHZVJo36hoKlWg { top:5.25rem;left:37.9375rem;width:6.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaB8GuGJWNpRJFFr0nsD6zi49boS2bIi { top:4.5625rem;left:3.5625rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGXepXBGOtwrx5Imo5tQOpsOhaDVJfGo { display:block; }#SGXepXBGOtwrx5Imo5tQOpsOhaDVJfGo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtT97sBtaREiKeaulB6Fm4c1A6zINLZF { top:4.1875rem;left:13.625rem;width:20.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGrv0FNCS1oSrxS8puhdryrdb0gu3naF { top:5.75rem;left:5.4374990463257rem;width:36.875rem;height:4.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7aIaFIvOm6sZV5ElIi1PRloiTSDQeT1 { top:8.3125rem;left:7.6874990463256rem;width:32.3125rem;height:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMRZWv1O3GEbvVu8unp6OVw0ocJ5XvO9 { top:11.125rem;left:8.25rem;width:31.25rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpc6wkwy5111sfd9fmx8GupC59qwnORk { top:16.125rem;left:0rem;width:47.625rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVLhoVKfXLMitmSMf20DDTX2gDM6uWTZ { top:16.1875rem;left:1.375rem;width:0.0625rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4C0HoJEV7Ri7fxgQ8qNc4LZuyLarlRZ { top:17.25rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVPXwvvMTPBLrkptAkit7ZqGfHbaAiMt { top:20.1875rem;left:0rem;width:9.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF9LucMwucGO1Jn0usDvJi0GpAIOBgWP { top:23.0625rem;left:0rem;width:11.0625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7wST3GZWNdM8KGmI33BNodkBzUQXlyp { top:17.25rem;left:2.5625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1W1haPUdZOzMPUSzTtGeKciBCTBpxBX { top:20.1875rem;left:2.5625rem;width:11.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6wEtT8eq2pb083xR9Ib4qOenZWl5CmQ { top:23.0625rem;left:2.5625rem;width:13rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd18raUPp1RF3qF8hTofqCE97R0LQJxQ { top:16.25rem;left:16.375rem;width:0.0625rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvRxPZaSptSS6q8JgLd89bbiKJDTtOGm { top:16.25rem;left:31.375rem;width:0.0625rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQEDvEVUgnVEfHx6F2v8Se0h0ei4K31z { top:16.125rem;left:46.375rem;width:0.0625rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO0EL9snDhDMX2rx8fTaB0Grh7nBhqrA { top:20.1875rem;left:17.5625rem;width:9.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSqAHXIetGQ140LyTaUwsZUT0cNwJvVx { top:17.25rem;left:17.5625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktGutJZiWD26pqG0480R1P4IpCiRqCc8 { top:23.0625rem;left:17.5625rem;width:11.0625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Arle9pv9zmTKtaDp5MEXxTlyd2RWoBqL { top:20.1875rem;left:32.5rem;width:11.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTd074mr9vtcF1ChHwe3CZbgTd9VG7CI { top:17.25rem;left:32.5rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIACeJszOeaZi80SavZvqyd72rJ25kTQ { top:23.0625rem;left:32.5rem;width:11.0625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7tbO7PN2g7sT9HxDddUgF8ZuDgwVFQp { top:20.1875rem;left:38.125rem;width:9.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx6WgDzCo2dlXCNOv89dT0Gr9bJHZMCy { top:17.25rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2HdfZgtUm6Z4f3w1ECoE7PynoV76PsD { top:23.0625rem;left:35.625rem;width:12.125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ6EeQmHwJO0xKDTIvTFSHtwGPnnXuxX { top:28.625rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkpmA9xrwfamJFqxtzHmvBQtWrchITBz { top:28.625rem;left:2.5625rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #doxUFGxzShvbkwHG7ONUBUshT6db7ZQO { top:28.625rem;left:32.5rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTeP2nGltyZObQzUHpnsuCz6fwohAHWF { top:28.625rem;left:17.5625rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HauNoakKmQqRclL9qQI0r0698IRazL60 { top:28.625rem;left:35.25rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpsiVoAKs3UVq1zGt9UfkvK3el96PV9M { top:29.875rem;left:0rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD36ENpaaDSKdK2MMW3RhaLVT26n4Cea { top:29.875rem;left:2.5624990463257rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFeeDf1SO18ltXviQ9MK76QrOgg1fQ5U { top:29.875rem;left:17.562500953674rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqeMHZZHxbXLy2ZhLpPAF0lSWH7xFPAT { top:29.875rem;left:32.750000953674rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVs8014XpAU2RrhJ74JufhMAzpIzy99O { top:29.875rem;left:36.6875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9X2qbW7TnW3G5PhDZu8KVqNqVLuCi72 { top:34.9375rem;left:26.6875rem;width:7.125rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEI3fqSGxehLzwTqeTW9sPz5TKJGIk2V { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #prTd41u5lJHu3hcFztOd922Hh26nG1QQ { display:block; }
 }@media only screen and (max-width: 763px) { #bzUTr3l7zncoFQFT7DDhNnc2wibOLUr0 { top:17.875rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KupZcQBzSVrARctnQn6o6PsZzS4HVhKA { top:17.875rem;left:3.1867189407349rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAFSePVvPtMRTF0bagvSLDoTbiBteHT1 { top:17.875rem;left:18.187500953674rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xnhl522NgfuE6I3sV0zS0OOJHSBxScTp { top:17.875rem;left:33.112500190735rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc3fhOhZs4BtGAmAxdCQqB8EUXzxtXLa { top:17.875rem;left:46.625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVAygJN092i0cNGuQoT5JBnT5TZCL7cx { display:block; }#oVAygJN092i0cNGuQoT5JBnT5TZCL7cx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BisiFdtbzSyt8mqNVFcAe0ON0kvMCTr3 { top:2.5625rem;left:0rem;width:47.625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsSkqvAkw8EooaCULCwDmGJgPb5wnu6Q { top:3.125rem;left:0rem;width:16.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO9VXPGptWhKOxPpQMqm1qdKca0k3SUG { top:5.6875rem;left:0rem;width:21rem;height:5.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2nxcy0MRsk1zTCqJwrJ8VtiUg2JMUMZ { top:11.375rem;left:0rem;width:26.625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPzx2575x3TKtKLILNz5ulXirtEuTmbn { top:16.6875rem;left:0rem;width:26.625rem;height:4.8125rem;font-size:0.875rem;display:block; }#SPzx2575x3TKtKLILNz5ulXirtEuTmbn li:before{  }
 }@media only screen and (max-width: 763px) { #zE5H3s9I5oOo3lTSpLcbWw8TUtRsbBSu { top:0rem;left:26.375rem;width:21.25rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5oKhl21c5hdmNTfEk3GRvDTQKVgNweJ { top:2.5625rem;left:31.0625rem;width:16.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ6Hkw5CyKFDSPvwJpPuTtpehcKshIRc { top:4.0625rem;left:29rem;width:18.75rem;height:4.25rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlqGA5CTPhwr1mXPMnkydkCWTn0vdxfm { top:8.0625rem;left:32.1875rem;width:15.5625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6rEaw2S6thaBywyKdfMBQssAdVuUpa3 { top:11.75rem;left:36.375rem;width:11.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1ytarafJZnF8q4Uynm1cuuqU7gAWSxo { top:12.5rem;left:36.4375rem;width:11.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6heT5unQiXc2dklGCtKsKSiZbJkzw0t { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TryoiQhxEEQvqZKA0clrGUr9xawP2w3q { display:block; }
 }@media only screen and (max-width: 763px) { #Qrha6rkkQ9Z7VKsr0eoqKqwGUOoNVMKm { top:21rem;left:30.6875rem;width:17.0625rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESrp61lwh1QuAczd8Kyg0zfHtXuTyROA { display:block; }#ESrp61lwh1QuAczd8Kyg0zfHtXuTyROA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VK5ZDalU1L7RiiRiPrpTSZmkTW3vCa2D { top:4.875rem;left:0rem;width:8.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbXbS44gR50UJ5TmiA06mLmXUwin2LqS { top:6.125rem;left:0rem;width:25.8125rem;height:8.0625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zupN4DSBLGZ5SO9qtKTRmE8FG53rGl53 { top:12.125rem;left:0rem;width:13.4375rem;height:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe8kiuqU92HybnoIXCIT3qJII5r46avc { top:15.8125rem;left:0rem;width:31.25rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETupnTBSFmAdzqWQTT8LTH215pqWG7eI { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcPN2hJDMHWKbEr6hB7d80R6wwIHCd14 { display:block; }
 }@media only screen and (max-width: 763px) { #kD6A1h3r1QRPbx3g8iqRZ4lE49Mz13lS { top:6.3125rem;left:12.9375rem;width:34.8125rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5Ur7zgI8iezNhMqron5LMqUBMU9yTl3 { top:4.9375rem;left:21.125rem;width:26.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTXDNllCabXN0H22rGQTulsbwkU0gSWg { top:12rem;left:9.8125rem;width:37.6875rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg1yTgMGSa2bNmmBWUHgBEOp0morEwkF { top:14.5rem;left:12.9375rem;width:34.8125rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJbxgMkglrZ8SDuL1XCW81Hrm2HEt4VJ { top:13.125rem;left:21.125rem;width:26.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD1tZkG5M2vdnVIp50NPcIkpiNqrb4uy { top:21.0625rem;left:21.125rem;width:26.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzXopryI8VLzvROu6ouuHaqBGdSA2esO { top:22.6875rem;left:12.9375rem;width:34.8125rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7U4HHpUNqLWUb80sFSe84EIz3eeHXzL { top:29.4375rem;left:21.125rem;width:26.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ3aWeZDD5OekLUX1sfnyelFf9WIpPBJ { top:31.0625rem;left:12.9375rem;width:34.8125rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM63QI1rn9MkX2Jo9ys5Zro7MFokwpVA { top:3.875rem;left:9.8125rem;width:37.6875rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcMi04k4wksMvBgymcwdJqVpEBh2MRXa { top:28.3125rem;left:9.8125rem;width:37.6875rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMzv4uhQH0ToewTtBJ0NtPy2UlL7HiN1 { top:20.1875rem;left:9.8125rem;width:37.6875rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZsMK4M3akKSIAgLIIs2G3kyQF5UmHVb { display:block; }#gZsMK4M3akKSIAgLIIs2G3kyQF5UmHVb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uu7wVh4ZObunrCPzPWSP7tqAcMoIUuMo { top:3.5rem;left:0rem;width:16.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXEM1m6fnkH0RypDy5ryPPSLbTLt0cIT { top:5.6875rem;left:0rem;width:47.75rem;height:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #icmdbkwzGMU9sOD9m3ga3P3CfVX5UM0K { top:9.5rem;left:0rem;width:36.125rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt0Ugv87ZEeRrGzF171GblhCw10VyhRb { top:13.9375rem;left:0rem;width:47.75rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxapATwuxSvLI4HN51O0qBxvRVG540Li { top:29.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb2SKuN11qsOKhh31o4ZEFgaWOpE7Dct { top:14rem;left:11.375rem;width:0.0625rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLuI3q5LGVamvqFT3GU8GgLEtohCCBc5 { top:14rem;left:36.349999427796rem;width:0.0625rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqmIqUFAdrVonfByT467MDTnMfgJnvBu { top:16.375rem;left:0rem;width:16.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXtnaoPe04TdfthtF7ZVL0HDuCU8mFMe { top:18.625rem;left:0rem;width:22.4375rem;height:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnOpCJHtUNPWI0obuSHsVMm0OKgEpwvG { top:21.25rem;left:0rem;width:19.5625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpLcFZCwNKhHTlO0uX4FX1HDmZFfr8IO { top:16.4375rem;left:13.000000953674rem;width:16.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #INngQgBaQfntFBkvz4Thp3ecNk8cCbpP { top:18.625rem;left:13.000000953674rem;width:22.4375rem;height:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0QOe9rEo88TeV67HPBwEGEcpbsC9ps3 { top:21.25rem;left:13.000000953674rem;width:19.5625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxsqT1ekcOdscvl5We1JgHxqwyBdG8O1 { top:16.4375rem;left:31.0625rem;width:16.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op9MCo56r4GV7SHZOqGqoXm4QvUDfT3v { top:18.625rem;left:25.3125rem;width:22.4375rem;height:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InRKtKFCmXOQOmQUiNu6TmdBMbsowqXO { top:21.25rem;left:28.1875rem;width:19.5625rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc2ChHKiJm7IuLRDErnMCtmIN9qUNE9L { top:36.75rem;left:0rem;width:19.5625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPK1VPiVgMaySAuZmbT4FFoyfRDloRHC { top:31.9375rem;left:0rem;width:16.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #viehwSvytVnfmCtoTEJaxSSU6WXCG4B6 { top:34.125rem;left:0rem;width:22.4375rem;height:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsn9AvhXaoAWFxdlqgfuy3LnNtT0x37I { top:36.75rem;left:13.000000953674rem;width:19.5625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEA2EAVbXoIakd3f0GR1KGsz2vmglqcB { top:31.9375rem;left:13.000000953674rem;width:16.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #US61E3bwFqynyJ2PbFmlXUAHVFJNTuzF { top:34.125rem;left:13.000000953674rem;width:22.4375rem;height:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb8p2c802SxT3dTIAw0cAebglfxHFELF { top:31.9375rem;left:31.0625rem;width:16.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXLpfaBJhDZDAhxig8TIcyFa33BeTFD0 { top:34.125rem;left:25.3125rem;width:22.4375rem;height:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsC8VgZTG05XsxQ3xROEInvwtQs0ItpP { top:36.6875rem;left:28.1875rem;width:19.5625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdtkI48n4N4tzCeXCzkVXbPvZmSJ1f75 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBL9hfK1g61IoCxBLitTqs8MyTlotoTn { display:block; }
 }@media only screen and (max-width: 763px) { #w3Qm2zvR02KhsPchxI4WA86yBkZIpO3m { display:block; }#w3Qm2zvR02KhsPchxI4WA86yBkZIpO3m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShASUgdRnw8kepFVvgfD3z2TCpeJbBDy { top:0rem;left:0rem;width:18.75rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTpz3Z2PJnPW2RgTMR9c4y9b3olNPVnq { top:0rem;left:5.5625rem;width:18.3125rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy1EwUSFrHuJrC6SIk5X9yklGu0QMhFJ { top:0rem;left:5.1875rem;width:18.6875rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3JQKsXgK7gPCC6pSKk1zLw1fhZdfuQR { top:0rem;left:28.9375rem;width:18.8125rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkTyFxz8SBCWBQIhpmr3g9Cbn4lvbPok { display:block; }#mkTyFxz8SBCWBQIhpmr3g9Cbn4lvbPok > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsULiqym7VR8DrMBpzIKcTrKWiFzvZQT { top:3.1875rem;left:15.531250953674rem;width:16.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #suOQKAW49T2ecJZy86tLorlZnUcFNMpZ { top:5.125rem;left:0rem;width:47.75rem;height:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfcJii50OQf304Cz8UySCIgJedmpXRxJ { top:7.875rem;left:5.1242189407349rem;width:37.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEyDFTh7dpgtXTc82AblOzzEru4M8KAK { display:block; }#AEyDFTh7dpgtXTc82AblOzzEru4M8KAK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1beBb9aEyB9TEPXb7tfiUQrvtXRZGGn { top:1.5625rem;left:4.3687505722046rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxksZ3g1Wdd6CP2nxVPz0dymb1xgttfE { top:2.6875rem;left:5.2492189407349rem;width:1.4375rem;height:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLyI4bUG9o4chqSFhM02MTACpLFIdcHs { top:2.75rem;left:17.28125rem;width:1.4375rem;height:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbh93dqF9uiaPLodAundoBL5efgdQXSZ { top:1.625rem;left:16.40625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCJxT4NJcdbhOpKGAgkiuWS8b0G5a8zR { top:1.6875rem;left:28.34375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvZGpxTq3MzoIUV1Kg452T7cVMaJQUWT { top:2.8125rem;left:29.21875rem;width:1.4375rem;height:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A29EDdSy8Blfx1lPGI0A7hHXODTptfgf { top:1.6875rem;left:40.28125rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOfOLs53NTARBLw8bT4oQgXGLTUQWOiW { top:2.8125rem;left:41.15625rem;width:1.4375rem;height:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CycH5uxTSkaTVVAeyvFOuR8I1zaMDQ7y { top:5.9375rem;left:0rem;width:12.8125rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfebVz7WJvXoTl5cBX03hdspQvGOszwt { top:5.9375rem;left:11.0625rem;width:12.8125rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtGVsbsCzfZwQ6xJI1rlNmUlLhWSH64z { top:5.9375rem;left:23rem;width:12.8125rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBTWrqvfgnZb7c44NueT1xwweSSO8oRR { top:5.9375rem;left:34.9375rem;width:12.8125rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoFTH08gEL3TfycnKbzS0vhwvV6mRnLl { top:8rem;left:0rem;width:14.625rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByFGJI8Mv2154UuGJ4uux9Bf5gS9I4ON { top:8rem;left:9.25rem;width:14.625rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpzeWmXAutikaHBIkETfkgEafJ1qcDxr { top:8rem;left:21.1875rem;width:14.625rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWQ1vKfmBVNoUd2JMN03Rmyv4ckLck8W { top:8rem;left:33.125rem;width:14.625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4312hJOaPbsxG3dF7QctVumF87eIlei { display:block; }#p4312hJOaPbsxG3dF7QctVumF87eIlei > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wm2WZlkLwH0WpvdQsE1g57FDzdTiaFWT { top:3.625rem;left:24.9375rem;width:9.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Whc4uxdE11dWgalmtdFPUiDxDcPnXBIP { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFkPdHR22wbrGe8ftuAwFgqHnRDkONCv { display:block; }
 }@media only screen and (max-width: 763px) { #ZdE57cs76TleETThHZgbtN9n9A2lVpaV { display:block; }#ZdE57cs76TleETThHZgbtN9n9A2lVpaV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIGyiT7pC8gmUs45O7dknbuT2CdVaglL { top:4.5rem;left:0rem;width:6.125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #brtW8ziSJBAuiyGwzb651FM2ZuIVETUR { top:6.6875rem;left:0rem;width:25.4375rem;height:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaDdLXClnFnp8sl4uJqXch6WUFFuN0xT { top:10.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC8ARuQXpeoSkAFFIsR33ZnQxkROC6Ui { top:11.5625rem;left:0rem;width:8rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oois1T0UaJqwDSgkvPzMCe90WkKvd1nN { top:11.125rem;left:0rem;width:13rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cApvI7h80ydQMQSawuuyR3AOFl3FPd8T { display:block; }#cApvI7h80ydQMQSawuuyR3AOFl3FPd8T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d5647et0Bt9R6MX8OIluf8qWWE550qEQ { top:1rem;left:0rem;width:24.375rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfv2PA24O1KT35P3lVAmzgVgN72xLIir { top:1rem;left:7.25rem;width:24.375rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8nkhgUAu2JUG7LfJsONwlCq1khvITqG { top:1rem;left:23.125rem;width:24.375rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpBh7iOfyXkqQT9l71ZuCMshLttCe2Dr { top:1.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL9tU22brGrHIf4nh5WTIGLzybwGT9Xg { top:4.6875rem;left:0rem;width:16.5rem;height:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3KpoZuoLP0bwFNBZu8rNlIhKkcqMk48 { top:4.3125rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6kwd6fx3U3prPbtqA5gDr6nM2d6DXuB { top:17.1875rem;left:0rem;width:11.5rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sswSowk8VSSmP7AJMGhPyn6G3LWPLfUB { top:17.1875rem;left:15.875rem;width:14.1875rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsDGSzKOAzl9ImNFtf1gmo38xk4Kvwl3 { top:4.75rem;left:15.25rem;width:16.5rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBnrXiFvmK4D20TTE4xLtxXdK3WdOqfz { top:1.625rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8FEoU0cH3OPV6lkJyagIICz7heDO9dr { top:4.375rem;left:15.875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCER90oLfzvr1T6TX6TVWWtF8e7hHXAR { top:17.1875rem;left:31.75rem;width:14.1875rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn7hNAwwpafqh4TwDNkoZ3atTfeocRoe { top:4.75rem;left:30.4375rem;width:17.3125rem;height:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpkMuG4NBBS1FlmPQqqnVyPLkIJ7nxZe { top:4.375rem;left:31.75rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRAIH24w0oe4zIy7Jt8UxydEGrFzItM3 { top:1.625rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSgQDZxfnTMoXGzP5aNuTy3WGlUTzWta { display:block; }#bSgQDZxfnTMoXGzP5aNuTy3WGlUTzWta > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpAkVzvxdlLDBGcG9hyQuNQhbGJXSFGJ { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbDq9AqTQsFLRE3KqDn3eM6D3WR1OGbG { display:block; }
 }@media only screen and (max-width: 763px) { #r93yh0BT7yilbQrpnTVs5elIq5GhmXeS { display:block; }#r93yh0BT7yilbQrpnTVs5elIq5GhmXeS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #luy1mbolaIyGe7q182kqwTgRh8QhUa78 { top:2.4375rem;left:0rem;width:6.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGbTkq53zQuuUnW4f8Q3UyUayIhy3Dqo { top:4.625rem;left:0rem;width:21.4375rem;height:11.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGCWm6LfvcT5E7dnPgf7VtwvEefFzwbD { top:17.375rem;left:0rem;width:24.25rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynh3ciJfAfNWz4o7fSpqrBMStrBETVGZ { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #StH5fCw3udp1m5dw2pyhOdggsAy6qQhF { display:block; }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI { display:flex;height:auto;width:27.8125rem;top:4.625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #eFi1ApWAVI8qpoBWIGSRiyeGNyl6TTpG {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #zCsTgbXsTR5cLDIgpTWXfaSBaDEpIraQ {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #T779IOOfV2t3Vy7Xf2AQenz4s5rlFlZX {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #FysoOwpx5RN6mxvs87TNZPz5ihHrqawK {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #tsKHK5kVFDPZQ9q4PSmrV1A6UuSNxrKe {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #d4BkEsBb7hLNgW02AnS4BaRogzyiBiTT {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #WGPtaFEW9aRp62RGTuhAikN2XnzWPVds {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #PWIfcSzuwIzqhhrN6T8QpBaWb81bOW3o {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #IpNkbrTbyXFaWJ4NqZzo9qtiTO3fJlpX {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #SHcvshyDQc2rbp7PTutmVWAUBeADsoPz {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #xfSBrA46lyHqVQc8eGMA34WcQ3e5Nweb {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #E9z9PWMLJrKRQeJMmiXXeZLgfQpzL90r {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #IZJJUB5fEnDSIcnXl91lGzIZ5fqSnD47 {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #fZTQcXEkKG5MHZ0T6aT8Vy4TTMDwi2kz {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #dzJfykyQOyrqb6rS2PCCOQv03OtBCMTT {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #cbBDthiT3cXWhchKvho03VokTDiSEEMq {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #Xwh0cc97uCtdgpkaULp0eXZJXHgUR8eB {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #E5qJievCWRt1G91BdsiDezh0unW2wsp1 {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #FcfhW3NfyK4oIQQg5lW7AdJBWSZc7M2B {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #x8StiubUJnlDsHnhPLxfVTDVI474N4fi {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #tbOcJAQ2HDgUPzBTiQiPguR3P3tZUagl {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #rB5nyV9aTVPVPlqS4SQqy8MkteivXhWW {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #BFhgiPecJbsrQg0e5OpGhiTPbqfpDHga {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #aPehklG4JIObQb6hZ0rnBTCMXCrnwlII {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #k497dXG2EAn3cTHGWcWh7f6a9IXopsWC {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #PQclREgwcwizs5HnaCyUe3CwLdOG7KIo {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #W4IIC7eLpX3zoJnAi412BUnn4fb804k8 {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #rxeiPW4H6kgEvXd0WixfEq4u4PxTl28f {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #Qph4k3cSC2sk7ewUJ6U6tTcKZsHgZwBd {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #eURsEOR9N1rTtvL6ekavUhnd0xkVVXze {  }
 }@media only screen and (max-width: 763px) { #RGyPW3PhRi9hSyFBoq4GJ2CBQQP8oUMG { display:block; }#RGyPW3PhRi9hSyFBoq4GJ2CBQQP8oUMG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDmoOrlcRO0DBXbFg4ccmNol71dckyNH { top:6rem;left:6.467968940735rem;width:37.5625rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIEk1MmTRTTaIl72MRF6coFCQ9P4UU3R { display:block; }#DIEk1MmTRTTaIl72MRF6coFCQ9P4UU3R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #inVN62gz5PeDTaRbvF9oN0wUpowTLvDv { top:4.1875rem;left:17.25rem;width:13.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4V4Eei0pDeIgW6Puyvo561IzkNZoHgm { top:5.8125rem;left:9.375rem;width:29.0625rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0iZdDe6kVDlTpRzNuQPizG9MLtw65KJ { top:12.25rem;left:6.75rem;width:34.1875rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVtHfUACAVyd3gqfKaXqlZ3wnNbShJUM { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtDCIXtVpJigc69iZ38OTdOAVOsmaPXc { display:block; }
 }@media only screen and (max-width: 763px) { #lUXbFdw4QanEMmrpcCcaeu3Mkxce50BB { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcbAUydf5uIqcfMgx6PmaoJE9R5kg1Ab { display:block; }
 }@media only screen and (max-width: 763px) { #zmFvFNhxcSvGvaKpczRVof4e6KKRCe6T { top:23.4375rem;left:3.5625rem;width:40.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A01FdaBSWlfwSfWFGPsvIesWFnTvlVnB { display:block; }#A01FdaBSWlfwSfWFGPsvIesWFnTvlVnB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DW99f2aSuO8ZqMoTNWnB3wXJwTIot5yJ { top:1.875rem;left:6.780468940735rem;width:34.1875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcqM7nkn1eahQR4ZBIiD2ETM6g6pyMaD { top:1.875rem;left:32.375rem;width:15.375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuO9gOUnXylwaXebqVTIa39ZIpPqPZOW { width:3.1875rem;height:3.1875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK1rid2vXTMWrlJDGOLiyB0WK146Upz4 { top:2.125rem;left:0rem;width:2.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3PQ3HS0F0T4JRZ5XueSgQVX4hENIETa { top:2.125rem;left:0rem;width:5.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TR45wXFx67TDDfG17fdK8TfyiaACUh9a { position:relative;z-index:auto;display:block; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvoMEGbKArw4RxOFa8bT55tTo3CMWD4R { width:2.75rem;height:2.75rem;top:0.98750001192094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFcn7uPNMQ9ZtMv8btwHnHRiILnxHDcV { width:6.875rem;height:2.375rem;top:1.1750000715256rem;left:13.000000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCpfyLOVkzNZe0TTCNJmhHmCvuh2bwMX { display:block; }
 }@media only screen and (max-width: 763px) { #ExxokN43XAurTNxC2kwuclPU1WVDgFtQ { width:2.5rem;height:1.38125rem;top:1.6875rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OShnpBTXOGv3WkRW9RnhwKwgcEE1Jcps { width:5.5625rem;height:1.38125rem;top:1.6875rem;left:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D66RXmR6aDixqJhVtpDeu01bv27fd5vh { width:3.6875rem;height:2rem;top:20.6375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGNwnSsTF0TKaJQmCVednE6NwE6oqZKW { display:block; }
 }@media only screen and (max-width: 763px) { #ldBzXZpX6nh3t744Jqnvv7xWTmk9ssaQ { width:3.6875rem;height:2rem;top:17.3875rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KiucxOXylHCTnLlXKBsFhlZPZRptDktP { display:block; }
 }@media only screen and (max-width: 763px) { #ab844pmZnPTvARHTbcLwygQaX7XunUHG { width:3.6875rem;height:2rem;top:14.1375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U6KUPgafThbgRF3XV4KrwFgd6249wNBe { display:block; }
 }@media only screen and (max-width: 763px) { #lytfg3Ibtg6y1bQxIciOX3ITfJQtZg0F { width:8.6875rem;height:2rem;top:10.8875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTs4TQo7Xdt5lvRdsuD1Oa5laliI8GHZ { display:block; }
 }@media only screen and (max-width: 763px) { #QqakDukLc6u5fDyiFMMLg9TUS1MkQv5e { display:block; }#QqakDukLc6u5fDyiFMMLg9TUS1MkQv5e > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hssp7zmcdL5xTMdn7zUC4UZB3VyayRmJ { width:20rem;height:23.268698060942rem;top:47.337506103516rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lka8eW6Tmcx4Msk7pOU2HwJ9Noia9tov { width:20rem;height:12.5rem;top:73.500006103519rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FmycvHeR4SlqM7PpI0KFTBNbc4fqCphm { width:20rem;height:0;top:71.275006103519rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SAUTuLKJQ9Dc2AIa5g40w8hLzguiPn1g { width:20rem;height:0.975rem;top:2.5492186546326rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcwFH7hRZMUXiIEWtAnWeiiL9G2TxQ63 { width:20rem;height:4.4rem;top:3.475rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DxeJz71G5pO409S2xhy0st19Pee8LmZH { width:20rem;height:3.6rem;top:8.325rem;left:0rem;font-size:2rem;color:#cebb72;display:block; }
 }@media only screen and (max-width: 763px) { #yTthf7dRg9QfniQAFb6Teg6J4EpAM3bE { width:20rem;height:8rem;top:13.175rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeVNWT5kbsDCdOrSvFMqBhsOrbZ7wyRu { width:11.375rem;height:3.375rem;top:21.987501144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lreuwTlKHDqKORKBo6ehsaSTf6rdqcoh { display:block; }
 }@media only screen and (max-width: 763px) { #NZTfDKM2nO8dIzSdCcgBwJ3E0e8BxSmv { width:6.25rem;height:1.2rem;top:23.075000762939rem;left:12.811718523503rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTr91HnIQtWbzinJ4mO153Pnpv0tG50y { width:20rem;height:7.4375rem;top:27.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #llrzNEbWsDvMP6t4cqr5eEBywXzk68ru { width:4.375rem;height:3.375rem;top:29.393749237061rem;left:1.2375000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoPTOTW7iK3FEy8xsSmSxyev4fZp0lJG { display:block; }
 }@media only screen and (max-width: 763px) { #tbtzJTE0FqWdwfDPWmsdefZ3EgqwE9Nh { width:7.0625rem;height:2.925rem;top:28.4375rem;left:6.3125rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ys510vTQ6UaetPF8QIkWnM4KMs9l0eom { width:9.1875rem;height:2.1rem;top:31.681251525879rem;left:6.3125000596044rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #txWzxyWf8e66p3HP28Nl3xblVHLT4nZT { width:4.0625rem;height:1.4rem;top:30.381252288818rem;left:15.049218714237rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIWkghX2973GQ2U7ziA11187Wlmo9MVR { width:20rem;height:0.0625rem;top:36.225rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAIGmGQn51mNLCClnQ6rAx4HIn9BHoaN { width:2.4375rem;height:1.35rem;top:37.387506103516rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7KEtKBP5cCuJLoqwvKSW3n5gDX3O0CE { width:6rem;height:1.2rem;top:38.737501144409rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAUiMXDOn1TAzAvvXFOpgGFp4B5aJc2X { width:4.5625rem;height:1.35rem;top:37.375rem;left:12.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCs6MMWezTfhnu4rR3kOBpwpARv9NOdr { width:7.375rem;height:1.2rem;top:38.75rem;left:12.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m24TkZVxLuEeUDiTyt7dw8dxnxeMeT80 { width:7.8125rem;height:1.35rem;top:41.700000762939rem;left:6.0937500596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #loEhbmd4eRdaF0Owfl1KhM6Lq20AGRo7 { width:8.8125rem;height:1.2rem;top:43.025001525879rem;left:5.5937500596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbheDD61xrv7ouHLTLkCAbTcPyntWr9z { display:block; }#hbheDD61xrv7ouHLTLkCAbTcPyntWr9z > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzOe3pcLS58PrsMrU69PLzXJQH42T60B { width:19.5rem;height:1rem;top:1.25rem;left:0.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB8r3uRKVbkxXbIN8hamu5mfxHIBXqQW { width:2.625rem;height:0.8125rem;top:4.125rem;left:11.250000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIhTwdMpu3pwZD4BpTINtnIhBhTTE2l5 { width:2.375rem;height:2.375rem;top:3.34375rem;left:3.9250002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe3ZPTyfaervK6TV2GIwiDlOw2iqGUnw { width:3.25rem;height:1.25rem;top:3.90625rem;left:7.3125005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWi4ZRwsSvJMwrMg14hsvxm2Caym9BAJ { width:1.4375rem;height:1.9375rem;top:3.5625rem;left:14.613281786442rem;display:block; }
 }@media only screen and (max-width: 763px) { #iavIbK44hzWC37kf5MKHZVJo36hoKlWg { width:2.75rem;height:1.3125rem;top:3.875rem;left:17.050000727177rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaB8GuGJWNpRJFFr0nsD6zi49boS2bIi { width:2.0625rem;height:2.0625rem;top:3.5rem;left:0.87499994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGXepXBGOtwrx5Imo5tQOpsOhaDVJfGo { display:block; }#SGXepXBGOtwrx5Imo5tQOpsOhaDVJfGo > .row .container { width:20rem;height:93.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtT97sBtaREiKeaulB6Fm4c1A6zINLZF { width:20rem;height:0.975rem;top:3.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGrv0FNCS1oSrxS8puhdryrdb0gu3naF { width:20rem;height:6.6rem;top:4.8125rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #B7aIaFIvOm6sZV5ElIi1PRloiTSDQeT1 { width:20rem;height:1.8rem;top:7.6375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMRZWv1O3GEbvVu8unp6OVw0ocJ5XvO9 { width:20rem;height:4.8rem;top:12.675000190735rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpc6wkwy5111sfd9fmx8GupC59qwnORk { width:20.125rem;height:67.75rem;top:17.425000190735rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVLhoVKfXLMitmSMf20DDTX2gDM6uWTZ { width:0.0625rem;height:15.6875rem;top:17.4875rem;left:15.062499046326rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4C0HoJEV7Ri7fxgQ8qNc4LZuyLarlRZ { width:2.375rem;height:2.375rem;top:18.55rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVPXwvvMTPBLrkptAkit7ZqGfHbaAiMt { width:9.625rem;height:2.275rem;top:21.4875rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF9LucMwucGO1Jn0usDvJi0GpAIOBgWP { width:16.5625rem;height:2.275rem;top:24.362500190735rem;left:0.99999994039537rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7wST3GZWNdM8KGmI33BNodkBzUQXlyp { width:2.375rem;height:2.375rem;top:31.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1W1haPUdZOzMPUSzTtGeKciBCTBpxBX { width:11.25rem;height:2.275rem;top:34.375rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6wEtT8eq2pb083xR9Ib4qOenZWl5CmQ { width:17.3125rem;height:2.275rem;top:37.4375rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd18raUPp1RF3qF8hTofqCE97R0LQJxQ { width:0.0625rem;height:15.6875rem;top:17.55rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvRxPZaSptSS6q8JgLd89bbiKJDTtOGm { width:0.0625rem;height:15.6875rem;top:17.55rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQEDvEVUgnVEfHx6F2v8Se0h0ei4K31z { width:0.0625rem;height:15.6875rem;top:17.425rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO0EL9snDhDMX2rx8fTaB0Grh7nBhqrA { width:9.625rem;height:2.275rem;top:47.75rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSqAHXIetGQ140LyTaUwsZUT0cNwJvVx { width:2.375rem;height:2.375rem;top:57.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktGutJZiWD26pqG0480R1P4IpCiRqCc8 { width:17.4375rem;height:2.275rem;top:50.812501907349rem;left:0.99921876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Arle9pv9zmTKtaDp5MEXxTlyd2RWoBqL { width:11.5rem;height:2.275rem;top:60.487501144409rem;left:0.99921876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTd074mr9vtcF1ChHwe3CZbgTd9VG7CI { width:2.375rem;height:2.375rem;top:44.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIACeJszOeaZi80SavZvqyd72rJ25kTQ { width:11.0625rem;height:3.4125rem;top:63.392969131469rem;left:0.99921876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7tbO7PN2g7sT9HxDddUgF8ZuDgwVFQp { width:9.625rem;height:2.275rem;top:74.5117225647rem;left:0.99921876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx6WgDzCo2dlXCNOv89dT0Gr9bJHZMCy { width:2.375rem;height:2.375rem;top:71.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2HdfZgtUm6Z4f3w1ECoE7PynoV76PsD { width:12.125rem;height:3.4125rem;top:77.362503051756rem;left:0.99921876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ6EeQmHwJO0xKDTIvTFSHtwGPnnXuxX { width:12.5rem;height:0.0625rem;top:27.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkpmA9xrwfamJFqxtzHmvBQtWrchITBz { width:12.5rem;height:0.0625rem;top:81.8437538147rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #doxUFGxzShvbkwHG7ONUBUshT6db7ZQO { width:12.5rem;height:0.0625rem;top:53.91250038147rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTeP2nGltyZObQzUHpnsuCz6fwohAHWF { width:12.5rem;height:0.0625rem;top:67.612503051756rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #HauNoakKmQqRclL9qQI0r0698IRazL60 { width:12.5rem;height:0.0625rem;top:40.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpsiVoAKs3UVq1zGt9UfkvK3el96PV9M { width:11.0625rem;height:0.975rem;top:28.625rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD36ENpaaDSKdK2MMW3RhaLVT26n4Cea { width:11.0625rem;height:0.975rem;top:41.875rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFeeDf1SO18ltXviQ9MK76QrOgg1fQ5U { width:11.0625rem;height:0.975rem;top:54.9375rem;left:0.99921876192094rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqeMHZZHxbXLy2ZhLpPAF0lSWH7xFPAT { width:11.0625rem;height:0.975rem;top:68.612503051756rem;left:0.99921876192094rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVs8014XpAU2RrhJ74JufhMAzpIzy99O { width:11.0625rem;height:0.975rem;top:82.800003051756rem;left:0.99921876192094rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9X2qbW7TnW3G5PhDZu8KVqNqVLuCi72 { width:7.125rem;height:1.2rem;top:88.1875rem;left:11.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEI3fqSGxehLzwTqeTW9sPz5TKJGIk2V { width:9.3125rem;height:3.375rem;top:87.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #prTd41u5lJHu3hcFztOd922Hh26nG1QQ { display:block; }
 }@media only screen and (max-width: 763px) { #bzUTr3l7zncoFQFT7DDhNnc2wibOLUr0 { display:flex;width:1.125rem;height:1.125rem;top:19.175000476837rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #KupZcQBzSVrARctnQn6o6PsZzS4HVhKA { display:flex;width:1.125rem;height:1.125rem;top:31.8125rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #cAFSePVvPtMRTF0bagvSLDoTbiBteHT1 { display:flex;width:1.125rem;height:1.125rem;top:45.4375rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #Xnhl522NgfuE6I3sV0zS0OOJHSBxScTp { display:flex;width:1.125rem;height:1.125rem;top:58.25rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #Kc3fhOhZs4BtGAmAxdCQqB8EUXzxtXLa { display:flex;width:1.125rem;height:1.125rem;top:72rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #oVAygJN092i0cNGuQoT5JBnT5TZCL7cx { display:block; }#oVAygJN092i0cNGuQoT5JBnT5TZCL7cx > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BisiFdtbzSyt8mqNVFcAe0ON0kvMCTr3 { width:19.875rem;height:2rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsSkqvAkw8EooaCULCwDmGJgPb5wnu6Q { width:16.6875rem;height:0.975rem;top:1.8125rem;left:0.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO9VXPGptWhKOxPpQMqm1qdKca0k3SUG { width:18.5625rem;height:4.8rem;top:4.6rem;left:0.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2nxcy0MRsk1zTCqJwrJ8VtiUg2JMUMZ { width:20rem;height:5.6rem;top:10.7rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPzx2575x3TKtKLILNz5ulXirtEuTmbn { width:20rem;height:4.825rem;top:17.55rem;left:0rem;font-size:0.875rem;display:block; }#SPzx2575x3TKtKLILNz5ulXirtEuTmbn li:before{  }
 }@media only screen and (max-width: 763px) { #zE5H3s9I5oOo3lTSpLcbWw8TUtRsbBSu { width:19.9375rem;height:22.0625rem;top:23.625000715256rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5oKhl21c5hdmNTfEk3GRvDTQKVgNweJ { width:16.6875rem;height:0.975rem;top:26.187500715256rem;left:1.6562500596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ6Hkw5CyKFDSPvwJpPuTtpehcKshIRc { width:18.75rem;height:3.0375rem;top:27.412502288818rem;left:0.62421876192093rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlqGA5CTPhwr1mXPMnkydkCWTn0vdxfm { width:15.5625rem;height:1.4rem;top:30.375000715256rem;left:2.2187500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6rEaw2S6thaBywyKdfMBQssAdVuUpa3 { width:11.25rem;height:2.1875rem;top:32.5625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1ytarafJZnF8q4Uynm1cuuqU7gAWSxo { width:11.3125rem;height:0.975rem;top:33.3125rem;left:4.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6heT5unQiXc2dklGCtKsKSiZbJkzw0t { width:16.9375rem;height:3.375rem;top:36.562500715256rem;left:1.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TryoiQhxEEQvqZKA0clrGUr9xawP2w3q { display:block; }
 }@media only screen and (max-width: 763px) { #Qrha6rkkQ9Z7VKsr0eoqKqwGUOoNVMKm { width:17.0625rem;height:2.4rem;top:41.062500715256rem;left:1.4687500596046rem;font-size:0.75rem;color:#767676;display:block; }
 }@media only screen and (max-width: 763px) { #ESrp61lwh1QuAczd8Kyg0zfHtXuTyROA { display:block; }#ESrp61lwh1QuAczd8Kyg0zfHtXuTyROA > .row .container { width:20rem;height:90.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VK5ZDalU1L7RiiRiPrpTSZmkTW3vCa2D { width:8.875rem;height:0.975rem;top:2.5499992370606rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbXbS44gR50UJ5TmiA06mLmXUwin2LqS { width:20rem;height:7.2rem;top:3.475rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zupN4DSBLGZ5SO9qtKTRmE8FG53rGl53 { width:13.4375rem;height:1.8rem;top:22.6125rem;left:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe8kiuqU92HybnoIXCIT3qJII5r46avc { width:20rem;height:16rem;top:11.787500143051rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETupnTBSFmAdzqWQTT8LTH215pqWG7eI { width:19.875rem;height:3.375rem;top:28.561717987061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcPN2hJDMHWKbEr6hB7d80R6wwIHCd14 { display:block; }
 }@media only screen and (max-width: 763px) { #kD6A1h3r1QRPbx3g8iqRZ4lE49Mz13lS { width:16.625rem;height:8.4rem;top:36.1875rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5Ur7zgI8iezNhMqron5LMqUBMU9yTl3 { width:16.375rem;height:1.4rem;top:34.4375rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTXDNllCabXN0H22rGQTulsbwkU0gSWg { width:17.5rem;height:11.875rem;top:47.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg1yTgMGSa2bNmmBWUHgBEOp0morEwkF { width:15.875rem;height:8.4rem;top:49.9375rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJbxgMkglrZ8SDuL1XCW81Hrm2HEt4VJ { width:13.5rem;height:1.4rem;top:48.375rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD1tZkG5M2vdnVIp50NPcIkpiNqrb4uy { width:16.25rem;height:2.8rem;top:61.5625rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzXopryI8VLzvROu6ouuHaqBGdSA2esO { width:15.5rem;height:8.4rem;top:64.6875rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7U4HHpUNqLWUb80sFSe84EIz3eeHXzL { width:16.0625rem;height:1.4rem;top:76.25rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ3aWeZDD5OekLUX1sfnyelFf9WIpPBJ { width:14.9375rem;height:8.4rem;top:78.0625rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM63QI1rn9MkX2Jo9ys5Zro7MFokwpVA { width:17.5rem;height:12.875rem;top:33.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcMi04k4wksMvBgymcwdJqVpEBh2MRXa { width:17.5625rem;height:12.75rem;top:75.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMzv4uhQH0ToewTtBJ0NtPy2UlL7HiN1 { width:17.4375rem;height:13.625rem;top:60.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZsMK4M3akKSIAgLIIs2G3kyQF5UmHVb { display:block; }#gZsMK4M3akKSIAgLIIs2G3kyQF5UmHVb > .row .container { width:20rem;height:87.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uu7wVh4ZObunrCPzPWSP7tqAcMoIUuMo { width:16.6875rem;height:0.975rem;top:1.25rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXEM1m6fnkH0RypDy5ryPPSLbTLt0cIT { width:20rem;height:6.6rem;top:3.475rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #icmdbkwzGMU9sOD9m3ga3P3CfVX5UM0K { width:20rem;height:6.4rem;top:10.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt0Ugv87ZEeRrGzF171GblhCw10VyhRb { width:20.0625rem;height:62.0625rem;top:17.775000572204rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxapATwuxSvLI4HN51O0qBxvRVG540Li { width:20rem;height:0.0625rem;top:33.200003051757rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mb2SKuN11qsOKhh31o4ZEFgaWOpE7Dct { width:0.0625rem;height:30.8125rem;top:17.825003051757rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLuI3q5LGVamvqFT3GU8GgLEtohCCBc5 { width:0.0625rem;height:30.8125rem;top:17.825003051757rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqmIqUFAdrVonfByT467MDTnMfgJnvBu { width:16.6875rem;height:0.975rem;top:19.223437309265rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXtnaoPe04TdfthtF7ZVL0HDuCU8mFMe { width:20rem;height:1.0125rem;top:20.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnOpCJHtUNPWI0obuSHsVMm0OKgEpwvG { width:19.5625rem;height:5.6rem;top:23.21249961853rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpLcFZCwNKhHTlO0uX4FX1HDmZFfr8IO { width:16.6875rem;height:0.975rem;top:30.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #INngQgBaQfntFBkvz4Thp3ecNk8cCbpP { width:20rem;height:1.0125rem;top:32.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0QOe9rEo88TeV67HPBwEGEcpbsC9ps3 { width:19.5625rem;height:4.2rem;top:34.200000762939rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxsqT1ekcOdscvl5We1JgHxqwyBdG8O1 { width:16.6875rem;height:0.975rem;top:40.262500762939rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op9MCo56r4GV7SHZOqGqoXm4QvUDfT3v { width:20rem;height:1.0125rem;top:41.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InRKtKFCmXOQOmQUiNu6TmdBMbsowqXO { width:19.5625rem;height:5.6rem;top:44.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc2ChHKiJm7IuLRDErnMCtmIN9qUNE9L { width:19.5625rem;height:4.2rem;top:64.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPK1VPiVgMaySAuZmbT4FFoyfRDloRHC { width:16.6875rem;height:0.975rem;top:51.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #viehwSvytVnfmCtoTEJaxSSU6WXCG4B6 { width:20rem;height:1.0125rem;top:53.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsn9AvhXaoAWFxdlqgfuy3LnNtT0x37I { width:19.5625rem;height:4.2rem;top:54.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEA2EAVbXoIakd3f0GR1KGsz2vmglqcB { width:16.6875rem;height:0.975rem;top:60.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #US61E3bwFqynyJ2PbFmlXUAHVFJNTuzF { width:20rem;height:1.0125rem;top:62.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb8p2c802SxT3dTIAw0cAebglfxHFELF { width:16.6875rem;height:0.975rem;top:70.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXLpfaBJhDZDAhxig8TIcyFa33BeTFD0 { width:20rem;height:1.0125rem;top:72.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsC8VgZTG05XsxQ3xROEInvwtQs0ItpP { width:19.5625rem;height:4.2rem;top:74.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdtkI48n4N4tzCeXCzkVXbPvZmSJ1f75 { width:16.9375rem;height:3.375rem;top:81.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBL9hfK1g61IoCxBLitTqs8MyTlotoTn { display:block; }
 }@media only screen and (max-width: 763px) { #w3Qm2zvR02KhsPchxI4WA86yBkZIpO3m { background-color:#0d0d0d;background-image:none;display:block; }#w3Qm2zvR02KhsPchxI4WA86yBkZIpO3m > .row .container { background-color: transparent; background-image: none; }#w3Qm2zvR02KhsPchxI4WA86yBkZIpO3m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3Qm2zvR02KhsPchxI4WA86yBkZIpO3m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3Qm2zvR02KhsPchxI4WA86yBkZIpO3m > .row .container > .video-iframe-container { display: none; }#w3Qm2zvR02KhsPchxI4WA86yBkZIpO3m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3Qm2zvR02KhsPchxI4WA86yBkZIpO3m > .row > .video-iframe-container { display: none; }#w3Qm2zvR02KhsPchxI4WA86yBkZIpO3m > .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); }#w3Qm2zvR02KhsPchxI4WA86yBkZIpO3m > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShASUgdRnw8kepFVvgfD3z2TCpeJbBDy { width:9.4375rem;height:6.25rem;top:1.25rem;left:0.62499994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTpz3Z2PJnPW2RgTMR9c4y9b3olNPVnq { width:9.25rem;height:6.25rem;top:1.25rem;left:10.061718523503rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy1EwUSFrHuJrC6SIk5X9yklGu0QMhFJ { width:9.5rem;height:6.3125rem;top:7.5rem;left:0.65546876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3JQKsXgK7gPCC6pSKk1zLw1fhZdfuQR { width:9.5625rem;height:6.25rem;top:7.5rem;left:10.061718523503rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkTyFxz8SBCWBQIhpmr3g9Cbn4lvbPok { display:block; }#mkTyFxz8SBCWBQIhpmr3g9Cbn4lvbPok > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsULiqym7VR8DrMBpzIKcTrKWiFzvZQT { width:16.6875rem;height:0.975rem;top:1.25rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #suOQKAW49T2ecJZy86tLorlZnUcFNMpZ { width:20rem;height:7.2rem;top:2.9750003814698rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VfcJii50OQf304Cz8UySCIgJedmpXRxJ { width:20rem;height:3.2rem;top:10.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEyDFTh7dpgtXTc82AblOzzEru4M8KAK { display:block; }#AEyDFTh7dpgtXTc82AblOzzEru4M8KAK > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1beBb9aEyB9TEPXb7tfiUQrvtXRZGGn { width:3rem;height:3rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxksZ3g1Wdd6CP2nxVPz0dymb1xgttfE { width:1.4375rem;height:0.95625rem;top:2.37109375rem;left:9.31796836853rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLyI4bUG9o4chqSFhM02MTACpLFIdcHs { width:1.4375rem;height:0.95625rem;top:16.125rem;left:9.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbh93dqF9uiaPLodAundoBL5efgdQXSZ { width:3rem;height:3rem;top:15rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCJxT4NJcdbhOpKGAgkiuWS8b0G5a8zR { width:3rem;height:3rem;top:28.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvZGpxTq3MzoIUV1Kg452T7cVMaJQUWT { width:1.4375rem;height:0.95625rem;top:29.875rem;left:9.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A29EDdSy8Blfx1lPGI0A7hHXODTptfgf { width:3rem;height:3rem;top:42.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOfOLs53NTARBLw8bT4oQgXGLTUQWOiW { width:1.4375rem;height:0.95625rem;top:43.625rem;left:9.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CycH5uxTSkaTVVAeyvFOuR8I1zaMDQ7y { width:12.8125rem;height:1.2rem;top:5.7rem;left:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfebVz7WJvXoTl5cBX03hdspQvGOszwt { width:12.8125rem;height:1.2rem;top:19.45rem;left:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtGVsbsCzfZwQ6xJI1rlNmUlLhWSH64z { width:12.8125rem;height:1.2rem;top:33.2rem;left:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBTWrqvfgnZb7c44NueT1xwweSSO8oRR { width:12.8125rem;height:1.2rem;top:46.95rem;left:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoFTH08gEL3TfycnKbzS0vhwvV6mRnLl { width:14.625rem;height:5.6rem;top:8.15rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByFGJI8Mv2154UuGJ4uux9Bf5gS9I4ON { width:14.625rem;height:5.6rem;top:21.9rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpzeWmXAutikaHBIkETfkgEafJ1qcDxr { width:14.625rem;height:5.6rem;top:35.65rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWQ1vKfmBVNoUd2JMN03Rmyv4ckLck8W { width:14.625rem;height:4.2rem;top:49.4rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4312hJOaPbsxG3dF7QctVumF87eIlei { display:block; }#p4312hJOaPbsxG3dF7QctVumF87eIlei > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wm2WZlkLwH0WpvdQsE1g57FDzdTiaFWT { width:9.25rem;height:1.2rem;top:5.875rem;left:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Whc4uxdE11dWgalmtdFPUiDxDcPnXBIP { width:11.375rem;height:3.375rem;top:1.25rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFkPdHR22wbrGe8ftuAwFgqHnRDkONCv { display:block; }
 }@media only screen and (max-width: 763px) { #ZdE57cs76TleETThHZgbtN9n9A2lVpaV { display:block; }#ZdE57cs76TleETThHZgbtN9n9A2lVpaV > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIGyiT7pC8gmUs45O7dknbuT2CdVaglL { width:6.125rem;height:0.975rem;top:1.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #brtW8ziSJBAuiyGwzb651FM2ZuIVETUR { width:20rem;height:3.6rem;top:3.475rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaDdLXClnFnp8sl4uJqXch6WUFFuN0xT { display:flex;width:3.125rem;height:3.125rem;top:7.8125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #oC8ARuQXpeoSkAFFIsR33ZnQxkROC6Ui { width:8rem;height:1.2rem;top:8.75rem;left:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oois1T0UaJqwDSgkvPzMCe90WkKvd1nN { width:13rem;height:1.9375rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cApvI7h80ydQMQSawuuyR3AOFl3FPd8T { display:block; }#cApvI7h80ydQMQSawuuyR3AOFl3FPd8T > .row .container { width:20rem;height:66.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d5647et0Bt9R6MX8OIluf8qWWE550qEQ { width:19.875rem;height:20.5625rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfv2PA24O1KT35P3lVAmzgVgN72xLIir { width:19.875rem;height:20.5625rem;top:23.1625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8nkhgUAu2JUG7LfJsONwlCq1khvITqG { width:19.875rem;height:20.5625rem;top:45.075rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpBh7iOfyXkqQT9l71ZuCMshLttCe2Dr { display:flex;width:3.125rem;height:3.125rem;top:1.8125rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #HL9tU22brGrHIf4nh5WTIGLzybwGT9Xg { width:16.5rem;height:11.025rem;top:4.9375rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3KpoZuoLP0bwFNBZu8rNlIhKkcqMk48 { display:flex;width:1rem;height:1rem;top:4.9375rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #W6kwd6fx3U3prPbtqA5gDr6nM2d6DXuB { width:11.5rem;height:2.8rem;top:17.27734375rem;left:2.4375000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sswSowk8VSSmP7AJMGhPyn6G3LWPLfUB { width:14.1875rem;height:2.8rem;top:39.252346038818rem;left:2.4375000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsDGSzKOAzl9ImNFtf1gmo38xk4Kvwl3 { width:16.5rem;height:6.3rem;top:26.9375rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBnrXiFvmK4D20TTE4xLtxXdK3WdOqfz { display:flex;width:3.125rem;height:3.125rem;top:23.80234336853rem;left:1.5000000596046rem; }
 }@media only screen and (max-width: 763px) { #S8FEoU0cH3OPV6lkJyagIICz7heDO9dr { display:flex;width:1rem;height:1rem;top:26.9375rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #kCER90oLfzvr1T6TX6TVWWtF8e7hHXAR { width:14.1875rem;height:2.8rem;top:62.039844512939rem;left:2.9062500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn7hNAwwpafqh4TwDNkoZ3atTfeocRoe { width:15.9375rem;height:12.6rem;top:48.67734336853rem;left:2.7187500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpkMuG4NBBS1FlmPQqqnVyPLkIJ7nxZe { display:flex;width:1rem;height:1rem;top:48.789844512939rem;left:1.5000000596046rem; }
 }@media only screen and (max-width: 763px) { #MRAIH24w0oe4zIy7Jt8UxydEGrFzItM3 { display:flex;width:3.125rem;height:3.125rem;top:45.66484375rem;left:1.6625022888184rem; }
 }@media only screen and (max-width: 763px) { #bSgQDZxfnTMoXGzP5aNuTy3WGlUTzWta { display:block; }#bSgQDZxfnTMoXGzP5aNuTy3WGlUTzWta > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpAkVzvxdlLDBGcG9hyQuNQhbGJXSFGJ { width:16.5rem;height:3.375rem;top:1.25rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbDq9AqTQsFLRE3KqDn3eM6D3WR1OGbG { display:block; }
 }@media only screen and (max-width: 763px) { #r93yh0BT7yilbQrpnTVs5elIq5GhmXeS { display:block; }#r93yh0BT7yilbQrpnTVs5elIq5GhmXeS > .row .container { width:20rem;height:66.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #luy1mbolaIyGe7q182kqwTgRh8QhUa78 { width:6.125rem;height:0.975rem;top:2.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGbTkq53zQuuUnW4f8Q3UyUayIhy3Dqo { width:20rem;height:10.4rem;top:3.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGCWm6LfvcT5E7dnPgf7VtwvEefFzwbD { width:20rem;height:4.8rem;top:15.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynh3ciJfAfNWz4o7fSpqrBMStrBETVGZ { width:10.25rem;height:3.375rem;top:59.075000762939rem;left:4.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #StH5fCw3udp1m5dw2pyhOdggsAy6qQhF { display:block; }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI { display:flex;height:auto;width:17.5rem;top:21.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #eFi1ApWAVI8qpoBWIGSRiyeGNyl6TTpG {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #zCsTgbXsTR5cLDIgpTWXfaSBaDEpIraQ {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #T779IOOfV2t3Vy7Xf2AQenz4s5rlFlZX {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #FysoOwpx5RN6mxvs87TNZPz5ihHrqawK {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #tsKHK5kVFDPZQ9q4PSmrV1A6UuSNxrKe {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #d4BkEsBb7hLNgW02AnS4BaRogzyiBiTT {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #WGPtaFEW9aRp62RGTuhAikN2XnzWPVds {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #PWIfcSzuwIzqhhrN6T8QpBaWb81bOW3o {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #IpNkbrTbyXFaWJ4NqZzo9qtiTO3fJlpX {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #SHcvshyDQc2rbp7PTutmVWAUBeADsoPz {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #xfSBrA46lyHqVQc8eGMA34WcQ3e5Nweb {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #E9z9PWMLJrKRQeJMmiXXeZLgfQpzL90r {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #IZJJUB5fEnDSIcnXl91lGzIZ5fqSnD47 {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #fZTQcXEkKG5MHZ0T6aT8Vy4TTMDwi2kz {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #dzJfykyQOyrqb6rS2PCCOQv03OtBCMTT {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #cbBDthiT3cXWhchKvho03VokTDiSEEMq {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #Xwh0cc97uCtdgpkaULp0eXZJXHgUR8eB {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #E5qJievCWRt1G91BdsiDezh0unW2wsp1 {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #FcfhW3NfyK4oIQQg5lW7AdJBWSZc7M2B {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #x8StiubUJnlDsHnhPLxfVTDVI474N4fi {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #tbOcJAQ2HDgUPzBTiQiPguR3P3tZUagl {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #rB5nyV9aTVPVPlqS4SQqy8MkteivXhWW {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #BFhgiPecJbsrQg0e5OpGhiTPbqfpDHga {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #aPehklG4JIObQb6hZ0rnBTCMXCrnwlII {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #k497dXG2EAn3cTHGWcWh7f6a9IXopsWC {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #PQclREgwcwizs5HnaCyUe3CwLdOG7KIo {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #W4IIC7eLpX3zoJnAi412BUnn4fb804k8 {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #rxeiPW4H6kgEvXd0WixfEq4u4PxTl28f {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #Qph4k3cSC2sk7ewUJ6U6tTcKZsHgZwBd {  }
 }@media only screen and (max-width: 763px) { #xzWrmkU6GlOzUpJX6yDbmDWFnDIUl7XI #eURsEOR9N1rTtvL6ekavUhnd0xkVVXze {  }
 }@media only screen and (max-width: 763px) { #RGyPW3PhRi9hSyFBoq4GJ2CBQQP8oUMG { display:block; }#RGyPW3PhRi9hSyFBoq4GJ2CBQQP8oUMG > .row .container { width:20rem;height:65.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDmoOrlcRO0DBXbFg4ccmNol71dckyNH { width:20rem;height:20.9375rem;top:3.8867197036743rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIEk1MmTRTTaIl72MRF6coFCQ9P4UU3R { display:block; }#DIEk1MmTRTTaIl72MRF6coFCQ9P4UU3R > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #inVN62gz5PeDTaRbvF9oN0wUpowTLvDv { width:13.25rem;height:0.975rem;top:2.5500011444092rem;left:3.3750000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4V4Eei0pDeIgW6Puyvo561IzkNZoHgm { width:20rem;height:4.8rem;top:3.5242195129394rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #W0iZdDe6kVDlTpRzNuQPizG9MLtw65KJ { width:20rem;height:8rem;top:9.925rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVtHfUACAVyd3gqfKaXqlZ3wnNbShJUM { width:10.25rem;height:3.375rem;top:19.175rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtDCIXtVpJigc69iZ38OTdOAVOsmaPXc { display:block; }
 }@media only screen and (max-width: 763px) { #lUXbFdw4QanEMmrpcCcaeu3Mkxce50BB { width:10.25rem;height:3.375rem;top:23.8rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcbAUydf5uIqcfMgx6PmaoJE9R5kg1Ab { display:block; }
 }@media only screen and (max-width: 763px) { #zmFvFNhxcSvGvaKpczRVof4e6KKRCe6T { width:20rem;height:1.95rem;top:28.425rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A01FdaBSWlfwSfWFGPsvIesWFnTvlVnB { display:block; }#A01FdaBSWlfwSfWFGPsvIesWFnTvlVnB > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DW99f2aSuO8ZqMoTNWnB3wXJwTIot5yJ { width:20rem;height:1.2rem;top:5.1304702758789rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcqM7nkn1eahQR4ZBIiD2ETM6g6pyMaD { width:15.375rem;height:1.2rem;top:6.3296890258787rem;left:2.3125000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TuO9gOUnXylwaXebqVTIa39ZIpPqPZOW { width:3.1875rem;height:3.1875rem;top:1.125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK1rid2vXTMWrlJDGOLiyB0WK146Upz4 { width:2.5rem;height:1.38125rem;top:2.3125rem;left:7.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3PQ3HS0F0T4JRZ5XueSgQVX4hENIETa { width:5.5625rem;height:1.38125rem;top:2.25rem;left:10.25rem;font-size:1.0625rem;display:block; }
 }