.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:246,221,233;--color-primary-1:225,141,180;--color-primary-2:194,27,105;--color-primary-3:97,14,53;--color-primary-4:29,4,16;--color-secondary-0:254,229,222;--color-secondary-1:252,168,145;--color-secondary-2:249,81,34;--color-secondary-3:125,41,17;--color-secondary-4:37,12,5;--color-tertiary-0:255,255,255;--color-tertiary-1:251,251,251;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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:#731143;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); }#ou96rAzGWBo0nLBeFN8KyZWL63uVtv0G { position:relative;display:none; }#ou96rAzGWBo0nLBeFN8KyZWL63uVtv0G { border-width: 0; border-radius: 0; }#ou96rAzGWBo0nLBeFN8KyZWL63uVtv0G > .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; }#ou96rAzGWBo0nLBeFN8KyZWL63uVtv0G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;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; }#UlZQfsyRwZvdFdWdJMmHGeiH5i8EcVSK { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.8125rem;left:28.0625rem;display:none; }
#sH8oEKTai0koFKwKfUdOD9LMCrkyXlTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LRaTUy1qa65e8n9pTQJtvsnCxZnyOkc3 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.8125rem;left:35.1875rem;display:none; }
#aEDb9dcSXE1pXw4B97VxFczLtosGPqfs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iDnWmxx4dpCCVG501BXoWDtIssk55yZ8 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.8125rem;left:43.75rem;display:none; }
#qCm0AcPSX6hx7LyJvfTL2qc92cE8rzwH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vmg5fMpS2wbGBvURLx93NAgMnfSpWlBW { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.8125rem;left:17.25rem;display:none; }
#yA1TPGiGtzlgkIXSvJgDmk7xn1N9Wi3i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b6CPANva1Q0JVdr2aSzWebbLNQ3Cks4E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#sPo0QO0bLDqbruTDKKXbVKyaKeG2ENNi { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:6.6875rem;top:0.59287405014038rem;left:0rem;overflow:hidden;display:none; }
#zNhuTHVx1vgcnWkQOwdb5yte4HTlov5c { background-color:#e7c267;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#1d0410;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8769375rem;height:3.625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:18.748046875rem;left:57.623046875rem;display:none; }
#FPHxmS8HnRQ3vGo64ONTkMXNKIfy7TRh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ABtplRoCOy5OW8oeToSTw7HW7IixDi9V { background-color:#e7c267;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#1d0410;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8769375rem;height:3.625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:18.748046875rem;left:57.623046875rem;display:none; }
#TG33rMXr71XQB7Qqwws1peAXNsXsDbBL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oUAOUylWwgytl8TxGJlw17kGrXlRedZH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9007f;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container { background-color: transparent; background-image: none; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container > .video-iframe-container { display: none; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row > .video-iframe-container { display: none; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .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); }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container { border-width: 0; border-radius: 0; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#yCKXFgqVd94963U7PanFFaHcIHxbe76z { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.0625rem;left:18.6875rem;display:block; }
#ZWdVW4OgW94vghRy8xdloK4s6DyptTht { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LCJXNALvnLlniNSEshH88xa8wTJ4WGCZ { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.0625rem;left:29.5rem;display:block; }
#Bcv4OFgmfwJyIeQwltwPewRTGTBfccBg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AhQLEa0Stiwdoifv2QWJHsTPZFBPPn8V { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.0625rem;left:36.625rem;display:block; }
#ERFkA8Xg7eKlOsbg3ufZPDOUGWdm5xgi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kZRbd5nmTUrdWkR88NeR2zmugQOO02fJ { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.0625rem;left:45.1875rem;display:block; }
#O5ibXaKOygDE4qqXmln6oXCRTIHLERn7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R56oD5xl9fP703xwi4ELo6FTDtwLCIIQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#R56oD5xl9fP703xwi4ELo6FTDtwLCIIQ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#CdL08yK30hHKfqscxMB6UUg9OdTT4Uho { background-color:#e7c267;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#1d0410;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.56277125rem;height:2.68779rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:1.0922899246216rem;left:65.375288486481rem;display:block; }
#MVxyJa440JvxLqxWnzIT3r2Ttm9sUUmc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OT3ZZ1Q76cFZQkQ814gPJTzbdKFGGBvZ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.9375rem;top:0.28125rem;left:0rem;overflow:hidden;display:block; }
#Aw8C3vOB52acmTc2HwvAVMOZbdvS83Ae { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.6875rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:1.125rem;left:52.625rem;display:block; }
#HedhrsktbJlsgkBwfKAuX6T4btwh6dSS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 { position:relative;display:none; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 { border-width: 0; border-radius: 0; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .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; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;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; }#Lm9SW1EmsUFsf5zpX0Q5Vgq1FhskHHc9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#kZpiUBE9K9eV1XeVt92R00xOwgBGGJXl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:10.3125rem;left:5.4375rem;display:none; }
#cylnPHg8oJiV5LiZ2k7leyJUGniAAzzm { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:6.6875rem;top:0.59287405014038rem;left:0rem;overflow:hidden;display:none; }
#EWAP2XFImDO6xOrBH4omCFqrwd0x94lE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9007f;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; }#EWAP2XFImDO6xOrBH4omCFqrwd0x94lE > .row .container { background-color: transparent; background-image: none; }#EWAP2XFImDO6xOrBH4omCFqrwd0x94lE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWAP2XFImDO6xOrBH4omCFqrwd0x94lE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWAP2XFImDO6xOrBH4omCFqrwd0x94lE > .row .container > .video-iframe-container { display: none; }#EWAP2XFImDO6xOrBH4omCFqrwd0x94lE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWAP2XFImDO6xOrBH4omCFqrwd0x94lE > .row > .video-iframe-container { display: none; }#EWAP2XFImDO6xOrBH4omCFqrwd0x94lE > .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); }#EWAP2XFImDO6xOrBH4omCFqrwd0x94lE > .row .container { border-width: 0; border-radius: 0; }#EWAP2XFImDO6xOrBH4omCFqrwd0x94lE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EWAP2XFImDO6xOrBH4omCFqrwd0x94lE > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f9007f;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;overflow:visible;position:relative;display:block; }#XTUdxBp2XshTFKDQsNxOW5spB4TDU9gf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#GmuUUwcCAgBEDFZLGWK6814QIsh4oTua { z-index:15003;top:50.875rem;left:21.3125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#fXL0rLZ2JTdJ6zWnz09G33XzEPKRuQ20 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uzOuTOVWnH4xnwWTPr02MZepisRixBcZ { background-color:#e7c267;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#1d0410;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8769375rem;height:3.625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:18.748046875rem;left:57.623046875rem;display:block; }
#IGJHxdzlqAdUk4Ck59WnmexVq6u1WmS6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vJ2lQe0qqtuMPOTuGcMI7Mkpsbyo98ax { color:#ffffff;display:block;width:35.749875rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:8.8125rem;left:0rem;height:4.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ysCTZR15sf6vKBkJ5KV1aOQs8iEDG8H1 { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.375rem;left:57.6875rem;height:2.3556875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lt3oWxd5l3NJRcraBntCsOEvyxvMq1f6 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:13.6875rem;left:57.6875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#onS01GkS2U8wsA3EyrpNXxoMQ76GSe8G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5620625rem;width:2.5620625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:10.1875rem;left:53.9375rem; }
#Zksu8Mr2U3IS3VOxQXucZ35p9HUqkDIa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68691875rem;width:2.68691875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:13.5625rem;left:53.9375rem; }
#SmQrMTPx8b9qKtT1asgu08qyt8Rltxqx { color:#ffffff;display:block;width:14.812375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:36.6875rem;left:2.375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wuTfuviVLTXqPhaVCKK8a2lf5EkFUFK3 { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:36.6875rem;left:21rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yhXuOLdAnaF7dEKbUxKwQepKTmpd5SdQ { color:#ffffff;display:block;width:3.8125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:36.6875rem;left:36.0625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aogxvBbyLPT21ql0uOcxwivhdcc9TgGX { color:#ffffff;display:block;width:14.8105625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:36.6875rem;left:43.0625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tfr28ocSvUURq6ta8K3lUA12Zm33cJ8s { color:#ffffff;display:block;width:14.8110625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:39.125rem;left:2.375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rKgIKpfIv2ItaOvTTkSOdlxffI6Pe3sC { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:39.125rem;left:18.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#El7lNOUwcFyKzP8seTEUdBJDBodMKtl1 { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:39.125rem;left:32.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fFfZAuc84c60faMHZm0mcpyPWXy8cRHq { color:#ffffff;display:block;width:14.8105625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:39.125rem;left:43.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s7WIJ5WvGDTXwXZ8uvgKqCtdCmqPVAnv { color:#ffffff;display:block;width:14.8105625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:36.6875rem;left:57.8125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qQTuMBPtKNyDBnw5Z940K88HadeSp1DQ { color:#ffffff;display:block;width:14.8105625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:39.125rem;left:57.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ViwrhFdV6slxduazJnvII6nDRZIIJpx4 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.7490806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:20.3125rem;left:0rem;height:1.5629875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZAK7bLezDysyD3HLXJ4q9eGDFc0MHt6L { box-sizing:content-box;height:8.3125rem;width:26.5625rem;position:absolute;display:block;z-index:14999;background-color:#6a816f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:48.37428855896rem;display:block; }
#WGPLU5cTmvNzUxga0NRb5G74UJ627AzH { color:#e7c267;display:block;width:35.7493125rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:13.25rem;left:0rem;height:4.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lbr3mB1r19wuG3QrzinxEgb7XOkELx70 { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5rem;width:29rem;top:0rem;left:27.1240234375rem;overflow:hidden;display:block; }
#JFu3HhahVuES4Z2WFVWAnH7TGwxtDVLZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.811rem;width:6.811rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:30.8125rem;left:6.375rem; }
#XqZSfIhzIKdor60Hs9lHUuJmQBFaAVe7 { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:3.5612rem;width:3.5612rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:32.4375rem;left:22rem; }
#vePqmCGFtQ5w2Vtv9TMKUwiDOadAJQK1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:32.0625rem;left:36.0625rem; }
#FX4DOGS2ks7DrluHepOK8QS1G0ZkDBRu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:32.0625rem;left:48.4375rem; }
#Z0hQ8nNorRJI21movk2Ue4eJdZG5Kv2E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:32.0625rem;left:63.1875rem; }
#PoV0wF3iqPLnQokEq8IzvipRcZO5u3rg { box-sizing:content-box;height:9.375rem;width:0.124783125rem;position:absolute;display:block;z-index:15044;background-color:#e7c267;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.1875rem;left:16.1875rem;display:block; }
#dsLM53rdt28sKV5DFu4vCPVnETQebL9W { box-sizing:content-box;height:9.375rem;width:0.124783125rem;position:absolute;display:block;z-index:15045;background-color:#e7c267;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.1875rem;left:31.125rem;display:block; }
#leoX5moxCf403u5hNyvVqJ41ZWH8G6I5 { box-sizing:content-box;height:9.375rem;width:0.124783125rem;position:absolute;display:block;z-index:15046;background-color:#e7c267;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.1875rem;left:44.3125rem;display:block; }
#pwCTsOfAD3GHR4kADSSEvH85WXusasMg { box-sizing:content-box;height:9.375rem;width:0.124783125rem;position:absolute;display:block;z-index:15047;background-color:#e7c267;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.218316555023rem;left:56.443147659302rem;display:block; }
#DV4QqfT9uRGtkyxnk04IxWifkfVF91ym { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#CBP5PB3Wlwth0P3kVaVFpaTZcPOV1aC0 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#qpdQTayf52tkvw2C0TN7e45LrZqmesQH { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Z0lnO0FcvMpdJXG63XsAV1pv8BM9m8cE { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#WyZNf1XE6d2hsWU1H9woZmnDXwQ2vEns { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WyZNf1XE6d2hsWU1H9woZmnDXwQ2vEns > .row .container { border-width: 0; border-radius: 0; }#WyZNf1XE6d2hsWU1H9woZmnDXwQ2vEns > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WyZNf1XE6d2hsWU1H9woZmnDXwQ2vEns > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;overflow:visible;position:relative;display:none; }#zp77Ox6i9LOwq2eIBqJLKJNq2WX0qmQt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#i2QnysIHoR9EwpGcAtLUiinKw8DcNu8r { z-index:15003;top:50.875rem;left:21.3125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#hc8lUNbcA93IMOCS57z4b4Wzo1ADo3UU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IR7bBTQN0G1L2czGbFBuVukgJuz2WHh7 { background-color:#e7c267;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#1d0410;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8769375rem;height:3.625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:18.748046875rem;left:57.623046875rem;display:block; }
#G3nyGlUEZoLPrVKeG0ZJOyPzdwNlW3oA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sHJMnDdzm8caildOzG3UCRaAGMmpC7UX { color:#ffffff;display:block;width:35.749875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:8.8125rem;left:0rem;height:4.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I8hfUi0k0xXfmZMeGmtfA1RGTKKL8mdG { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:10.375rem;left:57.6875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#awJl78lWn7yUMvROwk0LUBEkmB1FIlb8 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:13.6875rem;left:57.6875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MrK58WXwat0qQF054I1RpRRU6S2QOpTT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5620625rem;width:2.5620625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:10.1875rem;left:53.9375rem; }
#Q1b0Hyd33tebLBeb7Z1vkFypcbDf9xRD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68691875rem;width:2.68691875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:13.5625rem;left:53.9375rem; }
#KEi5DwnfT1gb7kUIWGESEPBkXuvusDiH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#FqT2VVO153iv1p9HxkGskJuWgocn7u0J { color:#ffffff;display:block;width:14.812375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:36.6875rem;left:2.375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gHDH0TaJgyeJqXNnoG39wVhgoEx70ZXH { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:36.6875rem;left:21rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dm3TTQohBFlbgIe0J1BLgsNHgb124Xfu { color:#ffffff;display:block;width:3.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:36.6875rem;left:36.0625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TE9gX76rFLCo73hXFPbWig8NvaTHba6c { color:#ffffff;display:block;width:14.8105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:36.6875rem;left:43.0625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UzMyOZ8dc5cO3DkWp3TnXoWxF75oLkX4 { color:#ffffff;display:block;width:14.8110625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:39.125rem;left:2.375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RaVvGxHGzTEo7WiQpd1Lw3lRWfGKNIXJ { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:39.125rem;left:18.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aTJv1UPLBz9B95oRoOCdlPxhAZOcslw3 { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:39.125rem;left:32.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sE4LCMbPipcl2i5N5K8gmwwsUQNLGdd7 { color:#ffffff;display:block;width:14.8105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:39.125rem;left:43.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kb4dSGRtXzV3uGmXLJHq5vdp5v1rbbU6 { color:#ffffff;display:block;width:14.8105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:36.6875rem;left:57.8125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DRQNNMfBHDC2DB3aiZMd5LxTIalyMHKe { color:#ffffff;display:block;width:14.8105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:39.125rem;left:57.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lxWenZQP7eeemurbTJ4khZxIDwkrOVue { color:rgba(var(--color-tertiary-0),1);display:block;width:35.7490806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:20.3125rem;left:0rem;height:1.5629875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r10h5eOToVTuVV5RBfVeTeNfbyWzXowS { box-sizing:content-box;height:8.3125rem;width:26.5625rem;position:absolute;display:block;z-index:14999;background-color:#6a816f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:48.37428855896rem;display:block; }
#Vt3VSouTDquctlBeycauLV7h7FiN5zgq { color:#e7c267;display:block;width:35.7493125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:13.25rem;left:0rem;height:4.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vp9SeuX6ogVbHx6tbuQvqTPMc0LwLycq { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5rem;width:29rem;top:0rem;left:27.1240234375rem;overflow:hidden;display:block; }
#H9F5HsskJpupaOa10hOU1ia3aLM6Jmud { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.811rem;width:6.811rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:30.8125rem;left:6.375rem; }
#oudy8a8NeiCU1FhBAK3dVsgeUmEK2rg4 { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:3.5612rem;width:3.5612rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:32.4375rem;left:22rem; }
#VJ7Zkf4dmqGWVIr2KUcSgNhtwXTcC2tv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:32.0625rem;left:36.0625rem; }
#FSaHf0Qqxqr1ewRkX8VbFTK3E3CK6tH9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:32.0625rem;left:48.4375rem; }
#fBuWXw0vwXRnKxQEtF1lALiym80UfVKs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:32.0625rem;left:63.1875rem; }
#iAz74ZJD0exgoRvn47ibXQQb2IvGqgRz { box-sizing:content-box;height:9.375rem;width:0.124783125rem;position:absolute;display:block;z-index:15044;background-color:#e7c267;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.1875rem;left:16.1875rem;display:block; }
#y0QvpGBxlxk46FoifvLWwi51lbkJITBG { box-sizing:content-box;height:9.375rem;width:0.124783125rem;position:absolute;display:block;z-index:15045;background-color:#e7c267;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.1875rem;left:31.125rem;display:block; }
#azKBJ2tTaFTf7nFOAMVtJEx0Qo4CJ0c9 { box-sizing:content-box;height:9.375rem;width:0.124783125rem;position:absolute;display:block;z-index:15046;background-color:#e7c267;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.1875rem;left:44.3125rem;display:block; }
#Uk4PGHywi3TlqkhEIysfq8sLyfXmgq4g { box-sizing:content-box;height:9.375rem;width:0.124783125rem;position:absolute;display:block;z-index:15047;background-color:#e7c267;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.218316555023rem;left:56.443147659302rem;display:block; }
#hQAvtCTeBToSKH30Ukk339C7Jh7OdT8A { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#e9rzxF6wCTD1gdV3xk4P34IpM9KBsNT0 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#iTULB6fUcdif0ea4g2otPcoyTEDdIhC4 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#TznFWptkCmiMIELTAAZ4uTRGk8aHSqd0 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container { background-color: transparent; background-image: none; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container > .video-iframe-container { display: none; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row > .video-iframe-container { display: none; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .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); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container { border-width: 0; border-radius: 0; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#di82fsENnUxfHZEJqQWOSAhWTnqkQEMr { color:#f9007f;display:block;width:51.186rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.4826316833496rem;left:0rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Swy2HeWJXSVRVZfZadhakoZTr7p21bNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#Swy2HeWJXSVRVZfZadhakoZTr7p21bNB > .row .container { background-color: transparent; background-image: none; }#Swy2HeWJXSVRVZfZadhakoZTr7p21bNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Swy2HeWJXSVRVZfZadhakoZTr7p21bNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Swy2HeWJXSVRVZfZadhakoZTr7p21bNB > .row .container > .video-iframe-container { display: none; }#Swy2HeWJXSVRVZfZadhakoZTr7p21bNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Swy2HeWJXSVRVZfZadhakoZTr7p21bNB > .row > .video-iframe-container { display: none; }#Swy2HeWJXSVRVZfZadhakoZTr7p21bNB > .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); }#Swy2HeWJXSVRVZfZadhakoZTr7p21bNB > .row .container { border-width: 0; border-radius: 0; }#Swy2HeWJXSVRVZfZadhakoZTr7p21bNB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Swy2HeWJXSVRVZfZadhakoZTr7p21bNB > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;position:relative;display:block; }#QHqKSx50Vl7DRxcSqSms5AXa849FtXG9 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:18.25rem;width:21.625rem;top:4.3125rem;left:1.6875rem;overflow:hidden;display:block; }
#q1WZff72m7rdVQGdTLelCPvCXh9n51i7 { color:rgba(var(--color-primary-4),1);display:block;width:32.873125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.0625rem;left:37.5rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pF46WPK3ZTSrXzlxCJSqU7JlSAmbv5NR { color:rgba(var(--color-primary-4),1);display:block;width:32.873125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.5625rem;left:42.1875rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l7qlE3co8bAnpPi2fkERHf5GETxNWbuW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.875rem;left:38.5625rem; }
#lgPRwi2FJE7ZbSJbxb0xVZEkzfevEIu7 { color:rgba(var(--color-primary-4),1);display:block;width:32.873125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.75rem;left:42.1875rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hZ8CHvLG3t4tz0xnNch8K5CKooFxqonD { color:rgba(var(--color-primary-4),1);display:block;width:32.873125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.5625rem;left:42.1875rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#baENDl6oRzxCUfXmR30ZecTHzbaqHciG { color:rgba(var(--color-primary-4),1);display:block;width:30rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.9375rem;left:42.1875rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AgACTckWl8UuTaR1iZTEMUO9BQ6JhxUt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.74970625rem;width:2.74970625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:12.125rem;left:38.5625rem; }
#GhLuIgt1QzfCUd4a60sNGQAuKK9HmMRr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68691875rem;width:2.68691875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:15.9375rem;left:38.625rem; }
#LcCmGVFXNeimDWTDQ2pvBWyCk3V9rPP3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:20rem;left:38.5625rem; }
#Seix9E4NVx1WWrO9M9JUfRl4guwhbPdo { color:#f9007f;display:block;width:28.624125rem;position:absolute;font-family:"dancing script";font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:25.375rem;left:38.5625rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#soCaP7sVKhWRNIDRwh9sihUvOrdoF6Ua { box-sizing:content-box;height:20.625rem;width:0.3125rem;position:absolute;display:block;z-index:15013;background-color:#f9007f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:35.625rem;display:block; }
#hy39ER4JwW6n6wLEEL6Cv05rHU7R8XRE { color:rgba(var(--color-primary-4),1);display:block;width:32.873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.0625rem;left:37.5rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#xWpef1Kb0umTNDcDGOiesf4OB6e4y1dM { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#bEvhrkqgeXEtF12Bd0Kw8kdFVrnMzNTn { color:rgba(var(--color-primary-4),1);display:block;width:32.873125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.5625rem;left:42.1875rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#970051;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; }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row .container { background-color: transparent; background-image: none; }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row .container > .video-iframe-container { display: none; }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row > .video-iframe-container { display: none; }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .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); }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row .container { border-width: 0; border-radius: 0; }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#CoGHBwfnEP776t2b4IoJtmu6XsuvWsCW { color:#ffffff;display:block;width:51.186rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.2970924377441rem;left:0rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#970051;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; }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row .container { background-color: transparent; background-image: none; }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row .container > .video-iframe-container { display: none; }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row > .video-iframe-container { display: none; }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .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); }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row .container { border-width: 0; border-radius: 0; }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#Glx4ydNFgTkvFagfKxSP9owrTEPhmHzH { box-sizing:content-box;height:28.375rem;width:17.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6.3125rem;left:3.8125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Tutdc58PioC5yTzi0hqwyTwAchQl8uwg { color:rgba(var(--color-primary-4),1);display:block;width:15.186625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:23.5rem;left:4.9375rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QxtHeqOmeuvcZEORJIJ8x9A7JWlzEZiO { color:rgba(var(--color-primary-4),1);display:block;width:15.186625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:27.375rem;left:4.875rem;height:5.19965625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UnlE1Q2fOt66PtOsEmhSLdM4PzZZS6Ze { color:rgba(var(--color-primary-4),1);display:block;width:15.1855625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:23.499350309372rem;left:29.906686782837rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M8iLZHTni6hmDisLr7zlcwKZeQZz0z44 { color:rgba(var(--color-primary-4),1);display:block;width:15.1855625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:27.374134778976rem;left:29.906686782837rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BaI66bkKiM2K73XUyTyCODB3qICNibTv { color:rgba(var(--color-primary-4),1);display:block;width:15.186625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:23.499349594116rem;left:54.905603408814rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aaVCIE6W0n3Of5DnCRUXhFQxAUaaWSsn { color:rgba(var(--color-primary-4),1);display:block;width:15.186625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:27.374132156372rem;left:54.906686782837rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NXEXBZ8gRxUTLHPN25602VCoLWZT5hz3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.68706875rem;width:3.68706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.6931419372559rem;left:10.655382156372rem; }
#Q7Jrg4kFqzsf5pJ9M1fWUvNHMi1OF3A5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.18728125rem;width:4.18728125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.4403235912323rem;left:35.404733657837rem; }
#oXdgX9vCM2Rryhgh3ErCUsNmqWClAgCl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.18728125rem;width:4.18728125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.4403209686279rem;left:60.404733657837rem; }
#lNbLPrRGCbw0ynbGuPfpHNgCTfi6Cx0e { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:15.375rem;top:10.884332656861rem;left:4.7808170318604rem;overflow:hidden;display:block; }
#OXpzXPONHXBinoWogFB8FH05o1scsPsV { box-sizing:content-box;height:28.3745625rem;width:17.374125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6.3802087306975rem;left:28.812936782837rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#tlHSBCIL3516e5iPrp6QoB1DnieqgwAT { box-sizing:content-box;height:7.249375rem;width:7.249375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#6a816f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.1697053909302rem;left:33.874784469604rem;display:block; }
#TA9lPeXxQ01MpMKTL7zqmgkscFsDWCgn { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:14.875rem;top:9.6022729873656rem;left:29.779829025269rem;overflow:hidden;display:block; }
#TDmQeQEvwNESskGkwERHtGAnHGXeUe5e { box-sizing:content-box;height:28.3735rem;width:17.3730625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6.3118495941163rem;left:53.812936782837rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#feJ8oGUwS3R7nb1Li1ugLBx1mT7qcNpw { box-sizing:content-box;height:7.249375rem;width:7.249375rem;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:15010;background-color:#6a816f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.1675338745118rem;left:58.874788284302rem;display:block; }
#xFrg7tzJD9gb5NCIcH8GmyXIlgr8LQGI { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:14.625rem;top:9.6983509063719rem;left:54.87522315979rem;overflow:hidden;display:block; }
#q4L6cmhcbRV5wT6fisq6RqfifvfTAWUE { box-sizing:content-box;height:7.249375rem;width:7.249375rem;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:15008;background-color:#6a816f;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.91037368774412rem;left:8.8747844696044rem;display:block; }
#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(151,0,81,0.6), rgba(249,0,127,0.65));background-image: -moz-linear-gradient(180deg, rgba(151,0,81,0.6), rgba(249,0,127,0.65));background-image: -ms-linear-gradient(180deg, rgba(151,0,81,0.6), rgba(249,0,127,0.65));background-image: -o-linear-gradient(180deg, rgba(151,0,81,0.6), rgba(249,0,127,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#97005199', endColorstr='#f9007fa5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#97005199', endColorstr='#f9007fa5' );";background-image: linear-gradient(180deg, rgba(151,0,81,0.6), rgba(249,0,127,0.65));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; }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row .container { background-color: transparent; background-image: none; }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row .container > .video-iframe-container { display: none; }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row > .video-iframe-container { display: none; }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .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); }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row .container { border-width: 0; border-radius: 0; }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#s4m92uOZu6BcTUsKSKbLfa8qqSy4uc4X { color:rgba(var(--color-primary-4),1);display:block;width:15.186625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:28rem;left:17.1875rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iRhkDzIq4ESg7cr2pwe22pEDePvLIems { color:rgba(var(--color-primary-4),1);display:block;width:15.186625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:24.0625rem;left:17.1875rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V4z8J9ELms97GxsmCKMRdmGXdnllUi70 { color:rgba(var(--color-primary-4),1);display:block;width:15.1869375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24.0625rem;left:42.25rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZtPHWb88ZvRFsWTVR2ls0m8fhdzxffqD { color:rgba(var(--color-primary-4),1);display:block;width:15.1869375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:27.625rem;left:42.25rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LwmyDiMVAEGlAn2tyktJlTB9VyH3nUHq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.18728125rem;width:4.18728125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.625rem;left:22.6875rem; }
#XKyGAT2ZQUsxuBTbIHNNpfv4JPefg5ha { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.18728125rem;width:4.18728125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.625rem;left:47.75rem; }
#aFInQqval3OtA9vLuBOOB40eeGroVLy6 { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:12.8125rem;top:27.187499046326rem;left:62.187498092651rem;overflow:hidden;display:block; }
#xoDG7UzrOdovcPdbrPfVauTphJppMJS5 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:12.8125rem;top:3.623046875rem;left:0rem;overflow:hidden;display:none; }
#WS89DaDvOryU0ApJSxxvD7bo5fVMF9FD { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:12.8125rem;top:3.623046875rem;left:62.1875rem;overflow:hidden;display:none; }
#Rdb2GOenTDhDMrbf8FfJVru2dye7qoC0 { box-sizing:content-box;height:28.3745625rem;width:17.374125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6.75rem;left:16.125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ZGBSu79kkn1AlmgpwmRPA8HTa748Ny4S { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:13.625rem;top:9.625rem;left:17.9375rem;overflow:hidden;display:block; }
#nrP1mUVF8rJEhNdrCTXgt5ms4xvAdmIT { box-sizing:content-box;height:28.3735rem;width:17.3730625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6.75rem;left:41.125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#MlAlsV40A25heDHU9P6UeNUtvFQt7c5Z { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:12.6875rem;top:9.75rem;left:43.4375rem;overflow:hidden;display:block; }
#zMbrrXQNsI9LidnL7XO1a6kfBN26yMQo { box-sizing:content-box;height:7.249375rem;width:7.249375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#6a816f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.3125rem;left:21.1875rem;display:block; }
#nd9STo5yIx3UmKpuNBtAW3ObTaz38S9t { box-sizing:content-box;height:7.249375rem;width:7.249375rem;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:15010;background-color:#6a816f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.3125rem;left:46.1875rem;display:block; }
#tOJ9d2LnJ8xsqbVkLflxmocOaFLTK34K { color:#ffffff;display:block;width:32.8723125rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:40.6875rem;left:21.1875rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qGB6VtEVEy5wvDr7JiygL3MoWfdRKuTR { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:12.8125rem;top:27.187499046326rem;left:0rem;overflow:hidden;display:block; }
#T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu > .row .container { background-color: transparent; background-image: none; }#T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu > .row .container > .video-iframe-container { display: none; }#T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu > .row > .video-iframe-container { display: none; }#T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu > .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); }#T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu > .row .container { border-width: 0; border-radius: 0; }#T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:75rem;position:relative;display:block; }#weyffJgQd6g7WfGoz8BP95JkfhIpnBJv { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.125rem;width:18.3125rem;top:12.6875rem;left:2.0625rem;overflow:hidden;display:block; }
#Hf8GQ52pWf7mpWvIvVewMzwcdLI2kvha { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:15.875rem;top:12.6875rem;left:37.5625rem;overflow:hidden;display:block; }
#WlrpLnzVm0JcwRU7exPs9brNDN9neD4A { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:14.0625rem;top:12.6875rem;left:55.0625rem;overflow:hidden;display:block; }
#HZ6wXfZD67SOlysXvWdoV24rWQfp2t03 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5rem;width:14.3125rem;top:11.9375rem;left:22rem;overflow:hidden;display:block; }
#Vs98XTpFrxH1lzzx6P8sLWlrr9Ei7gt7 { color:#731143;display:block;width:35.06075rem;position:absolute;font-family:"dancing script";font-size:4.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.93641567230225rem;left:0rem;height:5.5244125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dyhnfgTa3H0MNCrSH3WWVLkrmKOyvfFr { color:#731143;display:block;width:20.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:35.9375rem;left:48.125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TtuTRfEKINsHu0lcxOXZ6cRyxAsxO63x { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:6.75rem;left:9.1875rem;height:2.3556875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LOkSQ0Qwm5T08tSiWGvPxP45vTfbvCHH { box-sizing:content-box;height:2.9367875rem;width:23.75rem;position:absolute;display:block;z-index:14998;background-color:#f9007f;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6.4595165252688rem;left:10.279651641846rem;display:block; }
#vgmIMn1TQ8FHNwkM3o3taTB1FzObVxDM { box-sizing:content-box;height:0.3125rem;width:21.875rem;position:absolute;display:block;z-index:15009;background-color:#731143;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.5625rem;left:47.3125rem;display:block; }
#ccly8ttK6tnLHqnquOCasIpZgo4trpMM { color:#731143;display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:33.625rem;left:49.0625rem;height:4.8739375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ytSUzy217kNGJPNkGpRppbUTTwuMqgvH { box-sizing:content-box;height:0.3125rem;width:21.875rem;position:absolute;display:block;z-index:15009;background-color:#731143;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.125rem;left:51.0625rem;display:none; }
#KCNU8u2VrSLW8q43WXXCzca9BBT2w5i9 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:15.8125rem;top:12.6875rem;left:2.0625rem;overflow:hidden;display:none; }
#nyQeZR7guh4V2k7skkPJET6VdMK9R90g { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:12.9375rem;top:12.6875rem;left:37.5625rem;overflow:hidden;display:none; }
#ZQ0PkOpLJCPclce3kLEb4oJP95CI13Al { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:14.0625rem;top:12.6875rem;left:55.0625rem;overflow:hidden;display:none; }
#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#970051;background-image:none;position:relative;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container { background-color: transparent; background-image: none; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container > .video-iframe-container { display: none; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row > .video-iframe-container { display: none; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .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); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container { border-width: 0; border-radius: 0; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row > .video-iframe-container { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#InlhwgWUiyUb3mzrARWSE7c5qRoJwSop { color:rgba(var(--color-tertiary-0),1);display:block;width:65.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.109375rem;left:0rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#970051;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; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container { background-color: transparent; background-image: none; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container > .video-iframe-container { display: none; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row > .video-iframe-container { display: none; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .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); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container { border-width: 0; border-radius: 0; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#FJTKTdaD4ohzIWcu8lHVif44DV4oBCPx { z-index:15003;top:17.6875rem;left:13rem;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.159535rem;height:3.0972225rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#W440c9QxTHnIwT8ciNsiZfW4iD0TQlQ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ew7yPradTiVWh0SbobU9sunOoof7LCUG { z-index:15004;top:17.6875rem;left:38rem;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iIXVTz3FlvfdzcDKwSKRQ8FFRirJmCXe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#duoLkOEDfdfRgdMaobHT0Qpy6N0dWrDV { z-index:15005;top:17.6875rem;left:63rem;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DlWBmSvz1XALEqnUlo0A6OXJTeNweTDo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xEv8F23tfoSp2TrFePqC5V69DVLHf3i0 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5619375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:21.542967796326rem;left:52.5rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O9lKZLanzVS3LAVC8WmxWUEaEecbfXOw { position:absolute;display:block;z-index:15085;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:18.75rem;width:15rem;top:2.0625rem;left:24.999109268189rem;overflow:hidden;display:block; }
#xIIZzQrTBQomdBX4gb7pDuR2AvVb3q5z { z-index:15003;top:23.903328418732rem;left:8.811331272125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.280979625rem;height:2.031248375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#fnpeggBXB1WeAQnaLkh80Jn4gNAqDRWT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RSHMispBt4TqIOJeA3Mc44q763q3LLPU { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#aq2ODZXV9sP9xNaDG39ZtTDDpsTAIx29 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#srt9kEUkDCFrHgJJw6QduymTuXhhU65b { box-sizing:content-box;height:7.249375rem;width:22.561875rem;position:absolute;display:block;z-index:15000;background-color:rgba(249,0,127,0.69);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:1.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#SkwpQThTgl2aR41uiLdg1B7GlPmJmTfM { position:absolute;display:block;z-index:15002;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:18.875rem;width:15rem;top:1.9655532836914rem;left:0rem;overflow:hidden;display:block; }
#S1XeEo88IqTT0nt5xpPLHu6iRwJJ8vLL { box-sizing:content-box;height:7.249375rem;width:22.561875rem;position:absolute;display:block;z-index:14998;background-color:rgba(249,0,127,0.69);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.621313095092rem;left:26.218534469604rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#OTWkbfn0oRUVNUaTxfnNhDz1UrORIrKV { box-sizing:content-box;height:7.249375rem;width:22.561875rem;position:absolute;display:block;z-index:15002;background-color:rgba(249,0,127,0.69);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.621311187744rem;left:51.218538284302rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#IogfWfh5sfxExGrSQMxskTn7SI4Naamd { position:absolute;display:block;z-index:15087;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:18.75rem;width:15rem;top:2.0898418426514rem;left:49.999998092651rem;overflow:hidden;display:block; }
#pkwStPmcuXmBO48VDXAsh0Ip3OhUEODp { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#N85lQnDkOaNlkUEbcxEX02gm5yIv0gx1 { z-index:15003;top:23.903328418732rem;left:8.811331272125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.280979625rem;height:2.031248375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#LLN9dTiDQSRSdHDmpf58LpqFCCSuzvwx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TxdQT63iSXPJ6RmaBeIKqh2J1wFfUtFz { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:21.5625rem;left:2.5rem;height:3.413625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#GvLAVbhDbOAaxa46M1oANaGBtliNiUnd { z-index:15003;top:23.903328418732rem;left:8.811331272125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.280979625rem;height:2.031248375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#W0iUiS6e6sGOo8DnkB1Zg1470Lmt0BoO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xcQX4mokahMBeWEXlNurit96mrxMUcvq { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:21.5625rem;left:27.5rem;height:3.413625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ngCafFWRq5Edo6Kkk4W9SGVZEaMcx1Ku { z-index:15003;top:23.903328418732rem;left:8.811331272125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.280979625rem;height:2.031248375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#N0E5v1b7zqqvXfQqgcsXoBo7mOPS7H3y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G31oKX0zMCbSaGkTUrbBCFgSgQs7Qfyh { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:21.5625rem;left:52.5rem;height:3.413625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#fE9i7bHa0UylAihiTyuJPCTqJLffSZ9U { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5619375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:20.685369491577rem;left:2.5rem;height:5.11816875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N3wW9R9HSB5vZEUQqvvlK4K5sT28d7xa { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5619375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:21.539416313171rem;left:27.498224258423rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#970051;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; }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row .container { background-color: transparent; background-image: none; }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row .container > .video-iframe-container { display: none; }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row > .video-iframe-container { display: none; }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .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); }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row .container { border-width: 0; border-radius: 0; }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#vLnDWZf4S9RbhZW0Dm6ur3o1wU5bBeaL { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5620625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:21.5625rem;left:27.5rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y2wmL6XT3Z0PhD9ON5c9SRbt4pnZaJku { z-index:15004;top:17.6875rem;left:38rem;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#G5MwfNSgoJohmtkM6HzRhbP5Ze8w0Slk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DHGSCXpmdSxTQo0RbTaQFK6JcbQeF2cu { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5620625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:21.5625rem;left:2.5rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zg9te9zrwb8EXsfR8w3hRaaqgb862XiN { z-index:15006;top:17.6875rem;left:13rem;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QQpvq6NATvFJMtOLDvc3VeNc76uyuDTA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EQ242GU6mJnUhifcmdEKhkMoX1h9301X { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:21.5625rem;left:52.5rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HFcpu8qbkKGoWi2i099mcTWLXiMkZ6Uf { z-index:15008;top:17.6875rem;left:63rem;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sfVE9fxtTRx47iTcEotOz4DXP1Fp2mfr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HG6esH72nGU6OiBwtdwpNssbhEGUN76V { box-sizing:content-box;height:7.249375rem;width:22.561875rem;position:absolute;display:block;z-index:15001;background-color:rgba(249,0,127,0.69);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:1.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#lq1aKVOQCtQ3Rz5yfJf4ha6XJSvVXuxH { box-sizing:content-box;height:7.249375rem;width:22.561875rem;position:absolute;display:block;z-index:15002;background-color:rgba(249,0,127,0.69);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:26.218534469604rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#MTVIQGP3POt2DKu0dqng93ciiFAT4UQN { box-sizing:content-box;height:7.249375rem;width:22.561875rem;position:absolute;display:block;z-index:15003;background-color:rgba(249,0,127,0.69);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:51.218538284302rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#EoI87WkJtft53P4FPusBXDSs9ra17dWQ { position:absolute;display:block;z-index:15086;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:18.75rem;width:15rem;top:2.0561237335205rem;left:0rem;overflow:hidden;display:block; }
#pvmeTUfGidJhGFsbG9zGBFdfKexHECLt { position:absolute;display:block;z-index:15085;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:18.75rem;width:15rem;top:2.0561237335205rem;left:24.999109268189rem;overflow:hidden;display:block; }
#ex61qDQpqkk3wqXJ9r409oPuKoxsB8od { position:absolute;display:block;z-index:15086;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:18.75rem;width:15rem;top:2.0561237335205rem;left:49.999998092651rem;overflow:hidden;display:block; }
#gMDeQed5BtvZyxZ3Uk8iUg588H7mZIQr { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:21.5625rem;left:2.5rem;height:3.41086875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TCaL8AhxAnJF68a7TV6RNy8HiBswNiVe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#970051;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; }#TCaL8AhxAnJF68a7TV6RNy8HiBswNiVe > .row .container { background-color: transparent; background-image: none; }#TCaL8AhxAnJF68a7TV6RNy8HiBswNiVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCaL8AhxAnJF68a7TV6RNy8HiBswNiVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCaL8AhxAnJF68a7TV6RNy8HiBswNiVe > .row .container > .video-iframe-container { display: none; }#TCaL8AhxAnJF68a7TV6RNy8HiBswNiVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCaL8AhxAnJF68a7TV6RNy8HiBswNiVe > .row > .video-iframe-container { display: none; }#TCaL8AhxAnJF68a7TV6RNy8HiBswNiVe > .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); }#TCaL8AhxAnJF68a7TV6RNy8HiBswNiVe > .row .container { border-width: 0; border-radius: 0; }#TCaL8AhxAnJF68a7TV6RNy8HiBswNiVe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TCaL8AhxAnJF68a7TV6RNy8HiBswNiVe > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#F1ABVyX98cRUGhSAbSzGQD1n3Rqy6lSq { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5620625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:21.5625rem;left:2.5rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gf26MvbB25cotNyuoCixSrirZXr0yqrW { z-index:15006;top:17.6875rem;left:13rem;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UMyQNSM4i0W3SCx0OIz6ODO3GAAL8As1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gZfaX7c2ytPCZFyHH5eF22d74tzUp0pI { box-sizing:content-box;height:7.249375rem;width:22.561875rem;position:absolute;display:block;z-index:15001;background-color:rgba(249,0,127,0.69);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:1.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#X0lm83E0eWbguppnz5uItDew3hL8cE7h { position:absolute;display:block;z-index:15086;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:18.25rem;width:14.9375rem;top:2.0561237335205rem;left:0rem;overflow:hidden;display:block; }
#xeTmKCUpUGwmRXxe5oLcog2QuXE23AFP { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:21.5625rem;left:2.5rem;height:3.41086875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#VrhSNPTXysdqfJLuwmETq8pcmBAPOlC6 { position:absolute;display:block;z-index:15094;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:18.25rem;width:14.5625rem;top:2.0625rem;left:25rem;overflow:hidden;display:block; }
#khc2oJ8pOW0nneJEk8KVWfDie16orsK1 { z-index:15014;top:17.6875rem;left:38rem;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#r8C09MERHvm9SXmTpStewpFUPORHtyNX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lyWqqixSbIugeQQs7k9vMJK73pbnWpkb { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5605625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;top:21.5625rem;left:27.5rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FRfFoaaTUJDOEqudlr6dvhgI8sHe8tTo { box-sizing:content-box;height:7.249rem;width:22.5615rem;position:absolute;display:block;z-index:15009;background-color:rgba(249,0,127,0.69);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:26.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#C9fME0UrKQvfH1uPANwEGrm6PtQJDklH { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5619375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:21.561634063721rem;left:52.5rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UKfQnNaxUGGatMkq6lGdTbE7Eqwzz04v { box-sizing:content-box;height:7.24875rem;width:22.56125rem;position:absolute;display:block;z-index:15007;background-color:rgba(249,0,127,0.69);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.643131256104rem;left:51.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#TFNxiViZ38MQAW0DcQMWlI1zDnMV3Ns4 { z-index:15012;top:17.6875rem;left:62.999822616575rem;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.03371625rem;height:2.97106rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#waC8tZxVFLzQs9vNLZhCMMt0VTEeOnib { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tcyTurXUWLVs4fQPu7wwOwAyr87BvU4R { position:absolute;display:block;z-index:15090;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:18.5625rem;width:14.875rem;top:2.0552196502686rem;left:49.999998092651rem;overflow:hidden;display:block; }
#P2MkHAr2X2fSzO9uWHWkWist3Ec5xi7L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#970051;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; }#P2MkHAr2X2fSzO9uWHWkWist3Ec5xi7L > .row .container { background-color: transparent; background-image: none; }#P2MkHAr2X2fSzO9uWHWkWist3Ec5xi7L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2MkHAr2X2fSzO9uWHWkWist3Ec5xi7L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2MkHAr2X2fSzO9uWHWkWist3Ec5xi7L > .row .container > .video-iframe-container { display: none; }#P2MkHAr2X2fSzO9uWHWkWist3Ec5xi7L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2MkHAr2X2fSzO9uWHWkWist3Ec5xi7L > .row > .video-iframe-container { display: none; }#P2MkHAr2X2fSzO9uWHWkWist3Ec5xi7L > .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); }#P2MkHAr2X2fSzO9uWHWkWist3Ec5xi7L > .row .container { border-width: 0; border-radius: 0; }#P2MkHAr2X2fSzO9uWHWkWist3Ec5xi7L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P2MkHAr2X2fSzO9uWHWkWist3Ec5xi7L > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#CNAIT8eVf6ONi2vhItww36RTBBrq1QuF { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5619375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:21.542967796326rem;left:2.2185726165771rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TZRE4pzkzR2aicoAH786JU83gx4S2XID { z-index:15006;top:17.6875rem;left:13rem;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VyPzIVvmR0SQFmvX9PS4qZBSOvu2rz2e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kFhEDhc92FzW9hQIvl91Llz90icJaOOT { box-sizing:content-box;height:7.249375rem;width:22.561875rem;position:absolute;display:block;z-index:15001;background-color:rgba(249,0,127,0.69);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:1.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#sfFQWAceNgG2Hw34FTb7cyMg95Tt5q5t { position:absolute;display:block;z-index:15086;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:17.9375rem;width:14.4375rem;top:2.0561237335205rem;left:0rem;overflow:hidden;display:block; }
#fduaD5erebyMVedSUO55LCEsXqEGGPOk { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:21.5625rem;left:2.5rem;height:3.41086875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#xsX1kb78RsXQrW4azWp81mTJf7f5dWe6 { position:absolute;display:block;z-index:15094;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:18.1875rem;width:14.5rem;top:2.0625rem;left:25rem;overflow:hidden;display:block; }
#GWfcIdvbPanPxIcCgngMip2AzWAg414C { z-index:15014;top:17.6875rem;left:38rem;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gNCBLkhX7twXv8gcTTCNASSS6GLH2Tzi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TfR5K6Rvp4tWXi1hSKqlUAWh62AFPRWD { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5601875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;top:21.54296207428rem;left:27.218572616577rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kceIqNIiT9OM8IV07dyPBUBMiPd9Ovv4 { box-sizing:content-box;height:7.249rem;width:22.5615rem;position:absolute;display:block;z-index:15009;background-color:rgba(249,0,127,0.69);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:26.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#eI7H8PW9AoZnwJyHG2W9QbauHJ6Xqdtr { position:absolute;display:block;z-index:15094;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:17.6875rem;width:14.8125rem;top:2.25rem;left:50rem;overflow:hidden;display:block; }
#uG5CW2CnlhRGdSUa7T3ebZI8uocHDelm { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5615rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:21.54296875rem;left:52.5rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JCCxqMCFbEZV7oQbpDoCXNurKL1XFzHQ { box-sizing:content-box;height:7.2480625rem;width:22.5605625rem;position:absolute;display:block;z-index:15011;background-color:rgba(249,0,127,0.69);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:51.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#uu4VKwkdG2ms0dANeE9mR1zFgZCEaIS0 { z-index:15016;top:17.6875rem;left:63rem;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0331875rem;height:2.9707rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MWoLSmFVfBLHXTW5ku0OqEl57CMUm9Ux { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LTgGpXe1vNEJP0eLMfRJNAnBAsDLLBds { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#970051;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; }#LTgGpXe1vNEJP0eLMfRJNAnBAsDLLBds > .row .container { background-color: transparent; background-image: none; }#LTgGpXe1vNEJP0eLMfRJNAnBAsDLLBds::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTgGpXe1vNEJP0eLMfRJNAnBAsDLLBds > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTgGpXe1vNEJP0eLMfRJNAnBAsDLLBds > .row .container > .video-iframe-container { display: none; }#LTgGpXe1vNEJP0eLMfRJNAnBAsDLLBds > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTgGpXe1vNEJP0eLMfRJNAnBAsDLLBds > .row > .video-iframe-container { display: none; }#LTgGpXe1vNEJP0eLMfRJNAnBAsDLLBds > .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); }#LTgGpXe1vNEJP0eLMfRJNAnBAsDLLBds > .row .container { border-width: 0; border-radius: 0; }#LTgGpXe1vNEJP0eLMfRJNAnBAsDLLBds > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTgGpXe1vNEJP0eLMfRJNAnBAsDLLBds > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#vvISzy9SIkm2eVhWOqZdVSley7O1wM6U { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5619375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:21.542967796326rem;left:2.2185726165771rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ODsIqUFCmhRwZcpn7DtR2nVLOyWVxPr9 { z-index:15006;top:17.6875rem;left:13rem;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zI141KHLTZJEotDzXTFZLdz3BmEXkTsw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I0XSwF6yuhTzXtSSOZl3RFJSo7ZzPNhp { box-sizing:content-box;height:7.249375rem;width:22.561875rem;position:absolute;display:block;z-index:15001;background-color:rgba(249,0,127,0.69);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:1.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#FbxOPw8NIcZ8weCh5QDrPiP1TnJLxWUv { position:absolute;display:block;z-index:15086;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:16.625rem;width:14.375rem;top:2.0561237335205rem;left:0rem;overflow:hidden;display:block; }
#fB2tlPl9DHRiWA8sH6vOxTvmmKNshg13 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:21.5625rem;left:2.5rem;height:3.41086875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#AXoRTN8tLQzXwmf7yr7vfMWo2TILnkV5 { z-index:15018;top:17.6875rem;left:38rem;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#owbBarnDzps22qRs93rmcNKlNkqHI6Ie { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vioDLT5ektR9roO7DcgqV83wOPcRth8Q { box-sizing:content-box;height:7.249rem;width:22.5615rem;position:absolute;display:block;z-index:15013;background-color:rgba(249,0,127,0.69);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:26.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#AgnaumwJG2BrDmLfTBGnqSPOhVml9J6u { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5601875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:21.5625rem;left:27.1875rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O0SwdSMCVUITcGyaBwFrybPXFa6xylA0 { position:absolute;display:block;z-index:15098;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:17.1875rem;width:14.375rem;top:2.0625rem;left:25rem;overflow:hidden;display:block; }
#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#731143;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; }#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV > .row .container { border-width: 0; border-radius: 0; }#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:none; }#aXRRqupHpqHtg3eTb6mqoRuykFqJ0RVh { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:21.311849117279rem;left:27.5rem;height:3.4108625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qeHAQfPugXc8PVUIMeSL0Q1R7XWTG124 { z-index:15004;top:17.6875rem;left:38rem;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GOQF344LBkqTosyDwIIV74mZMuI5Is4z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pBkQQWG5TiC4TLLHbTtLVZH8QRe94Tt1 { z-index:15003;top:23.903328418732rem;left:8.811331272125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.280979625rem;height:2.031248375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#ZzgKKfB2PxuLg8TmFUykXvDfQskFTHlX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uBX7TquMvQdXk70pDep7JFQGOA9CzaGv { position:absolute;display:block;z-index:15085;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:16.375rem;width:13.6875rem;top:3rem;left:25.625rem;overflow:hidden;display:block; }
#NFUUy7CZNG5axCGPRUs5noaZ7Q6bdCrw { position:absolute;display:block;z-index:15088;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:16.3748125rem;width:13.4375rem;top:3.0056419372559rem;left:0.65538215637206rem;overflow:hidden;display:block; }
#Vc73ZUCg3wxW1bcGWPRIfpO6rBrsD8U0 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:21.296642303467rem;left:2.5rem;height:3.4108625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wUDLKH02KGUx2l6hfrIvGDQAEAyBEO4S { z-index:15007;top:17.6875rem;left:13rem;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#S6snPxWtlGI1JlbsfZUZXAI9bt8fzTCL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qzuo48KxdzMhJQRiUz4rxw7hIGrwSz0o { position:absolute;display:block;z-index:15088;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:16.375rem;width:13.625rem;top:3.0284190177917rem;left:50.625rem;overflow:hidden;display:block; }
#m4tR0vLZf15khmeFaJBJf4uA7M4yJpP4 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:21.311849117279rem;left:52.5rem;height:3.4108625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fg1EvrXvUhCMA937GtAcK4NFAHSamUTQ { z-index:15007;top:17.6875rem;left:63rem;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ne5SAoxPa4VBQSuzbDbfTio4UDxTxN5h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zr6a6BhLwyTfLxi5W4C1T84NOLFE7rIn { z-index:15003;top:23.903328418732rem;left:8.811331272125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.280979625rem;height:2.031248375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#z3kBkJba6RxgkHvTnCswW51OVnNiezFV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TNUXsRPJOqfEiGMCx0HWTdf8F23DG8D5 { z-index:15003;top:23.903328418732rem;left:8.811331272125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.280979625rem;height:2.031248375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#vT0hliph99PhovgRHohRUhCEb74av13c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TiI0xxL15Hyftde9kAVDJmNZ6q3LrBa7 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#VJxhHLuIvTBdczd1F6TwTtmtM1nn1oSr { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#BMyrGGxnQgNXwTqnvXUcNSdggfQGbJcg { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#lBnbSygTkUw9EdWQEWmJtSKFqQPbZqaX { box-sizing:content-box;height:7.249375rem;width:22.561875rem;position:absolute;display:block;z-index:15002;background-color:#c21b69;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:1.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#suPdoTZbuId4qREKO7TbVfS41wDUfOc7 { box-sizing:content-box;height:7.249375rem;width:22.561875rem;position:absolute;display:block;z-index:15003;background-color:#c21b69;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:26.218534469604rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ulyJNGcWhXI6SROWu5LhJFyMme23SOSy { box-sizing:content-box;height:7.249375rem;width:22.561875rem;position:absolute;display:block;z-index:15004;background-color:#c21b69;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:51.218538284302rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#731143;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; }#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB > .row .container { border-width: 0; border-radius: 0; }#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:none; }#fQuK9TO3UV0OZwhfDl7TE84TQ5DkyXyG { position:absolute;display:block;z-index:15088;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:16.375rem;width:13.5rem;top:3rem;left:25.625rem;overflow:hidden;display:block; }
#LTpTDN5iEUfpc6UVuwIrMWOtswzudcT9 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:21.310777664184rem;left:27.5rem;height:3.4108625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ig36DJ8JoIFkauJG9ERo9JVHinrEPHet { z-index:15007;top:17.6875rem;left:38rem;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kxio4HQ3TrZ7OHtarvxgS7PsioTTBUkd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HXQ4XRvf4P1bIwR9CGavMKHeSGKQEUtr { z-index:15003;top:23.903328418732rem;left:8.811331272125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.280979625rem;height:2.031248375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#GepZMT2ZDMyamrTMvZQ1Iy8UofPTGxIV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qBuAJu4qNWciETFd52TuzceZoOynIESu { position:absolute;display:block;z-index:15091;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:16.375rem;width:13.5625rem;top:3rem;left:0.625rem;overflow:hidden;display:block; }
#zZkKScAnumWpiDcNZeGrpKVGtKKPFGik { color:rgba(var(--color-tertiary-0),1);display:block;width:20.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:21.311849594116rem;left:2.5rem;height:3.4108625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l2GmmsV463gzlcRsLaFSATVkuQibRPqr { z-index:15010;top:17.686632156372rem;left:13rem;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JzMXXCBqHonDsoeqTwf5wwUId2lgIs7t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UUdxwhdbOOPnRMytHLZNHuwML9OdmGmG { z-index:15003;top:23.903328418732rem;left:8.811331272125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.280979625rem;height:2.031248375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#cv5IpuxLquRSy1GZQ7Jnd0sRJ63ONFiJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HsuMCUsCL5BPAkk7UJTJ20MT8FSUrf3c { position:absolute;display:block;z-index:15091;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:16.375rem;width:13.5625rem;top:3rem;left:50.625rem;overflow:hidden;display:block; }
#TMicU2TR0iyx2WNbExGufsPQaKUEScel { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:21.310777664184rem;left:52.5rem;height:3.4108625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OkEfEQvgBylqHsG0Qf6LzHrNqQW06bMw { z-index:15010;top:17.6875rem;left:63rem;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HixqKGT5xMyOtcmPFWhQo4okbZWbGXru { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c01ZRXfquw6r3UPLKsEGoy1o6hq12yfL { z-index:15003;top:23.903328418732rem;left:8.811331272125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.280979625rem;height:2.031248375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#VTnkAHlLrVAXiTUiNtPc16fm9PtuFU8r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZTqQOHTse6hPDVKE2GpW7my4EcFDgEnN { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#BE8fRz16o9zkDTHnfqOd7DVLSTTuAbK6 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#vvUd2co6ckzTgyVPRDL6Hnf100yZl2Cs { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#VAypCPcVIPXi7GJ49f1m6or42BLVRSK7 { box-sizing:content-box;height:7.249375rem;width:22.561875rem;position:absolute;display:block;z-index:15003;background-color:#c21b69;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:1.2185344696045rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#RJA8m86wm9dqI8kJwPtmE4tvvzk73apZ { box-sizing:content-box;height:7.249375rem;width:22.561875rem;position:absolute;display:block;z-index:15004;background-color:#c21b69;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:26.218534469604rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#oTvtu8AEDfNc9ebp3B6z4DLANAd5qqgR { box-sizing:content-box;height:7.249375rem;width:22.561875rem;position:absolute;display:block;z-index:15005;background-color:#c21b69;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:51.218538284302rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/23df8aa6-a6df-4516-9ddc-fbec7bb6c615/herosectionsesjanaukowakrakow2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd.adaptive-delivery-prevent-bg, #EtEXAyoKzanc1gW3vpWypFaStiBZaJzd.lazyload, #EtEXAyoKzanc1gW3vpWypFaStiBZaJzd.lazyloading { background-image: none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container { background-color: transparent; background-image: none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container > .video-iframe-container { display: none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row > .video-iframe-container { display: none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .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); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container { border-width: 0; border-radius: 0; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd::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; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container { font-size:0.875rem;font-family:arial;height:344.25rem;width:75rem;position:relative;display:block; }#aWRtwSCDHIkPcsBuOXbJJSIEM85QWEft { color:rgba(var(--color-primary-2),1);display:block;width:34.625rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.0458984375rem;left:0rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WvIGTJzTTHlnA3WiCBFdX1DWATeXJcTe { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15001;background-color:#6a816f;background-image:none;top:13rem;left:0.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(106,129,111,0.8) ;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#GVmiAuXzpc9woEE9VdxvgsDNEMpS62NH { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3118095625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:17.0625rem;left:3.0625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hmX8tNArQ1m60kcBFoDs81CN4g5GL1q5 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:32.6875rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#J7Vxt9cwm0bGyIP4BaSfTKCK7scIgJcH { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:83.625rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#cBBoZZMZJEsTC6J8FhhAhDl1RcS12PuS { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:48.765630722046rem;left:6.4913187026975rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#kFygyadWmPoJEHcz2RX38TNoe2XAdP2M { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:138.1875rem;left:3.1875rem; }
#vl6mRnwheWibkrktXRhPyM2JwTbExVCm { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:67.25rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#k2yOXgJ83LHWqXLNzNwm1f0lyD5wS3GS { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8735rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:146.1875rem;left:61.875rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hdzoZxdCfQEcdEtiExPMB98G5gbPunSI { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:94.5rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#T87knFTtnECgAl2vLQv6oz6BCrMCNJTE { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:110.8125rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#p0ftiHQS0h2iCMP8i4BJ9aUKcXkCf20M { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;top:126.875rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SRSUhVTWT7EVJtqnSzoeCPpDJJRyrGJ7 { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15006;background-color:#6a816f;background-image:none;top:22.3125rem;left:0.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(106,129,111,0.8) ;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#Zo6mwFlTzJS2DwIpLZi7ikpvvVtNU8Kv { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3118095625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:26.4375rem;left:3.0625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NpAX4UEtvEzzuW7V9Hym34w9gusRSGIu { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:23.8125rem;left:3rem; }
#ATaB9UR5hXo3tQ1VcQaCWbFBTWTK2ogJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15109;opacity:1;top:14.375rem;left:3rem; }
#dwQIFca4hEVDDqk0VlAMyUkeavilhQCb { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:140.75rem;left:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#wqzguPIFzvO02qJTslg0VgZfEAAPIigC { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:142.625rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TL4qkrsW9c7aEclGFq86E9NuJwavdss8 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:144.6875rem;left:3.75rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TDoeEDJufBVPBNHBAKmf3utXKlnXD42Z { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:150.5625rem;left:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#QASaABJHRvlLKPhtqBocCIykTrGcTx8p { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:152.125rem;left:3.75rem;display:none; }
#nrFLcqd8GG80vg2M2FEbWfTnBS6JaU0l { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:152.4375rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#CDpyklHkr7PBhA7zqTMTfvUPfNSeBbAw { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:154.5rem;left:3.75rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#v5onCIIrOXIucR9KNsHvlJt0lQOmunii { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:160.5625rem;left:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#uFxaRT815qyZQ1wHEvlueLBrpPp76Ohv { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:164.5rem;left:3.75rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#NfIv31FyTmdEu54VrLswmWQyvbbzUdta { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:162.4375rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#RE8TsQZlBG4pstkmxguh2gRD3wwWz80T { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:142.10850715637rem;left:3.7482633590698rem;display:none; }
#QImNRTiTTIQTy8b66znDimd21Di6FZSI { 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:15111;opacity:1;top:162.04685783386rem;left:3.7482633590698rem;display:none; }
#tyKOCZpO6pTfnE3SHLW3hkRubp1dpPtp { box-sizing:content-box;height:18rem;width:73.75rem;position:absolute;display:block;z-index:15031;background-color:#f9007f;background-image:none;top:186.3125rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-primary-1),0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WJniytQGl80qqN0AUXyJNctUxgp3ocA7 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:191.3125rem;left:3.125rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KTpoTMJ3QD9U7GP2LNvECGuv44NPTWRJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:188.8125rem;left:3.125rem; }
#zVF9mVDgAuosoQnM5cOpeybAAARisZg8 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:194.3125rem;left:3.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HNx2WA1hSJ3h0rBScwMHXWo0NshiX3bP { box-sizing:content-box;height:13.4375rem;width:0.0625rem;position:absolute;display:block;z-index:15106;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:124.9375rem;left:0rem;display:none; }
#Xca7DkwkuaHGyhgTD0FyTtSdZ5i0gwGA { box-sizing:content-box;height:17.8125rem;width:73.75rem;position:absolute;display:block;z-index:14995;background-color:#f9007f;background-image:none;top:136.3125rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-primary-1),0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#e5S16u4Fqe3Qfz31FSHoJEvOSJSwQQT9 { box-sizing:content-box;height:18.0625rem;width:73.75rem;position:absolute;display:block;z-index:15037;background-color:#f9007f;background-image:none;top:31.4375rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-primary-1),0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#soZJVmQMTPIBt9JcDvLx9mNN8T9FzmVr { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8114375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:39.4375rem;left:3.125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bu8FT7BbL6Kqanp46XNbaKAFXWoefE5L { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:36.4375rem;left:3.125rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dENKmOIRffkJradORpepy23ipvK6gX6N { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:33.5rem;left:3.125rem; }
#BUUk7hRKSns5A6U2HGQ35IKygrh92EcX { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:41.3125rem;left:61.6875rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UoS9zRgWqolAUcQnTxBs8mZ2ZXNoqKeF { position:absolute;display:block;z-index:15141;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:7.125rem;top:32.375rem;left:63.75rem;overflow:hidden;display:block; }
#WV7zQpEBeXrsZlD6vQ0GgyRf7HyOzJW3 { position:absolute;display:block;z-index:15142;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:7.125rem;top:137.25rem;left:63.8125rem;overflow:hidden;display:block; }
#TpyADZ2eL40GAQEmrm73CUMWv3FVLRzz { position:absolute;display:block;z-index:15144;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:7rem;top:187.25rem;left:63.8125rem;overflow:hidden;display:block; }
#AOiyzNq5AIIH0BZsSlBOOlsiboBioG12 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.936rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:196.0625rem;left:62.3125rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zmpg6NWatmXWkq7Jcu6OAFSzeeDLWCJP { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:253.1708984375rem;left:10.406708717346rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hEymiKzOMK2t3V9kaka2LQadR2fnCKlx { color:rgba(var(--color-tertiary-0),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:117.5625rem;left:3.125rem;height:5.8823528125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ZgtbKC04EuIpdz5w5xOVTazZhUKCgmhZ { color:rgba(var(--color-tertiary-0),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:99.061761856081rem;left:3.1231727600098rem;height:3.5294115625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#hvRTaJTEny9IinaqZP91kEexqdaOPFBH { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:148.8125rem;left:3.125rem;height:1.985294125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#fn5Cf3tGqXIcalwXiE2KM9K0VLqvoDVu { color:rgba(var(--color-tertiary-0),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:151.8125rem;left:3.125rem;height:3.5294115625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#b1muwxTv1gBIp0oe4qTDb2oE4d8cNNXL { box-sizing:content-box;height:17.25rem;width:73.75rem;position:absolute;display:block;z-index:15055;background-color:#f9007f;background-image:none;top:206.3125rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-primary-1),0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IJrZqmUNiaz7usNTkRGPVbuB9ReCu28z { color:rgba(var(--color-tertiary-0),1);display:block;width:57rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15126;line-height:1.3;letter-spacing:0;top:215.5625rem;left:3.125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HA5dBWu8M7QfKS93VlpmRZ2JGZWT2xcf { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15125;line-height:1.3;letter-spacing:0;top:210.75rem;left:3.125rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ts1aRD3ARGr7IT7aHvCO9Nuv5F2mL5GP { color:rgba(var(--color-tertiary-0),1);display:block;width:10.686875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;top:215.5625rem;left:61.9375rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tu9bRmTCqveDQeA8HdQ0x9lgVy9VzWBf { position:absolute;display:block;z-index:15168;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:6.749125rem;top:207.1875rem;left:63.9375rem;overflow:hidden;display:block; }
#MhGoVKhNMKSV5gn9QkIxiWACAho8HRom { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15138;opacity:1;top:208.25rem;left:3.0625rem; }
#ZJTuXgJTGSPDOJMZi8TU9D04Ty0PFu2G { color:rgba(var(--color-tertiary-0),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:151.8125rem;left:3.125rem;height:3.5294115625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#tvl2DlhAmQg8GS3HrE1qJxIGfXdtwQFA { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:148.8125rem;left:3.125rem;height:1.985294125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#hdVXq9PVze4qzKXZ6SQEKEJ6pC0We4JB { box-sizing:content-box;height:18.9375rem;width:73.75rem;position:absolute;display:block;z-index:15061;background-color:#f9007f;background-image:none;top:165.625rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-primary-1),0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KaohFoSwNdAQb09T4dzD4uPoUE26NOiT { color:rgba(var(--color-tertiary-0),1);display:block;width:57rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15132;line-height:1.3;letter-spacing:0;top:174.875rem;left:3.125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BNrdcqWWuTCzw34o9LzQXnz3m99zKpZk { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:170.0625rem;left:3.125rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VrRA9FTJFdnWmiiJJPX53sZWSS7ODOp6 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:174.875rem;left:61.5rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xNS0xToZm1Gy5DnoRwEmUAUAgRG1I40M { position:absolute;display:block;z-index:15174;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:6.625rem;top:166.5625rem;left:63.75rem;overflow:hidden;display:block; }
#xLBxIlP2CesQqxyi2T8Wb9hQUpzPZcfR { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:167.5rem;left:3.0625rem; }
#Cn799BdVJ8bVsKo6Nn6Z7qMfPs04B26U { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:148.8125rem;left:3.125rem;height:1.985294125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#bLtRaHzogLScSJKvyZrn1G6TtCEe504e { color:rgba(var(--color-tertiary-0),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:151.8125rem;left:3.125rem;height:3.5294115625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#maGMsm0pcnVXeuD1vPzTdr23T3WRr8h3 { box-sizing:content-box;height:16.5625rem;width:73.75rem;position:absolute;display:block;z-index:15067;background-color:#f9007f;background-image:none;top:51.125rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-primary-1),0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UV7nhff4Z5ZGMgMlpKDiOsC83WQpxw9z { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15150;opacity:1;top:52.75rem;left:3.125rem; }
#QBgZ2v7y9yBr9GdV7BbZNv7vNnc4D73O { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1873125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:55.5625rem;left:3.125rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uvnKdnRsnZSRdSg0er9ufoADSPgU12tW { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9998125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15138;line-height:1.3;letter-spacing:0;top:60.375rem;left:3.125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TLz6mSKA2Pf7kDbvnyO9tduTVkenn7lu { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:61rem;left:61.4375rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JgxUv5X4W9LpGo5aXlCOAunkTaiAWTpx { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:148.8125rem;left:3.125rem;height:1.985294125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#qW4syDtKTXw78T9fETFOshOuP8tTpZKg { color:rgba(var(--color-tertiary-0),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:151.8125rem;left:3.125rem;height:3.5294115625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#a2lmLZRfVDOQzNSN2IZU3i89pXiUMOEi { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:148.8125rem;left:3.125rem;height:1.985294125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#dyNhTgLNP5WaApMgFMNbJ7oPTt7lFL6D { color:rgba(var(--color-tertiary-0),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:151.8125rem;left:3.125rem;height:3.5294115625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Wu3KdfWaUMoKuNJTtck1gpmrZ3u3UT33 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:148.8125rem;left:3.125rem;height:1.985294125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#l9x03wHGTXrF1GPBMTlmoCc0iOlIUBnc { color:rgba(var(--color-tertiary-0),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:151.8125rem;left:3.125rem;height:3.5294115625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#eTP7mk0kTAL3nZOLBnfUemJy30r08Ldt { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8111190625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15114;line-height:1.3;letter-spacing:0;top:243.54428100586rem;left:3.1227025985717rem;height:5.882352625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#kTrHm64HkLbvXG2fkkUNJl8paXBQ2mgx { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:40.75rem;left:61.6875rem;height:3.250000125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#gJUMPCSzTGaIrCUdq9CfXrxOW1x3PuvQ { position:absolute;display:block;z-index:15180;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:6.875rem;top:49.9375rem;left:60.375rem;overflow:hidden;display:none; }
#V2rbGV4CSXR8OlGhKGzp7FACLoT5cWlb { position:absolute;display:block;z-index:15142;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:7.0625rem;top:52.0625rem;left:63.75rem;overflow:hidden;display:block; }
#HqPCAFQROKnmeKV0VHCUFv6ST8XX2eT9 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:35.125rem;left:3.1875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#bwsQyU8XvRDCt646GECLWTe2m2uHanXm { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8114375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:38.127662658691rem;left:3.1951351165771rem;height:6.0902rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#faTpPHUoESkxR477C1cEDdIk1KMC3d3E { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:51.25rem;left:3.1875rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TKngOiDUypTiZ3nTO5nukkouarpCi9Fm { color:rgba(var(--color-tertiary-0),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15138;line-height:1.3;letter-spacing:0;top:56.4375rem;left:3.1875rem;height:4.87215625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#tS6oqaP03l0ca8i0kHkAATryhFaWZp65 { color:rgba(var(--color-tertiary-0),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15132;line-height:1.3;letter-spacing:0;top:162.875rem;left:3.125rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#z29XpFQmmfFIz7O6Wdqyn1IeNCMHlx3O { color:rgba(var(--color-tertiary-0),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:179.06160354614rem;left:3.1951351165771rem;height:8.52625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#fIiOLcUtFVftXkXxTC5aTyJXHxOT3msC { color:rgba(var(--color-tertiary-0),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15126;line-height:1.3;letter-spacing:0;top:199.5625rem;left:3.125rem;height:4.87215625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#VH8RTLvSawhNJ1fMQSPdE3rItWBUCZCz { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15139;line-height:1.3;letter-spacing:0;top:140.75rem;left:3.1875rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TB5QpzHMvyMsxhtgt5eW8GOX2C55pHht { color:rgba(var(--color-tertiary-0),1);display:block;width:57rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15140;line-height:1.3;letter-spacing:0;top:145.5625rem;left:3.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QN95sXALBwLQDTZrO9rgwAGC19krm8RR { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15139;line-height:1.3;letter-spacing:0;top:80.25rem;left:3.1875rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ZewsfaTQnxdEkrx7X8i5JNqtT1JOtd7w { color:rgba(var(--color-tertiary-0),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15140;line-height:1.3;letter-spacing:0;top:85.0625rem;left:3.1875rem;height:6.0926625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#vpAHbDUfxz43hkrTzNmTBQmBsbA2rWhc { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15109;line-height:1.3;letter-spacing:0;top:41.3125rem;left:3.125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#vpAHbDUfxz43hkrTzNmTBQmBsbA2rWhc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vpAHbDUfxz43hkrTzNmTBQmBsbA2rWhc li:before{  }
#FmKEUIdeF2haxn2W1Xbg48M3ukZGQqvq { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:42.5rem;left:3.125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#FmKEUIdeF2haxn2W1Xbg48M3ukZGQqvq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FmKEUIdeF2haxn2W1Xbg48M3ukZGQqvq li:before{  }
#BcfEzoBVUmsNXUqb3LS9uafRRu3EpqTf { color:rgba(var(--color-tertiary-0),1);display:block;width:55.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15111;line-height:1.3;letter-spacing:0;top:44.936964035034rem;left:3.125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#BcfEzoBVUmsNXUqb3LS9uafRRu3EpqTf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BcfEzoBVUmsNXUqb3LS9uafRRu3EpqTf li:before{  }
#TeOebEtkTFpzU6Xzq7000l6E9pr8kQc3 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:62.1875rem;left:3.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#TeOebEtkTFpzU6Xzq7000l6E9pr8kQc3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TeOebEtkTFpzU6Xzq7000l6E9pr8kQc3 li:before{  }
#Se4eI9i6Gt6lgtt5Msm5Df0bzEAanEUr { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15111;line-height:1.3;letter-spacing:0;top:63.375rem;left:3.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Se4eI9i6Gt6lgtt5Msm5Df0bzEAanEUr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Se4eI9i6Gt6lgtt5Msm5Df0bzEAanEUr li:before{  }
#KZzEVBJFPpimpucD5gFVDv4SWJAalFl0 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15112;line-height:1.3;letter-spacing:0;top:64.625rem;left:3.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#KZzEVBJFPpimpucD5gFVDv4SWJAalFl0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KZzEVBJFPpimpucD5gFVDv4SWJAalFl0 li:before{  }
#V8I8ClFviWWqtsP73emn1mg83WluQvnq { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15113;line-height:1.3;letter-spacing:0;top:147.3125rem;left:3.1875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#V8I8ClFviWWqtsP73emn1mg83WluQvnq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V8I8ClFviWWqtsP73emn1mg83WluQvnq li:before{  }
#pGbT6A3sQ4WDscSLXIO7OFb7v8qcKZ5Q { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15115;line-height:1.3;letter-spacing:0;top:149.75rem;left:3.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#pGbT6A3sQ4WDscSLXIO7OFb7v8qcKZ5Q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pGbT6A3sQ4WDscSLXIO7OFb7v8qcKZ5Q li:before{  }
#my0aoyAIbyiIgvf17kaTpThBl7dRZV3T { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15116;line-height:1.3;letter-spacing:0;top:151rem;left:3.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#my0aoyAIbyiIgvf17kaTpThBl7dRZV3T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#my0aoyAIbyiIgvf17kaTpThBl7dRZV3T li:before{  }
#axEUmdsvRJlqLselRIfdyc9e03KyFJQ4 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:180.3125rem;left:3.125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#axEUmdsvRJlqLselRIfdyc9e03KyFJQ4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#axEUmdsvRJlqLselRIfdyc9e03KyFJQ4 li:before{  }
#DXaHqcs5oynwUR6zWzWHpwQMgBtJVny3 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15116;line-height:1.3;letter-spacing:0;top:176.625rem;left:3.125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#DXaHqcs5oynwUR6zWzWHpwQMgBtJVny3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DXaHqcs5oynwUR6zWzWHpwQMgBtJVny3 li:before{  }
#mlJoIr4DWnhsUg1QHkbCN1bN3xLFskTH { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15118;line-height:1.3;letter-spacing:0;top:179.0625rem;left:3.125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#mlJoIr4DWnhsUg1QHkbCN1bN3xLFskTH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mlJoIr4DWnhsUg1QHkbCN1bN3xLFskTH li:before{  }
#oulqTmniZlu9Jaor6JZJtwEhKP1B4lo8 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15122;line-height:1.3;letter-spacing:0;top:199.75rem;left:3.125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#oulqTmniZlu9Jaor6JZJtwEhKP1B4lo8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oulqTmniZlu9Jaor6JZJtwEhKP1B4lo8 li:before{  }
#UIxuKbc25fTsNumT1buEK3WKDHLNFazA { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15121;line-height:1.3;letter-spacing:0;top:198.5rem;left:3.125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#UIxuKbc25fTsNumT1buEK3WKDHLNFazA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UIxuKbc25fTsNumT1buEK3WKDHLNFazA li:before{  }
#miE1CgNTXySKwOkTlQEssPzaMCTvKMgT { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:196.0625rem;left:3.125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#miE1CgNTXySKwOkTlQEssPzaMCTvKMgT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#miE1CgNTXySKwOkTlQEssPzaMCTvKMgT li:before{  }
#IbxE7SDhAInVK4RsPcEhdmQnS3aQXioH { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15122;line-height:1.3;letter-spacing:0;top:217.6875rem;left:3.125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#IbxE7SDhAInVK4RsPcEhdmQnS3aQXioH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IbxE7SDhAInVK4RsPcEhdmQnS3aQXioH li:before{  }
#v953s0wlA9rsm9c9titF7AMK3oCFDCD0 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15124;line-height:1.3;letter-spacing:0;top:218.9375rem;left:3.125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#v953s0wlA9rsm9c9titF7AMK3oCFDCD0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v953s0wlA9rsm9c9titF7AMK3oCFDCD0 li:before{  }
#Hv6MaLcy2qO37BOnFhEkDbQaQkWZDUd3 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15125;line-height:1.3;letter-spacing:0;top:220.1875rem;left:3.125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Hv6MaLcy2qO37BOnFhEkDbQaQkWZDUd3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Hv6MaLcy2qO37BOnFhEkDbQaQkWZDUd3 li:before{  }
#p2uLyAVfnqGeSzU83C3RxTIhI0BxfO0c { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:43.0625rem;left:3.1875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#p2uLyAVfnqGeSzU83C3RxTIhI0BxfO0c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p2uLyAVfnqGeSzU83C3RxTIhI0BxfO0c li:before{  }
#MnZFqMIsT0V0zVl4Afb547LJtiCldbrz { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15109;line-height:1.3;letter-spacing:0;top:40.625rem;left:3.1875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#MnZFqMIsT0V0zVl4Afb547LJtiCldbrz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MnZFqMIsT0V0zVl4Afb547LJtiCldbrz li:before{  }
#l9IFBxSuMF6UbOtfUcOR0ury0dFXZ5gB { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15111;line-height:1.3;letter-spacing:0;top:45.5rem;left:3.1875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#l9IFBxSuMF6UbOtfUcOR0ury0dFXZ5gB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#l9IFBxSuMF6UbOtfUcOR0ury0dFXZ5gB li:before{  }
#qay677NRJhrWHkbOlTXlceiExxuBLwWa { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15122;line-height:1.3;letter-spacing:0;top:140.5625rem;left:3.1875rem;height:2.43608125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#qay677NRJhrWHkbOlTXlceiExxuBLwWa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qay677NRJhrWHkbOlTXlceiExxuBLwWa li:before{  }
#rL7cS4H5XznVt676PImPzp5v8xFJnT20 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:136.875rem;left:3.1875rem;height:2.43608125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#rL7cS4H5XznVt676PImPzp5v8xFJnT20 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rL7cS4H5XznVt676PImPzp5v8xFJnT20 li:before{  }
#R4FkfpZmIW3AwSR1Zudc8AF7Brwr7kPG { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15118;line-height:1.3;letter-spacing:0;top:120.125rem;left:3.1875rem;height:1.2180375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#R4FkfpZmIW3AwSR1Zudc8AF7Brwr7kPG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#R4FkfpZmIW3AwSR1Zudc8AF7Brwr7kPG li:before{  }
#yk8ug3t3OXDswEEpoyBAwzfGT2WubS76 { box-sizing:content-box;height:19.2498125rem;width:73.75rem;position:absolute;display:block;z-index:15065;background-color:#f9007f;background-image:none;top:115.125rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-primary-1),0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wXI4BtcdnLk2ETQWB9eWOav1G4rxaUCr { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15148;opacity:1;top:117.5rem;left:3.1875rem; }
#JgBQLhqqrlZqyZLsRNCwarRLPpuqtV2k { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1868125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15135;line-height:1.3;letter-spacing:0;top:119.4375rem;left:3.1875rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ukg6Xfz5yyZ9zGW8KAgcmLGDfa04186s { color:rgba(var(--color-tertiary-0),1);display:block;width:10.68625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:124.375rem;left:62rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P0mz5BMWRo5UVrurCapNB3gbXOnqDTMV { position:absolute;display:block;z-index:15178;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.187125rem;width:6.6868125rem;top:116rem;left:64rem;overflow:hidden;display:block; }
#n7CSrg9py2K5Rd9kSHJSbt7irduhe305 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9993125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15136;line-height:1.3;letter-spacing:0;top:126rem;left:3.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iDneS1I4I3zEWWFW4TCAHsbw8GPmTSh9 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15132;line-height:1.3;letter-spacing:0;top:128.125rem;left:3.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#iDneS1I4I3zEWWFW4TCAHsbw8GPmTSh9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iDneS1I4I3zEWWFW4TCAHsbw8GPmTSh9 li:before{  }
#id6naCWz9Vo8X3IgmX2si2TsEmR7JtE5 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15134;line-height:1.3;letter-spacing:0;top:129.375rem;left:3.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#id6naCWz9Vo8X3IgmX2si2TsEmR7JtE5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#id6naCWz9Vo8X3IgmX2si2TsEmR7JtE5 li:before{  }
#b8Hz41OzcE1VhLCvz1IeE2wBDyuKPT7i { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15135;line-height:1.3;letter-spacing:0;top:130.625rem;left:3.1875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#b8Hz41OzcE1VhLCvz1IeE2wBDyuKPT7i li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b8Hz41OzcE1VhLCvz1IeE2wBDyuKPT7i li:before{  }
#lRMyaHhUcDElV9woo412WVhTMcgPoeTX { box-sizing:content-box;height:16.9375rem;width:73.75rem;position:absolute;display:block;z-index:15074;background-color:#f9007f;background-image:none;top:225.3125rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-primary-1),0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wdk7wMUR8BbMBcQX3Sn3TFLN9WPMD6BX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15157;opacity:1;top:226.9375rem;left:3.0625rem; }
#d9Mq5qW2z0UaVa4qZXXxv4SCHby0s3R0 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1868125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:229.625rem;left:3.1875rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vDhshWSzfHiCKFKOq8r6tyLgfsZVJxfi { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9993125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15145;line-height:1.3;letter-spacing:0;top:234.5625rem;left:3.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ppFAZ4Tpvtnpw2in6w7Q0kBEC8bx9uMx { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15141;line-height:1.3;letter-spacing:0;top:236.6875rem;left:3.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ppFAZ4Tpvtnpw2in6w7Q0kBEC8bx9uMx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ppFAZ4Tpvtnpw2in6w7Q0kBEC8bx9uMx li:before{  }
#Ggu1ubGbiX43ADmH9l9IPs4u64AXZQtv { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15143;line-height:1.3;letter-spacing:0;top:237.9375rem;left:3.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Ggu1ubGbiX43ADmH9l9IPs4u64AXZQtv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ggu1ubGbiX43ADmH9l9IPs4u64AXZQtv li:before{  }
#UvdMPHDZ1Tf8wWUPRAcfJWdtK3Q4tbdq { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15144;line-height:1.3;letter-spacing:0;top:239.1875rem;left:3.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#UvdMPHDZ1Tf8wWUPRAcfJWdtK3Q4tbdq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UvdMPHDZ1Tf8wWUPRAcfJWdtK3Q4tbdq li:before{  }
#F9C3kJFPTRARn8xoFPnzZERclvgxmOCw { color:rgba(var(--color-tertiary-0),1);display:block;width:10.68625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15117;line-height:1.3;letter-spacing:0;top:234.5625rem;left:62rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EkQVigPmUrv4qXxf8BMWTNAl1QbN4lMd { position:absolute;display:block;z-index:15187;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:6.5rem;top:226.1875rem;left:64rem;overflow:hidden;display:block; }
#GIbyVCuAApVDI1uhrBEb6rFaMqU8AoLN { box-sizing:content-box;height:16.9375rem;width:73.75rem;position:absolute;display:block;z-index:15083;background-color:#f9007f;background-image:none;top:69.0625rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-primary-1),0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#B0upVtlG0i8Gp3UtouuJWeyW3n6yvrxL { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15166;opacity:1;top:71.1875rem;left:3.1875rem; }
#lcMFtDlJE2Za2CTipf2lq87gyna4lK9X { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1868125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15153;line-height:1.3;letter-spacing:0;top:73.125rem;left:3.1875rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ffn5lR1ZasaZT6vM8fNK4uK1fkIxR6T5 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9993125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15154;line-height:1.3;letter-spacing:0;top:78.0625rem;left:3.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P8C9gAigsxhncuqN3QopiihGLEW5qHZp { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6855625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15126;line-height:1.3;letter-spacing:0;top:78.6875rem;left:62rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z618vStxT6TrHpgdEny1NzOi50Hmw9oa { position:absolute;display:block;z-index:15196;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:6.375rem;top:69.9375rem;left:64rem;overflow:hidden;display:block; }
#X4J9b3Byu1yu9oyULxuM3n2c5WUp6vGl { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15150;line-height:1.3;letter-spacing:0;top:80.1875rem;left:3.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#X4J9b3Byu1yu9oyULxuM3n2c5WUp6vGl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#X4J9b3Byu1yu9oyULxuM3n2c5WUp6vGl li:before{  }
#CDuBRDnfNxZuNambNxdwB1fRDOVhKVMm { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15152;line-height:1.3;letter-spacing:0;top:81.4375rem;left:3.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#CDuBRDnfNxZuNambNxdwB1fRDOVhKVMm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CDuBRDnfNxZuNambNxdwB1fRDOVhKVMm li:before{  }
#aSTZOmAS1rnUloffJ6WSoCeikGiKmvV8 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15153;line-height:1.3;letter-spacing:0;top:82.6875rem;left:3.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#aSTZOmAS1rnUloffJ6WSoCeikGiKmvV8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aSTZOmAS1rnUloffJ6WSoCeikGiKmvV8 li:before{  }
#AKM26oDcmAxO8k17yIMykwSQTtMiQx4T { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1868125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:176.125rem;left:3.1875rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#CnyDy487ILo4grWgU4Oh7e2FoinnvyNA { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1868125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15153;line-height:1.3;letter-spacing:0;top:195rem;left:3.1875rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#OER2b5p5p0a7EyLtQ7gvPibg3OwEt5c8 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15150;line-height:1.3;letter-spacing:0;top:202.0625rem;left:3.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#OER2b5p5p0a7EyLtQ7gvPibg3OwEt5c8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OER2b5p5p0a7EyLtQ7gvPibg3OwEt5c8 li:before{  }
#T4ZQC0P08gtUDW8ZFa6JKVwSgsJHm9Ir { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1868125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15135;line-height:1.3;letter-spacing:0;top:154.375rem;left:3.1875rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#OHlRo2vcP5qNSdmKvHzRzMe9lnFRGJpV { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15135;line-height:1.3;letter-spacing:0;top:165.5625rem;left:3.1875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#OHlRo2vcP5qNSdmKvHzRzMe9lnFRGJpV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OHlRo2vcP5qNSdmKvHzRzMe9lnFRGJpV li:before{  }
#X6Ed9JMWBXFI31TaiHDqvSs8HIrC8ubt { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15132;line-height:1.3;letter-spacing:0;top:163.0625rem;left:3.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#X6Ed9JMWBXFI31TaiHDqvSs8HIrC8ubt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#X6Ed9JMWBXFI31TaiHDqvSs8HIrC8ubt li:before{  }
#fulW4Q1SBzOiKKXtqIOhq3SeJFMzr4du { box-sizing:content-box;height:17.4375rem;width:73.75rem;position:absolute;display:block;z-index:15092;background-color:#f9007f;background-image:none;top:254.125rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-primary-1),0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TDZJIkgcazsWmt6I2bmFfcRJv9msbHzJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15175;opacity:1;top:256.25rem;left:3.0625rem; }
#uIvBE47PlOV3qzr79nBdPPnFzbl6il1z { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1868125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15162;line-height:1.3;letter-spacing:0;top:258.1875rem;left:3.0625rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ohtOxkAHaMbfWex7XnuymxK1P0vGM6XJ { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9993125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15163;line-height:1.3;letter-spacing:0;top:263.125rem;left:3.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iTec2MncVdkpRn20HwDW3360nepDbyQT { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15159;line-height:1.3;letter-spacing:0;top:265.25rem;left:3.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#iTec2MncVdkpRn20HwDW3360nepDbyQT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iTec2MncVdkpRn20HwDW3360nepDbyQT li:before{  }
#X4fCByQiaTh3f3gqH4FdNDP3xTTKlTXa { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15161;line-height:1.3;letter-spacing:0;top:266.5rem;left:3.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#X4fCByQiaTh3f3gqH4FdNDP3xTTKlTXa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#X4fCByQiaTh3f3gqH4FdNDP3xTTKlTXa li:before{  }
#THeFGzIn0yTKnLUGgxiRyCSW9fRTyhRM { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15162;line-height:1.3;letter-spacing:0;top:267.75rem;left:3.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#THeFGzIn0yTKnLUGgxiRyCSW9fRTyhRM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#THeFGzIn0yTKnLUGgxiRyCSW9fRTyhRM li:before{  }
#fbPzDoKI33VoXD10FV3SCdpHTMHTFJEW { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15114;line-height:1.3;letter-spacing:0;top:264.375rem;left:61.5rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rxAIntr8ItHyt3XyCUDBfCk3TnNS1KQI { position:absolute;display:block;z-index:15146;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:7rem;top:255.4375rem;left:63.8125rem;overflow:hidden;display:block; }
#wT4wQfeEfQmwTCDWcBCTw7GzXdGd8mkm { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1868125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15162;line-height:1.3;letter-spacing:0;top:214.5625rem;left:3.0625rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#iby6peV0NQwyOwxNN078RSFVihcvBq8g { box-sizing:content-box;height:16rem;width:73.75rem;position:absolute;display:block;z-index:15101;background-color:#f9007f;background-image:none;top:97.25rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-primary-1),0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#T1LnmeAH8bL50Z3gJMEmei1AhlXdzmQg { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15184;opacity:1;top:99.375rem;left:3.0625rem; }
#TwtOMBz5vmiz7xpJRc2ldf3CLZkrWXid { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1868125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15171;line-height:1.3;letter-spacing:0;top:101.3125rem;left:3.0625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TCQ89rfClNflRmW1kcoK8cSLv1aItylO { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9993125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15172;line-height:1.3;letter-spacing:0;top:104.5rem;left:3.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w0lDRM4lhc2wdbNBtvxM5pfhaQUPhvbX { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15123;line-height:1.3;letter-spacing:0;top:107.5rem;left:61.5rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I660mwfCDhhCWocchq867qXdBWKEAaZm { position:absolute;display:block;z-index:15155;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:6.875rem;top:98.5625rem;left:63.8125rem;overflow:hidden;display:block; }
#Wnf0f0u7zgwV6h8aeUA0Z001KMbc2xzr { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15168;line-height:1.3;letter-spacing:0;top:106.625rem;left:3.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Wnf0f0u7zgwV6h8aeUA0Z001KMbc2xzr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Wnf0f0u7zgwV6h8aeUA0Z001KMbc2xzr li:before{  }
#OH8hTaZhUeaTLn7atnvzDCHGXzwJ7kpv { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15170;line-height:1.3;letter-spacing:0;top:107.875rem;left:3.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#OH8hTaZhUeaTLn7atnvzDCHGXzwJ7kpv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OH8hTaZhUeaTLn7atnvzDCHGXzwJ7kpv li:before{  }
#r44TN87hNZO2Cr3H4xvwhuUxgmgCcO1R { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15171;line-height:1.3;letter-spacing:0;top:109.125rem;left:3.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#r44TN87hNZO2Cr3H4xvwhuUxgmgCcO1R li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r44TN87hNZO2Cr3H4xvwhuUxgmgCcO1R li:before{  }
#ZvTBewwpF74kvTpr0oNgSSmCQHaK6tRW { box-sizing:content-box;height:16.75rem;width:73.75rem;position:absolute;display:block;z-index:15110;background-color:#f9007f;background-image:none;top:292.3125rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-primary-1),0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#F5qLdSsxxJbTF76FLp6txwmVMW42yOsv { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15193;opacity:1;top:294.4375rem;left:3.0625rem; }
#oaMgSP1vAh3X7a4WyCmXbbxIlCwxlFxB { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1868125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15180;line-height:1.3;letter-spacing:0;top:296.375rem;left:3.0625rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KGJMr8IPV1rLp75VoWweJL8cbQUFKqpt { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9993125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15181;line-height:1.3;letter-spacing:0;top:301.5625rem;left:3.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZfNHIHLTJCuOAUp6U2wRpsxOUs07g8AS { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15177;line-height:1.3;letter-spacing:0;top:303.6875rem;left:3.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ZfNHIHLTJCuOAUp6U2wRpsxOUs07g8AS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZfNHIHLTJCuOAUp6U2wRpsxOUs07g8AS li:before{  }
#tcpbKL2GsNiaOuDZ5rzllTp6QqxkTQA7 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15132;line-height:1.3;letter-spacing:0;top:302.5625rem;left:61.5rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vouS0N5mUBoMudRg9k9JsZs5QH1nG8DF { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15179;line-height:1.3;letter-spacing:0;top:304.9375rem;left:3.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#vouS0N5mUBoMudRg9k9JsZs5QH1nG8DF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vouS0N5mUBoMudRg9k9JsZs5QH1nG8DF li:before{  }
#TEd06leIzQ80ccquOUODQyEfBHDiFPM6 { position:absolute;display:block;z-index:15164;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:6.875rem;top:293.625rem;left:63.8125rem;overflow:hidden;display:block; }
#S9XK9sTL82i0MIEy6x1GT0wghkZ6sUtg { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15180;line-height:1.3;letter-spacing:0;top:306.1875rem;left:3.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#S9XK9sTL82i0MIEy6x1GT0wghkZ6sUtg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S9XK9sTL82i0MIEy6x1GT0wghkZ6sUtg li:before{  }
#AA4bTTKSgR0UEOpnP52r8HrmHgIcWvHK { box-sizing:content-box;height:16.75rem;width:73.75rem;position:absolute;display:block;z-index:15119;background-color:#f9007f;background-image:none;top:273.5625rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-primary-1),0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rUvZdzlJMKpyM8Bl7DN7CPrVaktGiiM1 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15202;opacity:1;top:275.75rem;left:3.0625rem; }
#ML8tTlSbyhdQ5obcbt1LOd4biAOdZ8Db { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1868125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15189;line-height:1.3;letter-spacing:0;top:277.6875rem;left:3.0625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eRXRIlIvVy58an1MH1wrRTae5STgpEs3 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9993125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15190;line-height:1.3;letter-spacing:0;top:281.25rem;left:3.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AaGqe4UW8r2D7bWxshAF6ic5aEcRUUhL { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15186;line-height:1.3;letter-spacing:0;top:283.375rem;left:3.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#AaGqe4UW8r2D7bWxshAF6ic5aEcRUUhL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AaGqe4UW8r2D7bWxshAF6ic5aEcRUUhL li:before{  }
#IiOWagfIVM9TggFlpK3s98pOkc34hxZt { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15188;line-height:1.3;letter-spacing:0;top:284.625rem;left:3.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#IiOWagfIVM9TggFlpK3s98pOkc34hxZt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IiOWagfIVM9TggFlpK3s98pOkc34hxZt li:before{  }
#MFKJUTtP1rzvp6JSp7Ptv8HVJTCQuuHA { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15189;line-height:1.3;letter-spacing:0;top:285.8125rem;left:3.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#MFKJUTtP1rzvp6JSp7Ptv8HVJTCQuuHA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MFKJUTtP1rzvp6JSp7Ptv8HVJTCQuuHA li:before{  }
#Ulkby10tlrshHAB1NE5WspFF7QVLrR6q { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15141;line-height:1.3;letter-spacing:0;top:284.6875rem;left:61.5rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cdKxv51X22rtgy6STCWCDlJpbPOxPLNh { position:absolute;display:block;z-index:15173;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:6.5rem;top:275.75rem;left:64rem;overflow:hidden;display:block; }
#SOih7oTW2H3udTqWJIJqCXQLQ5z6LbGh { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3115rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:14.296875rem;left:5.71875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p8yM9U72n3krz4l80MJ3tm8p0FthfxcL { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3105625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:23.734375rem;left:5.71875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rz7Bu9AcNEIiZSHbN15aPt6eNesZ1Wbp { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3105625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:33.421875rem;left:5.71875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vDDLsMPRSPZMDJycZupTtggVyr74FyUm { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3105625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15203;line-height:1.3;letter-spacing:0;top:52.671875rem;left:5.71875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hkDTmrWUQR4ITMgQzNsTdMCTT4wxRTUZ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3105625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15204;line-height:1.3;letter-spacing:0;top:71.125rem;left:5.75rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PRKCaCALA0XPS7rDxHH5rwbHNLvZt4Pl { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15010;background-color:#6a816f;background-image:none;top:87.5rem;left:0.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(106,129,111,0.8) ;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#tPlSfve8Z5GrU98wax9TtDRAOi8M8tb6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:89rem;left:3rem; }
#WvJ3nskfFNcLgrL3cONXm8oEdR5ZmDiX { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3105625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:88.9375rem;left:5.75rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iutILtJT12EFBUq47KLoC1NLm8iZEJ0N { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3118095625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:91.625rem;left:3.0625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dQaWTScmOA2nodQha6dNbQJ2Mm7xLPJ6 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3105625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15205;line-height:1.3;letter-spacing:0;top:99.296875rem;left:5.71875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CGgTuLi3lQdiAqhgGHUc1OZT8KnpJlTJ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3105625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15206;line-height:1.3;letter-spacing:0;top:138.125rem;left:5.75rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rsRhxEL8mr4usqoVrkqo8xw7h1RxxiMe { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3105625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15207;line-height:1.3;letter-spacing:0;top:117.4375rem;left:5.75rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TPvv7H1pXUbSKzywnM2xCi00iw1S53Ad { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15014;background-color:#6a816f;background-image:none;top:155.9375rem;left:0.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(106,129,111,0.8) ;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#a5PDOoQ3U3m4m22zq2cBq8XxupyEH3Jl { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:157.4375rem;left:3rem; }
#eTLg6WNvhIuZ3KCn2iIoCcPB4uPAqm4m { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3105625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:157.375rem;left:5.75rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TU98KHTpxeC8wPLeQT9mhTgoL9WcWRpo { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3118095625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:160.0625rem;left:3.0625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DqhLFT4IUsdPBEeC5LKXlBo2F9unF6Aw { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3105625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:167.4375rem;left:5.75rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HwqAwxtUVVvsMMnolC9O59kxq01CNLNe { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3105625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:188.75rem;left:5.75rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RWQN5VMK4TXmNimOt4Hniqms0RIxqhOq { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3105625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:208.25rem;left:5.6875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n3q9y8veQMSdCcwc9fgxBAavDsxg1woi { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3105625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:226.875rem;left:5.8125rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nw8JPkMDsXFpuVxfFmqJSz9T2fEhsF46 { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15018;background-color:#6a816f;background-image:none;top:244.1875rem;left:0.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(106,129,111,0.8) ;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#eLsZzdET8Hqswqrwl3bXPGaxZm1ep42P { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:245.6875rem;left:3rem; }
#urSeOzHRw7LCbaqs7ibZ5cM7f36g3xkp { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3105625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:245.625rem;left:5.75rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KBzNtqTfGxIyUxMviNBIkMIHmPkBbpUD { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3118095625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:248.3125rem;left:3.0625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MKEpb0URHVedZWLnSK4VtzmuTI8R9VJ1 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3105625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15208;line-height:1.3;letter-spacing:0;top:256.1875rem;left:5.75rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qiRKxS1T9VlGTdLKNyXRslXkTflZcphL { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3105625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15209;line-height:1.3;letter-spacing:0;top:275.6875rem;left:5.75rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ostT72kFEe1N63tyZv9dF2C5eRLTzdxz { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3105625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15210;line-height:1.3;letter-spacing:0;top:294.375rem;left:5.75rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R4TwSoBg9qJI1b36oEdTJJJTa9Ozlu7x { box-sizing:content-box;height:19.5625rem;width:73.75rem;position:absolute;display:block;z-index:15120;background-color:#f9007f;background-image:none;top:311.25rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-primary-1),0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hfT0JtCusaqnKSIFnblT2p07dTaqyxeA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15203;opacity:1;top:313.375rem;left:3.0625rem; }
#fox8NTUe7cqWAlfT3aM1g8KrWClGIzgE { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3105625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15220;line-height:1.3;letter-spacing:0;top:313.3125rem;left:5.6875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UblpdImrlwaMbTvxS1S6Qg69TLTTSk7C { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1868125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15190;line-height:1.3;letter-spacing:0;top:315.3125rem;left:3.0625rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eBTnBOcqTyaVCOIuruOa4tnQQBbqqSgl { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15142;line-height:1.3;letter-spacing:0;top:321.5rem;left:61.5rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xu83qObWAMN33VGR5i95u70WGHFWOMMi { position:absolute;display:block;z-index:15174;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:6.875rem;top:312.5625rem;left:63.8125rem;overflow:hidden;display:block; }
#vD9wpVtmTBUqm7g1XyvX5o9RTqzHRAcm { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15022;background-color:#6a816f;background-image:none;top:333.1875rem;left:0.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(106,129,111,0.8) ;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#F3VGsdtgXGGDgX9dTkPgVBgEba21TrC5 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:334.75rem;left:3.0625rem; }
#BEvJWafCByfmt8TCtKVz7rWFdONCqAT4 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3105625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:334.6875rem;left:5.8125rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZHHmt7bMPnE4Qw2ApN0uXJEGouwtUeFl { color:rgba(var(--color-tertiary-0),1);display:block;width:36.436625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:337.4375rem;left:3.0625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#suspVrJmqWJIFzhBRbdLw6cpBC2OpmSS { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1868125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15190;line-height:1.3;letter-spacing:0;top:315rem;left:3.0625rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#H4KCtXAdviWaDA4uvLoi0n2s3Q88RCzJ { color:rgba(var(--color-tertiary-0),1);display:block;width:36.436625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:333.24956893921rem;left:3.0620670318604rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#QvuDR7lMcdVyru8LNmCQkZ9zmm4PTAND { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9993125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15185;line-height:1.3;letter-spacing:0;top:323rem;left:3.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kkCmidOzS2FTV184vkV6WBnpOhFX4wDb { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15181;line-height:1.3;letter-spacing:0;top:325.125rem;left:3.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#kkCmidOzS2FTV184vkV6WBnpOhFX4wDb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kkCmidOzS2FTV184vkV6WBnpOhFX4wDb li:before{  }
#ZhoqFheHIkxAebpqzFHK8BsMN6ieT8Ew { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15183;line-height:1.3;letter-spacing:0;top:326.375rem;left:3.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ZhoqFheHIkxAebpqzFHK8BsMN6ieT8Ew li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZhoqFheHIkxAebpqzFHK8BsMN6ieT8Ew li:before{  }
#bvFcENHAHKKs6HliMh6vP6T6SqhRmsm6 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15184;line-height:1.3;letter-spacing:0;top:327.625rem;left:3.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#bvFcENHAHKKs6HliMh6vP6T6SqhRmsm6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bvFcENHAHKKs6HliMh6vP6T6SqhRmsm6 li:before{  }
#oxA9o9vBTMdA954pDVrMUzflITiar5mP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#731143;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; }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row .container { background-color: transparent; background-image: none; }#oxA9o9vBTMdA954pDVrMUzflITiar5mP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row .container > .video-iframe-container { display: none; }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row > .video-iframe-container { display: none; }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .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); }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row .container { border-width: 0; border-radius: 0; }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:75rem;position:relative;display:block; }#uIXLW75xQODKow9By7ZQAfMi0WvdX7Qr { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:25.0625rem;top:1.2478170394898rem;left:25.343534469604rem;overflow:hidden;display:block; }
#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#731143;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; }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row .container { background-color: transparent; background-image: none; }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row .container > .video-iframe-container { display: none; }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row > .video-iframe-container { display: none; }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .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); }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row .container { border-width: 0; border-radius: 0; }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row .container { font-size:0.875rem;font-family:arial;height:74.3125rem;width:75rem;position:relative;display:block; }#l2omqFyFe3aC6qNO63nv4vm9MmHQA9Iz { color:#ffffff;display:block;width:31.0611875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.38671875rem;left:3.25rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ynJK0oqZyWfe9OhCqq5Pm3vI2N8lbkL3 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:45.3125rem;left:11.1875rem;height:18.691375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H4lMSGTvXcDa5LvUQmLsMI8xaRAtH2Tk { color:rgba(var(--color-primary-4),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:23.375rem;left:42.75rem;height:13.235293875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#cK3P7QiPmn6Rk9ltDRfTFbW0n4KurC6K { color:rgba(var(--color-primary-4),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:18.875rem;left:43.625rem;height:2.352941rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ZgRpbiLFvpREPh3eXDsZNUaDdCydyXNI { color:rgba(var(--color-tertiary-0),1);display:block;width:43.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:68.615234375rem;left:15.6494140625rem;height:2.761725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rBZXfPw7CTVqfcz1wJ5VH0cK10ZePUHc { color:rgba(var(--color-tertiary-0),1);display:block;width:39.2497673125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:42.705627441406rem;left:17.621783256531rem;height:2.7604125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#eGDsOw7al5puHGcDDXoG2OE26f6yVroA { color:rgba(var(--color-tertiary-0),1);display:block;width:58.3720625rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:8.0576171875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xHcIL2hTmPGfAoPLg8v2bL47sD9utbiL { color:#c21b69;display:block;width:27.1198125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:36.625rem;left:4.3125rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w6HJP488SdE0dPDO5rmOHIEml6lLhxGV { color:#ffffff;display:block;width:27.1213125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:42.6875rem;left:11.1875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MkTXPVT1Vus6V6JBAf3zhrgxUXavMiob { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:6.1875rem;left:16.875rem; }
#QWkvfMgue2xthGEDOnyzy2UCZl0TftK7 { box-sizing:content-box;height:4.5rem;width:29.3125rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.9375rem;left:3.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#LVlm9onX8ARiIE15b5mcAnXv0TtaIFF1 { box-sizing:content-box;height:7.6875rem;width:6.8125rem;position:absolute;display:block;z-index:15005;background-color:#f9007f;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:42.6875rem;left:3.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#SToluWrMBOfM0B9hPMgSBHdr9eZ7tNCO { box-sizing:content-box;color:#5d92ff;font-size:4.875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:44rem;left:4.125rem; }
#NL4tKGiyuzHu1MN8KBoli9nX70BPfLmX { box-sizing:content-box;height:5.1875rem;width:30.6875rem;position:absolute;display:block;z-index:15003;background-color:#6a816f;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.375rem;left:3.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#QT3wVBw4SgVEGWVGUeO9STAZwhTFLc2J { color:#ffffff;display:block;width:27.1213125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:42.6875rem;left:11.1875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#eHPcm3AbreizJTQiTKbLtmD4gpN0og1n { color:#c21b69;display:block;width:27.1198125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:36.625rem;left:4.3125rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ZQ55P5xVOw2FXBgTN1nei3xZM0bpUeqS { box-sizing:content-box;color:#5d92ff;font-size:4.875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:44rem;left:4.125rem;display:none; }
#dwm1TvPUAyQ5lOmmHVZC4oLOwJ3Xyhew { box-sizing:content-box;height:7.6875rem;width:6.8125rem;position:absolute;display:block;z-index:15005;background-color:#c21b69;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:42.6875rem;left:3.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#XseCtwogv73TzguNoo8AyiM41JTmtmV0 { color:#ffffff;display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:45.3125rem;left:11.1875rem;height:15.30095625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#IvGfRusRPIuTz992mTi7zFrp4cdl0rzX { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:14.3125rem;top:18.5rem;left:11.59375rem;overflow:hidden;display:block; }
#NXgUr74vRyNJ4KX4r0yFTuGmiwaousNm { color:#ffffff;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:45.3125rem;left:11.1875rem;height:18.691375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ozX2TevzZWmmiJKyxmQThbpHWWeX31F9 { color:#ffffff;display:block;width:31.0611875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:12.38671875rem;left:3.25rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#k4XMGtpHfPOn6vhX5CwQNqEzo70TyFMp { box-sizing:content-box;height:5.1875rem;width:30.6875rem;position:absolute;display:block;z-index:15005;background-color:#6a816f;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.4375rem;left:40.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#hO6waZ189ohygpqoI99ffEc4ef76a9Gh { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:6.25rem;left:54.375rem; }
#wrKr4ARmliaTRlhn7Nx3MeEsHxoOxp7s { color:#ffffff;display:block;width:31.060875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:12.385476112366rem;left:40.75rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VDCntF82MQsyIHBsFfPv0stpy7oR7uBG { color:#c21b69;display:block;width:27.1198125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:36.5rem;left:41.9375rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rT3byqW93n7Fp6e0s2bPNUfhZg8DTQmH { box-sizing:content-box;height:4.5rem;width:29.3125rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.8125rem;left:40.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#tKe7KBCuh62diVfX1v22Vm8OyLRuQwZN { box-sizing:content-box;color:#5d92ff;font-size:4.875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:44rem;left:41.75rem; }
#ReH9ZJyvqhprhysaM8GJtmmpKoJrg0Ig { box-sizing:content-box;height:7.6875rem;width:6.8125rem;position:absolute;display:block;z-index:15007;background-color:#f9007f;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:42.6875rem;left:40.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#nornuDrAG18gRXlhIBBwT5R1u665vRqb { color:#ffffff;display:block;width:24.125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:42.75rem;left:49.25rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TeUd5bX99BMb7zfRb06VhV3URC6o2rK2 { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:45.375rem;left:49.25rem;height:10.1953125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VUKelwDTNuflQ8InlprA0AmDqQf4SUgJ { color:#c21b69;display:block;width:27.1198125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:36.5rem;left:41.9375rem;height:2.9243625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#VMsWsXGJSyvfQrKNWrz2rsu3gVmvaXaN { color:#ffffff;display:block;width:31.060875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.385476112366rem;left:40.75rem;height:4.87393125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#kN4Oepno0UJ3OclUxp9ydnQyTOtvg3Bb { color:#ffffff;display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:42.75rem;left:49.25rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#oeHH6amOszKS7KuulUgBxAsJrSLWwPTS { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:22.3118125rem;top:20.061256527901rem;left:45.092329025269rem;overflow:hidden;display:block; }
#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(157deg, rgba(115,17,67,0.6), rgba(249,0,127,0.6));background-image: -moz-linear-gradient(157deg, rgba(115,17,67,0.6), rgba(249,0,127,0.6));background-image: -ms-linear-gradient(157deg, rgba(115,17,67,0.6), rgba(249,0,127,0.6));background-image: -o-linear-gradient(157deg, rgba(115,17,67,0.6), rgba(249,0,127,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73114399', endColorstr='#f9007f99' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73114399', endColorstr='#f9007f99' );";background-image: linear-gradient(157deg, rgba(115,17,67,0.6), rgba(249,0,127,0.6));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua > .row .container { background-color: transparent; background-image: none; }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua > .row .container > .video-iframe-container { display: none; }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua > .row > .video-iframe-container { display: none; }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua > .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); }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua > .row .container { border-width: 0; border-radius: 0; }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#X6DzB9cTamzacFCBcJq4dHIvZm6m9xMO { color:rgba(var(--color-tertiary-0),1);display:block;width:58.3746875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3580236434936rem;left:8.3117313385013rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iy62H8q6MeUV1MdeOJvripyiwkSPKKen { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:24.6869375rem;width:43.9991875rem;top:11.461375236511rem;left:15.499961853028rem;display:block; }
#ZVr0gpREKFTIUiFX2fEEmXpa2PyO4gtv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(78deg, #251246, #970051);background-image: -moz-linear-gradient(78deg, #251246, #970051);background-image: -ms-linear-gradient(78deg, #251246, #970051);background-image: -o-linear-gradient(78deg, #251246, #970051);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#251246', endColorstr='#970051' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#251246', endColorstr='#970051' );";background-image: linear-gradient(78deg, #251246, #970051);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; }#ZVr0gpREKFTIUiFX2fEEmXpa2PyO4gtv > .row .container { background-color: transparent; background-image: none; }#ZVr0gpREKFTIUiFX2fEEmXpa2PyO4gtv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVr0gpREKFTIUiFX2fEEmXpa2PyO4gtv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVr0gpREKFTIUiFX2fEEmXpa2PyO4gtv > .row .container > .video-iframe-container { display: none; }#ZVr0gpREKFTIUiFX2fEEmXpa2PyO4gtv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVr0gpREKFTIUiFX2fEEmXpa2PyO4gtv > .row > .video-iframe-container { display: none; }#ZVr0gpREKFTIUiFX2fEEmXpa2PyO4gtv > .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); }#ZVr0gpREKFTIUiFX2fEEmXpa2PyO4gtv > .row .container { border-width: 0; border-radius: 0; }#ZVr0gpREKFTIUiFX2fEEmXpa2PyO4gtv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZVr0gpREKFTIUiFX2fEEmXpa2PyO4gtv > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;position:relative;display:block; }#itxxbr0tWVdKDksnPCGIqTbfU9nTdvc5 { box-sizing:content-box;height:34.0625rem;width:61.1248125rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:4.8570671081543rem;left:6.4808235168456rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;display:block; }
#U9fi2kntwCJnypwaPLBQbgtcodqnGO0I { color:#251246;display:block;width:53.6248125rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.8103694915769rem;left:10.686256408691rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pLGDKOHiK6OxIMM5rCQ5dE9nDc8Tgq4T { color:#251246;display:block;width:28.5608125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:22.625rem;left:10.1875rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bSbI2aUDeTMfSiPeSWKoxA6dfkSaOGW1 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1248125rem;width:34.437125rem;top:13.061967849731rem;left:38.746446609497rem;overflow:hidden;display:block; }
#g9SvqQVNGkgEUTCG9cpJWNPSHG5dW1tk { color:#251246;display:block;width:28.5608125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:13.0625rem;left:10.1875rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RkndSWWFE3lT1iapDOiuWSMU9qNXNaJB { box-sizing:content-box;height:5.3125rem;width:17.875rem;position:absolute;display:block;z-index:15003;background-color:#2a4537;background-image:none;top:31.3408203125rem;left:6.3720703125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WC0KbUg6FuFyVqTMwK6Ffhc2rK35eeZo { color:#ffffff;display:block;width:10.374625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:32.617186188698rem;left:13.374465942382rem;height:2.761725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TaGUwhWXkF01AEPcMo50cgre32vynaPR { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:32.75rem;left:10.1875rem; }
#oTQQKuiDyA1rbyCUygFxPVvbwNdvUFeO { color:#000000;display:block;width:28.5608125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:22.625rem;left:10.1875rem;height:6.4985625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#yJA3tACvB6gmkSUdp3tcV6bNUM3zxZeK { color:#731143;display:block;width:28.5608125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:13.0625rem;left:10.1875rem;height:8.12325rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row .container { border-width: 0; border-radius: 0; }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:none; }#KHOvOnyTJTwIp4KqNJZ7IgPJGh2uxXl6 { box-sizing:content-box;height:20.5625rem;width:34.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:22.5625rem;left:1.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UIre4sakZ0eB4Uxmlaeqi8bBoe0Al7Ur { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15114;line-height:1.3;letter-spacing:0;top:30.375rem;left:15.25rem;height:1.30038125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q5bA7H6PTnkz0O88QgTfrCoiwDpdTXFv { color:rgba(var(--color-tertiary-0),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:34rem;left:9.25rem;height:3.249125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t1WzKAe2pqtpl4CdHQsH3onJt9HolHaB { box-sizing:content-box;height:2rem;width:13.0625rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;top:30rem;left:12.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#lRwgPPJTp3vzX2R80oAmGtbuGu4IGHSc { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:26.8125rem;left:11.375rem;height:2.2736625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p2tL9hqeDqckQi9mEIHrT08RJy5NZeXO { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:39.1123046875rem;left:11.40625rem;height:1.30038125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rJH3K3GJ42mrUuUIPqO4WF5nQr1pJEwP { color:rgba(var(--color-tertiary-0),1);display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:12.625rem;left:13.6552734375rem;height:5.849875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PI57aOQqpHvFSc5L47lICKrq7SekDtnO { box-sizing:content-box;height:7rem;width:7rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/121861e9-bd92-4f4a-8004-c20ab9452b93/WykadowcySesjanaukowa.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.5rem;left:15.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#PI57aOQqpHvFSc5L47lICKrq7SekDtnO.adaptive-delivery-prevent-bg, #PI57aOQqpHvFSc5L47lICKrq7SekDtnO.lazyload, #PI57aOQqpHvFSc5L47lICKrq7SekDtnO.lazyloading { background-image: none; }
#B0dw7P2XlLlUs9N5K0xR47ddI0T3rz4h { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:8.125rem;left:22.25rem;height:3.249125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wHc3ZWsbFeKbamRZJ6uPpSA910bodW0V { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:14.1875rem;left:40.75rem;height:5.85rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#x8h2GfuIMXvcobwH86im0xxwZooB9Vnv { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:14.1875rem;left:40.75rem;height:5.85rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#tmir7uTBxTcZlxG3p4dxu5MIO220fSf2 { color:#ffe7b9;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.875rem;left:28.8125rem;height:4.0628875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wi5PJa3tLW32DbcnWHQp050OnTiFwqwE { box-sizing:content-box;height:20.5rem;width:34.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:22.625rem;left:39rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FJTtBPgXA41It0PSG8zaoLLLgv4crTfn { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15121;line-height:1.3;letter-spacing:0;top:30.4375rem;left:52.75rem;height:1.30038125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fH9x2RAlNNE9hXDdL073UqUJILFTESha { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:33.1875rem;left:43.59375rem;height:4.8736875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tvdzeTHcFBywK8gnxwz7uhEzpAq7TTFI { box-sizing:content-box;height:2rem;width:13.0625rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-4),1);background-image:none;top:30.0625rem;left:49.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#lZbsZR1yfAx0mBtwXdFVS6ggqRUKnTZC { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.3;letter-spacing:0;top:26.875rem;left:48.875rem;height:2.27365625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fDATvwyUL8lg2bTtwGTfZq0IDqB3cOcr { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:39.1123046875rem;left:48.90625rem;height:1.30038125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ATTVxK4MM3HtUmThI5P5SyeI2hQpmXZ3 { box-sizing:content-box;height:7rem;width:7rem;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:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3a2eb192-d9c1-4657-a4af-db8d542c8cca/JagodaWeihonigprelegentkaCuraproxCuraden.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.5625rem;left:52.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ATTVxK4MM3HtUmThI5P5SyeI2hQpmXZ3.adaptive-delivery-prevent-bg, #ATTVxK4MM3HtUmThI5P5SyeI2hQpmXZ3.lazyload, #ATTVxK4MM3HtUmThI5P5SyeI2hQpmXZ3.lazyloading { background-image: none; }
#IOuveg6O7nMKFwXX7vnDP8yc8x7RExXK { box-sizing:content-box;height:24.1875rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.374998092651rem;left:0rem;display:none; }
#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#731143;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; }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row .container { background-color: transparent; background-image: none; }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row .container > .video-iframe-container { display: none; }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row > .video-iframe-container { display: none; }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .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); }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row .container { border-width: 0; border-radius: 0; }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;position:relative;display:block; }#Ae3S8dlkl0Pw41Bx7Lqz7MJ8OchETS9m { box-sizing:content-box;height:69.6875rem;width:25.125rem;position:absolute;display:block;z-index:15002;background-color:#731143;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.187194824219rem;left:24.936521530151rem;display:block; }
#zUVc5RVGvhNVT895G0byh13thJcMHR5y { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:16.25rem;top:12.0625rem;left:26.25rem;overflow:hidden;display:block; }
#UPyrIXc0oMhwp1ENXxnGf77rgprRG7PA { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:17.8125rem;top:13.6875rem;left:30.9375rem;overflow:hidden;display:block; }
#fxDXgMXvbHlN8whG3ugf1BKop5CCb1eV { color:#731143;display:block;width:71.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8580741882324rem;left:0rem;height:4.46821875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#K1sx20VHtdG75b6k9xnXZf9NXGaA3nTh { color:#731143;display:block;width:71.685625rem;position:absolute;font-family:montserrat;font-size:3.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.25rem;left:1.65625rem;height:4.3869375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sVHKi9fXp53xyVPVnS9evPzgx1qW9hMW { box-sizing:content-box;height:24.1875rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#H8wAxsZnXZeQliluAHUxxHQzhCcTXQfH { position:relative;display:block; }#H8wAxsZnXZeQliluAHUxxHQzhCcTXQfH { background-color: transparent; background-image: none; }#H8wAxsZnXZeQliluAHUxxHQzhCcTXQfH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8wAxsZnXZeQliluAHUxxHQzhCcTXQfH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8wAxsZnXZeQliluAHUxxHQzhCcTXQfH > .row .container > .video-iframe-container { display: none; }#H8wAxsZnXZeQliluAHUxxHQzhCcTXQfH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8wAxsZnXZeQliluAHUxxHQzhCcTXQfH > .row > .video-iframe-container { display: none; }#H8wAxsZnXZeQliluAHUxxHQzhCcTXQfH > .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); }#H8wAxsZnXZeQliluAHUxxHQzhCcTXQfH { border-width: 0; border-radius: 0; }#H8wAxsZnXZeQliluAHUxxHQzhCcTXQfH > .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; }#H8wAxsZnXZeQliluAHUxxHQzhCcTXQfH > .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:55.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oWHtpqL2uMmPssv8WeMo5NS8hWndrUAE { color:#ffffff;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.0015621185303rem;left:0.75rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TngkLKJwqK0tFI3xxWCfC70pvwSBBINq { box-sizing:content-box;height:4.0625rem;width:12.1234375rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.375rem;left:14rem;display:block; }
#al5TT3MoZyQJo85n6crt2kuEaB8gZpnZ { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:9.4765644073488rem;left:2.34375rem;height:1.7871125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zeSe8hu1dHHU63xZdg6S4evgnLMWbGtJ { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:5.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.625001907349rem;left:3.53125rem;height:6.90625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QIelD9rxnISRAHnP2HaTENvTI3iVZkaN { color:#ffffff;display:block;width:22.99625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:23.029963493347rem;left:1.0005321502686rem;height:17.51953125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u8hAQbvcLmhKfdBuTFNIfpP5MVH8Em8q { background-color:#e7c267;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#1d0410;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9359375rem;height:3.8734375rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:45.373441696167rem;left:3rem;display:block; }
#DiVwn3q9LolR9iFUUAnwEwmPVuzzddyW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tmzvRlXPUDVBsVNa36TZUDaFk7D8VXi7 { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.2859382629394rem;left:26.312503814698rem;height:3.4121125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ga5ikyiFiZdBO0LWpX8uTps0A0stflgt { box-sizing:content-box;height:55.6875rem;width:25.25rem;position:absolute;display:block;z-index:14997;background-color:#f9007f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:49.874822616577rem;display:block; }
#Bw9a5E0ZWt4U8XbGXcP2tu7wNPiHi7BJ { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:4.7624988555908rem;left:26.125003814698rem;height:3.7109375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cmw0suNsQJgeuq9bdKKn8JuPColWvBDU { color:#ffffff;display:block;width:22.9980625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:20.529952049256rem;left:26.000532150269rem;height:17.51953125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w4JfN58X4Q3klKHOiCkAdzHPtb0ZNu42 { background-color:#e7c267;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#1d0410;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.936875rem;height:3.83219375rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:45.39306640625rem;left:29.030759811401rem;display:block; }
#ETzzTzAPz4iC5caDGs7DyCu8SQ5tHD7C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IsevqobaTTyFlrkVBy2n4PaTt53CTJhm { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:5.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.13125038147rem;left:28.531253814698rem;height:6.90625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oCnmRMtBZsTHFOk4sVTTnnTX56NuH8Vi { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.2890644073488rem;left:51.312503814698rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTHnUVHROQTehTbkNPlnTWgrafTLKTAB { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:montserrat;font-size:5.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:12.437501907349rem;left:51.312503814698rem;height:7.14975rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LQaxhbleTTbpbcxCv4QPhO4q7o8digrx { color:#ffffff;display:block;width:20.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:19.937501907349rem;left:52.218753814698rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g5Ht5RRas4MSSi55fEKkNdP3281e5XWO { color:#ffffff;display:block;width:20.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:27.192186355591rem;left:52.218753814698rem;height:12.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rEE9gHKhXuH6zdihwnmCHw5DbkJefsZ9 { background-color:#e7c267;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#1d0410;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9359375rem;height:3.8734375rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:45.373441696167rem;left:54.031253814698rem;display:block; }
#F4RXKfQ2ybdHAFI2hWKXm8GADWr9DP6h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zQzwwVGwt83p3f9LZdM920aTFEJ2RqmE { box-sizing:content-box;height:55.625rem;width:24.9375rem;position:absolute;display:block;z-index:14996;background-color:#6a816f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#Z27ebdT8eO3itbO6Gbu8A4NPa5UtL9l1 { box-sizing:content-box;height:69.6875rem;width:25.125rem;position:absolute;display:block;z-index:14998;background-color:#731143;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.187316894531rem;left:24.936967849731rem;display:none; }
#mn4pQqdWX8P2baZqme8T0mkTugAmhoJy { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:19.1875rem;top:12.062500476837rem;left:26.250003814698rem;overflow:hidden;display:none; }
#T9ONi7iVlzVJdwlQg44cK6Mb8PySDxMT { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:14.625rem;top:15.250000476837rem;left:29.500003814698rem;overflow:hidden;display:none; }
#lA9Uhh58Hp8NvO360zKF3lswhBcR9zq9 { color:#731143;display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:27.192186355591rem;left:52.218753814698rem;height:12.3739375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GRoLlTQnW7tVz9ZCLMdS1zuNBtXf30bf { color:#ffffff;display:block;width:22.9984375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:21.80624961853rem;left:26.000003814698rem;height:18.69318125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#K8K8MqK6mD7gta5oZI4dvpMF4fd0WG1Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K8K8MqK6mD7gta5oZI4dvpMF4fd0WG1Z > .row .container { background-color: transparent; background-image: none; }#K8K8MqK6mD7gta5oZI4dvpMF4fd0WG1Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8K8MqK6mD7gta5oZI4dvpMF4fd0WG1Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8K8MqK6mD7gta5oZI4dvpMF4fd0WG1Z > .row .container > .video-iframe-container { display: none; }#K8K8MqK6mD7gta5oZI4dvpMF4fd0WG1Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8K8MqK6mD7gta5oZI4dvpMF4fd0WG1Z > .row > .video-iframe-container { display: none; }#K8K8MqK6mD7gta5oZI4dvpMF4fd0WG1Z > .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); }#K8K8MqK6mD7gta5oZI4dvpMF4fd0WG1Z > .row .container { border-width: 0; border-radius: 0; }#K8K8MqK6mD7gta5oZI4dvpMF4fd0WG1Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K8K8MqK6mD7gta5oZI4dvpMF4fd0WG1Z > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#731143;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; }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row .container { background-color: transparent; background-image: none; }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row .container > .video-iframe-container { display: none; }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row > .video-iframe-container { display: none; }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .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); }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row .container { border-width: 0; border-radius: 0; }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#VGfA4fxDASDIIaKgs7mBmm03zGTFshmh { color:#ffffff;display:block;width:67.0625rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.7958984375rem;left:0rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #731143, #f9007f);background-image: -moz-linear-gradient(180deg, #731143, #f9007f);background-image: -ms-linear-gradient(180deg, #731143, #f9007f);background-image: -o-linear-gradient(180deg, #731143, #f9007f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#731143', endColorstr='#f9007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#731143', endColorstr='#f9007f' );";background-image: linear-gradient(180deg, #731143, #f9007f);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; }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row .container { background-color: transparent; background-image: none; }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row .container > .video-iframe-container { display: none; }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row > .video-iframe-container { display: none; }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .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); }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row .container { border-width: 0; border-radius: 0; }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:75rem;position:relative;display:block; }#h7xGFraUbP6ZwObncpP6SfHqZ8SQKKhn { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.3125rem solid #e7c267;border-left:0.3125rem solid #e7c267;border-right:0.3125rem solid #e7c267;border-bottom:0.3125rem solid #e7c267;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:43.5625rem;width:20.875rem;top:2.75rem;left:51.5625rem;display:block; }
#RPaKBNkvPxBA52s38iaTowd7sSnDDWch { box-sizing:content-box;height:0.12485375rem;width:12.5rem;position:absolute;display:block;z-index:15035;background-color:#e7c267;background-image:none;top:42.5rem;left:54.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IAVZ4rJKIQ0FDN5q5NOzIanIxuK7iVnI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8745625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:43.5rem;left:54.375rem;height:1.600475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zLQN3qGWqBTHqUv4OJaVkTbbcHheI4B0 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:24.6875rem;left:29.375001907349rem;height:12.796875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#c2Wq9GlEFbRmLNgnoedWFskpi1ARQoGs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:37.875rem;left:54.375rem; }
#IH3NAXPLzU6OSKuomE45v27BwU8dfo4A { display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.375rem;font-weight:700;z-index:15043;line-height:1.1;letter-spacing:0;top:19.9375rem;left:54.375rem;height:10.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#6a816f;text-align:center;text-align-last:center;display:block; }
#LHcyzAbrqXLJS44wHywcnz3RspG9s2Wd { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.3125rem solid #e7c267;border-left:0.3125rem solid #e7c267;border-right:0.3125rem solid #e7c267;border-bottom:0.3125rem solid #e7c267;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:43.5625rem;width:20.875rem;top:3rem;left:2.625rem;display:block; }
#kAhZQVbUV30EI8ydbHaWlZGg0JQlTAuK { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:24.687502861023rem;left:4.3750019073486rem;height:12.796875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#hbmkIF6bTkPi2rtAWpTtokPnVPbEeuZf { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.3125rem solid #e7c267;border-left:0.3125rem solid #e7c267;border-right:0.3125rem solid #e7c267;border-bottom:0.3125rem solid #e7c267;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:43.5625rem;width:20.875rem;top:3rem;left:27.375rem;display:block; }
#tu9kX2QixABfoQ75b0kapWryTINxuRUp { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15044;line-height:1.6;letter-spacing:0;top:24.6875rem;left:54.375rem;height:7.9980625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#mT2hXWFKXwe36AaoXFmfFIbbaF88mfBr { display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.375rem;font-weight:700;z-index:15042;line-height:1.1;letter-spacing:0;top:19.9375rem;left:29.375rem;height:10.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#6a816f;text-align:center;text-align-last:center;display:block; }
#mTEftX3G6u0ROhvTdelTUzw2NDk1TtuQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:37.875rem;left:29.375rem; }
#zHIqSts1yoAOP8oDMW8sIXEWaKakrTw5 { box-sizing:content-box;height:0.12485375rem;width:12.5rem;position:absolute;display:block;z-index:15023;background-color:#e7c267;background-image:none;top:42.5rem;left:4.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VlxqZgpiy3UydH1Npy7sKUhLm5CE1cFT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8745625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:43.5rem;left:4.375rem;height:1.600475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#astviTZ67o6tfAturHSwPGpRO4KiT1yK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8745625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:43.5rem;left:29.375rem;height:1.600475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TpzigFqs4lHxv6ArNJuNuoBT9XJCD3ZU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:37.875rem;left:4.375rem; }
#G3f1WVD9exEkHK1TmrkSJumZsgb7e1Up { display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:19.9375rem;left:4.375rem;height:10.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#6a816f;text-align:center;text-align-last:center;display:block; }
#wcCa73yaRXHbENTZKN2BkXXQG9xkZMzd { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:18.5rem;top:5.5rem;left:3.8125rem;overflow:hidden;display:block; }
#iRmf1fZkhzR1396qPTM10pm5dtIp5tXs { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:18.5rem;top:5.8125rem;left:28.875rem;overflow:hidden;display:block; }
#i0AJCagx2DObiiZtuH9dnww7QnTRl1LG { box-sizing:content-box;height:0.124783125rem;width:12.5rem;position:absolute;display:block;z-index:15036;background-color:#e7c267;background-image:none;top:42.5rem;left:29.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#riUmpkglhq4VlPrwp2zep9CJSlaV5IX7 { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:18.5rem;top:6.03125rem;left:53.0625rem;overflow:hidden;display:block; }
#mlNQJpk24aDbetZdirxEpBEVrenhJxDr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#mlNQJpk24aDbetZdirxEpBEVrenhJxDr > .row .container { background-color: transparent; background-image: none; }#mlNQJpk24aDbetZdirxEpBEVrenhJxDr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlNQJpk24aDbetZdirxEpBEVrenhJxDr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlNQJpk24aDbetZdirxEpBEVrenhJxDr > .row .container > .video-iframe-container { display: none; }#mlNQJpk24aDbetZdirxEpBEVrenhJxDr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlNQJpk24aDbetZdirxEpBEVrenhJxDr > .row > .video-iframe-container { display: none; }#mlNQJpk24aDbetZdirxEpBEVrenhJxDr > .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); }#mlNQJpk24aDbetZdirxEpBEVrenhJxDr > .row .container { border-width: 0; border-radius: 0; }#mlNQJpk24aDbetZdirxEpBEVrenhJxDr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mlNQJpk24aDbetZdirxEpBEVrenhJxDr > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:block; }#H6MTTliiz7T0vVO5ZoPIuCzli7dmOsHp { color:#f9007f;display:block;width:21.9370625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.5rem;left:37.5rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wx0IeCFXKa6XhMqiTwXFuD1wyCTTfub8 { color:rgba(var(--color-primary-4),1);display:block;width:32.875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.625rem;left:40.9375rem;height:7.47265625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y90oWPTbyBGNs0Tqtw4LvliXET4JN2lb { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:10.4375rem;left:37.5rem; }
#My2kXqex2dho5hkddkpphRtg7An1IFAu { color:rgba(var(--color-primary-4),1);display:block;width:21.4355625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.228515625rem;left:40.9375rem;height:1.7068125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CNN60a7Q2CrCe5TGIvPpE9tMe1NB7vD2 { z-index:15023;top:21.5625rem;left:60rem;background-color:#e7c267;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#1d0410;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.24975rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PMTAFthacF1mwqi2gn94UwZIpXTadbVk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z28KbR3dnTGgMT0xMTh99kO4yNboK6rm { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top: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:23.625rem;width:31.5625rem;top:3.0625rem;left:0rem;overflow:hidden;display:block; }
#USQ2G9wt2lh7kSpCGpArqoQaAB484WWT { box-sizing:content-box;height:0.24902375rem;width:17.87475rem;position:absolute;display:block;z-index:15025;background-color:#6a816f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7rem;left:57.125rem;display:block; }
#S53uEG4SdbkTwkuayHupH1WlqllvlUru { box-sizing:content-box;height:0.24902375rem;width:20.625rem;position:absolute;display:block;z-index:15026;background-color:#6a816f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.25rem;left:37.5rem;display:block; }
#vgrE2yKoTSKMKvnwCDNqwQlHRHyaF4kK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.49926875rem;width:5.49926875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:18.873291015625rem;left:48.905029296875rem; }
#CPyRUOvmMehaHKqLEgJgPH7VmryitFxf { color:rgba(var(--color-primary-4),1);display:block;width:26rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.4375rem;left:40.9375rem;height:3.73579375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container { background-color: transparent; background-image: none; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container > .video-iframe-container { display: none; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row > .video-iframe-container { display: none; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .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); }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container { border-width: 0; border-radius: 0; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;position:relative;display:block; }#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-element-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:montserrat;font-style:normal;height:auto;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K .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;font-weight:400;font-style:normal;text-align:left;text-align-last:left;height:auto; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-trigger { width:1.875rem;min-width:1.875rem;height:1.875rem;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_315909dc118a567be382ac46e051f6f0.svg");background-size:contain !important; }#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-trigger.adaptive-delivery-prevent-bg, #nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-trigger.lazyload, #nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-trigger.lazyloading { background-image: none; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K { box-sizing:content-box;height:auto;width:39rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15016;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:12.989368438721rem;left:33.375001907349rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#nEoklRmWSD9My25L2skMTdre0PnBDx7K #pofRCmXUKWGWg2BTAo0pRrZJLrrQQuKT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #MlFv2Xu9mr1tBckFXNokhnTanv5G2CO5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #XfWm32lAIBLPhT6T9BXJJUl2MLfRc5T5 { display:block;position:relative; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #nqnFT6hLcN3ALRy71Dum9Xq2XMrGKMUK {  }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #xwMQlC24GZZaxSrTHgq6iz2TsihUlCsN {  }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #JT3KQNk3N4IHWxVxtsBqtSLmihnvfHhp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #TfN9Um0wFe6S62baVHKSJK4vbcoBSD0O { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #BQbJe6QZ04GpOCtxobaAM57Tdh14tNsh { display:block;position:relative; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #vypTSsC7a2TiiJ742Q9IT2WHSxcHowM9 {  }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #Kf8L0ZQxXFoJNPB05EWCHG9o6l3CIeKo { display:none; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #a5IPazoXHC61Sf5QyN0BrsGioCxux9IQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #JbcfnuEyzgFoQPp5xpPLR0SR38wbzENI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #GpAnTWCEHpuSCv1mzrfS5zFBytntGGUd { display:block;position:relative; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #mfReeWuC5NXvsqIFkk7tKd4WwDVSTX2q {  }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #nfQtf2WLnJMEFZqI3M1m1F6dwXy0zGmv { display:none; }
#E2mouJyDbC0rD7eeaR66cOyQdLPAVXbx { color:rgba(var(--color-tertiary-0),1);display:block;width:32.8125rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.9253482818604rem;left:0rem;height:4.46875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q3sclbhDyHvI6VC4DicoE2AXCrNulRpK { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:15.625rem;width:27.875rem;top:11.232421875rem;left:1.53125rem;overflow:hidden;display:block; }
#tOfOPN3sEB3Mxy2ZVo9wgrw1BhFPF2Ni { box-sizing:content-box;height:17.8125rem;width:30.9375rem;position:absolute;display:block;z-index:15004;background-color:#f9007f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.138671875rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
#qi5oQ5TP7idqBpQrageqvro1tvlBVdor .accordion-element-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#qi5oQ5TP7idqBpQrageqvro1tvlBVdor .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#qi5oQ5TP7idqBpQrageqvro1tvlBVdor .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:var(--paragraphs-font-family);font-style:normal;height:auto;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left; }
#qi5oQ5TP7idqBpQrageqvro1tvlBVdor .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:var(--paragraphs-font-family);font-weight:300;font-style:normal;text-align:left;text-align-last:left;height:auto; }
#qi5oQ5TP7idqBpQrageqvro1tvlBVdor .accordion-trigger { width:1.875rem;min-width:1.875rem;height:1.875rem;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_315909dc118a567be382ac46e051f6f0.svg");background-size:contain !important; }#qi5oQ5TP7idqBpQrageqvro1tvlBVdor .accordion-trigger.adaptive-delivery-prevent-bg, #qi5oQ5TP7idqBpQrageqvro1tvlBVdor .accordion-trigger.lazyload, #qi5oQ5TP7idqBpQrageqvro1tvlBVdor .accordion-trigger.lazyloading { background-image: none; }
#qi5oQ5TP7idqBpQrageqvro1tvlBVdor { box-sizing:content-box;height:auto;width:39rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15016;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:12.989368438721rem;left:33.375001907349rem;display:none; }
#qi5oQ5TP7idqBpQrageqvro1tvlBVdor .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#qi5oQ5TP7idqBpQrageqvro1tvlBVdor #t9BZ7oOqodGLZU5hrhQ1m7JHsH1ytDZR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qi5oQ5TP7idqBpQrageqvro1tvlBVdor #TWA5XrOeOc0veUJqKxid0ntTN2Rxyn15 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qi5oQ5TP7idqBpQrageqvro1tvlBVdor #hghVMRii3Lw7WJ9KeePfuWERWSytybGk { display:block;position:relative; }
#qi5oQ5TP7idqBpQrageqvro1tvlBVdor #rhgHHNn5GRp9mawbvVb0y2kQT5lFhIcO {  }
#qi5oQ5TP7idqBpQrageqvro1tvlBVdor #ht8oiVJeOA7BQmIJMnAfaVO6OZ6watsb {  }
#qi5oQ5TP7idqBpQrageqvro1tvlBVdor #MVp37wo3kaXdF8IIBKwkNJ6SgAiSk946 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qi5oQ5TP7idqBpQrageqvro1tvlBVdor #FwzVrW6PwEScnfhdpTTiQrmzZSxclmAZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qi5oQ5TP7idqBpQrageqvro1tvlBVdor #eFS5uoQrgfNOLDtZuUcU1Xao91OEU7xU { display:block;position:relative; }
#qi5oQ5TP7idqBpQrageqvro1tvlBVdor #iQkAlKv9TPI7eackAXJmrl1K56AA6225 {  }
#qi5oQ5TP7idqBpQrageqvro1tvlBVdor #qmvHupFcR33FeL1bOZwErcd9wmiH7lgT { display:none; }
#qi5oQ5TP7idqBpQrageqvro1tvlBVdor #ZzDwwSJmF5TX93VFE0ROkkeeKpqQzy9R { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qi5oQ5TP7idqBpQrageqvro1tvlBVdor #twd6hLTv8VzMRi8UhyJFR189sHs8rTKJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qi5oQ5TP7idqBpQrageqvro1tvlBVdor #bWWHHVQrVvfrOd1EebbhV6W5tBPsLtWN { display:block;position:relative; }
#qi5oQ5TP7idqBpQrageqvro1tvlBVdor #U3UgLgASNLRFDRTbT5SThUVA0C0TBaaW {  }
#qi5oQ5TP7idqBpQrageqvro1tvlBVdor #LBVTWKvigOFnAF7TmCD3RELiwd8eFdkc { display:none; }
#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container { background-color: transparent; background-image: none; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container > .video-iframe-container { display: none; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row > .video-iframe-container { display: none; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .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); }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container { border-width: 0; border-radius: 0; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#ttDuNcycv3Uq0giRbDEBhwMoS0TITc20 { color:#ffffff;display:block;width:45.2496875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.9369230270386rem;left:14.874414920807rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pbs7GkO5mKQkgEoLqU72TotCaeamZbr0 { box-sizing:content-box;height:4.1875rem;width:30.125rem;position:absolute;display:block;z-index:15004;background-color:#f9007f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.4970703125rem;left:22.4375rem;display:block; }
#EwCA569Kdynwaf5cPWHPftUXufvDCd59 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EwCA569Kdynwaf5cPWHPftUXufvDCd59 > .row .container { background-color: transparent; background-image: none; }#EwCA569Kdynwaf5cPWHPftUXufvDCd59::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwCA569Kdynwaf5cPWHPftUXufvDCd59 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwCA569Kdynwaf5cPWHPftUXufvDCd59 > .row .container > .video-iframe-container { display: none; }#EwCA569Kdynwaf5cPWHPftUXufvDCd59 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwCA569Kdynwaf5cPWHPftUXufvDCd59 > .row > .video-iframe-container { display: none; }#EwCA569Kdynwaf5cPWHPftUXufvDCd59 > .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); }#EwCA569Kdynwaf5cPWHPftUXufvDCd59 > .row .container { border-width: 0; border-radius: 0; }#EwCA569Kdynwaf5cPWHPftUXufvDCd59 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EwCA569Kdynwaf5cPWHPftUXufvDCd59 > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#LlSr94bptnJ3qqPQ7tqUBU8FbNoorbZ2 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:14.0625rem;top:2.03125rem;left:5.46875rem;overflow:hidden;display:block; }
#eoR953KCHx1usgwKmbqIlRThEF5RLioe { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:11.75rem;top:3.53125rem;left:31.625rem;overflow:hidden;display:block; }
#QW1GHXu2SfP9b8HKEnZDTGHgEJknUd9D { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:16.9375rem;top:3.75rem;left:54.03125rem;overflow:hidden;display:none; }
#nhwJWJQknzTgbvZnwFuhQxgJVcMWoHzx { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:9.5625rem;top:3.78125rem;left:7.15625rem;overflow:hidden;display:none; }
#rUQfqSFLMS7Zxgpktu32BNzmmTPKFEe9 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:13.875rem;top:2.53125rem;left:30.5625rem;overflow:hidden;display:none; }
#uMn28XCKgMgrKUT2yTAcLbhOsJALSZ0u { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:11.1875rem;top:2.53125rem;left:5.40625rem;overflow:hidden;display:none; }
#P0Qv4HOzgWVW8mKxhmDqDuQbzJUiboni { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:12.1875rem;top:1.9375rem;left:56.40625rem;overflow:hidden;display:block; }
#kD7WlDx5epaaeFn6C0Hl4MAsfA2wtFF4 { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:11.4375rem;top:10.03125rem;left:56.40625rem;overflow:hidden;display:none; }
#s1At16wT8Lm1slQDWuF8riLTVdzH3WxZ { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:10.125rem;top:2.28125rem;left:7.4375rem;overflow:hidden;display:none; }
#z9QJTJpT7eyckcdAkSI6Lkmu0hpo1u70 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z9QJTJpT7eyckcdAkSI6Lkmu0hpo1u70 > .row .container { background-color: transparent; background-image: none; }#z9QJTJpT7eyckcdAkSI6Lkmu0hpo1u70::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9QJTJpT7eyckcdAkSI6Lkmu0hpo1u70 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9QJTJpT7eyckcdAkSI6Lkmu0hpo1u70 > .row .container > .video-iframe-container { display: none; }#z9QJTJpT7eyckcdAkSI6Lkmu0hpo1u70 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9QJTJpT7eyckcdAkSI6Lkmu0hpo1u70 > .row > .video-iframe-container { display: none; }#z9QJTJpT7eyckcdAkSI6Lkmu0hpo1u70 > .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); }#z9QJTJpT7eyckcdAkSI6Lkmu0hpo1u70 > .row .container { border-width: 0; border-radius: 0; }#z9QJTJpT7eyckcdAkSI6Lkmu0hpo1u70 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z9QJTJpT7eyckcdAkSI6Lkmu0hpo1u70 > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#K1HKgKZAPle08UzudW1VTJA7dfAHKbtp { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:11.5625rem;top:4.46875rem;left:31.71875rem;overflow:hidden;display:block; }
#e2g0C2kxX2BHvvmAxCaEzxOCZptDWMA1 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:13.875rem;top:2.53125rem;left:55.5625rem;overflow:hidden;display:block; }
#RpAkrFoZeEufq1JQO8EheCfGnoOEJXCy { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:14.3125rem;top:2.125rem;left:55.34375rem;overflow:hidden;display:none; }
#HIMDwCE1ebbwk9oV5yB8u7FAvkwoJVZO { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:10.625rem;top:0rem;left:7.1875rem;overflow:hidden;display:none; }
#UmpR9N8duuWbmWatAd7Ls4t6T0hJxUUV { position:absolute;display:block;z-index:15052;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:7.625rem;width:15.0625rem;top:6.59375rem;left:30.65625rem;overflow:hidden;display:none; }
#ephJzgHw9Uvn5XQurpnEnZ1CV5CdhDSk { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:11.1875rem;top:3.34375rem;left:6.90625rem;overflow:hidden;display:none; }
#c99pqCl824SWzPr7l35ITNBUZscNKoZ3 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:10.875rem;top:0rem;left:32.0625rem;overflow:hidden;display:none; }
#NTnrCKidecvU4a8SP8vJSQzFA7bLxXvu { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:12.1875rem;top:4.09375rem;left:56.40625rem;overflow:hidden;display:none; }
#B1U0XGTWo2t1kFUDhRkmcuVz0ItStMFJ { position:absolute;display:block;z-index:15047;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.0625rem;width:12.0625rem;top:10rem;left:6.4375rem;overflow:hidden;display:none; }
#HSDa1uQybNsRWlDUBMDmcNxtVfaxxlzS { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:10.125rem;top:2.28125rem;left:7.4375rem;overflow:hidden;display:block; }
#c6TamkkD8Ocs5ktsqqd0SpRuEUFATmqf { 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:2.4375rem;width:11.75rem;top:4.15625rem;left:31.625rem;overflow:hidden;display:none; }
#RuDsmCOtBUqbJlkHv4RUiv7FETi86qX6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RuDsmCOtBUqbJlkHv4RUiv7FETi86qX6 > .row .container { background-color: transparent; background-image: none; }#RuDsmCOtBUqbJlkHv4RUiv7FETi86qX6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RuDsmCOtBUqbJlkHv4RUiv7FETi86qX6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RuDsmCOtBUqbJlkHv4RUiv7FETi86qX6 > .row .container > .video-iframe-container { display: none; }#RuDsmCOtBUqbJlkHv4RUiv7FETi86qX6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RuDsmCOtBUqbJlkHv4RUiv7FETi86qX6 > .row > .video-iframe-container { display: none; }#RuDsmCOtBUqbJlkHv4RUiv7FETi86qX6 > .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); }#RuDsmCOtBUqbJlkHv4RUiv7FETi86qX6 > .row .container { border-width: 0; border-radius: 0; }#RuDsmCOtBUqbJlkHv4RUiv7FETi86qX6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RuDsmCOtBUqbJlkHv4RUiv7FETi86qX6 > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#lRdE5I7XRhOnCBSDnwU4JGDco4u3E3Ce { 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:2.4375rem;width:11.75rem;top:4.1875rem;left:56.1875rem;overflow:hidden;display:block; }
#p7FQi9ETG2mg8vIrB86frn5NoHI66Omx { position:absolute;display:block;z-index:15052;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.0625rem;width:15.0625rem;top:6.625rem;left:55.125rem;overflow:hidden;display:block; }
#NnLeQfMFsLk9uI3UTyh4WoeP1Xuu9NkK { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:14.1875rem;top:2.5625rem;left:30rem;overflow:hidden;display:block; }
#sul1bS709BXzvTagsX5sOrEwClns6ZJ3 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:11.125rem;top:2.5625rem;left:31.3125rem;overflow:hidden;display:none; }
#Xwf5pVoCLl4W91RDfD4x6OsKWAUIf2Nd { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:10.75rem;top:0rem;left:7.125rem;overflow:hidden;display:none; }
#dNwQxNNTZmCWLUBElSWvLDZlirHI5TlG { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:9.6875rem;top:3.71875rem;left:30.78125rem;overflow:hidden;display:none; }
#yo8fZ7cKMcGBQlvIo2fnhFasx3exMRJn { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:10.1875rem;top:0.28125rem;left:57.40625rem;overflow:hidden;display:none; }
#HGRUXtkVlAdTfKwopNFRIFyw2HkZTkZd { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:11.3125rem;top:2.5rem;left:56.59375rem;overflow:hidden;display:none; }
#OTIWmUnWFUCT6LEsZvPIRNlZWryxXtzy { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.624025rem;width:14.0625rem;top:4.0625rem;left:5.46875rem;overflow:hidden;display:block; }
#RtlQZeIsmwnDpAwhNRrTr09VtqEvSDM7 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:9.75rem;top:4.248046875rem;left:57.187498092651rem;overflow:hidden;display:none; }
#cAJQHA3BouaCk5m1bg8m8EhEZs4zd0Sa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cAJQHA3BouaCk5m1bg8m8EhEZs4zd0Sa > .row .container { background-color: transparent; background-image: none; }#cAJQHA3BouaCk5m1bg8m8EhEZs4zd0Sa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAJQHA3BouaCk5m1bg8m8EhEZs4zd0Sa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAJQHA3BouaCk5m1bg8m8EhEZs4zd0Sa > .row .container > .video-iframe-container { display: none; }#cAJQHA3BouaCk5m1bg8m8EhEZs4zd0Sa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAJQHA3BouaCk5m1bg8m8EhEZs4zd0Sa > .row > .video-iframe-container { display: none; }#cAJQHA3BouaCk5m1bg8m8EhEZs4zd0Sa > .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); }#cAJQHA3BouaCk5m1bg8m8EhEZs4zd0Sa > .row .container { border-width: 0; border-radius: 0; }#cAJQHA3BouaCk5m1bg8m8EhEZs4zd0Sa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cAJQHA3BouaCk5m1bg8m8EhEZs4zd0Sa > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#hsuQWODsgCxdbd7eIPKkrTbKmsx7GHpy { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:10.625rem;top:0rem;left:31.625rem;overflow:hidden;display:block; }
#Z60SrBJVwPi19Bzt2V9JUK3OnKT3Qkth { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:14.3125rem;top:2.125rem;left:5.34375rem;overflow:hidden;display:block; }
#olxPwl6RBOWpsVF0gLIQcEJV2IOOR7Ne { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#olxPwl6RBOWpsVF0gLIQcEJV2IOOR7Ne > .row .container { background-color: transparent; background-image: none; }#olxPwl6RBOWpsVF0gLIQcEJV2IOOR7Ne::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olxPwl6RBOWpsVF0gLIQcEJV2IOOR7Ne > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olxPwl6RBOWpsVF0gLIQcEJV2IOOR7Ne > .row .container > .video-iframe-container { display: none; }#olxPwl6RBOWpsVF0gLIQcEJV2IOOR7Ne > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olxPwl6RBOWpsVF0gLIQcEJV2IOOR7Ne > .row > .video-iframe-container { display: none; }#olxPwl6RBOWpsVF0gLIQcEJV2IOOR7Ne > .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); }#olxPwl6RBOWpsVF0gLIQcEJV2IOOR7Ne > .row .container { border-width: 0; border-radius: 0; }#olxPwl6RBOWpsVF0gLIQcEJV2IOOR7Ne > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#olxPwl6RBOWpsVF0gLIQcEJV2IOOR7Ne > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#fue8F81CZUwRFndp7cWvTunwMU34epHG { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:11.1875rem;top:3.34375rem;left:6.90625rem;overflow:hidden;display:block; }
#HXgF72EDwsynwE7xW0yZNgHRlrnRsSl2 { position:absolute;display:block;z-index:15048;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:10.875rem;width:10.875rem;top:0rem;left:32.0625rem;overflow:hidden;display:block; }
#A0CmWSeqeIKNJwfSBaaAx7ZF3kIqFrF2 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:12.1875rem;top:4.09375rem;left:56.40625rem;overflow:hidden;display:block; }
#PkGb2x5SpaAfKPnrPeUFps1Zfrgam9E8 { position:absolute;display:block;z-index:15047;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.124rem;width:12.124rem;top:10rem;left:6.4375rem;overflow:hidden;display:block; }
#emfZGnaGJhMRnD9kXvbULVHkDbWQ3JuX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#emfZGnaGJhMRnD9kXvbULVHkDbWQ3JuX > .row .container { background-color: transparent; background-image: none; }#emfZGnaGJhMRnD9kXvbULVHkDbWQ3JuX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emfZGnaGJhMRnD9kXvbULVHkDbWQ3JuX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emfZGnaGJhMRnD9kXvbULVHkDbWQ3JuX > .row .container > .video-iframe-container { display: none; }#emfZGnaGJhMRnD9kXvbULVHkDbWQ3JuX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emfZGnaGJhMRnD9kXvbULVHkDbWQ3JuX > .row > .video-iframe-container { display: none; }#emfZGnaGJhMRnD9kXvbULVHkDbWQ3JuX > .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); }#emfZGnaGJhMRnD9kXvbULVHkDbWQ3JuX > .row .container { border-width: 0; border-radius: 0; }#emfZGnaGJhMRnD9kXvbULVHkDbWQ3JuX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#emfZGnaGJhMRnD9kXvbULVHkDbWQ3JuX > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#sskholIx2KXXctv8J299ax47XSD1aPcS { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:11.8125rem;top:2.5rem;left:56.59375rem;overflow:hidden;display:block; }
#L2OE0boyLrTq7GX1UyS1IcUzaJninPK0 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:12.375rem;top:2.5625rem;left:31.3125rem;overflow:hidden;display:block; }
#xBe9oLRSkdslJsTIg9qEgEf2SxaZDkbU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xBe9oLRSkdslJsTIg9qEgEf2SxaZDkbU > .row .container { background-color: transparent; background-image: none; }#xBe9oLRSkdslJsTIg9qEgEf2SxaZDkbU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBe9oLRSkdslJsTIg9qEgEf2SxaZDkbU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBe9oLRSkdslJsTIg9qEgEf2SxaZDkbU > .row .container > .video-iframe-container { display: none; }#xBe9oLRSkdslJsTIg9qEgEf2SxaZDkbU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBe9oLRSkdslJsTIg9qEgEf2SxaZDkbU > .row > .video-iframe-container { display: none; }#xBe9oLRSkdslJsTIg9qEgEf2SxaZDkbU > .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); }#xBe9oLRSkdslJsTIg9qEgEf2SxaZDkbU > .row .container { border-width: 0; border-radius: 0; }#xBe9oLRSkdslJsTIg9qEgEf2SxaZDkbU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xBe9oLRSkdslJsTIg9qEgEf2SxaZDkbU > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#oFfNo49sNrxTTzOIHaW8RUeNV0LSAlPL { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:10.75rem;top:0rem;left:7.125rem;overflow:hidden;display:block; }
#nWEhXHngniwF4JxUFhN29h8bktBwoIHb { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.87464375rem;width:12.3748125rem;top:3.9364337921142rem;left:31.311254501342rem;overflow:hidden;display:block; }
#ukWKeMP5H3nvEruV6sapHmMK4vVRWIFd { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24964375rem;width:10.625rem;top:4.248046875rem;left:57.187498092651rem;overflow:hidden;display:block; }
#Cvy0dKl9cVaCWX2w8ASqsgtzIw0SdAPp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Cvy0dKl9cVaCWX2w8ASqsgtzIw0SdAPp > .row .container { background-color: transparent; background-image: none; }#Cvy0dKl9cVaCWX2w8ASqsgtzIw0SdAPp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cvy0dKl9cVaCWX2w8ASqsgtzIw0SdAPp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cvy0dKl9cVaCWX2w8ASqsgtzIw0SdAPp > .row .container > .video-iframe-container { display: none; }#Cvy0dKl9cVaCWX2w8ASqsgtzIw0SdAPp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cvy0dKl9cVaCWX2w8ASqsgtzIw0SdAPp > .row > .video-iframe-container { display: none; }#Cvy0dKl9cVaCWX2w8ASqsgtzIw0SdAPp > .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); }#Cvy0dKl9cVaCWX2w8ASqsgtzIw0SdAPp > .row .container { border-width: 0; border-radius: 0; }#Cvy0dKl9cVaCWX2w8ASqsgtzIw0SdAPp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cvy0dKl9cVaCWX2w8ASqsgtzIw0SdAPp > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#FSNEXMZuGe7Ns7xAWT105srvHfIgGHrP { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1873125rem;width:10.1873125rem;top:0.28142738342285rem;left:32.406782150269rem;overflow:hidden;display:block; }
#yggHNLRxSMVckxFpKp6sfqVWk5GN07CQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yggHNLRxSMVckxFpKp6sfqVWk5GN07CQ > .row .container { background-color: transparent; background-image: none; }#yggHNLRxSMVckxFpKp6sfqVWk5GN07CQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yggHNLRxSMVckxFpKp6sfqVWk5GN07CQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yggHNLRxSMVckxFpKp6sfqVWk5GN07CQ > .row .container > .video-iframe-container { display: none; }#yggHNLRxSMVckxFpKp6sfqVWk5GN07CQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yggHNLRxSMVckxFpKp6sfqVWk5GN07CQ > .row > .video-iframe-container { display: none; }#yggHNLRxSMVckxFpKp6sfqVWk5GN07CQ > .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); }#yggHNLRxSMVckxFpKp6sfqVWk5GN07CQ > .row .container { border-width: 0; border-radius: 0; }#yggHNLRxSMVckxFpKp6sfqVWk5GN07CQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yggHNLRxSMVckxFpKp6sfqVWk5GN07CQ > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#LaO8yzoXcwFUKnwwViP85ux99XA0erKs { color:#ffffff;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.3125rem;left:15.875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JdHgDbIdIXTndJvn3S7J2PCwcTbeTatT { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8744125rem;width:12.9994375rem;top:8.4375rem;left:17.375rem;overflow:hidden;display:block; }
#hf8CH78rnhSMmRvh5xl7xFnQ3PKwfQQz { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.3125rem;left:44.3125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HxMTNi8bAXgg2ITe6VM839kJt3Ofatzn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:15.0625rem;top:9.5rem;left:43.625rem;overflow:hidden;display:block; }
#TxUfdZ2PuWIW5ZWEwRLK5MbCE2zCF4mc { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:9.1875rem;top:23rem;left:32.9375rem;overflow:hidden;display:block; }
#E3REtVbfTSzNbrFoTz4pc8fRI7ITp6HV { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.3125rem;left:21.4375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NWMwhu7xCTJ5uMg92MZJAE5FVS5JxSZZ { box-sizing:content-box;height:3.5rem;width:17.0625rem;position:absolute;display:block;z-index:15005;background-color:#f9007f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5625rem;left:42.5625rem;display:block; }
#yBISGTHNmKkUSkBtiyQSzId9WwQZrw66 { box-sizing:content-box;height:3.5rem;width:17.0625rem;position:absolute;display:block;z-index:15006;background-color:#f9007f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5625rem;left:15.375rem;display:block; }
#mbF9OJy7JlfEaIzhmvx4T6k6Mm8rTc7J { box-sizing:content-box;height:3.5rem;width:17.1875rem;position:absolute;display:block;z-index:15007;background-color:#f9007f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.5625rem;left:28.9375rem;display:block; }
#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn { border-top:0;border-left:0rem solid #c1a866;border-right:0rem solid #c1a866;border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);background-color:rgba(var(--color-tertiary-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; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container { background-color: transparent; background-image: none; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container > .video-iframe-container { display: none; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row > .video-iframe-container { display: none; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .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); }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container { border-width: 0; border-radius: 0; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container { font-size:0.875rem;font-family:arial;height:26.2625rem;width:75rem;position:relative;display:block; }#A0RC53ZCmsr8QiTm0nrfxoslXUUw6AIr { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:15.9375rem;left:32.9375rem;height:6.49903125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y0IVwGG4Tw6WULIi8KH4bnkhQ0nVxh8I { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:15.9375rem;left:6.75rem;height:6.49903125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TkvJrptBPOksowv6Ag9b383rRuOqCOBI { color:#f9007f;display:block;width:47.5rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:6.5625rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iqSaEfNqffpH58AVMLfH2lUrVO61AXI5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.8125rem;left:6.75rem; }
#mJbTG4tDJSvL6NnQp7eeBH4Zk9Leq4aR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:9.8125rem;left:32.9375rem; }
#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);background-color:rgba(var(--color-tertiary-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; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container { background-color: transparent; background-image: none; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container > .video-iframe-container { display: none; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row > .video-iframe-container { display: none; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .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); }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container { border-width: 0; border-radius: 0; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container { font-size:0.875rem;font-family:arial;height:17.95rem;width:75rem;position:relative;display:block; }#RZI1QLMn03y49hLqJex7wHnsm6aFtQF7 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:4.8125rem;left:45.1875rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hPJBDt5l2fIqx9nwOGJaNVEt81bwcmJA { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11.625rem;left:45.1875rem; }
#hPJBDt5l2fIqx9nwOGJaNVEt81bwcmJA > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#x8T367xJTFLpuvvzJmenVQGpIsw6MtIN { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:11.625rem;left:47.875rem; }
#x8T367xJTFLpuvvzJmenVQGpIsw6MtIN > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#CDWStopL82076volTRL8s1HJLk4hTHuc { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:11.625rem;left:50.5625rem; }
#CDWStopL82076volTRL8s1HJLk4hTHuc > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#VEy9uKecL9HzUyQ1iJ1IX4UkOu0WbgM1 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.93675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:3.875rem;left:17.8125rem;height:1.50065rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WSyq0ghGbk9G0zPmKtdV7nk2DzW3H4M6 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:1rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.5rem;height:1.375rem;text-decoration:none;z-index:15022;text-align:left;text-align-last:left;top:6.375rem;left:18.0625rem;display:block; }
#wsOrm68fkPu8spWO3TgxWf8Sf8mfu6nC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M8pMg7RlWHllzlriX4B3ykXd4Q5FLzXK { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:1rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:8rem;height:1.375rem;text-decoration:none;z-index:15024;text-align:left;text-align-last:left;top:8.375rem;left:18rem;display:block; }
#EDDc3vBTlkGIbuA4UMIiAKpbbTTtWFsT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTyklgBCwuIRHTSGaaPdl5rH6O1SpOzF { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:1rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:3.9375rem;height:1.375rem;text-decoration:none;z-index:15025;text-align:left;text-align-last:left;top:10.375rem;left:18.0625rem;display:block; }
#iTlwTmSsyi1am6Nb4MqzGK66qokM7JXn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lBo7gHShR6Tp8w12WVICZoeKfz6rVbcw { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:1rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:5.125rem;height:1.375rem;text-decoration:none;z-index:15024;text-align:left;text-align-last:left;top:6.375rem;left:28.4375rem;display:block; }
#inGwk3Pnhm6Mcqf33I73bwqMQEn2lT0u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oKPDtkur1RrmkEQSgyt59KLxNQTi5pJX { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:1rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:6.3125rem;height:1.375rem;text-decoration:none;z-index:15025;text-align:left;text-align-last:left;top:8.375rem;left:28.4375rem;display:block; }
#CwP8GXRTGTF4w2K8TxC65OyPgRd0I7DI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q89xvic4iabvf53KBCmgfIZGCL8Tnl7c { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:1rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.5615rem;height:1.374025rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:10.4375rem;left:28.4375rem;display:block; }
#Z0kwJ818R71Tp32laNvM9GC5dFJ016NL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KoDCSiveqXHImZ7rPso15Tx3p7Xb7BaB { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:4.8125rem;left:45.1875rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#m9D6uCHqOnXvS26Fi6rMcGexv0EaiL9W { position:absolute;display:block;z-index:15015;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:7.25rem;width:12.9375rem;top:1.3120613098144rem;left:1.81147813797rem;overflow:hidden;display:block; }
#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container { background-color: transparent; background-image: none; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container > .video-iframe-container { display: none; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row > .video-iframe-container { display: none; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .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); }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container { border-width: 0; border-radius: 0; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#oCkULuTZSw54xRXJpTnv8VPtJg7UTa2Z { color:rgba(var(--color-tertiary-0),1);display:block;width:6.0617875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:2.7796630859375rem;left:60.808769226074rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xPM7XOgM48s2kIxH7MOBuR8tXmfnps1x { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.74946875rem;width:7.874625rem;top:2.0614318847656rem;left:66.813743591306rem;overflow:hidden;display:block; }
#QkGFqkGa5Vd3uQZw02dX1AV1IK9aXC1G { color:rgba(var(--color-tertiary-0),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:2.236328125rem;left:1.2482242584229rem;height:2.2734375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nwBgGwkakyVR5Xl0mlGz29qyhg8V0cyh { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:4.8090286254883rem;left:1.2478313446045rem;overflow:hidden;display:block; }
#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv { position:relative;display:none; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv { border-width: 0; border-radius: 0; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .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; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .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; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA { position:relative;display:none; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA { border-width: 0; border-radius: 0; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .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; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .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; }#SxkL6d3XzaOSMPhqrlECwdsFTFpUJkR3 { z-index:15003;top:50.875rem;left:38.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#AIu4dnUezSL502eu5XXwZRWDFxJ2cPZe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ou96rAzGWBo0nLBeFN8KyZWL63uVtv0G { display:none; }#ou96rAzGWBo0nLBeFN8KyZWL63uVtv0G > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UlZQfsyRwZvdFdWdJMmHGeiH5i8EcVSK { width:6.5625rem;height:2.6875rem;top:0.8125rem;left:14.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sH8oEKTai0koFKwKfUdOD9LMCrkyXlTT { display:block; }
 }@media only screen and (max-width: 763px) { #LRaTUy1qa65e8n9pTQJtvsnCxZnyOkc3 { width:7.6875rem;height:2.6875rem;top:0.8125rem;left:21.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aEDb9dcSXE1pXw4B97VxFczLtosGPqfs { display:block; }
 }@media only screen and (max-width: 763px) { #iDnWmxx4dpCCVG501BXoWDtIssk55yZ8 { width:5.9375rem;height:2.6875rem;top:0.8125rem;left:30.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qCm0AcPSX6hx7LyJvfTL2qc92cE8rzwH { display:block; }
 }@media only screen and (max-width: 763px) { #vmg5fMpS2wbGBvURLx93NAgMnfSpWlBW { width:10.125rem;height:2.6875rem;top:0.8125rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yA1TPGiGtzlgkIXSvJgDmk7xn1N9Wi3i { display:block; }
 }@media only screen and (max-width: 763px) { #b6CPANva1Q0JVdr2aSzWebbLNQ3Cks4E { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sPo0QO0bLDqbruTDKKXbVKyaKeG2ENNi { width:6.6875rem;height:3.75rem;top:0.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zNhuTHVx1vgcnWkQOwdb5yte4HTlov5c { width:12.875rem;height:3.625rem;top:18.6875rem;left:34.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPHxmS8HnRQ3vGo64ONTkMXNKIfy7TRh { display:block; }
 }@media only screen and (max-width: 763px) { #ABtplRoCOy5OW8oeToSTw7HW7IixDi9V { width:12.875rem;height:3.625rem;top:18.6875rem;left:34.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TG33rMXr71XQB7Qqwws1peAXNsXsDbBL { display:block; }
 }@media only screen and (max-width: 763px) { #oUAOUylWwgytl8TxGJlw17kGrXlRedZH { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt { display:none; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yCKXFgqVd94963U7PanFFaHcIHxbe76z { width:10.125rem;height:2.6875rem;top:1.0625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWdVW4OgW94vghRy8xdloK4s6DyptTht { display:block; }
 }@media only screen and (max-width: 763px) { #LCJXNALvnLlniNSEshH88xa8wTJ4WGCZ { width:6.5625rem;height:2.6875rem;top:1.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcv4OFgmfwJyIeQwltwPewRTGTBfccBg { display:block; }
 }@media only screen and (max-width: 763px) { #AhQLEa0Stiwdoifv2QWJHsTPZFBPPn8V { width:7.6875rem;height:2.6875rem;top:1.0625rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERFkA8Xg7eKlOsbg3ufZPDOUGWdm5xgi { display:block; }
 }@media only screen and (max-width: 763px) { #kZRbd5nmTUrdWkR88NeR2zmugQOO02fJ { width:5.9375rem;height:2.6875rem;top:1.0625rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5ibXaKOygDE4qqXmln6oXCRTIHLERn7 { display:block; }
 }@media only screen and (max-width: 763px) { #R56oD5xl9fP703xwi4ELo6FTDtwLCIIQ { width:3.125rem;height:3.125rem;display:none; }
#R56oD5xl9fP703xwi4ELo6FTDtwLCIIQ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #CdL08yK30hHKfqscxMB6UUg9OdTT4Uho { width:9.5625rem;height:2.6875rem;top:1.0625rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVxyJa440JvxLqxWnzIT3r2Ttm9sUUmc { display:block; }
 }@media only screen and (max-width: 763px) { #OT3ZZ1Q76cFZQkQ814gPJTzbdKFGGBvZ { width:7.9375rem;height:4.375rem;top:0.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aw8C3vOB52acmTc2HwvAVMOZbdvS83Ae { width:11.5625rem;height:2.6875rem;top:1.125rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HedhrsktbJlsgkBwfKAuX6T4btwh6dSS { display:block; }
 }@media only screen and (max-width: 763px) { #KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 { display:none; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lm9SW1EmsUFsf5zpX0Q5Vgq1FhskHHc9 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZpiUBE9K9eV1XeVt92R00xOwgBGGJXl { width:12.5rem;height:5.1875rem;top:10.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cylnPHg8oJiV5LiZ2k7leyJUGniAAzzm { width:6.6875rem;height:3.75rem;top:0.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWAP2XFImDO6xOrBH4omCFqrwd0x94lE { display:block; }#EWAP2XFImDO6xOrBH4omCFqrwd0x94lE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTUdxBp2XshTFKDQsNxOW5spB4TDU9gf { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmuUUwcCAgBEDFZLGWK6814QIsh4oTua { top:50.875rem;left:7.6875rem;width:14.875rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fXL0rLZ2JTdJ6zWnz09G33XzEPKRuQ20 { display:block; }
 }@media only screen and (max-width: 763px) { #uzOuTOVWnH4xnwWTPr02MZepisRixBcZ { width:12.875rem;height:3.625rem;top:18.6875rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGJHxdzlqAdUk4Ck59WnmexVq6u1WmS6 { display:block; }
 }@media only screen and (max-width: 763px) { #vJ2lQe0qqtuMPOTuGcMI7Mkpsbyo98ax { width:35.6875rem;height:4.375rem;top:8.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysCTZR15sf6vKBkJ5KV1aOQs8iEDG8H1 { width:16.4375rem;height:2.3125rem;top:10.375rem;left:31.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt3oWxd5l3NJRcraBntCsOEvyxvMq1f6 { width:7.5rem;height:2.375rem;top:13.6875rem;left:40.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onS01GkS2U8wsA3EyrpNXxoMQ76GSe8G { width:2.5rem;height:2.5rem;top:10.1875rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zksu8Mr2U3IS3VOxQXucZ35p9HUqkDIa { width:2.625rem;height:2.625rem;top:13.5625rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmQrMTPx8b9qKtT1asgu08qyt8Rltxqx { width:14.75rem;height:2.4375rem;top:36.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuTfuviVLTXqPhaVCKK8a2lf5EkFUFK3 { width:5.5rem;height:2.375rem;top:36.6875rem;left:7.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhXuOLdAnaF7dEKbUxKwQepKTmpd5SdQ { width:3.75rem;height:2.375rem;top:36.6875rem;left:22.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aogxvBbyLPT21ql0uOcxwivhdcc9TgGX { width:14.75rem;height:2.375rem;top:36.625rem;left:29.436964035034rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfr28ocSvUURq6ta8K3lUA12Zm33cJ8s { width:14.75rem;height:3.25rem;top:39.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKgIKpfIv2ItaOvTTkSOdlxffI6Pe3sC { width:10.9375rem;height:3.1875rem;top:39.125rem;left:4.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #El7lNOUwcFyKzP8seTEUdBJDBodMKtl1 { width:10.3125rem;height:3.1875rem;top:39.125rem;left:19.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFfZAuc84c60faMHZm0mcpyPWXy8cRHq { width:14.75rem;height:1.5625rem;top:39.125rem;left:29.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7WIJ5WvGDTXwXZ8uvgKqCtdCmqPVAnv { width:14.75rem;height:2.375rem;top:36.6875rem;left:33rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQTuMBPtKNyDBnw5Z940K88HadeSp1DQ { width:14.75rem;height:1.5625rem;top:39.125rem;left:33rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViwrhFdV6slxduazJnvII6nDRZIIJpx4 { width:35.6875rem;height:1.5rem;top:20.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAK7bLezDysyD3HLXJ4q9eGDFc0MHt6L { width:26.5625rem;height:8.3125rem;top:9.0625rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGPLU5cTmvNzUxga0NRb5G74UJ627AzH { width:35.6875rem;height:4.375rem;top:13.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lbr3mB1r19wuG3QrzinxEgb7XOkELx70 { width:29rem;height:28.5rem;top:0rem;left:13.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFu3HhahVuES4Z2WFVWAnH7TGwxtDVLZ { width:6.75rem;height:6.75rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqZSfIhzIKdor60Hs9lHUuJmQBFaAVe7 { width:3.5rem;height:3.5rem;top:32.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vePqmCGFtQ5w2Vtv9TMKUwiDOadAJQK1 { width:4.0625rem;height:4.0625rem;top:32.0625rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX4DOGS2ks7DrluHepOK8QS1G0ZkDBRu { width:4.0625rem;height:4.0625rem;top:32.0625rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0hQ8nNorRJI21movk2Ue4eJdZG5Kv2E { width:4.0625rem;height:4.0625rem;top:32.0625rem;left:43.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoV0wF3iqPLnQokEq8IzvipRcZO5u3rg { width:0.0625rem;height:9.375rem;top:33.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsLM53rdt28sKV5DFu4vCPVnETQebL9W { width:0.0625rem;height:9.375rem;top:33.1875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #leoX5moxCf403u5hNyvVqJ41ZWH8G6I5 { width:0.0625rem;height:9.375rem;top:33.1875rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwCTsOfAD3GHR4kADSSEvH85WXusasMg { width:0.0625rem;height:9.375rem;top:33.1875rem;left:42.818147659302rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV4QqfT9uRGtkyxnk04IxWifkfVF91ym { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CBP5PB3Wlwth0P3kVaVFpaTZcPOV1aC0 { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qpdQTayf52tkvw2C0TN7e45LrZqmesQH { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0lnO0FcvMpdJXG63XsAV1pv8BM9m8cE { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WyZNf1XE6d2hsWU1H9woZmnDXwQ2vEns { display:none; }#WyZNf1XE6d2hsWU1H9woZmnDXwQ2vEns > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zp77Ox6i9LOwq2eIBqJLKJNq2WX0qmQt { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i2QnysIHoR9EwpGcAtLUiinKw8DcNu8r { top:50.875rem;left:7.6875rem;width:14.875rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hc8lUNbcA93IMOCS57z4b4Wzo1ADo3UU { display:block; }
 }@media only screen and (max-width: 763px) { #IR7bBTQN0G1L2czGbFBuVukgJuz2WHh7 { width:12.875rem;height:3.625rem;top:18.6875rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3nyGlUEZoLPrVKeG0ZJOyPzdwNlW3oA { display:block; }
 }@media only screen and (max-width: 763px) { #sHJMnDdzm8caildOzG3UCRaAGMmpC7UX { width:35.6875rem;height:4.375rem;top:8.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8hfUi0k0xXfmZMeGmtfA1RGTKKL8mdG { width:16.375rem;height:2.375rem;top:10.375rem;left:31.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awJl78lWn7yUMvROwk0LUBEkmB1FIlb8 { width:7.5rem;height:2.375rem;top:13.6875rem;left:40.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrK58WXwat0qQF054I1RpRRU6S2QOpTT { width:2.5rem;height:2.5rem;top:10.1875rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1b0Hyd33tebLBeb7Z1vkFypcbDf9xRD { width:2.625rem;height:2.625rem;top:13.5625rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEi5DwnfT1gb7kUIWGESEPBkXuvusDiH { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqT2VVO153iv1p9HxkGskJuWgocn7u0J { width:14.6875rem;height:2.0625rem;top:7rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHDH0TaJgyeJqXNnoG39wVhgoEx70ZXH { width:5.5rem;height:2.375rem;top:36.6875rem;left:7.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm3TTQohBFlbgIe0J1BLgsNHgb124Xfu { width:3.75rem;height:2.375rem;top:36.6875rem;left:22.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE9gX76rFLCo73hXFPbWig8NvaTHba6c { width:14.75rem;height:2.375rem;top:36.625rem;left:29.436964035034rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzMyOZ8dc5cO3DkWp3TnXoWxF75oLkX4 { width:16.125rem;height:2.75rem;top:9rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaVvGxHGzTEo7WiQpd1Lw3lRWfGKNIXJ { width:10.9375rem;height:3.1875rem;top:39.125rem;left:4.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTJv1UPLBz9B95oRoOCdlPxhAZOcslw3 { width:10.3125rem;height:3.1875rem;top:39.125rem;left:19.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE4LCMbPipcl2i5N5K8gmwwsUQNLGdd7 { width:14.75rem;height:1.5625rem;top:39.125rem;left:29.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb4dSGRtXzV3uGmXLJHq5vdp5v1rbbU6 { width:14.75rem;height:2.375rem;top:36.6875rem;left:33rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRQNNMfBHDC2DB3aiZMd5LxTIalyMHKe { width:14.75rem;height:1.5625rem;top:39.125rem;left:33rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxWenZQP7eeemurbTJ4khZxIDwkrOVue { width:35.6875rem;height:1.5rem;top:20.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r10h5eOToVTuVV5RBfVeTeNfbyWzXowS { width:26.5625rem;height:8.3125rem;top:9.0625rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt3VSouTDquctlBeycauLV7h7FiN5zgq { width:35.6875rem;height:4.375rem;top:13.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp9SeuX6ogVbHx6tbuQvqTPMc0LwLycq { width:29rem;height:28.5rem;top:0rem;left:13.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9F5HsskJpupaOa10hOU1ia3aLM6Jmud { width:6.75rem;height:6.75rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oudy8a8NeiCU1FhBAK3dVsgeUmEK2rg4 { width:3.5rem;height:3.5rem;top:32.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ7Zkf4dmqGWVIr2KUcSgNhtwXTcC2tv { width:4.0625rem;height:4.0625rem;top:32.0625rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSaHf0Qqxqr1ewRkX8VbFTK3E3CK6tH9 { width:4.0625rem;height:4.0625rem;top:32.0625rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBuWXw0vwXRnKxQEtF1lALiym80UfVKs { width:4.0625rem;height:4.0625rem;top:32.0625rem;left:43.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAz74ZJD0exgoRvn47ibXQQb2IvGqgRz { width:0.0625rem;height:9.375rem;top:33.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0QvpGBxlxk46FoifvLWwi51lbkJITBG { width:0.0625rem;height:9.375rem;top:33.1875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #azKBJ2tTaFTf7nFOAMVtJEx0Qo4CJ0c9 { width:0.0625rem;height:9.375rem;top:33.1875rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk4PGHywi3TlqkhEIysfq8sLyfXmgq4g { width:0.0625rem;height:9.375rem;top:33.1875rem;left:42.818147659302rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQAvtCTeBToSKH30Ukk339C7Jh7OdT8A { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9rzxF6wCTD1gdV3xk4P34IpM9KBsNT0 { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTULB6fUcdif0ea4g2otPcoyTEDdIhC4 { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TznFWptkCmiMIELTAAZ4uTRGk8aHSqd0 { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 { display:block; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #di82fsENnUxfHZEJqQWOSAhWTnqkQEMr { width:47.75rem;height:3.625rem;top:2.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Swy2HeWJXSVRVZfZadhakoZTr7p21bNB { display:block; }#Swy2HeWJXSVRVZfZadhakoZTr7p21bNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHqKSx50Vl7DRxcSqSms5AXa849FtXG9 { width:21.625rem;height:18.25rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1WZff72m7rdVQGdTLelCPvCXh9n51i7 { width:32.8125rem;height:3.5625rem;top:2.0625rem;left:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF46WPK3ZTSrXzlxCJSqU7JlSAmbv5NR { width:32.8125rem;height:1.4375rem;top:8.5625rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7qlE3co8bAnpPi2fkERHf5GETxNWbuW { width:2.8125rem;height:2.8125rem;top:7.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgPRwi2FJE7ZbSJbxb0xVZEkzfevEIu7 { width:32.8125rem;height:1.4375rem;top:12.75rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ8CHvLG3t4tz0xnNch8K5CKooFxqonD { width:32.8125rem;height:1.4375rem;top:16.5625rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #baENDl6oRzxCUfXmR30ZecTHzbaqHciG { width:30rem;height:2.875rem;top:19.9375rem;left:17.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgACTckWl8UuTaR1iZTEMUO9BQ6JhxUt { width:2.6875rem;height:2.6875rem;top:12.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhLuIgt1QzfCUd4a60sNGQAuKK9HmMRr { width:2.625rem;height:2.625rem;top:15.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcCmGVFXNeimDWTDQ2pvBWyCk3V9rPP3 { width:2.8125rem;height:2.8125rem;top:20rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Seix9E4NVx1WWrO9M9JUfRl4guwhbPdo { width:28.5625rem;height:2.75rem;top:25.375rem;left:19.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soCaP7sVKhWRNIDRwh9sihUvOrdoF6Ua { width:0.3125rem;height:20.625rem;top:3.1875rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy39ER4JwW6n6wLEEL6Cv05rHU7R8XRE { width:17.1875rem;height:4.375rem;top:13.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xWpef1Kb0umTNDcDGOiesf4OB6e4y1dM { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bEvhrkqgeXEtF12Bd0Kw8kdFVrnMzNTn { width:16.75rem;height:2.5625rem;top:40.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN { display:block; }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CoGHBwfnEP776t2b4IoJtmu6XsuvWsCW { width:47.75rem;height:3.625rem;top:2.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo { display:block; }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Glx4ydNFgTkvFagfKxSP9owrTEPhmHzH { width:17.3125rem;height:28.3125rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tutdc58PioC5yTzi0hqwyTwAchQl8uwg { width:15.125rem;height:2.875rem;top:23.5rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxtHeqOmeuvcZEORJIJ8x9A7JWlzEZiO { width:15.125rem;height:5.1875rem;top:27.3125rem;left:0.31232261657715rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnlE1Q2fOt66PtOsEmhSLdM4PzZZS6Ze { width:15.125rem;height:2.875rem;top:23.4375rem;left:16.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8iLZHTni6hmDisLr7zlcwKZeQZz0z44 { width:15.125rem;height:3.875rem;top:27.3125rem;left:16.219186782837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaI66bkKiM2K73XUyTyCODB3qICNibTv { width:15.125rem;height:2.875rem;top:23.4375rem;left:32.093103408814rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaVCIE6W0n3Of5DnCRUXhFQxAUaaWSsn { width:15.125rem;height:3.875rem;top:27.3125rem;left:32.094186782837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXEXBZ8gRxUTLHPN25602VCoLWZT5hz3 { width:3.625rem;height:3.625rem;top:2.6875rem;left:6.0928821563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7Jrg4kFqzsf5pJ9M1fWUvNHMi1OF3A5 { width:4.125rem;height:4.125rem;top:2.4375rem;left:21.717233657837rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXdgX9vCM2Rryhgh3ErCUsNmqWClAgCl { width:4.125rem;height:4.125rem;top:2.4375rem;left:37.592233657837rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNbLPrRGCbw0ynbGuPfpHNgCTfi6Cx0e { width:15.375rem;height:8.625rem;top:10.875rem;left:0.21831703186035rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXpzXPONHXBinoWogFB8FH05o1scsPsV { width:17.3125rem;height:28.3125rem;top:6.375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlHSBCIL3516e5iPrp6QoB1DnieqgwAT { width:7.1875rem;height:7.1875rem;top:1.125rem;left:20.187284469604rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA9lPeXxQ01MpMKTL7zqmgkscFsDWCgn { width:14.875rem;height:12.5625rem;top:9.5625rem;left:16.092329025269rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDmQeQEvwNESskGkwERHtGAnHGXeUe5e { width:17.3125rem;height:28.3125rem;top:6.25rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feJ8oGUwS3R7nb1Li1ugLBx1mT7qcNpw { width:7.1875rem;height:7.1875rem;top:1.125rem;left:36.062288284302rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFrg7tzJD9gb5NCIcH8GmyXIlgr8LQGI { width:14.625rem;height:12.375rem;top:9.6875rem;left:32.06272315979rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4L6cmhcbRV5wT6fisq6RqfifvfTAWUE { width:7.1875rem;height:7.1875rem;top:0.875rem;left:4.3122844696045rem;display:block; }
 }@media only screen and (max-width: 763px) { #T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp { display:block; }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4m92uOZu6BcTUsKSKbLfa8qqSy4uc4X { width:15.125rem;height:3.875rem;top:28rem;left:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRhkDzIq4ESg7cr2pwe22pEDePvLIems { width:15.125rem;height:2.875rem;top:24.0625rem;left:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4z8J9ELms97GxsmCKMRdmGXdnllUi70 { width:15.125rem;height:2.875rem;top:24.0625rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtPHWb88ZvRFsWTVR2ls0m8fhdzxffqD { width:15.125rem;height:3.875rem;top:27.625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwmyDiMVAEGlAn2tyktJlTB9VyH3nUHq { width:4.125rem;height:4.125rem;top:2.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKyGAT2ZQUsxuBTbIHNNpfv4JPefg5ha { width:4.125rem;height:4.125rem;top:2.625rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFInQqval3OtA9vLuBOOB40eeGroVLy6 { width:12.8125rem;height:20.3125rem;top:27.125rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoDG7UzrOdovcPdbrPfVauTphJppMJS5 { width:12.8125rem;height:20.125rem;top:3.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WS89DaDvOryU0ApJSxxvD7bo5fVMF9FD { width:12.8125rem;height:20.1875rem;top:3.5625rem;left:34.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rdb2GOenTDhDMrbf8FfJVru2dye7qoC0 { width:17.3125rem;height:28.3125rem;top:6.75rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGBSu79kkn1AlmgpwmRPA8HTa748Ny4S { width:13.625rem;height:11.5rem;top:9.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrP1mUVF8rJEhNdrCTXgt5ms4xvAdmIT { width:17.3125rem;height:28.3125rem;top:6.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlAlsV40A25heDHU9P6UeNUtvFQt7c5Z { width:12.6875rem;height:10.6875rem;top:9.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMbrrXQNsI9LidnL7XO1a6kfBN26yMQo { width:7.1875rem;height:7.1875rem;top:1.3125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd9STo5yIx3UmKpuNBtAW3ObTaz38S9t { width:7.1875rem;height:7.1875rem;top:1.3125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOJ9d2LnJ8xsqbVkLflxmocOaFLTK34K { width:32.8125rem;height:3.375rem;top:40.6875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGB6VtEVEy5wvDr7JiygL3MoWfdRKuTR { width:12.8125rem;height:20.3125rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu { display:block; }#T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #weyffJgQd6g7WfGoz8BP95JkfhIpnBJv { width:18.3125rem;height:29.125rem;top:12.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hf8GQ52pWf7mpWvIvVewMzwcdLI2kvha { width:15.875rem;height:21.3125rem;top:12.6875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlrpLnzVm0JcwRU7exPs9brNDN9neD4A { width:14.0625rem;height:21.375rem;top:12.6875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ6wXfZD67SOlysXvWdoV24rWQfp2t03 { width:14.3125rem;height:25.5rem;top:11.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs98XTpFrxH1lzzx6P8sLWlrr9Ei7gt7 { width:35rem;height:5.5rem;top:0.875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyhnfgTa3H0MNCrSH3WWVLkrmKOyvfFr { width:20.3125rem;height:4.875rem;top:35.9375rem;left:27.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtuTRfEKINsHu0lcxOXZ6cRyxAsxO63x { width:25.9375rem;height:2.3125rem;top:6.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOkSQ0Qwm5T08tSiWGvPxP45vTfbvCHH { width:23.75rem;height:2.875rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgmIMn1TQ8FHNwkM3o3taTB1FzObVxDM { width:21.875rem;height:0.3125rem;top:41.5625rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccly8ttK6tnLHqnquOCasIpZgo4trpMM { width:25.9375rem;height:4.8125rem;top:33.625rem;left:21.8125rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ytSUzy217kNGJPNkGpRppbUTTwuMqgvH { width:21.875rem;height:0.3125rem;top:39.125rem;left:25.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCNU8u2VrSLW8q43WXXCzca9BBT2w5i9 { width:15.8125rem;height:19.125rem;top:12.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nyQeZR7guh4V2k7skkPJET6VdMK9R90g { width:12.9375rem;height:17.375rem;top:12.6875rem;left:23.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQ0PkOpLJCPclce3kLEb4oJP95CI13Al { width:14.0625rem;height:18.875rem;top:12.6875rem;left:33.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR { display:block; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InlhwgWUiyUb3mzrARWSE7c5qRoJwSop { width:47.75rem;height:3.625rem;top:2.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRIBFtccn64snINDOQBhNLWM6AZXKRc4 { display:none; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FJTKTdaD4ohzIWcu8lHVif44DV4oBCPx { top:17.6875rem;left:6.75rem;width:9.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W440c9QxTHnIwT8ciNsiZfW4iD0TQlQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #ew7yPradTiVWh0SbobU9sunOoof7LCUG { top:17.6875rem;left:22.625rem;width:9.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIXVTz3FlvfdzcDKwSKRQ8FFRirJmCXe { display:block; }
 }@media only screen and (max-width: 763px) { #duoLkOEDfdfRgdMaobHT0Qpy6N0dWrDV { top:17.6875rem;left:38.5rem;width:9.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlWBmSvz1XALEqnUlo0A6OXJTeNweTDo { display:block; }
 }@media only screen and (max-width: 763px) { #xEv8F23tfoSp2TrFePqC5V69DVLHf3i0 { width:20.5rem;height:3.375rem;top:21.5625rem;left:27.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9lKZLanzVS3LAVC8WmxWUEaEecbfXOw { width:15rem;height:18.75rem;top:2.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIIZzQrTBQomdBX4gb7pDuR2AvVb3q5z { top:23.875rem;left:4.2488312721253rem;width:7.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fnpeggBXB1WeAQnaLkh80Jn4gNAqDRWT { display:block; }
 }@media only screen and (max-width: 763px) { #RSHMispBt4TqIOJeA3Mc44q763q3LLPU { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aq2ODZXV9sP9xNaDG39ZtTDDpsTAIx29 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #srt9kEUkDCFrHgJJw6QduymTuXhhU65b { width:22.5rem;height:7.1875rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkwpQThTgl2aR41uiLdg1B7GlPmJmTfM { width:15rem;height:18.875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1XeEo88IqTT0nt5xpPLHu6iRwJJ8vLL { width:22.5rem;height:7.1875rem;top:19.5625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTWkbfn0oRUVNUaTxfnNhDz1UrORIrKV { width:22.5rem;height:7.1875rem;top:19.5625rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IogfWfh5sfxExGrSQMxskTn7SI4Naamd { width:15rem;height:18.75rem;top:2.0625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkwStPmcuXmBO48VDXAsh0Ip3OhUEODp { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #N85lQnDkOaNlkUEbcxEX02gm5yIv0gx1 { top:23.875rem;left:4.2488312721253rem;width:7.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLN9dTiDQSRSdHDmpf58LpqFCCSuzvwx { display:block; }
 }@media only screen and (max-width: 763px) { #TxdQT63iSXPJ6RmaBeIKqh2J1wFfUtFz { width:20.5rem;height:3.375rem;top:21.5625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GvLAVbhDbOAaxa46M1oANaGBtliNiUnd { top:23.875rem;left:4.2488312721253rem;width:7.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #W0iUiS6e6sGOo8DnkB1Zg1470Lmt0BoO { display:block; }
 }@media only screen and (max-width: 763px) { #xcQX4mokahMBeWEXlNurit96mrxMUcvq { width:20.5rem;height:3.375rem;top:21.5625rem;left:11.25rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ngCafFWRq5Edo6Kkk4W9SGVZEaMcx1Ku { top:23.875rem;left:4.2488312721253rem;width:7.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0E5v1b7zqqvXfQqgcsXoBo7mOPS7H3y { display:block; }
 }@media only screen and (max-width: 763px) { #G31oKX0zMCbSaGkTUrbBCFgSgQs7Qfyh { width:20.5rem;height:3.375rem;top:21.5625rem;left:27.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fE9i7bHa0UylAihiTyuJPCTqJLffSZ9U { width:20.5rem;height:5.0625rem;top:20.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3wW9R9HSB5vZEUQqvvlK4K5sT28d7xa { width:20.5rem;height:3.375rem;top:21.5rem;left:11.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe { display:none; }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vLnDWZf4S9RbhZW0Dm6ur3o1wU5bBeaL { width:20.5rem;height:3.375rem;top:21.5625rem;left:11.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2wmL6XT3Z0PhD9ON5c9SRbt4pnZaJku { top:17.6875rem;left:22.625rem;width:9.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5MwfNSgoJohmtkM6HzRhbP5Ze8w0Slk { display:block; }
 }@media only screen and (max-width: 763px) { #DHGSCXpmdSxTQo0RbTaQFK6JcbQeF2cu { width:20.5rem;height:3.375rem;top:21.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg9te9zrwb8EXsfR8w3hRaaqgb862XiN { top:17.6875rem;left:6.75rem;width:9.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQpvq6NATvFJMtOLDvc3VeNc76uyuDTA { display:block; }
 }@media only screen and (max-width: 763px) { #EQ242GU6mJnUhifcmdEKhkMoX1h9301X { width:20.5rem;height:3.375rem;top:21.5rem;left:27.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFcpu8qbkKGoWi2i099mcTWLXiMkZ6Uf { top:17.6875rem;left:38.5rem;width:9.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfVE9fxtTRx47iTcEotOz4DXP1Fp2mfr { display:block; }
 }@media only screen and (max-width: 763px) { #HG6esH72nGU6OiBwtdwpNssbhEGUN76V { width:22.5rem;height:7.1875rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq1aKVOQCtQ3Rz5yfJf4ha6XJSvVXuxH { width:22.5rem;height:7.1875rem;top:19.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTVIQGP3POt2DKu0dqng93ciiFAT4UQN { width:22.5rem;height:7.1875rem;top:19.625rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoI87WkJtft53P4FPusBXDSs9ra17dWQ { width:15rem;height:18.75rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvmeTUfGidJhGFsbG9zGBFdfKexHECLt { width:15rem;height:18.75rem;top:2rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex61qDQpqkk3wqXJ9r409oPuKoxsB8od { width:15rem;height:18.75rem;top:2rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMDeQed5BtvZyxZ3Uk8iUg588H7mZIQr { width:13.8125rem;height:3.875rem;top:10.5625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCaL8AhxAnJF68a7TV6RNy8HiBswNiVe { display:none; }#TCaL8AhxAnJF68a7TV6RNy8HiBswNiVe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F1ABVyX98cRUGhSAbSzGQD1n3Rqy6lSq { width:20.5rem;height:3.375rem;top:21.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf26MvbB25cotNyuoCixSrirZXr0yqrW { top:17.6875rem;left:6.75rem;width:9.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMyQNSM4i0W3SCx0OIz6ODO3GAAL8As1 { display:block; }
 }@media only screen and (max-width: 763px) { #gZfaX7c2ytPCZFyHH5eF22d74tzUp0pI { width:22.5rem;height:7.1875rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0lm83E0eWbguppnz5uItDew3hL8cE7h { width:14.9375rem;height:18.25rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeTmKCUpUGwmRXxe5oLcog2QuXE23AFP { width:13.8125rem;height:2.5625rem;top:18.9375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrhSNPTXysdqfJLuwmETq8pcmBAPOlC6 { width:14.5625rem;height:18.25rem;top:2.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khc2oJ8pOW0nneJEk8KVWfDie16orsK1 { top:17.6875rem;left:22.625rem;width:9.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8C09MERHvm9SXmTpStewpFUPORHtyNX { display:block; }
 }@media only screen and (max-width: 763px) { #lyWqqixSbIugeQQs7k9vMJK73pbnWpkb { width:20.5rem;height:3.375rem;top:21.5625rem;left:11.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRfFoaaTUJDOEqudlr6dvhgI8sHe8tTo { width:22.5rem;height:7.1875rem;top:19.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9fME0UrKQvfH1uPANwEGrm6PtQJDklH { width:20.5rem;height:3.375rem;top:21.5rem;left:27.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKfQnNaxUGGatMkq6lGdTbE7Eqwzz04v { width:22.5rem;height:7.1875rem;top:19.625rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFNxiViZ38MQAW0DcQMWlI1zDnMV3Ns4 { top:17.6875rem;left:38.625rem;width:9rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #waC8tZxVFLzQs9vNLZhCMMt0VTEeOnib { display:block; }
 }@media only screen and (max-width: 763px) { #tcyTurXUWLVs4fQPu7wwOwAyr87BvU4R { width:14.875rem;height:18.5625rem;top:2rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2MkHAr2X2fSzO9uWHWkWist3Ec5xi7L { display:none; }#P2MkHAr2X2fSzO9uWHWkWist3Ec5xi7L > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CNAIT8eVf6ONi2vhItww36RTBBrq1QuF { width:20.5rem;height:3.375rem;top:21.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZRE4pzkzR2aicoAH786JU83gx4S2XID { top:17.6875rem;left:6.75rem;width:9.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyPzIVvmR0SQFmvX9PS4qZBSOvu2rz2e { display:block; }
 }@media only screen and (max-width: 763px) { #kFhEDhc92FzW9hQIvl91Llz90icJaOOT { width:22.5rem;height:7.1875rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfFQWAceNgG2Hw34FTb7cyMg95Tt5q5t { width:14.4375rem;height:17.9375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fduaD5erebyMVedSUO55LCEsXqEGGPOk { width:13.8125rem;height:2.5625rem;top:19.5625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xsX1kb78RsXQrW4azWp81mTJf7f5dWe6 { width:14.5rem;height:18.1875rem;top:2.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWfcIdvbPanPxIcCgngMip2AzWAg414C { top:17.6875rem;left:22.625rem;width:9.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNCBLkhX7twXv8gcTTCNASSS6GLH2Tzi { display:block; }
 }@media only screen and (max-width: 763px) { #TfR5K6Rvp4tWXi1hSKqlUAWh62AFPRWD { width:20.5rem;height:3.375rem;top:21.5rem;left:11.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kceIqNIiT9OM8IV07dyPBUBMiPd9Ovv4 { width:22.5rem;height:7.1875rem;top:19.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI7H8PW9AoZnwJyHG2W9QbauHJ6Xqdtr { width:14.8125rem;height:17.6875rem;top:2.25rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG5CW2CnlhRGdSUa7T3ebZI8uocHDelm { width:20.5rem;height:3.375rem;top:21.5rem;left:27.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCCxqMCFbEZV7oQbpDoCXNurKL1XFzHQ { width:22.5rem;height:7.1875rem;top:19.625rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu4VKwkdG2ms0dANeE9mR1zFgZCEaIS0 { top:17.6875rem;left:38.625rem;width:9rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWoLSmFVfBLHXTW5ku0OqEl57CMUm9Ux { display:block; }
 }@media only screen and (max-width: 763px) { #LTgGpXe1vNEJP0eLMfRJNAnBAsDLLBds { display:none; }#LTgGpXe1vNEJP0eLMfRJNAnBAsDLLBds > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vvISzy9SIkm2eVhWOqZdVSley7O1wM6U { width:20.5rem;height:3.375rem;top:21.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODsIqUFCmhRwZcpn7DtR2nVLOyWVxPr9 { top:17.6875rem;left:6.75rem;width:9.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI141KHLTZJEotDzXTFZLdz3BmEXkTsw { display:block; }
 }@media only screen and (max-width: 763px) { #I0XSwF6yuhTzXtSSOZl3RFJSo7ZzPNhp { width:22.5rem;height:7.1875rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbxOPw8NIcZ8weCh5QDrPiP1TnJLxWUv { width:14.375rem;height:16.625rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB2tlPl9DHRiWA8sH6vOxTvmmKNshg13 { width:13.8125rem;height:2.5625rem;top:19.5625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AXoRTN8tLQzXwmf7yr7vfMWo2TILnkV5 { top:17.6875rem;left:22.6875rem;width:9.0625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #owbBarnDzps22qRs93rmcNKlNkqHI6Ie { display:block; }
 }@media only screen and (max-width: 763px) { #vioDLT5ektR9roO7DcgqV83wOPcRth8Q { width:22.5rem;height:7.1875rem;top:19.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgnaumwJG2BrDmLfTBGnqSPOhVml9J6u { width:20.5rem;height:3.375rem;top:21.5625rem;left:11.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0SwdSMCVUITcGyaBwFrybPXFa6xylA0 { width:14.375rem;height:17.1875rem;top:2.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV { display:none; }#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aXRRqupHpqHtg3eTb6mqoRuykFqJ0RVh { width:20.5rem;height:3.375rem;top:21.3125rem;left:11.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeHAQfPugXc8PVUIMeSL0Q1R7XWTG124 { top:17.6875rem;left:22.625rem;width:9.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOQF344LBkqTosyDwIIV74mZMuI5Is4z { display:block; }
 }@media only screen and (max-width: 763px) { #pBkQQWG5TiC4TLLHbTtLVZH8QRe94Tt1 { top:23.875rem;left:4.2488312721253rem;width:7.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZzgKKfB2PxuLg8TmFUykXvDfQskFTHlX { display:block; }
 }@media only screen and (max-width: 763px) { #uBX7TquMvQdXk70pDep7JFQGOA9CzaGv { width:13.6875rem;height:16.375rem;top:3rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFUUy7CZNG5axCGPRUs5noaZ7Q6bdCrw { width:13.4375rem;height:16.3748125rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc73ZUCg3wxW1bcGWPRIfpO6rBrsD8U0 { width:20.5rem;height:3.375rem;top:21.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUDLKH02KGUx2l6hfrIvGDQAEAyBEO4S { top:17.6875rem;left:6.75rem;width:9.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6snPxWtlGI1JlbsfZUZXAI9bt8fzTCL { display:block; }
 }@media only screen and (max-width: 763px) { #Qzuo48KxdzMhJQRiUz4rxw7hIGrwSz0o { width:13.625rem;height:16.375rem;top:3rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4tR0vLZf15khmeFaJBJf4uA7M4yJpP4 { width:20.5rem;height:3.375rem;top:21.3125rem;left:27.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg1EvrXvUhCMA937GtAcK4NFAHSamUTQ { top:17.6875rem;left:38.5rem;width:9.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne5SAoxPa4VBQSuzbDbfTio4UDxTxN5h { display:block; }
 }@media only screen and (max-width: 763px) { #zr6a6BhLwyTfLxi5W4C1T84NOLFE7rIn { top:23.875rem;left:4.2488312721253rem;width:7.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3kBkJba6RxgkHvTnCswW51OVnNiezFV { display:block; }
 }@media only screen and (max-width: 763px) { #TNUXsRPJOqfEiGMCx0HWTdf8F23DG8D5 { top:23.875rem;left:4.2488312721253rem;width:7.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #vT0hliph99PhovgRHohRUhCEb74av13c { display:block; }
 }@media only screen and (max-width: 763px) { #TiI0xxL15Hyftde9kAVDJmNZ6q3LrBa7 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJxhHLuIvTBdczd1F6TwTtmtM1nn1oSr { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMyrGGxnQgNXwTqnvXUcNSdggfQGbJcg { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lBnbSygTkUw9EdWQEWmJtSKFqQPbZqaX { width:22.5rem;height:7.1875rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #suPdoTZbuId4qREKO7TbVfS41wDUfOc7 { width:22.5rem;height:7.1875rem;top:19.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulyJNGcWhXI6SROWu5LhJFyMme23SOSy { width:22.5rem;height:7.1875rem;top:19.625rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5dWffEG9TX8feTyVvGJqo3zc3qka9tB { display:none; }#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fQuK9TO3UV0OZwhfDl7TE84TQ5DkyXyG { width:13.5rem;height:16.375rem;top:3rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTpTDN5iEUfpc6UVuwIrMWOtswzudcT9 { width:20.5rem;height:3.375rem;top:21.3125rem;left:11.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig36DJ8JoIFkauJG9ERo9JVHinrEPHet { top:17.6875rem;left:22.625rem;width:9.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxio4HQ3TrZ7OHtarvxgS7PsioTTBUkd { display:block; }
 }@media only screen and (max-width: 763px) { #HXQ4XRvf4P1bIwR9CGavMKHeSGKQEUtr { top:23.875rem;left:4.2488312721253rem;width:7.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #GepZMT2ZDMyamrTMvZQ1Iy8UofPTGxIV { display:block; }
 }@media only screen and (max-width: 763px) { #qBuAJu4qNWciETFd52TuzceZoOynIESu { width:13.5625rem;height:16.375rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZkKScAnumWpiDcNZeGrpKVGtKKPFGik { width:20.5rem;height:3.375rem;top:21.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2GmmsV463gzlcRsLaFSATVkuQibRPqr { top:17.6875rem;left:6.75rem;width:9.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzMXXCBqHonDsoeqTwf5wwUId2lgIs7t { display:block; }
 }@media only screen and (max-width: 763px) { #UUdxwhdbOOPnRMytHLZNHuwML9OdmGmG { top:23.875rem;left:4.2488312721253rem;width:7.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #cv5IpuxLquRSy1GZQ7Jnd0sRJ63ONFiJ { display:block; }
 }@media only screen and (max-width: 763px) { #HsuMCUsCL5BPAkk7UJTJ20MT8FSUrf3c { width:13.5625rem;height:16.375rem;top:3rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMicU2TR0iyx2WNbExGufsPQaKUEScel { width:20.5rem;height:3.375rem;top:21.3125rem;left:27.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkEfEQvgBylqHsG0Qf6LzHrNqQW06bMw { top:17.6875rem;left:38.5rem;width:9.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HixqKGT5xMyOtcmPFWhQo4okbZWbGXru { display:block; }
 }@media only screen and (max-width: 763px) { #c01ZRXfquw6r3UPLKsEGoy1o6hq12yfL { top:23.875rem;left:4.2488312721253rem;width:7.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTnkAHlLrVAXiTUiNtPc16fm9PtuFU8r { display:block; }
 }@media only screen and (max-width: 763px) { #ZTqQOHTse6hPDVKE2GpW7my4EcFDgEnN { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BE8fRz16o9zkDTHnfqOd7DVLSTTuAbK6 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvUd2co6ckzTgyVPRDL6Hnf100yZl2Cs { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAypCPcVIPXi7GJ49f1m6or42BLVRSK7 { width:22.5rem;height:7.1875rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJA8m86wm9dqI8kJwPtmE4tvvzk73apZ { width:22.5rem;height:7.1875rem;top:19.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTvtu8AEDfNc9ebp3B6z4DLANAd5qqgR { width:22.5rem;height:7.1875rem;top:19.625rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtEXAyoKzanc1gW3vpWypFaStiBZaJzd { display:none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aWRtwSCDHIkPcsBuOXbJJSIEM85QWEft { width:34.625rem;height:3.6875rem;top:4rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvIGTJzTTHlnA3WiCBFdX1DWATeXJcTe { width:47.5rem;height:7.5rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVmiAuXzpc9woEE9VdxvgsDNEMpS62NH { width:19.25rem;height:2rem;top:17.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmX8tNArQ1m60kcBFoDs81CN4g5GL1q5 { width:6.125rem;height:1.1875rem;top:32.6875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J7Vxt9cwm0bGyIP4BaSfTKCK7scIgJcH { width:6.125rem;height:1.1875rem;top:83.625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cBBoZZMZJEsTC6J8FhhAhDl1RcS12PuS { width:6.125rem;height:1.1875rem;top:48.75rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFygyadWmPoJEHcz2RX38TNoe2XAdP2M { width:1.875rem;height:1.875rem;top:138.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl6mRnwheWibkrktXRhPyM2JwTbExVCm { width:6.125rem;height:1.1875rem;top:67.25rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k2yOXgJ83LHWqXLNzNwm1f0lyD5wS3GS { width:10.8125rem;height:3.375rem;top:146.1875rem;left:36.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdzoZxdCfQEcdEtiExPMB98G5gbPunSI { width:6.125rem;height:1.1875rem;top:94.5rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T87knFTtnECgAl2vLQv6oz6BCrMCNJTE { width:6.125rem;height:1.1875rem;top:110.8125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0ftiHQS0h2iCMP8i4BJ9aUKcXkCf20M { width:6.125rem;height:1.1875rem;top:126.875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SRSUhVTWT7EVJtqnSzoeCPpDJJRyrGJ7 { width:47.5rem;height:7.5rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo6mwFlTzJS2DwIpLZi7ikpvvVtNU8Kv { width:19.25rem;height:2rem;top:26.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpAX4UEtvEzzuW7V9Hym34w9gusRSGIu { width:1.875rem;height:1.875rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATaB9UR5hXo3tQ1VcQaCWbFBTWTK2ogJ { width:1.875rem;height:1.875rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwQIFca4hEVDDqk0VlAMyUkeavilhQCb { width:47.75rem;height:7.5rem;top:140.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqzguPIFzvO02qJTslg0VgZfEAAPIigC { width:6.125rem;height:1.1875rem;top:142.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL4qkrsW9c7aEclGFq86E9NuJwavdss8 { width:19.3125rem;height:2rem;top:144.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDoeEDJufBVPBNHBAKmf3utXKlnXD42Z { width:47.75rem;height:7.5rem;top:150.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QASaABJHRvlLKPhtqBocCIykTrGcTx8p { width:1.875rem;height:1.875rem;top:152.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrFLcqd8GG80vg2M2FEbWfTnBS6JaU0l { width:6.125rem;height:1.1875rem;top:152.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDpyklHkr7PBhA7zqTMTfvUPfNSeBbAw { width:19.3125rem;height:2rem;top:154.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5onCIIrOXIucR9KNsHvlJt0lQOmunii { width:47.75rem;height:7.5rem;top:160.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFxaRT815qyZQ1wHEvlueLBrpPp76Ohv { width:19.3125rem;height:2rem;top:164.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfIv31FyTmdEu54VrLswmWQyvbbzUdta { width:6.125rem;height:1.1875rem;top:162.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE8TsQZlBG4pstkmxguh2gRD3wwWz80T { width:2.25rem;height:2.25rem;top:142.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QImNRTiTTIQTy8b66znDimd21Di6FZSI { width:2rem;height:2rem;top:162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyKOCZpO6pTfnE3SHLW3hkRubp1dpPtp { width:47.75rem;height:18rem;top:186.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJniytQGl80qqN0AUXyJNctUxgp3ocA7 { width:47.75rem;height:2rem;top:191.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTpoTMJ3QD9U7GP2LNvECGuv44NPTWRJ { width:1.875rem;height:1.875rem;top:188.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVF9mVDgAuosoQnM5cOpeybAAARisZg8 { width:47.75rem;height:1.1875rem;top:194.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNx2WA1hSJ3h0rBScwMHXWo0NshiX3bP { width:0.0625rem;height:13.4375rem;top:124.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xca7DkwkuaHGyhgTD0FyTtSdZ5i0gwGA { width:47.75rem;height:17.8125rem;top:136.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5S16u4Fqe3Qfz31FSHoJEvOSJSwQQT9 { width:47.75rem;height:18rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #soZJVmQMTPIBt9JcDvLx9mNN8T9FzmVr { width:47.75rem;height:1.1875rem;top:39.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu8FT7BbL6Kqanp46XNbaKAFXWoefE5L { width:47.75rem;height:2rem;top:36.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dENKmOIRffkJradORpepy23ipvK6gX6N { width:1.875rem;height:1.875rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUUk7hRKSns5A6U2HGQ35IKygrh92EcX { width:11.25rem;height:3.375rem;top:41.3125rem;left:36.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoS9zRgWqolAUcQnTxBs8mZ2ZXNoqKeF { width:7.0625rem;height:8.8596144651771rem;top:32.375rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV7zQpEBeXrsZlD6vQ0GgyRf7HyOzJW3 { width:7.125rem;height:8.9375rem;top:137.25rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpyADZ2eL40GAQEmrm73CUMWv3FVLRzz { width:7rem;height:8.8125rem;top:187.25rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOiyzNq5AIIH0BZsSlBOOlsiboBioG12 { width:9.875rem;height:2.25rem;top:196.0625rem;left:37.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmpg6NWatmXWkq7Jcu6OAFSzeeDLWCJP { width:47.75rem;height:1.9375rem;top:253.125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hEymiKzOMK2t3V9kaka2LQadR2fnCKlx { width:18.875rem;height:21.125rem;top:202.875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZgtbKC04EuIpdz5w5xOVTazZhUKCgmhZ { width:16.1875rem;height:16.4375rem;top:158.4375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hvRTaJTEny9IinaqZP91kEexqdaOPFBH { width:20rem;height:4.375rem;top:289.1875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fn5Cf3tGqXIcalwXiE2KM9K0VLqvoDVu { width:18.625rem;height:9.375rem;top:292.875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b1muwxTv1gBIp0oe4qTDb2oE4d8cNNXL { width:47.75rem;height:17.25rem;top:206.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJrZqmUNiaz7usNTkRGPVbuB9ReCu28z { width:47.75rem;height:1.1875rem;top:215.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA5dBWu8M7QfKS93VlpmRZ2JGZWT2xcf { width:47.75rem;height:4.0625rem;top:210.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts1aRD3ARGr7IT7aHvCO9Nuv5F2mL5GP { width:10.625rem;height:2.25rem;top:215.5625rem;left:37.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu9bRmTCqveDQeA8HdQ0x9lgVy9VzWBf { width:6.6875rem;height:8.3606136094236rem;top:207.1875rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhGoVKhNMKSV5gn9QkIxiWACAho8HRom { width:1.875rem;height:1.875rem;top:208.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJTuXgJTGSPDOJMZi8TU9D04Ty0PFu2G { width:18.9375rem;height:14.0625rem;top:331.125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvl2DlhAmQg8GS3HrE1qJxIGfXdtwQFA { width:18.75rem;height:7.6875rem;top:229.9375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hdVXq9PVze4qzKXZ6SQEKEJ6pC0We4JB { width:47.75rem;height:18.9375rem;top:165.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaohFoSwNdAQb09T4dzD4uPoUE26NOiT { width:47.75rem;height:1.1875rem;top:174.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNrdcqWWuTCzw34o9LzQXnz3m99zKpZk { width:47.75rem;height:4.0625rem;top:170.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrRA9FTJFdnWmiiJJPX53sZWSS7ODOp6 { width:11.5625rem;height:2.25rem;top:174.875rem;left:36.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNS0xToZm1Gy5DnoRwEmUAUAgRG1I40M { width:6.625rem;height:8.3125rem;top:166.5625rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLBxIlP2CesQqxyi2T8Wb9hQUpzPZcfR { width:1.875rem;height:1.875rem;top:167.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn799BdVJ8bVsKo6Nn6Z7qMfPs04B26U { width:20rem;height:4.375rem;top:368.25rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLtRaHzogLScSJKvyZrn1G6TtCEe504e { width:18.9375rem;height:15.25rem;top:373.9375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #maGMsm0pcnVXeuD1vPzTdr23T3WRr8h3 { width:47.75rem;height:16.5625rem;top:51.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV7nhff4Z5ZGMgMlpKDiOsC83WQpxw9z { width:1.875rem;height:1.875rem;top:52.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBgZ2v7y9yBr9GdV7BbZNv7vNnc4D73O { width:47.75rem;height:4.0625rem;top:55.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvnKdnRsnZSRdSg0er9ufoADSPgU12tW { width:47.75rem;height:1.1875rem;top:60.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLz6mSKA2Pf7kDbvnyO9tduTVkenn7lu { width:11.5625rem;height:3.375rem;top:61rem;left:36.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgxUv5X4W9LpGo5aXlCOAunkTaiAWTpx { width:20rem;height:5.875rem;top:413.4375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qW4syDtKTXw78T9fETFOshOuP8tTpZKg { width:18.9375rem;height:17.625rem;top:420.75rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a2lmLZRfVDOQzNSN2IZU3i89pXiUMOEi { width:20rem;height:5.875rem;top:442rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dyNhTgLNP5WaApMgFMNbJ7oPTt7lFL6D { width:18.625rem;height:9.375rem;top:449.5rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wu3KdfWaUMoKuNJTtck1gpmrZ3u3UT33 { width:20rem;height:5.875rem;top:480.0625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l9x03wHGTXrF1GPBMTlmoCc0iOlIUBnc { width:18.625rem;height:14.0625rem;top:487.625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTP7mk0kTAL3nZOLBnfUemJy30r08Ldt { width:18.1875rem;height:17.625rem;top:532.125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTrHm64HkLbvXG2fkkUNJl8paXBQ2mgx { width:18.6875rem;height:2.125rem;top:56.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gJUMPCSzTGaIrCUdq9CfXrxOW1x3PuvQ { width:6.875rem;height:8.3125rem;top:49.9375rem;left:40.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2rbGV4CSXR8OlGhKGzp7FACLoT5cWlb { width:7.0625rem;height:8.875rem;top:52.0625rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqPCAFQROKnmeKV0VHCUFv6ST8XX2eT9 { width:16.3125rem;height:4.625rem;top:26.3125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bwsQyU8XvRDCt646GECLWTe2m2uHanXm { width:18.4375rem;height:21.9375rem;top:39rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #faTpPHUoESkxR477C1cEDdIk1KMC3d3E { width:17.5rem;height:6.125rem;top:70.25rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKngOiDUypTiZ3nTO5nukkouarpCi9Fm { width:18.4375rem;height:13.375rem;top:84.5rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tS6oqaP03l0ca8i0kHkAATryhFaWZp65 { width:20rem;height:18.25rem;top:302.125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z29XpFQmmfFIz7O6Wdqyn1IeNCMHlx3O { width:17.375rem;height:26.75rem;top:342.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fIiOLcUtFVftXkXxTC5aTyJXHxOT3msC { width:20rem;height:15.8125rem;top:396.125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VH8RTLvSawhNJ1fMQSPdE3rItWBUCZCz { width:47.75rem;height:4.0625rem;top:140.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB5QpzHMvyMsxhtgt5eW8GOX2C55pHht { width:47.75rem;height:1.1875rem;top:145.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN95sXALBwLQDTZrO9rgwAGC19krm8RR { width:20rem;height:6.125rem;top:146.5625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZewsfaTQnxdEkrx7X8i5JNqtT1JOtd7w { width:18.5rem;height:20.6875rem;top:211.25rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vpAHbDUfxz43hkrTzNmTBQmBsbA2rWhc { width:47.75rem;height:1.1875rem;top:41.3125rem;left:0rem;font-size:0.9375rem;display:block; }#vpAHbDUfxz43hkrTzNmTBQmBsbA2rWhc li:before{  }
 }@media only screen and (max-width: 763px) { #FmKEUIdeF2haxn2W1Xbg48M3ukZGQqvq { width:47.75rem;height:2.375rem;top:42.5rem;left:0rem;font-size:0.9375rem;display:block; }#FmKEUIdeF2haxn2W1Xbg48M3ukZGQqvq li:before{  }
 }@media only screen and (max-width: 763px) { #BcfEzoBVUmsNXUqb3LS9uafRRu3EpqTf { width:47.75rem;height:2.4375rem;top:44.875rem;left:0rem;font-size:0.9375rem;display:block; }#BcfEzoBVUmsNXUqb3LS9uafRRu3EpqTf li:before{  }
 }@media only screen and (max-width: 763px) { #TeOebEtkTFpzU6Xzq7000l6E9pr8kQc3 { width:47.75rem;height:;top:62.125rem;left:0rem;font-size:0.9375rem;display:block; }#TeOebEtkTFpzU6Xzq7000l6E9pr8kQc3 li:before{  }
 }@media only screen and (max-width: 763px) { #Se4eI9i6Gt6lgtt5Msm5Df0bzEAanEUr { width:47.75rem;height:;top:63.3125rem;left:0rem;font-size:0.9375rem;display:block; }#Se4eI9i6Gt6lgtt5Msm5Df0bzEAanEUr li:before{  }
 }@media only screen and (max-width: 763px) { #KZzEVBJFPpimpucD5gFVDv4SWJAalFl0 { width:47.75rem;height:;top:64.5625rem;left:0rem;font-size:0.9375rem;display:block; }#KZzEVBJFPpimpucD5gFVDv4SWJAalFl0 li:before{  }
 }@media only screen and (max-width: 763px) { #V8I8ClFviWWqtsP73emn1mg83WluQvnq { width:47.75rem;height:2.4375rem;top:147.3125rem;left:0rem;font-size:0.9375rem;display:block; }#V8I8ClFviWWqtsP73emn1mg83WluQvnq li:before{  }
 }@media only screen and (max-width: 763px) { #pGbT6A3sQ4WDscSLXIO7OFb7v8qcKZ5Q { width:47.75rem;height:1.1875rem;top:149.75rem;left:0rem;font-size:0.9375rem;display:block; }#pGbT6A3sQ4WDscSLXIO7OFb7v8qcKZ5Q li:before{  }
 }@media only screen and (max-width: 763px) { #my0aoyAIbyiIgvf17kaTpThBl7dRZV3T { width:47.75rem;height:1.1875rem;top:151rem;left:0rem;font-size:0.9375rem;display:block; }#my0aoyAIbyiIgvf17kaTpThBl7dRZV3T li:before{  }
 }@media only screen and (max-width: 763px) { #axEUmdsvRJlqLselRIfdyc9e03KyFJQ4 { width:47.75rem;height:2.4375rem;top:180.3125rem;left:0rem;font-size:0.9375rem;display:block; }#axEUmdsvRJlqLselRIfdyc9e03KyFJQ4 li:before{  }
 }@media only screen and (max-width: 763px) { #DXaHqcs5oynwUR6zWzWHpwQMgBtJVny3 { width:47.75rem;height:2.4375rem;top:176.625rem;left:0rem;font-size:0.9375rem;display:block; }#DXaHqcs5oynwUR6zWzWHpwQMgBtJVny3 li:before{  }
 }@media only screen and (max-width: 763px) { #mlJoIr4DWnhsUg1QHkbCN1bN3xLFskTH { width:47.75rem;height:1.1875rem;top:179.0625rem;left:0rem;font-size:0.9375rem;display:block; }#mlJoIr4DWnhsUg1QHkbCN1bN3xLFskTH li:before{  }
 }@media only screen and (max-width: 763px) { #oulqTmniZlu9Jaor6JZJtwEhKP1B4lo8 { width:47.75rem;height:2.4375rem;top:199.75rem;left:0rem;font-size:0.9375rem;display:block; }#oulqTmniZlu9Jaor6JZJtwEhKP1B4lo8 li:before{  }
 }@media only screen and (max-width: 763px) { #UIxuKbc25fTsNumT1buEK3WKDHLNFazA { width:47.75rem;height:1.1875rem;top:198.5rem;left:0rem;font-size:0.9375rem;display:block; }#UIxuKbc25fTsNumT1buEK3WKDHLNFazA li:before{  }
 }@media only screen and (max-width: 763px) { #miE1CgNTXySKwOkTlQEssPzaMCTvKMgT { width:47.75rem;height:2.4375rem;top:196.0625rem;left:0rem;font-size:0.9375rem;display:block; }#miE1CgNTXySKwOkTlQEssPzaMCTvKMgT li:before{  }
 }@media only screen and (max-width: 763px) { #IbxE7SDhAInVK4RsPcEhdmQnS3aQXioH { width:47.75rem;height:1.1875rem;top:217.6875rem;left:0rem;font-size:0.9375rem;display:block; }#IbxE7SDhAInVK4RsPcEhdmQnS3aQXioH li:before{  }
 }@media only screen and (max-width: 763px) { #v953s0wlA9rsm9c9titF7AMK3oCFDCD0 { width:47.75rem;height:1.1875rem;top:218.9375rem;left:0rem;font-size:0.9375rem;display:block; }#v953s0wlA9rsm9c9titF7AMK3oCFDCD0 li:before{  }
 }@media only screen and (max-width: 763px) { #Hv6MaLcy2qO37BOnFhEkDbQaQkWZDUd3 { width:47.75rem;height:1.1875rem;top:220.1875rem;left:0rem;font-size:0.9375rem;display:block; }#Hv6MaLcy2qO37BOnFhEkDbQaQkWZDUd3 li:before{  }
 }@media only screen and (max-width: 763px) { #p2uLyAVfnqGeSzU83C3RxTIhI0BxfO0c { width:18.75rem;height:;top:51rem;left:0rem;font-size:0.9375rem;display:none; }#p2uLyAVfnqGeSzU83C3RxTIhI0BxfO0c li:before{  }
 }@media only screen and (max-width: 763px) { #MnZFqMIsT0V0zVl4Afb547LJtiCldbrz { width:18.75rem;height:;top:41.875rem;left:0rem;font-size:0.9375rem;display:none; }#MnZFqMIsT0V0zVl4Afb547LJtiCldbrz li:before{  }
 }@media only screen and (max-width: 763px) { #l9IFBxSuMF6UbOtfUcOR0ury0dFXZ5gB { width:18.75rem;height:;top:58.9375rem;left:0rem;font-size:0.9375rem;display:none; }#l9IFBxSuMF6UbOtfUcOR0ury0dFXZ5gB li:before{  }
 }@media only screen and (max-width: 763px) { #qay677NRJhrWHkbOlTXlceiExxuBLwWa { width:17.8125rem;height:;top:215.0625rem;left:0rem;font-size:0.9375rem;display:none; }#qay677NRJhrWHkbOlTXlceiExxuBLwWa li:before{  }
 }@media only screen and (max-width: 763px) { #rL7cS4H5XznVt676PImPzp5v8xFJnT20 { width:17.875rem;height:;top:202.5rem;left:0rem;font-size:0.9375rem;display:none; }#rL7cS4H5XznVt676PImPzp5v8xFJnT20 li:before{  }
 }@media only screen and (max-width: 763px) { #R4FkfpZmIW3AwSR1Zudc8AF7Brwr7kPG { width:18.75rem;height:;top:126.5625rem;left:0rem;font-size:0.9375rem;display:none; }#R4FkfpZmIW3AwSR1Zudc8AF7Brwr7kPG li:before{  }
 }@media only screen and (max-width: 763px) { #yk8ug3t3OXDswEEpoyBAwzfGT2WubS76 { width:47.75rem;height:19.1875rem;top:115.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXI4BtcdnLk2ETQWB9eWOav1G4rxaUCr { width:1.875rem;height:1.875rem;top:117.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgBQLhqqrlZqyZLsRNCwarRLPpuqtV2k { width:47.75rem;height:6.0625rem;top:119.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ukg6Xfz5yyZ9zGW8KAgcmLGDfa04186s { width:10.625rem;height:3.375rem;top:124.375rem;left:37.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0mz5BMWRo5UVrurCapNB3gbXOnqDTMV { width:6.625rem;height:8.1112035444552rem;top:116rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7CSrg9py2K5Rd9kSHJSbt7irduhe305 { width:47.75rem;height:1.1875rem;top:126rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDneS1I4I3zEWWFW4TCAHsbw8GPmTSh9 { width:47.75rem;height:1.1875rem;top:128.125rem;left:0rem;font-size:0.9375rem;display:block; }#iDneS1I4I3zEWWFW4TCAHsbw8GPmTSh9 li:before{  }
 }@media only screen and (max-width: 763px) { #id6naCWz9Vo8X3IgmX2si2TsEmR7JtE5 { width:47.75rem;height:1.1875rem;top:129.375rem;left:0rem;font-size:0.9375rem;display:block; }#id6naCWz9Vo8X3IgmX2si2TsEmR7JtE5 li:before{  }
 }@media only screen and (max-width: 763px) { #b8Hz41OzcE1VhLCvz1IeE2wBDyuKPT7i { width:47.75rem;height:2.4375rem;top:130.625rem;left:0rem;font-size:0.9375rem;display:block; }#b8Hz41OzcE1VhLCvz1IeE2wBDyuKPT7i li:before{  }
 }@media only screen and (max-width: 763px) { #lRMyaHhUcDElV9woo412WVhTMcgPoeTX { width:47.75rem;height:16.9375rem;top:225.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdk7wMUR8BbMBcQX3Sn3TFLN9WPMD6BX { width:1.875rem;height:1.875rem;top:226.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9Mq5qW2z0UaVa4qZXXxv4SCHby0s3R0 { width:47.75rem;height:4.0625rem;top:229.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDhshWSzfHiCKFKOq8r6tyLgfsZVJxfi { width:47.75rem;height:1.1875rem;top:234.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppFAZ4Tpvtnpw2in6w7Q0kBEC8bx9uMx { width:47.75rem;height:1.1875rem;top:236.6875rem;left:0rem;font-size:0.9375rem;display:block; }#ppFAZ4Tpvtnpw2in6w7Q0kBEC8bx9uMx li:before{  }
 }@media only screen and (max-width: 763px) { #Ggu1ubGbiX43ADmH9l9IPs4u64AXZQtv { width:47.75rem;height:1.1875rem;top:237.9375rem;left:0rem;font-size:0.9375rem;display:block; }#Ggu1ubGbiX43ADmH9l9IPs4u64AXZQtv li:before{  }
 }@media only screen and (max-width: 763px) { #UvdMPHDZ1Tf8wWUPRAcfJWdtK3Q4tbdq { width:47.75rem;height:1.1875rem;top:239.1875rem;left:0rem;font-size:0.9375rem;display:block; }#UvdMPHDZ1Tf8wWUPRAcfJWdtK3Q4tbdq li:before{  }
 }@media only screen and (max-width: 763px) { #F9C3kJFPTRARn8xoFPnzZERclvgxmOCw { width:10.625rem;height:2.25rem;top:234.5625rem;left:37.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkQVigPmUrv4qXxf8BMWTNAl1QbN4lMd { width:6.5rem;height:8.125rem;top:226.1875rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIbyVCuAApVDI1uhrBEb6rFaMqU8AoLN { width:47.75rem;height:16.9375rem;top:69.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0upVtlG0i8Gp3UtouuJWeyW3n6yvrxL { width:1.875rem;height:1.875rem;top:71.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcMFtDlJE2Za2CTipf2lq87gyna4lK9X { width:47.75rem;height:4.0625rem;top:73.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffn5lR1ZasaZT6vM8fNK4uK1fkIxR6T5 { width:47.75rem;height:1.1875rem;top:78.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8C9gAigsxhncuqN3QopiihGLEW5qHZp { width:10.625rem;height:2.25rem;top:78.6875rem;left:37.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z618vStxT6TrHpgdEny1NzOi50Hmw9oa { width:6.375rem;height:8rem;top:69.9375rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4J9b3Byu1yu9oyULxuM3n2c5WUp6vGl { width:47.75rem;height:1.1875rem;top:80.1875rem;left:0rem;font-size:0.9375rem;display:block; }#X4J9b3Byu1yu9oyULxuM3n2c5WUp6vGl li:before{  }
 }@media only screen and (max-width: 763px) { #CDuBRDnfNxZuNambNxdwB1fRDOVhKVMm { width:47.75rem;height:1.1875rem;top:81.4375rem;left:0rem;font-size:0.9375rem;display:block; }#CDuBRDnfNxZuNambNxdwB1fRDOVhKVMm li:before{  }
 }@media only screen and (max-width: 763px) { #aSTZOmAS1rnUloffJ6WSoCeikGiKmvV8 { width:47.75rem;height:1.1875rem;top:82.6875rem;left:0rem;font-size:0.9375rem;display:block; }#aSTZOmAS1rnUloffJ6WSoCeikGiKmvV8 li:before{  }
 }@media only screen and (max-width: 763px) { #AKM26oDcmAxO8k17yIMykwSQTtMiQx4T { width:19.0625rem;height:4.625rem;top:317.125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CnyDy487ILo4grWgU4Oh7e2FoinnvyNA { width:18.5625rem;height:6.125rem;top:353.625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OER2b5p5p0a7EyLtQ7gvPibg3OwEt5c8 { width:18.75rem;height:;top:350.1875rem;left:0rem;font-size:0.9375rem;display:none; }#OER2b5p5p0a7EyLtQ7gvPibg3OwEt5c8 li:before{  }
 }@media only screen and (max-width: 763px) { #T4ZQC0P08gtUDW8ZFa6JKVwSgsJHm9Ir { width:19.0625rem;height:9.25rem;top:269.5rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHlRo2vcP5qNSdmKvHzRzMe9lnFRGJpV { width:18.3125rem;height:;top:407.125rem;left:0rem;font-size:0.9375rem;display:none; }#OHlRo2vcP5qNSdmKvHzRzMe9lnFRGJpV li:before{  }
 }@media only screen and (max-width: 763px) { #X6Ed9JMWBXFI31TaiHDqvSs8HIrC8ubt { width:18.75rem;height:;top:396.375rem;left:0rem;font-size:0.9375rem;display:none; }#X6Ed9JMWBXFI31TaiHDqvSs8HIrC8ubt li:before{  }
 }@media only screen and (max-width: 763px) { #fulW4Q1SBzOiKKXtqIOhq3SeJFMzr4du { width:47.75rem;height:17.4375rem;top:254.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDZJIkgcazsWmt6I2bmFfcRJv9msbHzJ { width:1.875rem;height:1.875rem;top:256.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIvBE47PlOV3qzr79nBdPPnFzbl6il1z { width:47.75rem;height:4.0625rem;top:258.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohtOxkAHaMbfWex7XnuymxK1P0vGM6XJ { width:47.75rem;height:1.1875rem;top:263.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTec2MncVdkpRn20HwDW3360nepDbyQT { width:47.75rem;height:1.1875rem;top:265.25rem;left:0rem;font-size:0.9375rem;display:block; }#iTec2MncVdkpRn20HwDW3360nepDbyQT li:before{  }
 }@media only screen and (max-width: 763px) { #X4fCByQiaTh3f3gqH4FdNDP3xTTKlTXa { width:47.75rem;height:1.1875rem;top:266.5rem;left:0rem;font-size:0.9375rem;display:block; }#X4fCByQiaTh3f3gqH4FdNDP3xTTKlTXa li:before{  }
 }@media only screen and (max-width: 763px) { #THeFGzIn0yTKnLUGgxiRyCSW9fRTyhRM { width:47.75rem;height:2.4375rem;top:267.75rem;left:0rem;font-size:0.9375rem;display:block; }#THeFGzIn0yTKnLUGgxiRyCSW9fRTyhRM li:before{  }
 }@media only screen and (max-width: 763px) { #fbPzDoKI33VoXD10FV3SCdpHTMHTFJEW { width:11.5625rem;height:3.375rem;top:264.375rem;left:36.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxAIntr8ItHyt3XyCUDBfCk3TnNS1KQI { width:7rem;height:8.8125rem;top:255.4375rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT4wQfeEfQmwTCDWcBCTw7GzXdGd8mkm { width:20rem;height:6.125rem;top:391.3125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iby6peV0NQwyOwxNN078RSFVihcvBq8g { width:47.75rem;height:16rem;top:97.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1LnmeAH8bL50Z3gJMEmei1AhlXdzmQg { width:1.875rem;height:1.875rem;top:99.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwtOMBz5vmiz7xpJRc2ldf3CLZkrWXid { width:47.75rem;height:2rem;top:101.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCQ89rfClNflRmW1kcoK8cSLv1aItylO { width:47.75rem;height:1.1875rem;top:104.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0lDRM4lhc2wdbNBtvxM5pfhaQUPhvbX { width:11.5625rem;height:3.375rem;top:107.5rem;left:36.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I660mwfCDhhCWocchq867qXdBWKEAaZm { width:6.875rem;height:8.625rem;top:98.5625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnf0f0u7zgwV6h8aeUA0Z001KMbc2xzr { width:47.75rem;height:1.1875rem;top:106.625rem;left:0rem;font-size:0.9375rem;display:block; }#Wnf0f0u7zgwV6h8aeUA0Z001KMbc2xzr li:before{  }
 }@media only screen and (max-width: 763px) { #OH8hTaZhUeaTLn7atnvzDCHGXzwJ7kpv { width:47.75rem;height:1.1875rem;top:107.875rem;left:0rem;font-size:0.9375rem;display:block; }#OH8hTaZhUeaTLn7atnvzDCHGXzwJ7kpv li:before{  }
 }@media only screen and (max-width: 763px) { #r44TN87hNZO2Cr3H4xvwhuUxgmgCcO1R { width:47.75rem;height:1.1875rem;top:109.125rem;left:0rem;font-size:0.9375rem;display:block; }#r44TN87hNZO2Cr3H4xvwhuUxgmgCcO1R li:before{  }
 }@media only screen and (max-width: 763px) { #ZvTBewwpF74kvTpr0oNgSSmCQHaK6tRW { width:47.75rem;height:16.75rem;top:292.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5qLdSsxxJbTF76FLp6txwmVMW42yOsv { width:1.875rem;height:1.875rem;top:294.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaMgSP1vAh3X7a4WyCmXbbxIlCwxlFxB { width:47.75rem;height:4.0625rem;top:296.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGJMr8IPV1rLp75VoWweJL8cbQUFKqpt { width:47.75rem;height:1.1875rem;top:301.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfNHIHLTJCuOAUp6U2wRpsxOUs07g8AS { width:47.75rem;height:1.1875rem;top:303.6875rem;left:0rem;font-size:0.9375rem;display:block; }#ZfNHIHLTJCuOAUp6U2wRpsxOUs07g8AS li:before{  }
 }@media only screen and (max-width: 763px) { #tcpbKL2GsNiaOuDZ5rzllTp6QqxkTQA7 { width:11.5625rem;height:2.25rem;top:302.5625rem;left:36.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vouS0N5mUBoMudRg9k9JsZs5QH1nG8DF { width:47.75rem;height:1.1875rem;top:304.9375rem;left:0rem;font-size:0.9375rem;display:block; }#vouS0N5mUBoMudRg9k9JsZs5QH1nG8DF li:before{  }
 }@media only screen and (max-width: 763px) { #TEd06leIzQ80ccquOUODQyEfBHDiFPM6 { width:6.875rem;height:8.25rem;top:293.625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9XK9sTL82i0MIEy6x1GT0wghkZ6sUtg { width:47.75rem;height:1.1875rem;top:306.1875rem;left:0rem;font-size:0.9375rem;display:block; }#S9XK9sTL82i0MIEy6x1GT0wghkZ6sUtg li:before{  }
 }@media only screen and (max-width: 763px) { #AA4bTTKSgR0UEOpnP52r8HrmHgIcWvHK { width:47.75rem;height:16.75rem;top:273.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUvZdzlJMKpyM8Bl7DN7CPrVaktGiiM1 { width:1.875rem;height:1.875rem;top:275.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML8tTlSbyhdQ5obcbt1LOd4biAOdZ8Db { width:47.75rem;height:2rem;top:277.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRXRIlIvVy58an1MH1wrRTae5STgpEs3 { width:47.75rem;height:1.1875rem;top:281.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaGqe4UW8r2D7bWxshAF6ic5aEcRUUhL { width:47.75rem;height:1.1875rem;top:283.375rem;left:0rem;font-size:0.9375rem;display:block; }#AaGqe4UW8r2D7bWxshAF6ic5aEcRUUhL li:before{  }
 }@media only screen and (max-width: 763px) { #IiOWagfIVM9TggFlpK3s98pOkc34hxZt { width:47.75rem;height:1.1875rem;top:284.625rem;left:0rem;font-size:0.9375rem;display:block; }#IiOWagfIVM9TggFlpK3s98pOkc34hxZt li:before{  }
 }@media only screen and (max-width: 763px) { #MFKJUTtP1rzvp6JSp7Ptv8HVJTCQuuHA { width:47.75rem;height:1.1875rem;top:285.8125rem;left:0rem;font-size:0.9375rem;display:block; }#MFKJUTtP1rzvp6JSp7Ptv8HVJTCQuuHA li:before{  }
 }@media only screen and (max-width: 763px) { #Ulkby10tlrshHAB1NE5WspFF7QVLrR6q { width:11.5625rem;height:2.25rem;top:284.6875rem;left:36.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdKxv51X22rtgy6STCWCDlJpbPOxPLNh { width:6.5rem;height:7.5625rem;top:275.75rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOih7oTW2H3udTqWJIJqCXQLQ5z6LbGh { width:19.25rem;height:2rem;top:14.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8yM9U72n3krz4l80MJ3tm8p0FthfxcL { width:19.25rem;height:2rem;top:23.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz7Bu9AcNEIiZSHbN15aPt6eNesZ1Wbp { width:19.25rem;height:2rem;top:33.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDDLsMPRSPZMDJycZupTtggVyr74FyUm { width:19.25rem;height:2rem;top:52.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkDTmrWUQR4ITMgQzNsTdMCTT4wxRTUZ { width:19.25rem;height:2rem;top:71.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRKCaCALA0XPS7rDxHH5rwbHNLvZt4Pl { width:47.5rem;height:7.5rem;top:87.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPlSfve8Z5GrU98wax9TtDRAOi8M8tb6 { width:1.875rem;height:1.875rem;top:89rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvJ3nskfFNcLgrL3cONXm8oEdR5ZmDiX { width:19.25rem;height:2rem;top:88.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iutILtJT12EFBUq47KLoC1NLm8iZEJ0N { width:19.25rem;height:2rem;top:91.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQaWTScmOA2nodQha6dNbQJ2Mm7xLPJ6 { width:19.25rem;height:2rem;top:99.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGgTuLi3lQdiAqhgGHUc1OZT8KnpJlTJ { width:19.25rem;height:2rem;top:138.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsRhxEL8mr4usqoVrkqo8xw7h1RxxiMe { width:19.25rem;height:2rem;top:117.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPvv7H1pXUbSKzywnM2xCi00iw1S53Ad { width:47.5rem;height:7.5rem;top:155.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5PDOoQ3U3m4m22zq2cBq8XxupyEH3Jl { width:1.875rem;height:1.875rem;top:157.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTLg6WNvhIuZ3KCn2iIoCcPB4uPAqm4m { width:19.25rem;height:2rem;top:157.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU98KHTpxeC8wPLeQT9mhTgoL9WcWRpo { width:19.25rem;height:2rem;top:160.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqhLFT4IUsdPBEeC5LKXlBo2F9unF6Aw { width:19.25rem;height:2rem;top:167.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwqAwxtUVVvsMMnolC9O59kxq01CNLNe { width:19.25rem;height:2rem;top:188.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWQN5VMK4TXmNimOt4Hniqms0RIxqhOq { width:19.25rem;height:2rem;top:208.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3q9y8veQMSdCcwc9fgxBAavDsxg1woi { width:19.25rem;height:2rem;top:226.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw8JPkMDsXFpuVxfFmqJSz9T2fEhsF46 { width:47.5rem;height:7.5rem;top:244.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLsZzdET8Hqswqrwl3bXPGaxZm1ep42P { width:1.875rem;height:1.875rem;top:245.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #urSeOzHRw7LCbaqs7ibZ5cM7f36g3xkp { width:19.25rem;height:2rem;top:245.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBzNtqTfGxIyUxMviNBIkMIHmPkBbpUD { width:19.25rem;height:2rem;top:248.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKEpb0URHVedZWLnSK4VtzmuTI8R9VJ1 { width:19.25rem;height:2rem;top:256.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiRKxS1T9VlGTdLKNyXRslXkTflZcphL { width:19.25rem;height:2rem;top:275.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ostT72kFEe1N63tyZv9dF2C5eRLTzdxz { width:19.25rem;height:2rem;top:294.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4TwSoBg9qJI1b36oEdTJJJTa9Ozlu7x { width:47.75rem;height:19.5625rem;top:311.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfT0JtCusaqnKSIFnblT2p07dTaqyxeA { width:1.875rem;height:1.875rem;top:313.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fox8NTUe7cqWAlfT3aM1g8KrWClGIzgE { width:19.25rem;height:2rem;top:313.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UblpdImrlwaMbTvxS1S6Qg69TLTTSk7C { width:47.75rem;height:6.0625rem;top:315.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBTnBOcqTyaVCOIuruOa4tnQQBbqqSgl { width:11.5625rem;height:2.25rem;top:321.5rem;left:36.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu83qObWAMN33VGR5i95u70WGHFWOMMi { width:6.875rem;height:8.25rem;top:312.5625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD9wpVtmTBUqm7g1XyvX5o9RTqzHRAcm { width:47.5rem;height:7.5rem;top:333.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3VGsdtgXGGDgX9dTkPgVBgEba21TrC5 { width:1.875rem;height:1.875rem;top:334.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEvJWafCByfmt8TCtKVz7rWFdONCqAT4 { width:19.25rem;height:2rem;top:334.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHHmt7bMPnE4Qw2ApN0uXJEGouwtUeFl { width:36.375rem;height:2rem;top:337.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #suspVrJmqWJIFzhBRbdLw6cpBC2OpmSS { width:20rem;height:9.25rem;top:577.25rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4KCtXAdviWaDA4uvLoi0n2s3Q88RCzJ { width:18.125rem;height:3.1875rem;top:601.875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QvuDR7lMcdVyru8LNmCQkZ9zmm4PTAND { width:47.75rem;height:1.1875rem;top:323rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkCmidOzS2FTV184vkV6WBnpOhFX4wDb { width:47.75rem;height:1.1875rem;top:325.125rem;left:0rem;font-size:0.9375rem;display:block; }#kkCmidOzS2FTV184vkV6WBnpOhFX4wDb li:before{  }
 }@media only screen and (max-width: 763px) { #ZhoqFheHIkxAebpqzFHK8BsMN6ieT8Ew { width:47.75rem;height:1.1875rem;top:326.375rem;left:0rem;font-size:0.9375rem;display:block; }#ZhoqFheHIkxAebpqzFHK8BsMN6ieT8Ew li:before{  }
 }@media only screen and (max-width: 763px) { #bvFcENHAHKKs6HliMh6vP6T6SqhRmsm6 { width:47.75rem;height:1.1875rem;top:327.625rem;left:0rem;font-size:0.9375rem;display:block; }#bvFcENHAHKKs6HliMh6vP6T6SqhRmsm6 li:before{  }
 }@media only screen and (max-width: 763px) { #oxA9o9vBTMdA954pDVrMUzflITiar5mP { display:none; }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uIXLW75xQODKow9By7ZQAfMi0WvdX7Qr { width:25.0625rem;height:13.8125rem;top:1.1875rem;left:11.718534469604rem;display:block; }
 }@media only screen and (max-width: 763px) { #teqs26BvvizMl0P6dpxTXvbImDKzl4JQ { display:none; }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l2omqFyFe3aC6qNO63nv4vm9MmHQA9Iz { width:31rem;height:4.8125rem;top:12.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynJK0oqZyWfe9OhCqq5Pm3vI2N8lbkL3 { width:25rem;height:18.6875rem;top:45.3125rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4lMSGTvXcDa5LvUQmLsMI8xaRAtH2Tk { width:17.875rem;height:14.25rem;top:73.4375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cK3P7QiPmn6Rk9ltDRfTFbW0n4KurC6K { width:20rem;height:3.375rem;top:55.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZgRpbiLFvpREPh3eXDsZNUaDdCydyXNI { width:43.1875rem;height:2.75rem;top:68.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBZXfPw7CTVqfcz1wJ5VH0cK10ZePUHc { width:15.9375rem;height:3.875rem;top:0rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eGDsOw7al5puHGcDDXoG2OE26f6yVroA { width:47.75rem;height:3.625rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHcIL2hTmPGfAoPLg8v2bL47sD9utbiL { width:27.0625rem;height:2.875rem;top:36.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6HJP488SdE0dPDO5rmOHIEml6lLhxGV { width:27.0625rem;height:1.75rem;top:42.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkTXPVT1Vus6V6JBAf3zhrgxUXavMiob { width:3.75rem;height:3.75rem;top:6.1875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWkvfMgue2xthGEDOnyzy2UCZl0TftK7 { width:29.3125rem;height:4.5rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVlm9onX8ARiIE15b5mcAnXv0TtaIFF1 { width:6.8125rem;height:7.6875rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SToluWrMBOfM0B9hPMgSBHdr9eZ7tNCO { width:5.0625rem;height:5.0625rem;top:44rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL4tKGiyuzHu1MN8KBoli9nX70BPfLmX { width:30.6875rem;height:5.1875rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT3wVBw4SgVEGWVGUeO9STAZwhTFLc2J { width:20rem;height:3.5625rem;top:33.625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eHPcm3AbreizJTQiTKbLtmD4gpN0og1n { width:20rem;height:3.875rem;top:25.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQ55P5xVOw2FXBgTN1nei3xZM0bpUeqS { width:5.0625rem;height:5.0625rem;top:44rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dwm1TvPUAyQ5lOmmHVZC4oLOwJ3Xyhew { width:6.8125rem;height:7.6875rem;top:42.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XseCtwogv73TzguNoo8AyiM41JTmtmV0 { width:17.5625rem;height:11.6875rem;top:40.625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IvGfRusRPIuTz992mTi7zFrp4cdl0rzX { width:14.3125rem;height:17.5rem;top:18.5rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXgUr74vRyNJ4KX4r0yFTuGmiwaousNm { width:18.125rem;height:18.1875rem;top:40.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozX2TevzZWmmiJKyxmQThbpHWWeX31F9 { width:17.8125rem;height:4.5rem;top:9.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #k4XMGtpHfPOn6vhX5CwQNqEzo70TyFMp { width:30.625rem;height:5.125rem;top:5.4375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO6waZ189ohygpqoI99ffEc4ef76a9Gh { width:3.75rem;height:3.75rem;top:6.25rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrKr4ARmliaTRlhn7Nx3MeEsHxoOxp7s { width:31rem;height:4.8125rem;top:12.375rem;left:16.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDCntF82MQsyIHBsFfPv0stpy7oR7uBG { width:27.0625rem;height:2.875rem;top:36.4375rem;left:20.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT3byqW93n7Fp6e0s2bPNUfhZg8DTQmH { width:29.25rem;height:4.4375rem;top:35.8125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKe7KBCuh62diVfX1v22Vm8OyLRuQwZN { width:5rem;height:5rem;top:44rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReH9ZJyvqhprhysaM8GJtmmpKoJrg0Ig { width:6.75rem;height:7.625rem;top:42.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nornuDrAG18gRXlhIBBwT5R1u665vRqb { width:24.0625rem;height:1.75rem;top:42.75rem;left:23.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeUd5bX99BMb7zfRb06VhV3URC6o2rK2 { width:24.1875rem;height:10.1875rem;top:45.375rem;left:23.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUKelwDTNuflQ8InlprA0AmDqQf4SUgJ { width:20rem;height:3.875rem;top:82.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VMsWsXGJSyvfQrKNWrz2rsu3gVmvaXaN { width:17.8125rem;height:3.375rem;top:66.8125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kN4Oepno0UJ3OclUxp9ydnQyTOtvg3Bb { width:12.75rem;height:3.0625rem;top:90.6875rem;left:0.062499880790711rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oeHH6amOszKS7KuulUgBxAsJrSLWwPTS { width:22.25rem;height:14.335175593646rem;top:20rem;left:24.654829025269rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua { display:block; }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6DzB9cTamzacFCBcJq4dHIvZm6m9xMO { width:47.75rem;height:2.8125rem;top:4.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy62H8q6MeUV1MdeOJvripyiwkSPKKen { width:43.9375rem;height:24.652326055027rem;top:11.4375rem;left:1.8749618530274rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVr0gpREKFTIUiFX2fEEmXpa2PyO4gtv { display:block; }#ZVr0gpREKFTIUiFX2fEEmXpa2PyO4gtv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itxxbr0tWVdKDksnPCGIqTbfU9nTdvc5 { width:46.75rem;height:34.0625rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9fi2kntwCJnypwaPLBQbgtcodqnGO0I { width:47.75rem;height:4.1875rem;top:6.75rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLGDKOHiK6OxIMM5rCQ5dE9nDc8Tgq4T { width:28.5rem;height:6.4375rem;top:22.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSbI2aUDeTMfSiPeSWKoxA6dfkSaOGW1 { width:34.375rem;height:21.086703076622rem;top:13rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9SvqQVNGkgEUTCG9cpJWNPSHG5dW1tk { width:28.5rem;height:8.0625rem;top:13rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkndSWWFE3lT1iapDOiuWSMU9qNXNaJB { width:17.875rem;height:5.3125rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC0KbUg6FuFyVqTMwK6Ffhc2rK35eeZo { width:10.3125rem;height:2.75rem;top:32.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaGUwhWXkF01AEPcMo50cgre32vynaPR { width:2.5rem;height:2.5rem;top:32.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTQQKuiDyA1rbyCUygFxPVvbwNdvUFeO { width:16.375rem;height:6.4375rem;top:20.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJA3tACvB6gmkSUdp3tcV6bNUM3zxZeK { width:17.8125rem;height:7.75rem;top:11.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg { display:none; }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KHOvOnyTJTwIp4KqNJZ7IgPJGh2uxXl6 { width:34.5rem;height:20.5625rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIre4sakZ0eB4Uxmlaeqi8bBoe0Al7Ur { width:7rem;height:1.25rem;top:30.375rem;left:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5bA7H6PTnkz0O88QgTfrCoiwDpdTXFv { width:19rem;height:3.25rem;top:34rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1WzKAe2pqtpl4CdHQsH3onJt9HolHaB { width:13.0625rem;height:2rem;top:30rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRwgPPJTp3vzX2R80oAmGtbuGu4IGHSc { width:14.6875rem;height:2.25rem;top:26.8125rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2tL9hqeDqckQi9mEIHrT08RJy5NZeXO { width:14.6875rem;height:1.25rem;top:39.0625rem;left:4.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJH3K3GJ42mrUuUIPqO4WF5nQr1pJEwP { width:47.75rem;height:5.8125rem;top:12.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI57aOQqpHvFSc5L47lICKrq7SekDtnO { width:7rem;height:7rem;top:18.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0dw7P2XlLlUs9N5K0xR47ddI0T3rz4h { width:31.3125rem;height:3.25rem;top:8.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHc3ZWsbFeKbamRZJ6uPpSA910bodW0V { width:17.4375rem;height:7.75rem;top:31.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x8h2GfuIMXvcobwH86im0xxwZooB9Vnv { width:17.375rem;height:1.25rem;top:40.9375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmir7uTBxTcZlxG3p4dxu5MIO220fSf2 { width:16.875rem;height:4.0625rem;top:2.875rem;left:7rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi5PJa3tLW32DbcnWHQp050OnTiFwqwE { width:34.5rem;height:20.5rem;top:22.625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJTtBPgXA41It0PSG8zaoLLLgv4crTfn { width:7rem;height:1.25rem;top:30.4375rem;left:32.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH9x2RAlNNE9hXDdL073UqUJILFTESha { width:25.3125rem;height:4.875rem;top:33.1875rem;left:22.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvdzeTHcFBywK8gnxwz7uhEzpAq7TTFI { width:13.0625rem;height:2rem;top:30.0625rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZbsZR1yfAx0mBtwXdFVS6ggqRUKnTZC { width:14.6875rem;height:2.25rem;top:26.875rem;left:28.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDATvwyUL8lg2bTtwGTfZq0IDqB3cOcr { width:14.6875rem;height:1.25rem;top:39.0625rem;left:28.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATTVxK4MM3HtUmThI5P5SyeI2hQpmXZ3 { width:7rem;height:7rem;top:18.5625rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOuveg6O7nMKFwXX7vnDP8yc8x7RExXK { width:47.75rem;height:24.1875rem;top:49.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog { display:block; }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ae3S8dlkl0Pw41Bx7Lqz7MJ8OchETS9m { width:25.125rem;height:69.6875rem;top:10.125rem;left:11.311521530151rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUVc5RVGvhNVT895G0byh13thJcMHR5y { width:16.25rem;height:9.0625rem;top:12.0625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPyrIXc0oMhwp1ENXxnGf77rgprRG7PA { width:17.8125rem;height:9.9375rem;top:13.6875rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxDXgMXvbHlN8whG3ugf1BKop5CCb1eV { width:17.25rem;height:3.1875rem;top:2.6875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1sx20VHtdG75b6k9xnXZf9NXGaA3nTh { width:47.75rem;height:4.375rem;top:3.25rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVHKi9fXp53xyVPVnS9evPzgx1qW9hMW { width:47.75rem;height:24.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8wAxsZnXZeQliluAHUxxHQzhCcTXQfH { display:block; }#H8wAxsZnXZeQliluAHUxxHQzhCcTXQfH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWHtpqL2uMmPssv8WeMo5NS8hWndrUAE { width:23.5rem;height:3.25rem;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TngkLKJwqK0tFI3xxWCfC70pvwSBBINq { width:12.0625rem;height:4.0625rem;top:8.375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #al5TT3MoZyQJo85n6crt2kuEaB8gZpnZ { width:20.3125rem;height:1.75rem;top:9.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeSe8hu1dHHU63xZdg6S4evgnLMWbGtJ { width:17.875rem;height:6.875rem;top:13.5625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIelD9rxnISRAHnP2HaTENvTI3iVZkaN { width:22.9375rem;height:17.5rem;top:23rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8hAQbvcLmhKfdBuTFNIfpP5MVH8Em8q { width:16.875rem;height:3.8125rem;top:45.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DiVwn3q9LolR9iFUUAnwEwmPVuzzddyW { display:block; }
 }@media only screen and (max-width: 763px) { #tmzvRlXPUDVBsVNa36TZUDaFk7D8VXi7 { width:22.375rem;height:3.375rem;top:1.25rem;left:9.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga5ikyiFiZdBO0LWpX8uTps0A0stflgt { width:25.25rem;height:55.6875rem;top:0rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw9a5E0ZWt4U8XbGXcP2tu7wNPiHi7BJ { width:22.75rem;height:3.6875rem;top:4.75rem;left:9rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmw0suNsQJgeuq9bdKKn8JuPColWvBDU { width:22.9375rem;height:18.6875rem;top:20.5rem;left:8.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4JfN58X4Q3klKHOiCkAdzHPtb0ZNu42 { width:16.875rem;height:3.8125rem;top:45.375rem;left:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETzzTzAPz4iC5caDGs7DyCu8SQ5tHD7C { display:block; }
 }@media only screen and (max-width: 763px) { #IsevqobaTTyFlrkVBy2n4PaTt53CTJhm { width:17.875rem;height:6.875rem;top:10.125rem;left:13.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCnmRMtBZsTHFOk4sVTTnnTX56NuH8Vi { width:22.375rem;height:3.25rem;top:6.25rem;left:25.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTHnUVHROQTehTbkNPlnTWgrafTLKTAB { width:22.375rem;height:7.125rem;top:12.4375rem;left:25.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQaxhbleTTbpbcxCv4QPhO4q7o8digrx { width:20.5625rem;height:4.125rem;top:19.9375rem;left:27.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5Ht5RRas4MSSi55fEKkNdP3281e5XWO { width:20.5625rem;height:12.375rem;top:27.1875rem;left:27.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEE9gHKhXuH6zdihwnmCHw5DbkJefsZ9 { width:16.875rem;height:3.8125rem;top:45.3125rem;left:30.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #F4RXKfQ2ybdHAFI2hWKXm8GADWr9DP6h { display:block; }
 }@media only screen and (max-width: 763px) { #zQzwwVGwt83p3f9LZdM920aTFEJ2RqmE { width:24.9375rem;height:55.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z27ebdT8eO3itbO6Gbu8A4NPa5UtL9l1 { width:25.125rem;height:69.6875rem;top:10.125rem;left:11.311967849731rem;display:none; }
 }@media only screen and (max-width: 763px) { #mn4pQqdWX8P2baZqme8T0mkTugAmhoJy { width:19.1875rem;height:8rem;top:12.0625rem;left:12.625003814698rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9ONi7iVlzVJdwlQg44cK6Mb8PySDxMT { width:14.8125rem;height:8.3125rem;top:15.25rem;left:15.875003814698rem;display:none; }
 }@media only screen and (max-width: 763px) { #lA9Uhh58Hp8NvO360zKF3lswhBcR9zq9 { width:20rem;height:7.5rem;top:121.5rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRoLlTQnW7tVz9ZCLMdS1zuNBtXf30bf { width:18.75rem;height:16.4375rem;top:74.9375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K8K8MqK6mD7gta5oZI4dvpMF4fd0WG1Z { display:block; }#K8K8MqK6mD7gta5oZI4dvpMF4fd0WG1Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 { display:block; }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGfA4fxDASDIIaKgs7mBmm03zGTFshmh { width:47.75rem;height:3.6875rem;top:2.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 { display:block; }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7xGFraUbP6ZwObncpP6SfHqZ8SQKKhn { width:20.8125rem;height:43.5rem;top:2.75rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPaKBNkvPxBA52s38iaTowd7sSnDDWch { width:12.5rem;height:0.0625rem;top:42.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAVZ4rJKIQ0FDN5q5NOzIanIxuK7iVnI { width:12.8125rem;height:1.5625rem;top:43.5rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLQN3qGWqBTHqUv4OJaVkTbbcHheI4B0 { width:15.75rem;height:11.1875rem;top:24.6875rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2Wq9GlEFbRmLNgnoedWFskpi1ARQoGs { width:3.125rem;height:3.125rem;top:37.875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH3NAXPLzU6OSKuomE45v27BwU8dfo4A { width:46.75rem;height:10.25rem;top:2rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHcyzAbrqXLJS44wHywcnz3RspG9s2Wd { width:20.8125rem;height:43.5rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAhZQVbUV30EI8ydbHaWlZGg0JQlTAuK { width:15.75rem;height:9.5625rem;top:24.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbmkIF6bTkPi2rtAWpTtokPnVPbEeuZf { width:20.8125rem;height:43.5rem;top:3rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu9kX2QixABfoQ75b0kapWryTINxuRUp { width:15.75rem;height:6.375rem;top:24.6875rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT2hXWFKXwe36AaoXFmfFIbbaF88mfBr { width:46.75rem;height:10.25rem;top:2rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTEftX3G6u0ROhvTdelTUzw2NDk1TtuQ { width:3.125rem;height:3.125rem;top:37.875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHIqSts1yoAOP8oDMW8sIXEWaKakrTw5 { width:12.5rem;height:0.0625rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlxqZgpiy3UydH1Npy7sKUhLm5CE1cFT { width:12.8125rem;height:1.5625rem;top:43.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #astviTZ67o6tfAturHSwPGpRO4KiT1yK { width:12.8125rem;height:1.5625rem;top:43.5rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpzigFqs4lHxv6ArNJuNuoBT9XJCD3ZU { width:3.125rem;height:3.125rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3f1WVD9exEkHK1TmrkSJumZsgb7e1Up { width:46.75rem;height:10.25rem;top:2rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcCa73yaRXHbENTZKN2BkXXQG9xkZMzd { width:18.4375rem;height:10.3125rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRmf1fZkhzR1396qPTM10pm5dtIp5tXs { width:18.5rem;height:12.125rem;top:5.8125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0AJCagx2DObiiZtuH9dnww7QnTRl1LG { width:12.5rem;height:0.0625rem;top:42.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #riUmpkglhq4VlPrwp2zep9CJSlaV5IX7 { width:18.5rem;height:11.6875rem;top:6rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlNQJpk24aDbetZdirxEpBEVrenhJxDr { display:block; }#mlNQJpk24aDbetZdirxEpBEVrenhJxDr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6MTTliiz7T0vVO5ZoPIuCzli7dmOsHp { width:21.875rem;height:3.1875rem;top:5.5rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx0IeCFXKa6XhMqiTwXFuD1wyCTTfub8 { width:32.875rem;height:5.5625rem;top:9.625rem;left:14.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y90oWPTbyBGNs0Tqtw4LvliXET4JN2lb { width:2.8125rem;height:2.8125rem;top:10.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #My2kXqex2dho5hkddkpphRtg7An1IFAu { width:21.375rem;height:1.6875rem;top:17.1875rem;left:23.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNN60a7Q2CrCe5TGIvPpE9tMe1NB7vD2 { top:21.5625rem;left:35.5625rem;width:12.1875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMTAFthacF1mwqi2gn94UwZIpXTadbVk { display:block; }
 }@media only screen and (max-width: 763px) { #Z28KbR3dnTGgMT0xMTh99kO4yNboK6rm { width:31.5625rem;height:23.625rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #USQ2G9wt2lh7kSpCGpArqoQaAB484WWT { width:17.8125rem;height:0.1875rem;top:7rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S53uEG4SdbkTwkuayHupH1WlqllvlUru { width:20.625rem;height:0.1875rem;top:23.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgrE2yKoTSKMKvnwCDNqwQlHRHyaF4kK { width:5.4375rem;height:5.4375rem;top:18.8125rem;left:28.467529296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPyRUOvmMehaHKqLEgJgPH7VmryitFxf { width:14.8125rem;height:7.25rem;top:4.8125rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz { display:block; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K { display:flex;height:auto;width:39.1236991875rem;top:25.125rem;left:0rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #pofRCmXUKWGWg2BTAo0pRrZJLrrQQuKT {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #MlFv2Xu9mr1tBckFXNokhnTanv5G2CO5 {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #XfWm32lAIBLPhT6T9BXJJUl2MLfRc5T5 {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #nqnFT6hLcN3ALRy71Dum9Xq2XMrGKMUK {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #xwMQlC24GZZaxSrTHgq6iz2TsihUlCsN {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #JT3KQNk3N4IHWxVxtsBqtSLmihnvfHhp {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #TfN9Um0wFe6S62baVHKSJK4vbcoBSD0O {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #BQbJe6QZ04GpOCtxobaAM57Tdh14tNsh {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #vypTSsC7a2TiiJ742Q9IT2WHSxcHowM9 {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #Kf8L0ZQxXFoJNPB05EWCHG9o6l3CIeKo {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #a5IPazoXHC61Sf5QyN0BrsGioCxux9IQ {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #JbcfnuEyzgFoQPp5xpPLR0SR38wbzENI {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #GpAnTWCEHpuSCv1mzrfS5zFBytntGGUd {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #mfReeWuC5NXvsqIFkk7tKd4WwDVSTX2q {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #nfQtf2WLnJMEFZqI3M1m1F6dwXy0zGmv {  }
 }@media only screen and (max-width: 763px) { #E2mouJyDbC0rD7eeaR66cOyQdLPAVXbx { width:32.8125rem;height:4.4375rem;top:2.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3sclbhDyHvI6VC4DicoE2AXCrNulRpK { width:27.875rem;height:15.625rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOfOPN3sEB3Mxy2ZVo9wgrw1BhFPF2Ni { width:30.9375rem;height:17.8125rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qi5oQ5TP7idqBpQrageqvro1tvlBVdor { display:flex;height:auto;width:39.1236991875rem;top:25.125rem;left:0rem;display:none; }
#qi5oQ5TP7idqBpQrageqvro1tvlBVdor .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #t9BZ7oOqodGLZU5hrhQ1m7JHsH1ytDZR {  }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #TWA5XrOeOc0veUJqKxid0ntTN2Rxyn15 {  }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #hghVMRii3Lw7WJ9KeePfuWERWSytybGk {  }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #rhgHHNn5GRp9mawbvVb0y2kQT5lFhIcO {  }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #ht8oiVJeOA7BQmIJMnAfaVO6OZ6watsb {  }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #MVp37wo3kaXdF8IIBKwkNJ6SgAiSk946 {  }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #FwzVrW6PwEScnfhdpTTiQrmzZSxclmAZ {  }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #eFS5uoQrgfNOLDtZuUcU1Xao91OEU7xU {  }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #iQkAlKv9TPI7eackAXJmrl1K56AA6225 {  }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #qmvHupFcR33FeL1bOZwErcd9wmiH7lgT {  }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #ZzDwwSJmF5TX93VFE0ROkkeeKpqQzy9R {  }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #twd6hLTv8VzMRi8UhyJFR189sHs8rTKJ {  }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #bWWHHVQrVvfrOd1EebbhV6W5tBPsLtWN {  }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #U3UgLgASNLRFDRTbT5SThUVA0C0TBaaW {  }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #LBVTWKvigOFnAF7TmCD3RELiwd8eFdkc {  }
 }@media only screen and (max-width: 763px) { #VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd { display:block; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttDuNcycv3Uq0giRbDEBhwMoS0TITc20 { width:45.1875rem;height:3.1875rem;top:3.875rem;left:1.2489337921143rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbs7GkO5mKQkgEoLqU72TotCaeamZbr0 { width:30.125rem;height:4.1875rem;top:3.4375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwCA569Kdynwaf5cPWHPftUXufvDCd59 { display:block; }#EwCA569Kdynwaf5cPWHPftUXufvDCd59 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LlSr94bptnJ3qqPQ7tqUBU8FbNoorbZ2 { width:14.0625rem;height:6.6875rem;top:2rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoR953KCHx1usgwKmbqIlRThEF5RLioe { width:11.75rem;height:3.6875rem;top:3.5rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW1GHXu2SfP9b8HKEnZDTGHgEJknUd9D { width:16.9375rem;height:3.25rem;top:3.75rem;left:30.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhwJWJQknzTgbvZnwFuhQxgJVcMWoHzx { width:9.5625rem;height:3.1875rem;top:3.75rem;left:2.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rUQfqSFLMS7Zxgpktu32BNzmmTPKFEe9 { width:13.875rem;height:5.6875rem;top:2.5rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uMn28XCKgMgrKUT2yTAcLbhOsJALSZ0u { width:11.1875rem;height:5.6875rem;top:2.5rem;left:0.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0Qv4HOzgWVW8mKxhmDqDuQbzJUiboni { width:12.1875rem;height:6.875rem;top:1.9375rem;left:33.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD7WlDx5epaaeFn6C0Hl4MAsfA2wtFF4 { width:11.4375rem;height:6.8125rem;top:10rem;left:33.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s1At16wT8Lm1slQDWuF8riLTVdzH3WxZ { width:10.125rem;height:6.0625rem;top:2.25rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9QJTJpT7eyckcdAkSI6Lkmu0hpo1u70 { display:block; }#z9QJTJpT7eyckcdAkSI6Lkmu0hpo1u70 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K1HKgKZAPle08UzudW1VTJA7dfAHKbtp { width:11.5625rem;height:3.1875rem;top:4.4375rem;left:18.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2g0C2kxX2BHvvmAxCaEzxOCZptDWMA1 { width:13.875rem;height:5.6875rem;top:2.5rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpAkrFoZeEufq1JQO8EheCfGnoOEJXCy { width:14.3125rem;height:6.5rem;top:2.125rem;left:32.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIMDwCE1ebbwk9oV5yB8u7FAvkwoJVZO { width:10.625rem;height:10.625rem;top:0rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UmpR9N8duuWbmWatAd7Ls4t6T0hJxUUV { width:15.0625rem;height:7.625rem;top:6.5625rem;left:16.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ephJzgHw9Uvn5XQurpnEnZ1CV5CdhDSk { width:11.1875rem;height:4.0625rem;top:3.3125rem;left:2.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c99pqCl824SWzPr7l35ITNBUZscNKoZ3 { width:10.875rem;height:3.625rem;top:0rem;left:18.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTnrCKidecvU4a8SP8vJSQzFA7bLxXvu { width:12.1875rem;height:3.375rem;top:4.0625rem;left:33.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B1U0XGTWo2t1kFUDhRkmcuVz0ItStMFJ { width:12.0625rem;height:12.0625rem;top:10rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HSDa1uQybNsRWlDUBMDmcNxtVfaxxlzS { width:10.125rem;height:6.1875rem;top:2.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6TamkkD8Ocs5ktsqqd0SpRuEUFATmqf { width:11.75rem;height:2.4375rem;top:4.125rem;left:17.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RuDsmCOtBUqbJlkHv4RUiv7FETi86qX6 { display:block; }#RuDsmCOtBUqbJlkHv4RUiv7FETi86qX6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRdE5I7XRhOnCBSDnwU4JGDco4u3E3Ce { width:11.75rem;height:2.4375rem;top:4.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7FQi9ETG2mg8vIrB86frn5NoHI66Omx { width:15.0625rem;height:19.0625rem;top:6.625rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnLeQfMFsLk9uI3UTyh4WoeP1Xuu9NkK { width:14.1875rem;height:5.6875rem;top:2.5625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sul1bS709BXzvTagsX5sOrEwClns6ZJ3 { width:11.125rem;height:5.625rem;top:2.5625rem;left:17.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xwf5pVoCLl4W91RDfD4x6OsKWAUIf2Nd { width:10.75rem;height:5.4375rem;top:0rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNwQxNNTZmCWLUBElSWvLDZlirHI5TlG { width:9.6875rem;height:3.1875rem;top:3.6875rem;left:17.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yo8fZ7cKMcGBQlvIo2fnhFasx3exMRJn { width:10.1875rem;height:10.1875rem;top:0.25rem;left:34.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HGRUXtkVlAdTfKwopNFRIFyw2HkZTkZd { width:11.3125rem;height:5.75rem;top:2.5rem;left:33.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTIWmUnWFUCT6LEsZvPIRNlZWryxXtzy { width:14.0625rem;height:2.624025rem;top:4.0625rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtlQZeIsmwnDpAwhNRrTr09VtqEvSDM7 { width:9.75rem;height:2.1875rem;top:4.1875rem;left:34.374998092651rem;display:none; }
 }@media only screen and (max-width: 763px) { #cAJQHA3BouaCk5m1bg8m8EhEZs4zd0Sa { display:block; }#cAJQHA3BouaCk5m1bg8m8EhEZs4zd0Sa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsuQWODsgCxdbd7eIPKkrTbKmsx7GHpy { width:10.625rem;height:10.625rem;top:0rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z60SrBJVwPi19Bzt2V9JUK3OnKT3Qkth { width:14.3125rem;height:6.5rem;top:2.125rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olxPwl6RBOWpsVF0gLIQcEJV2IOOR7Ne { display:block; }#olxPwl6RBOWpsVF0gLIQcEJV2IOOR7Ne > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fue8F81CZUwRFndp7cWvTunwMU34epHG { width:11.1875rem;height:4.0625rem;top:3.3125rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXgF72EDwsynwE7xW0yZNgHRlrnRsSl2 { width:10.875rem;height:10.875rem;top:0rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0CmWSeqeIKNJwfSBaaAx7ZF3kIqFrF2 { width:12.1875rem;height:3.375rem;top:4.0625rem;left:33.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkGb2x5SpaAfKPnrPeUFps1Zfrgam9E8 { width:12.0625rem;height:12.0625rem;top:10rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emfZGnaGJhMRnD9kXvbULVHkDbWQ3JuX { display:block; }#emfZGnaGJhMRnD9kXvbULVHkDbWQ3JuX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sskholIx2KXXctv8J299ax47XSD1aPcS { width:11.8125rem;height:5.75rem;top:2.5rem;left:33.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2OE0boyLrTq7GX1UyS1IcUzaJninPK0 { width:12.375rem;height:5.625rem;top:2.5625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBe9oLRSkdslJsTIg9qEgEf2SxaZDkbU { display:block; }#xBe9oLRSkdslJsTIg9qEgEf2SxaZDkbU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFfNo49sNrxTTzOIHaW8RUeNV0LSAlPL { width:10.75rem;height:10.75rem;top:0rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWEhXHngniwF4JxUFhN29h8bktBwoIHb { width:12.3125rem;height:2.8601686831114rem;top:3.875rem;left:17.623754501342rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukWKeMP5H3nvEruV6sapHmMK4vVRWIFd { width:10.625rem;height:2.24964375rem;top:4.1875rem;left:34.374998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvy0dKl9cVaCWX2w8ASqsgtzIw0SdAPp { display:block; }#Cvy0dKl9cVaCWX2w8ASqsgtzIw0SdAPp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FSNEXMZuGe7Ns7xAWT105srvHfIgGHrP { width:10.125rem;height:10.125rem;top:0.25rem;left:18.719282150269rem;display:block; }
 }@media only screen and (max-width: 763px) { #yggHNLRxSMVckxFpKp6sfqVWk5GN07CQ { display:block; }#yggHNLRxSMVckxFpKp6sfqVWk5GN07CQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LaO8yzoXcwFUKnwwViP85ux99XA0erKs { width:16rem;height:2rem;top:4.3125rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdHgDbIdIXTndJvn3S7J2PCwcTbeTatT { width:12.9375rem;height:4.8509653386799rem;top:8.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf8CH78rnhSMmRvh5xl7xFnQ3PKwfQQz { width:13.6875rem;height:2rem;top:4.3125rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxMTNi8bAXgg2ITe6VM839kJt3Ofatzn { width:15.0625rem;height:2.75rem;top:9.5rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxUfdZ2PuWIW5ZWEwRLK5MbCE2zCF4mc { width:9.1875rem;height:8.8125rem;top:23rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3REtVbfTSzNbrFoTz4pc8fRI7ITp6HV { width:32.1875rem;height:2rem;top:19.3125rem;left:7.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWMwhu7xCTJ5uMg92MZJAE5FVS5JxSZZ { width:17.0625rem;height:3.5rem;top:3.5625rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBISGTHNmKkUSkBtiyQSzId9WwQZrw66 { width:17.0625rem;height:3.5rem;top:3.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbF9OJy7JlfEaIzhmvx4T6k6Mm8rTc7J { width:17.1875rem;height:3.5rem;top:18.5625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn { display:block; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0RC53ZCmsr8QiTm0nrfxoslXUUw6AIr { width:19.375rem;height:6.4375rem;top:15.9375rem;left:19.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0IVwGG4Tw6WULIi8KH4bnkhQ0nVxh8I { width:19.375rem;height:6.4375rem;top:15.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkvJrptBPOksowv6Ag9b383rRuOqCOBI { width:47.5rem;height:1.583333375rem;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqSaEfNqffpH58AVMLfH2lUrVO61AXI5 { width:5rem;height:5rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJbTG4tDJSvL6NnQp7eeBH4Zk9Leq4aR { width:5rem;height:5rem;top:9.8125rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT { display:block; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZI1QLMn03y49hLqJex7wHnsm6aFtQF7 { width:29.8125rem;height:6rem;top:4.8125rem;left:17.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPJBDt5l2fIqx9nwOGJaNVEt81bwcmJA { width:1.5625rem;height:1.5625rem;top:11.625rem;left:31.5625rem;display:block; }
#hPJBDt5l2fIqx9nwOGJaNVEt81bwcmJA > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #x8T367xJTFLpuvvzJmenVQGpIsw6MtIN { width:1.5625rem;height:1.5625rem;top:11.625rem;left:34.25rem;display:block; }
#x8T367xJTFLpuvvzJmenVQGpIsw6MtIN > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #CDWStopL82076volTRL8s1HJLk4hTHuc { width:1.5625rem;height:1.5625rem;top:11.625rem;left:36.9375rem;display:block; }
#CDWStopL82076volTRL8s1HJLk4hTHuc > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #VEy9uKecL9HzUyQ1iJ1IX4UkOu0WbgM1 { width:7.875rem;height:1.583333375rem;top:3.875rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSyq0ghGbk9G0zPmKtdV7nk2DzW3H4M6 { width:7.5rem;height:1.375rem;top:6.375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsOrm68fkPu8spWO3TgxWf8Sf8mfu6nC { display:block; }
 }@media only screen and (max-width: 763px) { #M8pMg7RlWHllzlriX4B3ykXd4Q5FLzXK { width:8rem;height:1.375rem;top:8.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDDc3vBTlkGIbuA4UMIiAKpbbTTtWFsT { display:block; }
 }@media only screen and (max-width: 763px) { #TTyklgBCwuIRHTSGaaPdl5rH6O1SpOzF { width:3.9375rem;height:1.375rem;top:10.375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTlwTmSsyi1am6Nb4MqzGK66qokM7JXn { display:block; }
 }@media only screen and (max-width: 763px) { #lBo7gHShR6Tp8w12WVICZoeKfz6rVbcw { width:5.125rem;height:1.375rem;top:6.375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inGwk3Pnhm6Mcqf33I73bwqMQEn2lT0u { display:block; }
 }@media only screen and (max-width: 763px) { #oKPDtkur1RrmkEQSgyt59KLxNQTi5pJX { width:6.3125rem;height:1.375rem;top:8.375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwP8GXRTGTF4w2K8TxC65OyPgRd0I7DI { display:block; }
 }@media only screen and (max-width: 763px) { #q89xvic4iabvf53KBCmgfIZGCL8Tnl7c { width:10.5rem;height:1.3125rem;top:10.4375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0kwJ818R71Tp32laNvM9GC5dFJ016NL { display:block; }
 }@media only screen and (max-width: 763px) { #KoDCSiveqXHImZ7rPso15Tx3p7Xb7BaB { width:17rem;height:6.5rem;top:33.75rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9D6uCHqOnXvS26Fi6rMcGexv0EaiL9W { width:12.9375rem;height:7.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc { display:block; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCkULuTZSw54xRXJpTnv8VPtJg7UTa2Z { width:6rem;height:1.083333375rem;top:2.75rem;left:41.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPM7XOgM48s2kIxH7MOBuR8tXmfnps1x { width:7.8125rem;height:2.7280805981108rem;top:2rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkGFqkGa5Vd3uQZw02dX1AV1IK9aXC1G { width:31.9375rem;height:1.833333375rem;top:2.1875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwBgGwkakyVR5Xl0mlGz29qyhg8V0cyh { width:2.5rem;height:2.5rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv { display:none; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA { display:none; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SxkL6d3XzaOSMPhqrlECwdsFTFpUJkR3 { top:50.875rem;left:25.1875rem;width:14.75rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AIu4dnUezSL502eu5XXwZRWDFxJ2cPZe { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#731143;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) { #ou96rAzGWBo0nLBeFN8KyZWL63uVtv0G { background-color:#f9007f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ou96rAzGWBo0nLBeFN8KyZWL63uVtv0G > .row .container { background-color: transparent; background-image: none; }#ou96rAzGWBo0nLBeFN8KyZWL63uVtv0G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou96rAzGWBo0nLBeFN8KyZWL63uVtv0G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou96rAzGWBo0nLBeFN8KyZWL63uVtv0G > .row .container > .video-iframe-container { display: none; }#ou96rAzGWBo0nLBeFN8KyZWL63uVtv0G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou96rAzGWBo0nLBeFN8KyZWL63uVtv0G > .row > .video-iframe-container { display: none; }#ou96rAzGWBo0nLBeFN8KyZWL63uVtv0G > .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); }#ou96rAzGWBo0nLBeFN8KyZWL63uVtv0G > .row .container { border-width: 0; border-radius: 0; }#ou96rAzGWBo0nLBeFN8KyZWL63uVtv0G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ou96rAzGWBo0nLBeFN8KyZWL63uVtv0G > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UlZQfsyRwZvdFdWdJMmHGeiH5i8EcVSK { width:6.5625rem;height:2.74946875rem;top:8.1875rem;left:6.6875rem;z-index:15025;font-size:1rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;font-family:montserrat;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-1),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #sH8oEKTai0koFKwKfUdOD9LMCrkyXlTT { display:block; }
 }@media only screen and (max-width: 763px) { #LRaTUy1qa65e8n9pTQJtvsnCxZnyOkc3 { width:7.7485625rem;height:2.74946875rem;top:10.9375rem;left:6.125rem;z-index:15024;font-size:1rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;font-family:montserrat;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-1),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #aEDb9dcSXE1pXw4B97VxFczLtosGPqfs { display:block; }
 }@media only screen and (max-width: 763px) { #iDnWmxx4dpCCVG501BXoWDtIssk55yZ8 { width:5.99875625rem;height:2.74946875rem;top:13.6875rem;left:7rem;z-index:15023;font-size:1rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;font-family:montserrat;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-1),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #qCm0AcPSX6hx7LyJvfTL2qc92cE8rzwH { display:block; }
 }@media only screen and (max-width: 763px) { #vmg5fMpS2wbGBvURLx93NAgMnfSpWlBW { width:10.1864375rem;height:2.74946875rem;top:5.5rem;left:4.9375rem;z-index:15026;font-size:1rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;font-family:montserrat;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-1),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #yA1TPGiGtzlgkIXSvJgDmk7xn1N9Wi3i { display:block; }
 }@media only screen and (max-width: 763px) { #b6CPANva1Q0JVdr2aSzWebbLNQ3Cks4E { display:flex;top:1.3117188215256rem;left:17.812501132488rem;width:2.1875rem;height:2.1875rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #sPo0QO0bLDqbruTDKKXbVKyaKeG2ENNi { width:6.6875rem;height:3.75rem;top:0.5302734375rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #zNhuTHVx1vgcnWkQOwdb5yte4HTlov5c { width:14.5rem;height:3rem;top:17.625rem;left:2.75rem;font-size:1.25rem;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);z-index:15032;color:#ffffff;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #FPHxmS8HnRQ3vGo64ONTkMXNKIfy7TRh { display:block; }
 }@media only screen and (max-width: 763px) { #ABtplRoCOy5OW8oeToSTw7HW7IixDi9V { width:11.375rem;height:2.75rem;top:21.75rem;left:4.3125rem;font-size:1.25rem;background-color:#e7c267;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15033;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #TG33rMXr71XQB7Qqwws1peAXNsXsDbBL { display:block; }
 }@media only screen and (max-width: 763px) { #oUAOUylWwgytl8TxGJlw17kGrXlRedZH { display:flex;top:22.8134765625rem;left:17.8125rem;width:1.74941875rem;height:1.74941875rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt { position:relative;z-index:auto;display:none; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt { border-width: 0; border-radius: 0; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container { width:20rem;height:46.875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yCKXFgqVd94963U7PanFFaHcIHxbe76z { width:10.1875rem;height:2.75rem;top:7.5625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWdVW4OgW94vghRy8xdloK4s6DyptTht { display:block; }
 }@media only screen and (max-width: 763px) { #LCJXNALvnLlniNSEshH88xa8wTJ4WGCZ { width:6.5625rem;height:2.75rem;top:10.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcv4OFgmfwJyIeQwltwPewRTGTBfccBg { display:block; }
 }@media only screen and (max-width: 763px) { #AhQLEa0Stiwdoifv2QWJHsTPZFBPPn8V { width:7.75rem;height:2.75rem;top:14.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERFkA8Xg7eKlOsbg3ufZPDOUGWdm5xgi { display:block; }
 }@media only screen and (max-width: 763px) { #kZRbd5nmTUrdWkR88NeR2zmugQOO02fJ { width:6rem;height:2.75rem;top:17.6875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5ibXaKOygDE4qqXmln6oXCRTIHLERn7 { display:block; }
 }@media only screen and (max-width: 763px) { #R56oD5xl9fP703xwi4ELo6FTDtwLCIIQ { display:flex;top:1.528764128685rem;left:17.811611711979rem;width:2.1875rem;height:2.1875rem;z-index:15012; }
#R56oD5xl9fP703xwi4ELo6FTDtwLCIIQ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #CdL08yK30hHKfqscxMB6UUg9OdTT4Uho { width:9.5625rem;height:2.6875rem;top:21.6875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVxyJa440JvxLqxWnzIT3r2Ttm9sUUmc { display:block; }
 }@media only screen and (max-width: 763px) { #OT3ZZ1Q76cFZQkQ814gPJTzbdKFGGBvZ { width:6.6875rem;height:3.75rem;top:25.625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw8C3vOB52acmTc2HwvAVMOZbdvS83Ae { width:11.5625rem;height:2.6875rem;top:30.625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HedhrsktbJlsgkBwfKAuX6T4btwh6dSS { display:block; }
 }@media only screen and (max-width: 763px) { #KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 { background-color:#c21b69;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:none; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container { border-width: 0; border-radius: 0; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container { width:20rem;height:16.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lm9SW1EmsUFsf5zpX0Q5Vgq1FhskHHc9 { display:flex;top:1.3117188215256rem;left:17.812501132488rem;width:2.1875rem;height:2.1875rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #kZpiUBE9K9eV1XeVt92R00xOwgBGGJXl { top:6.1280665397644rem;left:3.7499996423721rem;width:12.5rem;height:10rem;z-index:15027;line-height:2.5;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #cylnPHg8oJiV5LiZ2k7leyJUGniAAzzm { width:6.6875rem;height:3.75rem;top:0.5302734375rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #EWAP2XFImDO6xOrBH4omCFqrwd0x94lE { display:block; }#EWAP2XFImDO6xOrBH4omCFqrwd0x94lE > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f9007f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTUdxBp2XshTFKDQsNxOW5spB4TDU9gf { display:flex;top:1rem;left:16.375001132488rem;width:2.1875rem;height:2.1875rem;z-index:15019;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmuUUwcCAgBEDFZLGWK6814QIsh4oTua { top:59.3125rem;left:7.9499999880794rem;width:13.75rem;height:3.75rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #fXL0rLZ2JTdJ6zWnz09G33XzEPKRuQ20 { display:block; }
 }@media only screen and (max-width: 763px) { #uzOuTOVWnH4xnwWTPr02MZepisRixBcZ { width:13.8125rem;height:3.1875rem;top:27.5625rem;left:3.09375rem;font-size:1.4375rem;background-color:#e7c267;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #IGJHxdzlqAdUk4Ck59WnmexVq6u1WmS6 { display:block; }
 }@media only screen and (max-width: 763px) { #vJ2lQe0qqtuMPOTuGcMI7Mkpsbyo98ax { width:15.4994375rem;height:2.0625rem;top:2.1875rem;left:2.25rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ysCTZR15sf6vKBkJ5KV1aOQs8iEDG8H1 { width:10.0615rem;height:2.4746125rem;top:25.7490234375rem;left:1.34375rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lt3oWxd5l3NJRcraBntCsOEvyxvMq1f6 { width:6.6230625rem;height:1.23730625rem;top:25.7490234375rem;left:12.8125rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #onS01GkS2U8wsA3EyrpNXxoMQ76GSe8G { display:flex;width:1.75rem;height:1.75rem;top:23.3125rem;left:5.5rem; }
 }@media only screen and (max-width: 763px) { #Zksu8Mr2U3IS3VOxQXucZ35p9HUqkDIa { display:flex;width:1.75rem;height:1.75rem;top:23.3125rem;left:15.25rem; }
 }@media only screen and (max-width: 763px) { #SmQrMTPx8b9qKtT1asgu08qyt8Rltxqx { width:14.749375rem;height:0;top:49.6875rem;left:2.625rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wuTfuviVLTXqPhaVCKK8a2lf5EkFUFK3 { width:14.7495rem;height:0;top:61.25rem;left:2.6875rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yhXuOLdAnaF7dEKbUxKwQepKTmpd5SdQ { width:14.749rem;height:0;top:74.3125rem;left:2.625rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aogxvBbyLPT21ql0uOcxwivhdcc9TgGX { width:14.749rem;height:0;top:87.3125rem;left:2.625rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Tfr28ocSvUURq6ta8K3lUA12Zm33cJ8s { width:16.1870625rem;height:0;top:51.6875rem;left:1.875rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rKgIKpfIv2ItaOvTTkSOdlxffI6Pe3sC { width:17.4980625rem;height:0;top:63.3125rem;left:1.25rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #El7lNOUwcFyKzP8seTEUdBJDBodMKtl1 { width:16.25rem;height:0;top:76.3125rem;left:1.875rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fFfZAuc84c60faMHZm0mcpyPWXy8cRHq { width:14.749rem;height:0;top:89.3125rem;left:2.625rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #s7WIJ5WvGDTXwXZ8uvgKqCtdCmqPVAnv { width:14.75rem;height:0;top:100.875rem;left:2.6875rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qQTuMBPtKNyDBnw5Z940K88HadeSp1DQ { width:14.75rem;height:0;top:103rem;left:2.6875rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ViwrhFdV6slxduazJnvII6nDRZIIJpx4 { width:20rem;height:0;top:72.625rem;left:0rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZAK7bLezDysyD3HLXJ4q9eGDFc0MHt6L { width:20rem;height:6.5rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGPLU5cTmvNzUxga0NRb5G74UJ627AzH { width:20rem;height:2.0625rem;top:4.25rem;left:0rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lbr3mB1r19wuG3QrzinxEgb7XOkELx70 { width:14.5rem;height:14.25rem;top:7.4375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFu3HhahVuES4Z2WFVWAnH7TGwxtDVLZ { display:flex;width:6.75rem;height:6.75rem;top:43.5rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XqZSfIhzIKdor60Hs9lHUuJmQBFaAVe7 { display:flex;width:3.49935rem;height:3.49935rem;top:57rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vePqmCGFtQ5w2Vtv9TMKUwiDOadAJQK1 { display:flex;width:4.0625rem;height:4.0625rem;top:69.1875rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #FX4DOGS2ks7DrluHepOK8QS1G0ZkDBRu { display:flex;width:4.0625rem;height:4.0625rem;top:82.125rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0hQ8nNorRJI21movk2Ue4eJdZG5Kv2E { display:flex;width:4.0625rem;height:4.0625rem;top:95.5625rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #PoV0wF3iqPLnQokEq8IzvipRcZO5u3rg { width:0.0625rem;height:9.375rem;top:64.061193943025rem;left:9.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dsLM53rdt28sKV5DFu4vCPVnETQebL9W { width:0.0625rem;height:9.375rem;top:109.96875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #leoX5moxCf403u5hNyvVqJ41ZWH8G6I5 { width:0.0625rem;height:9.375rem;top:125.90625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pwCTsOfAD3GHR4kADSSEvH85WXusasMg { width:0.0625rem;height:9.375rem;top:141.84375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DV4QqfT9uRGtkyxnk04IxWifkfVF91ym { top:54.4375rem;left:2.1875rem;width:15.625rem;height:0.186631875rem;z-index:15048;background-color:#e7c267;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #CBP5PB3Wlwth0P3kVaVFpaTZcPOV1aC0 { top:66.3125rem;left:2.1875rem;width:15.625rem;height:0.185546875rem;z-index:15049;background-color:#e7c267;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #qpdQTayf52tkvw2C0TN7e45LrZqmesQH { top:79.4375rem;left:2.1875rem;width:15.625rem;height:0.185546875rem;z-index:15050;background-color:#e7c267;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #Z0lnO0FcvMpdJXG63XsAV1pv8BM9m8cE { top:93.125rem;left:2.1875rem;width:15.625rem;height:0.185546875rem;z-index:15051;background-color:#e7c267;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #WyZNf1XE6d2hsWU1H9woZmnDXwQ2vEns { background-color:#f9007f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WyZNf1XE6d2hsWU1H9woZmnDXwQ2vEns > .row .container { background-color: transparent; background-image: none; }#WyZNf1XE6d2hsWU1H9woZmnDXwQ2vEns::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyZNf1XE6d2hsWU1H9woZmnDXwQ2vEns > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyZNf1XE6d2hsWU1H9woZmnDXwQ2vEns > .row .container > .video-iframe-container { display: none; }#WyZNf1XE6d2hsWU1H9woZmnDXwQ2vEns > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyZNf1XE6d2hsWU1H9woZmnDXwQ2vEns > .row > .video-iframe-container { display: none; }#WyZNf1XE6d2hsWU1H9woZmnDXwQ2vEns > .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); }#WyZNf1XE6d2hsWU1H9woZmnDXwQ2vEns > .row .container { border-width: 0; border-radius: 0; }#WyZNf1XE6d2hsWU1H9woZmnDXwQ2vEns > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WyZNf1XE6d2hsWU1H9woZmnDXwQ2vEns > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zp77Ox6i9LOwq2eIBqJLKJNq2WX0qmQt { display:flex;top:1rem;left:16.375001132488rem;width:2.1875rem;height:2.1875rem;z-index:15019;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #i2QnysIHoR9EwpGcAtLUiinKw8DcNu8r { top:59.3125rem;left:7.9499999880794rem;width:13.75rem;height:3.75rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #hc8lUNbcA93IMOCS57z4b4Wzo1ADo3UU { display:block; }
 }@media only screen and (max-width: 763px) { #IR7bBTQN0G1L2czGbFBuVukgJuz2WHh7 { width:13.8125rem;height:3.1875rem;top:37.9375rem;left:3.09375rem;font-size:1.4375rem;background-color:#e7c267;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #G3nyGlUEZoLPrVKeG0ZJOyPzdwNlW3oA { display:block; }
 }@media only screen and (max-width: 763px) { #sHJMnDdzm8caildOzG3UCRaAGMmpC7UX { width:15.4994375rem;height:0;top:1.625rem;left:2.25rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #I8hfUi0k0xXfmZMeGmtfA1RGTKKL8mdG { width:10.0620625rem;height:0;top:32.4375rem;left:1.3125rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #awJl78lWn7yUMvROwk0LUBEkmB1FIlb8 { width:6.6230625rem;height:0;top:32.4375rem;left:12.8125rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MrK58WXwat0qQF054I1RpRRU6S2QOpTT { display:flex;width:1.75rem;height:1.75rem;top:29.4375rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q1b0Hyd33tebLBeb7Z1vkFypcbDf9xRD { display:flex;width:1.75rem;height:1.75rem;top:29.4375rem;left:15.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KEi5DwnfT1gb7kUIWGESEPBkXuvusDiH { display:flex;top:1.5588493347168rem;left:18.250582814217rem;width:1.74941875rem;height:1.74941875rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #FqT2VVO153iv1p9HxkGskJuWgocn7u0J { width:14.749375rem;height:2.0625rem;top:7rem;left:2.625rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #gHDH0TaJgyeJqXNnoG39wVhgoEx70ZXH { width:14.7495rem;height:2.0625rem;top:18.5625rem;left:2.6875rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #dm3TTQohBFlbgIe0J1BLgsNHgb124Xfu { width:14.749rem;height:2.0625rem;top:31.625rem;left:2.625rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #TE9gX76rFLCo73hXFPbWig8NvaTHba6c { width:14.7480625rem;height:2.0625rem;top:45.4375rem;left:2.625rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #UzMyOZ8dc5cO3DkWp3TnXoWxF75oLkX4 { width:16.1870625rem;height:2.75rem;top:9rem;left:1.875rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #RaVvGxHGzTEo7WiQpd1Lw3lRWfGKNIXJ { width:17.4980625rem;height:1.375rem;top:20.625rem;left:1.25rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #aTJv1UPLBz9B95oRoOCdlPxhAZOcslw3 { width:16.25rem;height:1.375rem;top:33.625rem;left:1.875rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #sE4LCMbPipcl2i5N5K8gmwwsUQNLGdd7 { width:14.7480625rem;height:1.375rem;top:47.4375rem;left:2.625rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Kb4dSGRtXzV3uGmXLJHq5vdp5v1rbbU6 { width:14.75rem;height:2.0625rem;top:58.1875rem;left:2.6875rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #DRQNNMfBHDC2DB3aiZMd5LxTIalyMHKe { width:14.75rem;height:1.375rem;top:60.3125rem;left:2.6875rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #lxWenZQP7eeemurbTJ4khZxIDwkrOVue { width:20rem;height:1.71875rem;top:29.9375rem;left:0rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r10h5eOToVTuVV5RBfVeTeNfbyWzXowS { width:20rem;height:7.9375rem;top:27.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vt3VSouTDquctlBeycauLV7h7FiN5zgq { width:20rem;height:0;top:3.6875rem;left:0rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vp9SeuX6ogVbHx6tbuQvqTPMc0LwLycq { width:20rem;height:19.6543125rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H9F5HsskJpupaOa10hOU1ia3aLM6Jmud { display:flex;width:6.75rem;height:6.75rem;top:0.8125rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #oudy8a8NeiCU1FhBAK3dVsgeUmEK2rg4 { display:flex;width:3.49935rem;height:3.49935rem;top:14.3125rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #VJ7Zkf4dmqGWVIr2KUcSgNhtwXTcC2tv { display:flex;width:4.0625rem;height:4.0625rem;top:26.5rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #FSaHf0Qqxqr1ewRkX8VbFTK3E3CK6tH9 { display:flex;width:4.0625rem;height:4.0625rem;top:39.4375rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #fBuWXw0vwXRnKxQEtF1lALiym80UfVKs { display:flex;width:4.0625rem;height:4.0625rem;top:52.875rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #iAz74ZJD0exgoRvn47ibXQQb2IvGqgRz { width:0.0625rem;height:9.375rem;top:64.061193943025rem;left:9.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y0QvpGBxlxk46FoifvLWwi51lbkJITBG { width:0.0625rem;height:9.375rem;top:109.96875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #azKBJ2tTaFTf7nFOAMVtJEx0Qo4CJ0c9 { width:0.0625rem;height:9.375rem;top:125.90625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uk4PGHywi3TlqkhEIysfq8sLyfXmgq4g { width:0.0625rem;height:9.375rem;top:141.84375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hQAvtCTeBToSKH30Ukk339C7Jh7OdT8A { top:12.75rem;left:2.1875rem;width:15.625rem;height:0.18652375rem;z-index:15048;background-color:#e7c267;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #e9rzxF6wCTD1gdV3xk4P34IpM9KBsNT0 { top:23.625rem;left:2.1875rem;width:15.625rem;height:0.185546875rem;z-index:15049;background-color:#e7c267;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iTULB6fUcdif0ea4g2otPcoyTEDdIhC4 { top:36.75rem;left:2.1875rem;width:15.625rem;height:0.185546875rem;z-index:15050;background-color:#e7c267;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TznFWptkCmiMIELTAAZ4uTRGk8aHSqd0 { top:50.4375rem;left:2.1875rem;width:15.625rem;height:0.185546875rem;z-index:15051;background-color:#e7c267;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container { background-color: transparent; background-image: none; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container > .video-iframe-container { display: none; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row > .video-iframe-container { display: none; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .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); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container { border-width: 0; border-radius: 0; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #di82fsENnUxfHZEJqQWOSAhWTnqkQEMr { width:17.3118125rem;height:3.4375rem;top:1.25rem;left:0.68714487552644rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Swy2HeWJXSVRVZfZadhakoZTr7p21bNB { display:block; }#Swy2HeWJXSVRVZfZadhakoZTr7p21bNB > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHqKSx50Vl7DRxcSqSms5AXa849FtXG9 { width:17.375rem;height:14.625rem;top:0rem;left:1.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #q1WZff72m7rdVQGdTLelCPvCXh9n51i7 { width:17.1875rem;height:0;top:13.498830795288rem;left:1.4062498807907rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pF46WPK3ZTSrXzlxCJSqU7JlSAmbv5NR { width:16.8121875rem;height:2.599825rem;top:24.25rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l7qlE3co8bAnpPi2fkERHf5GETxNWbuW { display:flex;width:2.8125rem;height:2.8125rem;top:20.1875rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #lgPRwi2FJE7ZbSJbxb0xVZEkzfevEIu7 { width:15.749875rem;height:2.599825rem;top:32.4375rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hZ8CHvLG3t4tz0xnNch8K5CKooFxqonD { width:16.75rem;height:0;top:40.4375rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #baENDl6oRzxCUfXmR30ZecTHzbaqHciG { width:14.375rem;height:3.8997375rem;top:48.811257362366rem;left:2.8124998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AgACTckWl8UuTaR1iZTEMUO9BQ6JhxUt { display:flex;width:2.6875rem;height:2.6875rem;top:28.4375rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #GhLuIgt1QzfCUd4a60sNGQAuKK9HmMRr { display:flex;width:2.625rem;height:2.625rem;top:36.5625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #LcCmGVFXNeimDWTDQ2pvBWyCk3V9rPP3 { display:flex;width:2.8125rem;height:2.8125rem;top:44.625rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #Seix9E4NVx1WWrO9M9JUfRl4guwhbPdo { width:20rem;height:2.03125rem;top:54.025203704834rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #soCaP7sVKhWRNIDRwh9sihUvOrdoF6Ua { width:0.3125rem;height:20.625rem;top:57.30598449707rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hy39ER4JwW6n6wLEEL6Cv05rHU7R8XRE { width:17.1875rem;height:4.38574375rem;top:13.957250595092rem;left:1.4062500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15006;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #xWpef1Kb0umTNDcDGOiesf4OB6e4y1dM { top:13.206380844116rem;left:0.62500005960463rem;width:18.75rem;height:0.1875rem;z-index:15014;background-color:#f9007f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bEvhrkqgeXEtF12Bd0Kw8kdFVrnMzNTn { width:16.75rem;height:2.599825rem;top:40.5rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN { background-color:#731143;background-image:none;display:block; }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row .container { background-color: transparent; background-image: none; }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row .container > .video-iframe-container { display: none; }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row > .video-iframe-container { display: none; }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .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); }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CoGHBwfnEP776t2b4IoJtmu6XsuvWsCW { width:20rem;height:2.0625rem;top:1.3118362426757rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo { background-color:#731143;background-image:none;display:block; }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row .container { background-color: transparent; background-image: none; }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row .container > .video-iframe-container { display: none; }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row > .video-iframe-container { display: none; }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .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); }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row .container { width:20rem;height:104.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Glx4ydNFgTkvFagfKxSP9owrTEPhmHzH { width:17.3123125rem;height:28.5rem;top:4.875rem;left:1.375rem;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tutdc58PioC5yTzi0hqwyTwAchQl8uwg { width:15.124875rem;height:2.923825rem;top:22.25rem;left:2.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QxtHeqOmeuvcZEORJIJ8x9A7JWlzEZiO { width:15.124875rem;height:5.19965625rem;top:25.8125rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UnlE1Q2fOt66PtOsEmhSLdM4PzZZS6Ze { width:15.124875rem;height:2.923825rem;top:58.875rem;left:2.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M8iLZHTni6hmDisLr7zlcwKZeQZz0z44 { width:15.124875rem;height:3.8997375rem;top:62.4375rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BaI66bkKiM2K73XUyTyCODB3qICNibTv { width:15.124875rem;height:2.923825rem;top:92.9375rem;left:2.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aaVCIE6W0n3Of5DnCRUXhFQxAUaaWSsn { width:15.124875rem;height:3.8997375rem;top:96.5rem;left:2.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NXEXBZ8gRxUTLHPN25602VCoLWZT5hz3 { display:flex;width:4.124025rem;height:4.124025rem;top:2.9990234375rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #Q7Jrg4kFqzsf5pJ9M1fWUvNHMi1OF3A5 { display:flex;width:4.12435rem;height:4.12435rem;top:37.375rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #oXdgX9vCM2Rryhgh3ErCUsNmqWClAgCl { display:flex;width:4.12435rem;height:4.12435rem;top:72.125rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #lNbLPrRGCbw0ynbGuPfpHNgCTfi6Cx0e { width:18.625rem;height:10.3125rem;top:10.375rem;left:0.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OXpzXPONHXBinoWogFB8FH05o1scsPsV { width:17.3123125rem;height:28.5rem;top:39.5625rem;left:1.375rem;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlHSBCIL3516e5iPrp6QoB1DnieqgwAT { width:6.1875rem;height:6.1875rem;top:36.3427734375rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA9lPeXxQ01MpMKTL7zqmgkscFsDWCgn { width:14.9375rem;height:12.625rem;top:43.9990234375rem;left:2.53125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TDmQeQEvwNESskGkwERHtGAnHGXeUe5e { width:17.3125rem;height:28.3125rem;top:74.3125rem;left:1.375rem;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #feJ8oGUwS3R7nb1Li1ugLBx1mT7qcNpw { width:6.1875rem;height:6.1875rem;top:71.0927734375rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFrg7tzJD9gb5NCIcH8GmyXIlgr8LQGI { width:16.3125rem;height:13.75rem;top:78.3125rem;left:1.84375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #q4L6cmhcbRV5wT6fisq6RqfifvfTAWUE { width:6.1875rem;height:6.1875rem;top:1.9677734375rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp { background-color:#731143;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row .container { background-color: transparent; background-image: none; }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row .container > .video-iframe-container { display: none; }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row > .video-iframe-container { display: none; }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .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); }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row .container { border-width: 0; border-radius: 0; }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row .container { width:20rem;height:86.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4m92uOZu6BcTUsKSKbLfa8qqSy4uc4X { width:15.124875rem;height:3.89941875rem;top:28.25rem;left:2.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iRhkDzIq4ESg7cr2pwe22pEDePvLIems { width:15.124875rem;height:2.923825rem;top:24.6875rem;left:2.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V4z8J9ELms97GxsmCKMRdmGXdnllUi70 { width:15.124875rem;height:2.923825rem;top:59.25rem;left:2.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZtPHWb88ZvRFsWTVR2ls0m8fhdzxffqD { width:15.124875rem;height:3.8997375rem;top:62.8125rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LwmyDiMVAEGlAn2tyktJlTB9VyH3nUHq { display:flex;width:4.12435rem;height:4.12435rem;top:2.6875rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #XKyGAT2ZQUsxuBTbIHNNpfv4JPefg5ha { display:flex;width:4.125rem;height:4.125rem;top:37.3125rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #aFInQqval3OtA9vLuBOOB40eeGroVLy6 { width:7.75rem;height:12.25rem;top:39.125rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #xoDG7UzrOdovcPdbrPfVauTphJppMJS5 { width:7.6875rem;height:12.0625rem;top:74.4375rem;left:2.25rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WS89DaDvOryU0ApJSxxvD7bo5fVMF9FD { width:7.75rem;height:12.25rem;top:74.25rem;left:9.9375rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Rdb2GOenTDhDMrbf8FfJVru2dye7qoC0 { width:17.3125rem;height:28.5rem;top:4.75rem;left:1.3125rem;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGBSu79kkn1AlmgpwmRPA8HTa748Ny4S { width:17.3125rem;height:14.5625rem;top:9.3125rem;left:1.34375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nrP1mUVF8rJEhNdrCTXgt5ms4xvAdmIT { width:17.3125rem;height:28.5rem;top:39.625rem;left:1.375rem;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlAlsV40A25heDHU9P6UeNUtvFQt7c5Z { width:16.0625rem;height:13.5rem;top:44.875rem;left:1.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zMbrrXQNsI9LidnL7XO1a6kfBN26yMQo { width:6.1875rem;height:6.1875rem;top:1.6552734375rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd9STo5yIx3UmKpuNBtAW3ObTaz38S9t { width:6.1875rem;height:6.1875rem;top:36.28125rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOJ9d2LnJ8xsqbVkLflxmocOaFLTK34K { width:20rem;height:5.19921875rem;top:70.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qGB6VtEVEy5wvDr7JiygL3MoWfdRKuTR { width:12.8125rem;height:20.3125rem;top:27.125rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu { display:block; }#T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu > .row .container { width:20rem;height:84.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #weyffJgQd6g7WfGoz8BP95JkfhIpnBJv { width:11.5625rem;height:18.375rem;top:9.0625rem;left:4.21875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Hf8GQ52pWf7mpWvIvVewMzwcdLI2kvha { width:11.5625rem;height:15.5rem;top:29.3125rem;left:4.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WlrpLnzVm0JcwRU7exPs9brNDN9neD4A { width:11.5625rem;height:17.4375rem;top:46rem;left:4.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZ6wXfZD67SOlysXvWdoV24rWQfp2t03 { width:11.125rem;height:19.9375rem;top:54rem;left:4.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Vs98XTpFrxH1lzzx6P8sLWlrr9Ei7gt7 { width:19.25rem;height:3.4121125rem;top:1.1248168945312rem;left:0.625rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dyhnfgTa3H0MNCrSH3WWVLkrmKOyvfFr { width:20rem;height:0;top:64.373905181887rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TtuTRfEKINsHu0lcxOXZ6cRyxAsxO63x { width:20rem;height:2.3556875rem;top:5.3125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LOkSQ0Qwm5T08tSiWGvPxP45vTfbvCHH { width:20rem;height:2.875rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgmIMn1TQ8FHNwkM3o3taTB1FzObVxDM { width:16.875rem;height:0.125rem;top:78.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccly8ttK6tnLHqnquOCasIpZgo4trpMM { width:20rem;height:5.0625rem;top:75.875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15008;line-height:1.5;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #ytSUzy217kNGJPNkGpRppbUTTwuMqgvH { width:11.25rem;height:0.125rem;top:81rem;left:4.375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #KCNU8u2VrSLW8q43WXXCzca9BBT2w5i9 { width:11.9375rem;height:14.5rem;top:8.75rem;left:4.03125rem;overflow:hidden;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #nyQeZR7guh4V2k7skkPJET6VdMK9R90g { width:12.3125rem;height:16.5625rem;top:22.125rem;left:3.84375rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ0PkOpLJCPclce3kLEb4oJP95CI13Al { width:12.0625rem;height:16.25rem;top:38.3125rem;left:3.96875rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR { background-color:#731143;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container { background-color: transparent; background-image: none; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container > .video-iframe-container { display: none; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row > .video-iframe-container { display: none; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .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); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container { border-width: 0; border-radius: 0; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InlhwgWUiyUb3mzrARWSE7c5qRoJwSop { width:15.6875rem;height:4.0625rem;top:0.90374755859375rem;left:0.625rem;font-size:1.5625rem;text-align:left;text-align-last:left;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #eRIBFtccn64snINDOQBhNLWM6AZXKRc4 { background-color:#731143;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container { background-color: transparent; background-image: none; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container > .video-iframe-container { display: none; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row > .video-iframe-container { display: none; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .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); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container { border-width: 0; border-radius: 0; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJTKTdaD4ohzIWcu8lHVif44DV4oBCPx { top:17.75rem;left:10.1875rem;width:7.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W440c9QxTHnIwT8ciNsiZfW4iD0TQlQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #ew7yPradTiVWh0SbobU9sunOoof7LCUG { top:42.4375rem;left:10.1875rem;width:7.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIXVTz3FlvfdzcDKwSKRQ8FFRirJmCXe { display:block; }
 }@media only screen and (max-width: 763px) { #duoLkOEDfdfRgdMaobHT0Qpy6N0dWrDV { top:81.237532153319rem;left:6.5rem;width:7rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DlWBmSvz1XALEqnUlo0A6OXJTeNweTDo { display:block; }
 }@media only screen and (max-width: 763px) { #xEv8F23tfoSp2TrFePqC5V69DVLHf3i0 { width:15.999375rem;height:2.599825rem;top:69.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9lKZLanzVS3LAVC8WmxWUEaEecbfXOw { width:13.75rem;height:17.249625rem;top:25.987038612366rem;left:3.1249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIIZzQrTBQomdBX4gb7pDuR2AvVb3q5z { top:66.5rem;left:10.1875rem;width:7.4722225rem;height:2.03385375rem;z-index:15005;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;font-size:1.5625rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #fnpeggBXB1WeAQnaLkh80Jn4gNAqDRWT { display:block; }
 }@media only screen and (max-width: 763px) { #RSHMispBt4TqIOJeA3Mc44q763q3LLPU { top:18.75rem;left:1.1875rem;width:17.625rem;height:5.68685rem;z-index:15002;background-color:rgba(255,0,138,0.69);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aq2ODZXV9sP9xNaDG39ZtTDDpsTAIx29 { top:43.5625rem;left:1.1875rem;width:17.625rem;height:5.68685rem;z-index:15003;background-color:rgba(255,0,138,0.69);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #srt9kEUkDCFrHgJJw6QduymTuXhhU65b { width:17.625rem;height:5.6875rem;top:90.159507751462rem;left:1.1870660185814rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkwpQThTgl2aR41uiLdg1B7GlPmJmTfM { width:13.75rem;height:17.249625rem;top:1.1896305084229rem;left:3.1249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1XeEo88IqTT0nt5xpPLHu6iRwJJ8vLL { width:17.625rem;height:5.6875rem;top:138.45052337646rem;left:1.1870660185814rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTWkbfn0oRUVNUaTxfnNhDz1UrORIrKV { width:17.625rem;height:5.6875rem;top:114.47048950195rem;left:1.1870660185814rem;display:none; }
 }@media only screen and (max-width: 763px) { #IogfWfh5sfxExGrSQMxskTn7SI4Naamd { width:13.8743125rem;height:17.3748125rem;top:49.777165412903rem;left:3.061967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkwStPmcuXmBO48VDXAsh0Ip3OhUEODp { top:67.625rem;left:1.1875rem;width:17.6248125rem;height:5.68685rem;z-index:15004;background-color:rgba(255,0,138,0.69);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #N85lQnDkOaNlkUEbcxEX02gm5yIv0gx1 { top:89.124351501462rem;left:10.163846313953rem;width:7.4375rem;height:2rem;z-index:15005;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLN9dTiDQSRSdHDmpf58LpqFCCSuzvwx { display:block; }
 }@media only screen and (max-width: 763px) { #TxdQT63iSXPJ6RmaBeIKqh2J1wFfUtFz { width:9.3120625rem;height:0;top:91.702480316162rem;left:2.5303819775581rem;font-size:1rem;z-index:15066;display:none; }
 }@media only screen and (max-width: 763px) { #GvLAVbhDbOAaxa46M1oANaGBtliNiUnd { top:113.64695930481rem;left:10.516493141651rem;width:7.4375rem;height:2rem;z-index:15004;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W0iUiS6e6sGOo8DnkB1Zg1470Lmt0BoO { display:block; }
 }@media only screen and (max-width: 763px) { #xcQX4mokahMBeWEXlNurit96mrxMUcvq { width:14.6875rem;height:0;top:116.01346206665rem;left:2.5303819775581rem;font-size:1rem;z-index:15064;display:none; }
 }@media only screen and (max-width: 763px) { #ngCafFWRq5Edo6Kkk4W9SGVZEaMcx1Ku { top:137.62475204468rem;left:10.723741829395rem;width:7.4375rem;height:2rem;z-index:15006;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0E5v1b7zqqvXfQqgcsXoBo7mOPS7H3y { display:block; }
 }@media only screen and (max-width: 763px) { #G31oKX0zMCbSaGkTUrbBCFgSgQs7Qfyh { width:11.6873125rem;height:0;top:139.99349975586rem;left:2.5303819775581rem;font-size:1rem;z-index:15068;display:none; }
 }@media only screen and (max-width: 763px) { #fE9i7bHa0UylAihiTyuJPCTqJLffSZ9U { width:13.8743125rem;height:3.89941875rem;top:19.75rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3wW9R9HSB5vZEUQqvvlK4K5sT28d7xa { width:13.875rem;height:2.599825rem;top:45.125rem;left:2.5625rem;font-size:1rem;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe { background-color:#731143;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row .container { background-color: transparent; background-image: none; }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row .container > .video-iframe-container { display: none; }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row > .video-iframe-container { display: none; }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .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); }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row .container { border-width: 0; border-radius: 0; }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row .container { width:20rem;height:72.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLnDWZf4S9RbhZW0Dm6ur3o1wU5bBeaL { width:13.8743125rem;height:2.599825rem;top:43.9375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2wmL6XT3Z0PhD9ON5c9SRbt4pnZaJku { top:41.625rem;left:10.1875rem;width:7.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5MwfNSgoJohmtkM6HzRhbP5Ze8w0Slk { display:block; }
 }@media only screen and (max-width: 763px) { #DHGSCXpmdSxTQo0RbTaQFK6JcbQeF2cu { width:13.875rem;height:0;top:12.833829879761rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zg9te9zrwb8EXsfR8w3hRaaqgb862XiN { top:17.312145233154rem;left:10.187322020531rem;width:7.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQpvq6NATvFJMtOLDvc3VeNc76uyuDTA { display:block; }
 }@media only screen and (max-width: 763px) { #EQ242GU6mJnUhifcmdEKhkMoX1h9301X { width:13.8743125rem;height:2.599825rem;top:68.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFcpu8qbkKGoWi2i099mcTWLXiMkZ6Uf { top:65.9375rem;left:10.1875rem;width:7.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfVE9fxtTRx47iTcEotOz4DXP1Fp2mfr { display:block; }
 }@media only screen and (max-width: 763px) { #HG6esH72nGU6OiBwtdwpNssbhEGUN76V { width:17.625rem;height:5.6875rem;top:18.311790466309rem;left:1.186967253685rem;background-color:rgba(255,0,138,0.69);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lq1aKVOQCtQ3Rz5yfJf4ha6XJSvVXuxH { width:17.625rem;height:5.6875rem;top:42.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTVIQGP3POt2DKu0dqng93ciiFAT4UQN { width:17.625rem;height:5.6875rem;top:66.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoI87WkJtft53P4FPusBXDSs9ra17dWQ { width:13.75rem;height:17.1875rem;top:0.87979316711425rem;left:3.1249998807907rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #pvmeTUfGidJhGFsbG9zGBFdfKexHECLt { width:13.75rem;height:17.1875rem;top:25.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex61qDQpqkk3wqXJ9r409oPuKoxsB8od { width:13.75rem;height:17.1875rem;top:49.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMDeQed5BtvZyxZ3Uk8iUg588H7mZIQr { width:13.8743125rem;height:3.8997375rem;top:19.187145233154rem;left:2.4999998807907rem;font-size:1rem;z-index:15066;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #TCaL8AhxAnJF68a7TV6RNy8HiBswNiVe { background-color:#731143;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TCaL8AhxAnJF68a7TV6RNy8HiBswNiVe > .row .container { background-color: transparent; background-image: none; }#TCaL8AhxAnJF68a7TV6RNy8HiBswNiVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCaL8AhxAnJF68a7TV6RNy8HiBswNiVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCaL8AhxAnJF68a7TV6RNy8HiBswNiVe > .row .container > .video-iframe-container { display: none; }#TCaL8AhxAnJF68a7TV6RNy8HiBswNiVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCaL8AhxAnJF68a7TV6RNy8HiBswNiVe > .row > .video-iframe-container { display: none; }#TCaL8AhxAnJF68a7TV6RNy8HiBswNiVe > .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); }#TCaL8AhxAnJF68a7TV6RNy8HiBswNiVe > .row .container { border-width: 0; border-radius: 0; }#TCaL8AhxAnJF68a7TV6RNy8HiBswNiVe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TCaL8AhxAnJF68a7TV6RNy8HiBswNiVe > .row .container { width:20rem;height:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1ABVyX98cRUGhSAbSzGQD1n3Rqy6lSq { width:13.875rem;height:0;top:12.833829879761rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gf26MvbB25cotNyuoCixSrirZXr0yqrW { top:17.0625rem;left:10.1875rem;width:7.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMyQNSM4i0W3SCx0OIz6ODO3GAAL8As1 { display:block; }
 }@media only screen and (max-width: 763px) { #gZfaX7c2ytPCZFyHH5eF22d74tzUp0pI { width:17.625rem;height:5.6875rem;top:18.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0lm83E0eWbguppnz5uItDew3hL8cE7h { width:13.75rem;height:16.75rem;top:0.87979316711425rem;left:3.1249998807907rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #xeTmKCUpUGwmRXxe5oLcog2QuXE23AFP { width:13.874rem;height:2.599825rem;top:19.60546875rem;left:2.5rem;font-size:1rem;z-index:15066;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #VrhSNPTXysdqfJLuwmETq8pcmBAPOlC6 { width:14.5625rem;height:18.25rem;top:24.3125rem;left:2.71875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #khc2oJ8pOW0nneJEk8KVWfDie16orsK1 { top:41.625rem;left:10.1875rem;width:7.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8C09MERHvm9SXmTpStewpFUPORHtyNX { display:block; }
 }@media only screen and (max-width: 763px) { #lyWqqixSbIugeQQs7k9vMJK73pbnWpkb { width:11.75rem;height:2.599825rem;top:44.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRfFoaaTUJDOEqudlr6dvhgI8sHe8tTo { width:17.625rem;height:5.6875rem;top:42.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9fME0UrKQvfH1uPANwEGrm6PtQJDklH { width:16.3743125rem;height:2.599825rem;top:68.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKfQnNaxUGGatMkq6lGdTbE7Eqwzz04v { width:17.625rem;height:5.6875rem;top:67.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFNxiViZ38MQAW0DcQMWlI1zDnMV3Ns4 { top:66.5625rem;left:10.1875rem;width:7.3125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waC8tZxVFLzQs9vNLZhCMMt0VTEeOnib { display:block; }
 }@media only screen and (max-width: 763px) { #tcyTurXUWLVs4fQPu7wwOwAyr87BvU4R { width:14.5rem;height:18.125rem;top:49.287969589233rem;left:2.7175070047379rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2MkHAr2X2fSzO9uWHWkWist3Ec5xi7L { background-color:#731143;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P2MkHAr2X2fSzO9uWHWkWist3Ec5xi7L > .row .container { background-color: transparent; background-image: none; }#P2MkHAr2X2fSzO9uWHWkWist3Ec5xi7L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2MkHAr2X2fSzO9uWHWkWist3Ec5xi7L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2MkHAr2X2fSzO9uWHWkWist3Ec5xi7L > .row .container > .video-iframe-container { display: none; }#P2MkHAr2X2fSzO9uWHWkWist3Ec5xi7L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2MkHAr2X2fSzO9uWHWkWist3Ec5xi7L > .row > .video-iframe-container { display: none; }#P2MkHAr2X2fSzO9uWHWkWist3Ec5xi7L > .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); }#P2MkHAr2X2fSzO9uWHWkWist3Ec5xi7L > .row .container { border-width: 0; border-radius: 0; }#P2MkHAr2X2fSzO9uWHWkWist3Ec5xi7L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P2MkHAr2X2fSzO9uWHWkWist3Ec5xi7L > .row .container { width:20rem;height:75.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNAIT8eVf6ONi2vhItww36RTBBrq1QuF { width:13.875rem;height:0;top:12.833829879761rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZRE4pzkzR2aicoAH786JU83gx4S2XID { top:17.0625rem;left:10.1875rem;width:7.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyPzIVvmR0SQFmvX9PS4qZBSOvu2rz2e { display:block; }
 }@media only screen and (max-width: 763px) { #kFhEDhc92FzW9hQIvl91Llz90icJaOOT { width:17.625rem;height:5.6875rem;top:18.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfFQWAceNgG2Hw34FTb7cyMg95Tt5q5t { width:13.3125rem;height:16.5rem;top:0.87979316711425rem;left:3.1249998807907rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #fduaD5erebyMVedSUO55LCEsXqEGGPOk { width:13.874rem;height:2.599825rem;top:19.60546875rem;left:2.5rem;font-size:1rem;z-index:15066;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #xsX1kb78RsXQrW4azWp81mTJf7f5dWe6 { width:14.5rem;height:18.1875rem;top:24.3125rem;left:2.71875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #GWfcIdvbPanPxIcCgngMip2AzWAg414C { top:41.625rem;left:10.1875rem;width:7.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNCBLkhX7twXv8gcTTCNASSS6GLH2Tzi { display:block; }
 }@media only screen and (max-width: 763px) { #TfR5K6Rvp4tWXi1hSKqlUAWh62AFPRWD { width:11.75rem;height:2.599825rem;top:44.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kceIqNIiT9OM8IV07dyPBUBMiPd9Ovv4 { width:17.625rem;height:5.6875rem;top:42.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI7H8PW9AoZnwJyHG2W9QbauHJ6Xqdtr { width:14.8125rem;height:17.6875rem;top:49.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG5CW2CnlhRGdSUa7T3ebZI8uocHDelm { width:14rem;height:2.599825rem;top:69.2939453125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCCxqMCFbEZV7oQbpDoCXNurKL1XFzHQ { width:17.625rem;height:5.6875rem;top:67.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu4VKwkdG2ms0dANeE9mR1zFgZCEaIS0 { top:66.75rem;left:10.1875rem;width:7.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWoLSmFVfBLHXTW5ku0OqEl57CMUm9Ux { display:block; }
 }@media only screen and (max-width: 763px) { #LTgGpXe1vNEJP0eLMfRJNAnBAsDLLBds { background-color:#731143;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LTgGpXe1vNEJP0eLMfRJNAnBAsDLLBds > .row .container { background-color: transparent; background-image: none; }#LTgGpXe1vNEJP0eLMfRJNAnBAsDLLBds::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTgGpXe1vNEJP0eLMfRJNAnBAsDLLBds > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTgGpXe1vNEJP0eLMfRJNAnBAsDLLBds > .row .container > .video-iframe-container { display: none; }#LTgGpXe1vNEJP0eLMfRJNAnBAsDLLBds > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTgGpXe1vNEJP0eLMfRJNAnBAsDLLBds > .row > .video-iframe-container { display: none; }#LTgGpXe1vNEJP0eLMfRJNAnBAsDLLBds > .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); }#LTgGpXe1vNEJP0eLMfRJNAnBAsDLLBds > .row .container { border-width: 0; border-radius: 0; }#LTgGpXe1vNEJP0eLMfRJNAnBAsDLLBds > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTgGpXe1vNEJP0eLMfRJNAnBAsDLLBds > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvISzy9SIkm2eVhWOqZdVSley7O1wM6U { width:13.8743125rem;height:2.599825rem;top:19.606687366963rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODsIqUFCmhRwZcpn7DtR2nVLOyWVxPr9 { top:17.0625rem;left:10.1875rem;width:7.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI141KHLTZJEotDzXTFZLdz3BmEXkTsw { display:block; }
 }@media only screen and (max-width: 763px) { #I0XSwF6yuhTzXtSSOZl3RFJSo7ZzPNhp { width:17.625rem;height:5.6875rem;top:18.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbxOPw8NIcZ8weCh5QDrPiP1TnJLxWUv { width:13.125rem;height:15.1873125rem;top:1.9318180084229rem;left:3.4374998807907rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #fB2tlPl9DHRiWA8sH6vOxTvmmKNshg13 { width:13.874rem;height:0;top:19.60546875rem;left:2.5rem;font-size:1rem;z-index:15066;display:none; }
 }@media only screen and (max-width: 763px) { #AXoRTN8tLQzXwmf7yr7vfMWo2TILnkV5 { top:42.186388492584rem;left:10.186632454395rem;width:7.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #owbBarnDzps22qRs93rmcNKlNkqHI6Ie { display:block; }
 }@media only screen and (max-width: 763px) { #vioDLT5ektR9roO7DcgqV83wOPcRth8Q { width:17.625rem;height:5.6875rem;top:43.123917102814rem;left:1.1870660185814rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgnaumwJG2BrDmLfTBGnqSPOhVml9J6u { width:12.249375rem;height:2.599825rem;top:44.667984485626rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0SwdSMCVUITcGyaBwFrybPXFa6xylA0 { width:14.375rem;height:17.1875rem;top:24.998922753906rem;left:2.8125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV { background-color:#731143;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV > .row .container { border-width: 0; border-radius: 0; }#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV > .row .container { width:20rem;height:68.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aXRRqupHpqHtg3eTb6mqoRuykFqJ0RVh { width:10.999375rem;height:2.59765rem;top:40.167101860046rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeHAQfPugXc8PVUIMeSL0Q1R7XWTG124 { top:74.261775903319rem;left:6.4375rem;width:7.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GOQF344LBkqTosyDwIIV74mZMuI5Is4z { display:block; }
 }@media only screen and (max-width: 763px) { #pBkQQWG5TiC4TLLHbTtLVZH8QRe94Tt1 { top:37.622614860534rem;left:10.748698532581rem;width:7.4375rem;height:2rem;z-index:15004;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzgKKfB2PxuLg8TmFUykXvDfQskFTHlX { display:block; }
 }@media only screen and (max-width: 763px) { #uBX7TquMvQdXk70pDep7JFQGOA9CzaGv { width:11.311875rem;height:13.686rem;top:23.311613082886rem;left:4.3435333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFUUy7CZNG5axCGPRUs5noaZ7Q6bdCrw { width:12.1245625rem;height:14.5626875rem;top:0.68684959411619rem;left:3.9377172589302rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc73ZUCg3wxW1bcGWPRIfpO6rBrsD8U0 { width:10.686875rem;height:2.59765rem;top:18.291016578674rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUDLKH02KGUx2l6hfrIvGDQAEAyBEO4S { top:67.045532226562rem;left:10.875rem;width:9.125rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S6snPxWtlGI1JlbsfZUZXAI9bt8fzTCL { display:block; }
 }@media only screen and (max-width: 763px) { #Qzuo48KxdzMhJQRiUz4rxw7hIGrwSz0o { width:12.1245625rem;height:14.561625rem;top:45.186599731445rem;left:3.9366319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4tR0vLZf15khmeFaJBJf4uA7M4yJpP4 { width:13.125rem;height:2.59765rem;top:63.231338500975rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg1EvrXvUhCMA937GtAcK4NFAHSamUTQ { top:83.920532226562rem;left:10.875rem;width:9.125rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ne5SAoxPa4VBQSuzbDbfTio4UDxTxN5h { display:block; }
 }@media only screen and (max-width: 763px) { #zr6a6BhLwyTfLxi5W4C1T84NOLFE7rIn { top:15.685765266419rem;left:10.75rem;width:7.4375rem;height:2rem;z-index:15089;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3kBkJba6RxgkHvTnCswW51OVnNiezFV { display:block; }
 }@media only screen and (max-width: 763px) { #TNUXsRPJOqfEiGMCx0HWTdf8F23DG8D5 { top:60.941841125488rem;left:10.747613251209rem;width:7.4375rem;height:2rem;z-index:15090;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT0hliph99PhovgRHohRUhCEb74av13c { display:block; }
 }@media only screen and (max-width: 763px) { #TiI0xxL15Hyftde9kAVDJmNZ6q3LrBa7 { top:38.623049736023rem;left:1.1870660185814rem;width:17.625rem;height:5.6875rem;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VJxhHLuIvTBdczd1F6TwTtmtM1nn1oSr { top:16.746962547302rem;left:1.1870660185814rem;width:17.625rem;height:5.6875rem;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BMyrGGxnQgNXwTqnvXUcNSdggfQGbJcg { top:61.687284469604rem;left:1.1870660185814rem;width:17.625rem;height:5.6875rem;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lBnbSygTkUw9EdWQEWmJtSKFqQPbZqaX { width:20rem;height:7.1875rem;top:68.983032226562rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #suPdoTZbuId4qREKO7TbVfS41wDUfOc7 { width:20rem;height:7.1875rem;top:77.420532226562rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ulyJNGcWhXI6SROWu5LhJFyMme23SOSy { width:20rem;height:7.1875rem;top:85.858032226562rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G5dWffEG9TX8feTyVvGJqo3zc3qka9tB { background-color:#731143;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB > .row .container { border-width: 0; border-radius: 0; }#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB > .row .container { width:20rem;height:71.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fQuK9TO3UV0OZwhfDl7TE84TQ5DkyXyG { width:12.061625rem;height:14.4998125rem;top:23.810745239257rem;left:3.9680989384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTpTDN5iEUfpc6UVuwIrMWOtswzudcT9 { width:11.5625rem;height:2.59765rem;top:41.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig36DJ8JoIFkauJG9ERo9JVHinrEPHet { top:75.55078125rem;left:10.875rem;width:9.125rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxio4HQ3TrZ7OHtarvxgS7PsioTTBUkd { display:block; }
 }@media only screen and (max-width: 763px) { #HXQ4XRvf4P1bIwR9CGavMKHeSGKQEUtr { top:39.375rem;left:10.75rem;width:7.4375rem;height:2rem;z-index:15005;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GepZMT2ZDMyamrTMvZQ1Iy8UofPTGxIV { display:block; }
 }@media only screen and (max-width: 763px) { #qBuAJu4qNWciETFd52TuzceZoOynIESu { width:11.9998125rem;height:14.4379375rem;top:0rem;left:3.9995663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZkKScAnumWpiDcNZeGrpKVGtKKPFGik { width:9.561625rem;height:2.59765rem;top:18.237848281861rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2GmmsV463gzlcRsLaFSATVkuQibRPqr { top:67.111968994137rem;left:10.875rem;width:9.125rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzMXXCBqHonDsoeqTwf5wwUId2lgIs7t { display:block; }
 }@media only screen and (max-width: 763px) { #UUdxwhdbOOPnRMytHLZNHuwML9OdmGmG { top:15.625rem;left:10.75rem;width:7.4375rem;height:2rem;z-index:15092;background-color:#6a816f;background-image:none;border-top:0.1875rem solid #e7c267;border-left:0.1875rem solid #e7c267;border-right:0.1875rem solid #e7c267;border-bottom:0.1875rem solid #e7c267;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv5IpuxLquRSy1GZQ7Jnd0sRJ63ONFiJ { display:block; }
 }@media only screen and (max-width: 763px) { #HsuMCUsCL5BPAkk7UJTJ20MT8FSUrf3c { width:12.061625rem;height:14.4998125rem;top:45.748692989349rem;left:3.9680989384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMicU2TR0iyx2WNbExGufsPQaKUEScel { width:9.1873125rem;height:2.59765rem;top:64.15798950195rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkEfEQvgBylqHsG0Qf6LzHrNqQW06bMw { top:61.488718032837rem;left:10.748698532581rem;width:7.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HixqKGT5xMyOtcmPFWhQo4okbZWbGXru { display:block; }
 }@media only screen and (max-width: 763px) { #c01ZRXfquw6r3UPLKsEGoy1o6hq12yfL { top:65.727905273438rem;left:6.4622397422787rem;width:6.990885375rem;height:1.553385375rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #VTnkAHlLrVAXiTUiNtPc16fm9PtuFU8r { display:block; }
 }@media only screen and (max-width: 763px) { #ZTqQOHTse6hPDVKE2GpW7my4EcFDgEnN { top:16.693794250488rem;left:1.1870660185814rem;width:17.625rem;height:5.6875rem;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BE8fRz16o9zkDTHnfqOd7DVLSTTuAbK6 { top:40.0625rem;left:1.1875rem;width:17.625rem;height:5.6875rem;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vvUd2co6ckzTgyVPRDL6Hnf100yZl2Cs { top:62.613933563231rem;left:1.1870660185814rem;width:17.625rem;height:5.6875rem;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VAypCPcVIPXi7GJ49f1m6or42BLVRSK7 { width:20rem;height:7.1875rem;top:69.05078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RJA8m86wm9dqI8kJwPtmE4tvvzk73apZ { width:20rem;height:7.1875rem;top:77.48828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTvtu8AEDfNc9ebp3B6z4DLANAd5qqgR { width:20rem;height:7.1875rem;top:85.92578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EtEXAyoKzanc1gW3vpWypFaStiBZaJzd { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container { background-color: transparent; background-image: none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container > .video-iframe-container { display: none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row > .video-iframe-container { display: none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .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); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container { border-width: 0; border-radius: 0; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container { width:20rem;height:626.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWRtwSCDHIkPcsBuOXbJJSIEM85QWEft { width:19.125rem;height:2.03125rem;top:1.6849975585938rem;left:0.625rem;font-size:1.5625rem;text-align:left;text-align-last:left;color:#f9007f;display:block; }
 }@media only screen and (max-width: 763px) { #WvIGTJzTTHlnA3WiCBFdX1DWATeXJcTe { width:20rem;height:6.18720625rem;top:5.3745617866516rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVmiAuXzpc9woEE9VdxvgsDNEMpS62NH { width:15.3125rem;height:1.625rem;top:8.8125rem;left:2.34375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hmX8tNArQ1m60kcBFoDs81CN4g5GL1q5 { width:6.125rem;height:1.21875rem;top:28.1875rem;left:5.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J7Vxt9cwm0bGyIP4BaSfTKCK7scIgJcH { width:6.125rem;height:1.21875rem;top:148.4375rem;left:5.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cBBoZZMZJEsTC6J8FhhAhDl1RcS12PuS { width:6.125rem;height:1.21875rem;top:68.703140258787rem;left:4.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFygyadWmPoJEHcz2RX38TNoe2XAdP2M { display:flex;width:1.875rem;height:1.875rem;top:234.5625rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #vl6mRnwheWibkrktXRhPyM2JwTbExVCm { width:6.125rem;height:1.21875rem;top:115.125rem;left:5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k2yOXgJ83LHWqXLNzNwm1f0lyD5wS3GS { width:11.5625rem;height:3.41015625rem;top:247.25rem;left:8.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hdzoZxdCfQEcdEtiExPMB98G5gbPunSI { width:6.125rem;height:1.21875rem;top:158.5625rem;left:5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T87knFTtnECgAl2vLQv6oz6BCrMCNJTE { width:6.125rem;height:1.21875rem;top:205.25rem;left:5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0ftiHQS0h2iCMP8i4BJ9aUKcXkCf20M { width:6.125rem;height:1.21875rem;top:242.8125rem;left:5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SRSUhVTWT7EVJtqnSzoeCPpDJJRyrGJ7 { width:20rem;height:6.18720625rem;top:13.1875rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo6mwFlTzJS2DwIpLZi7ikpvvVtNU8Kv { width:9.5625rem;height:1.625rem;top:16.6875rem;left:5.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NpAX4UEtvEzzuW7V9Hym34w9gusRSGIu { display:flex;width:1.875rem;height:1.875rem;top:14.0625rem;left:3.9365234375rem; }
 }@media only screen and (max-width: 763px) { #ATaB9UR5hXo3tQ1VcQaCWbFBTWTK2ogJ { display:flex;width:1.875rem;height:1.875rem;top:6.375rem;left:3.9365234375rem; }
 }@media only screen and (max-width: 763px) { #dwQIFca4hEVDDqk0VlAMyUkeavilhQCb { width:19.0625rem;height:7.5rem;top:280.9375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqzguPIFzvO02qJTslg0VgZfEAAPIigC { width:6.125rem;height:1.21875rem;top:282.875rem;left:4.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TL4qkrsW9c7aEclGFq86E9NuJwavdss8 { width:6.25rem;height:2.03125rem;top:285rem;left:2.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDoeEDJufBVPBNHBAKmf3utXKlnXD42Z { width:19.0625rem;height:7.5rem;top:290.5625rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QASaABJHRvlLKPhtqBocCIykTrGcTx8p { display:flex;width:1.875rem;height:1.875rem;top:291.8125rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nrFLcqd8GG80vg2M2FEbWfTnBS6JaU0l { width:6.125rem;height:1.21875rem;top:292.125rem;left:5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDpyklHkr7PBhA7zqTMTfvUPfNSeBbAw { width:14.25rem;height:2.03125rem;top:294.5625rem;left:2.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v5onCIIrOXIucR9KNsHvlJt0lQOmunii { width:19.0625rem;height:7.5rem;top:300rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uFxaRT815qyZQ1wHEvlueLBrpPp76Ohv { width:11.125rem;height:2.03125rem;top:304.0625rem;left:2.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NfIv31FyTmdEu54VrLswmWQyvbbzUdta { width:6.125rem;height:1.21875rem;top:301.5rem;left:5.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RE8TsQZlBG4pstkmxguh2gRD3wwWz80T { display:flex;width:2.25rem;height:2.25rem;top:282.375rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QImNRTiTTIQTy8b66znDimd21Di6FZSI { display:flex;width:2rem;height:2rem;top:301.125rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tyKOCZpO6pTfnE3SHLW3hkRubp1dpPtp { width:20rem;height:42rem;top:325.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJniytQGl80qqN0AUXyJNctUxgp3ocA7 { width:16.1859375rem;height:4.62890625rem;top:330.6875rem;left:1.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTpoTMJ3QD9U7GP2LNvECGuv44NPTWRJ { display:flex;width:1.875rem;height:1.875rem;top:327.375rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #zVF9mVDgAuosoQnM5cOpeybAAARisZg8 { width:17.4369375rem;height:1.21875rem;top:345.6875rem;left:0.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HNx2WA1hSJ3h0rBScwMHXWo0NshiX3bP { width:0.0625rem;height:37.75rem;top:292.18756484986rem;left:0rem;z-index:15107;display:none; }
 }@media only screen and (max-width: 763px) { #Xca7DkwkuaHGyhgTD0FyTtSdZ5i0gwGA { width:20rem;height:38.25rem;top:232.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5S16u4Fqe3Qfz31FSHoJEvOSJSwQQT9 { width:20rem;height:42.3125rem;top:21.123931884766rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #soZJVmQMTPIBt9JcDvLx9mNN8T9FzmVr { width:18.5rem;height:1.21875rem;top:40.123229980469rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bu8FT7BbL6Kqanp46XNbaKAFXWoefE5L { width:16.3743125rem;height:0;top:25.25rem;left:1.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dENKmOIRffkJradORpepy23ipvK6gX6N { display:flex;width:1.875rem;height:1.875rem;top:22.8740234375rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #BUUk7hRKSns5A6U2HGQ35IKygrh92EcX { width:11.5625rem;height:3.41015625rem;top:33.8125rem;left:8.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UoS9zRgWqolAUcQnTxBs8mZ2ZXNoqKeF { width:7.1244375rem;height:8.9373125rem;top:31.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV7zQpEBeXrsZlD6vQ0GgyRf7HyOzJW3 { width:7.0614375rem;height:8.8743125rem;top:244.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpyADZ2eL40GAQEmrm73CUMWv3FVLRzz { width:6.9993125rem;height:8.812125rem;top:336.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOiyzNq5AIIH0BZsSlBOOlsiboBioG12 { width:11.5625rem;height:2.2734375rem;top:339.625rem;left:8.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zmpg6NWatmXWkq7Jcu6OAFSzeeDLWCJP { width:20rem;height:1.54296875rem;top:516.95074462891rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hEymiKzOMK2t3V9kaka2LQadR2fnCKlx { width:18.9372691875rem;height:0;top:161.6875rem;left:0.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15109;display:none; }
 }@media only screen and (max-width: 763px) { #ZgtbKC04EuIpdz5w5xOVTazZhUKCgmhZ { width:16.248849875rem;height:0;top:339.4375rem;left:1.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15103;display:none; }
 }@media only screen and (max-width: 763px) { #hvRTaJTEny9IinaqZP91kEexqdaOPFBH { width:20rem;height:0;top:474.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15120;display:none; }
 }@media only screen and (max-width: 763px) { #fn5Cf3tGqXIcalwXiE2KM9K0VLqvoDVu { width:18.6856613125rem;height:0;top:480.4375rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15121;display:none; }
 }@media only screen and (max-width: 763px) { #b1muwxTv1gBIp0oe4qTDb2oE4d8cNNXL { width:20rem;height:37.5rem;top:369.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJrZqmUNiaz7usNTkRGPVbuB9ReCu28z { width:18.75rem;height:1.21875rem;top:392.625rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HA5dBWu8M7QfKS93VlpmRZ2JGZWT2xcf { width:20rem;height:0;top:326.09259746484rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ts1aRD3ARGr7IT7aHvCO9Nuv5F2mL5GP { width:11.5625rem;height:2.2734375rem;top:386.6875rem;left:8.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tu9bRmTCqveDQeA8HdQ0x9lgVy9VzWBf { width:6.624625rem;height:8.3123125rem;top:383.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhGoVKhNMKSV5gn9QkIxiWACAho8HRom { display:flex;width:1.875rem;height:1.875rem;top:371.75rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #ZJTuXgJTGSPDOJMZi8TU9D04Ty0PFu2G { width:18.9993095625rem;height:0;top:390.625rem;left:0.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15123;display:none; }
 }@media only screen and (max-width: 763px) { #tvl2DlhAmQg8GS3HrE1qJxIGfXdtwQFA { width:18.8125rem;height:7.714875rem;top:375.375rem;left:0.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15122;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #hdVXq9PVze4qzKXZ6SQEKEJ6pC0We4JB { width:20rem;height:40.9375rem;top:282.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaohFoSwNdAQb09T4dzD4uPoUE26NOiT { width:18.75rem;height:1.21875rem;top:303.1875rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BNrdcqWWuTCzw34o9LzQXnz3m99zKpZk { width:19rem;height:4.62890625rem;top:288.375rem;left:0.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VrRA9FTJFdnWmiiJJPX53sZWSS7ODOp6 { width:11.5625rem;height:2.2734375rem;top:297.125rem;left:8.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xNS0xToZm1Gy5DnoRwEmUAUAgRG1I40M { width:6.5625rem;height:8.25rem;top:294.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLBxIlP2CesQqxyi2T8Wb9hQUpzPZcfR { display:flex;width:1.875rem;height:1.875rem;top:284.9375rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #Cn799BdVJ8bVsKo6Nn6Z7qMfPs04B26U { width:20rem;height:0;top:295.5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15123;display:none; }
 }@media only screen and (max-width: 763px) { #bLtRaHzogLScSJKvyZrn1G6TtCEe504e { width:18.9993095625rem;height:0;top:301.375rem;left:0.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15124;display:none; }
 }@media only screen and (max-width: 763px) { #maGMsm0pcnVXeuD1vPzTdr23T3WRr8h3 { width:20rem;height:32.1875rem;top:65.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV7nhff4Z5ZGMgMlpKDiOsC83WQpxw9z { display:flex;width:1.875rem;height:1.875rem;top:67.125rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #QBgZ2v7y9yBr9GdV7BbZNv7vNnc4D73O { width:20rem;height:0;top:68.187501668931rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uvnKdnRsnZSRdSg0er9ufoADSPgU12tW { width:18.499625rem;height:1.21875rem;top:86.3125rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TLz6mSKA2Pf7kDbvnyO9tduTVkenn7lu { width:11.5625rem;height:3.41015625rem;top:79.75rem;left:8.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JgxUv5X4W9LpGo5aXlCOAunkTaiAWTpx { width:20rem;height:0;top:68.125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15124;display:none; }
 }@media only screen and (max-width: 763px) { #qW4syDtKTXw78T9fETFOshOuP8tTpZKg { width:18.9985625rem;height:0;top:84rem;left:0.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15125;display:none; }
 }@media only screen and (max-width: 763px) { #a2lmLZRfVDOQzNSN2IZU3i89pXiUMOEi { width:20rem;height:0;top:111.4375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15121;display:none; }
 }@media only screen and (max-width: 763px) { #dyNhTgLNP5WaApMgFMNbJ7oPTt7lFL6D { width:18.6856613125rem;height:0;top:118.75rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15122;display:none; }
 }@media only screen and (max-width: 763px) { #Wu3KdfWaUMoKuNJTtck1gpmrZ3u3UT33 { width:20rem;height:0;top:425.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15122;display:none; }
 }@media only screen and (max-width: 763px) { #l9x03wHGTXrF1GPBMTlmoCc0iOlIUBnc { width:18.6848965rem;height:0;top:433rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15123;display:none; }
 }@media only screen and (max-width: 763px) { #eTP7mk0kTAL3nZOLBnfUemJy30r08Ldt { width:18.2490806875rem;height:0;top:248.75rem;left:0.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15115;display:none; }
 }@media only screen and (max-width: 763px) { #kTrHm64HkLbvXG2fkkUNJl8paXBQ2mgx { width:18.6875rem;height:0;top:55.687501907349rem;left:0rem;font-size:0.875rem;z-index:15102;display:none; }
 }@media only screen and (max-width: 763px) { #gJUMPCSzTGaIrCUdq9CfXrxOW1x3PuvQ { width:6.8119375rem;height:8.2493125rem;top:75.125rem;left:1.625rem;z-index:15181;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #V2rbGV4CSXR8OlGhKGzp7FACLoT5cWlb { width:7.0625rem;height:8.875rem;top:77rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqPCAFQROKnmeKV0VHCUFv6ST8XX2eT9 { width:16.374rem;height:4.62890625rem;top:25.8125rem;left:1.8115234375rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15108;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #bwsQyU8XvRDCt646GECLWTe2m2uHanXm { width:18.499625rem;height:0;top:40rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15109;display:none; }
 }@media only screen and (max-width: 763px) { #faTpPHUoESkxR477C1cEDdIk1KMC3d3E { width:17.5rem;height:6.171875rem;top:70.25rem;left:1.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15138;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #TKngOiDUypTiZ3nTO5nukkouarpCi9Fm { width:18.499625rem;height:0;top:88.5rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15139;display:none; }
 }@media only screen and (max-width: 763px) { #tS6oqaP03l0ca8i0kHkAATryhFaWZp65 { width:19.124625rem;height:0;top:184.9375rem;left:0.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15133;display:none; }
 }@media only screen and (max-width: 763px) { #z29XpFQmmfFIz7O6Wdqyn1IeNCMHlx3O { width:17.4360625rem;height:0;top:227.625rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15103;display:none; }
 }@media only screen and (max-width: 763px) { #fIiOLcUtFVftXkXxTC5aTyJXHxOT3msC { width:18.812125rem;height:0;top:279.625rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15127;display:none; }
 }@media only screen and (max-width: 763px) { #VH8RTLvSawhNJ1fMQSPdE3rItWBUCZCz { width:20rem;height:0;top:193.74890327454rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TB5QpzHMvyMsxhtgt5eW8GOX2C55pHht { width:18.499625rem;height:1.21875rem;top:253.625rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QN95sXALBwLQDTZrO9rgwAGC19krm8RR { width:20rem;height:6.171875rem;top:237.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15140;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #ZewsfaTQnxdEkrx7X8i5JNqtT1JOtd7w { width:18.5623125rem;height:0;top:132.5625rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #vpAHbDUfxz43hkrTzNmTBQmBsbA2rWhc { width:20rem;height:0;top:48rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }#vpAHbDUfxz43hkrTzNmTBQmBsbA2rWhc li:before{  }
 }@media only screen and (max-width: 763px) { #FmKEUIdeF2haxn2W1Xbg48M3ukZGQqvq { width:20rem;height:0;top:42.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }#FmKEUIdeF2haxn2W1Xbg48M3ukZGQqvq li:before{  }
 }@media only screen and (max-width: 763px) { #BcfEzoBVUmsNXUqb3LS9uafRRu3EpqTf { width:20rem;height:0;top:57.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }#BcfEzoBVUmsNXUqb3LS9uafRRu3EpqTf li:before{  }
 }@media only screen and (max-width: 763px) { #TeOebEtkTFpzU6Xzq7000l6E9pr8kQc3 { width:18.75rem;height:1.21875rem;top:88.125rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#TeOebEtkTFpzU6Xzq7000l6E9pr8kQc3 li:before{  }
 }@media only screen and (max-width: 763px) { #Se4eI9i6Gt6lgtt5Msm5Df0bzEAanEUr { width:18.75rem;height:2.4375rem;top:90.125rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#Se4eI9i6Gt6lgtt5Msm5Df0bzEAanEUr li:before{  }
 }@media only screen and (max-width: 763px) { #KZzEVBJFPpimpucD5gFVDv4SWJAalFl0 { width:18.75rem;height:2.4375rem;top:93.0625rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#KZzEVBJFPpimpucD5gFVDv4SWJAalFl0 li:before{  }
 }@media only screen and (max-width: 763px) { #V8I8ClFviWWqtsP73emn1mg83WluQvnq { width:18.75rem;height:4.875rem;top:255.4375rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#V8I8ClFviWWqtsP73emn1mg83WluQvnq li:before{  }
 }@media only screen and (max-width: 763px) { #pGbT6A3sQ4WDscSLXIO7OFb7v8qcKZ5Q { width:18.75rem;height:3.65625rem;top:261rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#pGbT6A3sQ4WDscSLXIO7OFb7v8qcKZ5Q li:before{  }
 }@media only screen and (max-width: 763px) { #my0aoyAIbyiIgvf17kaTpThBl7dRZV3T { width:18.75rem;height:3.65625rem;top:265.4375rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#my0aoyAIbyiIgvf17kaTpThBl7dRZV3T li:before{  }
 }@media only screen and (max-width: 763px) { #axEUmdsvRJlqLselRIfdyc9e03KyFJQ4 { width:18.75rem;height:6.09375rem;top:316.0625rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#axEUmdsvRJlqLselRIfdyc9e03KyFJQ4 li:before{  }
 }@media only screen and (max-width: 763px) { #DXaHqcs5oynwUR6zWzWHpwQMgBtJVny3 { width:18.75rem;height:4.875rem;top:304.875rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#DXaHqcs5oynwUR6zWzWHpwQMgBtJVny3 li:before{  }
 }@media only screen and (max-width: 763px) { #mlJoIr4DWnhsUg1QHkbCN1bN3xLFskTH { width:18.75rem;height:0;top:186.375rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }#mlJoIr4DWnhsUg1QHkbCN1bN3xLFskTH li:before{  }
 }@media only screen and (max-width: 763px) { #oulqTmniZlu9Jaor6JZJtwEhKP1B4lo8 { width:18.75rem;height:0;top:241.4375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }#oulqTmniZlu9Jaor6JZJtwEhKP1B4lo8 li:before{  }
 }@media only screen and (max-width: 763px) { #UIxuKbc25fTsNumT1buEK3WKDHLNFazA { width:18.25rem;height:4.875rem;top:354.375rem;left:0.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#UIxuKbc25fTsNumT1buEK3WKDHLNFazA li:before{  }
 }@media only screen and (max-width: 763px) { #miE1CgNTXySKwOkTlQEssPzaMCTvKMgT { width:18.75rem;height:0;top:229.21608352661rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }#miE1CgNTXySKwOkTlQEssPzaMCTvKMgT li:before{  }
 }@media only screen and (max-width: 763px) { #IbxE7SDhAInVK4RsPcEhdmQnS3aQXioH { width:18rem;height:2.4375rem;top:394.4375rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#IbxE7SDhAInVK4RsPcEhdmQnS3aQXioH li:before{  }
 }@media only screen and (max-width: 763px) { #v953s0wlA9rsm9c9titF7AMK3oCFDCD0 { width:18.75rem;height:2.4375rem;top:397.625rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#v953s0wlA9rsm9c9titF7AMK3oCFDCD0 li:before{  }
 }@media only screen and (max-width: 763px) { #Hv6MaLcy2qO37BOnFhEkDbQaQkWZDUd3 { width:18.75rem;height:3.65625rem;top:401.0625rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#Hv6MaLcy2qO37BOnFhEkDbQaQkWZDUd3 li:before{  }
 }@media only screen and (max-width: 763px) { #p2uLyAVfnqGeSzU83C3RxTIhI0BxfO0c { width:18.75rem;height:7.3125rem;top:46.125rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15111;font-family:montserrat;display:block; }#p2uLyAVfnqGeSzU83C3RxTIhI0BxfO0c li:before{  }
 }@media only screen and (max-width: 763px) { #MnZFqMIsT0V0zVl4Afb547LJtiCldbrz { width:18.75rem;height:3.65625rem;top:41.906059265137rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15110;font-family:montserrat;display:block; }#MnZFqMIsT0V0zVl4Afb547LJtiCldbrz li:before{  }
 }@media only screen and (max-width: 763px) { #l9IFBxSuMF6UbOtfUcOR0ury0dFXZ5gB { width:18.75rem;height:7.3125rem;top:54.125rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15112;font-family:montserrat;display:block; }#l9IFBxSuMF6UbOtfUcOR0ury0dFXZ5gB li:before{  }
 }@media only screen and (max-width: 763px) { #qay677NRJhrWHkbOlTXlceiExxuBLwWa { width:17.875rem;height:6.09375rem;top:360.125rem;left:0.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15123;font-family:montserrat;display:block; }#qay677NRJhrWHkbOlTXlceiExxuBLwWa li:before{  }
 }@media only screen and (max-width: 763px) { #rL7cS4H5XznVt676PImPzp5v8xFJnT20 { width:17.9375rem;height:6.09375rem;top:347.5625rem;left:0.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15120;font-family:montserrat;display:block; }#rL7cS4H5XznVt676PImPzp5v8xFJnT20 li:before{  }
 }@media only screen and (max-width: 763px) { #R4FkfpZmIW3AwSR1Zudc8AF7Brwr7kPG { width:18.75rem;height:4.875rem;top:310.4375rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15119;font-family:montserrat;display:block; }#R4FkfpZmIW3AwSR1Zudc8AF7Brwr7kPG li:before{  }
 }@media only screen and (max-width: 763px) { #yk8ug3t3OXDswEEpoyBAwzfGT2WubS76 { width:20rem;height:45.25rem;top:185.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXI4BtcdnLk2ETQWB9eWOav1G4rxaUCr { display:flex;width:1.875rem;height:1.875rem;top:187.6875rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #JgBQLhqqrlZqyZLsRNCwarRLPpuqtV2k { width:19.125rem;height:0;top:373.0625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ukg6Xfz5yyZ9zGW8KAgcmLGDfa04186s { width:10.625rem;height:3.41015625rem;top:203.8125rem;left:8.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P0mz5BMWRo5UVrurCapNB3gbXOnqDTMV { width:6.6875rem;height:8.1875rem;top:201.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7CSrg9py2K5Rd9kSHJSbt7irduhe305 { width:18.75rem;height:1.21875rem;top:210.375rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iDneS1I4I3zEWWFW4TCAHsbw8GPmTSh9 { width:18.75rem;height:0;top:395.75rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }#iDneS1I4I3zEWWFW4TCAHsbw8GPmTSh9 li:before{  }
 }@media only screen and (max-width: 763px) { #id6naCWz9Vo8X3IgmX2si2TsEmR7JtE5 { width:18.75rem;height:3.65625rem;top:218.25rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#id6naCWz9Vo8X3IgmX2si2TsEmR7JtE5 li:before{  }
 }@media only screen and (max-width: 763px) { #b8Hz41OzcE1VhLCvz1IeE2wBDyuKPT7i { width:18.3125rem;height:0;top:406.25rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }#b8Hz41OzcE1VhLCvz1IeE2wBDyuKPT7i li:before{  }
 }@media only screen and (max-width: 763px) { #lRMyaHhUcDElV9woo412WVhTMcgPoeTX { width:20rem;height:35.5625rem;top:409.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdk7wMUR8BbMBcQX3Sn3TFLN9WPMD6BX { display:flex;width:1.875rem;height:1.875rem;top:411.6875rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #d9Mq5qW2z0UaVa4qZXXxv4SCHby0s3R0 { width:20rem;height:0;top:288.46484375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vDhshWSzfHiCKFKOq8r6tyLgfsZVJxfi { width:18.75rem;height:1.21875rem;top:429.5rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ppFAZ4Tpvtnpw2in6w7Q0kBEC8bx9uMx { width:18.625rem;height:2.4375rem;top:431.5625rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#ppFAZ4Tpvtnpw2in6w7Q0kBEC8bx9uMx li:before{  }
 }@media only screen and (max-width: 763px) { #Ggu1ubGbiX43ADmH9l9IPs4u64AXZQtv { width:19.0625rem;height:2.4375rem;top:434.875rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#Ggu1ubGbiX43ADmH9l9IPs4u64AXZQtv li:before{  }
 }@media only screen and (max-width: 763px) { #UvdMPHDZ1Tf8wWUPRAcfJWdtK3Q4tbdq { width:18.625rem;height:3.65625rem;top:438.375rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#UvdMPHDZ1Tf8wWUPRAcfJWdtK3Q4tbdq li:before{  }
 }@media only screen and (max-width: 763px) { #F9C3kJFPTRARn8xoFPnzZERclvgxmOCw { width:10.625rem;height:2.2734375rem;top:423.8125rem;left:8.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EkQVigPmUrv4qXxf8BMWTNAl1QbN4lMd { width:6.5rem;height:8.125rem;top:420.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIbyVCuAApVDI1uhrBEb6rFaMqU8AoLN { width:20rem;height:37.9375rem;top:99.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0upVtlG0i8Gp3UtouuJWeyW3n6yvrxL { display:flex;width:1.875rem;height:1.875rem;top:101.75rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #lcMFtDlJE2Za2CTipf2lq87gyna4lK9X { width:18.5625rem;height:0;top:332.515625rem;left:0.71875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ffn5lR1ZasaZT6vM8fNK4uK1fkIxR6T5 { width:18.1875rem;height:1.21875rem;top:120.5625rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P8C9gAigsxhncuqN3QopiihGLEW5qHZp { width:10.625rem;height:2.2734375rem;top:114.6875rem;left:8.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z618vStxT6TrHpgdEny1NzOi50Hmw9oa { width:6.375rem;height:8rem;top:111.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4J9b3Byu1yu9oyULxuM3n2c5WUp6vGl { width:18.75rem;height:0;top:348.9375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }#X4J9b3Byu1yu9oyULxuM3n2c5WUp6vGl li:before{  }
 }@media only screen and (max-width: 763px) { #CDuBRDnfNxZuNambNxdwB1fRDOVhKVMm { width:18.75rem;height:3.65625rem;top:127.1875rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#CDuBRDnfNxZuNambNxdwB1fRDOVhKVMm li:before{  }
 }@media only screen and (max-width: 763px) { #aSTZOmAS1rnUloffJ6WSoCeikGiKmvV8 { width:18.75rem;height:3.65625rem;top:131.8125rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#aSTZOmAS1rnUloffJ6WSoCeikGiKmvV8 li:before{  }
 }@media only screen and (max-width: 763px) { #AKM26oDcmAxO8k17yIMykwSQTtMiQx4T { width:19.125rem;height:4.62890625rem;top:415.125rem;left:0.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15145;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #CnyDy487ILo4grWgU4Oh7e2FoinnvyNA { width:18.5625rem;height:6.171875rem;top:105.125rem;left:0.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15154;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #OER2b5p5p0a7EyLtQ7gvPibg3OwEt5c8 { width:18.75rem;height:3.65625rem;top:122.875rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15151;font-family:montserrat;display:block; }#OER2b5p5p0a7EyLtQ7gvPibg3OwEt5c8 li:before{  }
 }@media only screen and (max-width: 763px) { #T4ZQC0P08gtUDW8ZFa6JKVwSgsJHm9Ir { width:19.125rem;height:9.2578125rem;top:191.25rem;left:0.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15136;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #OHlRo2vcP5qNSdmKvHzRzMe9lnFRGJpV { width:18.3125rem;height:4.875rem;top:223rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15136;font-family:montserrat;display:block; }#OHlRo2vcP5qNSdmKvHzRzMe9lnFRGJpV li:before{  }
 }@media only screen and (max-width: 763px) { #X6Ed9JMWBXFI31TaiHDqvSs8HIrC8ubt { width:18.75rem;height:4.875rem;top:212.375rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15133;font-family:montserrat;display:block; }#X6Ed9JMWBXFI31TaiHDqvSs8HIrC8ubt li:before{  }
 }@media only screen and (max-width: 763px) { #fulW4Q1SBzOiKKXtqIOhq3SeJFMzr4du { width:20rem;height:39.1868125rem;top:457.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDZJIkgcazsWmt6I2bmFfcRJv9msbHzJ { display:flex;width:1.875rem;height:1.875rem;top:459.125rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #uIvBE47PlOV3qzr79nBdPPnFzbl6il1z { width:20rem;height:0;top:391.43728198243rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ohtOxkAHaMbfWex7XnuymxK1P0vGM6XJ { width:14.5625rem;height:1.21875rem;top:477.8125rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iTec2MncVdkpRn20HwDW3360nepDbyQT { width:18.75rem;height:3.65625rem;top:480.25rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#iTec2MncVdkpRn20HwDW3360nepDbyQT li:before{  }
 }@media only screen and (max-width: 763px) { #X4fCByQiaTh3f3gqH4FdNDP3xTTKlTXa { width:18.75rem;height:4.875rem;top:484.5rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#X4fCByQiaTh3f3gqH4FdNDP3xTTKlTXa li:before{  }
 }@media only screen and (max-width: 763px) { #THeFGzIn0yTKnLUGgxiRyCSW9fRTyhRM { width:18.75rem;height:4.875rem;top:489.875rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#THeFGzIn0yTKnLUGgxiRyCSW9fRTyhRM li:before{  }
 }@media only screen and (max-width: 763px) { #fbPzDoKI33VoXD10FV3SCdpHTMHTFJEW { width:11.5625rem;height:3.41015625rem;top:471.75rem;left:8.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rxAIntr8ItHyt3XyCUDBfCk3TnNS1KQI { width:7rem;height:8.8125rem;top:469rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT4wQfeEfQmwTCDWcBCTw7GzXdGd8mkm { width:20rem;height:6.171875rem;top:462.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15163;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #iby6peV0NQwyOwxNN078RSFVihcvBq8g { width:20rem;height:34.875rem;top:148.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1LnmeAH8bL50Z3gJMEmei1AhlXdzmQg { display:flex;width:1.875rem;height:1.875rem;top:150.5625rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #TwtOMBz5vmiz7xpJRc2ldf3CLZkrWXid { width:18.3116875rem;height:3.0859375rem;top:153.6875rem;left:0.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TCQ89rfClNflRmW1kcoK8cSLv1aItylO { width:15.7493125rem;height:1.21875rem;top:166.0625rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w0lDRM4lhc2wdbNBtvxM5pfhaQUPhvbX { width:11.5625rem;height:3.41015625rem;top:160rem;left:8.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I660mwfCDhhCWocchq867qXdBWKEAaZm { width:6.875rem;height:8.625rem;top:157.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnf0f0u7zgwV6h8aeUA0Z001KMbc2xzr { width:18.75rem;height:4.875rem;top:168.25rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#Wnf0f0u7zgwV6h8aeUA0Z001KMbc2xzr li:before{  }
 }@media only screen and (max-width: 763px) { #OH8hTaZhUeaTLn7atnvzDCHGXzwJ7kpv { width:18.75rem;height:2.4375rem;top:173.8125rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#OH8hTaZhUeaTLn7atnvzDCHGXzwJ7kpv li:before{  }
 }@media only screen and (max-width: 763px) { #r44TN87hNZO2Cr3H4xvwhuUxgmgCcO1R { width:18.75rem;height:3.65625rem;top:178.3125rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#r44TN87hNZO2Cr3H4xvwhuUxgmgCcO1R li:before{  }
 }@media only screen and (max-width: 763px) { #ZvTBewwpF74kvTpr0oNgSSmCQHaK6tRW { width:20rem;height:34.8125rem;top:535.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5qLdSsxxJbTF76FLp6txwmVMW42yOsv { display:flex;width:1.875rem;height:1.875rem;top:537.375rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #oaMgSP1vAh3X7a4WyCmXbbxIlCwxlFxB { width:19.0625rem;height:6.171875rem;top:540.5rem;left:0.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KGJMr8IPV1rLp75VoWweJL8cbQUFKqpt { width:14.875rem;height:1.21875rem;top:556.3125rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZfNHIHLTJCuOAUp6U2wRpsxOUs07g8AS { width:16.3125rem;height:1.21875rem;top:558.5rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#ZfNHIHLTJCuOAUp6U2wRpsxOUs07g8AS li:before{  }
 }@media only screen and (max-width: 763px) { #tcpbKL2GsNiaOuDZ5rzllTp6QqxkTQA7 { width:11rem;height:3.41015625rem;top:549.75rem;left:8.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vouS0N5mUBoMudRg9k9JsZs5QH1nG8DF { width:19.375rem;height:2.4375rem;top:560.4375rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#vouS0N5mUBoMudRg9k9JsZs5QH1nG8DF li:before{  }
 }@media only screen and (max-width: 763px) { #TEd06leIzQ80ccquOUODQyEfBHDiFPM6 { width:6.875rem;height:8.25rem;top:547.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9XK9sTL82i0MIEy6x1GT0wghkZ6sUtg { width:19.25rem;height:3.65625rem;top:563.625rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#S9XK9sTL82i0MIEy6x1GT0wghkZ6sUtg li:before{  }
 }@media only screen and (max-width: 763px) { #AA4bTTKSgR0UEOpnP52r8HrmHgIcWvHK { width:20rem;height:33.8125rem;top:498.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUvZdzlJMKpyM8Bl7DN7CPrVaktGiiM1 { display:flex;width:1.875rem;height:1.875rem;top:500.875rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #ML8tTlSbyhdQ5obcbt1LOd4biAOdZ8Db { width:15.3125rem;height:3.0859375rem;top:504.1875rem;left:2.375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eRXRIlIvVy58an1MH1wrRTae5STgpEs3 { width:14.875rem;height:1.21875rem;top:517.3125rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AaGqe4UW8r2D7bWxshAF6ic5aEcRUUhL { width:17.6875rem;height:2.4375rem;top:519.4375rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#AaGqe4UW8r2D7bWxshAF6ic5aEcRUUhL li:before{  }
 }@media only screen and (max-width: 763px) { #IiOWagfIVM9TggFlpK3s98pOkc34hxZt { width:17.5625rem;height:3.65625rem;top:522.4375rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#IiOWagfIVM9TggFlpK3s98pOkc34hxZt li:before{  }
 }@media only screen and (max-width: 763px) { #MFKJUTtP1rzvp6JSp7Ptv8HVJTCQuuHA { width:18.5rem;height:3.65625rem;top:526.75rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#MFKJUTtP1rzvp6JSp7Ptv8HVJTCQuuHA li:before{  }
 }@media only screen and (max-width: 763px) { #Ulkby10tlrshHAB1NE5WspFF7QVLrR6q { width:9.5625rem;height:2.2734375rem;top:511rem;left:8.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cdKxv51X22rtgy6STCWCDlJpbPOxPLNh { width:6.875rem;height:7.9375rem;top:508.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOih7oTW2H3udTqWJIJqCXQLQ5z6LbGh { width:19.25rem;height:1.625rem;top:6.5rem;left:0.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p8yM9U72n3krz4l80MJ3tm8p0FthfxcL { width:19.25rem;height:1.625rem;top:14.1875rem;left:0.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rz7Bu9AcNEIiZSHbN15aPt6eNesZ1Wbp { width:19.25rem;height:1.625rem;top:22.9990234375rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vDDLsMPRSPZMDJycZupTtggVyr74FyUm { width:19.25rem;height:1.625rem;top:67.25rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hkDTmrWUQR4ITMgQzNsTdMCTT4wxRTUZ { width:19.25rem;height:1.625rem;top:101.875rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PRKCaCALA0XPS7rDxHH5rwbHNLvZt4Pl { width:19.75rem;height:7.5rem;top:138.75rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPlSfve8Z5GrU98wax9TtDRAOi8M8tb6 { display:flex;width:2.25rem;height:2.25rem;top:139.875rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #WvJ3nskfFNcLgrL3cONXm8oEdR5ZmDiX { width:19.25rem;height:1.625rem;top:140.1875rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iutILtJT12EFBUq47KLoC1NLm8iZEJ0N { width:19.25rem;height:1.625rem;top:142.875rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dQaWTScmOA2nodQha6dNbQJ2Mm7xLPJ6 { width:19.25rem;height:1.625rem;top:150.6875rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CGgTuLi3lQdiAqhgGHUc1OZT8KnpJlTJ { width:19.25rem;height:1.625rem;top:234.6875rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rsRhxEL8mr4usqoVrkqo8xw7h1RxxiMe { width:19.25rem;height:1.625rem;top:187.875rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPvv7H1pXUbSKzywnM2xCi00iw1S53Ad { width:19.75rem;height:7.5rem;top:273rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5PDOoQ3U3m4m22zq2cBq8XxupyEH3Jl { display:flex;width:1.875rem;height:1.875rem;top:274.3125rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #eTLg6WNvhIuZ3KCn2iIoCcPB4uPAqm4m { width:19.25rem;height:1.625rem;top:274.4375rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TU98KHTpxeC8wPLeQT9mhTgoL9WcWRpo { width:19.25rem;height:1.625rem;top:277.125rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DqhLFT4IUsdPBEeC5LKXlBo2F9unF6Aw { width:19.25rem;height:1.625rem;top:285.0625rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15211;display:block; }
 }@media only screen and (max-width: 763px) { #HwqAwxtUVVvsMMnolC9O59kxq01CNLNe { width:19.25rem;height:1.625rem;top:327.4375rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15212;display:block; }
 }@media only screen and (max-width: 763px) { #RWQN5VMK4TXmNimOt4Hniqms0RIxqhOq { width:19.25rem;height:1.625rem;top:371.875rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15213;display:block; }
 }@media only screen and (max-width: 763px) { #n3q9y8veQMSdCcwc9fgxBAavDsxg1woi { width:19.25rem;height:1.625rem;top:411.8125rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15214;display:block; }
 }@media only screen and (max-width: 763px) { #Nw8JPkMDsXFpuVxfFmqJSz9T2fEhsF46 { width:19.75rem;height:7.5rem;top:447.1875rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLsZzdET8Hqswqrwl3bXPGaxZm1ep42P { display:flex;width:2.125rem;height:2.125rem;top:448.375rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #urSeOzHRw7LCbaqs7ibZ5cM7f36g3xkp { width:19.25rem;height:1.625rem;top:448.625rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KBzNtqTfGxIyUxMviNBIkMIHmPkBbpUD { width:19.25rem;height:1.625rem;top:451.3125rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MKEpb0URHVedZWLnSK4VtzmuTI8R9VJ1 { width:19.25rem;height:1.625rem;top:459.25rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15215;display:block; }
 }@media only screen and (max-width: 763px) { #qiRKxS1T9VlGTdLKNyXRslXkTflZcphL { width:19.25rem;height:1.625rem;top:501rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ostT72kFEe1N63tyZv9dF2C5eRLTzdxz { width:19.25rem;height:1.625rem;top:537.5rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R4TwSoBg9qJI1b36oEdTJJJTa9Ozlu7x { width:20rem;height:39.6875rem;top:572.5625rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #hfT0JtCusaqnKSIFnblT2p07dTaqyxeA { display:flex;width:1.875rem;height:1.875rem;top:574.6875rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #fox8NTUe7cqWAlfT3aM1g8KrWClGIzgE { width:19.249125rem;height:1.625rem;top:574.625rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UblpdImrlwaMbTvxS1S6Qg69TLTTSk7C { width:20rem;height:0;top:575.24745178222rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15189;display:none; }
 }@media only screen and (max-width: 763px) { #eBTnBOcqTyaVCOIuruOa4tnQQBbqqSgl { width:11.5625rem;height:2.2734375rem;top:590.125rem;left:8.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xu83qObWAMN33VGR5i95u70WGHFWOMMi { width:6.8120625rem;height:8.186875rem;top:587.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD9wpVtmTBUqm7g1XyvX5o9RTqzHRAcm { width:19.75rem;height:8.625rem;top:614.875rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3VGsdtgXGGDgX9dTkPgVBgEba21TrC5 { display:flex;width:1.875rem;height:1.875rem;top:616.25rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #BEvJWafCByfmt8TCtKVz7rWFdONCqAT4 { width:19.249125rem;height:1.625rem;top:616.375rem;left:0.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZHHmt7bMPnE4Qw2ApN0uXJEGouwtUeFl { width:18.125rem;height:0;top:602.31233978271rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #suspVrJmqWJIFzhBRbdLw6cpBC2OpmSS { width:20rem;height:9.2578125rem;top:577.1875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15190;display:block; }
 }@media only screen and (max-width: 763px) { #H4KCtXAdviWaDA4uvLoi0n2s3Q88RCzJ { width:18.125rem;height:3.25rem;top:619.25rem;left:0.875rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #QvuDR7lMcdVyru8LNmCQkZ9zmm4PTAND { width:14.75rem;height:1.21875rem;top:596.75rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kkCmidOzS2FTV184vkV6WBnpOhFX4wDb { width:16.5rem;height:3.65625rem;top:599.25rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#kkCmidOzS2FTV184vkV6WBnpOhFX4wDb li:before{  }
 }@media only screen and (max-width: 763px) { #ZhoqFheHIkxAebpqzFHK8BsMN6ieT8Ew { width:18.624125rem;height:2.4375rem;top:603.4375rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#ZhoqFheHIkxAebpqzFHK8BsMN6ieT8Ew li:before{  }
 }@media only screen and (max-width: 763px) { #bvFcENHAHKKs6HliMh6vP6T6SqhRmsm6 { width:19.3120625rem;height:3.65625rem;top:606.5rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#bvFcENHAHKKs6HliMh6vP6T6SqhRmsm6 li:before{  }
 }@media only screen and (max-width: 763px) { #oxA9o9vBTMdA954pDVrMUzflITiar5mP { background-color:#731143;background-image:none;display:block; }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row .container { background-color: transparent; background-image: none; }#oxA9o9vBTMdA954pDVrMUzflITiar5mP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row .container > .video-iframe-container { display: none; }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row > .video-iframe-container { display: none; }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .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); }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uIXLW75xQODKow9By7ZQAfMi0WvdX7Qr { width:20rem;height:11.0655625rem;top:2.6539063453674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #teqs26BvvizMl0P6dpxTXvbImDKzl4JQ { background-color:#731143;background-image:none;display:block; }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row .container { background-color: transparent; background-image: none; }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row .container > .video-iframe-container { display: none; }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row > .video-iframe-container { display: none; }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .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); }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row .container { width:20rem;height:115rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2omqFyFe3aC6qNO63nv4vm9MmHQA9Iz { width:17.874rem;height:0;top:9.6865234375rem;left:1.0615234375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ynJK0oqZyWfe9OhCqq5Pm3vI2N8lbkL3 { width:17.624rem;height:0;top:39.75rem;left:1.1865234375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #H4lMSGTvXcDa5LvUQmLsMI8xaRAtH2Tk { width:17.9355625rem;height:0;top:91.3125rem;left:1rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15022;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #cK3P7QiPmn6Rk9ltDRfTFbW0n4KurC6K { width:18.3125rem;height:0;top:60.6875rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15021;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ZgRpbiLFvpREPh3eXDsZNUaDdCydyXNI { width:15.9375rem;height:0;top:0.71923828125rem;left:2.0312498807907rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rBZXfPw7CTVqfcz1wJ5VH0cK10ZePUHc { width:15.9375rem;height:3.8984375rem;top:109.1432800293rem;left:2.0312498807907rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15006;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #eGDsOw7al5puHGcDDXoG2OE26f6yVroA { width:20rem;height:2.03125rem;top:0.65312385559081rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xHcIL2hTmPGfAoPLg8v2bL47sD9utbiL { width:20rem;height:2.599825rem;top:25.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6HJP488SdE0dPDO5rmOHIEml6lLhxGV { width:20rem;height:0;top:36.23828125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MkTXPVT1Vus6V6JBAf3zhrgxUXavMiob { display:flex;width:3.1875rem;height:3.1875rem;top:4.5625rem;left:8.40625rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #QWkvfMgue2xthGEDOnyzy2UCZl0TftK7 { width:20rem;height:3.875rem;top:25.1123046875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #LVlm9onX8ARiIE15b5mcAnXv0TtaIFF1 { width:5.125rem;height:6.25rem;top:31.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SToluWrMBOfM0B9hPMgSBHdr9eZ7tNCO { display:flex;width:3.875rem;height:3.875rem;top:32.375rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #NL4tKGiyuzHu1MN8KBoli9nX70BPfLmX { width:20rem;height:4.3125rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT3wVBw4SgVEGWVGUeO9STAZwhTFLc2J { width:12.7480625rem;height:3.0859375rem;top:32.76953125rem;left:7.2509765625rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:15016;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #eHPcm3AbreizJTQiTKbLtmD4gpN0og1n { width:20rem;height:0;top:24.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #ZQ55P5xVOw2FXBgTN1nei3xZM0bpUeqS { display:flex;width:3.875rem;height:3.875rem;top:83.625rem;left:1.6875rem;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #dwm1TvPUAyQ5lOmmHVZC4oLOwJ3Xyhew { width:5.125rem;height:6.25rem;top:82.4375rem;left:1.0625rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #XseCtwogv73TzguNoo8AyiM41JTmtmV0 { width:17.6234375rem;height:0;top:40.625rem;left:1.1882812976837rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #IvGfRusRPIuTz992mTi7zFrp4cdl0rzX { width:8.625rem;height:10.5625rem;top:14.2333984375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXgUr74vRyNJ4KX4r0yFTuGmiwaousNm { width:18.125rem;height:18.1972875rem;top:38.875005722046rem;left:0.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15015;font-family:montserrat;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ozX2TevzZWmmiJKyxmQThbpHWWeX31F9 { width:17.8730625rem;height:4.546875rem;top:9.7490234375rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15014;font-family:montserrat;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #k4XMGtpHfPOn6vhX5CwQNqEzo70TyFMp { width:20rem;height:5.125rem;top:60.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO6waZ189ohygpqoI99ffEc4ef76a9Gh { display:flex;width:3.75rem;height:3.75rem;top:60.8125rem;left:8.125rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #wrKr4ARmliaTRlhn7Nx3MeEsHxoOxp7s { width:17.875rem;height:0;top:66.604223251344rem;left:1.0617897510529rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #VDCntF82MQsyIHBsFfPv0stpy7oR7uBG { width:20rem;height:0;top:74.188629150387rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rT3byqW93n7Fp6e0s2bPNUfhZg8DTQmH { width:20rem;height:4.4375rem;top:82.5625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #tKe7KBCuh62diVfX1v22Vm8OyLRuQwZN { display:flex;width:3.875rem;height:3.875rem;top:90.624223709106rem;left:1.6875rem;font-size:2.6875rem; }
 }@media only screen and (max-width: 763px) { #ReH9ZJyvqhprhysaM8GJtmmpKoJrg0Ig { width:5.125rem;height:6.25rem;top:89.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nornuDrAG18gRXlhIBBwT5R1u665vRqb { width:20rem;height:0;top:107.66782675781rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TeUd5bX99BMb7zfRb06VhV3URC6o2rK2 { width:18.125rem;height:7.7995rem;top:97.553911209106rem;left:0.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VUKelwDTNuflQ8InlprA0AmDqQf4SUgJ { width:20rem;height:3.8997375rem;top:82.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15017;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #VMsWsXGJSyvfQrKNWrz2rsu3gVmvaXaN { width:17.874625rem;height:3.41015625rem;top:66.817291259762rem;left:1.0617897510529rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15015;font-family:montserrat;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kN4Oepno0UJ3OclUxp9ydnQyTOtvg3Bb { width:12.75rem;height:3.0859375rem;top:91.017192840575rem;left:7.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:15018;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oeHH6amOszKS7KuulUgBxAsJrSLWwPTS { width:11.9993125rem;height:7.6243125rem;top:72.787639617919rem;left:3.999467253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua { background-color:transparent;background-image: -webkit-linear-gradient(157deg, rgba(115,17,67,0.6), rgba(249,0,127,0.6));background-image: -moz-linear-gradient(157deg, rgba(115,17,67,0.6), rgba(249,0,127,0.6));background-image: -ms-linear-gradient(157deg, rgba(115,17,67,0.6), rgba(249,0,127,0.6));background-image: -o-linear-gradient(157deg, rgba(115,17,67,0.6), rgba(249,0,127,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73114399', endColorstr='#f9007f99' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73114399', endColorstr='#f9007f99' );";background-image: linear-gradient(157deg, rgba(115,17,67,0.6), rgba(249,0,127,0.6));background-size:cover !important;display:block; }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua > .row .container { background-color: transparent; background-image: none; }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua > .row .container > .video-iframe-container { display: none; }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua > .row > .video-iframe-container { display: none; }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua > .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); }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6DzB9cTamzacFCBcJq4dHIvZm6m9xMO { width:19.9989375rem;height:3.73698125rem;top:2.122428894043rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iy62H8q6MeUV1MdeOJvripyiwkSPKKen { height:11.221542443255rem;width:20rem;top:8.0005106925963rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVr0gpREKFTIUiFX2fEEmXpa2PyO4gtv { background-color:transparent;background-image: -webkit-linear-gradient(78deg, #251246, rgba(151,0,81,0.6));background-image: -moz-linear-gradient(78deg, #251246, rgba(151,0,81,0.6));background-image: -ms-linear-gradient(78deg, #251246, rgba(151,0,81,0.6));background-image: -o-linear-gradient(78deg, #251246, rgba(151,0,81,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#251246', endColorstr='#97005199' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#251246', endColorstr='#97005199' );";background-image: linear-gradient(78deg, #251246, rgba(151,0,81,0.6));background-size:auto !important;display:block; }#ZVr0gpREKFTIUiFX2fEEmXpa2PyO4gtv > .row .container { background-color: transparent; background-image: none; }#ZVr0gpREKFTIUiFX2fEEmXpa2PyO4gtv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVr0gpREKFTIUiFX2fEEmXpa2PyO4gtv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVr0gpREKFTIUiFX2fEEmXpa2PyO4gtv > .row .container > .video-iframe-container { display: none; }#ZVr0gpREKFTIUiFX2fEEmXpa2PyO4gtv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVr0gpREKFTIUiFX2fEEmXpa2PyO4gtv > .row > .video-iframe-container { display: none; }#ZVr0gpREKFTIUiFX2fEEmXpa2PyO4gtv > .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); }#ZVr0gpREKFTIUiFX2fEEmXpa2PyO4gtv > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itxxbr0tWVdKDksnPCGIqTbfU9nTdvc5 { width:19rem;height:41.8125rem;top:2.6867065429688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9fi2kntwCJnypwaPLBQbgtcodqnGO0I { width:15.99975rem;height:5.5234375rem;top:4.1204833984375rem;left:1.5625rem;font-size:2.125rem;z-index:15046;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pLGDKOHiK6OxIMM5rCQ5dE9nDc8Tgq4T { width:16.4373125rem;height:0;top:19.832153320312rem;left:1.7808948755264rem;font-size:1rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #bSbI2aUDeTMfSiPeSWKoxA6dfkSaOGW1 { width:18.4375rem;height:11.1875rem;top:37.625000476837rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9SvqQVNGkgEUTCG9cpJWNPSHG5dW1tk { width:16.875rem;height:0;top:10.741298675537rem;left:1.5616122484207rem;font-size:1rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #RkndSWWFE3lT1iapDOiuWSMU9qNXNaJB { width:20rem;height:5.9375rem;top:29.386538982391rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC0KbUg6FuFyVqTMwK6Ffhc2rK35eeZo { width:10.3125rem;height:3.0859375rem;top:30.8115234375rem;left:6.5rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TaGUwhWXkF01AEPcMo50cgre32vynaPR { display:flex;width:2.5rem;height:2.5rem;top:31.125rem;left:3.1875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #oTQQKuiDyA1rbyCUygFxPVvbwNdvUFeO { width:16.4355625rem;height:6.4995625rem;top:20.8427734375rem;left:1.78125rem;font-size:1rem;z-index:15021;font-family:"open sans";font-weight:400;font-style:normal;color:#251246;display:block; }
 }@media only screen and (max-width: 763px) { #yJA3tACvB6gmkSUdp3tcV6bNUM3zxZeK { width:17.8125rem;height:7.7988375rem;top:11.3896484375rem;left:1.5615234375rem;font-size:1rem;z-index:15021;font-family:"open sans";font-weight:400;font-style:normal;color:#251246;display:block; }
 }@media only screen and (max-width: 763px) { #BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg { display:none; }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row .container { width:20rem;height:102.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KHOvOnyTJTwIp4KqNJZ7IgPJGh2uxXl6 { width:20rem;height:18.1875rem;top:28.4375rem;left:0rem;z-index:14968;display:block; }
 }@media only screen and (max-width: 763px) { #UIre4sakZ0eB4Uxmlaeqi8bBoe0Al7Ur { width:7rem;height:1.21875rem;top:36.1875rem;left:6.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q5bA7H6PTnkz0O88QgTfrCoiwDpdTXFv { width:15.9375rem;height:2.925rem;top:38.8125rem;left:2.0625rem;font-size:1.125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #t1WzKAe2pqtpl4CdHQsH3onJt9HolHaB { width:13.0625rem;height:2rem;top:35.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRwgPPJTp3vzX2R80oAmGtbuGu4IGHSc { width:14.6875rem;height:2.275775rem;top:32.625rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2tL9hqeDqckQi9mEIHrT08RJy5NZeXO { width:11.3125rem;height:1.1378875rem;top:43.8125rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJH3K3GJ42mrUuUIPqO4WF5nQr1pJEwP { width:20rem;height:7.790625rem;top:14.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI57aOQqpHvFSc5L47lICKrq7SekDtnO { width:7rem;height:7rem;top:24.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0dw7P2XlLlUs9N5K0xR47ddI0T3rz4h { width:17.625rem;height:4.3875rem;top:8.5rem;left:1.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wHc3ZWsbFeKbamRZJ6uPpSA910bodW0V { width:17.4375rem;height:0;top:31.0625rem;left:0rem;font-size:1rem;z-index:15059;display:none; }
 }@media only screen and (max-width: 763px) { #x8h2GfuIMXvcobwH86im0xxwZooB9Vnv { width:17.437125rem;height:0;top:41.328735351562rem;left:0rem;font-size:2rem;z-index:15060;display:none; }
 }@media only screen and (max-width: 763px) { #tmir7uTBxTcZlxG3p4dxu5MIO220fSf2 { width:20rem;height:2.6003875rem;top:3.82470703125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wi5PJa3tLW32DbcnWHQp050OnTiFwqwE { width:20rem;height:22.8125rem;top:52.6875rem;left:0rem;z-index:14968;display:block; }
 }@media only screen and (max-width: 763px) { #FJTtBPgXA41It0PSG8zaoLLLgv4crTfn { width:7rem;height:1.21875rem;top:61rem;left:6.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fH9x2RAlNNE9hXDdL073UqUJILFTESha { width:17.9375rem;height:7.3125rem;top:63.6875rem;left:1.0625rem;font-size:1.125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #tvdzeTHcFBywK8gnxwz7uhEzpAq7TTFI { width:13.0625rem;height:2rem;top:60.625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZbsZR1yfAx0mBtwXdFVS6ggqRUKnTZC { width:14.6875rem;height:2.27578125rem;top:57.1875rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDATvwyUL8lg2bTtwGTfZq0IDqB3cOcr { width:14.6875rem;height:1.1378875rem;top:72.375rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATTVxK4MM3HtUmThI5P5SyeI2hQpmXZ3 { width:7rem;height:7rem;top:49.0625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOuveg6O7nMKFwXX7vnDP8yc8x7RExXK { width:20rem;height:24.1875rem;top:76.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog { background-color:#ffffff;background-image:none;display:block; }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row .container { background-color: transparent; background-image: none; }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row .container > .video-iframe-container { display: none; }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row > .video-iframe-container { display: none; }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .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); }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ae3S8dlkl0Pw41Bx7Lqz7MJ8OchETS9m { width:20rem;height:69.875rem;top:84.811847209931rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUVc5RVGvhNVT895G0byh13thJcMHR5y { width:12.875rem;height:7.1875rem;top:20.12646484375rem;left:1.06298828125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UPyrIXc0oMhwp1ENXxnGf77rgprRG7PA { width:13.3125rem;height:7.4375rem;top:10.186435222626rem;left:1.0617897510529rem;display:none; }
 }@media only screen and (max-width: 763px) { #fxDXgMXvbHlN8whG3ugf1BKop5CCb1eV { width:17.31rem;height:4.0625rem;top:1.4053630828857rem;left:1.3441051244736rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15006;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #K1sx20VHtdG75b6k9xnXZf9NXGaA3nTh { width:20rem;height:auto;top:3.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sVHKi9fXp53xyVPVnS9evPzgx1qW9hMW { width:20rem;height:24.1875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H8wAxsZnXZeQliluAHUxxHQzhCcTXQfH { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H8wAxsZnXZeQliluAHUxxHQzhCcTXQfH > .row .container { background-color: transparent; background-image: none; }#H8wAxsZnXZeQliluAHUxxHQzhCcTXQfH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8wAxsZnXZeQliluAHUxxHQzhCcTXQfH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8wAxsZnXZeQliluAHUxxHQzhCcTXQfH > .row .container > .video-iframe-container { display: none; }#H8wAxsZnXZeQliluAHUxxHQzhCcTXQfH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8wAxsZnXZeQliluAHUxxHQzhCcTXQfH > .row > .video-iframe-container { display: none; }#H8wAxsZnXZeQliluAHUxxHQzhCcTXQfH > .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); }#H8wAxsZnXZeQliluAHUxxHQzhCcTXQfH > .row .container { border-width: 0; border-radius: 0; }#H8wAxsZnXZeQliluAHUxxHQzhCcTXQfH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H8wAxsZnXZeQliluAHUxxHQzhCcTXQfH > .row .container { width:20rem;height:128.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWHtpqL2uMmPssv8WeMo5NS8hWndrUAE { width:17.3730625rem;height:2.4375rem;top:2.8751831054688rem;left:1.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TngkLKJwqK0tFI3xxWCfC70pvwSBBINq { width:8.125rem;height:2.8125rem;top:0rem;left:8.999467253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #al5TT3MoZyQJo85n6crt2kuEaB8gZpnZ { width:20rem;height:1.444225rem;top:5.5001831054688rem;left:0rem;font-size:1.3125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zeSe8hu1dHHU63xZdg6S4evgnLMWbGtJ { width:8.81125rem;height:3.65625rem;top:9.2501831054688rem;left:5.5625rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QIelD9rxnISRAHnP2HaTENvTI3iVZkaN { width:18.75rem;height:16.5rem;top:13.535155773163rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u8hAQbvcLmhKfdBuTFNIfpP5MVH8Em8q { width:12.8125rem;height:3.06196875rem;top:32.873756885529rem;left:3.5937498807907rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiVwn3q9LolR9iFUUAnwEwmPVuzzddyW { display:block; }
 }@media only screen and (max-width: 763px) { #tmzvRlXPUDVBsVNa36TZUDaFk7D8VXi7 { width:20rem;height:2.5996125rem;top:52.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ga5ikyiFiZdBO0LWpX8uTps0A0stflgt { width:20rem;height:36.875rem;top:91.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw9a5E0ZWt4U8XbGXcP2tu7wNPiHi7BJ { width:16.375rem;height:2.886725rem;top:55.0625rem;left:1.8125rem;font-size:1.3125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cmw0suNsQJgeuq9bdKKn8JuPColWvBDU { width:18.75rem;height:0;top:74.6875rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #w4JfN58X4Q3klKHOiCkAdzHPtb0ZNu42 { width:13.497875rem;height:2.93235rem;top:84.125rem;left:3.25rem;font-size:1.375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ETzzTzAPz4iC5caDGs7DyCu8SQ5tHD7C { display:block; }
 }@media only screen and (max-width: 763px) { #IsevqobaTTyFlrkVBy2n4PaTt53CTJhm { width:17.9368125rem;height:3.65625rem;top:59.9375rem;left:1rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oCnmRMtBZsTHFOk4sVTTnnTX56NuH8Vi { width:20rem;height:2.5996125rem;top:95.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ZTHnUVHROQTehTbkNPlnTWgrafTLKTAB { width:20rem;height:2.92535rem;top:100.1875rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LQaxhbleTTbpbcxCv4QPhO4q7o8digrx { width:20rem;height:3.7109375rem;top:103.125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5Ht5RRas4MSSi55fEKkNdP3281e5XWO { width:20rem;height:0;top:119.56231689453rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rEE9gHKhXuH6zdihwnmCHw5DbkJefsZ9 { width:13.4980625rem;height:2.9375rem;top:121.3125rem;left:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4RXKfQ2ybdHAFI2hWKXm8GADWr9DP6h { display:block; }
 }@media only screen and (max-width: 763px) { #zQzwwVGwt83p3f9LZdM920aTFEJ2RqmE { width:20rem;height:38.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z27ebdT8eO3itbO6Gbu8A4NPa5UtL9l1 { width:20rem;height:49.375rem;top:40.5rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #mn4pQqdWX8P2baZqme8T0mkTugAmhoJy { width:10.9375rem;height:4.375rem;top:48.4375rem;left:2.375rem;z-index:15057;display:none; }
 }@media only screen and (max-width: 763px) { #T9ONi7iVlzVJdwlQg44cK6Mb8PySDxMT { width:18.5rem;height:10.375rem;top:42.125rem;left:0.75rem;z-index:15054;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lA9Uhh58Hp8NvO360zKF3lswhBcR9zq9 { width:20rem;height:7.55859375rem;top:111.375rem;left:0rem;font-size:1.375rem;z-index:15021;color:#ffffff;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #GRoLlTQnW7tVz9ZCLMdS1zuNBtXf30bf { width:18.75rem;height:16.5rem;top:65.25rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15015;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #K8K8MqK6mD7gta5oZI4dvpMF4fd0WG1Z { display:block; }#K8K8MqK6mD7gta5oZI4dvpMF4fd0WG1Z > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 { background-color:#731143;background-image:none;display:block; }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row .container { background-color: transparent; background-image: none; }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row .container > .video-iframe-container { display: none; }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row > .video-iframe-container { display: none; }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .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); }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGfA4fxDASDIIaKgs7mBmm03zGTFshmh { width:18.75rem;height:4.0625rem;top:1.1851806640625rem;left:0.625rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #731143, #f9007f);background-image: -moz-linear-gradient(180deg, #731143, #f9007f);background-image: -ms-linear-gradient(180deg, #731143, #f9007f);background-image: -o-linear-gradient(180deg, #731143, #f9007f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#731143', endColorstr='#f9007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#731143', endColorstr='#f9007f' );";background-image: linear-gradient(180deg, #731143, #f9007f);background-size:auto !important;display:block; }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row .container { background-color: transparent; background-image: none; }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row .container > .video-iframe-container { display: none; }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row > .video-iframe-container { display: none; }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .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); }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row .container { width:20rem;height:125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7xGFraUbP6ZwObncpP6SfHqZ8SQKKhn { width:16.75rem;height:35.25rem;top:85.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPaKBNkvPxBA52s38iaTowd7sSnDDWch { width:12.5rem;height:0.12485375rem;top:115.4375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAVZ4rJKIQ0FDN5q5NOzIanIxuK7iVnI { width:12.8745625rem;height:1.600475rem;top:116.375rem;left:2.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #zLQN3qGWqBTHqUv4OJaVkTbbcHheI4B0 { width:15.5rem;height:12.796875rem;top:60.125rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #c2Wq9GlEFbRmLNgnoedWFskpi1ARQoGs { display:flex;width:3.125rem;height:3.125rem;top:74.5625rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #IH3NAXPLzU6OSKuomE45v27BwU8dfo4A { width:3.74926875rem;height:4.46875rem;top:3.875rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:3.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LHcyzAbrqXLJS44wHywcnz3RspG9s2Wd { width:16.6875rem;height:39.375rem;top:2.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAhZQVbUV30EI8ydbHaWlZGg0JQlTAuK { width:15.5625rem;height:12.796875rem;top:18.4375rem;left:2.75rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hbmkIF6bTkPi2rtAWpTtokPnVPbEeuZf { width:16.75rem;height:38.875rem;top:44.125rem;left:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #tu9kX2QixABfoQ75b0kapWryTINxuRUp { width:13.25rem;height:7.9980625rem;top:101.5625rem;left:2.75rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mT2hXWFKXwe36AaoXFmfFIbbaF88mfBr { width:3.749675rem;height:4.46875rem;top:88.125rem;left:3rem;text-align:left;text-align-last:left;font-size:3.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mTEftX3G6u0ROhvTdelTUzw2NDk1TtuQ { display:flex;width:3.125rem;height:3.125rem;top:110.9375rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #zHIqSts1yoAOP8oDMW8sIXEWaKakrTw5 { width:12.5rem;height:0.0625rem;top:36.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlxqZgpiy3UydH1Npy7sKUhLm5CE1cFT { width:15.75rem;height:1.600475rem;top:37.9375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #astviTZ67o6tfAturHSwPGpRO4KiT1yK { width:12.875rem;height:1.600475rem;top:80.1875rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #TpzigFqs4lHxv6ArNJuNuoBT9XJCD3ZU { display:flex;width:3.125rem;height:3.125rem;top:32.6875rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #G3f1WVD9exEkHK1TmrkSJumZsgb7e1Up { width:3.749675rem;height:4.46875rem;top:46.5rem;left:2.625rem;text-align:left;text-align-last:left;font-size:3.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wcCa73yaRXHbENTZKN2BkXXQG9xkZMzd { width:16.3125rem;height:9rem;top:6.4375rem;left:2.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iRmf1fZkhzR1396qPTM10pm5dtIp5tXs { width:15.0625rem;height:9.75rem;top:49.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0AJCagx2DObiiZtuH9dnww7QnTRl1LG { width:12.5rem;height:0.062144875rem;top:78.9375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #riUmpkglhq4VlPrwp2zep9CJSlaV5IX7 { width:15.0625rem;height:9.5rem;top:90.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlNQJpk24aDbetZdirxEpBEVrenhJxDr { display:block; }#mlNQJpk24aDbetZdirxEpBEVrenhJxDr > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6MTTliiz7T0vVO5ZoPIuCzli7dmOsHp { width:16.375rem;height:2.03125rem;top:1.5606689453125rem;left:0.625rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wx0IeCFXKa6XhMqiTwXFuD1wyCTTfub8 { width:12.4375rem;height:0;top:6.1875rem;left:5.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #y90oWPTbyBGNs0Tqtw4LvliXET4JN2lb { display:flex;width:2.8125rem;height:2.8125rem;top:6.1865234375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #My2kXqex2dho5hkddkpphRtg7An1IFAu { width:12rem;height:1.2999125rem;top:13.30859375rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CNN60a7Q2CrCe5TGIvPpE9tMe1NB7vD2 { top:29.4375rem;left:4.65625rem;width:10.6855625rem;height:2.43555rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMTAFthacF1mwqi2gn94UwZIpXTadbVk { display:block; }
 }@media only screen and (max-width: 763px) { #Z28KbR3dnTGgMT0xMTh99kO4yNboK6rm { width:15.8125rem;height:11.8125rem;top:16.1875rem;left:2.09375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #USQ2G9wt2lh7kSpCGpArqoQaAB484WWT { width:20rem;height:0.1875rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S53uEG4SdbkTwkuayHupH1WlqllvlUru { width:20rem;height:0.1873225rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgrE2yKoTSKMKvnwCDNqwQlHRHyaF4kK { display:flex;width:5.4359rem;height:5.4359rem;top:32.4375rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #CPyRUOvmMehaHKqLEgJgPH7VmryitFxf { width:15.75rem;height:7.30956875rem;top:4.8125rem;left:3.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15007;font-family:montserrat;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz { background-color:#000000;background-image:none;display:block; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container { background-color: transparent; background-image: none; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container > .video-iframe-container { display: none; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row > .video-iframe-container { display: none; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .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); }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-heading-text { font-size:1rem;height:auto;line-height:1.1;overflow:hidden; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-desc-text { line-height:1.3;overflow:hidden;height:auto;font-size:0.875rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K { display:flex;height:auto;width:17.496125rem;top:21.616754531861rem;left:0rem;display:none; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #pofRCmXUKWGWg2BTAo0pRrZJLrrQQuKT {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #MlFv2Xu9mr1tBckFXNokhnTanv5G2CO5 {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #XfWm32lAIBLPhT6T9BXJJUl2MLfRc5T5 {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #nqnFT6hLcN3ALRy71Dum9Xq2XMrGKMUK {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #xwMQlC24GZZaxSrTHgq6iz2TsihUlCsN {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #JT3KQNk3N4IHWxVxtsBqtSLmihnvfHhp {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #TfN9Um0wFe6S62baVHKSJK4vbcoBSD0O {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #BQbJe6QZ04GpOCtxobaAM57Tdh14tNsh {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #vypTSsC7a2TiiJ742Q9IT2WHSxcHowM9 {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #Kf8L0ZQxXFoJNPB05EWCHG9o6l3CIeKo {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #a5IPazoXHC61Sf5QyN0BrsGioCxux9IQ {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #JbcfnuEyzgFoQPp5xpPLR0SR38wbzENI {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #GpAnTWCEHpuSCv1mzrfS5zFBytntGGUd {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #mfReeWuC5NXvsqIFkk7tKd4WwDVSTX2q {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #nfQtf2WLnJMEFZqI3M1m1F6dwXy0zGmv {  }
 }@media only screen and (max-width: 763px) { #E2mouJyDbC0rD7eeaR66cOyQdLPAVXbx { width:14.25rem;height:2.1933625rem;top:2.580810546875rem;left:0.625rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q3sclbhDyHvI6VC4DicoE2AXCrNulRpK { width:18.9375rem;height:10.625rem;top:7.40625rem;left:0.53125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tOfOPN3sEB3Mxy2ZVo9wgrw1BhFPF2Ni { width:20rem;height:12.1875rem;top:6.625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qi5oQ5TP7idqBpQrageqvro1tvlBVdor .accordion-heading-text { font-size:1rem;height:auto;line-height:1.1;overflow:hidden;font-family:montserrat; }
#qi5oQ5TP7idqBpQrageqvro1tvlBVdor .accordion-desc-text { line-height:1.3;overflow:hidden;height:auto;font-size:0.875rem;font-family:montserrat;font-weight:400;font-style:normal; }
#qi5oQ5TP7idqBpQrageqvro1tvlBVdor { display:flex;height:auto;width:17.496125rem;top:21.512500286103rem;left:0rem;z-index:15017; }
#qi5oQ5TP7idqBpQrageqvro1tvlBVdor .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #t9BZ7oOqodGLZU5hrhQ1m7JHsH1ytDZR {  }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #TWA5XrOeOc0veUJqKxid0ntTN2Rxyn15 {  }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #hghVMRii3Lw7WJ9KeePfuWERWSytybGk {  }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #rhgHHNn5GRp9mawbvVb0y2kQT5lFhIcO {  }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #ht8oiVJeOA7BQmIJMnAfaVO6OZ6watsb {  }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #MVp37wo3kaXdF8IIBKwkNJ6SgAiSk946 {  }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #FwzVrW6PwEScnfhdpTTiQrmzZSxclmAZ {  }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #eFS5uoQrgfNOLDtZuUcU1Xao91OEU7xU {  }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #iQkAlKv9TPI7eackAXJmrl1K56AA6225 {  }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #qmvHupFcR33FeL1bOZwErcd9wmiH7lgT {  }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #ZzDwwSJmF5TX93VFE0ROkkeeKpqQzy9R {  }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #twd6hLTv8VzMRi8UhyJFR189sHs8rTKJ {  }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #bWWHHVQrVvfrOd1EebbhV6W5tBPsLtWN {  }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #U3UgLgASNLRFDRTbT5SThUVA0C0TBaaW {  }
 }@media only screen and (max-width: 763px) { #qi5oQ5TP7idqBpQrageqvro1tvlBVdor #LBVTWKvigOFnAF7TmCD3RELiwd8eFdkc {  }
 }@media only screen and (max-width: 763px) { #VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd { display:block; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttDuNcycv3Uq0giRbDEBhwMoS0TITc20 { width:17.9994375rem;height:1.625rem;top:2.9475412368774rem;left:0.99883174896238rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pbs7GkO5mKQkgEoLqU72TotCaeamZbr0 { width:20rem;height:4.1875rem;top:1.666015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwCA569Kdynwaf5cPWHPftUXufvDCd59 { display:block; }#EwCA569Kdynwaf5cPWHPftUXufvDCd59 > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LlSr94bptnJ3qqPQ7tqUBU8FbNoorbZ2 { width:8.875rem;height:4.3125rem;top:1.21875rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eoR953KCHx1usgwKmbqIlRThEF5RLioe { width:7.25rem;height:2.3125rem;top:2.21875rem;left:11.34375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QW1GHXu2SfP9b8HKEnZDTGHgEJknUd9D { width:8.499rem;height:1.499025rem;top:20.59375rem;left:1.0009765625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #nhwJWJQknzTgbvZnwFuhQxgJVcMWoHzx { width:7.75rem;height:2.5rem;top:14.625rem;left:1.0625rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rUQfqSFLMS7Zxgpktu32BNzmmTPKFEe9 { width:8.625rem;height:3.5rem;top:14.125rem;left:10.65625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #uMn28XCKgMgrKUT2yTAcLbhOsJALSZ0u { width:8.6875rem;height:4.3125rem;top:19.1865234375rem;left:10.625rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P0Qv4HOzgWVW8mKxhmDqDuQbzJUiboni { width:12.1875rem;height:6.875rem;top:76.75rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kD7WlDx5epaaeFn6C0Hl4MAsfA2wtFF4 { width:6.0625rem;height:3.625rem;top:8.0625rem;left:1.6875rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #s1At16wT8Lm1slQDWuF8riLTVdzH3WxZ { width:7.75rem;height:4.625rem;top:7.5625rem;left:11.375rem;z-index:15047;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #z9QJTJpT7eyckcdAkSI6Lkmu0hpo1u70 { display:block; }#z9QJTJpT7eyckcdAkSI6Lkmu0hpo1u70 > .row .container { width:20rem;height:25.404296875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K1HKgKZAPle08UzudW1VTJA7dfAHKbtp { width:6.5rem;height:2rem;top:12.8125rem;left:10.810546875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e2g0C2kxX2BHvvmAxCaEzxOCZptDWMA1 { width:13.875rem;height:5.6875rem;top:16.0625rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RpAkrFoZeEufq1JQO8EheCfGnoOEJXCy { width:9.875rem;height:4.4375rem;top:1.1875rem;left:9.5927734375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #HIMDwCE1ebbwk9oV5yB8u7FAvkwoJVZO { width:7.5rem;height:7.5rem;top:6.125rem;left:1.1875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #UmpR9N8duuWbmWatAd7Ls4t6T0hJxUUV { width:10.0625rem;height:4.9375rem;top:7.40625rem;left:9.4990234375rem;z-index:15053;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ephJzgHw9Uvn5XQurpnEnZ1CV5CdhDSk { width:8.4375rem;height:3.125rem;top:13.967186927796rem;left:0.71875rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #c99pqCl824SWzPr7l35ITNBUZscNKoZ3 { width:8.5rem;height:2.6875rem;top:13.625rem;left:10.2802734375rem;z-index:15055;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NTnrCKidecvU4a8SP8vJSQzFA7bLxXvu { width:10.1875rem;height:2.75rem;top:19.875rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #B1U0XGTWo2t1kFUDhRkmcuVz0ItStMFJ { width:8.3125rem;height:8.3125rem;top:17.091796875rem;left:11.2177734375rem;z-index:15048;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HSDa1uQybNsRWlDUBMDmcNxtVfaxxlzS { width:7.875rem;height:4.625rem;top:7.5625rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6TamkkD8Ocs5ktsqqd0SpRuEUFATmqf { width:8.625rem;height:1.625rem;top:2.59375rem;left:1.0302734375rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #RuDsmCOtBUqbJlkHv4RUiv7FETi86qX6 { display:block; }#RuDsmCOtBUqbJlkHv4RUiv7FETi86qX6 > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRdE5I7XRhOnCBSDnwU4JGDco4u3E3Ce { width:6rem;height:1.3125rem;top:17.5625rem;left:2.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p7FQi9ETG2mg8vIrB86frn5NoHI66Omx { width:9.25rem;height:11.75rem;top:49.062502861023rem;left:5.3750000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #NnLeQfMFsLk9uI3UTyh4WoeP1Xuu9NkK { width:14.1875rem;height:5.6875rem;top:62.0625rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sul1bS709BXzvTagsX5sOrEwClns6ZJ3 { width:8.4375rem;height:4.25rem;top:0rem;left:0rem;z-index:15040;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Xwf5pVoCLl4W91RDfD4x6OsKWAUIf2Nd { width:8.5625rem;height:4.3125rem;top:6.375rem;left:0.4375rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dNwQxNNTZmCWLUBElSWvLDZlirHI5TlG { width:8.3125rem;height:2.625rem;top:7.21875rem;left:10.6650390625rem;overflow:hidden;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #yo8fZ7cKMcGBQlvIo2fnhFasx3exMRJn { width:8.6248125rem;height:8.6248125rem;top:9.5000648498538rem;left:10.510475516319rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #HGRUXtkVlAdTfKwopNFRIFyw2HkZTkZd { width:8.0625rem;height:4.0625rem;top:0.24407577514649rem;left:11.063920378685rem;z-index:15043;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OTIWmUnWFUCT6LEsZvPIRNlZWryxXtzy { width:9.75rem;height:1.8125rem;top:7.75rem;left:0.998046875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RtlQZeIsmwnDpAwhNRrTr09VtqEvSDM7 { width:7rem;height:1.5625rem;top:13.55859375rem;left:1.21875rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cAJQHA3BouaCk5m1bg8m8EhEZs4zd0Sa { display:none; }#cAJQHA3BouaCk5m1bg8m8EhEZs4zd0Sa > .row .container { width:20rem;height:60.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hsuQWODsgCxdbd7eIPKkrTbKmsx7GHpy { width:10.625rem;height:10.625rem;top:1.25rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z60SrBJVwPi19Bzt2V9JUK3OnKT3Qkth { width:14.3125rem;height:6.5rem;top:69rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #olxPwl6RBOWpsVF0gLIQcEJV2IOOR7Ne { display:none; }#olxPwl6RBOWpsVF0gLIQcEJV2IOOR7Ne > .row .container { width:20rem;height:55.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fue8F81CZUwRFndp7cWvTunwMU34epHG { width:8.4375rem;height:3.125rem;top:40.228126525879rem;left:9.8414064049719rem;display:none; }
 }@media only screen and (max-width: 763px) { #HXgF72EDwsynwE7xW0yZNgHRlrnRsSl2 { width:6.9375rem;height:6.9375rem;top:43.228126525879rem;left:11.187500536442rem;display:none; }
 }@media only screen and (max-width: 763px) { #A0CmWSeqeIKNJwfSBaaAx7ZF3kIqFrF2 { width:12.1875rem;height:3.375rem;top:51.4150390625rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PkGb2x5SpaAfKPnrPeUFps1Zfrgam9E8 { width:8.3743105rem;height:8.3743105rem;top:32.639038085938rem;left:10.696230769158rem;display:none; }
 }@media only screen and (max-width: 763px) { #emfZGnaGJhMRnD9kXvbULVHkDbWQ3JuX { display:none; }#emfZGnaGJhMRnD9kXvbULVHkDbWQ3JuX > .row .container { width:20rem;height:46.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sskholIx2KXXctv8J299ax47XSD1aPcS { width:8.375rem;height:4.0625rem;top:7.875rem;left:9.810546875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L2OE0boyLrTq7GX1UyS1IcUzaJninPK0 { width:7.875rem;height:3.625rem;top:29.625rem;left:10.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xBe9oLRSkdslJsTIg9qEgEf2SxaZDkbU { display:none; }#xBe9oLRSkdslJsTIg9qEgEf2SxaZDkbU > .row .container { width:20rem;height:43.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oFfNo49sNrxTTzOIHaW8RUeNV0LSAlPL { width:6.875rem;height:6.875rem;top:19.0625rem;left:2.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWEhXHngniwF4JxUFhN29h8bktBwoIHb { width:13.4375rem;height:3.31055rem;top:27.1875rem;left:3.25rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ukWKeMP5H3nvEruV6sapHmMK4vVRWIFd { width:10.625rem;height:2.24964375rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvy0dKl9cVaCWX2w8ASqsgtzIw0SdAPp { display:none; }#Cvy0dKl9cVaCWX2w8ASqsgtzIw0SdAPp > .row .container { width:20rem;height:43.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FSNEXMZuGe7Ns7xAWT105srvHfIgGHrP { width:10.1875rem;height:10.1875rem;top:31.74805rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yggHNLRxSMVckxFpKp6sfqVWk5GN07CQ { display:block; }#yggHNLRxSMVckxFpKp6sfqVWk5GN07CQ > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LaO8yzoXcwFUKnwwViP85ux99XA0erKs { width:20rem;height:1.625rem;top:1.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JdHgDbIdIXTndJvn3S7J2PCwcTbeTatT { width:15rem;height:5.25rem;top:5.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf8CH78rnhSMmRvh5xl7xFnQ3PKwfQQz { width:20rem;height:1.625rem;top:13.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HxMTNi8bAXgg2ITe6VM839kJt3Ofatzn { width:15.0625rem;height:2.75rem;top:17.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxUfdZ2PuWIW5ZWEwRLK5MbCE2zCF4mc { width:7.5625rem;height:7.125rem;top:28.125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3REtVbfTSzNbrFoTz4pc8fRI7ITp6HV { width:20rem;height:1.625rem;top:24.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NWMwhu7xCTJ5uMg92MZJAE5FVS5JxSZZ { width:20rem;height:3.125rem;top:12.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBISGTHNmKkUSkBtiyQSzId9WwQZrw66 { width:20rem;height:3.125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbF9OJy7JlfEaIzhmvx4T6k6Mm8rTc7J { width:20rem;height:3.125rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn { display:block; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0RC53ZCmsr8QiTm0nrfxoslXUUw6AIr { width:20rem;height:6.9970625rem;top:29.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #y0IVwGG4Tw6WULIi8KH4bnkhQ0nVxh8I { width:20rem;height:6.9970625rem;top:12.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TkvJrptBPOksowv6Ag9b383rRuOqCOBI { width:20rem;height:1.625rem;top:2.8234558105469rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iqSaEfNqffpH58AVMLfH2lUrVO61AXI5 { display:flex;width:5rem;height:5rem;top:6.68359375rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #mJbTG4tDJSvL6NnQp7eeBH4Zk9Leq4aR { display:flex;width:5rem;height:5rem;top:22.466796875rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT { display:block; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZI1QLMn03y49hLqJex7wHnsm6aFtQF7 { width:17rem;height:0;top:33.5625rem;left:1.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #hPJBDt5l2fIqx9nwOGJaNVEt81bwcmJA { display:flex;width:1.875rem;height:1.875rem;top:34.875rem;left:6rem;font-size:1.3125rem; }
#hPJBDt5l2fIqx9nwOGJaNVEt81bwcmJA > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #x8T367xJTFLpuvvzJmenVQGpIsw6MtIN { display:flex;width:1.875rem;height:1.875rem;top:34.875rem;left:9.0625rem;font-size:1.3125rem; }
#x8T367xJTFLpuvvzJmenVQGpIsw6MtIN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #CDWStopL82076volTRL8s1HJLk4hTHuc { display:flex;width:1.875rem;height:1.875rem;top:34.875rem;left:12.125rem;font-size:1.3125rem; }
#CDWStopL82076volTRL8s1HJLk4hTHuc > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #VEy9uKecL9HzUyQ1iJ1IX4UkOu0WbgM1 { width:7.8720625rem;height:1.59375rem;top:5.375rem;left:6.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #WSyq0ghGbk9G0zPmKtdV7nk2DzW3H4M6 { width:8.125rem;height:1.875rem;top:8.25rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wsOrm68fkPu8spWO3TgxWf8Sf8mfu6nC { display:block; }
 }@media only screen and (max-width: 763px) { #M8pMg7RlWHllzlriX4B3ykXd4Q5FLzXK { width:8.125rem;height:1.875rem;top:14.5rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EDDc3vBTlkGIbuA4UMIiAKpbbTTtWFsT { display:block; }
 }@media only screen and (max-width: 763px) { #TTyklgBCwuIRHTSGaaPdl5rH6O1SpOzF { width:8.125rem;height:1.875rem;top:20.75rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iTlwTmSsyi1am6Nb4MqzGK66qokM7JXn { display:block; }
 }@media only screen and (max-width: 763px) { #lBo7gHShR6Tp8w12WVICZoeKfz6rVbcw { width:8.125rem;height:1.875rem;top:11.375rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #inGwk3Pnhm6Mcqf33I73bwqMQEn2lT0u { display:block; }
 }@media only screen and (max-width: 763px) { #oKPDtkur1RrmkEQSgyt59KLxNQTi5pJX { width:8.125rem;height:1.875rem;top:17.625rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CwP8GXRTGTF4w2K8TxC65OyPgRd0I7DI { display:block; }
 }@media only screen and (max-width: 763px) { #q89xvic4iabvf53KBCmgfIZGCL8Tnl7c { width:10.4375rem;height:1.875rem;top:23.875rem;left:4.75rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Z0kwJ818R71Tp32laNvM9GC5dFJ016NL { display:block; }
 }@media only screen and (max-width: 763px) { #KoDCSiveqXHImZ7rPso15Tx3p7Xb7BaB { width:17rem;height:6.499025rem;top:27.125rem;left:1.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.6;z-index:15018;font-family:montserrat;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #m9D6uCHqOnXvS26Fi6rMcGexv0EaiL9W { width:6.5625rem;height:3.68706875rem;top:0rem;left:6.7187502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc { display:block; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCkULuTZSw54xRXJpTnv8VPtJg7UTa2Z { width:4.8117875rem;height:0.9375rem;top:2.5rem;left:4.625rem;font-size:0.625rem;font-family:montserrat;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xPM7XOgM48s2kIxH7MOBuR8tXmfnps1x { width:7.874625rem;height:2.74946875rem;top:1.625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkGFqkGa5Vd3uQZw02dX1AV1IK9aXC1G { width:14.8748125rem;height:2.4375rem;top:5.3125rem;left:2.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;font-family:montserrat;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nwBgGwkakyVR5Xl0mlGz29qyhg8V0cyh { width:2.5rem;height:2.5rem;top:9.6799049377444rem;left:17.498915970326rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row .container { background-color: transparent; background-image: none; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row .container > .video-iframe-container { display: none; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row > .video-iframe-container { display: none; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .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); }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row .container { border-width: 0; border-radius: 0; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA { background-color: transparent; background-image: none; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .row .container > .video-iframe-container { display: none; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .row > .video-iframe-container { display: none; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .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); }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .row .container { width:20rem;height:4.6875rem;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxkL6d3XzaOSMPhqrlECwdsFTFpUJkR3 { top:0.967435836792rem;left:3.9369155168533rem;z-index:15014;width:12.1246875rem;height:2.74970625rem;background-color:#e7c267;background-image:none;font-size:1.125rem;font-family:montserrat;color:#1d0410;display:block; }
 }@media only screen and (max-width: 763px) { #AIu4dnUezSL502eu5XXwZRWDFxJ2cPZe { display:block; }
 }