.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:232,184,152;--color-primary-1:221,149,100;--color-primary-2:209,113,48;--color-primary-3:157,85,36;--color-primary-4:105,57,24;--color-secondary-0:175,213,161;--color-secondary-1:135,191,114;--color-secondary-2:95,170,67;--color-secondary-3:71,128,50;--color-secondary-4:48,85,34;--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:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx { background-color:rgba(var(--color-secondary-4),1);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; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { background-color: transparent; background-image: none; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container > .video-iframe-container { display: none; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row > .video-iframe-container { display: none; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .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); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { border-width: 0; border-radius: 0; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:5.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#uzHFiEEQXWEKu33uqLMqqaoTaksdXPbZ { background-color:#c89f04;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:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.7488125rem;height:3.74855625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.8127875328064rem;left:60.811633586884rem;display:block; }
#rVzgignVeFb79Ns7tbrrVTeL6ySt7kxQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wdfkhnMAxTXTIHxsMZObV5Benuo66SoD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#c89f04;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3735625rem;height:3.74855625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.8127875328064rem;left:26.436633586884rem;display:block; }
#TE4UElTcSQ0hpz3osJDVHJqiJOLuQDde { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ldISlk7I6GCytdAkJmTmsd0fWqGp2T1m { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#c89f04;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3735625rem;height:3.74855625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.8127875328064rem;left:37.123122692108rem;display:block; }
#pUiqAQuWd9cOQJMlCZraTb2ro7zHf7fH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PLJvNClmUT470AHsTl0N2OU4bN2FcA3D { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#c89f04;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.2485625rem;height:3.74855625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.8127875328064rem;left:47.499278545379rem;display:block; }
#l835FnLJbokwFLNxMRz6Cfp3TpH5OnqL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sLmhm3c58we4F4n5frK8otwQeyN1gCp9 { box-sizing:content-box;height:5.3747125rem;width:5.18735625rem;position:absolute;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block;z-index:15035;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2012145f-1ca5-4a8b-a8b0-bbde182cb0a3/LogoChristinaundFabian80x83px.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:0.90566945075988rem;left:1.8113427162171rem;display:block; }#sLmhm3c58we4F4n5frK8otwQeyN1gCp9.adaptive-delivery-prevent-bg, #sLmhm3c58we4F4n5frK8otwQeyN1gCp9.lazyload, #sLmhm3c58we4F4n5frK8otwQeyN1gCp9.lazyloading { background-image: none; }
#HJ6ICQqsVJGqIB6pz7slv3drOqNzi9U6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dbb97471-e4df-431c-9284-748486cc6355/KeinTitel80x83px3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#HJ6ICQqsVJGqIB6pz7slv3drOqNzi9U6.adaptive-delivery-prevent-bg, #HJ6ICQqsVJGqIB6pz7slv3drOqNzi9U6.lazyload, #HJ6ICQqsVJGqIB6pz7slv3drOqNzi9U6.lazyloading { background-image: none; }#HJ6ICQqsVJGqIB6pz7slv3drOqNzi9U6 > .row .container { background-color: transparent; background-image: none; }#HJ6ICQqsVJGqIB6pz7slv3drOqNzi9U6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),1); }#HJ6ICQqsVJGqIB6pz7slv3drOqNzi9U6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJ6ICQqsVJGqIB6pz7slv3drOqNzi9U6 > .row .container > .video-iframe-container { display: none; }#HJ6ICQqsVJGqIB6pz7slv3drOqNzi9U6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),1); }#HJ6ICQqsVJGqIB6pz7slv3drOqNzi9U6 > .row > .video-iframe-container { display: none; }#HJ6ICQqsVJGqIB6pz7slv3drOqNzi9U6 > .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); }#HJ6ICQqsVJGqIB6pz7slv3drOqNzi9U6 > .row .container { border-width: 0; border-radius: 0; }#HJ6ICQqsVJGqIB6pz7slv3drOqNzi9U6::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; }#HJ6ICQqsVJGqIB6pz7slv3drOqNzi9U6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HJ6ICQqsVJGqIB6pz7slv3drOqNzi9U6 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:44.3125rem;width:75rem;position:relative;display:block; }#clCL82Iu6br1bulVquE0VrIUTTRO0x6z { color:rgba(var(--color-tertiary-2),1);display:block;width:33.1865rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:11.647135257721rem;left:0rem;height:;display:block; }#clCL82Iu6br1bulVquE0VrIUTTRO0x6z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#clCL82Iu6br1bulVquE0VrIUTTRO0x6z li:before{  }
#O0O6VePUOmKG1rA1EPDC35JqVTXKcGHt { color:rgba(var(--color-tertiary-0),1);display:block;width:27.687375rem;position:absolute;font-family:montserrat;font-size:3.0625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.3528647422791rem;left:1.8735537528992rem;height:7.3495625rem;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;display:block; }
#Vb0T0BHLASwNQevfGub4MOeqecOUdhI0 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(200,159,4,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(200,159,4,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(200,159,4,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(200,159,4,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#c89f044c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#c89f044c' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(200,159,4,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:37.436375rem;width:37.436375rem;top:3.4375009536743rem;left:36.906108379364rem;display:block; }
#UBlPAgzluEezeqp83OWOTq1gMw17z3BJ { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.812375rem;width:40.6235625rem;top:3.3521409034729rem;left:34.376449108124rem;overflow:hidden;display:block; }
#cUDL2hsG42vQVewcCcTGTaFTbhF5k3gS { background-color:#c89f04;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:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5619375rem;height:3.74855625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.34201669693rem;left:5.4347510337829rem;display:block; }
#LWxHOHnNxkHpdNR46Q12r1EcfUvaSZTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yyf1o5qTB48TgBpIEuPJ4lZT80TLobWa { color:#f8f2f2;display:block;width:30.6865rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:24.871239185333rem;left:1.8735537528992rem;height:1.38093125rem;display:block; }
#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d30d5f44-8523-43e1-b1da-14494dd73ac0/_DSC6287f4end2.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; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu.adaptive-delivery-prevent-bg, #eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu.lazyload, #eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu.lazyloading { background-image: none; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { background-color: transparent; background-image: none; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.9); }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container > .video-iframe-container { display: none; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.9); }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row > .video-iframe-container { display: none; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .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); }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { border-width: 0; border-radius: 0; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu::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; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:56.375rem;width:75rem;position:relative;display:block; }#ADFfEaHR0TFtcbsE4zVOuy9wRcct9zs1 { color:#c89f04;display:block;width:44.4375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:4.7641783952713rem;left:17.809607982636rem;height:3.71816875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qwnEOigQUsDwtiqHeJoFlfLT9JJu20CI { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c89f04', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c89f04', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#f2Q9ILTLeldK3V5mkBWQqCL9SyTHueSC { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c89f04', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c89f04', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#MDeGB3JnLwLhC3ntpseMyl6xTqlK97WB { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c89f04', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c89f04', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#kb2Pr1SbIkEkd4RexIGCuPdMOlFl1nrm { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c89f04', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c89f04', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#RdActzWVkNcTEsFvxg7N2qC4TL1aM2ZV { color:#f3e9e9;display:block;width:29.874875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:13.280529499054rem;left:4.7489876747131rem;height:33.984375rem;display:block; }
#sTGS4OUZ4gdV8Cv7IHT2B53Gwp8OLDRg { color:#f3e9e9;display:block;width:29.874875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:13.280527412891rem;left:40.604747295379rem;height:32.28521875rem;display:block; }
#WG3zOB4oRawQwaAgH9WarGN7rggWhtC5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d30d5f44-8523-43e1-b1da-14494dd73ac0/_DSC6287f4end2.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; }#WG3zOB4oRawQwaAgH9WarGN7rggWhtC5.adaptive-delivery-prevent-bg, #WG3zOB4oRawQwaAgH9WarGN7rggWhtC5.lazyload, #WG3zOB4oRawQwaAgH9WarGN7rggWhtC5.lazyloading { background-image: none; }#WG3zOB4oRawQwaAgH9WarGN7rggWhtC5 > .row .container { background-color: transparent; background-image: none; }#WG3zOB4oRawQwaAgH9WarGN7rggWhtC5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.9); }#WG3zOB4oRawQwaAgH9WarGN7rggWhtC5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WG3zOB4oRawQwaAgH9WarGN7rggWhtC5 > .row .container > .video-iframe-container { display: none; }#WG3zOB4oRawQwaAgH9WarGN7rggWhtC5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.9); }#WG3zOB4oRawQwaAgH9WarGN7rggWhtC5 > .row > .video-iframe-container { display: none; }#WG3zOB4oRawQwaAgH9WarGN7rggWhtC5 > .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); }#WG3zOB4oRawQwaAgH9WarGN7rggWhtC5 > .row .container { border-width: 0; border-radius: 0; }#WG3zOB4oRawQwaAgH9WarGN7rggWhtC5::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; }#WG3zOB4oRawQwaAgH9WarGN7rggWhtC5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WG3zOB4oRawQwaAgH9WarGN7rggWhtC5 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:50.4375rem;width:75rem;position:relative;display:block; }#bbzRmxBqfcH1LvLpTPXb59Swqye2Fnit { color:#c89f04;display:block;width:33.3745625rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:3.8585069179535rem;left:20.811633586884rem;height:7.4363125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UrqFsXtBtHSHqFHZnxZx8VqACNnWovlL { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c89f04', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c89f04', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#W8czIWAvAZZkLxsUVe7cQfDgieKZeKi9 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c89f04', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c89f04', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#MbJAPDK49hLZ9ooLhpdT2SrS0nwMt7UL { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c89f04', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c89f04', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#RK3sJviMXT6ymkrQIOGdcTNZShKIu5FI { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c89f04', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c89f04', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, #c89f04, rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#Vw3mz44mWJ9suzhT8TkSRDhPWDDH1WPr { color:#f3e9e9;display:block;width:29.874875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:13.280529499054rem;left:4.7489876747131rem;height:28.88671875rem;display:block; }
#t36ea0NCZ5nuynaWOiGIghl65cVNODZZ { color:#f3e9e9;display:block;width:29.874875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:13.280527412891rem;left:40.604747295379rem;height:33.98446875rem;display:block; }
#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container { background-color: transparent; background-image: none; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container > .video-iframe-container { display: none; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row > .video-iframe-container { display: none; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .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); }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container { border-width: 0; border-radius: 0; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:66.5rem;width:75rem;position:relative;display:block; }#rmS5cbnr68WvJGxsAMeJBs3LmfZf70xX { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.0625rem;width:29.6875rem;top:11.062637329101rem;left:4.0892653465271rem;display:block; }
#MNJulwbinnPhIiVDkUDJHLfb2AyEIqJO { color:rgba(var(--color-tertiary-1),1);display:block;width:26rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:12.002309799194rem;left:5.5888314247131rem;height:45.879rem;font-style:normal;display:block; }
#zHM6WslyywdTKJKLa4BqcI3LMn2B0rIO { color:#c89f04;display:block;width:52.49925rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:3.6863403320312rem;left:11.249276638031rem;height:2.12456875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m0l4lr52TxEn0mz79epV4Xa4c4FZLpDX { color:rgba(var(--color-tertiary-0),1);display:block;width:52.49925rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:5.8094596862793rem;left:11.249276638031rem;height:3.67476875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#W889gytpRWHcPLXAZJWddSyyCKRH8KlT { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:66.625rem;display:block; }
#D5052Dsg0qV044nJNl4KEU5CaWRKvCiU { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:69rem;display:block; }
#W9WTZvIP4VbtVfs3xocLKKBMzVMqiEt3 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:71.375rem;display:block; }
#oFhihihD578prBne3f0TQuoMbPvEBRKa { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:64.25rem;display:block; }
#Hrkau21euTS9PX51q05UNkD9VyWJ3J10 { position:absolute;display:block;z-index:15031;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:19.37425rem;width:29.37425rem;top:12.001591682434rem;left:40.171443462372rem;overflow:hidden;display:block; }
#VpFxplF8INea0gD4aFdQEJgyexSC11lA { color:#fcf5f5;display:block;width:31.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.7;letter-spacing:0;top:32.310476303101rem;left:40.357352733612rem;height:25.4883125rem;display:block; }
#UXbum3Kk4nQ7IMIQ39xbZUWQCIaW3yTl { background-color:#c89f04;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:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4985625rem;height:3.43605625rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:59.903795242309rem;left:28.749278545379rem;display:block; }
#vzB0yhiHXr84o0g6sp1FqRpIRftsBl2T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#smvVZaUZ6CCccA2bbBsvKPHzruHOxEZA { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.93675rem;width:27.687375rem;top:12.374862194061rem;left:3.9988427162171rem;display:none; }
#zhpTyA5F8XHIM33JI1EGHSXien5NM63v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/nature_1920x1080_4.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#zhpTyA5F8XHIM33JI1EGHSXien5NM63v.adaptive-delivery-prevent-bg, #zhpTyA5F8XHIM33JI1EGHSXien5NM63v.lazyload, #zhpTyA5F8XHIM33JI1EGHSXien5NM63v.lazyloading { background-image: none; }#zhpTyA5F8XHIM33JI1EGHSXien5NM63v > .row .container { background-color: transparent; background-image: none; }#zhpTyA5F8XHIM33JI1EGHSXien5NM63v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.6); }#zhpTyA5F8XHIM33JI1EGHSXien5NM63v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhpTyA5F8XHIM33JI1EGHSXien5NM63v > .row .container > .video-iframe-container { display: none; }#zhpTyA5F8XHIM33JI1EGHSXien5NM63v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.6); }#zhpTyA5F8XHIM33JI1EGHSXien5NM63v > .row > .video-iframe-container { display: none; }#zhpTyA5F8XHIM33JI1EGHSXien5NM63v > .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); }#zhpTyA5F8XHIM33JI1EGHSXien5NM63v > .row .container { border-width: 0; border-radius: 0; }#zhpTyA5F8XHIM33JI1EGHSXien5NM63v::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; }#zhpTyA5F8XHIM33JI1EGHSXien5NM63v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zhpTyA5F8XHIM33JI1EGHSXien5NM63v > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:50rem;width:75rem;position:relative;display:block; }#HAWOh0swkqoQwPDAPB01lJzEiUCu2Lqm { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.9375rem;width:75rem;top:-0.00058364868164062rem;left:0rem;display:block; }
#QyKoqO6uFhzb0ZuXNPvoaBcyO6TIDHid { color:#c89f04;display:block;width:31.24925rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:2.0319707393646rem;left:21.875001430511rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#auop8BisKlfLFoE06TpV8CwRZH3vO2O0 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.24925rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:3.6856164932251rem;left:21.875001430511rem;height:3.67476875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UBKbCKZnWQo8LyI6OTg5cOIl8IbANhJ0 { color:#f8f1f1;display:block;width:31.2485625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:21.111835479736rem;left:2.1694159507751rem;height:28.88671875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ywPTECThCFGVTMKA0GKINkZBpWiEFL4n { box-sizing:content-box;height:12.4985625rem;width:12.4985625rem;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:15029;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ae56a809-9d39-43b0-8a0e-b2015e5c8a2f/DesignohneTitel7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:4.7938375473022rem;left:10.296586513519rem;display:block; }#ywPTECThCFGVTMKA0GKINkZBpWiEFL4n.adaptive-delivery-prevent-bg, #ywPTECThCFGVTMKA0GKINkZBpWiEFL4n.lazyload, #ywPTECThCFGVTMKA0GKINkZBpWiEFL4n.lazyloading { background-image: none; }
#Fb6XnlVRAR75pNBQpouzNC9ucbnyr6p4 { box-sizing:content-box;height:12.4985625rem;width:12.4985625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/973586d5-9e7f-4231-8e85-3c54ebabc4cd/DesignohneTitel8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:4.7938375473022rem;left:52.123122692108rem;display:block; }#Fb6XnlVRAR75pNBQpouzNC9ucbnyr6p4.adaptive-delivery-prevent-bg, #Fb6XnlVRAR75pNBQpouzNC9ucbnyr6p4.lazyload, #Fb6XnlVRAR75pNBQpouzNC9ucbnyr6p4.lazyloading { background-image: none; }
#qt7OSlshlFpfy3kWRacw2Ov03WvzAWfV { color:#c89f04;display:block;width:31.2485625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:17.972368240356rem;left:0rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XFKDTc3PNbc5QEqUfsLBmqNTRTdeXJD4 { color:#c89f04;display:block;width:31.2485625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:17.971645355224rem;left:42.748122692108rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WmyqNy4lo5PdLZM9zhI0iqKmPCKZK0L8 { color:#f8f1f1;display:block;width:31.2485625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:20.857206344604rem;left:42.748122692108rem;height:27.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hlTFMP88pUck4ptSGKOS8gAbZU5xoAC1 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:11.175178527832rem;left:70.275462627412rem; }
#hlTFMP88pUck4ptSGKOS8gAbZU5xoAC1 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#ThPGF4n9GKyOaTXt8QWkturmTqMz9xkJ { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:11.173322677613rem;left:68.16840696335rem; }
#ThPGF4n9GKyOaTXt8QWkturmTqMz9xkJ > img { max-width: 100%;max-height:100%; width:1.49956875rem; height:1.49956875rem; }#aURTkqLC0009P14wkVNv6gWQLXtnxW1x { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:10.3125rem;left:6.5625rem; }
#aURTkqLC0009P14wkVNv6gWQLXtnxW1x > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#A8BL7J7ZE3rxRO2TkGhrh3UKwZHJM3VR { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:10.292245864868rem;left:2.1694159507751rem; }
#A8BL7J7ZE3rxRO2TkGhrh3UKwZHJM3VR > img { max-width: 100%;max-height:100%; width:1.49956875rem; height:1.49956875rem; }#Uh1fkMk0pTmTZTWsT78lCC2GzLHxmpib { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:10.292245864868rem;left:4.372829914093rem; }
#Uh1fkMk0pTmTZTWsT78lCC2GzLHxmpib > img { max-width: 100%;max-height:100%; width:1.49956875rem; height:1.49956875rem; }#gJWpAMNQnzBhfNG5M5e38oHGJKLpX28H { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:11.173322677613rem;left:66.106051921844rem; }
#gJWpAMNQnzBhfNG5M5e38oHGJKLpX28H > img { max-width: 100%;max-height:100%; width:1.49956875rem; height:1.49956875rem; }#f4rrHXKSEslPWkmJPo1QoXFGNOTgM3xI { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#rWFmTS4lF229tGtiqSMT8IO5Ry2Lf8Ii { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.2485625rem;width:0.499855625rem;top:1.4713506698608rem;left:2.6692709922791rem;display:block; }
#tiILJSxd2IAKhwfHGMxrfg9uFrOTkqu7 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.2485625rem;width:0.499855625rem;top:1.4713506698608rem;left:4.8719620704651rem;display:block; }
#Khh34OOrZnGrezOsqE4Iof23XJqtUpFb { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.2485625rem;width:0.499855625rem;top:1.4713506698608rem;left:7.0616326332094rem;display:block; }
#xlILsHS3uc7QpyC92Zamme184tOTbdo1 { position:relative;display:none; }#xlILsHS3uc7QpyC92Zamme184tOTbdo1 { border-width: 0; border-radius: 0; }#xlILsHS3uc7QpyC92Zamme184tOTbdo1 > .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; }#xlILsHS3uc7QpyC92Zamme184tOTbdo1 > .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:none; }#ulsKQcHQawXJmQ2cX8lbAIqO4hAD30Da { 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:50rem;width:75rem;display:none; }
#yDUQRXMz3sXs0Etml4uQtxXh6i1lkl0n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yDUQRXMz3sXs0Etml4uQtxXh6i1lkl0n > .row .container { border-width: 0; border-radius: 0; }#yDUQRXMz3sXs0Etml4uQtxXh6i1lkl0n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yDUQRXMz3sXs0Etml4uQtxXh6i1lkl0n > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:58.0625rem;width:75rem;position:relative;display:none; }#XCS8NSawiuyWOuubm9htsxFm1p81gkyB { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(250deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(250deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(250deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(250deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.8745625rem;width:27.687375rem;top:12.186779022217rem;left:4.5912909507751rem;display:block; }
#XZmc0TXzB9CJVZeC2GkinX5S3PRySSnV { color:rgba(var(--color-tertiary-0),1);display:block;width:23.74925rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:15.186632752419rem;left:7.3119215965269rem;height:2.44285625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hdmD9pJaFZfutZsRO7sFRl0SHu2TSuk8 { color:rgba(var(--color-tertiary-1),1);display:block;width:24.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:18.374568939209rem;left:7.3119215965269rem;height:13.59375rem;font-style:normal;display:block; }
#ldFx0PBGF1S94kRgCBtd1ckkHOBwDiB1 { color:#fcf5f5;display:block;width:22.249rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.7;letter-spacing:0;top:33.748532772064rem;left:7.3119215965269rem;height:11.89453125rem;display:block; }
#cFSKOvV1CngSsm3TTzGlTIONUVoDGrtx { color:#fcf5f5;display:block;width:31.0619375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.7;letter-spacing:0;top:33.748559951782rem;left:39.593463420868rem;height:11.89453125rem;display:block; }
#wz5FHovBpqXHEggCSzuuZn4P1DPVyStO { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.24925rem;width:0.499855625rem;top:58.125rem;left:70.1875rem;display:block; }
#r0whpRvAmkotrZGWKeiyVxW9zroIqyBU { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.24925rem;width:0.499855625rem;top:58.125rem;left:67.8125rem;display:block; }
#oRSBsLOoiOO07tc2JFfTA4GGxFDiOF54 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.24925rem;width:0.499855625rem;top:58.125rem;left:63.0625rem;display:block; }
#XWF9ksVTA6E4pnqHSEsau9nDfnp86BQk { position:absolute;display:block;z-index:15032;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:20.125rem;width:30.25rem;top:12.873260498047rem;left:39.437213420868rem;overflow:hidden;display:block; }
#KFWGk1FCdyky7Tzzu8EcmblbhPPrTTJT { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.2485625rem;width:0.499855625rem;top:58.125rem;left:65.25rem;display:block; }
#nbJPdzGEOOHZhWagmxBXfS1gBLAsZSbJ { background-color:#c89f04;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:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4985625rem;height:3.43605625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:50.044111251831rem;left:28.749278545379rem;display:block; }
#qaGZqtKRkXLqSRI4bCf7das27CFTunDi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I833u7Ul10ZuDN9uHfwNchwadBHQzW6q { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.24925rem;width:0.499855625rem;top:0rem;left:4.1377320289612rem;display:block; }
#hLSaiRgQHSkHn2T8AdFkwXNd5QEyzLP9 { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.24925rem;width:0.499855625rem;top:0rem;left:2.3994507789612rem;display:block; }
#bMhx2qF0GJEqBPoDxcu7ceXm3iv5TdDx { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.24925rem;width:0.499855625rem;top:0rem;left:6.211660861969rem;display:block; }
#TL22Dm3s2xDxyvWVnquB1R2pLz5frvz0 { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.24925rem;width:0.499855625rem;top:0rem;left:8.2740168571475rem;display:block; }
#NcBflIsy3bJbsh2RfdiRy58NgThLU0XD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NcBflIsy3bJbsh2RfdiRy58NgThLU0XD > .row .container { border-width: 0; border-radius: 0; }#NcBflIsy3bJbsh2RfdiRy58NgThLU0XD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NcBflIsy3bJbsh2RfdiRy58NgThLU0XD > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:58.125rem;width:75rem;position:relative;display:none; }#GUOufkh5NNUmbA0ACMgSF8oKWXyRRZRN { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.93675rem;width:27.687375rem;top:12.379927635193rem;left:3.9988427162171rem;display:block; }
#VEf92EUT6p8fJNMiqE6yHvQkkuPi4BUa { color:rgba(var(--color-tertiary-0),1);display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:15.125rem;left:6.375rem;height:2.44285625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gLVKHX3W9eE4p88eZvhGHQlwnGIqFU2c { color:rgba(var(--color-tertiary-1),1);display:block;width:23.499rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:18.375rem;left:7.3125rem;height:13.59375rem;font-style:normal;display:block; }
#BMLTGJna4tyCr8BeUsXrTIZv7CIXds5d { color:#fcf5f5;display:block;width:22.249rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.7;letter-spacing:0;top:33.748544692993rem;left:7.1079287528994rem;height:13.59375rem;display:block; }
#qtHtnTVPo9pPpmrxdT88kG7xCzJgcs4o { color:#fcf5f5;display:block;width:31.0619375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.7;letter-spacing:0;top:33.748559951782rem;left:39.593463420868rem;height:10.1953125rem;display:block; }
#q44WUeDhiu5boOdzoP7J2tciwqaE9Q32 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.24925rem;width:0.499855625rem;top:58.125rem;left:10.25rem;display:block; }
#A97hWpBmEu55k8GJBu6X0yTS3khL1lrG { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.24925rem;width:0.499855625rem;top:58.125rem;left:7.875rem;display:block; }
#T7EBbHiDXTlfaRaPmyI6PuuACTwuVSD4 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.24925rem;width:0.499855625rem;top:58.125rem;left:3.125rem;display:block; }
#V2wz6tihwbebZz5P913bPigFn7zOwXEx { position:absolute;display:block;z-index:15032;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:20.1875rem;width:30.5625rem;top:12.874570369721rem;left:39.437213420868rem;overflow:hidden;display:block; }
#CyvUPW4Lwrvsq12gXEsFZTLTdL1RyMLQ { color:#fcf5f5;display:block;width:31.0619375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.7;letter-spacing:0;top:44.87340927124rem;left:39.749713420868rem;height:3.3984375rem;display:block; }
#Vs2FUzKSQOXPU3dJSue3TM3mEiWqxAFE { background-color:#c89f04;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:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4985625rem;height:3.43605625rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:50.726285457611rem;left:26.873553752899rem;display:block; }
#Getv12g8vKAP98Wb5PymTnq10dK98ptA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HM5NaDXOoplFraxs6XVEZTdncz1ePcWy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HM5NaDXOoplFraxs6XVEZTdncz1ePcWy > .row .container { border-width: 0; border-radius: 0; }#HM5NaDXOoplFraxs6XVEZTdncz1ePcWy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HM5NaDXOoplFraxs6XVEZTdncz1ePcWy > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:58.0625rem;width:75rem;position:relative;display:none; }#Zomb3XPT48ZlcLrHKWCHCkO11Oq3TIy2 { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(250deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(250deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(250deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(250deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.8745625rem;width:27.687375rem;top:12.123847007751rem;left:4.5912909507751rem;display:block; }
#NigZEpl7loUiXRBZaSFTzgczhM1SLRRZ { color:rgba(var(--color-tertiary-0),1);display:block;width:23.74925rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:15.186632752419rem;left:7.3119215965269rem;height:2.44285625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xh4yXUu1owIBepJWpvtfvymqZ969vvJC { color:rgba(var(--color-tertiary-1),1);display:block;width:24.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:18.374568939209rem;left:7.3119215965269rem;height:11.8945625rem;font-style:normal;display:block; }
#qfDo5oVpflaKQX4l9osJtR7g8LnPO8rl { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.24925rem;width:0.499855625rem;top:1.4305114746094E-6rem;left:5.3566260337829rem;display:block; }
#gSF1lfOWmNixAnCJLggeEVKbMnO6R63E { color:#fcf5f5;display:block;width:22.249rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.7;letter-spacing:0;top:33.748532772064rem;left:7.3119215965269rem;height:15.29296875rem;display:block; }
#W3SRHpKuPm8CnlgRXo8Z3Kl6PlReTw7m { color:#fcf5f5;display:block;width:31.0619375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.7;letter-spacing:0;top:33.748559951782rem;left:39.593463420868rem;height:13.59375rem;display:block; }
#worCnVT4nTAd3LBXyi3fCGhHAJz2xHRP { position:absolute;display:block;z-index:15032;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:20.125rem;width:30.1875rem;top:12.873260498047rem;left:39.437213420868rem;overflow:hidden;display:block; }
#ak27nSkokq1TubGwGqBOO1EfO2LKv4x9 { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.2485625rem;width:0.499855625rem;top:58.123558044434rem;left:66.372973918913rem;display:block; }
#GplV8iBn5aaIID3DATXme8oqK1ROHwrN { background-color:#c89f04;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:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.49925rem;height:3.436775rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:51.166070938111rem;left:28.749278545379rem;display:block; }
#AWRDNPkQ1hE9yaWLElPp8iDebachvO6o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZfvkAoCkWrW7ynvu6sWvMmN3DpdXpp2J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZfvkAoCkWrW7ynvu6sWvMmN3DpdXpp2J > .row .container { border-width: 0; border-radius: 0; }#ZfvkAoCkWrW7ynvu6sWvMmN3DpdXpp2J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZfvkAoCkWrW7ynvu6sWvMmN3DpdXpp2J > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:42.5rem;width:75rem;position:relative;display:none; }#JLIlWzvix2rB7aFvil8StIPc5wGwJGRl { color:rgba(var(--color-tertiary-0),1);display:block;width:18.7485625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:14.304094314575rem;left:4.0682873725891rem;height:2.5499125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z0kZNvS6Al74hLAx08v4vBisHoAXgy24 { color:#c89f04;display:block;width:52.49925rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:4.983362197876rem;left:10.436198711395rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VshEsPzynV5QUQ9ou4px14gmBowxPNol { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:3.67476875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kIXr0Snzi0T6eazT5UlP0hESsvJzuNvP { color:rgba(var(--color-tertiary-0),1);display:block;width:18.74925rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:14.304832935333rem;left:28.124278545379rem;height:2.5499125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wLdNvJcbT2ZmfEZTQrUU6zcG5p8ygqAz { color:rgba(var(--color-tertiary-0),1);display:block;width:18.74925rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.7;letter-spacing:0;top:14.304109096527rem;left:52.671443462372rem;height:2.5499125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TkTNM9eUmad95TZmeF99O6S2q00fHAtl { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.24925rem;width:0.499855625rem;top:0.0625rem;left:70.875rem;display:block; }
#gbcGXn9U9L81WwaMKUczTM6eg3052kRJ { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.24925rem;width:0.499855625rem;top:0.0625rem;left:68.5rem;display:block; }
#nChgRkvXWpLG7rN6LqrzkLryk0AexCrc { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.24925rem;width:0.499855625rem;top:0.0625rem;left:63.75rem;display:block; }
#iK6AbtOvU8fNrfDiMJm9oKEyk7aUOJTE { position:absolute;display:block;z-index:15034;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:12.6244375rem;width:20.499875rem;top:19.089266300201rem;left:3.1944441795349rem;overflow:hidden;display:block; }
#foyhzhkMwbLBDeaPFsPZAtUxJR73PXRp { position:absolute;display:block;z-index:15035;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:12.7495625rem;width:19.249875rem;top:19.024885654449rem;left:27.874713420868rem;overflow:hidden;display:block; }
#XlskHLcnmPiMek04PElI0bXGzXbG8dm4 { position:absolute;display:block;z-index:15036;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:12.7495625rem;width:19.06175rem;top:19.024885654449rem;left:52.358943462372rem;overflow:hidden;display:block; }
#aqxFLQZXzQVALLVdRuak6sthtszfpiif { color:#faf1f1;display:block;width:55.8745625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.7;letter-spacing:0;top:34.699798583984rem;left:9.5616326332094rem;height:3.8237875rem;text-align:center;text-align-last:center;display:block; }
#Aklyzs9yCcNTH0sLxqUD7Q0ffPuoiR53 { position:relative;display:none; }#Aklyzs9yCcNTH0sLxqUD7Q0ffPuoiR53 { border-width: 0; border-radius: 0; }#Aklyzs9yCcNTH0sLxqUD7Q0ffPuoiR53 > .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; }#Aklyzs9yCcNTH0sLxqUD7Q0ffPuoiR53 > .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:none; }#wEeHnwyCTToZOZ0LvchOxM06dL7sNoOK { color:rgba(var(--color-secondary-4),1);display:block;width:52.49925rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:4.983362197876rem;left:10.436198711395rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dzJTJ5SVIXirDzxW7nAF53MT29UgeURo { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#nnTdWd8zZlsiHTcM9tMex7OpwtoVfXf9 { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:15.125rem;left:8.125rem;display:none; }
#lI0KH2WibsgQ2kCCUZ6DgASc8uei3WIB { color:rgba(var(--color-tertiary-0),1);display:block;width:4.999275rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:16.236270427704rem;left:8.7485537528994rem;height:4.0241625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#UoCaoN6foVhfSfyxgwMXcTpnKLq6aNX3 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:22.625rem;left:1.875rem;height:2.5499125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AC4sL8TBU8T8LbvR6Wi7EqMzDs9UN0QM { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:25.5625rem;left:1.875rem;height:8.496125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HJ2hadRIyLcUBQRm6efhBuHGQm9Nqa0b { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:15.125rem;left:34.375rem;display:none; }
#UX5dviNSZ00XME6owZ60M0d7KK9HZb7t { color:rgba(var(--color-tertiary-0),1);display:block;width:4.999275rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:16.281842708588rem;left:34.999278545379rem;height:4.0241625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#Gcbun5gVTQIFmdi31KOJ6BWkHST20kSr { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:22.6875rem;left:28.125rem;height:2.5499125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uEVQfLAB2Edxk193V1yWidndnzW3VGaZ { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:25.625rem;left:28.125rem;height:6.796875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#B2DQhDPWq4oRrK1OB3DLwbkUlNyQotao { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:15.125rem;left:34.375rem;display:none; }
#ds5NZMuXMhgdPl2wunGLC5O6CbwpG7yn { color:rgba(var(--color-tertiary-0),1);display:block;width:4.999275rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:16.281842708588rem;left:61.247828960419rem;height:4.0241625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#DtNNiVlqTkcIG2Q2guhNEexTKtBmy39t { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.7;letter-spacing:0;top:22.6875rem;left:54.3125rem;height:2.5499125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TTDkhJGiAz6QWKzbd04thhx3VlATQg2H { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:25.625rem;left:54.3125rem;height:6.796875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AFaUAD6FvEwHqzf5XllKua7GMTrkcDak { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.49925rem;height:3.436775rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:36.417104721069rem;left:28.749278545379rem;display:none; }
#lesnnGRiQ4mokr8z1ZnGiMqB5zgGkXqB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J24PofuIQgzUMBlo296BOqsbofGDtmzB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c89f04;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; }#J24PofuIQgzUMBlo296BOqsbofGDtmzB > .row .container { background-color: transparent; background-image: none; }#J24PofuIQgzUMBlo296BOqsbofGDtmzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J24PofuIQgzUMBlo296BOqsbofGDtmzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J24PofuIQgzUMBlo296BOqsbofGDtmzB > .row .container > .video-iframe-container { display: none; }#J24PofuIQgzUMBlo296BOqsbofGDtmzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J24PofuIQgzUMBlo296BOqsbofGDtmzB > .row > .video-iframe-container { display: none; }#J24PofuIQgzUMBlo296BOqsbofGDtmzB > .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); }#J24PofuIQgzUMBlo296BOqsbofGDtmzB > .row .container { border-width: 0; border-radius: 0; }#J24PofuIQgzUMBlo296BOqsbofGDtmzB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J24PofuIQgzUMBlo296BOqsbofGDtmzB > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:42.5rem;width:75rem;position:relative;display:block; }#kao5KaeGVAtNdbiIUZeKrIxTv0Etn8V9 { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.74925rem;width:22.49925rem;top:20.35516166687rem;left:0rem;display:block; }
#I3iqWRHNh6vr0VRiPzT6iJH0epwhVPNi { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:22.625rem;left:1.875rem;height:2.5499125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MGJRFV7eEfVpdQ51fWV24UtqnWCTNqeP { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:25.5625rem;left:1.875rem;height:8.496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UyxakfQ5h0OzU1MJPq7y3WJkQyAZGnqi { color:rgba(var(--color-secondary-4),1);display:block;width:52.49925rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:4.983362197876rem;left:10.436198711395rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z26nrbv483dUskuACeyPLL8LpSRLD0iQ { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:3.67476875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ou95faVA9EIOkBz3a5g3RiV91AgyL6Q1 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.999275rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:16.236270427704rem;left:8.7485537528994rem;height:4.0241625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LrHdRvabIs45uF8VbRlxk7KPXD8WPAsr { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:15.125rem;left:8.125rem;display:block; }
#h580OWED3PSgSP6mvzRQHdM5J18TRbKH { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.74925rem;width:22.49925rem;top:20.352991104126rem;left:26.249278545379rem;display:block; }
#mbNRekOUr5O5wlgep06KvNymbk9XbV4P { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:22.6875rem;left:28.125rem;height:2.5499125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CpwZZpiAs2VmumUi8AAtPmOfefTrhZ8T { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:25.625rem;left:28.125rem;height:6.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wdyli73Stcueqtzdtn1ofnEgC79fx5kc { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:15.125rem;left:34.375rem;display:block; }
#izrEr8n590BKyAaeZUMVzHhR1DMhVXXt { color:rgba(var(--color-tertiary-0),1);display:block;width:4.999275rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:16.281842708588rem;left:34.999278545379rem;height:4.0241625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hRu6iX9ucqZqRhICRyBK0ZZMf9J1LLT2 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.74925rem;width:22.49925rem;top:20.352991104126rem;left:52.500724315643rem;display:block; }
#xW8GDWGKqZkPCcvfTZTNTR7KuPmVM0ON { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.7;letter-spacing:0;top:22.6875rem;left:54.3125rem;height:2.5499125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cyT8kubd4DiL6HZBUDmcSw4LnpzmgRID { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:25.625rem;left:54.3125rem;height:6.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r5Q2ITgvmhNerMESRFIaGVOCozI1y1wn { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:15.125rem;left:60.625rem;display:block; }
#RJ3Sk7MTVlTAMXtdAnQ5BaeLmQBcUkhG { color:rgba(var(--color-tertiary-0),1);display:block;width:4.999275rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:16.281842708588rem;left:61.247828960419rem;height:4.0241625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wi21tWIMna2K7c6n1KyClu7J2umouF66 { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.24925rem;width:0.499855625rem;top:0.0625rem;left:70.875rem;display:block; }
#DEOTRuSHnbbePhpOu09cEN3Hz9EFxWXx { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.24925rem;width:0.499855625rem;top:0.0625rem;left:68.5rem;display:block; }
#CuGGqJSkv6q66Qo89MuhKae6HaNdTJrA { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.24925rem;width:0.499855625rem;top:0.0625rem;left:63.75rem;display:block; }
#ZQ7STFy5IJf5Dht2ZF8ZRy7Dl6z71OHH { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:3.4375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:36.417114257812rem;left:28.749278545379rem;display:block; }
#AylBZB24qtAGas79u9Gbix87uVIOMWmh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RzF3hg15lxtnqZ6nchcTw3UTSU52U50J { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.2485625rem;width:0.499855625rem;top:0rem;left:66.419276714325rem;display:block; }
#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container { background-color: transparent; background-image: none; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container > .video-iframe-container { display: none; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row > .video-iframe-container { display: none; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .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); }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container { border-width: 0; border-radius: 0; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:37.5rem;width:75rem;position:relative;display:block; }#CnzUKws54nAFeClh9FK9Vk49kyIuQ3A2 { color:#c89f04;display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:5.0625rem;left:11.25rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TySdL99uxnqIKGXWw2Q7sgsZkkeHs2zW { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:6.75rem;left:11.25rem;height:3.67476875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hsQs1UGoufVUVQUqhEO0OCTsRIC7ZDBD { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#i2d5TgfT4GGe4fXTSVb2OzpiT6cnfgez { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#KLwtsSD13JTaNrFSh1cXTWChTGxs4dNS { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#dmrG4fcyaaPrIV31ZTPGes2p6nGAtD45 { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#Uqytug9g3C1pOqRpCdgOcTHs3gkW0Mms { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:25rem;top:13.75rem;left:0rem;display:block; }
#Mrmux0VuBBPFg76L7hM3twHEuJbvJot4 { color:rgba(var(--color-tertiary-1),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:17rem;left:1.625rem;height:5.735675rem;font-style:italic;display:block; }
#ab851C3QZ1UwN6MhWFdHXsqk3NNJ1AKb { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.7;letter-spacing:0;top:25.1875rem;left:1.625rem;height:1.48799375rem;font-style:normal;display:block; }
#yaWu4evAIH2vOqok0KnPeqPIFFXp95fc { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:15rem;left:0.875rem; }
#tGdosznTiXNa9EqItsGFSAkgr332w5wB { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(158deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(158deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(158deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(158deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(158deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:25rem;top:13.75rem;left:25rem;display:block; }
#QJXOfk7Fpk3pCfEB3xubMtAR3TVq9EBO { color:rgba(var(--color-tertiary-1),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.7;letter-spacing:0;top:17rem;left:26.625rem;height:9.5594375rem;font-style:italic;display:block; }
#f9UfWGRohZHKITeVtSaORqLPBTTqmUXA { color:rgba(var(--color-tertiary-2),1);display:block;width:21.24925rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15060;line-height:1.7;letter-spacing:0;top:26.675348281861rem;left:26.624713420868rem;height:1.48799375rem;font-style:normal;display:block; }
#JM4spBRbaLqBMtOzJwAUMyXDZDFfcDgC { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:15rem;left:25.875rem; }
#HxiSuXlxk0LaeH0FrM2mTO6mvQkKZ2Qh { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(69deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(69deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(69deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(69deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(69deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:25rem;top:13.75rem;left:50rem;display:block; }
#JGhZ78O9q5nXC2wr5rRUko5ltFkiI01w { color:rgba(var(--color-tertiary-1),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.7;letter-spacing:0;top:17rem;left:51.625rem;height:7.6475625rem;font-style:italic;display:block; }
#TlvNanTLGKCoAZn4gU6yiAyFzpgo4E2F { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15064;line-height:1.7;letter-spacing:0;top:25.1875rem;left:51.625rem;height:1.48799375rem;font-style:normal;display:block; }
#I2KlgpItWisTETfKD7nVdRpCM3Q9chtI { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:15rem;left:50.875rem; }
#JNPWDlV7BFSPc4oKtK02Eqv4OdzrLIIo { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#FvFe2BkL7IDrMo57TI03gcGCS4CMIu8E { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.49925rem;height:3.436775rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:36.417104721069rem;left:28.749278545379rem;display:none; }
#kEgPkmSzWwT4eGlCkz49lMHPu8mM8gtf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I7fHatb24SUDhJtHBSg9aMwbNWRBp7ef { color:#c89f04;display:block;width:52.49925rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:3.186484336853rem;left:11.249276638031rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#c4G3LtVaq2wPvQGETit5dDgds2XzwzlO { color:rgba(var(--color-tertiary-0),1);display:block;width:52.49925rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:4.8828096389771rem;left:11.249276638031rem;height:3.67476875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 .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-secondary-4),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-1),1); }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 .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-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:montserrat;font-style:normal;color:rgba(var(--color-tertiary-0),1);height:auto; }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:montserrat;color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.7;overflow:hidden; }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 .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_468214cea224827c973c4bb8ae61c9ef12b14202.svg");background-size:contain !important; }#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 .accordion-trigger.adaptive-delivery-prevent-bg, #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 .accordion-trigger.lazyload, #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 .accordion-trigger.lazyloading { background-image: none; }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 { box-sizing:content-box;height:auto;width:42.687375rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15044;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:9.2484054565431rem;left:16.155961513519rem;display:none; }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #VNcaWi2PNb3zLFsTgTm0wgxERHKeroIc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #zJHoAvKaXKmfUdKRk1ETTPuNFZcmbT0Q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #ii68Idwsi8rmH4PuyagHExMyCIaefyEr { display:block;position:relative; }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #askQwkNSp2axhpCRV5a5abZnDWfmKFJ3 {  }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #GlFVNzzDW71AC1ocesJ4BE271UvRw2Ku {  }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #PUEXvZtZHlb5XM624EcX3FgihRsxPnGA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #R31XrbNVczzLTaHXQa7yIJmOwTunLtl9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #fzCzZROevIWdTlVLqCswamtXtmD8TinD { display:block;position:relative; }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #XTVqrqLCKuqmOoFgpdArViT1Zrr2U5Ng {  }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #iq75Q9TK2sTBAkerH1WNwsnsS8bxqQbq { display:none; }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #OrmLQQueBeG9sOf9PIl7cR72P2Cb81kc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #e1NtelMqRDTlJ3TmTFlEdTXHlvpfCoh7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #zPw6vr4zO78UAgdIuSLTONgSUPTXsdpr { display:block;position:relative; }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #JOSxHUNc6R4xi7D5WA1Cz4l4tCsu45EW {  }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #SHD19d7KZLvbW1snG874FNZ8ugEma7Gw { display:none; }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #V5pL8U2HxrnKEULMkV8S8twaDXTnXvK8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #TopCe1MV6ilUGN7MF0FMRdORNWhVmFHe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #GpHbTSf0rwOi4cZNzlCROcTrUfhvoHSr { display:block;position:relative; }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #qeqtQshoZSIBFQ0AAa3My2uvAMzSBxui {  }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #Shn261Ic0JJIIAHK0hb5q0d5WlCwt5mP { display:none; }
#FcgdSTl52ACG04lN3TFB5QLnyWUH8VAQ { color:rgba(var(--color-tertiary-0),1);display:block;width:52.49925rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:4.8828096389771rem;left:11.249276638031rem;height:3.67476875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#DHiDNBqLJl86J1F8fLzxgFkUT46TkPXq { color:rgba(var(--color-tertiary-0),1);display:block;width:52.49925rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:4.8828096389771rem;left:11.249276638031rem;height:3.67476875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#wx6vq1A3gvi2WyblbWsCKHLupxp62SGm { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.49925rem;height:3.436775rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:36.417104721069rem;left:28.749278545379rem;display:none; }
#UFgGavursTZ7WORpUGEAsWiDhmglnp9b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { background-color: transparent; background-image: none; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container > .video-iframe-container { display: none; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row > .video-iframe-container { display: none; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .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); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { border-width: 0; border-radius: 0; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:40.0625rem;width:75rem;position:relative;display:block; }#TrcBXnRqvNzodpDbncloO6FlTZzB6xI2 { color:#c89f04;display:block;width:52.49925rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:3.186484336853rem;left:11.249276638031rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WfTBMEhk3n3GNXEUCTDCm3TB5wmvDHlw { color:rgba(var(--color-tertiary-0),1);display:block;width:52.49925rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:4.8828096389771rem;left:11.249276638031rem;height:3.67476875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kkrUoRi6WxbWZaVqTVb7HPNPqo4c7Paq { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#vlUBypEPJnaGmTZbyP2vz9lwhpId87EB { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#dHQ6ftspn2Tnr6OuhhRlWUh9sXoCifWZ { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#l7RaLGikahuA7OmZyVSEef5wpGuP8nWE { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .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-secondary-4),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-1),1); }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .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-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:montserrat;font-style:normal;color:rgba(var(--color-tertiary-0),1);height:auto; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:montserrat;color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.7;overflow:hidden; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .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_468214cea224827c973c4bb8ae61c9ef12b14202.svg");background-size:contain !important; }#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-trigger.adaptive-delivery-prevent-bg, #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-trigger.lazyload, #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-trigger.lazyloading { background-image: none; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 { box-sizing:content-box;height:auto;width:42.687375rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15044;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:9.2484054565431rem;left:16.155961513519rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #z6q6T3rfyR26t98ymBu6Tod9gAZhDEOO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ZSfSIyRwdUsbbTGOAeUDnvSg6kQFTvTP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ryE3G6aGQld8ag40J2APERIzb19B1c4U { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rrSHfPtWsHaOq9tcHvr5lruc5hlTQBq7 {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #AdcxqQgZCQzauTmEx53dZRpTByn2vysK {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bWv2LymbkbmcOym1EToyx2foZymPkCUN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #CLkGkRXZ7yTsIk5nGvleiCEx3iUd8SSF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #MFnCSzsWCDivJTqtlwg4T7TfOwDKwWs9 { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #kruPCw5fLncBnLfxbaZMb8hE00dH9Me7 {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rNE50VVMo3qGfxygwFewIzMQFz2iotmJ { display:none; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #E5LzFsAXGAKAIaw1DpF7IXnSIFy56TGQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #mtzoJTZrHiciTR7KrIgdkfGzPtmbrTpl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #TtDhN9FGoToTJ1ayarDTNBvcuE3IWseQ { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #eLX0mHCconHpcEbhxcAa3Rhw0L0VzCfI {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bMieLTFcPk6OmnuMkxgLJRepTOHNULp3 { display:none; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #Vnd5cVSsJe5eiIyl0oO9dobBLpLNUOOG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #dtz5GIZxIRhRXnMHuLKIFt53qJdhuGQ8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #cbQiCiozluIV55WqpsHLp8TEfxEZd3WE { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #dXfJB8bZQ2eMLptmnEiypEF6xyk4DWnB {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #npKqws2RTSdU7Ia1nttgfDAsounhMmXk { display:none; }
#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { background-color: transparent; background-image: none; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container > .video-iframe-container { display: none; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row > .video-iframe-container { display: none; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .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); }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { border-width: 0; border-radius: 0; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:32.5rem;width:75rem;position:relative;display:block; }#LKTi4lA7QIhNzU48dvhNB5LDARJdtons { color:#c89f04;display:block;width:56.3744375rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:8.8085565567019rem;left:9.3120665550231rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#owyTGDz8G44BuKiarHdvCvasspKoRH9E { color:#f9f4f4;display:block;width:43.1865rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:17.633064270019rem;left:15.905671596527rem;height:3.8237875rem;text-align:center;text-align-last:center;display:block; }
#TmhWRdzsMRG0aF70hPxW09XOT9yifzwh { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:0.5rem;top:0rem;left:64.25rem;display:block; }
#RvTNnacMpnRAMOD7B5DxwvxQoqzuX34o { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:0.5rem;top:0rem;left:66.625rem;display:block; }
#larfyowCSUruKot56cFXReTHtGZWP6AU { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:0.5rem;top:0rem;left:69rem;display:block; }
#OSC21LvkV76N23ToHC2nhZxqneRwBdnU { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:0.5rem;top:0rem;left:71.375rem;display:block; }
#y70dWLHMvA3CtmsVrnohTmNkS7GCFUWW { background-color:#c89f04;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:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.4375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:25.682861328125rem;left:28.749278545379rem;display:block; }
#oZznUVD82Rd9n4HtnPNZLFd5yVv5N5W1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { background-color: transparent; background-image: none; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container > .video-iframe-container { display: none; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row > .video-iframe-container { display: none; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .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); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { border-width: 0; border-radius: 0; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:7.5rem;width:75rem;position:relative;display:block; }#ewUlh4FvtAETAeUC3auCtlZQC3DKA0XT { color:rgba(var(--color-tertiary-0),1);display:block;width:51.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:10rem;height:1.48799375rem;text-align:left;text-align-last:left;display:block; }
#pRSoBD0Fl3HSGeXF18Z9SZceSu5SZhLN { color:#f7f5ed;display:block;width:5.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:3.004919052124rem;left:31.434463024139rem;height:1.48799375rem;text-align:left;text-align-last:left;display:block; }
#PUGVmShgwGsWozdzOryD4GmiCIwZ11Ux { color:#f7f5ed;display:block;width:5.24956875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:3.004919052124rem;left:36.683307170868rem;height:1.48799375rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx { display:block; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzHFiEEQXWEKu33uqLMqqaoTaksdXPbZ { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVzgignVeFb79Ns7tbrrVTeL6ySt7kxQ { display:block; }
 }@media only screen and (max-width: 763px) { #wdfkhnMAxTXTIHxsMZObV5Benuo66SoD { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE4UElTcSQ0hpz3osJDVHJqiJOLuQDde { display:block; }
 }@media only screen and (max-width: 763px) { #ldISlk7I6GCytdAkJmTmsd0fWqGp2T1m { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUiqAQuWd9cOQJMlCZraTb2ro7zHf7fH { display:block; }
 }@media only screen and (max-width: 763px) { #PLJvNClmUT470AHsTl0N2OU4bN2FcA3D { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l835FnLJbokwFLNxMRz6Cfp3TpH5OnqL { display:block; }
 }@media only screen and (max-width: 763px) { #sLmhm3c58we4F4n5frK8otwQeyN1gCp9 { top:0.875rem;left:0rem;width:5.125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ6ICQqsVJGqIB6pz7slv3drOqNzi9U6 { display:block; }#HJ6ICQqsVJGqIB6pz7slv3drOqNzi9U6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #clCL82Iu6br1bulVquE0VrIUTTRO0x6z { top:11.625rem;left:0rem;width:33.125rem;height:;font-size:1.125rem;display:block; }#clCL82Iu6br1bulVquE0VrIUTTRO0x6z li:before{  }
 }@media only screen and (max-width: 763px) { #O0O6VePUOmKG1rA1EPDC35JqVTXKcGHt { top:3.3125rem;left:0rem;width:27.625rem;height:7.3125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb0T0BHLASwNQevfGub4MOeqecOUdhI0 { width:37.375rem;height:37.375rem;top:3.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBlPAgzluEezeqp83OWOTq1gMw17z3BJ { top:3.3125rem;left:7.1875rem;width:40.5625rem;height:30.766059991354rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUDL2hsG42vQVewcCcTGTaFTbhF5k3gS { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWxHOHnNxkHpdNR46Q12r1EcfUvaSZTI { display:block; }
 }@media only screen and (max-width: 763px) { #yyf1o5qTB48TgBpIEuPJ4lZT80TLobWa { top:24.8125rem;left:0rem;width:30.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu { display:block; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADFfEaHR0TFtcbsE4zVOuy9wRcct9zs1 { top:4.75rem;left:1.375rem;width:44.4375rem;height:3.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwnEOigQUsDwtiqHeJoFlfLT9JJu20CI { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2Q9ILTLeldK3V5mkBWQqCL9SyTHueSC { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDeGB3JnLwLhC3ntpseMyl6xTqlK97WB { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb2Pr1SbIkEkd4RexIGCuPdMOlFl1nrm { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdActzWVkNcTEsFvxg7N2qC4TL1aM2ZV { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTGS4OUZ4gdV8Cv7IHT2B53Gwp8OLDRg { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WG3zOB4oRawQwaAgH9WarGN7rggWhtC5 { display:block; }#WG3zOB4oRawQwaAgH9WarGN7rggWhtC5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbzRmxBqfcH1LvLpTPXb59Swqye2Fnit { top:3.8125rem;left:7.1866335868838rem;width:33.3125rem;height:7.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrqFsXtBtHSHqFHZnxZx8VqACNnWovlL { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8czIWAvAZZkLxsUVe7cQfDgieKZeKi9 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbJAPDK49hLZ9ooLhpdT2SrS0nwMt7UL { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK3sJviMXT6ymkrQIOGdcTNZShKIu5FI { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw3mz44mWJ9suzhT8TkSRDhPWDDH1WPr { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t36ea0NCZ5nuynaWOiGIghl65cVNODZZ { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T { display:block; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmS5cbnr68WvJGxsAMeJBs3LmfZf70xX { width:29.6875rem;height:48.0625rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNJulwbinnPhIiVDkUDJHLfb2AyEIqJO { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHM6WslyywdTKJKLa4BqcI3LMn2B0rIO { top:3.625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0l4lr52TxEn0mz79epV4Xa4c4FZLpDX { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W889gytpRWHcPLXAZJWddSyyCKRH8KlT { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5052Dsg0qV044nJNl4KEU5CaWRKvCiU { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9WTZvIP4VbtVfs3xocLKKBMzVMqiEt3 { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFhihihD578prBne3f0TQuoMbPvEBRKa { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hrkau21euTS9PX51q05UNkD9VyWJ3J10 { top:12rem;left:18.375rem;width:29.3125rem;height:19.333521813323rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpFxplF8INea0gD4aFdQEJgyexSC11lA { top:32.25rem;left:16.375rem;width:31.375rem;height:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXbum3Kk4nQ7IMIQ39xbZUWQCIaW3yTl { width:17.4375rem;height:3.375rem;top:59.875rem;left:15.124278545379rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzB0yhiHXr84o0g6sp1FqRpIRftsBl2T { display:block; }
 }@media only screen and (max-width: 763px) { #smvVZaUZ6CCccA2bbBsvKPHzruHOxEZA { width:27.625rem;height:35.875rem;top:12.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zhpTyA5F8XHIM33JI1EGHSXien5NM63v { display:block; }#zhpTyA5F8XHIM33JI1EGHSXien5NM63v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAWOh0swkqoQwPDAPB01lJzEiUCu2Lqm { width:47.75rem;height:49.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyKoqO6uFhzb0ZuXNPvoaBcyO6TIDHid { top:2rem;left:8.2500014305113rem;width:31.1875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #auop8BisKlfLFoE06TpV8CwRZH3vO2O0 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBKbCKZnWQo8LyI6OTg5cOIl8IbANhJ0 { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywPTECThCFGVTMKA0GKINkZBpWiEFL4n { top:4.75rem;left:0rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb6XnlVRAR75pNBQpouzNC9ucbnyr6p4 { top:4.75rem;left:35.3125rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt7OSlshlFpfy3kWRacw2Ov03WvzAWfV { top:17.9375rem;left:0rem;width:31.1875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFKDTc3PNbc5QEqUfsLBmqNTRTdeXJD4 { top:17.9375rem;left:16.5625rem;width:31.1875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmyqNy4lo5PdLZM9zhI0iqKmPCKZK0L8 { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlTFMP88pUck4ptSGKOS8gAbZU5xoAC1 { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
#hlTFMP88pUck4ptSGKOS8gAbZU5xoAC1 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #ThPGF4n9GKyOaTXt8QWkturmTqMz9xkJ { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
#ThPGF4n9GKyOaTXt8QWkturmTqMz9xkJ > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #aURTkqLC0009P14wkVNv6gWQLXtnxW1x { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
#aURTkqLC0009P14wkVNv6gWQLXtnxW1x > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #A8BL7J7ZE3rxRO2TkGhrh3UKwZHJM3VR { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
#A8BL7J7ZE3rxRO2TkGhrh3UKwZHJM3VR > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #Uh1fkMk0pTmTZTWsT78lCC2GzLHxmpib { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
#Uh1fkMk0pTmTZTWsT78lCC2GzLHxmpib > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #gJWpAMNQnzBhfNG5M5e38oHGJKLpX28H { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
#gJWpAMNQnzBhfNG5M5e38oHGJKLpX28H > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #f4rrHXKSEslPWkmJPo1QoXFGNOTgM3xI { display:none; }
 }@media only screen and (max-width: 763px) { #rWFmTS4lF229tGtiqSMT8IO5Ry2Lf8Ii { width:0.4375rem;height:11.1875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiILJSxd2IAKhwfHGMxrfg9uFrOTkqu7 { width:0.4375rem;height:11.1875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khh34OOrZnGrezOsqE4Iof23XJqtUpFb { width:0.4375rem;height:11.1875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlILsHS3uc7QpyC92Zamme184tOTbdo1 { display:none; }#xlILsHS3uc7QpyC92Zamme184tOTbdo1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ulsKQcHQawXJmQ2cX8lbAIqO4hAD30Da { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yDUQRXMz3sXs0Etml4uQtxXh6i1lkl0n { display:block; }#yDUQRXMz3sXs0Etml4uQtxXh6i1lkl0n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCS8NSawiuyWOuubm9htsxFm1p81gkyB { width:27.625rem;height:35.8125rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZmc0TXzB9CJVZeC2GkinX5S3PRySSnV { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdmD9pJaFZfutZsRO7sFRl0SHu2TSuk8 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldFx0PBGF1S94kRgCBtd1ckkHOBwDiB1 { top:33.6875rem;left:0rem;width:22.1875rem;height:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFSKOvV1CngSsm3TTzGlTIONUVoDGrtx { top:33.6875rem;left:16.75rem;width:31rem;height:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz5FHovBpqXHEggCSzuuZn4P1DPVyStO { width:0.4375rem;height:11.1875rem;top:58.125rem;left:47.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0whpRvAmkotrZGWKeiyVxW9zroIqyBU { width:0.4375rem;height:11.1875rem;top:58.125rem;left:47.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRSBsLOoiOO07tc2JFfTA4GGxFDiOF54 { width:0.4375rem;height:11.1875rem;top:58.125rem;left:47.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWF9ksVTA6E4pnqHSEsau9nDfnp86BQk { top:12.8125rem;left:17.3125rem;width:30.25rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFWGk1FCdyky7Tzzu8EcmblbhPPrTTJT { width:0.4375rem;height:11.1875rem;top:58.125rem;left:47.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbJPdzGEOOHZhWagmxBXfS1gBLAsZSbJ { width:17.4375rem;height:3.375rem;top:50rem;left:15.124278545379rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaGZqtKRkXLqSRI4bCf7das27CFTunDi { display:block; }
 }@media only screen and (max-width: 763px) { #I833u7Ul10ZuDN9uHfwNchwadBHQzW6q { width:0.4375rem;height:11.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLSaiRgQHSkHn2T8AdFkwXNd5QEyzLP9 { width:0.4375rem;height:11.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMhx2qF0GJEqBPoDxcu7ceXm3iv5TdDx { width:0.4375rem;height:11.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL22Dm3s2xDxyvWVnquB1R2pLz5frvz0 { width:0.4375rem;height:11.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcBflIsy3bJbsh2RfdiRy58NgThLU0XD { display:block; }#NcBflIsy3bJbsh2RfdiRy58NgThLU0XD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUOufkh5NNUmbA0ACMgSF8oKWXyRRZRN { width:27.625rem;height:35.875rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEf92EUT6p8fJNMiqE6yHvQkkuPi4BUa { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLVKHX3W9eE4p88eZvhGHQlwnGIqFU2c { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMLTGJna4tyCr8BeUsXrTIZv7CIXds5d { top:33.6875rem;left:0rem;width:22.1875rem;height:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtHtnTVPo9pPpmrxdT88kG7xCzJgcs4o { top:33.6875rem;left:16.75rem;width:31rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q44WUeDhiu5boOdzoP7J2tciwqaE9Q32 { width:0.4375rem;height:11.1875rem;top:58.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A97hWpBmEu55k8GJBu6X0yTS3khL1lrG { width:0.4375rem;height:11.1875rem;top:58.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7EBbHiDXTlfaRaPmyI6PuuACTwuVSD4 { width:0.4375rem;height:11.1875rem;top:58.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2wz6tihwbebZz5P913bPigFn7zOwXEx { top:12.8125rem;left:16.4375rem;width:30.5625rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyvUPW4Lwrvsq12gXEsFZTLTdL1RyMLQ { top:44.8125rem;left:16.75rem;width:31rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs2FUzKSQOXPU3dJSue3TM3mEiWqxAFE { width:17.4375rem;height:3.375rem;top:50.6875rem;left:13.248553752899rem;display:block; }
 }@media only screen and (max-width: 763px) { #Getv12g8vKAP98Wb5PymTnq10dK98ptA { display:block; }
 }@media only screen and (max-width: 763px) { #HM5NaDXOoplFraxs6XVEZTdncz1ePcWy { display:block; }#HM5NaDXOoplFraxs6XVEZTdncz1ePcWy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zomb3XPT48ZlcLrHKWCHCkO11Oq3TIy2 { width:27.625rem;height:35.8125rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NigZEpl7loUiXRBZaSFTzgczhM1SLRRZ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh4yXUu1owIBepJWpvtfvymqZ969vvJC { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfDo5oVpflaKQX4l9osJtR7g8LnPO8rl { width:0.4375rem;height:11.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSF1lfOWmNixAnCJLggeEVKbMnO6R63E { top:33.6875rem;left:0rem;width:22.1875rem;height:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3SRHpKuPm8CnlgRXo8Z3Kl6PlReTw7m { top:33.6875rem;left:16.75rem;width:31rem;height:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #worCnVT4nTAd3LBXyi3fCGhHAJz2xHRP { top:12.8125rem;left:17.3125rem;width:30.1875rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak27nSkokq1TubGwGqBOO1EfO2LKv4x9 { width:0.4375rem;height:11.1875rem;top:58.0625rem;left:47.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GplV8iBn5aaIID3DATXme8oqK1ROHwrN { width:17.4375rem;height:3.375rem;top:51.125rem;left:15.124278545379rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWRDNPkQ1hE9yaWLElPp8iDebachvO6o { display:block; }
 }@media only screen and (max-width: 763px) { #ZfvkAoCkWrW7ynvu6sWvMmN3DpdXpp2J { display:block; }#ZfvkAoCkWrW7ynvu6sWvMmN3DpdXpp2J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JLIlWzvix2rB7aFvil8StIPc5wGwJGRl { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0kZNvS6Al74hLAx08v4vBisHoAXgy24 { top:4.9375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VshEsPzynV5QUQ9ou4px14gmBowxPNol { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIXr0Snzi0T6eazT5UlP0hESsvJzuNvP { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLdNvJcbT2ZmfEZTQrUU6zcG5p8ygqAz { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkTNM9eUmad95TZmeF99O6S2q00fHAtl { width:0.4375rem;height:11.1875rem;top:0.0625rem;left:47.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbcGXn9U9L81WwaMKUczTM6eg3052kRJ { width:0.4375rem;height:11.1875rem;top:0.0625rem;left:47.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nChgRkvXWpLG7rN6LqrzkLryk0AexCrc { width:0.4375rem;height:11.1875rem;top:0.0625rem;left:47.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK6AbtOvU8fNrfDiMJm9oKEyk7aUOJTE { top:19.0625rem;left:0rem;width:20.4375rem;height:12.586025105336rem;display:block; }
 }@media only screen and (max-width: 763px) { #foyhzhkMwbLBDeaPFsPZAtUxJR73PXRp { top:19rem;left:14.249713420868rem;width:19.1875rem;height:12.708250337664rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlskHLcnmPiMek04PElI0bXGzXbG8dm4 { top:19rem;left:28.6875rem;width:19rem;height:12.708260652878rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqxFLQZXzQVALLVdRuak6sthtszfpiif { top:34.6875rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aklyzs9yCcNTH0sLxqUD7Q0ffPuoiR53 { display:none; }#Aklyzs9yCcNTH0sLxqUD7Q0ffPuoiR53 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wEeHnwyCTToZOZ0LvchOxM06dL7sNoOK { top:4.9375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dzJTJ5SVIXirDzxW7nAF53MT29UgeURo { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nnTdWd8zZlsiHTcM9tMex7OpwtoVfXf9 { width:6.25rem;height:6.25rem;top:15.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lI0KH2WibsgQ2kCCUZ6DgASc8uei3WIB { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UoCaoN6foVhfSfyxgwMXcTpnKLq6aNX3 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AC4sL8TBU8T8LbvR6Wi7EqMzDs9UN0QM { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJ2hadRIyLcUBQRm6efhBuHGQm9Nqa0b { width:6.25rem;height:6.25rem;top:15.125rem;left:20.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UX5dviNSZ00XME6owZ60M0d7KK9HZb7t { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gcbun5gVTQIFmdi31KOJ6BWkHST20kSr { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uEVQfLAB2Edxk193V1yWidndnzW3VGaZ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2DQhDPWq4oRrK1OB3DLwbkUlNyQotao { width:6.25rem;height:6.25rem;top:15.125rem;left:20.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ds5NZMuXMhgdPl2wunGLC5O6CbwpG7yn { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DtNNiVlqTkcIG2Q2guhNEexTKtBmy39t { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTDkhJGiAz6QWKzbd04thhx3VlATQg2H { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AFaUAD6FvEwHqzf5XllKua7GMTrkcDak { width:17.4375rem;height:3.375rem;top:36.375rem;left:15.124278545379rem;display:none; }
 }@media only screen and (max-width: 763px) { #lesnnGRiQ4mokr8z1ZnGiMqB5zgGkXqB { display:block; }
 }@media only screen and (max-width: 763px) { #J24PofuIQgzUMBlo296BOqsbofGDtmzB { display:block; }#J24PofuIQgzUMBlo296BOqsbofGDtmzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kao5KaeGVAtNdbiIUZeKrIxTv0Etn8V9 { width:22.4375rem;height:13.6875rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3iqWRHNh6vr0VRiPzT6iJH0epwhVPNi { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGJRFV7eEfVpdQ51fWV24UtqnWCTNqeP { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyxakfQ5h0OzU1MJPq7y3WJkQyAZGnqi { top:4.9375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z26nrbv483dUskuACeyPLL8LpSRLD0iQ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou95faVA9EIOkBz3a5g3RiV91AgyL6Q1 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrHdRvabIs45uF8VbRlxk7KPXD8WPAsr { width:6.25rem;height:6.25rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h580OWED3PSgSP6mvzRQHdM5J18TRbKH { width:22.4375rem;height:13.6875rem;top:20.3125rem;left:12.624278545379rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbNRekOUr5O5wlgep06KvNymbk9XbV4P { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpwZZpiAs2VmumUi8AAtPmOfefTrhZ8T { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdyli73Stcueqtzdtn1ofnEgC79fx5kc { width:6.25rem;height:6.25rem;top:15.125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #izrEr8n590BKyAaeZUMVzHhR1DMhVXXt { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRu6iX9ucqZqRhICRyBK0ZZMf9J1LLT2 { width:22.4375rem;height:13.6875rem;top:20.3125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW8GDWGKqZkPCcvfTZTNTR7KuPmVM0ON { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyT8kubd4DiL6HZBUDmcSw4LnpzmgRID { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5Q2ITgvmhNerMESRFIaGVOCozI1y1wn { width:6.25rem;height:6.25rem;top:15.125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ3Sk7MTVlTAMXtdAnQ5BaeLmQBcUkhG { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi21tWIMna2K7c6n1KyClu7J2umouF66 { width:0.4375rem;height:11.1875rem;top:0.0625rem;left:47.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEOTRuSHnbbePhpOu09cEN3Hz9EFxWXx { width:0.4375rem;height:11.1875rem;top:0.0625rem;left:47.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuGGqJSkv6q66Qo89MuhKae6HaNdTJrA { width:0.4375rem;height:11.1875rem;top:0.0625rem;left:47.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ7STFy5IJf5Dht2ZF8ZRy7Dl6z71OHH { width:21.375rem;height:3.4375rem;top:36.375rem;left:15.124278545379rem;display:block; }
 }@media only screen and (max-width: 763px) { #AylBZB24qtAGas79u9Gbix87uVIOMWmh { display:block; }
 }@media only screen and (max-width: 763px) { #RzF3hg15lxtnqZ6nchcTw3UTSU52U50J { width:0.4375rem;height:11.1875rem;top:0rem;left:47.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb { display:block; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnzUKws54nAFeClh9FK9Vk49kyIuQ3A2 { top:5.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TySdL99uxnqIKGXWw2Q7sgsZkkeHs2zW { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsQs1UGoufVUVQUqhEO0OCTsRIC7ZDBD { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2d5TgfT4GGe4fXTSVb2OzpiT6cnfgez { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLwtsSD13JTaNrFSh1cXTWChTGxs4dNS { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmrG4fcyaaPrIV31ZTPGes2p6nGAtD45 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqytug9g3C1pOqRpCdgOcTHs3gkW0Mms { width:25rem;height:15rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrmux0VuBBPFg76L7hM3twHEuJbvJot4 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab851C3QZ1UwN6MhWFdHXsqk3NNJ1AKb { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaWu4evAIH2vOqok0KnPeqPIFFXp95fc { width:2rem;height:2rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGdosznTiXNa9EqItsGFSAkgr332w5wB { width:25rem;height:15rem;top:13.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJXOfk7Fpk3pCfEB3xubMtAR3TVq9EBO { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9UfWGRohZHKITeVtSaORqLPBTTqmUXA { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM4spBRbaLqBMtOzJwAUMyXDZDFfcDgC { width:2rem;height:2rem;top:15rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxiSuXlxk0LaeH0FrM2mTO6mvQkKZ2Qh { width:25rem;height:15rem;top:13.75rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGhZ78O9q5nXC2wr5rRUko5ltFkiI01w { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlvNanTLGKCoAZn4gU6yiAyFzpgo4E2F { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2KlgpItWisTETfKD7nVdRpCM3Q9chtI { width:2rem;height:2rem;top:15rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNPWDlV7BFSPc4oKtK02Eqv4OdzrLIIo { display:none; }
 }@media only screen and (max-width: 763px) { #FvFe2BkL7IDrMo57TI03gcGCS4CMIu8E { width:17.4375rem;height:3.375rem;top:36.375rem;left:15.124278545379rem;display:none; }
 }@media only screen and (max-width: 763px) { #kEgPkmSzWwT4eGlCkz49lMHPu8mM8gtf { display:block; }
 }@media only screen and (max-width: 763px) { #I7fHatb24SUDhJtHBSg9aMwbNWRBp7ef { top:3.125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4G3LtVaq2wPvQGETit5dDgds2XzwzlO { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #VNcaWi2PNb3zLFsTgTm0wgxERHKeroIc {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #zJHoAvKaXKmfUdKRk1ETTPuNFZcmbT0Q {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #ii68Idwsi8rmH4PuyagHExMyCIaefyEr {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #askQwkNSp2axhpCRV5a5abZnDWfmKFJ3 {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #GlFVNzzDW71AC1ocesJ4BE271UvRw2Ku {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #PUEXvZtZHlb5XM624EcX3FgihRsxPnGA {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #R31XrbNVczzLTaHXQa7yIJmOwTunLtl9 {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #fzCzZROevIWdTlVLqCswamtXtmD8TinD {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #XTVqrqLCKuqmOoFgpdArViT1Zrr2U5Ng {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #iq75Q9TK2sTBAkerH1WNwsnsS8bxqQbq {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #OrmLQQueBeG9sOf9PIl7cR72P2Cb81kc {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #e1NtelMqRDTlJ3TmTFlEdTXHlvpfCoh7 {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #zPw6vr4zO78UAgdIuSLTONgSUPTXsdpr {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #JOSxHUNc6R4xi7D5WA1Cz4l4tCsu45EW {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #SHD19d7KZLvbW1snG874FNZ8ugEma7Gw {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #V5pL8U2HxrnKEULMkV8S8twaDXTnXvK8 {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #TopCe1MV6ilUGN7MF0FMRdORNWhVmFHe {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #GpHbTSf0rwOi4cZNzlCROcTrUfhvoHSr {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #qeqtQshoZSIBFQ0AAa3My2uvAMzSBxui {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #Shn261Ic0JJIIAHK0hb5q0d5WlCwt5mP {  }
 }@media only screen and (max-width: 763px) { #FcgdSTl52ACG04lN3TFB5QLnyWUH8VAQ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DHiDNBqLJl86J1F8fLzxgFkUT46TkPXq { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wx6vq1A3gvi2WyblbWsCKHLupxp62SGm { width:17.4375rem;height:3.375rem;top:36.375rem;left:15.124278545379rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFgGavursTZ7WORpUGEAsWiDhmglnp9b { display:block; }
 }@media only screen and (max-width: 763px) { #xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE { display:block; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrcBXnRqvNzodpDbncloO6FlTZzB6xI2 { top:3.125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfTBMEhk3n3GNXEUCTDCm3TB5wmvDHlw { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkrUoRi6WxbWZaVqTVb7HPNPqo4c7Paq { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlUBypEPJnaGmTZbyP2vz9lwhpId87EB { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHQ6ftspn2Tnr6OuhhRlWUh9sXoCifWZ { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7RaLGikahuA7OmZyVSEef5wpGuP8nWE { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #z6q6T3rfyR26t98ymBu6Tod9gAZhDEOO {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ZSfSIyRwdUsbbTGOAeUDnvSg6kQFTvTP {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ryE3G6aGQld8ag40J2APERIzb19B1c4U {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rrSHfPtWsHaOq9tcHvr5lruc5hlTQBq7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #AdcxqQgZCQzauTmEx53dZRpTByn2vysK {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bWv2LymbkbmcOym1EToyx2foZymPkCUN {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #CLkGkRXZ7yTsIk5nGvleiCEx3iUd8SSF {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #MFnCSzsWCDivJTqtlwg4T7TfOwDKwWs9 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #kruPCw5fLncBnLfxbaZMb8hE00dH9Me7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rNE50VVMo3qGfxygwFewIzMQFz2iotmJ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #E5LzFsAXGAKAIaw1DpF7IXnSIFy56TGQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #mtzoJTZrHiciTR7KrIgdkfGzPtmbrTpl {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #TtDhN9FGoToTJ1ayarDTNBvcuE3IWseQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #eLX0mHCconHpcEbhxcAa3Rhw0L0VzCfI {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bMieLTFcPk6OmnuMkxgLJRepTOHNULp3 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #Vnd5cVSsJe5eiIyl0oO9dobBLpLNUOOG {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #dtz5GIZxIRhRXnMHuLKIFt53qJdhuGQ8 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #cbQiCiozluIV55WqpsHLp8TEfxEZd3WE {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #dXfJB8bZQ2eMLptmnEiypEF6xyk4DWnB {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #npKqws2RTSdU7Ia1nttgfDAsounhMmXk {  }
 }@media only screen and (max-width: 763px) { #Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z { display:block; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKTi4lA7QIhNzU48dvhNB5LDARJdtons { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owyTGDz8G44BuKiarHdvCvasspKoRH9E { top:17.625rem;left:2.2806715965271rem;width:43.125rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmhWRdzsMRG0aF70hPxW09XOT9yifzwh { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvTNnacMpnRAMOD7B5DxwvxQoqzuX34o { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #larfyowCSUruKot56cFXReTHtGZWP6AU { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSC21LvkV76N23ToHC2nhZxqneRwBdnU { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y70dWLHMvA3CtmsVrnohTmNkS7GCFUWW { width:18.375rem;height:3.4375rem;top:25.625rem;left:15.124278545379rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZznUVD82Rd9n4HtnPNZLFd5yVv5N5W1 { display:block; }
 }@media only screen and (max-width: 763px) { #QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa { display:block; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewUlh4FvtAETAeUC3auCtlZQC3DKA0XT { 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) { #pRSoBD0Fl3HSGeXF18Z9SZceSu5SZhLN { 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) { #PUGVmShgwGsWozdzOryD4GmiCIwZ11Ux { 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) { body { position:relative;background-color:#305522;background-image:none;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); } }@media only screen and (max-width: 763px) { #ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx { display:none; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { width:20rem;height:8.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uzHFiEEQXWEKu33uqLMqqaoTaksdXPbZ { width:8.43675rem;height:2.37485625rem;top:1.1248553991318rem;left:7.1223961114881rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVzgignVeFb79Ns7tbrrVTeL6ySt7kxQ { display:block; }
 }@media only screen and (max-width: 763px) { #wdfkhnMAxTXTIHxsMZObV5Benuo66SoD { width:7.1245625rem;height:2.811775rem;top:5.0896992683411rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE4UElTcSQ0hpz3osJDVHJqiJOLuQDde { display:block; }
 }@media only screen and (max-width: 763px) { #ldISlk7I6GCytdAkJmTmsd0fWqGp2T1m { width:5.9997125rem;height:2.37485625rem;top:5.3067131042481rem;left:6.4344621896744rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUiqAQuWd9cOQJMlCZraTb2ro7zHf7fH { display:block; }
 }@media only screen and (max-width: 763px) { #PLJvNClmUT470AHsTl0N2OU4bN2FcA3D { width:9.3735625rem;height:3.74855625rem;top:4.6209492683411rem;left:10.625723481178rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l835FnLJbokwFLNxMRz6Cfp3TpH5OnqL { display:block; }
 }@media only screen and (max-width: 763px) { #sLmhm3c58we4F4n5frK8otwQeyN1gCp9 { width:4.4372125rem;height:4.62456875rem;top:0rem;left:0.55989587306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ6ICQqsVJGqIB6pz7slv3drOqNzi9U6 { display:block; }#HJ6ICQqsVJGqIB6pz7slv3drOqNzi9U6 > .row .container { width:20rem;height:49.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #clCL82Iu6br1bulVquE0VrIUTTRO0x6z { width:20rem;height:15.293rem;top:7.8233513832094rem;left:0rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }#clCL82Iu6br1bulVquE0VrIUTTRO0x6z li:before{  }
 }@media only screen and (max-width: 763px) { #O0O6VePUOmKG1rA1EPDC35JqVTXKcGHt { width:19.99925rem;height:4.80035rem;top:1.25rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vb0T0BHLASwNQevfGub4MOeqecOUdhI0 { width:20rem;height:21.25rem;top:-4.375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(200,159,4,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(200,159,4,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(200,159,4,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(200,159,4,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c89f044c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c89f044c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(200,159,4,0.3), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UBlPAgzluEezeqp83OWOTq1gMw17z3BJ { width:17.5621875rem;height:13.312375rem;top:35.762442588806rem;left:1.2174479961395rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUDL2hsG42vQVewcCcTGTaFTbhF5k3gS { width:18.2494375rem;height:3.749275rem;top:30.012298583984rem;left:0.87384271621706rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWxHOHnNxkHpdNR46Q12r1EcfUvaSZTI { display:block; }
 }@media only screen and (max-width: 763px) { #yyf1o5qTB48TgBpIEuPJ4lZT80TLobWa { width:19.99925rem;height:2.7618625rem;top:25.939670562744rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu { display:block; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { width:20rem;height:103.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADFfEaHR0TFtcbsE4zVOuy9wRcct9zs1 { width:19.9985625rem;height:4.67448125rem;top:1.1841735839844rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qwnEOigQUsDwtiqHeJoFlfLT9JJu20CI { width:0.0625rem;height:0.0625rem;top:0.622802734375rem;left:2.0206888914108rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2Q9ILTLeldK3V5mkBWQqCL9SyTHueSC { width:0.0625rem;height:0.0625rem;top:0.622802734375rem;left:3.2598382234573rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDeGB3JnLwLhC3ntpseMyl6xTqlK97WB { width:0.0625rem;height:0.0625rem;top:0.622802734375rem;left:17.619647622109rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb2Pr1SbIkEkd4RexIGCuPdMOlFl1nrm { width:0.0625rem;height:0.0625rem;top:0.622802734375rem;left:18.888166069984rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdActzWVkNcTEsFvxg7N2qC4TL1aM2ZV { width:19.249875rem;height:49.27740625rem;top:6.1704301834106rem;left:0.37326395511628rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTGS4OUZ4gdV8Cv7IHT2B53Gwp8OLDRg { width:19.9985625rem;height:45.8789375rem;top:56.715140819549rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WG3zOB4oRawQwaAgH9WarGN7rggWhtC5 { display:block; }#WG3zOB4oRawQwaAgH9WarGN7rggWhtC5 > .row .container { width:20rem;height:95.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbzRmxBqfcH1LvLpTPXb59Swqye2Fnit { width:19.9985625rem;height:4.67448125rem;top:1.1841735839844rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UrqFsXtBtHSHqFHZnxZx8VqACNnWovlL { width:0.0625rem;height:0.0625rem;top:0.622802734375rem;left:2.0206888914108rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8czIWAvAZZkLxsUVe7cQfDgieKZeKi9 { width:0.0625rem;height:0.0625rem;top:0.622802734375rem;left:3.2598382234573rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbJAPDK49hLZ9ooLhpdT2SrS0nwMt7UL { width:0.0625rem;height:0.0625rem;top:0.622802734375rem;left:17.619647622109rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK3sJviMXT6ymkrQIOGdcTNZShKIu5FI { width:0.0625rem;height:0.0625rem;top:0.622802734375rem;left:18.888166069984rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw3mz44mWJ9suzhT8TkSRDhPWDDH1WPr { width:19.249875rem;height:42.4805rem;top:5.8579292297363rem;left:0.37326395511628rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t36ea0NCZ5nuynaWOiGIghl65cVNODZZ { width:19.99925rem;height:45.87896875rem;top:49.543540477753rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T { display:block; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container { width:20rem;height:144.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmS5cbnr68WvJGxsAMeJBs3LmfZf70xX { width:20rem;height:41.125rem;top:10.854309082031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNJulwbinnPhIiVDkUDJHLfb2AyEIqJO { width:17.4985625rem;height:66.2695625rem;top:27.874700307846rem;left:1.2492767572403rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zHM6WslyywdTKJKLa4BqcI3LMn2B0rIO { width:19.99925rem;height:1.69921875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m0l4lr52TxEn0mz79epV4Xa4c4FZLpDX { width:19.99925rem;height:5.60040625rem;top:4.19849375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W889gytpRWHcPLXAZJWddSyyCKRH8KlT { width:0.0625rem;height:0.0625rem;top:8.7811126708988rem;left:2.2323497533798rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5052Dsg0qV044nJNl4KEU5CaWRKvCiU { width:0.0625rem;height:0.0625rem;top:8.7803802490238rem;left:2.9988428354263rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9WTZvIP4VbtVfs3xocLKKBMzVMqiEt3 { width:0.0625rem;height:0.0625rem;top:8.7803802490238rem;left:4.6838833093643rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFhihihD578prBne3f0TQuoMbPvEBRKa { width:0.0625rem;height:0.0625rem;top:19.829004542969rem;left:1.1692708730698rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hrkau21euTS9PX51q05UNkD9VyWJ3J10 { width:19.9985625rem;height:13.2118125rem;top:13.253056526184rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpFxplF8INea0gD4aFdQEJgyexSC11lA { width:17.6244375rem;height:42.48053125rem;top:95.405113220212rem;left:1.1863427162171rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UXbum3Kk4nQ7IMIQ39xbZUWQCIaW3yTl { width:17.436375rem;height:3.37456875rem;top:139.87124443054rem;left:1.168258190155rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzB0yhiHXr84o0g6sp1FqRpIRftsBl2T { display:block; }
 }@media only screen and (max-width: 763px) { #smvVZaUZ6CCccA2bbBsvKPHzruHOxEZA { width:20rem;height:45.1875rem;top:95.121673583988rem;left:0.00072342157363894rem;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(221,149,100,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(250deg, rgba(221,149,100,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(250deg, rgba(221,149,100,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(250deg, rgba(221,149,100,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd956433', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd956433', endColorstr='#00000000' );";background-image: linear-gradient(250deg, rgba(221,149,100,0.2), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zhpTyA5F8XHIM33JI1EGHSXien5NM63v { background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/nature_1920x1080_4.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#zhpTyA5F8XHIM33JI1EGHSXien5NM63v.adaptive-delivery-prevent-bg, #zhpTyA5F8XHIM33JI1EGHSXien5NM63v.lazyload, #zhpTyA5F8XHIM33JI1EGHSXien5NM63v.lazyloading { background-image: none; }#zhpTyA5F8XHIM33JI1EGHSXien5NM63v > .row .container { background-color: transparent; background-image: none; }#zhpTyA5F8XHIM33JI1EGHSXien5NM63v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #c89f04; }#zhpTyA5F8XHIM33JI1EGHSXien5NM63v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhpTyA5F8XHIM33JI1EGHSXien5NM63v > .row .container > .video-iframe-container { display: none; }#zhpTyA5F8XHIM33JI1EGHSXien5NM63v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #c89f04; }#zhpTyA5F8XHIM33JI1EGHSXien5NM63v > .row > .video-iframe-container { display: none; }#zhpTyA5F8XHIM33JI1EGHSXien5NM63v > .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); }#zhpTyA5F8XHIM33JI1EGHSXien5NM63v > .row .container { width:20rem;height:145.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAWOh0swkqoQwPDAPB01lJzEiUCu2Lqm { width:20rem;height:143.4375rem;top:1.249276638031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyKoqO6uFhzb0ZuXNPvoaBcyO6TIDHid { width:17.49925rem;height:1.69921875rem;top:3.281973361969rem;left:1.2492767572403rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #auop8BisKlfLFoE06TpV8CwRZH3vO2O0 { width:17.49925rem;height:2.8002rem;top:4.978298664093rem;left:1.2492767572403rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBKbCKZnWQo8LyI6OTg5cOIl8IbANhJ0 { width:17.4985625rem;height:50.97659375rem;top:26.246393203736rem;left:1.2492767572403rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ywPTECThCFGVTMKA0GKINkZBpWiEFL4n { width:12.4370625rem;height:12.4370625rem;top:7.7770549058912rem;left:3.7782121896744rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb6XnlVRAR75pNBQpouzNC9ucbnyr6p4 { width:12.4370625rem;height:12.4370625rem;top:78.478008508681rem;left:3.7782121896744rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt7OSlshlFpfy3kWRacw2Ov03WvzAWfV { width:19.9985625rem;height:1.69921875rem;top:21.148727416993rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFKDTc3PNbc5QEqUfsLBmqNTRTdeXJD4 { width:19.9985625rem;height:1.69921875rem;top:92.323492050169rem;left:0.00072342157363894rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmyqNy4lo5PdLZM9zhI0iqKmPCKZK0L8 { width:19.9985625rem;height:44.17975rem;top:98.041092872619rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hlTFMP88pUck4ptSGKOS8gAbZU5xoAC1 { display:flex;width:1.49956875rem;height:1.49956875rem;top:95.305269241331rem;left:9.2484089136125rem; }
#hlTFMP88pUck4ptSGKOS8gAbZU5xoAC1 > img { max-width: 100%;max-height:100%; width:1.49956875rem; height:1.49956875rem; } }@media only screen and (max-width: 763px) { #ThPGF4n9GKyOaTXt8QWkturmTqMz9xkJ { display:flex;width:1.43735625rem;height:1.43735625rem;top:95.336374282837rem;left:11.556713700294rem; }
#ThPGF4n9GKyOaTXt8QWkturmTqMz9xkJ > img { max-width: 100%;max-height:100%; width:1.43735625rem; height:1.43735625rem; } }@media only screen and (max-width: 763px) { #aURTkqLC0009P14wkVNv6gWQLXtnxW1x { display:flex;width:1.43735625rem;height:1.43735625rem;top:23.846211433411rem;left:9.2787910699844rem; }
#aURTkqLC0009P14wkVNv6gWQLXtnxW1x > img { max-width: 100%;max-height:100%; width:1.43735625rem; height:1.43735625rem; } }@media only screen and (max-width: 763px) { #A8BL7J7ZE3rxRO2TkGhrh3UKwZHJM3VR { display:flex;width:1.43735625rem;height:1.43735625rem;top:23.846211433411rem;left:6.9299770593644rem; }
#A8BL7J7ZE3rxRO2TkGhrh3UKwZHJM3VR > img { max-width: 100%;max-height:100%; width:1.43735625rem; height:1.43735625rem; } }@media only screen and (max-width: 763px) { #Uh1fkMk0pTmTZTWsT78lCC2GzLHxmpib { display:flex;width:1.43735625rem;height:1.43735625rem;top:23.846211433411rem;left:11.558160424233rem; }
#Uh1fkMk0pTmTZTWsT78lCC2GzLHxmpib > img { max-width: 100%;max-height:100%; width:1.43735625rem; height:1.43735625rem; } }@media only screen and (max-width: 763px) { #gJWpAMNQnzBhfNG5M5e38oHGJKLpX28H { display:flex;width:1.43735625rem;height:1.43735625rem;top:95.336376190187rem;left:6.9292536973956rem; }
#gJWpAMNQnzBhfNG5M5e38oHGJKLpX28H > img { max-width: 100%;max-height:100%; width:1.43735625rem; height:1.43735625rem; } }@media only screen and (max-width: 763px) { #f4rrHXKSEslPWkmJPo1QoXFGNOTgM3xI { top:144.35692214966rem;left:0rem;width:19.99925rem;height:0.374710625rem;z-index:15041;background-color:#c89f04;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rWFmTS4lF229tGtiqSMT8IO5Ry2Lf8Ii { width:0.0625rem;height:0.0625rem;top:89.775762081144rem;left:17.774594902993rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiILJSxd2IAKhwfHGMxrfg9uFrOTkqu7 { width:0.0625rem;height:0.125rem;top:89.875581741331rem;left:17.169416069984rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khh34OOrZnGrezOsqE4Iof23XJqtUpFb { width:0.0625rem;height:0.0625rem;top:89.774307727812rem;left:18.149594902993rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlILsHS3uc7QpyC92Zamme184tOTbdo1 { display:block; }#xlILsHS3uc7QpyC92Zamme184tOTbdo1 { background-color: transparent; background-image: none; }#xlILsHS3uc7QpyC92Zamme184tOTbdo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlILsHS3uc7QpyC92Zamme184tOTbdo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlILsHS3uc7QpyC92Zamme184tOTbdo1 > .row .container > .video-iframe-container { display: none; }#xlILsHS3uc7QpyC92Zamme184tOTbdo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlILsHS3uc7QpyC92Zamme184tOTbdo1 > .row > .video-iframe-container { display: none; }#xlILsHS3uc7QpyC92Zamme184tOTbdo1 > .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); }#xlILsHS3uc7QpyC92Zamme184tOTbdo1 > .row .container { width:20rem;background-color:#305522;background-image:none;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulsKQcHQawXJmQ2cX8lbAIqO4hAD30Da { top:1.5559978485107rem;left:0.00072342157363894rem;width:19.99925rem;height:13.312375rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yDUQRXMz3sXs0Etml4uQtxXh6i1lkl0n { display:none; }#yDUQRXMz3sXs0Etml4uQtxXh6i1lkl0n > .row .container { width:20rem;height:158.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XCS8NSawiuyWOuubm9htsxFm1p81gkyB { width:20rem;height:42.875rem;top:1.8735533952713rem;left:0.00072342157363894rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZmc0TXzB9CJVZeC2GkinX5S3PRySSnV { width:17.4985625rem;height:4.19994375rem;top:2.6859200000763rem;left:1.2492767572403rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hdmD9pJaFZfutZsRO7sFRl0SHu2TSuk8 { width:17.4985625rem;height:20.390625rem;top:22.185331344604rem;left:1.2492767572403rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ldFx0PBGF1S94kRgCBtd1ckkHOBwDiB1 { width:19.9985625rem;height:13.59375rem;top:45.308876037597rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cFSKOvV1CngSsm3TTzGlTIONUVoDGrtx { width:19.9985625rem;height:15.29296875rem;top:58.900465011597rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wz5FHovBpqXHEggCSzuuZn4P1DPVyStO { width:0.0625rem;height:0.0625rem;top:96.495216131213rem;left:10.060041069984rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0whpRvAmkotrZGWKeiyVxW9zroIqyBU { width:0.0625rem;height:0.0625rem;top:90.900613784787rem;left:6.87427675724rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRSBsLOoiOO07tc2JFfTA4GGxFDiOF54 { width:0.0625rem;height:0.0625rem;top:86.031257003906rem;left:9.9372106790544rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWF9ksVTA6E4pnqHSEsau9nDfnp86BQk { width:19.99925rem;height:13.305125rem;top:8.0577261447906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFWGk1FCdyky7Tzzu8EcmblbhPPrTTJT { width:0.0625rem;height:0.1875rem;top:85.874573707581rem;left:15.295139908791rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbJPdzGEOOHZhWagmxBXfS1gBLAsZSbJ { width:17.4370625rem;height:3.37456875rem;top:74.192726135256rem;left:0.68648731708525rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaGZqtKRkXLqSRI4bCf7das27CFTunDi { display:block; }
 }@media only screen and (max-width: 763px) { #I833u7Ul10ZuDN9uHfwNchwadBHQzW6q { width:0.4375rem;height:11.1875rem;top:121.36953735351rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLSaiRgQHSkHn2T8AdFkwXNd5QEyzLP9 { width:0.4375rem;height:11.1875rem;top:108.93203735351rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMhx2qF0GJEqBPoDxcu7ceXm3iv5TdDx { width:0.4375rem;height:11.1875rem;top:133.80703735351rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL22Dm3s2xDxyvWVnquB1R2pLz5frvz0 { width:0.4375rem;height:11.1875rem;top:146.24453735351rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcBflIsy3bJbsh2RfdiRy58NgThLU0XD { display:none; }#NcBflIsy3bJbsh2RfdiRy58NgThLU0XD > .row .container { width:20rem;height:118.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GUOufkh5NNUmbA0ACMgSF8oKWXyRRZRN { width:19.99925rem;height:16.24925rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEf92EUT6p8fJNMiqE6yHvQkkuPi4BUa { width:17.49925rem;height:5.099825rem;top:3.9945068359375rem;left:2.3755788803101rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gLVKHX3W9eE4p88eZvhGHQlwnGIqFU2c { width:17.49925rem;height:20.390625rem;top:7.24462890625rem;left:2.50075rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BMLTGJna4tyCr8BeUsXrTIZv7CIXds5d { width:19.99925rem;height:15.29296875rem;top:22.617904663086rem;left:0.00075rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qtHtnTVPo9pPpmrxdT88kG7xCzJgcs4o { width:19.99925rem;height:15.29296875rem;top:53.620529663086rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q44WUeDhiu5boOdzoP7J2tciwqaE9Q32 { width:0.499855625rem;height:11.24925rem;top:106.13183591309rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A97hWpBmEu55k8GJBu6X0yTS3khL1lrG { width:0.499855625rem;height:11.24925rem;top:93.633273413087rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7EBbHiDXTlfaRaPmyI6PuuACTwuVSD4 { width:0.499855625rem;height:11.24925rem;top:81.134710913088rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2wz6tihwbebZz5P913bPigFn7zOwXEx { width:20rem;height:13.210741258055rem;top:39.160154663086rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyvUPW4Lwrvsq12gXEsFZTLTdL1RyMLQ { width:19.99925rem;height:5.09765625rem;top:70.162779663088rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vs2FUzKSQOXPU3dJSue3TM3mEiWqxAFE { width:17.4375rem;height:3.375rem;top:76.509710913088rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Getv12g8vKAP98Wb5PymTnq10dK98ptA { display:block; }
 }@media only screen and (max-width: 763px) { #HM5NaDXOoplFraxs6XVEZTdncz1ePcWy { display:none; }#HM5NaDXOoplFraxs6XVEZTdncz1ePcWy > .row .container { width:20rem;height:103.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Zomb3XPT48ZlcLrHKWCHCkO11Oq3TIy2 { width:19.99925rem;height:16.24925rem;top:13.7485625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NigZEpl7loUiXRBZaSFTzgczhM1SLRRZ { width:17.49925rem;height:2.5499125rem;top:16.811352416992rem;left:2.50075rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xh4yXUu1owIBepJWpvtfvymqZ969vvJC { width:17.49925rem;height:16.9921875rem;top:19.999294921875rem;left:2.50075rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qfDo5oVpflaKQX4l9osJtR7g8LnPO8rl { width:0.499855625rem;height:11.24925rem;top:1.25rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSF1lfOWmNixAnCJLggeEVKbMnO6R63E { width:19.99925rem;height:16.9921875rem;top:35.372555419922rem;left:0.00075rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W3SRHpKuPm8CnlgRXo8Z3Kl6PlReTw7m { width:19.99925rem;height:16.9921875rem;top:68.196617919919rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #worCnVT4nTAd3LBXyi3fCGhHAJz2xHRP { width:20rem;height:13.333015871701rem;top:53.613992919922rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak27nSkokq1TubGwGqBOO1EfO2LKv4x9 { width:0.4375rem;height:11.1875rem;top:91.063055419919rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GplV8iBn5aaIID3DATXme8oqK1ROHwrN { width:17.4375rem;height:3.375rem;top:86.438055419919rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWRDNPkQ1hE9yaWLElPp8iDebachvO6o { display:block; }
 }@media only screen and (max-width: 763px) { #ZfvkAoCkWrW7ynvu6sWvMmN3DpdXpp2J { display:none; }#ZfvkAoCkWrW7ynvu6sWvMmN3DpdXpp2J > .row .container { width:20rem;height:111.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JLIlWzvix2rB7aFvil8StIPc5wGwJGRl { width:16.24925rem;height:2.5499125rem;top:45.560475rem;left:1.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z0kZNvS6Al74hLAx08v4vBisHoAXgy24 { width:19.99925rem;height:1.69921875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VshEsPzynV5QUQ9ou4px14gmBowxPNol { width:19.99925rem;height:2.8002rem;top:4.19849375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kIXr0Snzi0T6eazT5UlP0hESsvJzuNvP { width:16.24925rem;height:2.5499125rem;top:49.3596625rem;left:1.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wLdNvJcbT2ZmfEZTQrUU6zcG5p8ygqAz { width:16.24925rem;height:2.5499125rem;top:53.15885rem;left:1.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TkTNM9eUmad95TZmeF99O6S2q00fHAtl { width:0.4375rem;height:11.1875rem;top:33.122975rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbcGXn9U9L81WwaMKUczTM6eg3052kRJ { width:0.4375rem;height:11.1875rem;top:20.685475rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nChgRkvXWpLG7rN6LqrzkLryk0AexCrc { width:0.4375rem;height:11.1875rem;top:8.247975rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK6AbtOvU8fNrfDiMJm9oKEyk7aUOJTE { width:20rem;height:12.316599491461rem;top:56.9580375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #foyhzhkMwbLBDeaPFsPZAtUxJR73PXRp { width:19.1875rem;height:12.707502767875rem;top:70.5242875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlskHLcnmPiMek04PElI0bXGzXbG8dm4 { width:19rem;height:12.707971420796rem;top:84.4811625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqxFLQZXzQVALLVdRuak6sthtszfpiif { width:19.99925rem;height:11.471375rem;top:98.4387875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Aklyzs9yCcNTH0sLxqUD7Q0ffPuoiR53 { display:block; }#Aklyzs9yCcNTH0sLxqUD7Q0ffPuoiR53 { background-color: transparent; background-image: none; }#Aklyzs9yCcNTH0sLxqUD7Q0ffPuoiR53::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aklyzs9yCcNTH0sLxqUD7Q0ffPuoiR53 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aklyzs9yCcNTH0sLxqUD7Q0ffPuoiR53 > .row .container > .video-iframe-container { display: none; }#Aklyzs9yCcNTH0sLxqUD7Q0ffPuoiR53 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aklyzs9yCcNTH0sLxqUD7Q0ffPuoiR53 > .row > .video-iframe-container { display: none; }#Aklyzs9yCcNTH0sLxqUD7Q0ffPuoiR53 > .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); }#Aklyzs9yCcNTH0sLxqUD7Q0ffPuoiR53 > .row .container { width:20rem;background-color:#c89f04;background-image:none;height:81.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEeHnwyCTToZOZ0LvchOxM06dL7sNoOK { width:19.9985625rem;height:1.69921875rem;top:1.3107643127441rem;left:0.00072342157363894rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #dzJTJ5SVIXirDzxW7nAF53MT29UgeURo { width:19.9985625rem;height:5.60040625rem;top:3.5083909034729rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #nnTdWd8zZlsiHTcM9tMex7OpwtoVfXf9 { width:6.24855625rem;height:6.24855625rem;top:11.25rem;left:6.875rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #lI0KH2WibsgQ2kCCUZ6DgASc8uei3WIB { width:4.99855625rem;height:2.8002rem;top:13rem;left:7.5rem;font-size:2rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #UoCaoN6foVhfSfyxgwMXcTpnKLq6aNX3 { width:16.2485625rem;height:2.5499125rem;top:17.981048583984rem;left:1.8742767572403rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #AC4sL8TBU8T8LbvR6Wi7EqMzDs9UN0QM { width:16.2485625rem;height:10.1953125rem;top:20.529516220092rem;left:1.8742767572403rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #HJ2hadRIyLcUBQRm6efhBuHGQm9Nqa0b { width:6.24855625rem;height:6.24855625rem;top:33.875rem;left:6.5625rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #UX5dviNSZ00XME6owZ60M0d7KK9HZb7t { width:4.99855625rem;height:2.8002rem;top:35.5625rem;left:7.1875rem;font-size:2rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #Gcbun5gVTQIFmdi31KOJ6BWkHST20kSr { width:16.2485625rem;height:5.099825rem;top:40.8125rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #uEVQfLAB2Edxk193V1yWidndnzW3VGaZ { width:16.2485625rem;height:8.496125rem;top:45.911515235901rem;left:1.8742767572403rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #B2DQhDPWq4oRrK1OB3DLwbkUlNyQotao { width:6.24855625rem;height:6.24855625rem;top:57.3125rem;left:6.875rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #ds5NZMuXMhgdPl2wunGLC5O6CbwpG7yn { width:4.99855625rem;height:2.8002rem;top:59rem;left:7.5rem;font-size:2rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #DtNNiVlqTkcIG2Q2guhNEexTKtBmy39t { width:16.2485625rem;height:2.5499125rem;top:64.0625rem;left:1.875rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #TTDkhJGiAz6QWKzbd04thhx3VlATQg2H { width:16.2485625rem;height:8.496125rem;top:66.5625rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #AFaUAD6FvEwHqzf5XllKua7GMTrkcDak { width:17.436375rem;height:3.37456875rem;top:77.102153778075rem;left:1.2803820371627rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #lesnnGRiQ4mokr8z1ZnGiMqB5zgGkXqB { display:block; }
 }@media only screen and (max-width: 763px) { #J24PofuIQgzUMBlo296BOqsbofGDtmzB { display:none; }#J24PofuIQgzUMBlo296BOqsbofGDtmzB > .row .container { width:20rem;height:143.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kao5KaeGVAtNdbiIUZeKrIxTv0Etn8V9 { width:20rem;height:0.0625rem;top:64.985437989237rem;left:0.00072342157363894rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3iqWRHNh6vr0VRiPzT6iJH0epwhVPNi { width:16.2485625rem;height:2.5499125rem;top:16.793258666993rem;left:1.8742767572403rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MGJRFV7eEfVpdQ51fWV24UtqnWCTNqeP { width:16.2485625rem;height:10.1953125rem;top:19.341726303101rem;left:1.8742767572403rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UyxakfQ5h0OzU1MJPq7y3WJkQyAZGnqi { width:19.99925rem;height:1.69921875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z26nrbv483dUskuACeyPLL8LpSRLD0iQ { width:19.9985625rem;height:5.60040625rem;top:2.9463214874267rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ou95faVA9EIOkBz3a5g3RiV91AgyL6Q1 { width:4.99855625rem;height:2.8002rem;top:11.473525047303rem;left:7.4985538721087rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrHdRvabIs45uF8VbRlxk7KPXD8WPAsr { width:6.249275rem;height:6.249275rem;top:9.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h580OWED3PSgSP6mvzRQHdM5J18TRbKH { width:20rem;height:0.0625rem;top:90.54541015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbNRekOUr5O5wlgep06KvNymbk9XbV4P { width:16.2485625rem;height:5.099825rem;top:39.607931137085rem;left:1.8742767572403rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CpwZZpiAs2VmumUi8AAtPmOfefTrhZ8T { width:16.2485625rem;height:8.496125rem;top:45.606971740722rem;left:1.8742767572403rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wdyli73Stcueqtzdtn1ofnEgC79fx5kc { width:6.24855625rem;height:6.24855625rem;top:31.730418205261rem;left:6.87427675724rem;display:block; }
 }@media only screen and (max-width: 763px) { #izrEr8n590BKyAaeZUMVzHhR1DMhVXXt { width:4.99855625rem;height:2.8002rem;top:33.168340682983rem;left:7.4985538721087rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRu6iX9ucqZqRhICRyBK0ZZMf9J1LLT2 { width:20rem;height:0.0625rem;top:116.29248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW8GDWGKqZkPCcvfTZTNTR7KuPmVM0ON { width:16.2485625rem;height:2.5499125rem;top:63.599594116213rem;left:1.8742767572403rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cyT8kubd4DiL6HZBUDmcSw4LnpzmgRID { width:16.2485625rem;height:8.496125rem;top:67.2294921875rem;left:1.8742767572403rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r5Q2ITgvmhNerMESRFIaGVOCozI1y1wn { width:6.249275rem;height:6.249275rem;top:55.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ3Sk7MTVlTAMXtdAnQ5BaeLmQBcUkhG { width:4.99855625rem;height:2.8002rem;top:57.599107742309rem;left:7.4985538721087rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi21tWIMna2K7c6n1KyClu7J2umouF66 { width:0.0625rem;height:0.0625rem;top:35.923706054688rem;left:9.9997106790544rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEOTRuSHnbbePhpOu09cEN3Hz9EFxWXx { width:0.0625rem;height:0.0625rem;top:23.485961914062rem;left:9.9997106790544rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuGGqJSkv6q66Qo89MuhKae6HaNdTJrA { width:0.0625rem;height:0.0625rem;top:11.048156738281rem;left:9.9997106790544rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ7STFy5IJf5Dht2ZF8ZRy7Dl6z71OHH { width:17.4370625rem;height:3.37456875rem;top:77.914499282837rem;left:1.2789353132248rem;display:block; }
 }@media only screen and (max-width: 763px) { #AylBZB24qtAGas79u9Gbix87uVIOMWmh { display:block; }
 }@media only screen and (max-width: 763px) { #RzF3hg15lxtnqZ6nchcTw3UTSU52U50J { width:0.4375rem;height:11.1875rem;top:131.29248046875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb { display:block; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container { width:20rem;height:155.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnzUKws54nAFeClh9FK9Vk49kyIuQ3A2 { width:19.99925rem;height:1.69921875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TySdL99uxnqIKGXWw2Q7sgsZkkeHs2zW { width:19.9985625rem;height:2.8002rem;top:2.9462976455689rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hsQs1UGoufVUVQUqhEO0OCTsRIC7ZDBD { width:0.0625rem;height:0.0625rem;top:6.8125rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2d5TgfT4GGe4fXTSVb2OzpiT6cnfgez { width:0.3125rem;height:0.0625rem;top:8.2465286254881rem;left:14.811921715736rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLwtsSD13JTaNrFSh1cXTWChTGxs4dNS { width:0.0625rem;height:0.0625rem;top:8.24725151062rem;left:12.186053872109rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmrG4fcyaaPrIV31ZTPGes2p6nGAtD45 { width:0.0625rem;height:0.0625rem;top:6.8125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqytug9g3C1pOqRpCdgOcTHs3gkW0Mms { width:20rem;height:11.375rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrmux0VuBBPFg76L7hM3twHEuJbvJot4 { width:17.49925rem;height:5.735675rem;top:9.0625rem;left:1.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ab851C3QZ1UwN6MhWFdHXsqk3NNJ1AKb { width:17.4985625rem;height:1.69921875rem;top:15.4375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yaWu4evAIH2vOqok0KnPeqPIFFXp95fc { display:flex;width:1.9987rem;height:1.9987rem;top:7.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tGdosznTiXNa9EqItsGFSAkgr332w5wB { width:19.99925rem;height:15.6871875rem;top:19.328704833984rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJXOfk7Fpk3pCfEB3xubMtAR3TVq9EBO { width:17.49925rem;height:11.471375rem;top:21.4375rem;left:1.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f9UfWGRohZHKITeVtSaORqLPBTTqmUXA { width:17.4985625rem;height:1.69921875rem;top:33.159001350403rem;left:1.6239873170852rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JM4spBRbaLqBMtOzJwAUMyXDZDFfcDgC { display:flex;width:1.9987rem;height:1.9987rem;top:37.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HxiSuXlxk0LaeH0FrM2mTO6mvQkKZ2Qh { width:20rem;height:15.75rem;top:36.187133789062rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(69deg, rgba(221,149,100,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(69deg, rgba(221,149,100,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(69deg, rgba(221,149,100,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(69deg, rgba(221,149,100,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd956433', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd956433', endColorstr='#00000000' );";background-image: linear-gradient(69deg, rgba(221,149,100,0.2), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JGhZ78O9q5nXC2wr5rRUko5ltFkiI01w { width:17.49925rem;height:11.471375rem;top:38.5rem;left:1.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TlvNanTLGKCoAZn4gU6yiAyFzpgo4E2F { width:17.4985625rem;height:1.69921875rem;top:49.908857345581rem;left:1.6239873170852rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I2KlgpItWisTETfKD7nVdRpCM3Q9chtI { display:flex;width:1.9987rem;height:1.9987rem;top:20rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JNPWDlV7BFSPc4oKtK02Eqv4OdzrLIIo { top:59.24986076355rem;left:0.62355327606201rem;width:18.7485625rem;height:0.311776875rem;z-index:15045;background-color:#c89f04;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FvFe2BkL7IDrMo57TI03gcGCS4CMIu8E { width:17.436375rem;height:3.37456875rem;top:53.912776947021rem;left:1.2803820371627rem;z-index:15044;background-color:#c89f04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEgPkmSzWwT4eGlCkz49lMHPu8mM8gtf { display:block; }
 }@media only screen and (max-width: 763px) { #I7fHatb24SUDhJtHBSg9aMwbNWRBp7ef { width:19.9985625rem;height:1.69921875rem;top:61.435913085938rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #c4G3LtVaq2wPvQGETit5dDgds2XzwzlO { width:19.9985625rem;height:2.8002rem;top:63.697921276094rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 .accordion-desc-text { font-size:0.875rem;height:auto; }
#nshnwGK48rW5SNFbd6vcq47U33HLO5b2 { display:flex;height:auto;width:19.9985625rem;top:68.122838020325rem;left:0.00072342157363894rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #VNcaWi2PNb3zLFsTgTm0wgxERHKeroIc {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #zJHoAvKaXKmfUdKRk1ETTPuNFZcmbT0Q {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #ii68Idwsi8rmH4PuyagHExMyCIaefyEr {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #askQwkNSp2axhpCRV5a5abZnDWfmKFJ3 {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #GlFVNzzDW71AC1ocesJ4BE271UvRw2Ku {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #PUEXvZtZHlb5XM624EcX3FgihRsxPnGA {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #R31XrbNVczzLTaHXQa7yIJmOwTunLtl9 {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #fzCzZROevIWdTlVLqCswamtXtmD8TinD {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #XTVqrqLCKuqmOoFgpdArViT1Zrr2U5Ng {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #iq75Q9TK2sTBAkerH1WNwsnsS8bxqQbq {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #OrmLQQueBeG9sOf9PIl7cR72P2Cb81kc {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #e1NtelMqRDTlJ3TmTFlEdTXHlvpfCoh7 {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #zPw6vr4zO78UAgdIuSLTONgSUPTXsdpr {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #JOSxHUNc6R4xi7D5WA1Cz4l4tCsu45EW {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #SHD19d7KZLvbW1snG874FNZ8ugEma7Gw {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #V5pL8U2HxrnKEULMkV8S8twaDXTnXvK8 {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #TopCe1MV6ilUGN7MF0FMRdORNWhVmFHe {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #GpHbTSf0rwOi4cZNzlCROcTrUfhvoHSr {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #qeqtQshoZSIBFQ0AAa3My2uvAMzSBxui {  }
 }@media only screen and (max-width: 763px) { #nshnwGK48rW5SNFbd6vcq47U33HLO5b2 #Shn261Ic0JJIIAHK0hb5q0d5WlCwt5mP {  }
 }@media only screen and (max-width: 763px) { #FcgdSTl52ACG04lN3TFB5QLnyWUH8VAQ { width:19.9985625rem;height:;top:124.69690704346rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15015;color:#c89f04;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #DHiDNBqLJl86J1F8fLzxgFkUT46TkPXq { width:19.9985625rem;height:8.311625rem;top:139.82060623169rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15016;color:#f7f6f2;display:block; }
 }@media only screen and (max-width: 763px) { #wx6vq1A3gvi2WyblbWsCKHLupxp62SGm { width:17.436375rem;height:3.37456875rem;top:149.65929222107rem;left:1.2803820371627rem;z-index:15045;background-color:#c89f04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFgGavursTZ7WORpUGEAsWiDhmglnp9b { display:block; }
 }@media only screen and (max-width: 763px) { #xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE { display:none; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { width:20rem;height:195.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TrcBXnRqvNzodpDbncloO6FlTZzB6xI2 { width:19.9985625rem;height:1.69921875rem;top:1.9986333847046rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WfTBMEhk3n3GNXEUCTDCm3TB5wmvDHlw { width:19.99925rem;height:2.8002rem;top:4.19849375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kkrUoRi6WxbWZaVqTVb7HPNPqo4c7Paq { width:0.0625rem;height:0.0625rem;top:160.96356201172rem;left:9.7497106790544rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlUBypEPJnaGmTZbyP2vz9lwhpId87EB { width:0.0625rem;height:0.0625rem;top:128.46502685547rem;left:10.062210679054rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHQ6ftspn2Tnr6OuhhRlWUh9sXoCifWZ { width:0.0625rem;height:0.0625rem;top:95.966491699219rem;left:10.062210679054rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7RaLGikahuA7OmZyVSEef5wpGuP8nWE { width:0.5rem;height:0.125rem;top:63.467895507812rem;left:9.7497106790544rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-desc-text { font-size:0.875rem;height:auto; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 { display:flex;height:auto;width:19.9985625rem;top:8.247975rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #z6q6T3rfyR26t98ymBu6Tod9gAZhDEOO {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ZSfSIyRwdUsbbTGOAeUDnvSg6kQFTvTP {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ryE3G6aGQld8ag40J2APERIzb19B1c4U {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rrSHfPtWsHaOq9tcHvr5lruc5hlTQBq7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #AdcxqQgZCQzauTmEx53dZRpTByn2vysK {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bWv2LymbkbmcOym1EToyx2foZymPkCUN {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #CLkGkRXZ7yTsIk5nGvleiCEx3iUd8SSF {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #MFnCSzsWCDivJTqtlwg4T7TfOwDKwWs9 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #kruPCw5fLncBnLfxbaZMb8hE00dH9Me7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rNE50VVMo3qGfxygwFewIzMQFz2iotmJ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #E5LzFsAXGAKAIaw1DpF7IXnSIFy56TGQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #mtzoJTZrHiciTR7KrIgdkfGzPtmbrTpl {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #TtDhN9FGoToTJ1ayarDTNBvcuE3IWseQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #eLX0mHCconHpcEbhxcAa3Rhw0L0VzCfI {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bMieLTFcPk6OmnuMkxgLJRepTOHNULp3 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #Vnd5cVSsJe5eiIyl0oO9dobBLpLNUOOG {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #dtz5GIZxIRhRXnMHuLKIFt53qJdhuGQ8 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #cbQiCiozluIV55WqpsHLp8TEfxEZd3WE {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #dXfJB8bZQ2eMLptmnEiypEF6xyk4DWnB {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #npKqws2RTSdU7Ia1nttgfDAsounhMmXk {  }
 }@media only screen and (max-width: 763px) { #Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z { display:none; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { width:20rem;height:138.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LKTi4lA7QIhNzU48dvhNB5LDARJdtons { width:19.99925rem;height:8.400625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #owyTGDz8G44BuKiarHdvCvasspKoRH9E { width:19.99925rem;height:6.796875rem;top:125.894875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmhWRdzsMRG0aF70hPxW09XOT9yifzwh { width:0.499855625rem;height:27.49925rem;top:10.900625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvTNnacMpnRAMOD7B5DxwvxQoqzuX34o { width:0.499855625rem;height:27.49925rem;top:39.6491875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #larfyowCSUruKot56cFXReTHtGZWP6AU { width:0.499855625rem;height:27.49925rem;top:68.39775rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSC21LvkV76N23ToHC2nhZxqneRwBdnU { width:0.499855625rem;height:27.49925rem;top:97.1463125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y70dWLHMvA3CtmsVrnohTmNkS7GCFUWW { width:17.4375rem;height:3.375rem;top:133.941rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZznUVD82Rd9n4HtnPNZLFd5yVv5N5W1 { display:block; }
 }@media only screen and (max-width: 763px) { #QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa { display:block; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewUlh4FvtAETAeUC3auCtlZQC3DKA0XT { width:19.99925rem;height:3.3984375rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pRSoBD0Fl3HSGeXF18Z9SZceSu5SZhLN { width:5.24956875rem;height:1.69921875rem;top:5.896980078125rem;left:7.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PUGVmShgwGsWozdzOryD4GmiCIwZ11Ux { width:5.18735625rem;height:1.69921875rem;top:8.845473828125rem;left:7.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }