.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:247,239,223;--color-primary-1:228,201,149;--color-primary-2:201,146,42;--color-primary-3:101,73,21;--color-primary-4:30,22,6;--color-secondary-0:218,218,218;--color-secondary-1:131,131,131;--color-secondary-2:7,7,6;--color-secondary-3:4,4,3;--color-secondary-4:1,1,1;--color-tertiary-0:255,255,255;--color-tertiary-1:251,250,247;--color-tertiary-2:242,237,228;--color-tertiary-3:121,119,114;--color-tertiary-4:24,24,23;--headlines-font-family:"Neue Haas Grotesk Display Pro";--paragraphs-font-family:"Host Grotesk"; }@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:#070706;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:#070706;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display: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:"dm sans";height:6.25rem;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:1rem;width:7.8125rem;top:2.624783039093rem;left:0rem;overflow:hidden;display:block; }
#DqwwWcKVvTKymoiFMqolQ1pbBZleMnzT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#070706;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; }#DqwwWcKVvTKymoiFMqolQ1pbBZleMnzT > .row .container { background-color: transparent; background-image: none; }#DqwwWcKVvTKymoiFMqolQ1pbBZleMnzT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqwwWcKVvTKymoiFMqolQ1pbBZleMnzT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqwwWcKVvTKymoiFMqolQ1pbBZleMnzT > .row .container > .video-iframe-container { display: none; }#DqwwWcKVvTKymoiFMqolQ1pbBZleMnzT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqwwWcKVvTKymoiFMqolQ1pbBZleMnzT > .row > .video-iframe-container { display: none; }#DqwwWcKVvTKymoiFMqolQ1pbBZleMnzT > .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); }#DqwwWcKVvTKymoiFMqolQ1pbBZleMnzT > .row .container { border-width: 0; border-radius: 0; }#DqwwWcKVvTKymoiFMqolQ1pbBZleMnzT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DqwwWcKVvTKymoiFMqolQ1pbBZleMnzT > .row .container { font-size:0.875rem;font-family:"dm sans";height:51.1875rem;width:75rem;position:relative;display:block; }#yTTU2fwRWEr4UN8yPpWoskZkw7OPEpTS { color:#ffffff;display:block;width:39.875rem;position:absolute;font-family:"neue haas grotesk display pro";font-size:4rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:0.9375rem;left:0rem;height:9.599625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SH1ekBdZNKcC7fxMIpkITMbQvqUqrlyc { color:#f2ede4;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.624892711639rem;left:0rem;height:2.59874375rem;text-align:left;text-align-last:left;display:block; }
#zX5I26R6QVT8ObJW5a1ahrNrJf1qsFXT { box-sizing:content-box;height:46.5625rem;width:27.5rem;position:absolute;display:block;z-index:15004;background-color:#f5f0e8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:47.5rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#LWT7voH5xCq8pKL4uNHGZGuga4T8Oxw2 { color:#1a1a1a;display:block;width:21.4371875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15031;line-height:1.7;letter-spacing:0;top:9.625rem;left:49.3125rem;height:2.9752625rem;text-align:left;text-align-last:left;display:block; }
#y0QeWc8cm5lacpwgHO3iT7K1M1V7Uon4 { color:rgba(12,12,12,0.5);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15034;line-height:1.7;letter-spacing:0;top:44.375rem;left:52.0625rem;height:1.2744125rem;text-align:center;text-align-last:center;display:block; }
#JXMVRrVbaqq7ypOUkD3qraGW3Hx6kJqG { box-sizing:content-box;height:27.375rem;width:28.4375rem;position:absolute;display:block;z-index:15005;background-color:#333333;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:16.875001430511rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#XhOF7fmNqsKDhzUVeHLEycqNfs1JcNK7 { color:#c9922a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:19.29372882843rem;left:1.0655403137207rem;height:1.29936875rem;text-align:left;text-align-last:left;display:block; }
#TlWUkFnzCzn9LAWPPaer0Iv3XswDQXlF { box-sizing:content-box;height:2.25rem;width:2.25rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.93695807457rem;left:1.0655403137207rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#UpQ0oVH9tmRXi7NUDNkfNKsAJEEOn4eN { position:absolute;display:block;z-index:15033;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:1.25rem;width:1.25rem;top:22.436632633209rem;left:1.5652160644531rem;overflow:hidden;display:block; }
#okXTtQ2efqddTxCqocpD12IwTkBdQCew { color:#f2ede4;display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:21.82465338707rem;left:4.2214660644531rem;height:1.29936875rem;text-align:left;text-align-last:left;display:block; }
#eqkmw6exO26SBeJP1izbkXgN3R0rvGJD { color:#f2ede4;display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:23.686632752419rem;left:4.2214660644531rem;height:2.27430625rem;text-align:left;text-align-last:left;display:block; }
#IwOaWq9FlpytJOqs28fZeQUGZhuKh8nR { color:#c9922a;display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:8.3125rem;left:49.3125rem;height:1.29936875rem;text-align:left;text-align-last:left;display:block; }
#thRmm4pJeXcJntburTbQx1eTkFxTHbWe { color:#070706;display:block;width:24.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:13.125rem;left:49.3125rem;height:2.79948125rem;text-align:left;text-align-last:left;display:block; }
#hM1KyzV4TeqnERiH04ehcIlqml7xoIv9 { position:absolute;display:block;z-index:15035;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:9.6245625rem;width:8.6246875rem;top:2.9375rem;left:65.5625rem;overflow:hidden;display:block; }
#CBw34yPEx2BEX4kTPQtXroZcnvzS2NKv { box-sizing:content-box;height:2.25rem;width:2.25rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.250000953674rem;left:1.0622863769531rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#spUe4HRakTlboDW4TzdRCHTmbTTzM4O2 { color:#f2ede4;display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:27.124675512314rem;left:4.2496757507324rem;height:1.29936875rem;text-align:left;text-align-last:left;display:block; }
#yRXb75W3vBs4TBC4R41G12NMuwsVFk1y { position:absolute;display:block;z-index:15033;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:1.25rem;width:1.25rem;top:27.749675512314rem;left:1.5625rem;overflow:hidden;display:block; }
#zbAscSKFLRwT9cQLXTh2CxyLTmneusgT { color:#f2ede4;display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:28.999675512314rem;left:4.2496757507324rem;height:2.27430625rem;text-align:left;text-align-last:left;display:block; }
#Tpl0oSgo9eE7I5We6Jm5G5SHu7ucdBSq { color:#f2ede4;display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:34.312175750733rem;left:4.2496757507324rem;height:2.27430625rem;text-align:left;text-align-last:left;display:block; }
#mm0X2FzfTSINWxWG3E3vIeEBN164tRmn { box-sizing:content-box;height:2.25rem;width:2.25rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.562501430511rem;left:1.0622863769531rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#p4OhQG2Xdw7MD7HMqUqgT0Xcp5HWcZ3k { position:absolute;display:block;z-index:15033;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:1.25rem;width:1.25rem;top:33.062175750733rem;left:1.5625rem;overflow:hidden;display:block; }
#WT624H3qNTxTXHZn8Q5XtNvdwEAkA4rQ { color:#f2ede4;display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:32.437175750733rem;left:4.2496757507324rem;height:1.29936875rem;text-align:left;text-align-last:left;display:block; }
#STe73G3OidX2XCA7QKK0xyZ4TUd5OoMK { box-sizing:content-box;height:2.25rem;width:2.25rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.875rem;left:1.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#WCXlxSPMR97QoM91Rhfw0JZtTTrlH6mB { position:absolute;display:block;z-index:15033;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:1.25rem;width:1.25rem;top:38.375rem;left:1.5625rem;overflow:hidden;display:block; }
#nbPBzDrdTBaW8yuOGw9ewRIhBA8fBqh6 { color:#f2ede4;display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:37.75rem;left:4.25rem;height:1.29936875rem;text-align:left;text-align-last:left;display:block; }
#Hy6PU6FU1QFSKeMJvtpNbkwTEZMsfbHX { color:#f2ede4;display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:39.56250333786rem;left:4.2214660644531rem;height:2.27430625rem;text-align:left;text-align-last:left;display:block; }
#vCmIHhhec3uhZZFge2Bn6UoZ9z1tErhz { position:absolute;display:block;z-index:15032;height:22.375rem;width:24.375rem;top:17.5rem;left:49.0625rem;display:block; }
#WUJSOicFp3FgvWqxUzeMfVcd8cD1gSGb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f0e8;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; }#WUJSOicFp3FgvWqxUzeMfVcd8cD1gSGb > .row .container { background-color: transparent; background-image: none; }#WUJSOicFp3FgvWqxUzeMfVcd8cD1gSGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUJSOicFp3FgvWqxUzeMfVcd8cD1gSGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUJSOicFp3FgvWqxUzeMfVcd8cD1gSGb > .row .container > .video-iframe-container { display: none; }#WUJSOicFp3FgvWqxUzeMfVcd8cD1gSGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUJSOicFp3FgvWqxUzeMfVcd8cD1gSGb > .row > .video-iframe-container { display: none; }#WUJSOicFp3FgvWqxUzeMfVcd8cD1gSGb > .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); }#WUJSOicFp3FgvWqxUzeMfVcd8cD1gSGb > .row .container { border-width: 0; border-radius: 0; }#WUJSOicFp3FgvWqxUzeMfVcd8cD1gSGb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WUJSOicFp3FgvWqxUzeMfVcd8cD1gSGb > .row .container { font-size:0.875rem;font-family:"dm sans";height:49.6875rem;width:75rem;position:relative;display:block; }#IZobo1XXWBpHdwPexng3TxNekX7sH9BP { color:#0c0c0c;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:8.3745651245119rem;left:1.0622863769531rem;height:6.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OCCLx6TxPD6S5J3wdKz41aRFdyEJ190s { color:#c9922a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:6.25rem;left:1.0625rem;height:1.29936875rem;text-align:left;text-align-last:left;display:block; }
#A6pkJWmhuSNc0MNWEDyh554FhNn7LfGZ { color:#070706;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:16.819118499756rem;left:1.0622863769531rem;height:18.899775rem;text-align:left;text-align-last:left;display:block; }
#CTN6FTxeZGmUc9zcEIZmQNViqNHBe1GW { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.6871875rem;width:45.1871875rem;top:16.999782562256rem;left:29.812828063965rem;overflow:hidden;display:block; }
#gqKkmuMWG8DBME91z4P207KcfmpaU059 { 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:36.6875rem;width:41.5rem;display:none; }
#DHTIdUHKSWwZWkhmpJvwgsqRbU3iqGE3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#070706;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; }#DHTIdUHKSWwZWkhmpJvwgsqRbU3iqGE3 > .row .container { background-color: transparent; background-image: none; }#DHTIdUHKSWwZWkhmpJvwgsqRbU3iqGE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHTIdUHKSWwZWkhmpJvwgsqRbU3iqGE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHTIdUHKSWwZWkhmpJvwgsqRbU3iqGE3 > .row .container > .video-iframe-container { display: none; }#DHTIdUHKSWwZWkhmpJvwgsqRbU3iqGE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHTIdUHKSWwZWkhmpJvwgsqRbU3iqGE3 > .row > .video-iframe-container { display: none; }#DHTIdUHKSWwZWkhmpJvwgsqRbU3iqGE3 > .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); }#DHTIdUHKSWwZWkhmpJvwgsqRbU3iqGE3 > .row .container { border-width: 0; border-radius: 0; }#DHTIdUHKSWwZWkhmpJvwgsqRbU3iqGE3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DHTIdUHKSWwZWkhmpJvwgsqRbU3iqGE3 > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:75rem;position:relative;display:block; }#pzyQRXGlFK8v3uSl7vFwzaK6c8Cu8E6u { box-sizing:content-box;height:4.875rem;width:23.4375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(255,255,255,0.5);top:12.875rem;left:1.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Vh9OByAOkHVwWep0kDFofeTLTyKkaALR { color:rgba(242,237,228,0.7);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.7;letter-spacing:0;top:13.6875rem;left:3rem;height:1.593425rem;text-align:left;text-align-last:left;display:block; }
#HZOdHDDzmSvUecdh8kgvCIvt7oSFKGHC { position:absolute;display:block;z-index:15037;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:1rem;width:1rem;top:14.0625rem;left:1.125rem;overflow:hidden;display:block; }
#afwh4VAAW55LK9c22VugBqLNZ1l9J2nr { color:#c9922a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:6.25rem;left:1.125rem;height:1.29936875rem;text-align:left;text-align-last:left;display:block; }
#hWvoHla9tAvbGiNTt8X5k9yFdQ2vsZBm { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:8.375rem;left:1.0625rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TppNNz33OHH6nT6w8ZgUG1tLiWQu1p87 { box-sizing:content-box;height:4.875rem;width:23.4375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(255,255,255,0.5);top:12.9375rem;left:25.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Oei5d4DSB8OdFO86lOdSLTXC3bUbMzTZ { color:rgba(242,237,228,0.7);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.7;letter-spacing:0;top:13.75rem;left:27.5625rem;height:3.18685rem;text-align:left;text-align-last:left;display:block; }
#FVyoykU4E9KMOHuhPNS1O8O4ludXdrTu { position:absolute;display:block;z-index:15037;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:1rem;width:1rem;top:14.125rem;left:25.6875rem;overflow:hidden;display:block; }
#W9bF0LE7QRMpD6Tqfw2kEsiMGk9B9MGO { box-sizing:content-box;height:4.875rem;width:23.4375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(255,255,255,0.5);top:17.8125rem;left:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ISVpAv0vbwlCUvvu7kTtZ9KKkCgl0m3v { color:rgba(242,237,228,0.7);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.7;letter-spacing:0;top:18.625rem;left:2.875rem;height:3.18685rem;text-align:left;text-align-last:left;display:block; }
#X30pAnSL81Pk9HtUCiqkPsaKgnus8qru { position:absolute;display:block;z-index:15037;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:1rem;width:1rem;top:19rem;left:1rem;overflow:hidden;display:block; }
#rn6H7cud0zDdoDTG3oKleZVnnRTARqI4 { box-sizing:content-box;height:4.875rem;width:23.4375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(255,255,255,0.5);top:17.8125rem;left:25.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#yvVCinGA6bueOHcdGTF9iiC0TDAJNRr1 { color:rgba(242,237,228,0.7);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.7;letter-spacing:0;top:18.625rem;left:27.625rem;height:3.18685rem;text-align:left;text-align-last:left;display:block; }
#dOWHRR4fTODVVU77czw5Zgc334ovkxeS { position:absolute;display:block;z-index:15037;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:1rem;width:1rem;top:19rem;left:25.75rem;overflow:hidden;display:block; }
#Z1imsWXP6rDxlmhR3ZlHOkvEqzCCoxTA { box-sizing:content-box;height:4.875rem;width:23.4375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(255,255,255,0.5);top:22.75rem;left:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#DiGFbN9n2qHVEDuALDCvDD2VfTz9K9HT { color:rgba(242,237,228,0.7);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.7;letter-spacing:0;top:23.5625rem;left:2.875rem;height:3.18685rem;text-align:left;text-align-last:left;display:block; }
#UKQkioP2pdZs9bQumsHyFgetDs0fh1TT { position:absolute;display:block;z-index:15037;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:1rem;width:1rem;top:23.9375rem;left:1rem;overflow:hidden;display:block; }
#DIN3sBPHGbJeqEsgO6iMMSLZrvnpmqS4 { box-sizing:content-box;height:4.875rem;width:23.4375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(255,255,255,0.5);top:22.75rem;left:25.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#yi8ZTMJPqHJeTxxxSWurXBbfT2Ti8na6 { color:rgba(242,237,228,0.7);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.7;letter-spacing:0;top:23.5625rem;left:27.625rem;height:3.18685rem;text-align:left;text-align-last:left;display:block; }
#J8d0FZOC0xd4s7AL9zyJCaZAPsVsQTz2 { position:absolute;display:block;z-index:15037;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:1rem;width:1rem;top:23.9375rem;left:25.75rem;overflow:hidden;display:block; }
#VJBLL6fuHlu666yObSZ4K37EnMBKUKmu { box-sizing:content-box;height:4.875rem;width:23.4375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(255,255,255,0.5);top:27.6875rem;left:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Baz8WD9dzhzAPbmPC23AtrBINgIMi5Ez { color:rgba(242,237,228,0.7);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.7;letter-spacing:0;top:28.5rem;left:2.875rem;height:3.18685rem;text-align:left;text-align-last:left;display:block; }
#tI293qEKWKFqKkHxUQfJCrheGFQdk2FL { position:absolute;display:block;z-index:15037;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:1rem;width:1rem;top:28.875rem;left:1rem;overflow:hidden;display:block; }
#sFZKqZlcWU7HdONExGzA8AEFUzXJ9K4F { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0c0c0c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:35.1875rem;left:1.125rem;display:block; }
#XEQ6txGLfGh5zFSvcPJ3dwP3RlTqBoTZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HJcMGHXAPmWLo69AKt3uOL5SFmbWid0G { position:absolute;display:block;z-index:15038;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:38.3121875rem;width:21.8120625rem;top:6.5rem;left:53.25rem;overflow:hidden;display:block; }
#gkyockWXtFzaKE9dtArLxtGBFkE0ikBd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#070706;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; }#gkyockWXtFzaKE9dtArLxtGBFkE0ikBd > .row .container { background-color: transparent; background-image: none; }#gkyockWXtFzaKE9dtArLxtGBFkE0ikBd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkyockWXtFzaKE9dtArLxtGBFkE0ikBd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkyockWXtFzaKE9dtArLxtGBFkE0ikBd > .row .container > .video-iframe-container { display: none; }#gkyockWXtFzaKE9dtArLxtGBFkE0ikBd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkyockWXtFzaKE9dtArLxtGBFkE0ikBd > .row > .video-iframe-container { display: none; }#gkyockWXtFzaKE9dtArLxtGBFkE0ikBd > .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); }#gkyockWXtFzaKE9dtArLxtGBFkE0ikBd > .row .container { border-width: 0; border-radius: 0; }#gkyockWXtFzaKE9dtArLxtGBFkE0ikBd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gkyockWXtFzaKE9dtArLxtGBFkE0ikBd > .row .container { font-size:0.875rem;font-family:"dm sans";height:5.25rem;width:75rem;position:relative;display:block; }#N8uT8HMABkebyzkUg0kZbl37pOITBioS { color:#888888;display:block;width:33.9371875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:1.8804244995118rem;left:41.062828063965rem;height:1.48763125rem;text-align:right;text-align-last:right;display:block; }
#nRJ1bkwThTBFanUOC4rqDaHZ7b53ALaE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99989375rem;width:7.8125rem;top:2.1240234375rem;left:0rem;overflow:hidden;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:7.8125rem;height:1rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqwwWcKVvTKymoiFMqolQ1pbBZleMnzT { display:block; }#DqwwWcKVvTKymoiFMqolQ1pbBZleMnzT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTTU2fwRWEr4UN8yPpWoskZkw7OPEpTS { top:0.9375rem;left:0rem;width:39.8125rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH1ekBdZNKcC7fxMIpkITMbQvqUqrlyc { top:11.5625rem;left:0rem;width:35.4375rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX5I26R6QVT8ObJW5a1ahrNrJf1qsFXT { top:0rem;left:20.25rem;width:27.5rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWT7voH5xCq8pKL4uNHGZGuga4T8Oxw2 { top:9.625rem;left:26.375rem;width:21.375rem;height:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0QeWc8cm5lacpwgHO3iT7K1M1V7Uon4 { top:44.375rem;left:29.3125rem;width:18.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXMVRrVbaqq7ypOUkD3qraGW3Hx6kJqG { top:16.875rem;left:0rem;width:28.4375rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhOF7fmNqsKDhzUVeHLEycqNfs1JcNK7 { top:19.25rem;left:0rem;width:25rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlWUkFnzCzn9LAWPPaer0Iv3XswDQXlF { top:21.875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpQ0oVH9tmRXi7NUDNkfNKsAJEEOn4eN { top:22.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #okXTtQ2efqddTxCqocpD12IwTkBdQCew { top:21.8125rem;left:0rem;width:22.1875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqkmw6exO26SBeJP1izbkXgN3R0rvGJD { top:23.625rem;left:0rem;width:22.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwOaWq9FlpytJOqs28fZeQUGZhuKh8nR { top:8.3125rem;left:35.6875rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #thRmm4pJeXcJntburTbQx1eTkFxTHbWe { top:13.125rem;left:23.625rem;width:24.125rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM1KyzV4TeqnERiH04ehcIlqml7xoIv9 { top:2.9375rem;left:39.1875rem;width:8.5625rem;height:9.5546070509801rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBw34yPEx2BEX4kTPQtXroZcnvzS2NKv { top:27.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #spUe4HRakTlboDW4TzdRCHTmbTTzM4O2 { top:27.0625rem;left:0rem;width:22.1875rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yRXb75W3vBs4TBC4R41G12NMuwsVFk1y { top:27.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zbAscSKFLRwT9cQLXTh2CxyLTmneusgT { top:28.9375rem;left:0rem;width:22.1875rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tpl0oSgo9eE7I5We6Jm5G5SHu7ucdBSq { top:34.25rem;left:0rem;width:22.1875rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mm0X2FzfTSINWxWG3E3vIeEBN164tRmn { top:32.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p4OhQG2Xdw7MD7HMqUqgT0Xcp5HWcZ3k { top:33rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WT624H3qNTxTXHZn8Q5XtNvdwEAkA4rQ { top:32.375rem;left:0rem;width:22.1875rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #STe73G3OidX2XCA7QKK0xyZ4TUd5OoMK { top:37.875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WCXlxSPMR97QoM91Rhfw0JZtTTrlH6mB { top:38.375rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbPBzDrdTBaW8yuOGw9ewRIhBA8fBqh6 { top:37.75rem;left:0rem;width:22.1875rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hy6PU6FU1QFSKeMJvtpNbkwTEZMsfbHX { top:39.5625rem;left:0rem;width:22.1875rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCmIHhhec3uhZZFge2Bn6UoZ9z1tErhz { top:17.5rem;left:23.375rem;width:24.375rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUJSOicFp3FgvWqxUzeMfVcd8cD1gSGb { display:block; }#WUJSOicFp3FgvWqxUzeMfVcd8cD1gSGb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZobo1XXWBpHdwPexng3TxNekX7sH9BP { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCCLx6TxPD6S5J3wdKz41aRFdyEJ190s { top:6.25rem;left:0rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6pkJWmhuSNc0MNWEDyh554FhNn7LfGZ { top:16.8125rem;left:0rem;width:29.3125rem;height:18.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTN6FTxeZGmUc9zcEIZmQNViqNHBe1GW { top:16.9375rem;left:2.5625rem;width:45.125rem;height:32.642202746907rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqKkmuMWG8DBME91z4P207KcfmpaU059 { width:41.5rem;height:36.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DHTIdUHKSWwZWkhmpJvwgsqRbU3iqGE3 { display:block; }#DHTIdUHKSWwZWkhmpJvwgsqRbU3iqGE3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzyQRXGlFK8v3uSl7vFwzaK6c8Cu8E6u { top:12.875rem;left:0rem;width:23.4375rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vh9OByAOkHVwWep0kDFofeTLTyKkaALR { top:13.6875rem;left:0rem;width:21.75rem;height:1.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZOdHDDzmSvUecdh8kgvCIvt7oSFKGHC { top:14.0625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afwh4VAAW55LK9c22VugBqLNZ1l9J2nr { top:6.25rem;left:0rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWvoHla9tAvbGiNTt8X5k9yFdQ2vsZBm { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TppNNz33OHH6nT6w8ZgUG1tLiWQu1p87 { top:12.9375rem;left:12.0625rem;width:23.4375rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oei5d4DSB8OdFO86lOdSLTXC3bUbMzTZ { top:13.75rem;left:13.9375rem;width:19.25rem;height:3.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FVyoykU4E9KMOHuhPNS1O8O4ludXdrTu { top:14.125rem;left:12.0625rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9bF0LE7QRMpD6Tqfw2kEsiMGk9B9MGO { top:17.8125rem;left:0rem;width:23.4375rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ISVpAv0vbwlCUvvu7kTtZ9KKkCgl0m3v { top:18.625rem;left:0rem;width:21.75rem;height:3.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X30pAnSL81Pk9HtUCiqkPsaKgnus8qru { top:19rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rn6H7cud0zDdoDTG3oKleZVnnRTARqI4 { top:17.8125rem;left:12.125rem;width:23.4375rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yvVCinGA6bueOHcdGTF9iiC0TDAJNRr1 { top:18.625rem;left:14rem;width:21.75rem;height:3.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOWHRR4fTODVVU77czw5Zgc334ovkxeS { top:19rem;left:12.125rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z1imsWXP6rDxlmhR3ZlHOkvEqzCCoxTA { top:22.75rem;left:0rem;width:23.4375rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DiGFbN9n2qHVEDuALDCvDD2VfTz9K9HT { top:23.5625rem;left:0rem;width:21.75rem;height:3.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKQkioP2pdZs9bQumsHyFgetDs0fh1TT { top:23.9375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DIN3sBPHGbJeqEsgO6iMMSLZrvnpmqS4 { top:22.75rem;left:12.125rem;width:23.4375rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yi8ZTMJPqHJeTxxxSWurXBbfT2Ti8na6 { top:23.5625rem;left:14rem;width:16.6875rem;height:3.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8d0FZOC0xd4s7AL9zyJCaZAPsVsQTz2 { top:23.9375rem;left:12.125rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJBLL6fuHlu666yObSZ4K37EnMBKUKmu { top:27.6875rem;left:0rem;width:23.4375rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Baz8WD9dzhzAPbmPC23AtrBINgIMi5Ez { top:28.5rem;left:0rem;width:21.75rem;height:3.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tI293qEKWKFqKkHxUQfJCrheGFQdk2FL { top:28.875rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sFZKqZlcWU7HdONExGzA8AEFUzXJ9K4F { width:12.5rem;height:2.6875rem;top:35.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XEQ6txGLfGh5zFSvcPJ3dwP3RlTqBoTZ { display:block; }
 }@media only screen and (max-width: 763px) { #HJcMGHXAPmWLo69AKt3uOL5SFmbWid0G { top:6.5rem;left:26rem;width:21.75rem;height:38.204161938656rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkyockWXtFzaKE9dtArLxtGBFkE0ikBd { display:block; }#gkyockWXtFzaKE9dtArLxtGBFkE0ikBd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8uT8HMABkebyzkUg0kZbl37pOITBioS { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRJ1bkwThTBFanUOC4rqDaHZ7b53ALaE { width:7.8125rem;height:0.99989375rem;top:2.0625rem;left:0rem;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:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvoMEGbKArw4RxOFa8bT55tTo3CMWD4R { width:7.8125rem;height:0.99989375rem;top:1.062283039093rem;left:6.0937504768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqwwWcKVvTKymoiFMqolQ1pbBZleMnzT { display:block; }#DqwwWcKVvTKymoiFMqolQ1pbBZleMnzT > .row .container { width:20rem;height:76.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTTU2fwRWEr4UN8yPpWoskZkw7OPEpTS { width:20rem;height:4.7992625rem;top:2.5rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SH1ekBdZNKcC7fxMIpkITMbQvqUqrlyc { width:19.5625rem;height:4.5486125rem;top:9.8003480434419rem;left:0.28081607818604rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zX5I26R6QVT8ObJW5a1ahrNrJf1qsFXT { width:20rem;height:46.125rem;top:9.6875007152556rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWT7voH5xCq8pKL4uNHGZGuga4T8Oxw2 { width:7.6248125rem;height:3.6002625rem;top:16.625rem;left:0.875rem;font-size:1.5rem;z-index:15027;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #y0QeWc8cm5lacpwgHO3iT7K1M1V7Uon4 { width:18.4375rem;height:1.2744125rem;top:53.812392473221rem;left:0.78125rem;font-size:0.75rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JXMVRrVbaqq7ypOUkD3qraGW3Hx6kJqG { width:19.875rem;height:15.625rem;top:57.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhOF7fmNqsKDhzUVeHLEycqNfs1JcNK7 { width:14.25rem;height:1.13715rem;top:58.5rem;left:0.75rem;font-size:0.875rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TlWUkFnzCzn9LAWPPaer0Iv3XswDQXlF { width:2.25rem;height:2.25rem;top:60.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpQ0oVH9tmRXi7NUDNkfNKsAJEEOn4eN { width:1.25rem;height:1.25rem;top:61.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #okXTtQ2efqddTxCqocpD12IwTkBdQCew { width:15.1248125rem;height:1.29936875rem;top:61.312177658081rem;left:3.6870660781861rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eqkmw6exO26SBeJP1izbkXgN3R0rvGJD { width:15.5620625rem;height:3.41145625rem;top:76.647899627687rem;left:3.7223310470581rem;font-size:0.875rem;z-index:15027;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #IwOaWq9FlpytJOqs28fZeQUGZhuKh8nR { width:7.436rem;height:1.13715rem;top:11.0625rem;left:0.875rem;font-size:0.875rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #thRmm4pJeXcJntburTbQx1eTkFxTHbWe { width:17.9373125rem;height:3.67513125rem;top:21.5625rem;left:1rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hM1KyzV4TeqnERiH04ehcIlqml7xoIv9 { width:8.5623125rem;height:9.555125rem;top:11.0625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBw34yPEx2BEX4kTPQtXroZcnvzS2NKv { width:2.25rem;height:2.25rem;top:63.9375rem;left:0.75rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #spUe4HRakTlboDW4TzdRCHTmbTTzM4O2 { width:15.1248125rem;height:1.29936875rem;top:64.437176704406rem;left:3.6870660781861rem;font-size:1rem;z-index:15031;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yRXb75W3vBs4TBC4R41G12NMuwsVFk1y { width:1.25rem;height:1.25rem;top:64.4375rem;left:1.25rem;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zbAscSKFLRwT9cQLXTh2CxyLTmneusgT { width:15.5620625rem;height:3.41145625rem;top:82.8125rem;left:3.6875rem;font-size:0.875rem;z-index:15031;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Tpl0oSgo9eE7I5We6Jm5G5SHu7ucdBSq { width:15.5620625rem;height:3.41145625rem;top:89rem;left:3.6875rem;font-size:0.875rem;z-index:15035;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #mm0X2FzfTSINWxWG3E3vIeEBN164tRmn { width:2.25rem;height:2.25rem;top:67rem;left:0.75rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #p4OhQG2Xdw7MD7HMqUqgT0Xcp5HWcZ3k { width:1.25rem;height:1.25rem;top:67.5rem;left:1.25rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WT624H3qNTxTXHZn8Q5XtNvdwEAkA4rQ { width:15.1248125rem;height:1.29936875rem;top:67.499785423281rem;left:3.6870660781861rem;font-size:1rem;z-index:15035;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #STe73G3OidX2XCA7QKK0xyZ4TUd5OoMK { width:2.25rem;height:2.25rem;top:70.0625rem;left:0.75rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #WCXlxSPMR97QoM91Rhfw0JZtTTrlH6mB { width:1.25rem;height:1.25rem;top:70.5625rem;left:1.25rem;z-index:15044;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nbPBzDrdTBaW8yuOGw9ewRIhBA8fBqh6 { width:15.1248125rem;height:1.29936875rem;top:70.56239414215rem;left:3.6870660781861rem;font-size:1rem;z-index:15038;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hy6PU6FU1QFSKeMJvtpNbkwTEZMsfbHX { width:20rem;height:auto;top:39.5625rem;left:0rem;font-size:0.875rem;z-index:15035;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #vCmIHhhec3uhZZFge2Bn6UoZ9z1tErhz { width:18.75rem;height:22.375rem;top:26.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUJSOicFp3FgvWqxUzeMfVcd8cD1gSGb { display:block; }#WUJSOicFp3FgvWqxUzeMfVcd8cD1gSGb > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZobo1XXWBpHdwPexng3TxNekX7sH9BP { width:19.8746875rem;height:3.57421875rem;top:4.9370670318604rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OCCLx6TxPD6S5J3wdKz41aRFdyEJ190s { width:20rem;height:1.13715rem;top:3.1249961853027rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A6pkJWmhuSNc0MNWEDyh554FhNn7LfGZ { width:20rem;height:18.37565625rem;top:9.8980045318606rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTN6FTxeZGmUc9zcEIZmQNViqNHBe1GW { width:20rem;height:14.46725rem;top:30.844730377198rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gqKkmuMWG8DBME91z4P207KcfmpaU059 { top:29.498699188233rem;left:0rem;width:20rem;height:17.625rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DHTIdUHKSWwZWkhmpJvwgsqRbU3iqGE3 { display:block; }#DHTIdUHKSWwZWkhmpJvwgsqRbU3iqGE3 > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzyQRXGlFK8v3uSl7vFwzaK6c8Cu8E6u { width:20rem;height:3.1875rem;top:8rem;left:0rem;z-index:15023;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Vh9OByAOkHVwWep0kDFofeTLTyKkaALR { width:12.5625rem;height:2.27430625rem;top:8.5rem;left:2.25rem;font-size:0.875rem;z-index:15040;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HZOdHDDzmSvUecdh8kgvCIvt7oSFKGHC { width:0.99989375rem;height:0.99989375rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #afwh4VAAW55LK9c22VugBqLNZ1l9J2nr { width:20rem;height:1.13715rem;top:3.125rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hWvoHla9tAvbGiNTt8X5k9yFdQ2vsZBm { width:20rem;height:1.7871125rem;top:4.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TppNNz33OHH6nT6w8ZgUG1tLiWQu1p87 { width:20rem;height:3.1875rem;top:11.25rem;left:0rem;z-index:15026;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Oei5d4DSB8OdFO86lOdSLTXC3bUbMzTZ { width:12.5625rem;height:2.27430625rem;top:11.75rem;left:2.25rem;font-size:0.875rem;z-index:15043;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FVyoykU4E9KMOHuhPNS1O8O4ludXdrTu { width:0.99989375rem;height:0.99989375rem;top:11.75rem;left:0rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #W9bF0LE7QRMpD6Tqfw2kEsiMGk9B9MGO { width:20rem;height:3.1875rem;top:14.5rem;left:0rem;z-index:15029;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #ISVpAv0vbwlCUvvu7kTtZ9KKkCgl0m3v { width:15.3125rem;height:2.27430625rem;top:15rem;left:2.25rem;font-size:0.875rem;z-index:15046;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #X30pAnSL81Pk9HtUCiqkPsaKgnus8qru { width:0.99989375rem;height:0.99989375rem;top:15rem;left:0rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #rn6H7cud0zDdoDTG3oKleZVnnRTARqI4 { width:20rem;height:3.1875rem;top:17.75rem;left:0rem;z-index:15032;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #yvVCinGA6bueOHcdGTF9iiC0TDAJNRr1 { width:15.3125rem;height:2.27430625rem;top:18.25rem;left:2.25rem;font-size:0.875rem;z-index:15049;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dOWHRR4fTODVVU77czw5Zgc334ovkxeS { width:0.99989375rem;height:0.99989375rem;top:18.25rem;left:0rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #Z1imsWXP6rDxlmhR3ZlHOkvEqzCCoxTA { width:20rem;height:3.1875rem;top:21rem;left:0rem;z-index:15035;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #DiGFbN9n2qHVEDuALDCvDD2VfTz9K9HT { width:16.3125rem;height:2.27430625rem;top:21.5rem;left:2.25rem;font-size:0.875rem;z-index:15052;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UKQkioP2pdZs9bQumsHyFgetDs0fh1TT { width:0.99989375rem;height:0.99989375rem;top:21.5rem;left:0rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #DIN3sBPHGbJeqEsgO6iMMSLZrvnpmqS4 { width:20rem;height:3.1875rem;top:24.25rem;left:0rem;z-index:15038;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #yi8ZTMJPqHJeTxxxSWurXBbfT2Ti8na6 { width:16.3125rem;height:2.27430625rem;top:24.75rem;left:2.25rem;font-size:0.875rem;z-index:15055;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #J8d0FZOC0xd4s7AL9zyJCaZAPsVsQTz2 { width:0.99989375rem;height:0.99989375rem;top:24.75rem;left:0rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #VJBLL6fuHlu666yObSZ4K37EnMBKUKmu { width:20rem;height:3.1875rem;top:27.5rem;left:0rem;z-index:15041;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Baz8WD9dzhzAPbmPC23AtrBINgIMi5Ez { width:16.3125rem;height:2.27430625rem;top:28rem;left:2.25rem;font-size:0.875rem;z-index:15058;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tI293qEKWKFqKkHxUQfJCrheGFQdk2FL { width:0.99989375rem;height:0.99989375rem;top:28rem;left:0rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #sFZKqZlcWU7HdONExGzA8AEFUzXJ9K4F { top:33.11686706543rem;left:1.25rem;width:17.5rem;height:3.4375rem;z-index:15059;font-weight:700;font-style:normal;font-size:1rem;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #XEQ6txGLfGh5zFSvcPJ3dwP3RlTqBoTZ { display:block; }
 }@media only screen and (max-width: 763px) { #HJcMGHXAPmWLo69AKt3uOL5SFmbWid0G { width:20rem;height:35.129357895431rem;top:37.80436706543rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gkyockWXtFzaKE9dtArLxtGBFkE0ikBd { display:block; }#gkyockWXtFzaKE9dtArLxtGBFkE0ikBd > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8uT8HMABkebyzkUg0kZbl37pOITBioS { width:20rem;height:1.06228125rem;top:3.4369583129883rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nRJ1bkwThTBFanUOC4rqDaHZ7b53ALaE { width:7.8125rem;height:0.99989375rem;top:1.279296875rem;left:6.0937504768372rem;display:block; }
 }