.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:93,146,255;--color-primary-1:63,165,188;--color-primary-2:45,189,182;--color-primary-3:11,86,105;--color-primary-4:10,53,87;--color-secondary-0:252,221,222;--color-secondary-1:244,142,144;--color-secondary-2:232,28,32;--color-secondary-3:116,14,16;--color-secondary-4:35,4,5;--color-tertiary-0:255,255,255;--color-tertiary-1:246,251,255;--color-tertiary-2:250,241,243;--color-tertiary-3:5,5,5;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5yWAAXgOksQXwd0EZP2NeQGeWmRd0Hw { position:relative;display:none; }#I5yWAAXgOksQXwd0EZP2NeQGeWmRd0Hw { border-width: 0; border-radius: 0; }#I5yWAAXgOksQXwd0EZP2NeQGeWmRd0Hw > .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; }#I5yWAAXgOksQXwd0EZP2NeQGeWmRd0Hw > .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; }#fgCTXxuDAUX3CsBqZt5mExMwDKc3zZZl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:11.0625rem;top:0.53125rem;left:0rem;overflow:hidden;display:none; }
#TD8ffryKoFSceUUK425iXNTDUZOBmbFz { 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; }
#uREv2DZpmFuxso9bRzv6IqbdzKP73FPn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#uREv2DZpmFuxso9bRzv6IqbdzKP73FPn > .row .container { background-color: transparent; background-image: none; }#uREv2DZpmFuxso9bRzv6IqbdzKP73FPn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uREv2DZpmFuxso9bRzv6IqbdzKP73FPn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uREv2DZpmFuxso9bRzv6IqbdzKP73FPn > .row .container > .video-iframe-container { display: none; }#uREv2DZpmFuxso9bRzv6IqbdzKP73FPn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uREv2DZpmFuxso9bRzv6IqbdzKP73FPn > .row > .video-iframe-container { display: none; }#uREv2DZpmFuxso9bRzv6IqbdzKP73FPn > .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); }#uREv2DZpmFuxso9bRzv6IqbdzKP73FPn > .row .container { border-width: 0; border-radius: 0; }#uREv2DZpmFuxso9bRzv6IqbdzKP73FPn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uREv2DZpmFuxso9bRzv6IqbdzKP73FPn > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#UIIAyt5tkcMh9JnbU7zdkeebW6deaawn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:11.9375rem;top:0.53125rem;left:0rem;overflow:hidden;display:block; }
#s9F0CwRRaQhvHTx0BIG5UUHgV09sGn90 { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:1.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.96875rem;left:14.0625rem;display:block; }
#KEWST0WQPvlCECIZutNL7lCLhBTl3W4J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d10PJoVvL84U0dihcV4T0WCDCZxb0o0L { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:1.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.999783039093rem;left:19.374892234802rem;display:block; }
#wQaMU95l8Ts7O2utu1dvZ7iWBocCkpZW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ax9w6SgoIVmWDiqDc9bHWSJtgxWoZS3F { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:1.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.999783039093rem;left:29.624785423279rem;display:block; }
#oR7xlZ1EktkgqOo5IKPsQ0cO7gd9576t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Enl26s5gCJfGvJcX5TeZwTInFxdey2hN { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.25rem;height:1.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.9683160781861rem;left:43.750002861023rem;display:block; }
#bwKxrQeLGUG5WGrFoONu8N5slAIyOeO2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vhpC2OApgoxpGUA3XCg9gBmnIRv0zwVy { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.1875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.9683160781861rem;left:49.312392234803rem;display:block; }
#sRKFM4dInB9J23oboKm2XO3EKRbOz3BR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zvBh2ZfbgPh9zJlsV9ptPgVaWCm5NXv1 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:#b1da0c;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:1.1875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.9059245586395rem;left:57.061957359314rem;display:block; }
#Okg7gxeAarfxTFaOOr3f60PPm6rgWome { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JSnWKx82esQRSMbqZRtJ67E8DWSvaWrk { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.8125rem;height:1.1875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.9683160781861rem;left:70.9373922348rem;display:block; }
#SHkxxVciIpmTR1ATW6R4MRTWJF0G2G7y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qmJCI2pEhWmVQao6zc4VMSDDGMMS02El { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;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.4375rem;top:0.6875rem;left:13.125rem;display:block; }
#TLFJhmIHCzzgiBbFC0H0DCC3zX7zT1PL { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;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:8.8125rem;top:0.6875rem;left:19.530208587646rem;display:block; }
#EQC10tu7tyeNwef5lOCIBRKMNtWTAQnx { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;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:14.3125rem;top:0.6875rem;left:28.342708587646rem;display:block; }
#g4hEg9TL2gktwqmOTtZKMrIV2mIO7tf0 { position:relative;display:block; }#g4hEg9TL2gktwqmOTtZKMrIV2mIO7tf0 { background-color: transparent; background-image: none; }#g4hEg9TL2gktwqmOTtZKMrIV2mIO7tf0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4hEg9TL2gktwqmOTtZKMrIV2mIO7tf0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4hEg9TL2gktwqmOTtZKMrIV2mIO7tf0 > .row .container > .video-iframe-container { display: none; }#g4hEg9TL2gktwqmOTtZKMrIV2mIO7tf0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4hEg9TL2gktwqmOTtZKMrIV2mIO7tf0 > .row > .video-iframe-container { display: none; }#g4hEg9TL2gktwqmOTtZKMrIV2mIO7tf0 > .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); }#g4hEg9TL2gktwqmOTtZKMrIV2mIO7tf0 { border-width: 0; border-radius: 0; }#g4hEg9TL2gktwqmOTtZKMrIV2mIO7tf0 > .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; }#g4hEg9TL2gktwqmOTtZKMrIV2mIO7tf0 > .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:5.125rem;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; }#LffZTWq1A0oWS8dh5NJDsCKFvgABI9zw { position:relative;display:block; }#LffZTWq1A0oWS8dh5NJDsCKFvgABI9zw { background-color: transparent; background-image: none; }#LffZTWq1A0oWS8dh5NJDsCKFvgABI9zw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LffZTWq1A0oWS8dh5NJDsCKFvgABI9zw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LffZTWq1A0oWS8dh5NJDsCKFvgABI9zw > .row .container > .video-iframe-container { display: none; }#LffZTWq1A0oWS8dh5NJDsCKFvgABI9zw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LffZTWq1A0oWS8dh5NJDsCKFvgABI9zw > .row > .video-iframe-container { display: none; }#LffZTWq1A0oWS8dh5NJDsCKFvgABI9zw > .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); }#LffZTWq1A0oWS8dh5NJDsCKFvgABI9zw { border-width: 0; border-radius: 0; }#LffZTWq1A0oWS8dh5NJDsCKFvgABI9zw > .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; }#LffZTWq1A0oWS8dh5NJDsCKFvgABI9zw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.9375rem;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; }#Tq8z3SytTmZQGS1ldxhiTsG4ginyeSs9 { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:1.1875rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:1.1875rem;left:15.25rem;display:block; }
#RkRwT7W6zikPCvcBs74205JSkFnxxeTv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pfAGSJP208eeQoVLivmHWQDOcDxhh555 { position:absolute;display:block;z-index:15017;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12rem;top:3.375rem;left:14.625rem;display:block; }
#sAiv2hd8iu5WUnBDGWGAMuJuMBHGkZ6y { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:1.1875rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:4.375rem;left:15.25rem;display:block; }
#gBTzfEfIrS6eg6kA84THRFb2bKGmsdlZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oiMmcBZNA9RQCIGgd7xMHi56dez7JP03 { position:absolute;display:block;z-index:15019;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:12rem;top:6.5625rem;left:14.625rem;display:block; }
#xCTeVHyuApFc7gwTEzv2KtyckfzEZ1dC { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:1.1875rem;text-decoration:none;z-index:15020;text-align:left;text-align-last:left;top:7.6875rem;left:15.25rem;display:block; }
#E36uSsOZloFWr9vJ3v28Sezmf89f1neH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WENCCJsf3DvXa0tiZbA4lUTcN3aTEhq9 { position:absolute;display:block;z-index:15021;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:12rem;top:9.875rem;left:14.625rem;display:block; }
#uXAVVUidrovtPppvwZIHU4I7WSSeL1HM { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:1.1875rem;text-decoration:none;z-index:15022;text-align:left;text-align-last:left;top:10.9375rem;left:15.25rem;display:block; }
#kU3Z7sVsGDiwsF6nogHLsm2dlBRHhP3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IBgL520hxiUHGb0f8EstcVknrz1NETCk { position:absolute;display:block;z-index:15023;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:12rem;top:13.125rem;left:14.625rem;display:block; }
#PoqUDVRb9wt9KwyslGTFW42tRUKnoBSg { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:1.1875rem;text-decoration:none;z-index:15024;text-align:left;text-align-last:left;top:14.25rem;left:15.25rem;display:block; }
#atrmIz3kaZrcnRAHRknSJ5fP1ilqX8km { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w3nOQtO70pNm2s3drLC7rpUdpxPGdxg1 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;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.4375rem;top:0.0625rem;left:12.875rem;display:block; }
#hpNWfThILWp08H5N7TrkLCfUn3LlPiAm { position:absolute;display:block;z-index:15024;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:12rem;top:16.75rem;left:14.625rem;display:block; }
#MzTsPUCd5LeLZ9Ki0CSTD2WgkOQ5AWsd { position:absolute;display:block;z-index:15025;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:12rem;top:20rem;left:14.625rem;display:block; }
#Z1swbnCJqkt4fseU9T2D3bB7adNvIchd { position:absolute;display:block;z-index:15026;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:12rem;top:23.0625rem;left:14.625rem;display:block; }
#sDLxpuH2sazXBlsqlUXSIKHWMsbely0P { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:1.1875rem;text-decoration:none;z-index:15025;text-align:left;text-align-last:left;top:17.9375rem;left:15.25rem;display:block; }
#FK5749naWloaKDw20V6gr7omTElnp4IQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ps0kZCpbS7FLsDrNLpR2IDUZCZeUSUKW { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:1.1875rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:24.5rem;left:15.25rem;display:block; }
#OCgCwQnsQAuC776qVHXzTAnusL795EOL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oWJn9gW5xp81BCdd9guHHs2XXSRKWIIm { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:1.1875rem;text-decoration:none;z-index:15027;text-align:left;text-align-last:left;top:27.75rem;left:15.25rem;display:block; }
#PlRVOU5D5UqDGvNSElsIkxMAAob4FfCw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V5zTa5gWobUKwEVHLMJlBvHU5FXel8fT { position:absolute;display:block;z-index:15027;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:12rem;top:29.9375rem;left:14.625rem;display:block; }
#OGc66LnfIQWgfOsPAEF4Kmaf1at3NwVx { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:1.1875rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:31.375rem;left:15.25rem;display:block; }
#WL8hcVlya6P6TSd6ob48WWz4R9DlBGmn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WZUF5U3V9cEuLU4XvS1IRdd46mJUXCw0 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.625rem 0.625rem 1.125rem rgba(var(--color-primary-4),0.1) ;height:33.875rem;width:13rem;top:0rem;left:13.9375rem;display:block; }
#wPg4mXAX3OoZm9tNkxkapiTBZ3hVwEC1 { position:absolute;display:block;z-index:15028;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:12rem;top:27.125rem;left:14.4375rem;display:block; }
#kuqmqAVQstBe3EdFwhqG3z8KMbgTa4xH { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:1.1875rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:21.125rem;left:15.25rem;display:block; }
#MTAfGMr3W1J2xnq42VgTNn6slmW3TDzy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rx1hXqH9GoNEqA3s3mTBGFHpt2bI94Ul { position:relative;display:block; }#Rx1hXqH9GoNEqA3s3mTBGFHpt2bI94Ul { background-color: transparent; background-image: none; }#Rx1hXqH9GoNEqA3s3mTBGFHpt2bI94Ul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rx1hXqH9GoNEqA3s3mTBGFHpt2bI94Ul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rx1hXqH9GoNEqA3s3mTBGFHpt2bI94Ul > .row .container > .video-iframe-container { display: none; }#Rx1hXqH9GoNEqA3s3mTBGFHpt2bI94Ul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rx1hXqH9GoNEqA3s3mTBGFHpt2bI94Ul > .row > .video-iframe-container { display: none; }#Rx1hXqH9GoNEqA3s3mTBGFHpt2bI94Ul > .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); }#Rx1hXqH9GoNEqA3s3mTBGFHpt2bI94Ul { border-width: 0; border-radius: 0; }#Rx1hXqH9GoNEqA3s3mTBGFHpt2bI94Ul > .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; }#Rx1hXqH9GoNEqA3s3mTBGFHpt2bI94Ul > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.9375rem;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; }#t07DN4cJERQpztcEeplTZh4VOnJT3TL3 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;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:8.8125rem;top:0.0625rem;left:19.5rem;display:block; }
#DUPSITzkt45oXMlCOdFqJSrTFCUAS7uq { position:absolute;display:block;z-index:15018;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.625rem;top:3.75rem;left:20.6875rem;display:block; }
#TkZ5IIt9kulwxVIrdykHAIokTi3pzAef { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7rem;height:1.1875rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:1.375rem;left:21.8125rem;display:block; }
#PInWAwPwppzkN1JNe8f6sLGQ0UKBMnTP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T6g5BuFwAk8mzZSZO97TnkfuBgrJA3Tw { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:1.1875rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:8rem;left:21.9375rem;display:block; }
#yxOe3w8CoAPalUs7qvdTyC1tUahFq3Bk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p3MnTcVHVxe5uBsquDGIaxhhf00ut7F8 { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7rem;height:1.1875rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:4.6875rem;left:21.9375rem;display:block; }
#q0h2x6P5NN0zbnXTrVvqkwhvv6c1bTPw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vkMv0u9XHLhyZBEcslKT8CpW3T24hIak { position:absolute;display:block;z-index:15019;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.625rem;top:6.875rem;left:20.6875rem;display:block; }
#deZczl9feW0lZLkr8BT6yop86tHt8mKQ { position:absolute;display:block;z-index:15020;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.625rem;top:9.9375rem;left:20.6875rem;display:block; }
#HPzTDmGicLAiS9MZ25gm0a0iWy19K8R0 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.625rem 0.625rem 1.125rem rgba(var(--color-primary-4),0.1) ;height:13.625rem;width:13.6875rem;top:0rem;left:20.6875rem;display:block; }
#UMM0pmNuKnvvPoE8VTAaGq2VrQC06KQU { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:1.1875rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:11.3125rem;left:21.8125rem;display:block; }
#aPKawupSO378s9XlbqElyHNGc7Qm1oQO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pT66KiEAGKbBTAzmsdZBbNQ1S21n9Aps { position:relative;display:block; }#pT66KiEAGKbBTAzmsdZBbNQ1S21n9Aps { background-color: transparent; background-image: none; }#pT66KiEAGKbBTAzmsdZBbNQ1S21n9Aps::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT66KiEAGKbBTAzmsdZBbNQ1S21n9Aps > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT66KiEAGKbBTAzmsdZBbNQ1S21n9Aps > .row .container > .video-iframe-container { display: none; }#pT66KiEAGKbBTAzmsdZBbNQ1S21n9Aps > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT66KiEAGKbBTAzmsdZBbNQ1S21n9Aps > .row > .video-iframe-container { display: none; }#pT66KiEAGKbBTAzmsdZBbNQ1S21n9Aps > .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); }#pT66KiEAGKbBTAzmsdZBbNQ1S21n9Aps { border-width: 0; border-radius: 0; }#pT66KiEAGKbBTAzmsdZBbNQ1S21n9Aps > .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; }#pT66KiEAGKbBTAzmsdZBbNQ1S21n9Aps > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.875rem;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; }#uHhHgKRbOMZVfpQDCyWbqOK9LACPuATh { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.1875rem;text-decoration:none;z-index:15022;text-align:left;text-align-last:left;top:1.125rem;left:31rem;display:block; }
#wq4nUZfO9Xm1Q6eJpN9L7C5Tzlw1KUIx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZIFJOGw83DwcEwkGEJu5v1cyZsLWwhQG { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:1.1875rem;text-decoration:none;z-index:15023;text-align:left;text-align-last:left;top:4.3125rem;left:31rem;display:block; }
#HhTQduCKz0rPMURvyoDwAdGMRmCZhrdV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wCnaaErPcQp5Q35eegAG72a83RLLvuTU { position:absolute;display:block;z-index:15024;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.375rem;top:3.3125rem;left:30.125rem;display:block; }
#ykNnvlCkOhHkvSMT7Xt5tBBr6R6WN4wg { position:absolute;display:block;z-index:15025;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.375rem;top:6.5rem;left:30.1875rem;display:block; }
#Q75SI0QXwTGFTJuuysI7cPUItzUfDext { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:1.1875rem;text-decoration:none;z-index:15024;text-align:left;text-align-last:left;top:7.625rem;left:31rem;display:block; }
#iBhz56uJfytnblXVBsshX9UWyCtwhVQ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B5QXPAckgROsTfI2oTTz2DDNF1WPKnW6 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;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:14.3125rem;top:0rem;left:28.3125rem;display:block; }
#qceqaTvN9h4gICUINQxQr44LeuJ7nhy3 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.625rem 0.625rem 1.125rem rgba(var(--color-primary-4),0.1) ;height:9.875rem;width:12.375rem;top:0rem;left:30.0625rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.61), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.61), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.61), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.61), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.61)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.61)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.61), rgba(var(--color-tertiary-0),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;overflow:visible;position:relative;display:block; }#zTRVLT3esHGF9f6bHzPwI1r6VVPmAAr7 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:1.3625001907349rem;left:69.24999809265rem;overflow:hidden;display:block; }
#dhsh1ZkqZ7WiLlsIHzbTxayEMMMw4rKO { color:#b1da0c;display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:3.5374994277954rem;left:4.0859375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gPH0pvfTf8zPzC0Tcb5gHAkMDRubwXdl { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:4.5906248092651rem;left:72.024999618531rem;overflow:hidden;display:block; }
#ldlp00XtkN8pQ1iMpW2mepsT7tT9dcrP { 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:1.1875rem;width:1.1875rem;top:1.3625001907349rem;left:65.56249809265rem;overflow:hidden;display:block; }
#VSICyqgyWg3VXgw5fUyweI2eDygQeC7A { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.1437492370606rem;left:14.9375rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#LnIaZnXFgKsotSihRX2V1ZrFoTWr1pAW { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:7.75rem;left:36.625rem;overflow:hidden;display:none; }
#wWEznAyE1A3oKHxrxxd2IO9XyouMInA4 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;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:36rem;top:0rem;left:5.3125rem;display:none; }
#XCoZtsVlHw9a0c25f0DJl3plWfK21I10 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.92);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; }#XCoZtsVlHw9a0c25f0DJl3plWfK21I10 > .row .container { background-color: transparent; background-image: none; }#XCoZtsVlHw9a0c25f0DJl3plWfK21I10::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCoZtsVlHw9a0c25f0DJl3plWfK21I10 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCoZtsVlHw9a0c25f0DJl3plWfK21I10 > .row .container > .video-iframe-container { display: none; }#XCoZtsVlHw9a0c25f0DJl3plWfK21I10 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCoZtsVlHw9a0c25f0DJl3plWfK21I10 > .row > .video-iframe-container { display: none; }#XCoZtsVlHw9a0c25f0DJl3plWfK21I10 > .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); }#XCoZtsVlHw9a0c25f0DJl3plWfK21I10 > .row .container { border-width: 0; border-radius: 0; }#XCoZtsVlHw9a0c25f0DJl3plWfK21I10 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XCoZtsVlHw9a0c25f0DJl3plWfK21I10 > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;position:relative;display:block; }#icyxHlswxQHg4mOycVNteXyA9e1RgyOx { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:2.125rem;left:2.4375rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#ZpWOZ68psaTWKwLnZeucgUgX02oSstp8 { color:rgba(var(--color-tertiary-0),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:2.125rem;left:16rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hNSBmGWKrFO9rbVRPaZ5aMNI3rpuPxzQ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.625rem;left:2.3125rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#Lzk6sMbCHXEsU8Aci6nI54CTESZBSz87 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.4375rem;left:4.625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#fPvfp370Ck2P7hcq3itHlNuPT7uym1Ey { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.3125rem;left:2.3125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#nfZ1yCmJRLu8aX6MswKVmbVoVpdrPKwT { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.4375rem;left:17.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#iyTi4zonTXvH08aklXE5fcSF0wiIZTBa { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:9.2750005722044rem;left:15.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#oL2bHeDgPkBAsefrtOxlXumaGCqTEs0q { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.625rem;left:15.125rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#spBbmPRkuGJTaFUaeBuH7iXXyrcuZwup { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:2.125rem;left:28.468751907349rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z8h0AvciICXX4DVD3FP8CXUTW3Sumys8 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:7.625rem;left:28.468751907349rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#X2FC6BkLAw9Cd0dGbmDb9OAzUWOGowPF { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:9.375rem;left:29.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#dkA1pTszHF4drxzG7To7SbzrXiC5HVdw { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:9.25rem;left:27.25rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#NduCKskSu7aHXPOnW3Fah56fi8XwZcy1 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:2.125rem;left:65.62499809265rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r4TBmeCF8ews9RcvN1TVd7O6I05kPbn2 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:7.625rem;left:63.75rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#m5DZThODsL5ITRRBOzKx84xy61rVd0bS { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:9.3125rem;left:63.75rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#dP0n3TVNkZwNFqiy8lP5gZecxDFcQU40 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:9.4375rem;left:66.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#kQXkgwp2bhueGNFaEGspSU1RFRHrIZm6 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:15.525000572204rem;left:39.375001907349rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hc3T3mp3Aaf6hsO7VTT08V4chZui5mct { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:16.296875rem;left:51.562501907349rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g0Z6b19ITKhiUchWRFbdz5WDNJcbghTv { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:16.07187461853rem;left:63.5625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gdvBPnDtiAL5PJa1MbQyPhP4dD0pVa9h { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:37.6875rem;top:1.625rem;left:0rem;display:block; }
#NJLsQnT99MeEqi8PJGnh3h72RTPD6tRV { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:37.625rem;top:6.8124990463256rem;left:0rem;display:block; }
#aeTA5LeNfTTsSTFNqbtw44isZZU7b5XE { position:absolute;display:block;z-index:15064;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.0625rem dashed #b0c431;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.3125rem;width:0.1875rem;top:1.625rem;left:12.375rem;display:block; }
#Gtnq2x3ugaKVPNDXHMBU77RF6JLK7imf { position:absolute;display:block;z-index:15065;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.0625rem dashed #b0c431;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.3125rem;width:0.0625rem;top:2.0500001907349rem;left:24.875001907349rem;display:block; }
#n6ypqiXIQdoys09sFO9UF1plE289mDSA { position:absolute;display:block;z-index:15066;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.0625rem dashed #b0c431;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.3125rem;width:0.0625rem;top:1.75rem;left:37.625001907349rem;display:block; }
#N33yweALiAMBlZcHrvFMbKPQaRTNJX56 { position:absolute;display:block;z-index:15024;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:11rem;width:9.0625rem;top:12.362501144409rem;left:13.862499237061rem;overflow:hidden;display:block; }
#ioSI6p8CTPmtAZoAJ9QzS3q8fdR4rahh { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.6875rem;left:5.625rem;height:3.0869125rem;text-align:left;text-align-last:left;display:none; }
#oRo1kkJTv3Sm6XRXqznvmAQoxk394z00 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:68.5rem;top:1.60546875rem;left:3.1875rem;display:none; }
#McsseFtZSma0T6pRCXE0lskcp7q1xgc9 { position:absolute;display:block;z-index:15001;background-color:rgba(227,227,227,0.34);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:68.5rem;top:12.0498046875rem;left:3.1875rem;display:none; }
#qbB4318tD7GHl84mqrJHU7B6qwiOQs9n { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.625rem;left:2.1875rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#xWWMmTLkwZRAyag2QR8WZvuAzxWtSQZL { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5562505722046rem;left:15.375rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#obe5EVFolopMqXUTqtT2QLBO0NiqXNor { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.6187505722046rem;left:27.562501907349rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#suQQhPNJRbfyDqkwspNyGcTeHmheE2Lo { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:5.4625005722046rem;left:64.12499809265rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#EdAytNd6xFqI4pa4PlH97C5usdv1hcAz { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:7.625rem;left:39.6875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#eEUyc26fVC31UnmAV28iO6RkbQ2XyFbW { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:8.9375rem;left:39.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#PAM3750ThNBTriHuGNXFMFBCvF3ZQkIG { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:5.4625005722046rem;left:39.250001907349rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#hv6y7Wn9TudzdnRLEl6n0es2acoyKPhQ { color:rgba(var(--color-tertiary-1),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:2.125rem;left:40.500001907349rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H4K3N2qSwu4JZqJiL3QU8iHrowT0ZNWr { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:9.4375rem;left:42rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#HeJW0QImgipENHQ6lxA34HdiQe9KGdoJ { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:9.3125rem;left:51.5625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#ZOuHCJGdDMCXGDZPzT1RHHGJx8tUueZa { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:7.625rem;left:51.5625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#XhxD4u5bT6D1NBSfrAyvXp0ctcctC473 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:2.125rem;left:52.312501907349rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AZ0nk7ARordZrhw1JoaS9JkUiuHA3vXC { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:5.4000005722046rem;left:51.487501144409rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#vG5uuvwXD5KnAawRZkfMwSvy2SodrTq7 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:9.4375rem;left:54.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ON6prfuDbnkoiR2zpW2J6FrVQ2lCqO98 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:37.3125rem;top:1.625rem;left:37.687501907349rem;display:block; }
#WymyWD7ws6J8RHROqutqaEsccuZZOWH8 { position:absolute;display:block;z-index:15020;background-color:rgba(227,227,227,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:37.25rem;top:6.8125rem;left:37.687501907349rem;display:block; }
#MwyhoAbQKAIXcwdQpff6ieyRaGsWg7tR { position:absolute;display:block;z-index:15084;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.0625rem dashed #b0c431;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.3125rem;width:0.1875rem;top:1.625rem;left:49.6875rem;display:block; }
#P5vdhhkHZoAcT73sPTcfUI0wJwHldgP0 { position:absolute;display:block;z-index:15085;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.0625rem dashed #b0c431;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.3125rem;width:0.0625rem;top:1.8125rem;left:62.1875rem;display:block; }
#X0NHb4RxSr44JdnGXtasCJmB5MbobZ1f { position:absolute;display:block;z-index:15086;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.0625rem dashed #b0c431;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.3125rem;width:0.0625rem;top:2.125rem;left:74.9375rem;display:block; }
#ZtSDtM5LTacffP8a5yWSBIfuMMXgiTsg { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15106;line-height:1.3;letter-spacing:0;top:18.5625rem;left:39.25rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#aH6TMPmz3HaUe67AVW9Tuc7SknENXxwr { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:18.5rem;left:51.5rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#F1holyV50PiuDc83aEolyeesUT7cDWlx { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:20.75rem;left:51.5625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#LZxMgwBDXOFmcp0yfVfTJa4q17r0Dl8r { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:22.4375rem;left:51.5625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#ifgdeTxiayNi1mLDcNleTlcuWaJMTQyg { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:22.5625rem;left:54.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#KIxRz5K40kpW9re8VEA9ESR79BJsRlLS { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:20.75rem;left:39.6875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#efC550CKT1Wrih1uiVECM7fCzqOBQS8S { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:22.0625rem;left:39.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#HknL24BhwCvKm9rN9r98nkXqsqEVxRFy { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:22.5625rem;left:42rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#C3Q4r8haIXtiSn9IVPlmBxJBis7o7mn0 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:20.75rem;left:63.75rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#Js4E0Sc2sHb9z0Vbsue0xoVLKJo8C2lo { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:22.4375rem;left:63.75rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#I784gCPNtbCFPLe99N42yJwpzKrtBVJl { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:22.5625rem;left:66.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ZVciReG8g7JrAwVffqABqH3AwcBo1hza { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:18.5625rem;left:64.125rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#cr2Hk56AxtX1RtGWE0uGlRKqlhqiAxDw { position:absolute;display:block;z-index:15104;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.0625rem dashed #b0c431;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.3125rem;width:0.0625rem;top:14.9375rem;left:62.1875rem;display:block; }
#sogMlm2cN1k8bVwUdogUUKUEn2tHxp1q { position:absolute;display:block;z-index:15103;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.0625rem dashed #b0c431;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.3125rem;width:0.1875rem;top:14.75rem;left:49.6875rem;display:block; }
#eBDKdUOwSneNJzQZ5iUfTciVwZcfHVtP { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:37.1875rem;top:14.75rem;left:37.6875rem;display:block; }
#TT5DO32lBBWfadcxIArgo2qE0BUPAiJE { position:absolute;display:block;z-index:15039;background-color:rgba(227,227,227,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:37.125rem;top:19.9375rem;left:37.6875rem;display:block; }
#ZiCwQoUfZcpFpmtUkz8rUH8GvofVp6va { position:absolute;display:block;z-index:15024;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:11rem;width:7.75rem;top:12.362501144409rem;left:6.125rem;overflow:hidden;display:block; }
#RxdKa4TgdbgcNoI6qZquTUZhcaGKO7IQ { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:37.6875rem;top:1.625rem;left:0rem;display:block; }
#ykOqrhbXPNzOd2Sx0awL3VOmivQNIAmX { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:37.625rem;top:6.8124990463256rem;left:0rem;display:block; }
#HuMk4Zk6IF8SJGKkZ6akGdQbscrHTzFz { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.3125rem;left:2.3125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#ieae25vGVFUWZlgFACz4kWM0sTP8DvTl { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.4375rem;left:4.625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#si7WW9B0GqSdZ6sbzNMnZQbMWih9t7GR { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.625rem;left:2.1875rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#f3w0x1ZplfI0DF68iBLTIsnppNNn0RIZ { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.6875rem;left:5.625rem;height:3.0869125rem;text-align:left;text-align-last:left;display:none; }
#Piub7fKVco2gkcfZ8IgJWswlsNsklMcr { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.75rem 0.75rem 0.75rem rgba(var(--color-primary-4),0.14) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:28.1875rem;left:29.750002384186rem;display:block; }
#aH1Uq9nrme3D4Oi06nFXFfu4dzNuvBGu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nbxeLFgCukeZ0L03eJDDsccaoRMbI4EE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.92);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; }#nbxeLFgCukeZ0L03eJDDsccaoRMbI4EE > .row .container { border-width: 0; border-radius: 0; }#nbxeLFgCukeZ0L03eJDDsccaoRMbI4EE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nbxeLFgCukeZ0L03eJDDsccaoRMbI4EE > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:none; }#kgbn7PsPFzEMm4ZU9QDcBafbSZ1Sq9pG { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:2.125rem;left:2.4375rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#Qtd6lHJcTTQ0UzOBaC4Ba9dIWHXTunD6 { color:rgba(var(--color-tertiary-0),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:2.125rem;left:16rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xhEcLQdvTXKorTyDBBKAp8RGlgTrVAVI { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.4375rem;left:17.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#BKdAx7MVQFAd2cCa3HS9y8fKE0UQuJA0 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:9.2750005722044rem;left:15.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#zGeZxd1wnVBAynbiMvp0B3H4wTZO2sTc { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.625rem;left:15.125rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#aSlT2cs0ul0ZzraTyWU1aQXnpntbgKRC { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:2.125rem;left:28.468751907349rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VTrXc0Jq4HmgtFhunfv4dd97fAc3kqwH { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:7.625rem;left:63.75rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#vqF3xqTD8kNgEWVqxwgCZVSCSmIsB6zr { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:9.3125rem;left:63.75rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#vaqVBRbTSEbtpcT6l4AcDwQxlLIhoBhw { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:9.4375rem;left:66.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Xt5fd1VTV0dSeD9UMvRpDT81reN8246F { position:absolute;display:block;z-index:15064;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.0625rem dashed #b0c431;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.3125rem;width:0.1875rem;top:1.625rem;left:12.375rem;display:block; }
#AvZmis7zWJusPIoFQsTBJWcdtiC8S5ET { position:absolute;display:block;z-index:15065;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.0625rem dashed #b0c431;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.3125rem;width:0.0625rem;top:2.0500001907349rem;left:24.875001907349rem;display:block; }
#NEyKqTyVw4hJennu3Nc1fwwkFexpRcia { position:absolute;display:block;z-index:15066;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.0625rem dashed #b0c431;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.3125rem;width:0.0625rem;top:1.75rem;left:37.625001907349rem;display:block; }
#CJ4wzQ8kyD96goxIWQtX3VzVtsHlzQsD { position:absolute;display:block;z-index:15024;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:11rem;width:9.0625rem;top:12.362501144409rem;left:13.862499237061rem;overflow:hidden;display:block; }
#zOd7rrMett1XAsTfOkq8oGSKuxNR8PVZ { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5562505722046rem;left:15.375rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#OrnPCB3vbEczxFvVuOvcUW0WPTBPNv32 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:9.3125rem;left:51.5625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#DpoTEr1f8x9bVsX9AaOSG31326nsRQTL { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:7.625rem;left:51.5625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#Fvb5GHTDfWP2NqX0g1TCJ3uhnc2DIuAq { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:5.4000005722046rem;left:51.487501144409rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#g6veV0PmkHd3I7FxymL5MFnVlwaoWRe3 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:9.4375rem;left:54.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#KvhHDSaLeE8Qx7crQiDy2as5cK1aaMyS { position:absolute;display:block;z-index:15084;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.0625rem dashed #b0c431;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.3125rem;width:0.1875rem;top:1.625rem;left:49.6875rem;display:block; }
#eR8DnMvNztqZBArPk0bPHUOJnPVZHNzD { position:absolute;display:block;z-index:15085;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.0625rem dashed #b0c431;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.3125rem;width:0.0625rem;top:1.8125rem;left:62.1875rem;display:block; }
#T6z3qkxLMVGVIvTKuta0mW04oEx16wNL { position:absolute;display:block;z-index:15086;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.0625rem dashed #b0c431;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.3125rem;width:0.0625rem;top:2.125rem;left:74.9375rem;display:block; }
#w13hL9m8tx7Q5v4C2ObKdGLrVhqKlpsT { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:20.75rem;left:51.5625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#FyrSMo2ZK8SDuXCckZiK3uDqJXZbO43S { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:22.4375rem;left:51.5625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#ORG6QBXaO7HI15bTeNAxO9uiCtmQAz6n { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:22.5625rem;left:54.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#HmEQPpNqgJnkcVF6gsl75QpJtPurSO9V { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:20.75rem;left:63.75rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#TFmM9ZbxgSSqzapKnNgRBOOIIEBDZMrI { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:22.4375rem;left:63.75rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#KHndENqIIZztoZERck2GgAew6fbfixvI { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:22.5625rem;left:66.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#vkFgxbeaNgIRT5p1KUuaUNhxqpo9LlH3 { position:absolute;display:block;z-index:15104;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.0625rem dashed #b0c431;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.3125rem;width:0.0625rem;top:14.9375rem;left:62.1875rem;display:block; }
#FhDzJfm0SzQo0TQlTWg9tv3neF15qLkc { position:absolute;display:block;z-index:15103;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.0625rem dashed #b0c431;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.3125rem;width:0.1875rem;top:14.75rem;left:49.6875rem;display:block; }
#nur9afpogEbXWMsToZ2gH4plpRZHqH4i { position:absolute;display:block;z-index:15024;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:11rem;width:7.75rem;top:12.362501144409rem;left:6.125rem;overflow:hidden;display:block; }
#hblBeA57oDATf4qoEr8zpmBmJ6XvCEdw { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:37.6875rem;top:1.625rem;left:0rem;display:none; }
#gZ1F1GzTnCSy4nOrTrEPmFsiTcQCHe3A { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:37.6875rem;top:1.625rem;left:0rem;display:none; }
#f3d2wyKE6dZSSDMcXgueggFt6PJSkSP7 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.6875rem;left:5.625rem;height:3.0869125rem;text-align:left;text-align-last:left;display:none; }
#TKcVt4eMhe55yogqoq9kdS3KhLZCWVQS { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.625rem;left:2.1875rem;height:1.05625rem;text-align:left;text-align-last:left;display:none; }
#hKroQflGmtsGHQDxxUZ6zkJt9I0rBSgh { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:37.625rem;top:6.8124990463256rem;left:0rem;display:none; }
#prFUgaeRAE85AbHebktTUKpOpwE500iG { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.625rem;left:2.3125rem;height:1.3rem;text-align:left;text-align-last:left;display:none; }
#m72P7prhV8nqlTyJpRfBxg5AGkqAOT24 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.3125rem;left:2.3125rem;height:1.625rem;text-align:left;text-align-last:left;display:none; }
#UXMECMRLscHsDinA120MtrRTK2H0Q7ur { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.4375rem;left:4.625rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#NpDTpcE6hvI66obrm3C2zDb5R9MWqtFs { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.6875rem;left:5.625rem;height:3.0869125rem;text-align:left;text-align-last:left;display:none; }
#y5pABQSkPFNTN0nKkEZL4iwUcscZkgJH { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.625rem;left:2.1875rem;height:1.05625rem;text-align:left;text-align-last:left;display:none; }
#FBO2KHJWcsMVk01x7zFvBXdZ4M1ubCGC { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:37.625rem;top:6.8124990463256rem;left:0rem;display:none; }
#a16T7AXGkmtLk1OFNnHTvydxNntcTyOH { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.625rem;left:2.3125rem;height:1.3rem;text-align:left;text-align-last:left;display:none; }
#RwurLNE5UgmZBO3M6Wo4XmN8uumdis1L { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.3125rem;left:2.3125rem;height:1.625rem;text-align:left;text-align-last:left;display:none; }
#sO1T5Urb4ILsFQTuJRfLkTtdbbRubRft { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.4375rem;left:4.625rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#sIRiFeIe76V3rbZkEU6dKbtwMa5WVxfX { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:37.6875rem;top:1.625rem;left:0rem;display:none; }
#Nq8fT7gIeVRFWtKDgZeykITaIWT0Osyr { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:37.625rem;top:6.8124990463256rem;left:0rem;display:none; }
#JmPEfcKuqncN4mf1uEvw7VeSERIXfdPT { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.625rem;left:2.3125rem;height:1.3rem;text-align:left;text-align-last:left;display:none; }
#crh7Q6rpkt11lJURWvAeehSzuhl3JoWl { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.3125rem;left:2.3125rem;height:1.625rem;text-align:left;text-align-last:left;display:none; }
#ST1a1S4IedTAqCUtC9yFwaWTPciMo0du { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.4375rem;left:4.625rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#qM0VC5fr91SxCZk68q0t7AOVV00GQzZO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.61), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.61), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.61), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.61), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.61)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.61)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.61), rgba(var(--color-tertiary-0),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#qM0VC5fr91SxCZk68q0t7AOVV00GQzZO > .row .container { border-width: 0; border-radius: 0; }#qM0VC5fr91SxCZk68q0t7AOVV00GQzZO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qM0VC5fr91SxCZk68q0t7AOVV00GQzZO > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;overflow:visible;position:relative;display:none; }#zRdnUPc6HuHb6drq9UOv8C6bJ6f9Xdf3 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:1.3625001907349rem;left:69.24999809265rem;overflow:hidden;display:block; }
#tl4hAIcVaCg5EuQLEFO6zVA2vddqVSSU { color:#b1da0c;display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:3.5374994277954rem;left:4.0859375rem;height:5.60625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qorQ7kv2tlsAQPR9ibd7RJfAh1k9SuBS { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:4.5906248092651rem;left:72.024999618531rem;overflow:hidden;display:block; }
#EgEJGgwDb0EvkVmZQJ1ACSKvrqINQoMO { 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:1.1875rem;width:1.1875rem;top:1.3625001907349rem;left:65.56249809265rem;overflow:hidden;display:block; }
#BimBi5JLxiEAUfXCBda8xETrGuV4dC6L { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:7.75rem;left:36.625rem;overflow:hidden;display:none; }
#BIN7APnTbrMpCXs4rwv8hWcRmC4044Cs { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;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:36rem;top:0rem;left:5.3125rem;display:none; }
#Uf2CPuFeMipSXI7vshIWKzJi3F6exGwC { position:relative;display:block; }#Uf2CPuFeMipSXI7vshIWKzJi3F6exGwC { background-color: transparent; background-image: none; }#Uf2CPuFeMipSXI7vshIWKzJi3F6exGwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf2CPuFeMipSXI7vshIWKzJi3F6exGwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf2CPuFeMipSXI7vshIWKzJi3F6exGwC > .row .container > .video-iframe-container { display: none; }#Uf2CPuFeMipSXI7vshIWKzJi3F6exGwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf2CPuFeMipSXI7vshIWKzJi3F6exGwC > .row > .video-iframe-container { display: none; }#Uf2CPuFeMipSXI7vshIWKzJi3F6exGwC > .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); }#Uf2CPuFeMipSXI7vshIWKzJi3F6exGwC { border-width: 0; border-radius: 0; }#Uf2CPuFeMipSXI7vshIWKzJi3F6exGwC > .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; }#Uf2CPuFeMipSXI7vshIWKzJi3F6exGwC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.61));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.61));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.61));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.61));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),0.61)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),0.61)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.61));background-size:auto !important;font-size:0.875rem;font-family:arial;height:169.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SKQIJ8e3ZTcu3elZqkCecBdDHpcUnnH1 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:0rem;left:3.75rem;height:74.5875rem;text-align:left;text-align-last:left;display:block; }
#mE57u4uchxbC6QNPKwa7VvhhRbGCQ2Up { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:41.25rem;height:83.3625rem;text-align:left;text-align-last:left;display:block; }
#blleuJsFhDSdEQPUNxBEbbVt6G1NX15c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:0rem;left:1.21875rem; }
#uA7gC5ftmgm8EGxeB6A22tIqWKUotlET { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:14.400001525879rem;left:1.21875rem; }
#p4Plup82oESlWCQEU5pa1mOrWWbmZPbX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:27.687499046326rem;left:1.21875rem; }
#uPfROEMrLSxCq7N2OTc6IHOhUaETu2nG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:39.374998092651rem;left:1.21875rem; }
#LHephk3ePSQhK84oSM12FF90v0LRxnSI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:0rem;left:38.15625rem; }
#P2VSuiuVXZXcO7e0T887wvwB0H71pzCK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:7rem;left:38.15625rem; }
#ID8xdHd2LTBEkIsmaF7Rw0lw2Nidhn86 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:30.874999523163rem;left:38.156251907349rem; }
#bmt4NOIOMLT26Et3nhJxQgQBlHF3rKqT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:44.124999523163rem;left:38.156251907349rem; }
#K7EU33Gkt82Mof4ZoNWg5hIBfH036kHS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:55.687500476837rem;left:38.156251907349rem; }
#KCaTMBdETDJ9QDdawh8TD6xdyt5WxHPy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:64.624999523163rem;left:38.156251907349rem; }
#FnBAGHDhDUQthAURiTRux9OwG62COkSO { 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.125rem;width:22.625rem;top:82.0625rem;left:8.25rem;overflow:hidden;display:block; }
#Ef1Lr5JSNGylmORol9lf1qsATbBfTK6H { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:25.6875rem;top:78.25rem;left:5.9375rem;overflow:hidden;display:block; }
#Tp4JrAuTCSMMkAvw87V2UrZbMOLmeMNl { 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:18.0625rem;width:22.625rem;top:92.074998855594rem;left:42.362501144409rem;overflow:hidden;display:block; }
#qOiKRwadAqa3Nt7eqG2HRhx66ZtqcDgq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:25.6875rem;top:86.987498760225rem;left:40.281251907349rem;overflow:hidden;display:block; }
#t3GPyPIWPTwmwdvnmwMTTHTU59vXnbtr { color:rgba(var(--color-tertiary-4),1);display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:75.400000572206rem;left:3.75rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#qmLoAQE2Q7SCRHgHV1xL8lAQvtKV7pnc { color:#b1da0c;display:block;width:31.6875rem;position:absolute;font-family:jingleberry;font-size:3.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),1);top:78.050000190738rem;left:6.5187492370606rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#VbZcar3SaJv5lDK6czfWsTFVPPAwo4gL { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:82.0625rem;left:23.768751144409rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#uFqQ6N6bPlPKC17ZB9vdWXCI2cAkGrTw { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:83.525000572206rem;left:23.125001907349rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#SVl86LWtpsfk6LlHdEpTiv1DVSA5GslT { color:rgba(var(--color-secondary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),1);top:84.987501144406rem;left:29.331251144409rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DVWxNLZ0dr8prhq7ZDklp69UT31kQ39p { color:rgba(var(--color-tertiary-4),1);display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:85.525000572206rem;left:42.362501144409rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#JdU0v3lIbc9K6fMGodDoL4aeAcSkrLcL { color:#b1da0c;display:block;width:18rem;position:absolute;font-family:jingleberry;font-size:3.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),1);top:88.062498569488rem;left:44.675001144409rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#nCDfxgSEan9AwMnPN1S63GM3RqTG2zDR { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:105.18750190735rem;left:3.8125rem;height:55.575rem;text-align:left;text-align-last:left;display:block; }
#ZzbxcTPhUXHVT5bOV3rTrykHsSb7TpFb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:105.1875rem;left:1.21875rem; }
#g13wxSWcMUbn4MHLqA2pBiTBrEzNR57a { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:114.93750190735rem;left:41.250001907349rem;height:29.25rem;text-align:left;text-align-last:left;display:block; }
#u23dXaW7E78EegaK5HtX7KNnCXyplekV { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:91.362498283387rem;left:64.93749809265rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#TmD4pXgOlO337hocOy3WOgCvgbQ5W69r { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:92.774998664856rem;left:63.12499809265rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#LhRZRbT8HX9rH8PZ9gn9uPRpImEKasRz { color:rgba(var(--color-secondary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),1);top:94.237498283387rem;left:67.18749809265rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wGMbkivufmmwHRZhE5db9HNC2KO5ez7q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:73.325002670288rem;left:38.156251907349rem; }
#rTB1TTED5VaMNr4Afsp2WulVHFOPgyMW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:114.93750190735rem;left:38.156251907349rem; }
#Pb8Esef9RTGmQcuHNSGEKfJEPi98csSz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:121.12499904633rem;left:38.156251907349rem; }
#BDu2C5gtsRB53FOpArAm7ST8R0wBCTqx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:128.49999809265rem;left:38.156251907349rem; }
#yUV0lGWJyUgARgcyIyU6C23UB4P1ZdJX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:137.24999809265rem;left:38.156251907349rem; }
#wJKGrIdSLUt7xUUUrDwkRC6cM4RdyTSo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:141.43749809265rem;left:38.156251907349rem; }
#CLNcQxd8lk6yPKuXB9qri63XimFCF5XS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:48.374219894409rem;left:1.21875rem; }
#T89krSFdzA43crWUKm5xxsKzQlEd8TvW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:56.936719894409rem;left:1.21875rem; }
#fqhcVMCgzPVt4568KR9sgt6VmPTDZ7Mi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:68.624219894406rem;left:1.21875rem; }
#RwvBpuw9LyNRKseDGIDu7MN5Tv20UzNS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:111.18749809265rem;left:1.21875rem; }
#ESD9K2O6UvaHtHQXphKPvhzQa6dyIF0E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:119.87499809265rem;left:1.21875rem; }
#kfKugwyWA1A6yOimt5UGbHknzXtGpHea { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:127.24999809265rem;left:1.21875rem; }
#bWnwmm76qgFvglDUE22ugCvWf0M8AzZI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:136.18749809265rem;left:1.21875rem; }
#oO8V53diJMMu3VykdERKBreXTZo2aU5Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:147.87499809265rem;left:1.21875rem; }
#yJAHKpXwfDTECJPg35cm3g3AcUXgZ1mJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:153.62500572204rem;left:1.21875rem; }
#QoFEc5dLGvmdxVo8s35xav0cmr3Ql2KP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:158.00000572204rem;left:1.21875rem; }
#GpOGUTdtu2XXJZS8Ja0Ac0Z1szBwrS7n { position:absolute;display:block;z-index:15024;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:11rem;width:9.0625rem;top:148.59218502044rem;left:56.956251144409rem;overflow:hidden;display:block; }
#Rbm0LTecig8c3A4Z1gZAy8ICVQRGGFMN { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.75rem 0.75rem 0.75rem rgba(var(--color-primary-4),0.14) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:163.6875rem;left:29.331251621246rem;display:block; }
#q8QtvTec4UcrSsKRHDZF11UzSDneooHG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FdJ1rOwXH8CTh64NWteTM0w8TMLnKXLQ { position:relative;display:none; }#FdJ1rOwXH8CTh64NWteTM0w8TMLnKXLQ { border-width: 0; border-radius: 0; }#FdJ1rOwXH8CTh64NWteTM0w8TMLnKXLQ > .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; }#FdJ1rOwXH8CTh64NWteTM0w8TMLnKXLQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.61));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.61));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.61));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.61));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),0.61)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),0.61)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.61));background-size:auto !important;font-size:0.875rem;font-family:arial;height:164.125rem;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; }#CMXmpfTP46EhRdHv4WR1nHsI1dZpRbtA { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:0rem;left:3.75rem;height:74.5875rem;text-align:left;text-align-last:left;display:block; }
#Ov1GycwN2RksI7GAgclQBrRVnyVS8XO0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:0rem;left:1.21875rem; }
#nuntpdqwFp6nGvm8TTcioZ0KWG4Kid1b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:14.400001525879rem;left:1.21875rem; }
#vpn0Pt2b01az0sqaz9eSHgblomvyZ5Zz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:27.687499046326rem;left:1.21875rem; }
#ci5VTyqWgP1xbiJXuUZZZo5VrITkeacJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:39.374998092651rem;left:1.21875rem; }
#S6d1MMQpdc1MBJsfA9xMPf9N5TW2bIyt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:0rem;left:38.15625rem; }
#gct3Os0GmBTuFKVBuBhyer4FJRgUdEeN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:7rem;left:38.15625rem; }
#zkfF7DsL1PSedPBEn0AQOKeriDcnuJlT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:30.874999523163rem;left:38.156251907349rem; }
#cBrUe2RtAT9iDeHPhObTBBzw64Ig6IDp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:44.124999523163rem;left:38.156251907349rem; }
#rNp1tTXcSAy5iMgNxw5HgrbsJUnTucdA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:55.687500476837rem;left:38.156251907349rem; }
#TyDHGN9PNApfty3ARH72VzxUHw0rPCmL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:64.624999523163rem;left:38.156251907349rem; }
#I61QsKso7Grc21FsKeZTnBRuKidZHmCm { 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.125rem;width:22.625rem;top:82.0625rem;left:8.25rem;overflow:hidden;display:block; }
#qqc1z49l4VfO12RntgNgr4cPR8QJtnBt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:25.6875rem;top:78.25rem;left:5.9375rem;overflow:hidden;display:block; }
#Dw68de09Uc8uWBPnKT3ZIaMHQODyZTGO { color:#b1da0c;display:block;width:31.6875rem;position:absolute;font-family:jingleberry;font-size:3.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),1);top:78.050000190738rem;left:6.5187492370606rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#TPVoTiC51CkC49a9a6NZtU2uwqvxBngU { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:82.0625rem;left:23.768751144409rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#eNo6CM8TIxsvLqA0LV8OVB7F2dkeP5QP { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:83.525000572206rem;left:23.125001907349rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#J3z7ZEyQd9CAq0Jv9T64QdxNcW5Kn6Fc { color:rgba(var(--color-secondary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),1);top:84.987501144406rem;left:29.331251144409rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r6GgWlePvqQ08C9Q1uQIoy2EQX6tViGs { color:rgba(var(--color-tertiary-4),1);display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:85.525000572206rem;left:42.362501144409rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#mSzU13yzkWsHnl4HraTHMGr0gP9OaQlB { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:105.18750190735rem;left:3.8125rem;height:55.575rem;text-align:left;text-align-last:left;display:block; }
#Qn6TRFQSiTvnNApT2iy8fTwDxTnPptS0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:105.1875rem;left:1.21875rem; }
#A18pGO9ukPUFUfkd6f4ucAdTZPWxqNkr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:48.374219894409rem;left:1.21875rem; }
#hOPA36XKVepaCXbiTq75NWJGScqK0cU6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:56.936719894409rem;left:1.21875rem; }
#sJcBESK83tDHvNUCXnQPx2qpzH69tJtr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:68.624219894406rem;left:1.21875rem; }
#hNUIfraOogcaHypxFr8Bs3xJnQMxhSRT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:111.18749809265rem;left:1.21875rem; }
#xlUZoMWTSSvv6pLlHWI28SzCEVqOzSPc { position:absolute;display:block;z-index:15024;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:11rem;width:9.0625rem;top:148.59218502044rem;left:56.956251144409rem;overflow:hidden;display:block; }
#shuaofeTPX4ShDqfGMsdbHHfeTISbME6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.92);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; }#shuaofeTPX4ShDqfGMsdbHHfeTISbME6 > .row .container { border-width: 0; border-radius: 0; }#shuaofeTPX4ShDqfGMsdbHHfeTISbME6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#shuaofeTPX4ShDqfGMsdbHHfeTISbME6 > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:none; }#VpK5r1NFc66NqAZOHHTp3vKz8zPB0KDb { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:2.125rem;left:2.4375rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#zmWdhqavz5E368luz12FBGMKwPPfSwq3 { color:rgba(var(--color-tertiary-0),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:2.125rem;left:16rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m83T1AdB0ug2MCTy9Qf72xeEFtDNJZhC { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.4375rem;left:17.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Rkk4dBr3nRSQlQKhvXGHIlRSRv85TZ6d { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:9.2750005722044rem;left:15.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#hFAIAs2TqIFvuCwrKHJOEIJDzGT3kSVg { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.625rem;left:15.125rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#oN61NtTo5ANHlcQExMTA1c4voMiCDsBL { color:rgba(var(--color-tertiary-0),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:2.125rem;left:65.62499809265rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PIdp5M9nICo7BCUZcTiXG4toVLtTtvA9 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:7.625rem;left:63.75rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#C3iNWHKiO2wcNAkr7QwiRLSrlix3R137 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:9.3125rem;left:63.75rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#K8DnT3s4Rp45kCc25r2K1A5Ea9txIkFg { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:9.4375rem;left:66.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#bW3SBzrGmFu7l5Z8cLZl2hMIp41pk2aU { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:15.525000572204rem;left:39.375001907349rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XwQR9CmoinUV4DCBDb8oqAnPQWMNmZAG { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:16.296875rem;left:51.562501907349rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZhHZ00QcRIVsfW5iuoeIFWUsHPgFQg0f { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:15.525000572204rem;left:63.550001144406rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AZ4V5mFfZqJyebEvvVHhZ40QHn8i53V8 { position:absolute;display:block;z-index:15064;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.0625rem dashed #b0c431;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.3125rem;width:0.1875rem;top:1.625rem;left:12.375rem;display:block; }
#aBRDi9xGmmTGz3GKt28zTP0P7OfonAim { position:absolute;display:block;z-index:15065;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.0625rem dashed #b0c431;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.3125rem;width:0.0625rem;top:2.0500001907349rem;left:24.875001907349rem;display:block; }
#HGroiZWuHaVZtZ1kiVKMRQnFd9Cxp4c0 { position:absolute;display:block;z-index:15066;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.0625rem dashed #b0c431;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.3125rem;width:0.0625rem;top:1.75rem;left:37.625001907349rem;display:block; }
#b7ORNuI6r9dROL63B6MiHK5Nh09RfTiT { position:absolute;display:block;z-index:15024;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:11rem;width:9.0625rem;top:12.362501144409rem;left:13.862499237061rem;overflow:hidden;display:block; }
#DRoHGdt4ZmAzFweCzs5fuiJEmoOC26iz { position:absolute;display:block;z-index:15001;background-color:rgba(227,227,227,0.34);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:68.5rem;top:12.0498046875rem;left:3.1875rem;display:none; }
#FMb0PuQMSWHFIQEeDXbs8c61x1wc3TGD { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5562505722046rem;left:15.375rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#SoaqamU7JHgK0yuZeav2JkUg6QxcTXko { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:5.4625005722046rem;left:64.12499809265rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#mhQDO1aiJtze22QuIdig9SyiGE7IHtKt { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:7.625rem;left:39.6875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#i02UvUXJ7nc8WK3iInNDgsEzOdO0whVk { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:8.9375rem;left:39.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#fzpsrU7o7AUXx2kx8q0n4gBmNoTCBMEy { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:5.4625005722046rem;left:39.250001907349rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#aHseEITdUR8lapWzMVhoVTi5DzBHg6rJ { color:rgba(var(--color-tertiary-1),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:2.125rem;left:40.500001907349rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SdMiw3ti7S2R7rkCEZFFHSRK0IQaR4Is { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:9.4375rem;left:42rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#MFHrDMbmd0SAVcoPODbCBRR8oe4Mlf86 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:9.3125rem;left:51.5625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#wZbnLrGLVP2yfvA9CTG6aXkLRDslG6eo { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:7.625rem;left:51.5625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#I7nWeu5TNRb9ek8AqAaZcikXdLiFBTcS { color:rgba(var(--color-tertiary-0),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:2.125rem;left:52.312501907349rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#caJyXb9BsXqUeXQF4pibc3TaF0UfvlEs { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:9.4375rem;left:54.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#fQV1P7Jd9U7hlTsKDs4bwHGvv2HrcLbQ { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:37.3125rem;top:1.625rem;left:37.687501907349rem;display:block; }
#znfBciVQgnFoLNZuTA7T60NyLpA1Nrtm { position:absolute;display:block;z-index:15020;background-color:rgba(227,227,227,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:37.25rem;top:6.8125rem;left:37.687501907349rem;display:block; }
#u9Zpo69ATK8xnMhyPz82ART7tRQyxGD4 { position:absolute;display:block;z-index:15084;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.0625rem dashed #b0c431;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.3125rem;width:0.1875rem;top:1.625rem;left:49.6875rem;display:block; }
#WXKdramIAp8S5lW5z7FDC9gqIiy1TyT4 { position:absolute;display:block;z-index:15085;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.0625rem dashed #b0c431;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.3125rem;width:0.0625rem;top:1.8125rem;left:62.1875rem;display:block; }
#o2JEdnaKuAVqbJ2IEvQCE7v7TDKRgDzF { position:absolute;display:block;z-index:15086;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.0625rem dashed #b0c431;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.3125rem;width:0.0625rem;top:2.125rem;left:74.9375rem;display:block; }
#qqg4QLlTgunzM4Img2ncTqF3lVZuaZAW { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15106;line-height:1.3;letter-spacing:0;top:18.5625rem;left:39.25rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#rx2PN0sypS5ETy9f3hxiXyJJykJ1NBA4 { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:18.5rem;left:51.5rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#px5Sr6Jn0VrHQhpTAuoRXfkS3AzfEoX0 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:20.75rem;left:51.5625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#TcgTst2iT1hfqVDKov9gHQgrzflOgdhU { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:22.4375rem;left:51.5625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#r4zyRB9BCSmbcJmTvFZQQ5OsFkLTpz8H { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:22.5625rem;left:54.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#JlaI4ytwypUVm1Nfu8liUaM7DXv9UcXL { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:20.75rem;left:39.6875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#Oodzvo6J2XbT3UD8MGNZW02LP3w6Pncy { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:22.0625rem;left:39.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#sZhk54rTETtrfkwsmzQbtSAlKnWFLFUL { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:22.5625rem;left:42rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Uv8dETO6iJFI04pvC5E4EmQFWekX0UPO { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:20.75rem;left:63.75rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#rLTRtzsR50BpryTwblwHJgfEOdkhSRhE { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:22.4375rem;left:63.75rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#rdFuqwfx2VePfIAzcSZi4CLLlO7AeUp8 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:22.5625rem;left:66.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ydPnrm17PdsxghB4HnKQVD6SsAr0FPxX { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:18.5625rem;left:64.125rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#LSteJdM4G9OZb5y9ILcL8EzVqfqThLLO { position:absolute;display:block;z-index:15104;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.0625rem dashed #b0c431;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.3125rem;width:0.0625rem;top:14.9375rem;left:62.1875rem;display:block; }
#zfvnt20uA5NJT7V2ILMGgVXQo3t52bKX { position:absolute;display:block;z-index:15103;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.0625rem dashed #b0c431;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.3125rem;width:0.1875rem;top:14.75rem;left:49.6875rem;display:block; }
#na4rMg8eMdIZ6Of0Dqq9bDbOdff5aTtT { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:37.1875rem;top:14.75rem;left:37.6875rem;display:block; }
#cKS7bKetq3DTDEcNtDpU8mlDvXk6cHes { position:absolute;display:block;z-index:15024;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:11rem;width:7.75rem;top:12.362501144409rem;left:6.125rem;overflow:hidden;display:block; }
#ok4q9Osd9qR7IW6EDxyGsMHokOmBbaDE { position:relative;display:none; }#ok4q9Osd9qR7IW6EDxyGsMHokOmBbaDE { border-width: 0; border-radius: 0; }#ok4q9Osd9qR7IW6EDxyGsMHokOmBbaDE > .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; }#ok4q9Osd9qR7IW6EDxyGsMHokOmBbaDE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.61));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.61));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.61));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.61));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),0.61)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),0.61)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.61));background-size:auto !important;font-size:0.875rem;font-family:arial;height:164.125rem;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; }#dkQEZCyxCvpEXkbq5i7HXyVsKAQ5rka9 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:41.25rem;height:83.3625rem;text-align:left;text-align-last:left;display:block; }
#afvLA1XGpPzTdRJHzJDwL37hCPCRR4Gt { 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:18.0625rem;width:22.625rem;top:92.074998855594rem;left:42.362501144409rem;overflow:hidden;display:block; }
#zFKBZ4lbTFAqS4O7f552DJc3pQkrMTXb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:25.6875rem;top:86.987498760225rem;left:40.281251907349rem;overflow:hidden;display:block; }
#qn3IJDsAa70xwhqSBfEbfDc6ZOTpP3RE { color:rgba(var(--color-tertiary-4),1);display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:75.400000572206rem;left:3.75rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#ShIlDAthpH8TQruKvMvOGh4dXeTZyM4a { color:#b1da0c;display:block;width:18rem;position:absolute;font-family:jingleberry;font-size:3.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),1);top:88.062498569488rem;left:44.675001144409rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#RBB4FEnCywChtS64A2wZEbldPgbV7ka0 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:114.93750190735rem;left:41.250001907349rem;height:29.25rem;text-align:left;text-align-last:left;display:block; }
#alaFraxH03Ov7vr5ToPknwAL3gm1JIWn { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:91.362498283387rem;left:64.93749809265rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#BSm06nnOrpBU3te7tTOl0i2D7BzxZaMW { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:92.774998664856rem;left:63.12499809265rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#SzCpOg0loHIfwqHLTTcTrGTZOwgy96Nk { color:rgba(var(--color-secondary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),1);top:94.237498283387rem;left:67.18749809265rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z6TqKgm09qCNhnzTLTWzOqqFqlvzFoIr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:73.325002670288rem;left:38.156251907349rem; }
#o8eEenGSt4Vgdw63wHDpdJGrtw0rJEMK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:114.93750190735rem;left:38.156251907349rem; }
#tNw2NoAkoA9XhhXd7ncQ4THKXnh332VP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:121.12499904633rem;left:38.156251907349rem; }
#i7OvPWIW8hbgeD4qoAtVIyFeMP9Qu152 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:128.49999809265rem;left:38.156251907349rem; }
#o3Awq8TkaIwQfcN9mz7OSmmTk7gazgFK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:137.24999809265rem;left:38.156251907349rem; }
#eDwKADLsF4AdvEbPyR5vXEwQOplmeRKk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:141.43749809265rem;left:38.156251907349rem; }
#Sy2LAQGUHAbg2Jhn8bTQ5gkmhO2SH9e1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:119.87499809265rem;left:1.21875rem; }
#zoXM6TOuiC7On5NmX9IXrW7bk0eV9zRE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:127.24999809265rem;left:1.21875rem; }
#PmeQ3zK4t0d1DKkuUPaKAv4xUnOfZ4T7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:136.18749809265rem;left:1.21875rem; }
#PsywkFpIWgp3CbRN9saLTFQZB3V6o1s3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:147.87499809265rem;left:1.21875rem; }
#BCiC3rCy4DedDEpTghAqlh440MqySfOz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:153.62500572204rem;left:1.21875rem; }
#HSHz8qbnL8RSKsRRF8ynXUWDwkoRT7pg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:158.00000572204rem;left:1.21875rem; }
#CwVW4WzMdDBKClHgG8st53mNUTCm0PyO { position:absolute;display:block;z-index:15024;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:11rem;width:9.0625rem;top:148.59218502044rem;left:56.956251144409rem;overflow:hidden;display:block; }
#dyASK6WGGZW0MRZz7qN1hEhxShUkvkio { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/fYO1T495QCM/unsplash/christian-perner-fYO1T495QCM-photo-1463130456064-77fda7f96d6b.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; }#dyASK6WGGZW0MRZz7qN1hEhxShUkvkio.adaptive-delivery-prevent-bg, #dyASK6WGGZW0MRZz7qN1hEhxShUkvkio.lazyload, #dyASK6WGGZW0MRZz7qN1hEhxShUkvkio.lazyloading { background-image: none; }#dyASK6WGGZW0MRZz7qN1hEhxShUkvkio > .row .container { background-color: transparent; background-image: none; }#dyASK6WGGZW0MRZz7qN1hEhxShUkvkio::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.92); }#dyASK6WGGZW0MRZz7qN1hEhxShUkvkio > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyASK6WGGZW0MRZz7qN1hEhxShUkvkio > .row .container > .video-iframe-container { display: none; }#dyASK6WGGZW0MRZz7qN1hEhxShUkvkio > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.92); }#dyASK6WGGZW0MRZz7qN1hEhxShUkvkio > .row > .video-iframe-container { display: none; }#dyASK6WGGZW0MRZz7qN1hEhxShUkvkio > .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); }#dyASK6WGGZW0MRZz7qN1hEhxShUkvkio > .row .container { border-width: 0; border-radius: 0; }#dyASK6WGGZW0MRZz7qN1hEhxShUkvkio::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; }#dyASK6WGGZW0MRZz7qN1hEhxShUkvkio > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dyASK6WGGZW0MRZz7qN1hEhxShUkvkio > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:block; }#lAK6QwJk5H6iKNHPbJv5ZenDBklZBr7n { color:#b1da0c;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:2.1875rem;left:0rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iGvGuOOJ06wHPEXPv72QkTZSkecDNdkh { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:5.8125rem;left:36.625rem;overflow:hidden;display:block; }
#ureBhpWEIcsQWBgfTcc3TBP6txMuJQfD { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:6.125rem;left:38.5625rem;overflow:hidden;display:block; }
#VvqHWxFw44ND6QfQPmhT8zUdGEsJwHMm { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:6.1875rem;left:35.25rem;overflow:hidden;display:block; }
#SvRRZhTuA7Phc6WyfiSoJbsxeCHDEd2S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/fYO1T495QCM/unsplash/christian-perner-fYO1T495QCM-photo-1463130456064-77fda7f96d6b.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; }#SvRRZhTuA7Phc6WyfiSoJbsxeCHDEd2S.adaptive-delivery-prevent-bg, #SvRRZhTuA7Phc6WyfiSoJbsxeCHDEd2S.lazyload, #SvRRZhTuA7Phc6WyfiSoJbsxeCHDEd2S.lazyloading { background-image: none; }#SvRRZhTuA7Phc6WyfiSoJbsxeCHDEd2S > .row .container { background-color: transparent; background-image: none; }#SvRRZhTuA7Phc6WyfiSoJbsxeCHDEd2S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.92); }#SvRRZhTuA7Phc6WyfiSoJbsxeCHDEd2S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SvRRZhTuA7Phc6WyfiSoJbsxeCHDEd2S > .row .container > .video-iframe-container { display: none; }#SvRRZhTuA7Phc6WyfiSoJbsxeCHDEd2S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.92); }#SvRRZhTuA7Phc6WyfiSoJbsxeCHDEd2S > .row > .video-iframe-container { display: none; }#SvRRZhTuA7Phc6WyfiSoJbsxeCHDEd2S > .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); }#SvRRZhTuA7Phc6WyfiSoJbsxeCHDEd2S > .row .container { border-width: 0; border-radius: 0; }#SvRRZhTuA7Phc6WyfiSoJbsxeCHDEd2S::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; }#SvRRZhTuA7Phc6WyfiSoJbsxeCHDEd2S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SvRRZhTuA7Phc6WyfiSoJbsxeCHDEd2S > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:75rem;position:relative;display:block; }#vLJITywTk5IxfGT1rn4P1pcM3eoMxfTy { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:68.5rem;top:1.8125rem;left:3.25rem;display:block; }
#Ppmz15HIkqV12zZiizbiE9HaBMKhvHFz { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:3.6656341552734rem;left:5.375rem;height:1.54375rem;text-align:left;text-align-last:left;display:block; }
#ycSlHCogkG11eGy1wC2gK6iuiQL8JhJv { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:7.8125rem;left:5.5625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#L0ry26RQBUP5hFevuN8oF1DDJJ0uBVW3 { position:absolute;display:block;z-index:15018;background-color:rgba(227,227,227,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:68.5rem;top:7.0625rem;left:3.25rem;display:block; }
#GlCMlnOS4grILIXydQNQ5aEM67XTnVCD { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:9.78759765625rem;left:10.375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#JU03IqXaHGS7QJJGZDR4DBgrsbDNP24X { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:9.5rem;left:5.5625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#TJWUllX4vymohFy8HamZO5E3rkfOUV9g { position:absolute;display:block;z-index:15082;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.0625rem dashed #b0c431;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:15.6875rem;width:0.0625rem;top:1.8125rem;left:37.4375rem;display:block; }
#IGGgu6bl5XQCkCA0nG4VeJQWodLCgWcb { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:3.666015625rem;left:39.5rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D6952PLcfuRENR2TbaRA9eABDKMhEOmc { color:rgba(var(--color-tertiary-4),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:9.5rem;left:39.5rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#B1LqHpXtoeI1qBNOiACaCBdpFBA6psJI { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:7.8125rem;left:39.5rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#EqCIi6OvogLwaHcbH86Gf4fvr5ix6KVJ { position:absolute;display:block;z-index:15019;background-color:rgba(227,227,227,0.34);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:68.5rem;top:12.3125rem;left:3.25rem;display:block; }
#vnmlVnFM8X0sK3Bde12m6nigX8bTqm8E { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:13.3125rem;left:5.5625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#ORc7Xpz1MgCoATB2eBHu5zMarra6xx4A { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:13.3125rem;left:39.5rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#DF6bSifrnQ9RxV4vb3razFgB7ez7ovvR { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:14.8125rem;left:5.5625rem;height:1.625rem;text-align:left;text-align-last:left;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; }
#C3QgtfkrixTnqdGSZnbz10ONAmxZnvOH { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:14.97509765625rem;left:10.625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#vJtKvDtXQsWBbpVQqZ5H7EzFdLcbIq89 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:14.8125rem;left:39.5rem;height:1.625rem;text-align:left;text-align-last:left;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; }
#lxdNTQlQxuxXxQH2WKEPUm7outMFJPFN { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:9.625rem;left:44.3125rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#fkouUk6VoTXKTUaoBrRWvG4yHz5GeW06 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:14.9375rem;left:44.5625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#K6VTtBfzQc3IGcXZ2fp4EfMXSCHhzXcZ { 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; }#K6VTtBfzQc3IGcXZ2fp4EfMXSCHhzXcZ > .row .container { background-color: transparent; background-image: none; }#K6VTtBfzQc3IGcXZ2fp4EfMXSCHhzXcZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6VTtBfzQc3IGcXZ2fp4EfMXSCHhzXcZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6VTtBfzQc3IGcXZ2fp4EfMXSCHhzXcZ > .row .container > .video-iframe-container { display: none; }#K6VTtBfzQc3IGcXZ2fp4EfMXSCHhzXcZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6VTtBfzQc3IGcXZ2fp4EfMXSCHhzXcZ > .row > .video-iframe-container { display: none; }#K6VTtBfzQc3IGcXZ2fp4EfMXSCHhzXcZ > .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); }#K6VTtBfzQc3IGcXZ2fp4EfMXSCHhzXcZ > .row .container { border-width: 0; border-radius: 0; }#K6VTtBfzQc3IGcXZ2fp4EfMXSCHhzXcZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K6VTtBfzQc3IGcXZ2fp4EfMXSCHhzXcZ > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#L9pp9Q26Al3mDhx8u403Qa2ouOmkUWV3 { color:#b1da0c;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:5.4656257629394rem;left:0rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qMoG74kmPV44GnpaEUcM4bdFMMqrQPg8 { 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:1.8125rem;width:1.8125rem;top:1.625rem;left:35.8125rem;overflow:hidden;display:block; }
#TuXVhohH0EfwaotyyBCDaXS7DJuLTWiS { 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:1.1875rem;width:1.1875rem;top:1.9375rem;left:37.75rem;overflow:hidden;display:block; }
#E8THIi7AxQdGsSblM4dZlyJbZ1oZCGKD { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:2rem;left:34.4375rem;overflow:hidden;display:block; }
#OnWrIKn2iLuAwC1K23cnOWtloUlt3Lqn { color:rgba(var(--color-primary-3),1);display:block;width:46.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:11.5625rem;left:14.125rem;height:3.5625rem;text-align:center;text-align-last:center;display:block; }
#HekrIkLysGAgKbxrl4IrRekBgmd8dtoK { background-color:#b1da0c;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.75rem 0.75rem 0.75rem rgba(var(--color-primary-4),0.14) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:17.46875rem;left:27.437501907349rem;display:block; }
#L3T5SyMCDWoqc70T81ISiLl8vuTCPB5W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zaFRTmv24MzBQ1dNcDTyC9yf1NheFAQp { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;box-shadow: none;height:8.5rem;width:8.5rem;top:9.5625rem;left:2.1875rem;overflow:hidden;display:block; }
#Ql9ZpgLar65bfOXOK8r4Gcyh4eVCxTOd { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;box-shadow: none;height:9.1875rem;width:9.1875rem;top:17.46875rem;left:0rem;overflow:hidden;display:block; }
#Tn2W8DTk2HOAQe0oKnGJZIbC6mUy7D3T { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;box-shadow: none;height:9.1875rem;width:9.1875rem;top:18.4375rem;left:13.3125rem;overflow:hidden;display:block; }
#LOSTnrGP8wKRldQciUSl92vsDSQJelDS { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;box-shadow: none;height:9.1875rem;width:9.1875rem;top:14.59375rem;left:7.25rem;overflow:hidden;display:block; }
#ZT85CXXbSzuHlFl88d0cce0QaZqGm6ba { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/16dd4ee2-5aa0-4573-bc65-d984482e824e/DSC_7087min.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZT85CXXbSzuHlFl88d0cce0QaZqGm6ba.adaptive-delivery-prevent-bg, #ZT85CXXbSzuHlFl88d0cce0QaZqGm6ba.lazyload, #ZT85CXXbSzuHlFl88d0cce0QaZqGm6ba.lazyloading { background-image: none; }#ZT85CXXbSzuHlFl88d0cce0QaZqGm6ba > .row .container { background-color: transparent; background-image: none; }#ZT85CXXbSzuHlFl88d0cce0QaZqGm6ba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,167,206,0.78); }#ZT85CXXbSzuHlFl88d0cce0QaZqGm6ba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT85CXXbSzuHlFl88d0cce0QaZqGm6ba > .row .container > .video-iframe-container { display: none; }#ZT85CXXbSzuHlFl88d0cce0QaZqGm6ba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,167,206,0.78); }#ZT85CXXbSzuHlFl88d0cce0QaZqGm6ba > .row > .video-iframe-container { display: none; }#ZT85CXXbSzuHlFl88d0cce0QaZqGm6ba > .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); }#ZT85CXXbSzuHlFl88d0cce0QaZqGm6ba > .row .container { border-width: 0; border-radius: 0; }#ZT85CXXbSzuHlFl88d0cce0QaZqGm6ba::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; }#ZT85CXXbSzuHlFl88d0cce0QaZqGm6ba > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZT85CXXbSzuHlFl88d0cce0QaZqGm6ba > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:75rem;position:relative;display:block; }#OKpEwclZ7LcGtTTpnH9GQcMsbu3nhI7I { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:3.2187501192093rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTG3JQNS18uy6pTIKTiTt0XwJSVC9ouk { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:7.8125rem;left:35.75rem;overflow:hidden;display:block; }
#LSyVSwVsczvEz9T660XaK8rp1VnRO8Lq { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:8.1875rem;left:34.375rem;overflow:hidden;display:block; }
#rfTHoGVV2wvWnHFnPiDa3vpolmDT4dkm { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:8.125rem;left:37.6875rem;overflow:hidden;display:block; }
#PoMZEpN23DGFnqaHH6ZgwCxEyeZ8MpQr { color:rgba(var(--color-tertiary-0),1);display:block;width:49.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:12rem;left:17.75rem;height:2.375rem;text-align:left;text-align-last:left;display:block; }
#tTWhwM2m0bUsbeAf3hdgVG8dQFJxMfNa { color:rgba(var(--color-tertiary-0),1);display:block;width:52.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:14.375rem;left:17.75rem;height:2.375rem;text-align:left;text-align-last:left;display:block; }
#C49xVF3x4eXqPELVDh0zbOKeTz2aqJSf { color:rgba(var(--color-tertiary-0),1);display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:16.8125rem;left:17.75rem;height:2.375rem;text-align:left;text-align-last:left;display:block; }
#rfDGcsfdBZzPf3hmzEB96gXxGWZ3D64Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.3125rem;left:15.4375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem #000000); }
#e1n9Iy8Dx27Ny5IgFIKbKoVhZ8pz4L93 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:14.625rem;left:15.4375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem #000000); }
#RqDao3HtKVfz8snArhnbEn2HsG2tuuCZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.0625rem;left:15.4375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem #000000); }
#veETUpHcwIUAdHANovyInW9TZmkM1gxN { background-color:#b1da0c;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.75rem 0.75rem 0.75rem rgba(var(--color-primary-4),0.14) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.0625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.030469894409rem;left:24.968751907349rem;display:block; }
#Q8HP8SPFX1IT6eWfrLCHS24P9m2kMru6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tfoRiP2TARie2J5kxttSQLkSSE90QFM3 { 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; }#tfoRiP2TARie2J5kxttSQLkSSE90QFM3 > .row .container { background-color: transparent; background-image: none; }#tfoRiP2TARie2J5kxttSQLkSSE90QFM3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfoRiP2TARie2J5kxttSQLkSSE90QFM3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfoRiP2TARie2J5kxttSQLkSSE90QFM3 > .row .container > .video-iframe-container { display: none; }#tfoRiP2TARie2J5kxttSQLkSSE90QFM3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfoRiP2TARie2J5kxttSQLkSSE90QFM3 > .row > .video-iframe-container { display: none; }#tfoRiP2TARie2J5kxttSQLkSSE90QFM3 > .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); }#tfoRiP2TARie2J5kxttSQLkSSE90QFM3 > .row .container { border-width: 0; border-radius: 0; }#tfoRiP2TARie2J5kxttSQLkSSE90QFM3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tfoRiP2TARie2J5kxttSQLkSSE90QFM3 > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:75rem;position:relative;display:block; }#PULpwc0d9ITUIFfUKlzlw8s5Z0wWgTlK { color:#b1da0c;display:block;width:45.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:3.625rem;left:15.875rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bSZuGCUCzqvRGvPvCl9giaPBHTV6wKfS { 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:1.8125rem;width:1.8125rem;top:7.6875rem;left:36.625rem;overflow:hidden;display:block; }
#FBDVr0Tm7hopLKIqDvv44dq9m5DZ7p6o { 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:1.1875rem;width:1.1875rem;top:8rem;left:38.5625rem;overflow:hidden;display:block; }
#hSKxxJTDbQVliTeBvXRnPKI0bzaVBXDh { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:8.0625rem;left:35.25rem;overflow:hidden;display:block; }
#CFEAD1NFOamLuS2rvTAUTVglo6ebJltx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.125rem;width:37.625rem;top:13.9375rem;left:17.875rem;display:block; }
#oI7mO41hkPUDQ3bWtQkKTteZvcAV6B3Z { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5rem;width:40.25rem;top:11.936719894409rem;left:16.5625rem;overflow:hidden;display:block; }
#hhZDQGGNU1ukVO6VNv1yX1HUg7iNvEKJ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.75rem 0.75rem 0.75rem rgba(var(--color-primary-4),0.14) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:43.112501144409rem;left:30.093752384186rem;display:block; }
#lAtTuTQ0Cra0raE4XF09qNcPm90DdlVD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yxMZSQEteQpJXbnIXMgFftuOIHOzX7Gp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#yxMZSQEteQpJXbnIXMgFftuOIHOzX7Gp > .row .container { background-color: transparent; background-image: none; }#yxMZSQEteQpJXbnIXMgFftuOIHOzX7Gp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxMZSQEteQpJXbnIXMgFftuOIHOzX7Gp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxMZSQEteQpJXbnIXMgFftuOIHOzX7Gp > .row .container > .video-iframe-container { display: none; }#yxMZSQEteQpJXbnIXMgFftuOIHOzX7Gp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxMZSQEteQpJXbnIXMgFftuOIHOzX7Gp > .row > .video-iframe-container { display: none; }#yxMZSQEteQpJXbnIXMgFftuOIHOzX7Gp > .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); }#yxMZSQEteQpJXbnIXMgFftuOIHOzX7Gp > .row .container { border-width: 0; border-radius: 0; }#yxMZSQEteQpJXbnIXMgFftuOIHOzX7Gp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yxMZSQEteQpJXbnIXMgFftuOIHOzX7Gp > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:75rem;position:relative;display:block; }#azeEVEVcriUcoSweodT1JrnCitks6wQ6 { color:#b1da0c;display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:4.25rem;left:0rem;height:3.33125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZfxNaaGGQXeOmkHlAFyPEJtXT6KwKWJX { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:7.8125rem;left:1.4375rem;overflow:hidden;display:block; }
#bge0R7cx5d8oBt2TH389U94t5TRlGy4x { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:8.1875rem;left:0.0625rem;overflow:hidden;display:block; }
#K3Zcbn3MR6QITqWrLvIoA47XL13ydFLt { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:8.125rem;left:3.375rem;overflow:hidden;display:block; }
#ATdZ7IK7BiPytUHAAFHyahyiof4nmkGM { background-color:rgba(var(--color-primary-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:rgba(var(--color-tertiary-4),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:1.5625rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:16.875rem;left:4.875rem;display:block; }
#l1upTveMhnyPeC1CbWpdBXd8QWLcByNy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zlad0mOxCxPZ6myhorx8PNORiTmii3EO { background-color:rgba(var(--color-primary-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:rgba(var(--color-tertiary-4),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:1.5625rem;text-decoration:none;z-index:15029;text-align:left;text-align-last:left;top:18.75rem;left:4.875rem;display:block; }
#rn7kmr8UJDlWPTascWPIDMgR2PvyRZgb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vwL5ZpevSbGTHTZ5qEf2sqa61MQJCarG { background-color:rgba(var(--color-primary-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:rgba(var(--color-tertiary-4),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:1.5625rem;text-decoration:none;z-index:15029;text-align:left;text-align-last:left;top:21.75rem;left:4.875rem;display:block; }
#OuTF0LBgtRbHsr46WtinuIVrVwiQX5mO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#onUe0E8JHlKL83cV0hu7SvMcAeuTZ9Hd { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.9;letter-spacing:0;top:25.0625rem;left:4.875rem;height:3.8rem;text-align:left;text-align-last:left;display:block; }
#hASP4hT1KGJtPTN1NZWWTDWrzn8QUxCR { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-4),0.14) ;height:21.0625rem;width:33.4375rem;top:12.375rem;left:0rem;display:block; }
#RAueQLMhdlqHvwnh99utnxrB1kZwJrbp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:24.1875rem;left:1.625rem; }
#LpXwAvyt0lJHxx6aVL6kTIWrh0GbCk1e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:16.5rem;left:1.8125rem; }
#QPtWI2GZDhDW6Uo12ALlGRqT5cS08biK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:21.375rem;left:1.8125rem; }
#k1ccx16gk3JZb2auFmqbmKKeBZLn8Ege { color:rgba(var(--color-primary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:13.5rem;left:1.8125rem;height:1.8375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q0mG7bUdDvmG20fbDQ7LEIWAWIKQhibT { position:absolute;display:block;z-index:15013;background-color:#b1da0c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-4),0.14) ;height:20.8125rem;width:38.75rem;top:12.5rem;left:35.312501907349rem;display:block; }
#JgTGxvXH3AbIltLmKbo0aykSEbc3607S { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:13.5rem;left:37.125rem;height:1.8375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xVHBrowJH9kPXZbqVZThPImqWEmF7V5X { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:2;letter-spacing:0;top:15.9375rem;left:37.125rem;height:14rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#POhONkP96Gg6p73oQ6TECbB1B0Xbmy6T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.75rem;width:9.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:.3;top:13.5380859375rem;left:63.75rem; }
#lpJ6Mah1D7x9T71ODGc5oDTDnFOfrlKw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#lpJ6Mah1D7x9T71ODGc5oDTDnFOfrlKw > .row .container { background-color: transparent; background-image: none; }#lpJ6Mah1D7x9T71ODGc5oDTDnFOfrlKw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpJ6Mah1D7x9T71ODGc5oDTDnFOfrlKw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpJ6Mah1D7x9T71ODGc5oDTDnFOfrlKw > .row .container > .video-iframe-container { display: none; }#lpJ6Mah1D7x9T71ODGc5oDTDnFOfrlKw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpJ6Mah1D7x9T71ODGc5oDTDnFOfrlKw > .row > .video-iframe-container { display: none; }#lpJ6Mah1D7x9T71ODGc5oDTDnFOfrlKw > .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); }#lpJ6Mah1D7x9T71ODGc5oDTDnFOfrlKw > .row .container { border-width: 0; border-radius: 0; }#lpJ6Mah1D7x9T71ODGc5oDTDnFOfrlKw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lpJ6Mah1D7x9T71ODGc5oDTDnFOfrlKw > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#exlFqgtF73gZsDsvs9uMVFlfdfsvquHo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:11.125rem;top:1.61767578125rem;left:0rem;overflow:hidden;display:block; }
#ZlwDAUp7mMI1mJzQtqZX675ZuoT5ug3t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.90625rem;left:14.28125rem; }
#ZlwDAUp7mMI1mJzQtqZX675ZuoT5ug3t > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#FcRHiuI9Oh5EOadVsttQx2KPtJ1RP24Q { color:rgba(var(--color-tertiary-0),0.42);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4404296875rem;left:53.0625rem;height:1.0563125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UToDDRPbW9LZ71Fc00M1IT71ec3u5TfL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:1.90625rem;left:17.21875rem; }
#UToDDRPbW9LZ71Fc00M1IT71ec3u5TfL > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #I5yWAAXgOksQXwd0EZP2NeQGeWmRd0Hw { display:none; }#I5yWAAXgOksQXwd0EZP2NeQGeWmRd0Hw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fgCTXxuDAUX3CsBqZt5mExMwDKc3zZZl { top:0.5rem;left:0rem;width:11.0625rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TD8ffryKoFSceUUK425iXNTDUZOBmbFz { display:none; }
 }@media only screen and (max-width: 763px) { #uREv2DZpmFuxso9bRzv6IqbdzKP73FPn { display:block; }#uREv2DZpmFuxso9bRzv6IqbdzKP73FPn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIIAyt5tkcMh9JnbU7zdkeebW6deaawn { top:0.5rem;left:0rem;width:11.9375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9F0CwRRaQhvHTx0BIG5UUHgV09sGn90 { width:4.5625rem;height:1.1875rem;top:1.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEWST0WQPvlCECIZutNL7lCLhBTl3W4J { display:block; }
 }@media only screen and (max-width: 763px) { #d10PJoVvL84U0dihcV4T0WCDCZxb0o0L { width:8.8125rem;height:1.1875rem;top:1.9375rem;left:5.7498922348022rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQaMU95l8Ts7O2utu1dvZ7iWBocCkpZW { display:block; }
 }@media only screen and (max-width: 763px) { #Ax9w6SgoIVmWDiqDc9bHWSJtgxWoZS3F { width:11.875rem;height:1.1875rem;top:1.9375rem;left:15.999785423279rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR7xlZ1EktkgqOo5IKPsQ0cO7gd9576t { display:block; }
 }@media only screen and (max-width: 763px) { #Enl26s5gCJfGvJcX5TeZwTInFxdey2hN { width:3.25rem;height:1.1875rem;top:1.9375rem;left:30.125002861023rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwKxrQeLGUG5WGrFoONu8N5slAIyOeO2 { display:block; }
 }@media only screen and (max-width: 763px) { #vhpC2OApgoxpGUA3XCg9gBmnIRv0zwVy { width:5.5625rem;height:1.1875rem;top:1.9375rem;left:35.687392234803rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRKFM4dInB9J23oboKm2XO3EKRbOz3BR { display:block; }
 }@media only screen and (max-width: 763px) { #zvBh2ZfbgPh9zJlsV9ptPgVaWCm5NXv1 { width:11.75rem;height:1.1875rem;top:1.875rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #Okg7gxeAarfxTFaOOr3f60PPm6rgWome { display:block; }
 }@media only screen and (max-width: 763px) { #JSnWKx82esQRSMbqZRtJ67E8DWSvaWrk { width:3.8125rem;height:1.1875rem;top:1.9375rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHkxxVciIpmTR1ATW6R4MRTWJF0G2G7y { display:block; }
 }@media only screen and (max-width: 763px) { #qmJCI2pEhWmVQao6zc4VMSDDGMMS02El { top:0.6875rem;left:0rem;width:6.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLFJhmIHCzzgiBbFC0H0DCC3zX7zT1PL { top:0.6875rem;left:5.9052085876465rem;width:8.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQC10tu7tyeNwef5lOCIBRKMNtWTAQnx { top:0.6875rem;left:14.717708587646rem;width:14.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4hEg9TL2gktwqmOTtZKMrIV2mIO7tf0 { display:block; }#g4hEg9TL2gktwqmOTtZKMrIV2mIO7tf0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LffZTWq1A0oWS8dh5NJDsCKFvgABI9zw { display:block; }#LffZTWq1A0oWS8dh5NJDsCKFvgABI9zw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tq8z3SytTmZQGS1ldxhiTsG4ginyeSs9 { width:6.125rem;height:1.1875rem;top:1.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkRwT7W6zikPCvcBs74205JSkFnxxeTv { display:block; }
 }@media only screen and (max-width: 763px) { #pfAGSJP208eeQoVLivmHWQDOcDxhh555 { top:3.375rem;left:1rem;width:12rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAiv2hd8iu5WUnBDGWGAMuJuMBHGkZ6y { width:6.125rem;height:1.1875rem;top:4.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBTzfEfIrS6eg6kA84THRFb2bKGmsdlZ { display:block; }
 }@media only screen and (max-width: 763px) { #oiMmcBZNA9RQCIGgd7xMHi56dez7JP03 { top:6.5625rem;left:1rem;width:12rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCTeVHyuApFc7gwTEzv2KtyckfzEZ1dC { width:6.125rem;height:1.1875rem;top:7.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E36uSsOZloFWr9vJ3v28Sezmf89f1neH { display:block; }
 }@media only screen and (max-width: 763px) { #WENCCJsf3DvXa0tiZbA4lUTcN3aTEhq9 { top:9.875rem;left:1rem;width:12rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXAVVUidrovtPppvwZIHU4I7WSSeL1HM { width:7.6875rem;height:1.1875rem;top:10.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kU3Z7sVsGDiwsF6nogHLsm2dlBRHhP3T { display:block; }
 }@media only screen and (max-width: 763px) { #IBgL520hxiUHGb0f8EstcVknrz1NETCk { top:13.125rem;left:1rem;width:12rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoqUDVRb9wt9KwyslGTFW42tRUKnoBSg { width:7.25rem;height:1.1875rem;top:14.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atrmIz3kaZrcnRAHRknSJ5fP1ilqX8km { display:block; }
 }@media only screen and (max-width: 763px) { #w3nOQtO70pNm2s3drLC7rpUdpxPGdxg1 { top:0.0625rem;left:0rem;width:6.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpNWfThILWp08H5N7TrkLCfUn3LlPiAm { top:16.75rem;left:1rem;width:12rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzTsPUCd5LeLZ9Ki0CSTD2WgkOQ5AWsd { top:20rem;left:1rem;width:12rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1swbnCJqkt4fseU9T2D3bB7adNvIchd { top:23.0625rem;left:1rem;width:12rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDLxpuH2sazXBlsqlUXSIKHWMsbely0P { width:8.25rem;height:1.1875rem;top:17.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK5749naWloaKDw20V6gr7omTElnp4IQ { display:block; }
 }@media only screen and (max-width: 763px) { #Ps0kZCpbS7FLsDrNLpR2IDUZCZeUSUKW { width:7.25rem;height:1.1875rem;top:24.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCgCwQnsQAuC776qVHXzTAnusL795EOL { display:block; }
 }@media only screen and (max-width: 763px) { #oWJn9gW5xp81BCdd9guHHs2XXSRKWIIm { width:7.25rem;height:1.1875rem;top:27.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlRVOU5D5UqDGvNSElsIkxMAAob4FfCw { display:block; }
 }@media only screen and (max-width: 763px) { #V5zTa5gWobUKwEVHLMJlBvHU5FXel8fT { top:29.9375rem;left:1rem;width:12rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGc66LnfIQWgfOsPAEF4Kmaf1at3NwVx { width:7.25rem;height:1.1875rem;top:31.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL8hcVlya6P6TSd6ob48WWz4R9DlBGmn { display:block; }
 }@media only screen and (max-width: 763px) { #WZUF5U3V9cEuLU4XvS1IRdd46mJUXCw0 { top:0rem;left:0.3125rem;width:13rem;height:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPg4mXAX3OoZm9tNkxkapiTBZ3hVwEC1 { top:27.125rem;left:0.8125rem;width:12rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuqmqAVQstBe3EdFwhqG3z8KMbgTa4xH { width:8.25rem;height:1.1875rem;top:21.125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTAfGMr3W1J2xnq42VgTNn6slmW3TDzy { display:block; }
 }@media only screen and (max-width: 763px) { #Rx1hXqH9GoNEqA3s3mTBGFHpt2bI94Ul { display:block; }#Rx1hXqH9GoNEqA3s3mTBGFHpt2bI94Ul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t07DN4cJERQpztcEeplTZh4VOnJT3TL3 { top:0.0625rem;left:5.875rem;width:8.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUPSITzkt45oXMlCOdFqJSrTFCUAS7uq { top:3.75rem;left:7.0625rem;width:13.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkZ5IIt9kulwxVIrdykHAIokTi3pzAef { width:7rem;height:1.1875rem;top:1.375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PInWAwPwppzkN1JNe8f6sLGQ0UKBMnTP { display:block; }
 }@media only screen and (max-width: 763px) { #T6g5BuFwAk8mzZSZO97TnkfuBgrJA3Tw { width:5.3125rem;height:1.1875rem;top:8rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxOe3w8CoAPalUs7qvdTyC1tUahFq3Bk { display:block; }
 }@media only screen and (max-width: 763px) { #p3MnTcVHVxe5uBsquDGIaxhhf00ut7F8 { width:7rem;height:1.1875rem;top:4.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0h2x6P5NN0zbnXTrVvqkwhvv6c1bTPw { display:block; }
 }@media only screen and (max-width: 763px) { #vkMv0u9XHLhyZBEcslKT8CpW3T24hIak { top:6.875rem;left:7.0625rem;width:13.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #deZczl9feW0lZLkr8BT6yop86tHt8mKQ { top:9.9375rem;left:7.0625rem;width:13.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPzTDmGicLAiS9MZ25gm0a0iWy19K8R0 { top:0rem;left:7.0625rem;width:13.6875rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMM0pmNuKnvvPoE8VTAaGq2VrQC06KQU { width:12rem;height:1.1875rem;top:11.3125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPKawupSO378s9XlbqElyHNGc7Qm1oQO { display:block; }
 }@media only screen and (max-width: 763px) { #pT66KiEAGKbBTAzmsdZBbNQ1S21n9Aps { display:block; }#pT66KiEAGKbBTAzmsdZBbNQ1S21n9Aps > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHhHgKRbOMZVfpQDCyWbqOK9LACPuATh { width:8.125rem;height:1.1875rem;top:1.125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq4nUZfO9Xm1Q6eJpN9L7C5Tzlw1KUIx { display:block; }
 }@media only screen and (max-width: 763px) { #ZIFJOGw83DwcEwkGEJu5v1cyZsLWwhQG { width:11.5625rem;height:1.1875rem;top:4.3125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhTQduCKz0rPMURvyoDwAdGMRmCZhrdV { display:block; }
 }@media only screen and (max-width: 763px) { #wCnaaErPcQp5Q35eegAG72a83RLLvuTU { top:3.3125rem;left:16.5rem;width:12.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykNnvlCkOhHkvSMT7Xt5tBBr6R6WN4wg { top:6.5rem;left:16.5625rem;width:12.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q75SI0QXwTGFTJuuysI7cPUItzUfDext { width:5.3125rem;height:1.1875rem;top:7.625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBhz56uJfytnblXVBsshX9UWyCtwhVQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #B5QXPAckgROsTfI2oTTz2DDNF1WPKnW6 { top:0rem;left:14.6875rem;width:14.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qceqaTvN9h4gICUINQxQr44LeuJ7nhy3 { top:0rem;left:16.4375rem;width:12.375rem;height:9.875rem;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) { #zTRVLT3esHGF9f6bHzPwI1r6VVPmAAr7 { top:1.3125rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhsh1ZkqZ7WiLlsIHzbTxayEMMMw4rKO { top:3.5rem;left:0rem;width:43.125rem;height:;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPH0pvfTf8zPzC0Tcb5gHAkMDRubwXdl { top:4.5625rem;left:46.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldlp00XtkN8pQ1iMpW2mepsT7tT9dcrP { top:1.3125rem;left:46.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSICyqgyWg3VXgw5fUyweI2eDygQeC7A { top:9.125rem;left:1.3125rem;width:26rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnIaZnXFgKsotSihRX2V1ZrFoTWr1pAW { top:7.75rem;left:23rem;width:1.8125rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wWEznAyE1A3oKHxrxxd2IO9XyouMInA4 { top:0rem;left:0rem;width:14.6875rem;height:36rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XCoZtsVlHw9a0c25f0DJl3plWfK21I10 { display:block; }#XCoZtsVlHw9a0c25f0DJl3plWfK21I10 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #icyxHlswxQHg4mOycVNteXyA9e1RgyOx { top:2.125rem;left:0rem;width:7.625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpWOZ68psaTWKwLnZeucgUgX02oSstp8 { top:2.125rem;left:2.375rem;width:6rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNSBmGWKrFO9rbVRPaZ5aMNI3rpuPxzQ { top:7.625rem;left:0rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzk6sMbCHXEsU8Aci6nI54CTESZBSz87 { top:9.4375rem;left:0rem;width:7.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPvfp370Ck2P7hcq3itHlNuPT7uym1Ey { top:9.3125rem;left:0rem;width:3.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfZ1yCmJRLu8aX6MswKVmbVoVpdrPKwT { top:9.4375rem;left:3.8125rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyTi4zonTXvH08aklXE5fcSF0wiIZTBa { top:9.25rem;left:1.5rem;width:3.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL2bHeDgPkBAsefrtOxlXumaGCqTEs0q { top:7.625rem;left:1.5rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #spBbmPRkuGJTaFUaeBuH7iXXyrcuZwup { top:2.125rem;left:14.843751907349rem;width:5.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8h0AvciICXX4DVD3FP8CXUTW3Sumys8 { top:7.625rem;left:14.84375rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2FC6BkLAw9Cd0dGbmDb9OAzUWOGowPF { top:9.375rem;left:16.125rem;width:7.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkA1pTszHF4drxzG7To7SbzrXiC5HVdw { top:9.25rem;left:13.625rem;width:3.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NduCKskSu7aHXPOnW3Fah56fi8XwZcy1 { top:2.125rem;left:41.125rem;width:6.625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4TBmeCF8ews9RcvN1TVd7O6I05kPbn2 { top:7.625rem;left:40rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5DZThODsL5ITRRBOzKx84xy61rVd0bS { top:9.3125rem;left:43.9375rem;width:3.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP0n3TVNkZwNFqiy8lP5gZecxDFcQU40 { top:9.4375rem;left:40rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQXkgwp2bhueGNFaEGspSU1RFRHrIZm6 { top:15.5rem;left:25.750001907349rem;width:8.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc3T3mp3Aaf6hsO7VTT08V4chZui5mct { top:16.25rem;left:37.937501907349rem;width:8.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0Z6b19ITKhiUchWRFbdz5WDNJcbghTv { top:16.0625rem;left:39rem;width:8.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdvBPnDtiAL5PJa1MbQyPhP4dD0pVa9h { top:1.625rem;left:0rem;width:37.6875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJLsQnT99MeEqi8PJGnh3h72RTPD6tRV { top:6.75rem;left:0rem;width:37.625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeTA5LeNfTTsSTFNqbtw44isZZU7b5XE { top:1.625rem;left:0rem;width:0.1875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtnq2x3ugaKVPNDXHMBU77RF6JLK7imf { top:2rem;left:11.250001907349rem;width:0.0625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6ypqiXIQdoys09sFO9UF1plE289mDSA { top:1.75rem;left:24.000001907349rem;width:0.0625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N33yweALiAMBlZcHrvFMbKPQaRTNJX56 { top:12.3125rem;left:0.23749923706055rem;width:9.0625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioSI6p8CTPmtAZoAJ9QzS3q8fdR4rahh { top:2.3125rem;left:0rem;width:7.625rem;height:6.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oRo1kkJTv3Sm6XRXqznvmAQoxk394z00 { top:1.5625rem;left:0rem;width:47.75rem;height:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #McsseFtZSma0T6pRCXE0lskcp7q1xgc9 { top:12rem;left:0rem;width:47.75rem;height:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qbB4318tD7GHl84mqrJHU7B6qwiOQs9n { top:5.625rem;left:0rem;width:9rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWWMmTLkwZRAyag2QR8WZvuAzxWtSQZL { top:5.5rem;left:1.75rem;width:9rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #obe5EVFolopMqXUTqtT2QLBO0NiqXNor { top:5.5625rem;left:13.937501907349rem;width:9rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suQQhPNJRbfyDqkwspNyGcTeHmheE2Lo { top:5.4375rem;left:38.75rem;width:9rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdAytNd6xFqI4pa4PlH97C5usdv1hcAz { top:7.625rem;left:26.0625rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEUyc26fVC31UnmAV28iO6RkbQ2XyFbW { top:8.9375rem;left:26rem;width:3.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAM3750ThNBTriHuGNXFMFBCvF3ZQkIG { top:5.4375rem;left:25.625001907349rem;width:9rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv6y7Wn9TudzdnRLEl6n0es2acoyKPhQ { top:2.125rem;left:26.875001907349rem;width:5.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4K3N2qSwu4JZqJiL3QU8iHrowT0ZNWr { top:9.4375rem;left:28.375rem;width:7.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeJW0QImgipENHQ6lxA34HdiQe9KGdoJ { top:9.3125rem;left:37.9375rem;width:3.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOuHCJGdDMCXGDZPzT1RHHGJx8tUueZa { top:7.625rem;left:37.9375rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhxD4u5bT6D1NBSfrAyvXp0ctcctC473 { top:2.125rem;left:38.687501907349rem;width:6.625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ0nk7ARordZrhw1JoaS9JkUiuHA3vXC { top:5.375rem;left:37.862501144409rem;width:9rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG5uuvwXD5KnAawRZkfMwSvy2SodrTq7 { top:9.4375rem;left:40rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON6prfuDbnkoiR2zpW2J6FrVQ2lCqO98 { top:1.625rem;left:10.4375rem;width:37.3125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WymyWD7ws6J8RHROqutqaEsccuZZOWH8 { top:6.8125rem;left:10.5rem;width:37.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwyhoAbQKAIXcwdQpff6ieyRaGsWg7tR { top:1.625rem;left:36.0625rem;width:0.1875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5vdhhkHZoAcT73sPTcfUI0wJwHldgP0 { top:1.8125rem;left:47.625rem;width:0.0625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0NHb4RxSr44JdnGXtasCJmB5MbobZ1f { top:2.125rem;left:47.625rem;width:0.0625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtSDtM5LTacffP8a5yWSBIfuMMXgiTsg { top:18.5625rem;left:25.625rem;width:9rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH6TMPmz3HaUe67AVW9Tuc7SknENXxwr { top:18.5rem;left:37.875rem;width:9rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1holyV50PiuDc83aEolyeesUT7cDWlx { top:20.75rem;left:37.9375rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZxMgwBDXOFmcp0yfVfTJa4q17r0Dl8r { top:22.4375rem;left:37.9375rem;width:3.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifgdeTxiayNi1mLDcNleTlcuWaJMTQyg { top:22.5625rem;left:40rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIxRz5K40kpW9re8VEA9ESR79BJsRlLS { top:20.75rem;left:26.0625rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #efC550CKT1Wrih1uiVECM7fCzqOBQS8S { top:22.0625rem;left:26rem;width:3.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HknL24BhwCvKm9rN9r98nkXqsqEVxRFy { top:22.5625rem;left:28.375rem;width:7.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3Q4r8haIXtiSn9IVPlmBxJBis7o7mn0 { top:20.75rem;left:40rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js4E0Sc2sHb9z0Vbsue0xoVLKJo8C2lo { top:22.4375rem;left:43.9375rem;width:3.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I784gCPNtbCFPLe99N42yJwpzKrtBVJl { top:22.5625rem;left:40rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVciReG8g7JrAwVffqABqH3AwcBo1hza { top:18.5625rem;left:38.75rem;width:9rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr2Hk56AxtX1RtGWE0uGlRKqlhqiAxDw { top:14.9375rem;left:47.625rem;width:0.0625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sogMlm2cN1k8bVwUdogUUKUEn2tHxp1q { top:14.75rem;left:36.0625rem;width:0.1875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBDKdUOwSneNJzQZ5iUfTciVwZcfHVtP { top:14.75rem;left:10.0625rem;width:37.1875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT5DO32lBBWfadcxIArgo2qE0BUPAiJE { top:19.9375rem;left:10.625rem;width:37.125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiCwQoUfZcpFpmtUkz8rUH8GvofVp6va { top:12.3125rem;left:0rem;width:7.75rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxdKa4TgdbgcNoI6qZquTUZhcaGKO7IQ { top:1.625rem;left:0rem;width:37.6875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykOqrhbXPNzOd2Sx0awL3VOmivQNIAmX { top:6.75rem;left:0rem;width:37.625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuMk4Zk6IF8SJGKkZ6akGdQbscrHTzFz { top:9.3125rem;left:0rem;width:3.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieae25vGVFUWZlgFACz4kWM0sTP8DvTl { top:9.4375rem;left:0rem;width:7.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #si7WW9B0GqSdZ6sbzNMnZQbMWih9t7GR { top:5.625rem;left:0rem;width:9rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3w0x1ZplfI0DF68iBLTIsnppNNn0RIZ { top:52.0625rem;left:0rem;width:16.875rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Piub7fKVco2gkcfZ8IgJWswlsNsklMcr { width:14.875rem;height:3.4375rem;top:28.1875rem;left:16.125002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH1Uq9nrme3D4Oi06nFXFfu4dzNuvBGu { display:block; }
 }@media only screen and (max-width: 763px) { #nbxeLFgCukeZ0L03eJDDsccaoRMbI4EE { display:none; }#nbxeLFgCukeZ0L03eJDDsccaoRMbI4EE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kgbn7PsPFzEMm4ZU9QDcBafbSZ1Sq9pG { top:2.125rem;left:0rem;width:7.625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtd6lHJcTTQ0UzOBaC4Ba9dIWHXTunD6 { top:2.125rem;left:2.375rem;width:6rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhEcLQdvTXKorTyDBBKAp8RGlgTrVAVI { top:9.4375rem;left:3.8125rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKdAx7MVQFAd2cCa3HS9y8fKE0UQuJA0 { top:9.25rem;left:1.5rem;width:3.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGeZxd1wnVBAynbiMvp0B3H4wTZO2sTc { top:7.625rem;left:1.5rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSlT2cs0ul0ZzraTyWU1aQXnpntbgKRC { top:2.125rem;left:14.843751907349rem;width:5.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTrXc0Jq4HmgtFhunfv4dd97fAc3kqwH { top:7.625rem;left:40rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqF3xqTD8kNgEWVqxwgCZVSCSmIsB6zr { top:9.3125rem;left:43.9375rem;width:3.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaqVBRbTSEbtpcT6l4AcDwQxlLIhoBhw { top:9.4375rem;left:40rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt5fd1VTV0dSeD9UMvRpDT81reN8246F { top:1.625rem;left:0rem;width:0.1875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvZmis7zWJusPIoFQsTBJWcdtiC8S5ET { top:2rem;left:11.250001907349rem;width:0.0625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEyKqTyVw4hJennu3Nc1fwwkFexpRcia { top:1.75rem;left:24.000001907349rem;width:0.0625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ4wzQ8kyD96goxIWQtX3VzVtsHlzQsD { top:12.3125rem;left:0.23749923706055rem;width:9.0625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOd7rrMett1XAsTfOkq8oGSKuxNR8PVZ { top:5.5rem;left:1.75rem;width:9rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrnPCB3vbEczxFvVuOvcUW0WPTBPNv32 { top:9.3125rem;left:37.9375rem;width:3.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpoTEr1f8x9bVsX9AaOSG31326nsRQTL { top:7.625rem;left:37.9375rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvb5GHTDfWP2NqX0g1TCJ3uhnc2DIuAq { top:5.375rem;left:37.862501144409rem;width:9rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6veV0PmkHd3I7FxymL5MFnVlwaoWRe3 { top:9.4375rem;left:40rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvhHDSaLeE8Qx7crQiDy2as5cK1aaMyS { top:1.625rem;left:36.0625rem;width:0.1875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR8DnMvNztqZBArPk0bPHUOJnPVZHNzD { top:1.8125rem;left:47.625rem;width:0.0625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6z3qkxLMVGVIvTKuta0mW04oEx16wNL { top:2.125rem;left:47.625rem;width:0.0625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w13hL9m8tx7Q5v4C2ObKdGLrVhqKlpsT { top:20.75rem;left:37.9375rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyrSMo2ZK8SDuXCckZiK3uDqJXZbO43S { top:22.4375rem;left:37.9375rem;width:3.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORG6QBXaO7HI15bTeNAxO9uiCtmQAz6n { top:22.5625rem;left:40rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmEQPpNqgJnkcVF6gsl75QpJtPurSO9V { top:20.75rem;left:40rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFmM9ZbxgSSqzapKnNgRBOOIIEBDZMrI { top:22.4375rem;left:43.9375rem;width:3.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHndENqIIZztoZERck2GgAew6fbfixvI { top:22.5625rem;left:40rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkFgxbeaNgIRT5p1KUuaUNhxqpo9LlH3 { top:14.9375rem;left:47.625rem;width:0.0625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhDzJfm0SzQo0TQlTWg9tv3neF15qLkc { top:14.75rem;left:36.0625rem;width:0.1875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nur9afpogEbXWMsToZ2gH4plpRZHqH4i { top:12.3125rem;left:0rem;width:7.75rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #hblBeA57oDATf4qoEr8zpmBmJ6XvCEdw { top:1.625rem;left:0rem;width:37.6875rem;height:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZ1F1GzTnCSy4nOrTrEPmFsiTcQCHe3A { top:1.625rem;left:0rem;width:37.6875rem;height:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3d2wyKE6dZSSDMcXgueggFt6PJSkSP7 { top:42.4375rem;left:0rem;width:16.875rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKcVt4eMhe55yogqoq9kdS3KhLZCWVQS { top:5.625rem;left:0rem;width:9rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKroQflGmtsGHQDxxUZ6zkJt9I0rBSgh { top:6.75rem;left:0rem;width:37.625rem;height:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #prFUgaeRAE85AbHebktTUKpOpwE500iG { top:7.625rem;left:0rem;width:7.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #m72P7prhV8nqlTyJpRfBxg5AGkqAOT24 { top:6.625rem;left:0rem;width:3.8125rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UXMECMRLscHsDinA120MtrRTK2H0Q7ur { top:9.4375rem;left:0rem;width:7.75rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpDTpcE6hvI66obrm3C2zDb5R9MWqtFs { top:9.75rem;left:0rem;width:16.875rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5pABQSkPFNTN0nKkEZL4iwUcscZkgJH { top:12rem;left:0rem;width:9rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBO2KHJWcsMVk01x7zFvBXdZ4M1ubCGC { top:6.75rem;left:0rem;width:37.625rem;height:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #a16T7AXGkmtLk1OFNnHTvydxNntcTyOH { top:7.625rem;left:0rem;width:7.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RwurLNE5UgmZBO3M6Wo4XmN8uumdis1L { top:15.625rem;left:0rem;width:3.8125rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sO1T5Urb4ILsFQTuJRfLkTtdbbRubRft { top:9.4375rem;left:0rem;width:7.75rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIRiFeIe76V3rbZkEU6dKbtwMa5WVxfX { top:1.625rem;left:0rem;width:37.6875rem;height:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nq8fT7gIeVRFWtKDgZeykITaIWT0Osyr { top:6.75rem;left:0rem;width:37.625rem;height:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JmPEfcKuqncN4mf1uEvw7VeSERIXfdPT { top:7.625rem;left:0rem;width:7.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #crh7Q6rpkt11lJURWvAeehSzuhl3JoWl { top:25.125rem;left:0rem;width:3.8125rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ST1a1S4IedTAqCUtC9yFwaWTPciMo0du { top:9.4375rem;left:0rem;width:7.75rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qM0VC5fr91SxCZk68q0t7AOVV00GQzZO { display:none; }#qM0VC5fr91SxCZk68q0t7AOVV00GQzZO > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zRdnUPc6HuHb6drq9UOv8C6bJ6f9Xdf3 { top:1.3125rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl4hAIcVaCg5EuQLEFO6zVA2vddqVSSU { top:3.5rem;left:0rem;width:43.125rem;height:5.5625rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qorQ7kv2tlsAQPR9ibd7RJfAh1k9SuBS { top:4.5625rem;left:46.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgEJGgwDb0EvkVmZQJ1ACSKvrqINQoMO { top:1.3125rem;left:46.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BimBi5JLxiEAUfXCBda8xETrGuV4dC6L { top:7.75rem;left:23rem;width:1.8125rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BIN7APnTbrMpCXs4rwv8hWcRmC4044Cs { top:0rem;left:0rem;width:14.6875rem;height:36rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uf2CPuFeMipSXI7vshIWKzJi3F6exGwC { display:block; }#Uf2CPuFeMipSXI7vshIWKzJi3F6exGwC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKQIJ8e3ZTcu3elZqkCecBdDHpcUnnH1 { top:0rem;left:0rem;width:33.75rem;height:74.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE57u4uchxbC6QNPKwa7VvhhRbGCQ2Up { top:0rem;left:14rem;width:33.75rem;height:83.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blleuJsFhDSdEQPUNxBEbbVt6G1NX15c { width:2.125rem;height:2.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA7gC5ftmgm8EGxeB6A22tIqWKUotlET { width:2.125rem;height:2.125rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4Plup82oESlWCQEU5pa1mOrWWbmZPbX { width:2.125rem;height:2.125rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPfROEMrLSxCq7N2OTc6IHOhUaETu2nG { width:2.125rem;height:2.125rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHephk3ePSQhK84oSM12FF90v0LRxnSI { width:2.125rem;height:2.125rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2VSuiuVXZXcO7e0T887wvwB0H71pzCK { width:2.125rem;height:2.125rem;top:7rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID8xdHd2LTBEkIsmaF7Rw0lw2Nidhn86 { width:2.125rem;height:2.125rem;top:30.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmt4NOIOMLT26Et3nhJxQgQBlHF3rKqT { width:2.125rem;height:2.125rem;top:44.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7EU33Gkt82Mof4ZoNWg5hIBfH036kHS { width:2.125rem;height:2.125rem;top:55.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCaTMBdETDJ9QDdawh8TD6xdyt5WxHPy { width:2.125rem;height:2.125rem;top:64.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnBAGHDhDUQthAURiTRux9OwG62COkSO { width:22.625rem;height:18.125rem;top:82.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef1Lr5JSNGylmORol9lf1qsATbBfTK6H { width:25.6875rem;height:25.6875rem;top:78.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp4JrAuTCSMMkAvw87V2UrZbMOLmeMNl { width:22.625rem;height:18.0625rem;top:92.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOiKRwadAqa3Nt7eqG2HRhx66ZtqcDgq { width:25.6875rem;height:25.6875rem;top:86.9375rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3GPyPIWPTwmwdvnmwMTTHTU59vXnbtr { top:75.375rem;left:0rem;width:3.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmLoAQE2Q7SCRHgHV1xL8lAQvtKV7pnc { top:78rem;left:0rem;width:31.6875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbZcar3SaJv5lDK6czfWsTFVPPAwo4gL { top:82.0625rem;left:9.4375rem;width:14.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFqQ6N6bPlPKC17ZB9vdWXCI2cAkGrTw { top:83.5rem;left:9.4375rem;width:14.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVl86LWtpsfk6LlHdEpTiv1DVSA5GslT { top:84.9375rem;left:16.6875rem;width:7.1875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVWxNLZ0dr8prhq7ZDklp69UT31kQ39p { top:85.5rem;left:23.875rem;width:3.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdU0v3lIbc9K6fMGodDoL4aeAcSkrLcL { top:88rem;left:24.237501144409rem;width:18rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCDfxgSEan9AwMnPN1S63GM3RqTG2zDR { top:105.1875rem;left:0rem;width:33.75rem;height:55.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzbxcTPhUXHVT5bOV3rTrykHsSb7TpFb { width:2.125rem;height:2.125rem;top:105.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g13wxSWcMUbn4MHLqA2pBiTBrEzNR57a { top:114.9375rem;left:14rem;width:33.75rem;height:29.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u23dXaW7E78EegaK5HtX7KNnCXyplekV { top:91.3125rem;left:37.8125rem;width:9.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmD4pXgOlO337hocOy3WOgCvgbQ5W69r { top:92.75rem;left:35.875rem;width:11.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhRZRbT8HX9rH8PZ9gn9uPRpImEKasRz { top:94.1875rem;left:40.5625rem;width:7.1875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGMbkivufmmwHRZhE5db9HNC2KO5ez7q { width:2.125rem;height:2.125rem;top:73.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTB1TTED5VaMNr4Afsp2WulVHFOPgyMW { width:2.125rem;height:2.125rem;top:114.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb8Esef9RTGmQcuHNSGEKfJEPi98csSz { width:2.125rem;height:2.125rem;top:121.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDu2C5gtsRB53FOpArAm7ST8R0wBCTqx { width:2.125rem;height:2.125rem;top:128.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUV0lGWJyUgARgcyIyU6C23UB4P1ZdJX { width:2.125rem;height:2.125rem;top:137.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJKGrIdSLUt7xUUUrDwkRC6cM4RdyTSo { width:2.125rem;height:2.125rem;top:141.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLNcQxd8lk6yPKuXB9qri63XimFCF5XS { width:2.125rem;height:2.125rem;top:48.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T89krSFdzA43crWUKm5xxsKzQlEd8TvW { width:2.125rem;height:2.125rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqhcVMCgzPVt4568KR9sgt6VmPTDZ7Mi { width:2.125rem;height:2.125rem;top:68.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwvBpuw9LyNRKseDGIDu7MN5Tv20UzNS { width:2.125rem;height:2.125rem;top:111.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESD9K2O6UvaHtHQXphKPvhzQa6dyIF0E { width:2.125rem;height:2.125rem;top:119.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfKugwyWA1A6yOimt5UGbHknzXtGpHea { width:2.125rem;height:2.125rem;top:127.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWnwmm76qgFvglDUE22ugCvWf0M8AzZI { width:2.125rem;height:2.125rem;top:136.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO8V53diJMMu3VykdERKBreXTZo2aU5Q { width:2.125rem;height:2.125rem;top:147.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJAHKpXwfDTECJPg35cm3g3AcUXgZ1mJ { width:2.125rem;height:2.125rem;top:153.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoFEc5dLGvmdxVo8s35xav0cmr3Ql2KP { width:2.125rem;height:2.125rem;top:158rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpOGUTdtu2XXJZS8Ja0Ac0Z1szBwrS7n { top:148.5625rem;left:36.518751144409rem;width:9.0625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rbm0LTecig8c3A4Z1gZAy8ICVQRGGFMN { width:14.875rem;height:3.4375rem;top:163.6875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8QtvTec4UcrSsKRHDZF11UzSDneooHG { display:block; }
 }@media only screen and (max-width: 763px) { #FdJ1rOwXH8CTh64NWteTM0w8TMLnKXLQ { display:none; }#FdJ1rOwXH8CTh64NWteTM0w8TMLnKXLQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CMXmpfTP46EhRdHv4WR1nHsI1dZpRbtA { top:0rem;left:0rem;width:33.75rem;height:74.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov1GycwN2RksI7GAgclQBrRVnyVS8XO0 { width:2.125rem;height:2.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuntpdqwFp6nGvm8TTcioZ0KWG4Kid1b { width:2.125rem;height:2.125rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpn0Pt2b01az0sqaz9eSHgblomvyZ5Zz { width:2.125rem;height:2.125rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci5VTyqWgP1xbiJXuUZZZo5VrITkeacJ { width:2.125rem;height:2.125rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6d1MMQpdc1MBJsfA9xMPf9N5TW2bIyt { width:2.125rem;height:2.125rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gct3Os0GmBTuFKVBuBhyer4FJRgUdEeN { width:2.125rem;height:2.125rem;top:7rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkfF7DsL1PSedPBEn0AQOKeriDcnuJlT { width:2.125rem;height:2.125rem;top:30.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBrUe2RtAT9iDeHPhObTBBzw64Ig6IDp { width:2.125rem;height:2.125rem;top:44.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNp1tTXcSAy5iMgNxw5HgrbsJUnTucdA { width:2.125rem;height:2.125rem;top:55.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyDHGN9PNApfty3ARH72VzxUHw0rPCmL { width:2.125rem;height:2.125rem;top:64.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I61QsKso7Grc21FsKeZTnBRuKidZHmCm { width:22.625rem;height:18.125rem;top:82.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqc1z49l4VfO12RntgNgr4cPR8QJtnBt { width:25.6875rem;height:25.6875rem;top:78.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw68de09Uc8uWBPnKT3ZIaMHQODyZTGO { top:78rem;left:0rem;width:31.6875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPVoTiC51CkC49a9a6NZtU2uwqvxBngU { top:82.0625rem;left:9.4375rem;width:14.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNo6CM8TIxsvLqA0LV8OVB7F2dkeP5QP { top:83.5rem;left:9.4375rem;width:14.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3z7ZEyQd9CAq0Jv9T64QdxNcW5Kn6Fc { top:84.9375rem;left:16.6875rem;width:7.1875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6GgWlePvqQ08C9Q1uQIoy2EQX6tViGs { top:85.5rem;left:23.875rem;width:3.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSzU13yzkWsHnl4HraTHMGr0gP9OaQlB { top:105.1875rem;left:0rem;width:33.75rem;height:55.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn6TRFQSiTvnNApT2iy8fTwDxTnPptS0 { width:2.125rem;height:2.125rem;top:105.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A18pGO9ukPUFUfkd6f4ucAdTZPWxqNkr { width:2.125rem;height:2.125rem;top:48.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOPA36XKVepaCXbiTq75NWJGScqK0cU6 { width:2.125rem;height:2.125rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJcBESK83tDHvNUCXnQPx2qpzH69tJtr { width:2.125rem;height:2.125rem;top:68.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNUIfraOogcaHypxFr8Bs3xJnQMxhSRT { width:2.125rem;height:2.125rem;top:111.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlUZoMWTSSvv6pLlHWI28SzCEVqOzSPc { top:148.5625rem;left:36.518751144409rem;width:9.0625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #shuaofeTPX4ShDqfGMsdbHHfeTISbME6 { display:none; }#shuaofeTPX4ShDqfGMsdbHHfeTISbME6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VpK5r1NFc66NqAZOHHTp3vKz8zPB0KDb { top:2.125rem;left:0rem;width:7.625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmWdhqavz5E368luz12FBGMKwPPfSwq3 { top:2.125rem;left:2.375rem;width:6rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m83T1AdB0ug2MCTy9Qf72xeEFtDNJZhC { top:9.4375rem;left:3.8125rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkk4dBr3nRSQlQKhvXGHIlRSRv85TZ6d { top:9.25rem;left:1.5rem;width:3.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFAIAs2TqIFvuCwrKHJOEIJDzGT3kSVg { top:7.625rem;left:1.5rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN61NtTo5ANHlcQExMTA1c4voMiCDsBL { top:2.125rem;left:41.125rem;width:6.625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIdp5M9nICo7BCUZcTiXG4toVLtTtvA9 { top:7.625rem;left:40rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3iNWHKiO2wcNAkr7QwiRLSrlix3R137 { top:9.3125rem;left:43.9375rem;width:3.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8DnT3s4Rp45kCc25r2K1A5Ea9txIkFg { top:9.4375rem;left:40rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW3SBzrGmFu7l5Z8cLZl2hMIp41pk2aU { top:15.5rem;left:25.750001907349rem;width:8.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwQR9CmoinUV4DCBDb8oqAnPQWMNmZAG { top:16.25rem;left:37.937501907349rem;width:8.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhHZ00QcRIVsfW5iuoeIFWUsHPgFQg0f { top:15.5rem;left:39rem;width:8.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ4V5mFfZqJyebEvvVHhZ40QHn8i53V8 { top:1.625rem;left:0rem;width:0.1875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBRDi9xGmmTGz3GKt28zTP0P7OfonAim { top:2rem;left:11.250001907349rem;width:0.0625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGroiZWuHaVZtZ1kiVKMRQnFd9Cxp4c0 { top:1.75rem;left:24.000001907349rem;width:0.0625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7ORNuI6r9dROL63B6MiHK5Nh09RfTiT { top:12.3125rem;left:0.23749923706055rem;width:9.0625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRoHGdt4ZmAzFweCzs5fuiJEmoOC26iz { top:12rem;left:0rem;width:47.75rem;height:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FMb0PuQMSWHFIQEeDXbs8c61x1wc3TGD { top:5.5rem;left:1.75rem;width:9rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoaqamU7JHgK0yuZeav2JkUg6QxcTXko { top:5.4375rem;left:38.75rem;width:9rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhQDO1aiJtze22QuIdig9SyiGE7IHtKt { top:7.625rem;left:26.0625rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i02UvUXJ7nc8WK3iInNDgsEzOdO0whVk { top:15.3125rem;left:0rem;width:3.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzpsrU7o7AUXx2kx8q0n4gBmNoTCBMEy { top:5.4375rem;left:25.625001907349rem;width:9rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHseEITdUR8lapWzMVhoVTi5DzBHg6rJ { top:2.125rem;left:26.875001907349rem;width:5.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdMiw3ti7S2R7rkCEZFFHSRK0IQaR4Is { top:9.4375rem;left:28.375rem;width:7.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFHrDMbmd0SAVcoPODbCBRR8oe4Mlf86 { top:9.3125rem;left:37.9375rem;width:3.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZbnLrGLVP2yfvA9CTG6aXkLRDslG6eo { top:7.625rem;left:37.9375rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7nWeu5TNRb9ek8AqAaZcikXdLiFBTcS { top:2.125rem;left:38.687501907349rem;width:6.625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #caJyXb9BsXqUeXQF4pibc3TaF0UfvlEs { top:9.4375rem;left:40rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQV1P7Jd9U7hlTsKDs4bwHGvv2HrcLbQ { top:1.625rem;left:10.4375rem;width:37.3125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #znfBciVQgnFoLNZuTA7T60NyLpA1Nrtm { top:6.8125rem;left:10.5rem;width:37.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9Zpo69ATK8xnMhyPz82ART7tRQyxGD4 { top:1.625rem;left:36.0625rem;width:0.1875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXKdramIAp8S5lW5z7FDC9gqIiy1TyT4 { top:1.8125rem;left:47.625rem;width:0.0625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2JEdnaKuAVqbJ2IEvQCE7v7TDKRgDzF { top:2.125rem;left:47.625rem;width:0.0625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqg4QLlTgunzM4Img2ncTqF3lVZuaZAW { top:18.5625rem;left:25.625rem;width:9rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx2PN0sypS5ETy9f3hxiXyJJykJ1NBA4 { top:18.5rem;left:37.875rem;width:9rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #px5Sr6Jn0VrHQhpTAuoRXfkS3AzfEoX0 { top:20.75rem;left:37.9375rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcgTst2iT1hfqVDKov9gHQgrzflOgdhU { top:22.4375rem;left:37.9375rem;width:3.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4zyRB9BCSmbcJmTvFZQQ5OsFkLTpz8H { top:22.5625rem;left:40rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlaI4ytwypUVm1Nfu8liUaM7DXv9UcXL { top:20.75rem;left:26.0625rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oodzvo6J2XbT3UD8MGNZW02LP3w6Pncy { top:22.0625rem;left:26rem;width:3.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZhk54rTETtrfkwsmzQbtSAlKnWFLFUL { top:22.5625rem;left:28.375rem;width:7.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv8dETO6iJFI04pvC5E4EmQFWekX0UPO { top:20.75rem;left:40rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLTRtzsR50BpryTwblwHJgfEOdkhSRhE { top:22.4375rem;left:43.9375rem;width:3.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdFuqwfx2VePfIAzcSZi4CLLlO7AeUp8 { top:22.5625rem;left:40rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydPnrm17PdsxghB4HnKQVD6SsAr0FPxX { top:18.5625rem;left:38.75rem;width:9rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSteJdM4G9OZb5y9ILcL8EzVqfqThLLO { top:14.9375rem;left:47.625rem;width:0.0625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfvnt20uA5NJT7V2ILMGgVXQo3t52bKX { top:14.75rem;left:36.0625rem;width:0.1875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #na4rMg8eMdIZ6Of0Dqq9bDbOdff5aTtT { top:14.75rem;left:10.0625rem;width:37.1875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKS7bKetq3DTDEcNtDpU8mlDvXk6cHes { top:12.3125rem;left:0rem;width:7.75rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok4q9Osd9qR7IW6EDxyGsMHokOmBbaDE { display:none; }#ok4q9Osd9qR7IW6EDxyGsMHokOmBbaDE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dkQEZCyxCvpEXkbq5i7HXyVsKAQ5rka9 { top:0rem;left:14rem;width:33.75rem;height:83.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afvLA1XGpPzTdRJHzJDwL37hCPCRR4Gt { width:22.625rem;height:18.0625rem;top:92.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFKBZ4lbTFAqS4O7f552DJc3pQkrMTXb { width:25.6875rem;height:25.6875rem;top:86.9375rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn3IJDsAa70xwhqSBfEbfDc6ZOTpP3RE { top:75.375rem;left:0rem;width:3.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShIlDAthpH8TQruKvMvOGh4dXeTZyM4a { top:88rem;left:24.237501144409rem;width:18rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBB4FEnCywChtS64A2wZEbldPgbV7ka0 { top:114.9375rem;left:14rem;width:33.75rem;height:29.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #alaFraxH03Ov7vr5ToPknwAL3gm1JIWn { top:91.3125rem;left:33.3125rem;width:9.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSm06nnOrpBU3te7tTOl0i2D7BzxZaMW { top:92.75rem;left:35.875rem;width:11.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzCpOg0loHIfwqHLTTcTrGTZOwgy96Nk { top:94.1875rem;left:40.5625rem;width:7.1875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6TqKgm09qCNhnzTLTWzOqqFqlvzFoIr { width:2.125rem;height:2.125rem;top:73.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8eEenGSt4Vgdw63wHDpdJGrtw0rJEMK { width:2.125rem;height:2.125rem;top:114.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNw2NoAkoA9XhhXd7ncQ4THKXnh332VP { width:2.125rem;height:2.125rem;top:121.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7OvPWIW8hbgeD4qoAtVIyFeMP9Qu152 { width:2.125rem;height:2.125rem;top:128.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3Awq8TkaIwQfcN9mz7OSmmTk7gazgFK { width:2.125rem;height:2.125rem;top:137.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDwKADLsF4AdvEbPyR5vXEwQOplmeRKk { width:2.125rem;height:2.125rem;top:141.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy2LAQGUHAbg2Jhn8bTQ5gkmhO2SH9e1 { width:2.125rem;height:2.125rem;top:119.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoXM6TOuiC7On5NmX9IXrW7bk0eV9zRE { width:2.125rem;height:2.125rem;top:127.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmeQ3zK4t0d1DKkuUPaKAv4xUnOfZ4T7 { width:2.125rem;height:2.125rem;top:136.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsywkFpIWgp3CbRN9saLTFQZB3V6o1s3 { width:2.125rem;height:2.125rem;top:147.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCiC3rCy4DedDEpTghAqlh440MqySfOz { width:2.125rem;height:2.125rem;top:153.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSHz8qbnL8RSKsRRF8ynXUWDwkoRT7pg { width:2.125rem;height:2.125rem;top:158rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwVW4WzMdDBKClHgG8st53mNUTCm0PyO { top:148.5625rem;left:36.518751144409rem;width:9.0625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyASK6WGGZW0MRZz7qN1hEhxShUkvkio { display:block; }#dyASK6WGGZW0MRZz7qN1hEhxShUkvkio > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAK6QwJk5H6iKNHPbJv5ZenDBklZBr7n { top:2.1875rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGvGuOOJ06wHPEXPv72QkTZSkecDNdkh { top:5.8125rem;left:23rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ureBhpWEIcsQWBgfTcc3TBP6txMuJQfD { top:6.125rem;left:24.9375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvqHWxFw44ND6QfQPmhT8zUdGEsJwHMm { top:6.1875rem;left:21.625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvRRZhTuA7Phc6WyfiSoJbsxeCHDEd2S { display:block; }#SvRRZhTuA7Phc6WyfiSoJbsxeCHDEd2S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLJITywTk5IxfGT1rn4P1pcM3eoMxfTy { top:1.8125rem;left:0rem;width:47.75rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppmz15HIkqV12zZiizbiE9HaBMKhvHFz { top:3.625rem;left:0rem;width:19.5rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycSlHCogkG11eGy1wC2gK6iuiQL8JhJv { top:7.8125rem;left:0rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0ry26RQBUP5hFevuN8oF1DDJJ0uBVW3 { top:7.0625rem;left:0rem;width:47.75rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlCMlnOS4grILIXydQNQ5aEM67XTnVCD { top:9.75rem;left:0rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU03IqXaHGS7QJJGZDR4DBgrsbDNP24X { top:9.5rem;left:0rem;width:4.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJWUllX4vymohFy8HamZO5E3rkfOUV9g { top:1.8125rem;left:23.8125rem;width:0.0625rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGGgu6bl5XQCkCA0nG4VeJQWodLCgWcb { top:3.625rem;left:25.875rem;width:19.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6952PLcfuRENR2TbaRA9eABDKMhEOmc { top:9.5rem;left:25.875rem;width:5.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1LqHpXtoeI1qBNOiACaCBdpFBA6psJI { top:7.8125rem;left:25.875rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqCIi6OvogLwaHcbH86Gf4fvr5ix6KVJ { top:12.3125rem;left:0rem;width:47.75rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnmlVnFM8X0sK3Bde12m6nigX8bTqm8E { top:13.3125rem;left:0rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORc7Xpz1MgCoATB2eBHu5zMarra6xx4A { top:13.3125rem;left:25.875rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF6bSifrnQ9RxV4vb3razFgB7ez7ovvR { top:14.8125rem;left:0rem;width:4.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3QgtfkrixTnqdGSZnbz10ONAmxZnvOH { top:14.9375rem;left:0rem;width:5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJtKvDtXQsWBbpVQqZ5H7EzFdLcbIq89 { top:14.8125rem;left:25.875rem;width:4.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxdNTQlQxuxXxQH2WKEPUm7outMFJPFN { top:9.625rem;left:30.6875rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkouUk6VoTXKTUaoBrRWvG4yHz5GeW06 { top:14.9375rem;left:30.9375rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6VTtBfzQc3IGcXZ2fp4EfMXSCHhzXcZ { display:block; }#K6VTtBfzQc3IGcXZ2fp4EfMXSCHhzXcZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9pp9Q26Al3mDhx8u403Qa2ouOmkUWV3 { top:5.4375rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMoG74kmPV44GnpaEUcM4bdFMMqrQPg8 { top:1.625rem;left:22.1875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuXVhohH0EfwaotyyBCDaXS7DJuLTWiS { top:1.9375rem;left:24.125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8THIi7AxQdGsSblM4dZlyJbZ1oZCGKD { top:2rem;left:20.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnWrIKn2iLuAwC1K23cnOWtloUlt3Lqn { top:11.5625rem;left:0.5rem;width:46.75rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HekrIkLysGAgKbxrl4IrRekBgmd8dtoK { width:20.125rem;height:3.4375rem;top:17.4375rem;left:13.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3T5SyMCDWoqc70T81ISiLl8vuTCPB5W { display:block; }
 }@media only screen and (max-width: 763px) { #zaFRTmv24MzBQ1dNcDTyC9yf1NheFAQp { width:8.5rem;height:8.5rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql9ZpgLar65bfOXOK8r4Gcyh4eVCxTOd { width:9.1875rem;height:9.1875rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn2W8DTk2HOAQe0oKnGJZIbC6mUy7D3T { width:9.1875rem;height:9.1875rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOSTnrGP8wKRldQciUSl92vsDSQJelDS { width:9.1875rem;height:9.1875rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT85CXXbSzuHlFl88d0cce0QaZqGm6ba { display:block; }#ZT85CXXbSzuHlFl88d0cce0QaZqGm6ba > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKpEwclZ7LcGtTTpnH9GQcMsbu3nhI7I { top:3.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTG3JQNS18uy6pTIKTiTt0XwJSVC9ouk { top:7.8125rem;left:22.125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSyVSwVsczvEz9T660XaK8rp1VnRO8Lq { top:8.1875rem;left:20.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfTHoGVV2wvWnHFnPiDa3vpolmDT4dkm { top:8.125rem;left:24.0625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoMZEpN23DGFnqaHH6ZgwCxEyeZ8MpQr { top:12rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTWhwM2m0bUsbeAf3hdgVG8dQFJxMfNa { top:14.375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C49xVF3x4eXqPELVDh0zbOKeTz2aqJSf { top:16.8125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfDGcsfdBZzPf3hmzEB96gXxGWZ3D64Q { width:1.75rem;height:1.75rem;top:12.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1n9Iy8Dx27Ny5IgFIKbKoVhZ8pz4L93 { width:1.75rem;height:1.75rem;top:14.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqDao3HtKVfz8snArhnbEn2HsG2tuuCZ { width:1.75rem;height:1.75rem;top:17.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #veETUpHcwIUAdHANovyInW9TZmkM1gxN { width:25.0625rem;height:3.4375rem;top:25rem;left:11.343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8HP8SPFX1IT6eWfrLCHS24P9m2kMru6 { display:block; }
 }@media only screen and (max-width: 763px) { #tfoRiP2TARie2J5kxttSQLkSSE90QFM3 { display:block; }#tfoRiP2TARie2J5kxttSQLkSSE90QFM3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PULpwc0d9ITUIFfUKlzlw8s5Z0wWgTlK { top:3.625rem;left:0rem;width:45.375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSZuGCUCzqvRGvPvCl9giaPBHTV6wKfS { top:7.6875rem;left:22.0625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBDVr0Tm7hopLKIqDvv44dq9m5DZ7p6o { top:8rem;left:23.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSKxxJTDbQVliTeBvXRnPKI0bzaVBXDh { top:8.0625rem;left:22.6875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFEAD1NFOamLuS2rvTAUTVglo6ebJltx { width:37.625rem;height:21.125rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI7mO41hkPUDQ3bWtQkKTteZvcAV6B3Z { width:40.25rem;height:28.5rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhZDQGGNU1ukVO6VNv1yX1HUg7iNvEKJ { width:14.875rem;height:3.4375rem;top:43.0625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAtTuTQ0Cra0raE4XF09qNcPm90DdlVD { display:block; }
 }@media only screen and (max-width: 763px) { #yxMZSQEteQpJXbnIXMgFftuOIHOzX7Gp { display:block; }#yxMZSQEteQpJXbnIXMgFftuOIHOzX7Gp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azeEVEVcriUcoSweodT1JrnCitks6wQ6 { top:4.25rem;left:0rem;width:37.5625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfxNaaGGQXeOmkHlAFyPEJtXT6KwKWJX { top:7.8125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bge0R7cx5d8oBt2TH389U94t5TRlGy4x { top:8.1875rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3Zcbn3MR6QITqWrLvIoA47XL13ydFLt { top:8.125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATdZ7IK7BiPytUHAAFHyahyiof4nmkGM { width:6.4375rem;height:1.5625rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1upTveMhnyPeC1CbWpdBXd8QWLcByNy { display:block; }
 }@media only screen and (max-width: 763px) { #Zlad0mOxCxPZ6myhorx8PNORiTmii3EO { width:6.4375rem;height:1.5625rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn7kmr8UJDlWPTascWPIDMgR2PvyRZgb { display:block; }
 }@media only screen and (max-width: 763px) { #vwL5ZpevSbGTHTZ5qEf2sqa61MQJCarG { width:13.9375rem;height:1.5625rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuTF0LBgtRbHsr46WtinuIVrVwiQX5mO { display:block; }
 }@media only screen and (max-width: 763px) { #onUe0E8JHlKL83cV0hu7SvMcAeuTZ9Hd { top:25.0625rem;left:0rem;width:15.5625rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hASP4hT1KGJtPTN1NZWWTDWrzn8QUxCR { top:12.375rem;left:0rem;width:33.4375rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAueQLMhdlqHvwnh99utnxrB1kZwJrbp { top:24.1875rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpXwAvyt0lJHxx6aVL6kTIWrh0GbCk1e { top:16.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPtWI2GZDhDW6Uo12ALlGRqT5cS08biK { top:21.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1ccx16gk3JZb2auFmqbmKKeBZLn8Ege { top:13.5rem;left:0rem;width:15rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0mG7bUdDvmG20fbDQ7LEIWAWIKQhibT { top:12.5rem;left:9rem;width:38.75rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgTGxvXH3AbIltLmKbo0aykSEbc3607S { top:13.5rem;left:23.5rem;width:15rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVHBrowJH9kPXZbqVZThPImqWEmF7V5X { top:15.9375rem;left:20.25rem;width:27.5rem;height:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #POhONkP96Gg6p73oQ6TECbB1B0Xbmy6T { top:13.5rem;left:38rem;width:9.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpJ6Mah1D7x9T71ODGc5oDTDnFOfrlKw { display:block; }#lpJ6Mah1D7x9T71ODGc5oDTDnFOfrlKw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exlFqgtF73gZsDsvs9uMVFlfdfsvquHo { top:1.5625rem;left:0rem;width:11.125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlwDAUp7mMI1mJzQtqZX675ZuoT5ug3t { top:1.875rem;left:0.65625rem;width:2.125rem;height:2.125rem;display:block; }
#ZlwDAUp7mMI1mJzQtqZX675ZuoT5ug3t > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #FcRHiuI9Oh5EOadVsttQx2KPtJ1RP24Q { top:2.4375rem;left:25.8125rem;width:21.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UToDDRPbW9LZ71Fc00M1IT71ec3u5TfL { top:1.875rem;left:3.59375rem;width:2.125rem;height:2.125rem;display:block; }
#UToDDRPbW9LZ71Fc00M1IT71ec3u5TfL > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #I5yWAAXgOksQXwd0EZP2NeQGeWmRd0Hw { position:relative;z-index:auto;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; }#I5yWAAXgOksQXwd0EZP2NeQGeWmRd0Hw > .row .container { background-color: transparent; background-image: none; }#I5yWAAXgOksQXwd0EZP2NeQGeWmRd0Hw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5yWAAXgOksQXwd0EZP2NeQGeWmRd0Hw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5yWAAXgOksQXwd0EZP2NeQGeWmRd0Hw > .row .container > .video-iframe-container { display: none; }#I5yWAAXgOksQXwd0EZP2NeQGeWmRd0Hw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5yWAAXgOksQXwd0EZP2NeQGeWmRd0Hw > .row > .video-iframe-container { display: none; }#I5yWAAXgOksQXwd0EZP2NeQGeWmRd0Hw > .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); }#I5yWAAXgOksQXwd0EZP2NeQGeWmRd0Hw > .row .container { border-width: 0; border-radius: 0; }#I5yWAAXgOksQXwd0EZP2NeQGeWmRd0Hw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I5yWAAXgOksQXwd0EZP2NeQGeWmRd0Hw > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgCTXxuDAUX3CsBqZt5mExMwDKc3zZZl { width:8.8125rem;height:2.9375rem;top:0rem;left:0rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TD8ffryKoFSceUUK425iXNTDUZOBmbFz { display:flex;top:0.75rem;left:17.549999594688rem;width:1.5rem;height:1.5rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #uREv2DZpmFuxso9bRzv6IqbdzKP73FPn { position:relative;z-index:auto;display:none; }#uREv2DZpmFuxso9bRzv6IqbdzKP73FPn > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UIIAyt5tkcMh9JnbU7zdkeebW6deaawn { width:11.0625rem;height:3.75rem;top:0.625rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9F0CwRRaQhvHTx0BIG5UUHgV09sGn90 { width:4.5625rem;height:1.1875rem;top:5.9375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KEWST0WQPvlCECIZutNL7lCLhBTl3W4J { display:block; }
 }@media only screen and (max-width: 763px) { #d10PJoVvL84U0dihcV4T0WCDCZxb0o0L { width:3.0625rem;height:1.1875rem;top:8.375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQaMU95l8Ts7O2utu1dvZ7iWBocCkpZW { display:block; }
 }@media only screen and (max-width: 763px) { #Ax9w6SgoIVmWDiqDc9bHWSJtgxWoZS3F { width:6.125rem;height:1.1875rem;top:10.8125rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oR7xlZ1EktkgqOo5IKPsQ0cO7gd9576t { display:block; }
 }@media only screen and (max-width: 763px) { #Enl26s5gCJfGvJcX5TeZwTInFxdey2hN { width:3.25rem;height:1.1875rem;top:13.25rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bwKxrQeLGUG5WGrFoONu8N5slAIyOeO2 { display:block; }
 }@media only screen and (max-width: 763px) { #vhpC2OApgoxpGUA3XCg9gBmnIRv0zwVy { width:5.5625rem;height:1.1875rem;top:18.125rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sRKFM4dInB9J23oboKm2XO3EKRbOz3BR { display:block; }
 }@media only screen and (max-width: 763px) { #zvBh2ZfbgPh9zJlsV9ptPgVaWCm5NXv1 { width:9.6875rem;height:1.1875rem;top:20.5625rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Okg7gxeAarfxTFaOOr3f60PPm6rgWome { display:block; }
 }@media only screen and (max-width: 763px) { #JSnWKx82esQRSMbqZRtJ67E8DWSvaWrk { width:5.5625rem;height:1.1875rem;top:23rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHkxxVciIpmTR1ATW6R4MRTWJF0G2G7y { display:block; }
 }@media only screen and (max-width: 763px) { #qmJCI2pEhWmVQao6zc4VMSDDGMMS02El { width:6.4375rem;height:3.75rem;top:0.6875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLFJhmIHCzzgiBbFC0H0DCC3zX7zT1PL { width:8.8125rem;height:3.75rem;top:0.6875rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQC10tu7tyeNwef5lOCIBRKMNtWTAQnx { width:14.3125rem;height:3.75rem;top:0.6875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g4hEg9TL2gktwqmOTtZKMrIV2mIO7tf0 { display:none; }#g4hEg9TL2gktwqmOTtZKMrIV2mIO7tf0 > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LffZTWq1A0oWS8dh5NJDsCKFvgABI9zw { display:none; }#LffZTWq1A0oWS8dh5NJDsCKFvgABI9zw > .row .container { width:20rem;height:96.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tq8z3SytTmZQGS1ldxhiTsG4ginyeSs9 { width:6.125rem;height:1.1875rem;top:2.375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RkRwT7W6zikPCvcBs74205JSkFnxxeTv { display:block; }
 }@media only screen and (max-width: 763px) { #pfAGSJP208eeQoVLivmHWQDOcDxhh555 { width:12.125rem;height:0.0625rem;top:4.5625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAiv2hd8iu5WUnBDGWGAMuJuMBHGkZ6y { width:6.125rem;height:1.1875rem;top:5.5625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gBTzfEfIrS6eg6kA84THRFb2bKGmsdlZ { display:block; }
 }@media only screen and (max-width: 763px) { #oiMmcBZNA9RQCIGgd7xMHi56dez7JP03 { width:12.125rem;height:0.0625rem;top:7.75rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCTeVHyuApFc7gwTEzv2KtyckfzEZ1dC { width:6.125rem;height:1.1875rem;top:8.875rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E36uSsOZloFWr9vJ3v28Sezmf89f1neH { display:block; }
 }@media only screen and (max-width: 763px) { #WENCCJsf3DvXa0tiZbA4lUTcN3aTEhq9 { width:12.125rem;height:0.0625rem;top:11.0625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXAVVUidrovtPppvwZIHU4I7WSSeL1HM { width:6.125rem;height:1.1875rem;top:12.125rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kU3Z7sVsGDiwsF6nogHLsm2dlBRHhP3T { display:block; }
 }@media only screen and (max-width: 763px) { #IBgL520hxiUHGb0f8EstcVknrz1NETCk { width:12.125rem;height:0.0625rem;top:14.3125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoqUDVRb9wt9KwyslGTFW42tRUKnoBSg { width:6.125rem;height:1.1875rem;top:15.4375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #atrmIz3kaZrcnRAHRknSJ5fP1ilqX8km { display:block; }
 }@media only screen and (max-width: 763px) { #w3nOQtO70pNm2s3drLC7rpUdpxPGdxg1 { width:6.4375rem;height:3.75rem;top:1.25rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hpNWfThILWp08H5N7TrkLCfUn3LlPiAm { width:10.4375rem;height:0.0625rem;top:44.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzTsPUCd5LeLZ9Ki0CSTD2WgkOQ5AWsd { width:10.4375rem;height:0.0625rem;top:46rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1swbnCJqkt4fseU9T2D3bB7adNvIchd { width:10.4375rem;height:0.0625rem;top:47.3125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDLxpuH2sazXBlsqlUXSIKHWMsbely0P { width:8.25rem;height:1.1875rem;top:45.875rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FK5749naWloaKDw20V6gr7omTElnp4IQ { display:block; }
 }@media only screen and (max-width: 763px) { #Ps0kZCpbS7FLsDrNLpR2IDUZCZeUSUKW { width:7.25rem;height:1.1875rem;top:47.25rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OCgCwQnsQAuC776qVHXzTAnusL795EOL { display:block; }
 }@media only screen and (max-width: 763px) { #oWJn9gW5xp81BCdd9guHHs2XXSRKWIIm { width:7.25rem;height:1.1875rem;top:48.5625rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PlRVOU5D5UqDGvNSElsIkxMAAob4FfCw { display:block; }
 }@media only screen and (max-width: 763px) { #V5zTa5gWobUKwEVHLMJlBvHU5FXel8fT { width:10.4375rem;height:0.0625rem;top:48.625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGc66LnfIQWgfOsPAEF4Kmaf1at3NwVx { width:7.25rem;height:1.1875rem;top:49.625rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WL8hcVlya6P6TSd6ob48WWz4R9DlBGmn { display:block; }
 }@media only screen and (max-width: 763px) { #WZUF5U3V9cEuLU4XvS1IRdd46mJUXCw0 { width:13rem;height:29.6875rem;top:49.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPg4mXAX3OoZm9tNkxkapiTBZ3hVwEC1 { width:12rem;height:0.0625rem;top:80.875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuqmqAVQstBe3EdFwhqG3z8KMbgTa4xH { width:8.25rem;height:1.1875rem;top:21.125rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTAfGMr3W1J2xnq42VgTNn6slmW3TDzy { display:block; }
 }@media only screen and (max-width: 763px) { #Rx1hXqH9GoNEqA3s3mTBGFHpt2bI94Ul { display:none; }#Rx1hXqH9GoNEqA3s3mTBGFHpt2bI94Ul > .row .container { width:20rem;height:64.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t07DN4cJERQpztcEeplTZh4VOnJT3TL3 { width:6.4375rem;height:3.75rem;top:1.25rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DUPSITzkt45oXMlCOdFqJSrTFCUAS7uq { width:12.125rem;height:0.0625rem;top:22.4375rem;left:2.3250007629394rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkZ5IIt9kulwxVIrdykHAIokTi3pzAef { width:6.125rem;height:1.1875rem;top:2.375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PInWAwPwppzkN1JNe8f6sLGQ0UKBMnTP { display:block; }
 }@media only screen and (max-width: 763px) { #T6g5BuFwAk8mzZSZO97TnkfuBgrJA3Tw { width:5.3125rem;height:1.1875rem;top:26.75rem;left:3.9500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #yxOe3w8CoAPalUs7qvdTyC1tUahFq3Bk { display:block; }
 }@media only screen and (max-width: 763px) { #p3MnTcVHVxe5uBsquDGIaxhhf00ut7F8 { width:7rem;height:1.1875rem;top:23.4375rem;left:4.0750007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #q0h2x6P5NN0zbnXTrVvqkwhvv6c1bTPw { display:block; }
 }@media only screen and (max-width: 763px) { #vkMv0u9XHLhyZBEcslKT8CpW3T24hIak { width:12rem;height:0.125rem;top:30.625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #deZczl9feW0lZLkr8BT6yop86tHt8mKQ { width:12rem;height:0.125rem;top:33.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPzTDmGicLAiS9MZ25gm0a0iWy19K8R0 { width:13.25rem;height:13.8125rem;top:23.75rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMM0pmNuKnvvPoE8VTAaGq2VrQC06KQU { width:12rem;height:1.1875rem;top:11.3125rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPKawupSO378s9XlbqElyHNGc7Qm1oQO { display:block; }
 }@media only screen and (max-width: 763px) { #pT66KiEAGKbBTAzmsdZBbNQ1S21n9Aps { display:none; }#pT66KiEAGKbBTAzmsdZBbNQ1S21n9Aps > .row .container { width:20rem;height:64.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uHhHgKRbOMZVfpQDCyWbqOK9LACPuATh { width:8.125rem;height:1.1875rem;top:34.625rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wq4nUZfO9Xm1Q6eJpN9L7C5Tzlw1KUIx { display:block; }
 }@media only screen and (max-width: 763px) { #ZIFJOGw83DwcEwkGEJu5v1cyZsLWwhQG { width:11.5625rem;height:1.1875rem;top:37.8125rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HhTQduCKz0rPMURvyoDwAdGMRmCZhrdV { display:block; }
 }@media only screen and (max-width: 763px) { #wCnaaErPcQp5Q35eegAG72a83RLLvuTU { width:12.125rem;height:0.0625rem;top:36.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykNnvlCkOhHkvSMT7Xt5tBBr6R6WN4wg { width:12.125rem;height:0.0625rem;top:40rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q75SI0QXwTGFTJuuysI7cPUItzUfDext { width:5.3125rem;height:1.1875rem;top:41.125rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iBhz56uJfytnblXVBsshX9UWyCtwhVQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #B5QXPAckgROsTfI2oTTz2DDNF1WPKnW6 { width:6.4375rem;height:3.75rem;top:33.5rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qceqaTvN9h4gICUINQxQr44LeuJ7nhy3 { width:12.375rem;height:9.875rem;top:41.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTRVLT3esHGF9f6bHzPwI1r6VVPmAAr7 { width:2.125rem;height:2.125rem;top:66.0556625rem;left:17.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhsh1ZkqZ7WiLlsIHzbTxayEMMMw4rKO { width:20rem;height:2.6rem;top:13.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPH0pvfTf8zPzC0Tcb5gHAkMDRubwXdl { width:1.1875rem;height:1.1875rem;top:17.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldlp00XtkN8pQ1iMpW2mepsT7tT9dcrP { width:1.1875rem;height:1.1875rem;top:17.3125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSICyqgyWg3VXgw5fUyweI2eDygQeC7A { width:20rem;height:auto;top:9.125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #LnIaZnXFgKsotSihRX2V1ZrFoTWr1pAW { width:1.8125rem;height:1.8125rem;top:17rem;left:2.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #wWEznAyE1A3oKHxrxxd2IO9XyouMInA4 { top:0rem;left:5.3124998807907rem;width:14.6875rem;height:36rem;z-index:15016;text-align:right;text-align-last:right;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #XCoZtsVlHw9a0c25f0DJl3plWfK21I10 { display:none; }#XCoZtsVlHw9a0c25f0DJl3plWfK21I10 > .row .container { width:20rem;height:59.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #icyxHlswxQHg4mOycVNteXyA9e1RgyOx { width:7.625rem;height:0;top:2.33203125rem;left:2.4375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZpWOZ68psaTWKwLnZeucgUgX02oSstp8 { width:6rem;height:0;top:50.5625rem;left:13.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNSBmGWKrFO9rbVRPaZ5aMNI3rpuPxzQ { width:7.125rem;height:1.3rem;top:8.1375007629394rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzk6sMbCHXEsU8Aci6nI54CTESZBSz87 { width:7.75rem;height:1.05625rem;top:9.846875190735rem;left:9.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fPvfp370Ck2P7hcq3itHlNuPT7uym1Ey { width:3.8125rem;height:1.625rem;top:9.5625rem;left:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfZ1yCmJRLu8aX6MswKVmbVoVpdrPKwT { width:7.75rem;height:0;top:55.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iyTi4zonTXvH08aklXE5fcSF0wiIZTBa { width:3.8125rem;height:0;top:56.625rem;left:8.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oL2bHeDgPkBAsefrtOxlXumaGCqTEs0q { width:7.75rem;height:0;top:48rem;left:4.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #spBbmPRkuGJTaFUaeBuH7iXXyrcuZwup { width:13.3125rem;height:1.54375rem;top:14.375rem;left:3.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8h0AvciICXX4DVD3FP8CXUTW3Sumys8 { width:3.8125rem;height:1.3rem;top:18.5625rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2FC6BkLAw9Cd0dGbmDb9OAzUWOGowPF { width:7.75rem;height:1.05625rem;top:20.27187538147rem;left:9.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dkA1pTszHF4drxzG7To7SbzrXiC5HVdw { width:3.8125rem;height:1.625rem;top:19.987499237061rem;left:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NduCKskSu7aHXPOnW3Fah56fi8XwZcy1 { width:12.4375rem;height:1.54375rem;top:28.625rem;left:3.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4TBmeCF8ews9RcvN1TVd7O6I05kPbn2 { width:7.75rem;height:0;top:60.0625rem;left:2.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #m5DZThODsL5ITRRBOzKx84xy61rVd0bS { width:3.8125rem;height:0;top:61.75rem;left:2.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dP0n3TVNkZwNFqiy8lP5gZecxDFcQU40 { width:7.75rem;height:0;top:61.875rem;left:4.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQXkgwp2bhueGNFaEGspSU1RFRHrIZm6 { width:14.5625rem;height:1.54375rem;top:30.1875rem;left:2.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hc3T3mp3Aaf6hsO7VTT08V4chZui5mct { width:8.75rem;height:1.54375rem;top:31.75rem;left:5.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g0Z6b19ITKhiUchWRFbdz5WDNJcbghTv { width:8.75rem;height:1.54375rem;top:33.25rem;left:5.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdvBPnDtiAL5PJa1MbQyPhP4dD0pVa9h { width:20rem;height:5.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJLsQnT99MeEqi8PJGnh3h72RTPD6tRV { width:20rem;height:4.5625rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeTA5LeNfTTsSTFNqbtw44isZZU7b5XE { width:0.0625rem;height:15.6875rem;top:58.75rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gtnq2x3ugaKVPNDXHMBU77RF6JLK7imf { width:0.0625rem;height:15.6875rem;top:1.25rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6ypqiXIQdoys09sFO9UF1plE289mDSA { width:0.0625rem;height:15.6875rem;top:1.25rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N33yweALiAMBlZcHrvFMbKPQaRTNJX56 { width:9.0625rem;height:11rem;top:41.6748046875rem;left:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ioSI6p8CTPmtAZoAJ9QzS3q8fdR4rahh { width:16.875rem;height:3.0875rem;top:2.3312501907349rem;left:1.5625rem;font-size:1.1875rem;z-index:15014;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oRo1kkJTv3Sm6XRXqznvmAQoxk394z00 { width:20rem;height:5.25rem;top:12.5rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #McsseFtZSma0T6pRCXE0lskcp7q1xgc9 { width:20rem;height:5.0625rem;top:36.0625rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #qbB4318tD7GHl84mqrJHU7B6qwiOQs9n { width:9rem;height:1.05625rem;top:5.7562561035156rem;left:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWWMmTLkwZRAyag2QR8WZvuAzxWtSQZL { width:9rem;height:1.05625rem;top:32.300000190735rem;left:11rem;font-size:0.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #obe5EVFolopMqXUTqtT2QLBO0NiqXNor { width:9rem;height:1.05625rem;top:16.1875rem;left:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suQQhPNJRbfyDqkwspNyGcTeHmheE2Lo { width:9rem;height:1.05625rem;top:34.159375190735rem;left:11rem;font-size:0.8125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #EdAytNd6xFqI4pa4PlH97C5usdv1hcAz { width:3.4375rem;height:1.3rem;top:37.125rem;left:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEUyc26fVC31UnmAV28iO6RkbQ2XyFbW { width:3.8125rem;height:1.625rem;top:38.625rem;left:5.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAM3750ThNBTriHuGNXFMFBCvF3ZQkIG { width:9rem;height:1.05625rem;top:33.293749809265rem;left:0rem;font-size:0.8125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #hv6y7Wn9TudzdnRLEl6n0es2acoyKPhQ { width:15.25rem;height:1.54375rem;top:25.5625rem;left:2.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4K3N2qSwu4JZqJiL3QU8iHrowT0ZNWr { width:7.75rem;height:1.05625rem;top:38.875rem;left:9.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HeJW0QImgipENHQ6lxA34HdiQe9KGdoJ { width:3.8125rem;height:0;top:46.3125rem;left:15.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZOuHCJGdDMCXGDZPzT1RHHGJx8tUueZa { width:7.75rem;height:0;top:58.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XhxD4u5bT6D1NBSfrAyvXp0ctcctC473 { width:14.875rem;height:1.54375rem;top:27.106250762939rem;left:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ0nk7ARordZrhw1JoaS9JkUiuHA3vXC { width:9rem;height:1.05625rem;top:14.61874961853rem;left:9.5rem;font-size:0.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #vG5uuvwXD5KnAawRZkfMwSvy2SodrTq7 { width:7.75rem;height:0;top:51.4375rem;left:7.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ON6prfuDbnkoiR2zpW2J6FrVQ2lCqO98 { width:20rem;height:7.4375rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WymyWD7ws6J8RHROqutqaEsccuZZOWH8 { width:20rem;height:5.25rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwyhoAbQKAIXcwdQpff6ieyRaGsWg7tR { width:0.1875rem;height:10.3125rem;top:1.625rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5vdhhkHZoAcT73sPTcfUI0wJwHldgP0 { width:0.0625rem;height:10.3125rem;top:1.8125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X0NHb4RxSr44JdnGXtasCJmB5MbobZ1f { width:0.0625rem;height:10.3125rem;top:2.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtSDtM5LTacffP8a5yWSBIfuMMXgiTsg { width:9rem;height:1.05625rem;top:31.99374961853rem;left:8.875rem;font-size:0.8125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #aH6TMPmz3HaUe67AVW9Tuc7SknENXxwr { width:9rem;height:1.05625rem;top:34.793749809265rem;left:5.5rem;font-size:0.8125rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #F1holyV50PiuDc83aEolyeesUT7cDWlx { width:7.75rem;height:0;top:62.0625rem;left:12.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZxMgwBDXOFmcp0yfVfTJa4q17r0Dl8r { width:3.8125rem;height:0;top:67.1125rem;left:13.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ifgdeTxiayNi1mLDcNleTlcuWaJMTQyg { width:7.75rem;height:0;top:67.2375rem;left:12.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KIxRz5K40kpW9re8VEA9ESR79BJsRlLS { width:7.75rem;height:1.3rem;top:23.331250190735rem;left:10.75rem;font-size:1rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #efC550CKT1Wrih1uiVECM7fCzqOBQS8S { width:3.8125rem;height:1.625rem;top:33.293749809265rem;left:1.9375rem;font-size:1.25rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #HknL24BhwCvKm9rN9r98nkXqsqEVxRFy { width:7.75rem;height:1.05625rem;top:33.293749809265rem;left:1.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #C3Q4r8haIXtiSn9IVPlmBxJBis7o7mn0 { width:7.75rem;height:0;top:62.0625rem;left:12.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Js4E0Sc2sHb9z0Vbsue0xoVLKJo8C2lo { width:3.8125rem;height:0;top:67.1125rem;left:16.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #I784gCPNtbCFPLe99N42yJwpzKrtBVJl { width:7.75rem;height:0;top:67.2375rem;left:12.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZVciReG8g7JrAwVffqABqH3AwcBo1hza { width:9rem;height:1.05625rem;top:24.56875038147rem;left:1.5625rem;font-size:0.8125rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #cr2Hk56AxtX1RtGWE0uGlRKqlhqiAxDw { width:0.0625rem;height:10.3125rem;top:14.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sogMlm2cN1k8bVwUdogUUKUEn2tHxp1q { width:0.1875rem;height:10.3125rem;top:14.75rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eBDKdUOwSneNJzQZ5iUfTciVwZcfHVtP { width:20rem;height:5.25rem;top:23.4375rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #TT5DO32lBBWfadcxIArgo2qE0BUPAiJE { width:20rem;height:5.25rem;top:35.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiCwQoUfZcpFpmtUkz8rUH8GvofVp6va { width:7.75rem;height:11rem;top:41.6748046875rem;left:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RxdKa4TgdbgcNoI6qZquTUZhcaGKO7IQ { width:20rem;height:4.25rem;top:41.874994277954rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykOqrhbXPNzOd2Sx0awL3VOmivQNIAmX { width:20rem;height:4.5625rem;top:46.124220848084rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuMk4Zk6IF8SJGKkZ6akGdQbscrHTzFz { width:3.8125rem;height:1.625rem;top:48.1875rem;left:5.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieae25vGVFUWZlgFACz4kWM0sTP8DvTl { width:7.75rem;height:1.05625rem;top:48.4375rem;left:9.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #si7WW9B0GqSdZ6sbzNMnZQbMWih9t7GR { width:9rem;height:1.05625rem;top:44.596095085144rem;left:6.4374998807906rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3w0x1ZplfI0DF68iBLTIsnppNNn0RIZ { width:16.875rem;height:1.54375rem;top:52.080470561981rem;left:2.7500001192093rem;font-size:1.1875rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Piub7fKVco2gkcfZ8IgJWswlsNsklMcr { width:14.875rem;height:3.4375rem;top:54.873957824707rem;left:2.5625rem;font-size:0.875rem;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #aH1Uq9nrme3D4Oi06nFXFfu4dzNuvBGu { display:block; }
 }@media only screen and (max-width: 763px) { #nbxeLFgCukeZ0L03eJDDsccaoRMbI4EE { display:block; }#nbxeLFgCukeZ0L03eJDDsccaoRMbI4EE > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgbn7PsPFzEMm4ZU9QDcBafbSZ1Sq9pG { width:7.625rem;height:0;top:2.33203125rem;left:2.4375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qtd6lHJcTTQ0UzOBaC4Ba9dIWHXTunD6 { width:6rem;height:0;top:50.5625rem;left:13.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xhEcLQdvTXKorTyDBBKAp8RGlgTrVAVI { width:7.75rem;height:0;top:55.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BKdAx7MVQFAd2cCa3HS9y8fKE0UQuJA0 { width:3.8125rem;height:0;top:56.625rem;left:8.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zGeZxd1wnVBAynbiMvp0B3H4wTZO2sTc { width:7.75rem;height:0;top:48rem;left:4.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aSlT2cs0ul0ZzraTyWU1aQXnpntbgKRC { width:13.3125rem;height:1.54375rem;top:19.91562461853rem;left:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTrXc0Jq4HmgtFhunfv4dd97fAc3kqwH { width:7.75rem;height:0;top:60.0625rem;left:2.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqF3xqTD8kNgEWVqxwgCZVSCSmIsB6zr { width:3.8125rem;height:0;top:61.75rem;left:2.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vaqVBRbTSEbtpcT6l4AcDwQxlLIhoBhw { width:7.75rem;height:0;top:61.875rem;left:4.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xt5fd1VTV0dSeD9UMvRpDT81reN8246F { width:0.0625rem;height:15.6875rem;top:58.75rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AvZmis7zWJusPIoFQsTBJWcdtiC8S5ET { width:0.0625rem;height:15.6875rem;top:1.25rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NEyKqTyVw4hJennu3Nc1fwwkFexpRcia { width:0.0625rem;height:15.6875rem;top:1.25rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CJ4wzQ8kyD96goxIWQtX3VzVtsHlzQsD { width:9.0625rem;height:11rem;top:41.6748046875rem;left:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zOd7rrMett1XAsTfOkq8oGSKuxNR8PVZ { width:9rem;height:1.05625rem;top:21.45937538147rem;left:5.5rem;font-size:0.8125rem;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #OrnPCB3vbEczxFvVuOvcUW0WPTBPNv32 { width:3.8125rem;height:0;top:46.3125rem;left:15.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DpoTEr1f8x9bVsX9AaOSG31326nsRQTL { width:7.75rem;height:0;top:58.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fvb5GHTDfWP2NqX0g1TCJ3uhnc2DIuAq { width:9rem;height:1.05625rem;top:14.61874961853rem;left:9.5rem;font-size:0.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #g6veV0PmkHd3I7FxymL5MFnVlwaoWRe3 { width:7.75rem;height:0;top:51.4375rem;left:7.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KvhHDSaLeE8Qx7crQiDy2as5cK1aaMyS { width:0.1875rem;height:10.3125rem;top:1.625rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eR8DnMvNztqZBArPk0bPHUOJnPVZHNzD { width:0.0625rem;height:10.3125rem;top:1.8125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6z3qkxLMVGVIvTKuta0mW04oEx16wNL { width:0.0625rem;height:10.3125rem;top:2.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w13hL9m8tx7Q5v4C2ObKdGLrVhqKlpsT { width:7.75rem;height:0;top:62.0625rem;left:12.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FyrSMo2ZK8SDuXCckZiK3uDqJXZbO43S { width:3.8125rem;height:0;top:67.1125rem;left:13.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ORG6QBXaO7HI15bTeNAxO9uiCtmQAz6n { width:7.75rem;height:0;top:67.2375rem;left:12.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmEQPpNqgJnkcVF6gsl75QpJtPurSO9V { width:7.75rem;height:0;top:62.0625rem;left:12.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFmM9ZbxgSSqzapKnNgRBOOIIEBDZMrI { width:3.8125rem;height:0;top:67.1125rem;left:16.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHndENqIIZztoZERck2GgAew6fbfixvI { width:7.75rem;height:0;top:67.2375rem;left:12.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vkFgxbeaNgIRT5p1KUuaUNhxqpo9LlH3 { width:0.0625rem;height:10.3125rem;top:14.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FhDzJfm0SzQo0TQlTWg9tv3neF15qLkc { width:0.1875rem;height:10.3125rem;top:14.75rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nur9afpogEbXWMsToZ2gH4plpRZHqH4i { width:7.75rem;height:11rem;top:41.6748046875rem;left:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hblBeA57oDATf4qoEr8zpmBmJ6XvCEdw { width:20rem;height:4.4375rem;top:9.125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #gZ1F1GzTnCSy4nOrTrEPmFsiTcQCHe3A { width:20rem;height:4.6875rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #f3d2wyKE6dZSSDMcXgueggFt6PJSkSP7 { width:16.875rem;height:1.54375rem;top:0.62421798706055rem;left:1.5625001192093rem;font-size:1.1875rem;z-index:15014;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKcVt4eMhe55yogqoq9kdS3KhLZCWVQS { width:9rem;height:1.05625rem;top:2.8460941314698rem;left:5.2499998807907rem;font-size:0.8125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #hKroQflGmtsGHQDxxUZ6zkJt9I0rBSgh { width:20rem;height:4.5625rem;top:4.625rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #prFUgaeRAE85AbHebktTUKpOpwE500iG { width:7.125rem;height:1.3rem;top:5.375rem;left:6.4374998807906rem;font-size:1rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #m72P7prhV8nqlTyJpRfBxg5AGkqAOT24 { width:3.8125rem;height:1.625rem;top:6.6749992370606rem;left:5.6874998807907rem;font-size:1.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #UXMECMRLscHsDinA120MtrRTK2H0Q7ur { width:7.75rem;height:1.05625rem;top:6.95859336853rem;left:9.6250003576281rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #NpDTpcE6hvI66obrm3C2zDb5R9MWqtFs { width:16.875rem;height:1.54375rem;top:9.7500001909213rem;left:1.5625001192093rem;font-size:1.1875rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y5pABQSkPFNTN0nKkEZL4iwUcscZkgJH { width:9rem;height:1.05625rem;top:12.033594608307rem;left:5.2499998807907rem;font-size:0.8125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #FBO2KHJWcsMVk01x7zFvBXdZ4M1ubCGC { width:20rem;height:4.5625rem;top:13.562500190921rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #a16T7AXGkmtLk1OFNnHTvydxNntcTyOH { width:7.125rem;height:1.3rem;top:14.309374809265rem;left:6.4375rem;font-size:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #RwurLNE5UgmZBO3M6Wo4XmN8uumdis1L { width:3.8125rem;height:1.625rem;top:15.675000190735rem;left:5.625rem;font-size:1.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #sO1T5Urb4ILsFQTuJRfLkTtdbbRubRft { width:7.75rem;height:1.05625rem;top:15.984375rem;left:9.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #sIRiFeIe76V3rbZkEU6dKbtwMa5WVxfX { width:20rem;height:4.4375rem;top:18.468751144596rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Nq8fT7gIeVRFWtKDgZeykITaIWT0Osyr { width:20rem;height:4.5625rem;top:22.90625rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #JmPEfcKuqncN4mf1uEvw7VeSERIXfdPT { width:7.125rem;height:1.3rem;top:23.6875rem;left:5.84375rem;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #crh7Q6rpkt11lJURWvAeehSzuhl3JoWl { width:3.8125rem;height:1.625rem;top:25.125rem;left:5.625rem;font-size:1.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ST1a1S4IedTAqCUtC9yFwaWTPciMo0du { width:7.75rem;height:1.05625rem;top:25.346874237061rem;left:9.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #qM0VC5fr91SxCZk68q0t7AOVV00GQzZO { display:none; }#qM0VC5fr91SxCZk68q0t7AOVV00GQzZO > .row .container { width:20rem;height:45.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zRdnUPc6HuHb6drq9UOv8C6bJ6f9Xdf3 { width:2.125rem;height:2.125rem;top:66.0556625rem;left:17.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tl4hAIcVaCg5EuQLEFO6zVA2vddqVSSU { width:20rem;height:2.6rem;top:13.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qorQ7kv2tlsAQPR9ibd7RJfAh1k9SuBS { width:1.1875rem;height:1.1875rem;top:17.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgEJGgwDb0EvkVmZQJ1ACSKvrqINQoMO { width:1.1875rem;height:1.1875rem;top:17.3125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BimBi5JLxiEAUfXCBda8xETrGuV4dC6L { width:1.8125rem;height:1.8125rem;top:17rem;left:2.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #BIN7APnTbrMpCXs4rwv8hWcRmC4044Cs { top:0rem;left:5.3124998807907rem;width:14.6875rem;height:36rem;z-index:15016;text-align:right;text-align-last:right;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #Uf2CPuFeMipSXI7vshIWKzJi3F6exGwC { display:none; }#Uf2CPuFeMipSXI7vshIWKzJi3F6exGwC > .row .container { width:20rem;height:646.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SKQIJ8e3ZTcu3elZqkCecBdDHpcUnnH1 { width:17.625rem;height:107.9rem;top:0.75rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mE57u4uchxbC6QNPKwa7VvhhRbGCQ2Up { width:20rem;height:136.0125rem;top:448.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blleuJsFhDSdEQPUNxBEbbVt6G1NX15c { display:flex;width:2.125rem;height:2.125rem;top:0.375rem;left:0rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #uA7gC5ftmgm8EGxeB6A22tIqWKUotlET { display:flex;width:2.125rem;height:2.125rem;top:22.625rem;left:0rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #p4Plup82oESlWCQEU5pa1mOrWWbmZPbX { display:flex;width:2.125rem;height:2.125rem;top:40.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uPfROEMrLSxCq7N2OTc6IHOhUaETu2nG { display:flex;width:2.125rem;height:2.125rem;top:59.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LHephk3ePSQhK84oSM12FF90v0LRxnSI { display:flex;width:2.125rem;height:2.125rem;top:70.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #P2VSuiuVXZXcO7e0T887wvwB0H71pzCK { display:flex;width:2.125rem;height:2.125rem;top:83.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ID8xdHd2LTBEkIsmaF7Rw0lw2Nidhn86 { display:flex;width:2.125rem;height:2.125rem;top:99.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bmt4NOIOMLT26Et3nhJxQgQBlHF3rKqT { display:flex;width:2.125rem;height:2.125rem;top:186.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K7EU33Gkt82Mof4ZoNWg5hIBfH036kHS { display:flex;width:2.125rem;height:2.125rem;top:134.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KCaTMBdETDJ9QDdawh8TD6xdyt5WxHPy { display:flex;width:2.125rem;height:2.125rem;top:144.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FnBAGHDhDUQthAURiTRux9OwG62COkSO { width:20rem;height:16.021875rem;top:116.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef1Lr5JSNGylmORol9lf1qsATbBfTK6H { width:20rem;height:20rem;top:113.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp4JrAuTCSMMkAvw87V2UrZbMOLmeMNl { width:20rem;height:15.966850828729rem;top:318.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOiKRwadAqa3Nt7eqG2HRhx66ZtqcDgq { width:20rem;height:20rem;top:313.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3GPyPIWPTwmwdvnmwMTTHTU59vXnbtr { width:3.625rem;height:1.4625rem;top:346.4375rem;left:8.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmLoAQE2Q7SCRHgHV1xL8lAQvtKV7pnc { width:20rem;height:2.6rem;top:111.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbZcar3SaJv5lDK6czfWsTFVPPAwo4gL { width:9.375rem;height:1.4625rem;top:114.97500038147rem;left:8.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uFqQ6N6bPlPKC17ZB9vdWXCI2cAkGrTw { width:11.75rem;height:1.4625rem;top:116.375rem;left:8.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SVl86LWtpsfk6LlHdEpTiv1DVSA5GslT { width:7.1875rem;height:2.6rem;top:117.83749961853rem;left:12.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVWxNLZ0dr8prhq7ZDklp69UT31kQ39p { width:3.625rem;height:1.4625rem;top:110.35000038147rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdU0v3lIbc9K6fMGodDoL4aeAcSkrLcL { width:18rem;height:2.6rem;top:314.375rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCDfxgSEan9AwMnPN1S63GM3RqTG2zDR { width:17.4375rem;height:96.525rem;top:134.25rem;left:2.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzbxcTPhUXHVT5bOV3rTrykHsSb7TpFb { display:flex;width:2.125rem;height:2.125rem;top:210.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g13wxSWcMUbn4MHLqA2pBiTBrEzNR57a { width:20rem;height:45.3375rem;top:594.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u23dXaW7E78EegaK5HtX7KNnCXyplekV { width:9.9375rem;height:1.4625rem;top:588.3125rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmD4pXgOlO337hocOy3WOgCvgbQ5W69r { width:11.875rem;height:1.4625rem;top:585.625rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhRZRbT8HX9rH8PZ9gn9uPRpImEKasRz { width:7.1875rem;height:2.6rem;top:591.0625rem;left:6.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGMbkivufmmwHRZhE5db9HNC2KO5ez7q { display:flex;width:2.125rem;height:2.125rem;top:369.375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #rTB1TTED5VaMNr4Afsp2WulVHFOPgyMW { display:flex;width:2.125rem;height:2.125rem;top:372.75rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #Pb8Esef9RTGmQcuHNSGEKfJEPi98csSz { display:flex;width:2.125rem;height:2.125rem;top:376.125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #BDu2C5gtsRB53FOpArAm7ST8R0wBCTqx { display:flex;width:2.125rem;height:2.125rem;top:379.5rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #yUV0lGWJyUgARgcyIyU6C23UB4P1ZdJX { display:flex;width:2.125rem;height:2.125rem;top:382.875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #wJKGrIdSLUt7xUUUrDwkRC6cM4RdyTSo { display:flex;width:2.125rem;height:2.125rem;top:386.25rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #CLNcQxd8lk6yPKuXB9qri63XimFCF5XS { display:flex;width:2.125rem;height:2.125rem;top:159.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T89krSFdzA43crWUKm5xxsKzQlEd8TvW { display:flex;width:2.125rem;height:2.125rem;top:172.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fqhcVMCgzPVt4568KR9sgt6VmPTDZ7Mi { display:flex;width:2.125rem;height:2.125rem;top:218.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RwvBpuw9LyNRKseDGIDu7MN5Tv20UzNS { display:flex;width:2.125rem;height:2.125rem;top:226rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ESD9K2O6UvaHtHQXphKPvhzQa6dyIF0E { display:flex;width:2.125rem;height:2.125rem;top:349.125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #kfKugwyWA1A6yOimt5UGbHknzXtGpHea { display:flex;width:2.125rem;height:2.125rem;top:352.5rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #bWnwmm76qgFvglDUE22ugCvWf0M8AzZI { display:flex;width:2.125rem;height:2.125rem;top:355.875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #oO8V53diJMMu3VykdERKBreXTZo2aU5Q { display:flex;width:2.125rem;height:2.125rem;top:359.25rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #yJAHKpXwfDTECJPg35cm3g3AcUXgZ1mJ { display:flex;width:2.125rem;height:2.125rem;top:362.625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #QoFEc5dLGvmdxVo8s35xav0cmr3Ql2KP { display:flex;width:2.125rem;height:2.125rem;top:366rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #GpOGUTdtu2XXJZS8Ja0Ac0Z1szBwrS7n { width:9.0625rem;height:11rem;top:41.6748046875rem;left:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rbm0LTecig8c3A4Z1gZAy8ICVQRGGFMN { width:14.875rem;height:3.4375rem;top:641.4625rem;left:2.5625rem;font-size:0.875rem;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #q8QtvTec4UcrSsKRHDZF11UzSDneooHG { display:block; }
 }@media only screen and (max-width: 763px) { #FdJ1rOwXH8CTh64NWteTM0w8TMLnKXLQ { display:block; }#FdJ1rOwXH8CTh64NWteTM0w8TMLnKXLQ > .row .container { width:20rem;height:231.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMXmpfTP46EhRdHv4WR1nHsI1dZpRbtA { width:17.625rem;height:107.9rem;top:0.75rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ov1GycwN2RksI7GAgclQBrRVnyVS8XO0 { display:flex;width:2.125rem;height:2.125rem;top:0.375rem;left:0rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #nuntpdqwFp6nGvm8TTcioZ0KWG4Kid1b { display:flex;width:2.125rem;height:2.125rem;top:22.625rem;left:0rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #vpn0Pt2b01az0sqaz9eSHgblomvyZ5Zz { display:flex;width:2.125rem;height:2.125rem;top:40.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ci5VTyqWgP1xbiJXuUZZZo5VrITkeacJ { display:flex;width:2.125rem;height:2.125rem;top:59.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S6d1MMQpdc1MBJsfA9xMPf9N5TW2bIyt { display:flex;width:2.125rem;height:2.125rem;top:70.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gct3Os0GmBTuFKVBuBhyer4FJRgUdEeN { display:flex;width:2.125rem;height:2.125rem;top:83.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zkfF7DsL1PSedPBEn0AQOKeriDcnuJlT { display:flex;width:2.125rem;height:2.125rem;top:99.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cBrUe2RtAT9iDeHPhObTBBzw64Ig6IDp { display:flex;width:2.125rem;height:2.125rem;top:186.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rNp1tTXcSAy5iMgNxw5HgrbsJUnTucdA { display:flex;width:2.125rem;height:2.125rem;top:134.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TyDHGN9PNApfty3ARH72VzxUHw0rPCmL { display:flex;width:2.125rem;height:2.125rem;top:144.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I61QsKso7Grc21FsKeZTnBRuKidZHmCm { width:20rem;height:16.021875rem;top:116.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqc1z49l4VfO12RntgNgr4cPR8QJtnBt { width:20rem;height:20rem;top:113.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw68de09Uc8uWBPnKT3ZIaMHQODyZTGO { width:20rem;height:2.6rem;top:111.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPVoTiC51CkC49a9a6NZtU2uwqvxBngU { width:9.375rem;height:1.4625rem;top:114.97500038147rem;left:8.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eNo6CM8TIxsvLqA0LV8OVB7F2dkeP5QP { width:11.75rem;height:1.4625rem;top:116.375rem;left:8.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J3z7ZEyQd9CAq0Jv9T64QdxNcW5Kn6Fc { width:7.1875rem;height:2.6rem;top:117.83749961853rem;left:12.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6GgWlePvqQ08C9Q1uQIoy2EQX6tViGs { width:3.625rem;height:1.4625rem;top:109.78750038147rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSzU13yzkWsHnl4HraTHMGr0gP9OaQlB { width:17.4375rem;height:96.525rem;top:134.25rem;left:2.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn6TRFQSiTvnNApT2iy8fTwDxTnPptS0 { display:flex;width:2.125rem;height:2.125rem;top:210.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A18pGO9ukPUFUfkd6f4ucAdTZPWxqNkr { display:flex;width:2.125rem;height:2.125rem;top:159.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hOPA36XKVepaCXbiTq75NWJGScqK0cU6 { display:flex;width:2.125rem;height:2.125rem;top:172.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sJcBESK83tDHvNUCXnQPx2qpzH69tJtr { display:flex;width:2.125rem;height:2.125rem;top:218.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hNUIfraOogcaHypxFr8Bs3xJnQMxhSRT { display:flex;width:2.125rem;height:2.125rem;top:226rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xlUZoMWTSSvv6pLlHWI28SzCEVqOzSPc { width:9.0625rem;height:11rem;top:41.6748046875rem;left:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #shuaofeTPX4ShDqfGMsdbHHfeTISbME6 { display:block; }#shuaofeTPX4ShDqfGMsdbHHfeTISbME6 > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpK5r1NFc66NqAZOHHTp3vKz8zPB0KDb { width:7.625rem;height:0;top:2.33203125rem;left:2.4375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zmWdhqavz5E368luz12FBGMKwPPfSwq3 { width:6rem;height:0;top:50.5625rem;left:13.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m83T1AdB0ug2MCTy9Qf72xeEFtDNJZhC { width:7.75rem;height:0;top:55.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rkk4dBr3nRSQlQKhvXGHIlRSRv85TZ6d { width:3.8125rem;height:0;top:56.625rem;left:8.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hFAIAs2TqIFvuCwrKHJOEIJDzGT3kSVg { width:7.75rem;height:0;top:48rem;left:4.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oN61NtTo5ANHlcQExMTA1c4voMiCDsBL { width:12.4375rem;height:1.54375rem;top:5.3125rem;left:3.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PIdp5M9nICo7BCUZcTiXG4toVLtTtvA9 { width:7.75rem;height:0;top:60.0625rem;left:2.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3iNWHKiO2wcNAkr7QwiRLSrlix3R137 { width:3.8125rem;height:0;top:61.75rem;left:2.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #K8DnT3s4Rp45kCc25r2K1A5Ea9txIkFg { width:7.75rem;height:0;top:61.875rem;left:4.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bW3SBzrGmFu7l5Z8cLZl2hMIp41pk2aU { width:14.5625rem;height:1.54375rem;top:6.875rem;left:2.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XwQR9CmoinUV4DCBDb8oqAnPQWMNmZAG { width:8.75rem;height:1.54375rem;top:8.4375rem;left:5.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZhHZ00QcRIVsfW5iuoeIFWUsHPgFQg0f { width:8.75rem;height:1.54375rem;top:9.9375rem;left:5.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ4V5mFfZqJyebEvvVHhZ40QHn8i53V8 { width:0.0625rem;height:15.6875rem;top:58.75rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aBRDi9xGmmTGz3GKt28zTP0P7OfonAim { width:0.0625rem;height:15.6875rem;top:1.25rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HGroiZWuHaVZtZ1kiVKMRQnFd9Cxp4c0 { width:0.0625rem;height:15.6875rem;top:1.25rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b7ORNuI6r9dROL63B6MiHK5Nh09RfTiT { width:9.0625rem;height:11rem;top:41.6748046875rem;left:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DRoHGdt4ZmAzFweCzs5fuiJEmoOC26iz { width:20rem;height:5.0625rem;top:12.75rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #FMb0PuQMSWHFIQEeDXbs8c61x1wc3TGD { width:9rem;height:1.05625rem;top:9rem;left:11rem;font-size:0.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #SoaqamU7JHgK0yuZeav2JkUg6QxcTXko { width:9rem;height:1.05625rem;top:10.8125rem;left:11rem;font-size:0.8125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #mhQDO1aiJtze22QuIdig9SyiGE7IHtKt { width:3.4375rem;height:1.3rem;top:13.8125rem;left:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i02UvUXJ7nc8WK3iInNDgsEzOdO0whVk { width:3.8125rem;height:1.625rem;top:15.3125rem;left:5.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzpsrU7o7AUXx2kx8q0n4gBmNoTCBMEy { width:9rem;height:1.05625rem;top:9.9375rem;left:0rem;font-size:0.8125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #aHseEITdUR8lapWzMVhoVTi5DzBHg6rJ { width:15.25rem;height:1.54375rem;top:2.25rem;left:2.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdMiw3ti7S2R7rkCEZFFHSRK0IQaR4Is { width:7.75rem;height:1.05625rem;top:15.5625rem;left:9.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MFHrDMbmd0SAVcoPODbCBRR8oe4Mlf86 { width:3.8125rem;height:0;top:46.3125rem;left:15.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZbnLrGLVP2yfvA9CTG6aXkLRDslG6eo { width:7.75rem;height:0;top:58.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #I7nWeu5TNRb9ek8AqAaZcikXdLiFBTcS { width:14.875rem;height:1.54375rem;top:3.75rem;left:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #caJyXb9BsXqUeXQF4pibc3TaF0UfvlEs { width:7.75rem;height:0;top:51.4375rem;left:7.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQV1P7Jd9U7hlTsKDs4bwHGvv2HrcLbQ { width:20rem;height:7.4375rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #znfBciVQgnFoLNZuTA7T60NyLpA1Nrtm { width:20rem;height:5.25rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9Zpo69ATK8xnMhyPz82ART7tRQyxGD4 { width:0.1875rem;height:10.3125rem;top:1.625rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXKdramIAp8S5lW5z7FDC9gqIiy1TyT4 { width:0.0625rem;height:10.3125rem;top:1.8125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o2JEdnaKuAVqbJ2IEvQCE7v7TDKRgDzF { width:0.0625rem;height:10.3125rem;top:2.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqg4QLlTgunzM4Img2ncTqF3lVZuaZAW { width:9rem;height:1.05625rem;top:8.6875rem;left:8.875rem;font-size:0.8125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #rx2PN0sypS5ETy9f3hxiXyJJykJ1NBA4 { width:9rem;height:1.05625rem;top:11.4375rem;left:5.5rem;font-size:0.8125rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #px5Sr6Jn0VrHQhpTAuoRXfkS3AzfEoX0 { width:7.75rem;height:0;top:62.0625rem;left:12.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcgTst2iT1hfqVDKov9gHQgrzflOgdhU { width:3.8125rem;height:0;top:67.1125rem;left:13.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #r4zyRB9BCSmbcJmTvFZQQ5OsFkLTpz8H { width:7.75rem;height:0;top:67.2375rem;left:12.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JlaI4ytwypUVm1Nfu8liUaM7DXv9UcXL { width:7.75rem;height:1.3rem;top:0rem;left:10.75rem;font-size:1rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #Oodzvo6J2XbT3UD8MGNZW02LP3w6Pncy { width:3.8125rem;height:1.625rem;top:9.9375rem;left:1.9375rem;font-size:1.25rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #sZhk54rTETtrfkwsmzQbtSAlKnWFLFUL { width:7.75rem;height:1.05625rem;top:9.9375rem;left:1.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #Uv8dETO6iJFI04pvC5E4EmQFWekX0UPO { width:7.75rem;height:0;top:62.0625rem;left:12.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rLTRtzsR50BpryTwblwHJgfEOdkhSRhE { width:3.8125rem;height:0;top:67.1125rem;left:16.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rdFuqwfx2VePfIAzcSZi4CLLlO7AeUp8 { width:7.75rem;height:0;top:67.2375rem;left:12.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ydPnrm17PdsxghB4HnKQVD6SsAr0FPxX { width:9rem;height:1.05625rem;top:1.25rem;left:1.5625rem;font-size:0.8125rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #LSteJdM4G9OZb5y9ILcL8EzVqfqThLLO { width:0.0625rem;height:10.3125rem;top:14.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zfvnt20uA5NJT7V2ILMGgVXQo3t52bKX { width:0.1875rem;height:10.3125rem;top:14.75rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #na4rMg8eMdIZ6Of0Dqq9bDbOdff5aTtT { width:20rem;height:5.25rem;top:0.125rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #cKS7bKetq3DTDEcNtDpU8mlDvXk6cHes { width:7.75rem;height:11rem;top:41.6748046875rem;left:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ok4q9Osd9qR7IW6EDxyGsMHokOmBbaDE { display:block; }#ok4q9Osd9qR7IW6EDxyGsMHokOmBbaDE > .row .container { width:20rem;height:234rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dkQEZCyxCvpEXkbq5i7HXyVsKAQ5rka9 { width:17.8125rem;height:157.95rem;top:0rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afvLA1XGpPzTdRJHzJDwL37hCPCRR4Gt { width:20rem;height:15.966850828729rem;top:165.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFKBZ4lbTFAqS4O7f552DJc3pQkrMTXb { width:20rem;height:20rem;top:160.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn3IJDsAa70xwhqSBfEbfDc6ZOTpP3RE { width:3.625rem;height:1.4625rem;top:159.25rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShIlDAthpH8TQruKvMvOGh4dXeTZyM4a { width:18rem;height:2.6rem;top:161.75rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBB4FEnCywChtS64A2wZEbldPgbV7ka0 { width:17.6875rem;height:51.1875rem;top:182.5625rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #alaFraxH03Ov7vr5ToPknwAL3gm1JIWn { width:9.9375rem;height:1.4625rem;top:163.75rem;left:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSm06nnOrpBU3te7tTOl0i2D7BzxZaMW { width:11.875rem;height:1.4625rem;top:164.96249961853rem;left:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzCpOg0loHIfwqHLTTcTrGTZOwgy96Nk { width:4.5rem;height:2.6rem;top:165.75rem;left:11.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6TqKgm09qCNhnzTLTWzOqqFqlvzFoIr { display:flex;width:2.125rem;height:2.125rem;top:119.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #o8eEenGSt4Vgdw63wHDpdJGrtw0rJEMK { display:flex;width:2.125rem;height:2.125rem;top:182.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tNw2NoAkoA9XhhXd7ncQ4THKXnh332VP { display:flex;width:2.125rem;height:2.125rem;top:192.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i7OvPWIW8hbgeD4qoAtVIyFeMP9Qu152 { display:flex;width:2.125rem;height:2.125rem;top:207.09375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #o3Awq8TkaIwQfcN9mz7OSmmTk7gazgFK { display:flex;width:2.125rem;height:2.125rem;top:221.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eDwKADLsF4AdvEbPyR5vXEwQOplmeRKk { display:flex;width:2.125rem;height:2.125rem;top:229.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Sy2LAQGUHAbg2Jhn8bTQ5gkmhO2SH9e1 { display:flex;width:2.125rem;height:2.125rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zoXM6TOuiC7On5NmX9IXrW7bk0eV9zRE { display:flex;width:2.125rem;height:2.125rem;top:14.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PmeQ3zK4t0d1DKkuUPaKAv4xUnOfZ4T7 { display:flex;width:2.125rem;height:2.125rem;top:58.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PsywkFpIWgp3CbRN9saLTFQZB3V6o1s3 { display:flex;width:2.125rem;height:2.125rem;top:84.524999618531rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BCiC3rCy4DedDEpTghAqlh440MqySfOz { display:flex;width:2.125rem;height:2.125rem;top:106.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HSHz8qbnL8RSKsRRF8ynXUWDwkoRT7pg { display:flex;width:2.125rem;height:2.125rem;top:138.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CwVW4WzMdDBKClHgG8st53mNUTCm0PyO { width:9.0625rem;height:11rem;top:41.6748046875rem;left:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dyASK6WGGZW0MRZz7qN1hEhxShUkvkio { display:block; }#dyASK6WGGZW0MRZz7qN1hEhxShUkvkio > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAK6QwJk5H6iKNHPbJv5ZenDBklZBr7n { width:20rem;height:5.2rem;top:3.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGvGuOOJ06wHPEXPv72QkTZSkecDNdkh { width:1.8125rem;height:1.8125rem;top:9.3125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ureBhpWEIcsQWBgfTcc3TBP6txMuJQfD { width:1.1875rem;height:1.1875rem;top:9.625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvqHWxFw44ND6QfQPmhT8zUdGEsJwHMm { width:1.1875rem;height:1.1875rem;top:9.6875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvRRZhTuA7Phc6WyfiSoJbsxeCHDEd2S { display:block; }#SvRRZhTuA7Phc6WyfiSoJbsxeCHDEd2S > .row .container { width:20rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLJITywTk5IxfGT1rn4P1pcM3eoMxfTy { width:20rem;height:5.25rem;top:1.1689453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppmz15HIkqV12zZiizbiE9HaBMKhvHFz { width:8.3125rem;height:2.7625rem;top:2.4109382629394rem;left:0.92499995231631rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ycSlHCogkG11eGy1wC2gK6iuiQL8JhJv { width:9.75rem;height:1.3rem;top:7.5625rem;left:1.1920928955078E-7rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L0ry26RQBUP5hFevuN8oF1DDJJ0uBVW3 { width:20rem;height:6.75rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlCMlnOS4grILIXydQNQ5aEM67XTnVCD { width:9.875rem;height:1.3rem;top:11.136719226837rem;left:-0.024999976158142rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JU03IqXaHGS7QJJGZDR4DBgrsbDNP24X { width:9.625rem;height:1.625rem;top:8.9375rem;left:0.062500119209287rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJWUllX4vymohFy8HamZO5E3rkfOUV9g { width:0.0625rem;height:18.3125rem;top:1.15625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGGgu6bl5XQCkCA0nG4VeJQWodLCgWcb { width:8.0625rem;height:2.6rem;top:2.49365234375rem;left:11.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6952PLcfuRENR2TbaRA9eABDKMhEOmc { width:10.1875rem;height:1.625rem;top:8.94921875rem;left:9.8750003576281rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B1LqHpXtoeI1qBNOiACaCBdpFBA6psJI { width:10.25rem;height:1.3rem;top:7.5625rem;left:9.8125003576281rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EqCIi6OvogLwaHcbH86Gf4fvr5ix6KVJ { width:20rem;height:6.3125rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnmlVnFM8X0sK3Bde12m6nigX8bTqm8E { width:9.8125rem;height:1.3rem;top:14.07421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ORc7Xpz1MgCoATB2eBHu5zMarra6xx4A { width:10.1875rem;height:1.3rem;top:14.32421875rem;left:9.8750003576281rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DF6bSifrnQ9RxV4vb3razFgB7ez7ovvR { width:9.8125rem;height:1.625rem;top:15.5rem;left:0.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C3QgtfkrixTnqdGSZnbz10ONAmxZnvOH { width:9.8125rem;height:1.3rem;top:17.0625rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vJtKvDtXQsWBbpVQqZ5H7EzFdLcbIq89 { width:10.1875rem;height:1.625rem;top:15.625rem;left:9.8750003576281rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lxdNTQlQxuxXxQH2WKEPUm7outMFJPFN { width:10.125rem;height:1.3rem;top:10.51171875rem;left:9.9375003576281rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fkouUk6VoTXKTUaoBrRWvG4yHz5GeW06 { width:10.125rem;height:1.3rem;top:17.1875rem;left:9.8750003576281rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K6VTtBfzQc3IGcXZ2fp4EfMXSCHhzXcZ { display:block; }#K6VTtBfzQc3IGcXZ2fp4EfMXSCHhzXcZ > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9pp9Q26Al3mDhx8u403Qa2ouOmkUWV3 { width:20rem;height:7.06875rem;top:1.75rem;left:0rem;font-size:1.8125rem;text-shadow:0.125rem 0.125rem 0.0625rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #qMoG74kmPV44GnpaEUcM4bdFMMqrQPg8 { width:1.8125rem;height:1.8125rem;top:9.875rem;left:9.1250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuXVhohH0EfwaotyyBCDaXS7DJuLTWiS { width:1.1875rem;height:1.1875rem;top:10.1875rem;left:11.062500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8THIi7AxQdGsSblM4dZlyJbZ1oZCGKD { width:1.1875rem;height:1.1875rem;top:10.25rem;left:7.7500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnWrIKn2iLuAwC1K23cnOWtloUlt3Lqn { width:20rem;height:8.90625rem;top:13.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HekrIkLysGAgKbxrl4IrRekBgmd8dtoK { width:17.4375rem;height:3.4375rem;top:44.125rem;left:1.5rem;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #L3T5SyMCDWoqc70T81ISiLl8vuTCPB5W { display:block; }
 }@media only screen and (max-width: 763px) { #zaFRTmv24MzBQ1dNcDTyC9yf1NheFAQp { width:8.5rem;height:8.5rem;top:31.125rem;left:2.1875rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #Ql9ZpgLar65bfOXOK8r4Gcyh4eVCxTOd { width:9.1875rem;height:9.1875rem;top:26.9375rem;left:9.1875rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #Tn2W8DTk2HOAQe0oKnGJZIbC6mUy7D3T { width:9.1875rem;height:9.1875rem;top:34.25rem;left:8rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #LOSTnrGP8wKRldQciUSl92vsDSQJelDS { width:9.1875rem;height:9.1875rem;top:24rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT85CXXbSzuHlFl88d0cce0QaZqGm6ba { display:block; }#ZT85CXXbSzuHlFl88d0cce0QaZqGm6ba > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKpEwclZ7LcGtTTpnH9GQcMsbu3nhI7I { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTG3JQNS18uy6pTIKTiTt0XwJSVC9ouk { width:1.8125rem;height:1.8125rem;top:7.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSyVSwVsczvEz9T660XaK8rp1VnRO8Lq { width:1.1875rem;height:1.1875rem;top:7.625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfTHoGVV2wvWnHFnPiDa3vpolmDT4dkm { width:1.1875rem;height:1.1875rem;top:7.5625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoMZEpN23DGFnqaHH6ZgwCxEyeZ8MpQr { width:16.8125rem;height:4rem;top:10.1875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTWhwM2m0bUsbeAf3hdgVG8dQFJxMfNa { width:17.3125rem;height:6rem;top:15.25rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C49xVF3x4eXqPELVDh0zbOKeTz2aqJSf { width:17.3125rem;height:6rem;top:22.4375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfDGcsfdBZzPf3hmzEB96gXxGWZ3D64Q { display:flex;width:1.75rem;height:1.75rem;top:11.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e1n9Iy8Dx27Ny5IgFIKbKoVhZ8pz4L93 { display:flex;width:1.75rem;height:1.75rem;top:17.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RqDao3HtKVfz8snArhnbEn2HsG2tuuCZ { display:flex;width:1.75rem;height:1.75rem;top:24.5625rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #veETUpHcwIUAdHANovyInW9TZmkM1gxN { width:20rem;height:3.25rem;top:29.71875rem;left:0rem;font-size:0.875rem;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #Q8HP8SPFX1IT6eWfrLCHS24P9m2kMru6 { display:block; }
 }@media only screen and (max-width: 763px) { #tfoRiP2TARie2J5kxttSQLkSSE90QFM3 { display:block; }#tfoRiP2TARie2J5kxttSQLkSSE90QFM3 > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PULpwc0d9ITUIFfUKlzlw8s5Z0wWgTlK { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSZuGCUCzqvRGvPvCl9giaPBHTV6wKfS { width:1.8125rem;height:1.8125rem;top:7.375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBDVr0Tm7hopLKIqDvv44dq9m5DZ7p6o { width:1.1875rem;height:1.1875rem;top:7.6875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSKxxJTDbQVliTeBvXRnPKI0bzaVBXDh { width:1.1875rem;height:1.1875rem;top:7.75rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFEAD1NFOamLuS2rvTAUTVglo6ebJltx { height:10.125rem;width:18.125rem;top:11.875000953674rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI7mO41hkPUDQ3bWtQkKTteZvcAV6B3Z { width:20rem;height:14.0625rem;top:10.937500953674rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hhZDQGGNU1ukVO6VNv1yX1HUg7iNvEKJ { width:14.875rem;height:3.4375rem;top:26.25rem;left:2.5625rem;font-size:0.875rem;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #lAtTuTQ0Cra0raE4XF09qNcPm90DdlVD { display:block; }
 }@media only screen and (max-width: 763px) { #yxMZSQEteQpJXbnIXMgFftuOIHOzX7Gp { display:block; }#yxMZSQEteQpJXbnIXMgFftuOIHOzX7Gp > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azeEVEVcriUcoSweodT1JrnCitks6wQ6 { width:20rem;height:2.6rem;top:2.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZfxNaaGGQXeOmkHlAFyPEJtXT6KwKWJX { width:1.8125rem;height:1.8125rem;top:5.3125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bge0R7cx5d8oBt2TH389U94t5TRlGy4x { width:1.1875rem;height:1.1875rem;top:5.625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3Zcbn3MR6QITqWrLvIoA47XL13ydFLt { width:1.1875rem;height:1.1875rem;top:5.625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATdZ7IK7BiPytUHAAFHyahyiof4nmkGM { width:6.4375rem;height:1.5625rem;top:16.125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1upTveMhnyPeC1CbWpdBXd8QWLcByNy { display:block; }
 }@media only screen and (max-width: 763px) { #Zlad0mOxCxPZ6myhorx8PNORiTmii3EO { width:6.4375rem;height:1.5625rem;top:18rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn7kmr8UJDlWPTascWPIDMgR2PvyRZgb { display:block; }
 }@media only screen and (max-width: 763px) { #vwL5ZpevSbGTHTZ5qEf2sqa61MQJCarG { width:13.9375rem;height:1.5625rem;top:21rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuTF0LBgtRbHsr46WtinuIVrVwiQX5mO { display:block; }
 }@media only screen and (max-width: 763px) { #onUe0E8JHlKL83cV0hu7SvMcAeuTZ9Hd { width:15.0625rem;height:3.8rem;top:24.8125rem;left:4.9374998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hASP4hT1KGJtPTN1NZWWTDWrzn8QUxCR { width:20rem;height:22rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAueQLMhdlqHvwnh99utnxrB1kZwJrbp { display:flex;width:2.5625rem;height:2.5625rem;top:24.5625rem;left:1.6250001192093rem; }
 }@media only screen and (max-width: 763px) { #LpXwAvyt0lJHxx6aVL6kTIWrh0GbCk1e { display:flex;width:2.1875rem;height:2.1875rem;top:15.75rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #QPtWI2GZDhDW6Uo12ALlGRqT5cS08biK { display:flex;width:2.1875rem;height:2.1875rem;top:20.625rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #k1ccx16gk3JZb2auFmqbmKKeBZLn8Ege { width:15rem;height:1.8375rem;top:10.375rem;left:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0mG7bUdDvmG20fbDQ7LEIWAWIKQhibT { width:20rem;height:23.5rem;top:33.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgTGxvXH3AbIltLmKbo0aykSEbc3607S { width:15rem;height:1.8375rem;top:35.5rem;left:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVHBrowJH9kPXZbqVZThPImqWEmF7V5X { width:18.1875rem;height:18rem;top:37.9375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #POhONkP96Gg6p73oQ6TECbB1B0Xbmy6T { display:flex;width:9.75rem;height:9.75rem;top:35.5rem;left:10.3125rem; }
 }@media only screen and (max-width: 763px) { #lpJ6Mah1D7x9T71ODGc5oDTDnFOfrlKw { display:block; }#lpJ6Mah1D7x9T71ODGc5oDTDnFOfrlKw > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exlFqgtF73gZsDsvs9uMVFlfdfsvquHo { width:11.125rem;height:2.625rem;top:1.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlwDAUp7mMI1mJzQtqZX675ZuoT5ug3t { display:flex;width:2.125rem;height:2.125rem;top:5.125rem;left:8.9375rem; }
#ZlwDAUp7mMI1mJzQtqZX675ZuoT5ug3t > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #FcRHiuI9Oh5EOadVsttQx2KPtJ1RP24Q { width:20rem;height:1.0563125rem;top:8.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UToDDRPbW9LZ71Fc00M1IT71ec3u5TfL { display:flex;width:2.125rem;height:2.125rem;top:10.80625rem;left:8.9375rem; }
#UToDDRPbW9LZ71Fc00M1IT71ec3u5TfL > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }