.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:255,249,228;--color-primary-1:255,234,166;--color-primary-2:255,212,77;--color-primary-3:128,106,39;--color-primary-4:38,32,12;--color-secondary-0:241,212,255;--color-secondary-1:213,126,255;--color-secondary-2:185,40,255;--color-secondary-3:46,0,185;--color-secondary-4:37,8,51;--color-tertiary-0:255,255,255;--color-tertiary-1:250,250,250;--color-tertiary-2:239,239,239;--color-tertiary-3:74,74,74;--color-tertiary-4:0,0,0;--headlines-font-family:"Kanit";--paragraphs-font-family:"Kanit"; }@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:#262626;background-image:none;position:relative;display:block; }
#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container { display: none; }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .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); }#NzA596MeRJIERMa3oU92uo9MaFUG8Fk6 { 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;z-index:auto;display:block; }#NzA596MeRJIERMa3oU92uo9MaFUG8Fk6 > .row .container { background-color: transparent; background-image: none; }#NzA596MeRJIERMa3oU92uo9MaFUG8Fk6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzA596MeRJIERMa3oU92uo9MaFUG8Fk6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzA596MeRJIERMa3oU92uo9MaFUG8Fk6 > .row .container > .video-iframe-container { display: none; }#NzA596MeRJIERMa3oU92uo9MaFUG8Fk6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzA596MeRJIERMa3oU92uo9MaFUG8Fk6 > .row > .video-iframe-container { display: none; }#NzA596MeRJIERMa3oU92uo9MaFUG8Fk6 > .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); }#NzA596MeRJIERMa3oU92uo9MaFUG8Fk6 > .row .container { border-width: 0; border-radius: 0; }#NzA596MeRJIERMa3oU92uo9MaFUG8Fk6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NzA596MeRJIERMa3oU92uo9MaFUG8Fk6 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#ErykGHNtRFvvDMoGlfXJ1xKNmMUTT65J { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:7.875rem;top:1.40625rem;left:2.060546875rem;overflow:hidden;display:block; }
#y31GhwQh4KbRKirplISriemlXIiwgmCP { color:rgba(var(--color-tertiary-4),1);display:block;width:32.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1.4375rem;left:12.125rem;height:2.40625rem;font-style:normal;display:block; }
#lsG1ucVqQZuZ9BElbqeqGw5XIoOcegWS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:0.9375rem;left:59.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oCftobQ0FG3pvA65TdmQs7wxid05kc74 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oCftobQ0FG3pvA65TdmQs7wxid05kc74 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2d3d;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(var(--color-tertiary-4),0.2) ;color:rgba(var(--color-tertiary-0),1);padding-top:0.330625rem;padding-right:0.291875rem;padding-bottom:0.330625rem;padding-left:0.291875rem;display:block;align-items:center;width:1.75rem;min-width:1.75rem;height:1.775625rem;position:relative;font-family:arial;font-size:1.32125rem;font-weight:700;line-height:28.41px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oCftobQ0FG3pvA65TdmQs7wxid05kc74 .widget-text.counter-label { background-color:;background-image:none;color:#2a2d3d;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.206875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.33375rem;height:0.70125rem;position:relative;font-family:arial;font-size:0.495625rem;font-weight:700;line-height:11.22px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oCftobQ0FG3pvA65TdmQs7wxid05kc74 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:8.8125rem;height:3.1875rem;padding-top:0.04125rem;padding-right:0.04125rem;padding-bottom:0.04125rem;padding-left:0.04125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.75rem;left:61.9375rem;z-index:15007;display:none; }
#oCftobQ0FG3pvA65TdmQs7wxid05kc74 #Hca2FeBLWoqmVitbTsrzXKy72TDZc0tw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#oCftobQ0FG3pvA65TdmQs7wxid05kc74 #k2P3CaJ4hH1EUaU3xENLHbrtewpvG5gT { width:auto; }
#oCftobQ0FG3pvA65TdmQs7wxid05kc74 #fPdmCGrynpTMUJS4ExWnJMQTzcCumyC4 {  }
#oCftobQ0FG3pvA65TdmQs7wxid05kc74 #wD2g35zNUEo1hloxylim2eUQh1ZpL1cG { display:flex;position:relative;top:0rem;left:0rem; }
#oCftobQ0FG3pvA65TdmQs7wxid05kc74 #qCfUuFeRbSQy0Wt7eCknU2b5IvnAq72n {  }
#oCftobQ0FG3pvA65TdmQs7wxid05kc74 #LSrz5DIchRrPbrbibLpzhfyGUTRQdtIw {  }
#oCftobQ0FG3pvA65TdmQs7wxid05kc74 #emlWZ0hbno9rVnFkKzeA0VTM9XC7iv4h { display:flex;position:relative;top:0rem;left:0rem; }
#oCftobQ0FG3pvA65TdmQs7wxid05kc74 #K5WpZPcAGzLli5ik74WZaIDs9k4cGcHG {  }
#oCftobQ0FG3pvA65TdmQs7wxid05kc74 #LXMpaWTt9662JhhOmaAcuwtzO1yR1D2P {  }
#oCftobQ0FG3pvA65TdmQs7wxid05kc74 #QQofrU2Nqpf7AT9LxCUWOqHtEHQyRNhf { display:flex;position:relative;top:0rem;left:0rem; }
#oCftobQ0FG3pvA65TdmQs7wxid05kc74 #xNOqWTZTLCu36DoMdDDGMdn4MuKo2yvl {  }
#oCftobQ0FG3pvA65TdmQs7wxid05kc74 #V56y4Dg70ipv9TJy2tMLLNhEx0TlNh0t {  }
#XuA0KlwEKAJiU8GatPcM05eHUTnw7uE0 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:3.875rem;left:12.125rem;height:1.65rem;font-style:normal;display:block; }
#foG2ovFgsftE2ITpCoPagwKtRTDbNPak { display:block; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak { background-color: transparent; background-image: none; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container > .video-iframe-container { display: none; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row > .video-iframe-container { display: none; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .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); }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak { border-width: 0; border-radius: 0; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container { background-color:#262626;background-image:none;width:75rem;height:33.8125rem;font-size:0.875rem;font-family:"open sans";border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#SIMpXyT6h1hp0RDwGkOxpgQiyLOsFecH { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:23.8125rem;width:42.375rem;top:9.8115234375rem;left:0rem;display:none; }
#faWNqP0FKhm48D4nHgGvb6tZ4gNINueG { color:rgba(var(--color-primary-2),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:13.25rem;left:3.21875rem;height:2.4375rem;font-style:normal;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; }
#uRp6HcLE9mdneeDmPy9n1gDG5eNxX4Do { 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:3.9375rem;width:6.4375rem;top:6.875rem;left:43.75rem;overflow:hidden;display:block; }
#x9MDWFT3W7AsH6q0SwfVTxx7dPSkPwPl { 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:3.6875rem;width:17.6875rem;top:4.875rem;left:7rem;overflow:hidden;display:block; }
#UbwWNWIaUrMHRStdM43LgwokXtmzAMtS { color:rgba(var(--color-tertiary-0),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:20.625rem;left:3.21875rem;height:3.574225rem;text-align:left;text-align-last:left;display:block; }
#z30Jgz4DepKok5yMQPu01q9DGaTqLszW { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:15.625rem;left:3.21875rem;height:2.03125rem;font-style:normal;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; }
#HN0wT0Wa6589CJzRrXTTBmBbunoffLVw { box-sizing:content-box;height:0.125rem;width:28.125rem;position:absolute;display:block;z-index:15095;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),0));background-size:auto !important;top:19.25rem;left:3.21875rem;display:block; }
#Tzxi7u9xNNqCrKaVVgE1giWEpeZJrcTA { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:25.3125rem;top:0.40625rem;left:39.4375rem;overflow:hidden;display:block; }
#Vr7sfMEgJirSSlk9KqxvKNMa41smayPT { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:25.3125rem;top:15.625rem;left:40.1875rem;overflow:hidden;display:block; }
#b1pfgHIbU6HWNiIsTcrcoWdGFuB1kHWJ { color:rgba(var(--color-tertiary-0),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:20.625rem;left:3.21875rem;height:3.574225rem;text-align:left;text-align-last:left;display:none; }
#DKAGcMLFsmmBWHublZ3JdTz4mUxSs0HS { position:relative;display:none; }#DKAGcMLFsmmBWHublZ3JdTz4mUxSs0HS { border-width: 0; border-radius: 0; }#DKAGcMLFsmmBWHublZ3JdTz4mUxSs0HS > .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; }#DKAGcMLFsmmBWHublZ3JdTz4mUxSs0HS > .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; }#oCrpS3gS3a2qlTRrSD4MrclI9NkNoTQK { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.75rem;top:11.3125rem;left:0rem;display:none; }
#H7LhU8JZ2zZhrvNG1FdGgE6E3w8v40iI { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:6.0625rem;left:0.625rem;display:none; }
#rtzT0cDuNyadq32k14HxGZh6hCZixNnJ { position:relative;display:none; }#rtzT0cDuNyadq32k14HxGZh6hCZixNnJ { border-width: 0; border-radius: 0; }#rtzT0cDuNyadq32k14HxGZh6hCZixNnJ > .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; }#rtzT0cDuNyadq32k14HxGZh6hCZixNnJ > .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; }#z5lCy6y5ylUDreXVyPF8NPTO1d677iLx { position:absolute;display:block;z-index:15038;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:21.5rem;width:34.875rem;top:13.0625rem;left:20.5625rem;display:none; }
#T7JoANa48a63VlnROlZAB9UkxVZnNoPo { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.875rem;width:15.125rem;top:19.4052734375rem;left:21.375rem;overflow:hidden;display:none; }
#GSRfAZ5E4vPTzeZKRHqfTxkdg66IRKDP { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:worksans;font-size:1.375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:14rem;left:25.375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Z9B7XDCkpKvaogsoI9QKNVA5X5VviEbT { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:19.1875rem;left:36.4375rem;height:3.41161875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rPnT696L9DxaWe3AC9Oyo3iFkk4zVdHO { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:23.625rem;left:36.125rem;height:6.8232375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#epcGaJwksQFEQMsErAF2eIBI4Tn5usST { background-color:rgba(var(--color-primary-2),1);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: 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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.2485625rem;height:2.25rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:31.0625rem;left:39rem;display:none; }
#Fmb7q5n5QTirxsv5Gi7hEODUKNuHGAP4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b18PyRTrAeuc0g4Ue7T0SgdP6uGHGBzd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;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; }#b18PyRTrAeuc0g4Ue7T0SgdP6uGHGBzd > .row .container { background-color: transparent; background-image: none; }#b18PyRTrAeuc0g4Ue7T0SgdP6uGHGBzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b18PyRTrAeuc0g4Ue7T0SgdP6uGHGBzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b18PyRTrAeuc0g4Ue7T0SgdP6uGHGBzd > .row .container > .video-iframe-container { display: none; }#b18PyRTrAeuc0g4Ue7T0SgdP6uGHGBzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b18PyRTrAeuc0g4Ue7T0SgdP6uGHGBzd > .row > .video-iframe-container { display: none; }#b18PyRTrAeuc0g4Ue7T0SgdP6uGHGBzd > .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); }#b18PyRTrAeuc0g4Ue7T0SgdP6uGHGBzd > .row .container { border-width: 0; border-radius: 0; }#b18PyRTrAeuc0g4Ue7T0SgdP6uGHGBzd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b18PyRTrAeuc0g4Ue7T0SgdP6uGHGBzd > .row .container { font-size:0.875rem;font-family:arial;height:133.5rem;width:75rem;position:relative;display:block; }#ZFeSyfnhvLhrKcn8MKCqc637BKSuar1T { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3369140625rem;left:0rem;height:6.17480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k8k44QpBSAJycAmzTOs7s29mGPSdDubN { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:worksans;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:112.5625rem;left:41rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ilGyIHSubqJvzmP1CSZOqJ18dTTdxPxw { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:119.25rem;left:55.9375rem;height:4.22460625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JECnc9oS1BsRq5IsGWeyki1iN1l7dy6f { color:rgba(var(--color-tertiary-3),1);display:block;width:16.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:115.75rem;left:55.875rem;height:3.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w7eMwuCDkIgsBiTTUQAzp3tE6fFflteL { position:absolute;display:block;z-index:15062;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: none;height:15.0625rem;width:14.25rem;top:115.75rem;left:40.3125rem;overflow:hidden;display:block; }
#w8vCCCaQQ2rsttR4JSarIzndZuuWOxBg { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.7125005722046rem;left:0rem;height:5.1rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ab4pcGLzVVGsuElGRTwS97cA6PDgNDDR { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.7125005722046rem;left:0rem;height:5.1rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#F9pMeFCdHDrhRbKxlpu3ycamt1dETAq4 { background-color:rgba(var(--color-primary-2),1);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: 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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:2.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:128rem;left:56.8125rem;display:block; }
#DPPJSil354gKpApi2sHm4aehK05yi0XX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EC6NMs4R09IcMOGrI3ocuI5RM4lDvA1I { position:absolute;display:block;z-index:15000;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:21.5rem;width:34.9375rem;top:110.625rem;left:39rem;display:block; }
#OH3QN4FkJvLVmJS4RZoCzM8bZJdTlWT8 { position:absolute;display:block;z-index:14999;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:26.0625rem;width:21.5rem;top:11.686718940735rem;left:4.03125rem;display:none; }
#v38TxOJr2ydOgDnUxHDWC3gZaiupBim1 { position:absolute;display:block;z-index:14999;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:26.0625rem;width:21.5rem;top:11.686718940735rem;left:4.03125rem;display:none; }
#zpN6T79T3mMyvoLUE0oT91qHODUlMA2L { position:absolute;display:block;z-index:15002;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:21.5rem;width:34.875rem;top:85.8125rem;left:39rem;display:block; }
#nkICFLP3TszTpe6sxrLaChwAPaBG0a1c { position:absolute;display:block;z-index:15063;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: none;height:12.75rem;width:14.5rem;top:117rem;left:2.5625rem;overflow:hidden;display:block; }
#a9mT0Bxig3Pxo5dqmKbJhFR4uUG5xfFk { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:worksans;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:111.5625rem;left:1.125rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xQaV8mdfop8H3TMy76uk43QNmEJGTbMp { color:rgba(var(--color-tertiary-3),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:116.5625rem;left:17.875rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pBQJIb3zsk1JfrKipkTlTe16oI6ExeCi { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:119.125rem;left:18.9375rem;height:8.4492125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CCTC3AVVyTkreETE97CWAoRAWu0VpS2T { background-color:rgba(var(--color-primary-2),1);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: 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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.2495rem;height:2.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:128.5625rem;left:19.375rem;display:block; }
#TRRK9Xl84dI0V23ZFEAZQIMaVABBiezk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c4nPesVep3k5fWuGwz0sPTSzbTy26zON { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3369140625rem;left:0rem;height:6.17480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cl4VpbAXlWNyoJDvQKb9x1ePoqyeR7Ct { position:absolute;display:block;z-index:14999;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:26.0625rem;width:21.5rem;top:36.6875rem;left:4rem;display:none; }
#AJ3xc6bVglpSAipMI1vGKgVmA7apKHTE { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:19.431640625rem;left:38.78125rem;height:8.4492125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HVohbFmpMTOB2Z9bASSTTtABE2B35oTB { position:absolute;display:block;z-index:15003;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:21.5rem;width:34.875rem;top:110.625rem;left:1.25rem;display:block; }
#BDou9uTvugzt1Ug3Cb842vm2PyguDFHT { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.4375rem;width:14.25rem;top:91.5625rem;left:40.3125rem;overflow:hidden;display:block; }
#DL0fcoHmU9t76TcHOLErRsLNPIC3FIAs { background-color:rgba(var(--color-primary-2),1);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: 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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.2485625rem;height:2.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:103.75rem;left:56.6875rem;display:block; }
#rcTVT1z0XPZ4bBdmppssRzQcXHXtny6v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IOV86hH5WTJe0EFNrXfTLHqFBXxBK1gm { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1875rem;position:absolute;font-family:worksans;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:86.75rem;left:42.6875rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#df3MOr0ytRyBJqM1de2iXVN4lBtX893w { color:rgba(var(--color-tertiary-3),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:91.375rem;left:55.375rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rwtA6v0lPVPqAO37HalDKh6F6gsMcnvi { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:94.6875rem;left:56.6875rem;height:8.44921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ysVOcJvo42etEgplhpLWE1xPuk5QASIU { position:absolute;display:block;z-index:14999;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:26.0625rem;width:21.5rem;top:36.6875rem;left:4rem;display:none; }
#eBla7G6NXVFChQ9QsTd80Tx1QHR0SzVT { position:absolute;display:block;z-index:15009;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:21.5rem;width:34.875rem;top:85.8125rem;left:1.1875rem;display:block; }
#ZZonnToNKSQ2WLdD7TeJfJNEg6ZMCyPk { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:worksans;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:86.75rem;left:5.75rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oi7DFiT6s66eukrST1KRLcrFgXIJ7OhD { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:91.375rem;left:16.9375rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nrwZZxNnwl86ebT5T1OI8Rnzwvy9dTS6 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:95.9375rem;left:17.875rem;height:6.8232375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pZFg4py12pKLSWx44DBvTethB9siXJrL { background-color:rgba(var(--color-primary-2),1);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: 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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.2485625rem;height:2.25rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:103.8125rem;left:19.625rem;display:block; }
#IzV4JhhaVyftfko8zhuvkOodGKp6VKBq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I1oD7UN97CwG5f8youEM00XbmJoMb2Wh { position:absolute;display:block;z-index:15016;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:21.5rem;width:34.875rem;top:61.25rem;left:39.1875rem;display:block; }
#MefwLIwP6XMdFH8c9gAQwnsdMmJP008q { background-color:rgba(var(--color-primary-2),1);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: 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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.2485625rem;height:2.25rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:79.25rem;left:57.625rem;display:block; }
#KpU5pz6UmolsOVvPA8sAQM2tFl2Mo6UW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WuCK2AxTx623iiWvGhcoO8taBzEbJOXv { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:71.375rem;left:55.9375rem;height:5.68603125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NbTOT9ArFe3ncaV52K7qz8X6DbbkEL3c { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.25rem;width:14.25rem;top:67rem;left:40.5rem;overflow:hidden;display:block; }
#afE1T1dSA1mGHxpLa6lnARLG7pmU3ki4 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:66.8125rem;left:54.9375rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DNtMivBtpNSLXzpiPzVu370cPTbgy286 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:worksans;font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:62.1875rem;left:43.75rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UpCOOQKgh8ePbbKGW6i8f5StmGCtEPty { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:14.625rem;width:14.625rem;top:91.1875rem;left:1.8125rem;overflow:hidden;display:block; }
#Jv9aM407t5yWlTbRhiRRANUTZE4sGLyA { position:absolute;display:block;z-index:14999;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:26.0625rem;width:21.5rem;top:36.6875rem;left:4rem;display:none; }
#eFHKzRNXoGVyCSMF9NTDg2cTJGPe00nI { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.811625rem;top:11.9375rem;left:0rem;overflow:hidden;display:none; }
#FuciyUwTv0C1TV96Crg1UXPbTXyuhMAc { position:absolute;display:block;z-index:15030;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:21.5rem;width:34.875rem;top:36.75rem;left:38.9375rem;display:block; }
#OpN73yNebKVASKWUsATXRNpyv5BWuHEu { position:absolute;display:block;z-index:15023;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:21.5rem;width:34.875rem;top:61.3125rem;left:2.0625rem;display:block; }
#mRLSat83C7LbEP9LF16pOfFFi5Bt3OaT { background-color:rgba(var(--color-primary-2),1);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: 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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.2485625rem;height:2.25rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:79.3125rem;left:20.5rem;display:block; }
#mrzheZQzLxsaWqXHUhD1ZvvtNugap7dq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MgRfLcoAW7NPZdTpSZKiP0ShBJqlDL86 { background-color:rgba(var(--color-primary-2),1);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: 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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.2485625rem;height:2.25rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:54.75rem;left:57.375rem;display:block; }
#Tdf1ADioqc1p7SBiEqJG9XVrKL1OK9Sf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tQvqv0MTWyRyzsSF40LKXH9A4bUSvGFK { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.25rem;width:14.25rem;top:42.5rem;left:40.25rem;overflow:hidden;display:block; }
#G8pm40qvwZAcOg8oUTBt8UCRQE5gzHHK { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:70.75rem;left:18.75rem;height:7.96044375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xgql8tVbT3gxsKEzaIG5U3ixu2Um6mvR { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:46.8125rem;left:54.8125rem;height:5.68603125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NAh979fH1luSbZWbkPE6C74g6Ms6ROKB { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:66.875rem;left:17.8125rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JpPu89oNFTT1O3S9Fcu69GCaNss0ggJz { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:42.875rem;left:54.8125rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KKrzQhDls2s9XhhITvFQSie2Qr2QuEOL { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.811625rem;top:35.4375rem;left:37.75rem;overflow:hidden;display:block; }
#OKSVJDSpo32ZDx1a5HGpcg8FcbtAum6e { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:14.625rem;width:14.625rem;top:66.6875rem;left:2.6875rem;overflow:hidden;display:block; }
#ec9gl140NE5z5QxF4BX4lrVqtLekqLq1 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:worksans;font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:62.25rem;left:6.625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#naetGgcvHth3WToWrCAwzdarLLaGrgN7 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:worksans;font-size:1.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:39.8125rem;left:43.25rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ix6HJWqCJOmv2bGpkpWaJx4Z5uGeLe2D { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.811625rem;top:60rem;left:0.875rem;overflow:hidden;display:block; }
#sgxnxAKEHKZLsyXZlm8aTW2ryGnwJk38 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:worksans;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:37.6875rem;left:43.75rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wp0MbLpAdSJUyxOkPztKPskhMvqiMocT { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:worksans;font-size:1.1875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:64.0625rem;left:6.4375rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XhSxQTkVPqJ2PgvTWmiBDJ8ovyVlUfUx { position:absolute;display:block;z-index:15038;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:21.5rem;width:34.875rem;top:36.6875rem;left:1.1875rem;display:block; }
#Fiwc00hcyC9DiTbxt9kdgsPisliPvg6h { position:absolute;display:block;z-index:15111;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.811625rem;top:35.375rem;left:0rem;overflow:hidden;display:block; }
#AW3pmd3pKDKwed8TzpyeoSooa8M8kznl { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:worksans;font-size:1.375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:37.625rem;left:4.875rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l4i3rrZ2UySE1F7GK57OmEXETLSNgzcC { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.25rem;width:14.25rem;top:42.4375rem;left:2.5rem;overflow:hidden;display:block; }
#xKTaxRt36iZpWdxvV9Ay5E2gdtPzboex { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:43.375rem;left:17.0625rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EJg6P6Ew3Z2mwqnVeQSTathtRLrtDPyU { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:46.75rem;left:17.0625rem;height:6.8232375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LA0C97HAFFBOKtpBu5Vh80o929CcaxCa { background-color:rgba(var(--color-primary-2),1);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: 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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.2485625rem;height:2.25rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:54.6875rem;left:19.625rem;display:block; }
#XpWXyvJkK8koQMZPQeVuzWUlk4ti7eFq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CiaN33CXdhJ60Wmz7OG1noPcqVpLAutP { position:absolute;display:block;z-index:15111;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.811625rem;top:11.75rem;left:19.375rem;overflow:hidden;display:block; }
#SgE5GmWgdWKG0bLDZyhfPfsD97eZMHTb { position:absolute;display:block;z-index:15038;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:21.5rem;width:34.875rem;top:13.0625rem;left:20.5625rem;display:block; }
#vNCzsuIXu2LAS5c7sM2vKiHDd3dBchwl { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.875rem;width:15.125rem;top:19.4052734375rem;left:21.375rem;overflow:hidden;display:block; }
#QE2ogfI1S6op2wPWCVWpfl31A8XWclZb { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:worksans;font-size:1.1875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:16.125rem;left:24.875rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R01EBA81UbN8kTDEyQUFqyEfwurFFLkH { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:worksans;font-size:1.375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:14rem;left:25.375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xb2OXEgBNNAdnyez28DAWGLmsQVzwZiL { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:23.625rem;left:36.125rem;height:6.8232375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rxhDgfIMvpJx5Wh6aW3A5EcaeWUJs6s6 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:19.1875rem;left:36.4375rem;height:3.41161875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TCZCtmWCtVqya6QFfwTcfMiIo4h9wUPU { background-color:rgba(var(--color-primary-2),1);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: 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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.2485625rem;height:2.25rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:31.0625rem;left:39rem;display:block; }
#cvJl3BJy1oozHCeVapkw5qHAPX8K6IZn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oOqKFXNGUb9i7mnJK50x11GRTELkMNk0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;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; }#oOqKFXNGUb9i7mnJK50x11GRTELkMNk0 > .row .container { border-width: 0; border-radius: 0; }#oOqKFXNGUb9i7mnJK50x11GRTELkMNk0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oOqKFXNGUb9i7mnJK50x11GRTELkMNk0 > .row .container { font-size:0.875rem;font-family:arial;height:94.5rem;width:75rem;position:relative;display:none; }#i9PWaJ6tkC22JPDX2aGfeJ6UNacMTtNM { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.3984375rem;left:0rem;height:5.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTbF2qySHP43rIodxWKi5oV9ZWo3kCty { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:worksans;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:85.625rem;left:27.3125rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vLNB0W6pTfPA6K9hrC7l3k0dSTW8WGFK { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:58.6748046875rem;left:41.40625rem;height:2.1123rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tkvd8XBPCGmidBZ7ARPXAoXWOUEBb8WX { color:rgba(var(--color-tertiary-3),1);display:block;width:16.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:58.125rem;left:15.625rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UM1Co8Sro50Whau3SIrzzUyONGkolEWi { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:86.5625rem;left:29.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cGeAr6733PWk7UIihZn94zUVccD5EJrM { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:53.2255859375rem;left:41.96875rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MSUShr8BBeHLBmzrzEbumNoJw4SV6wwz { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:79.6875rem;left:28.4375rem;height:2.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e5LnxNfmCW567WTcJxcbz6ByFPdlBbgp { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:worksans;font-size:0.8125rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:82.0625rem;left:28rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cUZH2b3lsPQhyZOgh3RmGqozKvNgOQv5 { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;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:0.125rem;width:12.5rem;top:85.0625rem;left:31.25rem;display:block; }
#LU9gG5ZlhqoX9GAWIyBh4gMeSxbrtAgV { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:worksans;font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:55.574999809265rem;left:43.312500953674rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xxiPFky166hbSTilPchysvkswHFP6QQK { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;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:0.125rem;width:12.5rem;top:58.4248046875rem;left:44.75rem;display:block; }
#ZPJRBlxUT8w6odwZGXkPSL8qemg44UAS { position:absolute;display:block;z-index:15064;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: none;height:11.5625rem;width:17.9375rem;top:68.125rem;left:28.5rem;overflow:hidden;display:block; }
#o9HUIlE7M2IpkKlUZA3CLxPeZh9AXxEs { position:absolute;display:block;z-index:15065;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: none;height:11.5625rem;width:17.3125rem;top:40.71875rem;left:42.34375rem;overflow:hidden;display:block; }
#xAxf6ZvuAP8n0KoNyiugL3RsFN7t7Gfc { background-color:rgba(var(--color-primary-2),1);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: 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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:2.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:61.25rem;left:42.0625rem;display:block; }
#uoVh7JOQxa8JUSa6gQPvqJzEOd00eumE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lXxAvTWp8yD8BrdVxXVvpJ7TAz21T4dQ { background-color:rgba(var(--color-primary-2),1);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: 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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:2.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:88.625rem;left:28.5rem;display:block; }
#mEna1wEKklN5TmVFHgOSIdr5zSO1cDuv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JVfU3EUpA35rwt3C7zAWIEzuoT7OWQNa { position:absolute;display:block;z-index:15003;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:25.5625rem;width:21.5rem;top:66.6875rem;left:26.75rem;display:block; }
#Q8dFGKG0fwwidhCWHnHo56T0uqDq8ALh { position:absolute;display:block;z-index:15004;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:25.5625rem;width:21.5rem;top:39.3125rem;left:40.25rem;display:block; }
#X2qwNKaElqs1Koey4mIdrzd8sQ0GEWri { color:rgba(var(--color-tertiary-0),1);display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:3.4375rem;left:23.5rem;height:5.699225rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#c8QRbrErfO6ipsW3IzsD1gl6TgP5pBBI { position:absolute;display:block;z-index:14999;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:26.0625rem;width:21.5rem;top:11.686718940735rem;left:4.03125rem;display:none; }
#A3GJC0S8hkOM2KCnyGVzaLJ0cqvVfSOm { position:absolute;display:block;z-index:14999;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:26.0625rem;width:21.5rem;top:11.686718940735rem;left:4.03125rem;display:none; }
#ffNbMJG2v5e5R2haDbZzDWniqslIVTvw { 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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:25.5625rem;width:21.5rem;top:12rem;left:40.25rem;display:block; }
#FzErJEGk6a99fpSJHdmMz0wdZQe1dZXW { position:absolute;display:block;z-index:15072;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: none;height:11.5625rem;width:17.3125rem;top:13.4375rem;left:42.3125rem;overflow:hidden;display:block; }
#sL2lZtxJQGkC6VsAV1yg6sNTqoxZmhPQ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:25rem;left:41.9375rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TnbHR1B2gyHXO8qAkQFJ7NCvS4DXSzhU { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:worksans;font-size:0.8125rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:27rem;left:41.5625rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BaoVOzExet5wcJu8NlNPSLD2OcdRo5mb { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;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:0.125rem;width:12.5rem;top:30rem;left:44.75rem;display:block; }
#g8eOodbbgsk6N1ZPVpgVGvTDRTCV9Uhi { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:worksans;font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:30.625rem;left:40.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oBTPOb8tkET1DhqpxbknOabbSfyJCKsn { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:32.25rem;left:42.875rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K2czSesn15tkzS3lQ5HToi8wSU1K3oGX { background-color:rgba(var(--color-primary-2),1);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: 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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:2.1875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:34.474609375rem;left:42.03125rem;display:block; }
#RylSkptCqnqHLfivn5PTaTlp4ckJbOMg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fMDw6TnBAGLnW3ZG5fK6UL7M62S0lLga { position:absolute;display:block;z-index:14999;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:26.0625rem;width:21.5rem;top:11.686718940735rem;left:4.03125rem;display:none; }
#IFDh0OHkcmaMEhF9stSUDkQMDkSBKH9x { position:absolute;display:block;z-index:15005;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:25.562125rem;width:21.499625rem;top:39.3125rem;left:13.3125rem;display:block; }
#Qxh3S5tlfwuV2VELy1HuHZgJlrJh4hzM { background-color:rgba(var(--color-primary-2),1);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: 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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.937rem;height:2.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:61rem;left:15.0625rem;display:block; }
#fQgP1gSTPOWwbBCTObg6iumt3DUTMThT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T2CA9hWNpVS1oIcOzdRpqIoSavUUli3y { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:53.375rem;left:15.0625rem;height:4.7998rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yt9fOvsPwDWZFufoeLczpOBQ4fMq7pxS { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:11.5625rem;width:14.0625rem;top:40.71875rem;left:17.03125rem;overflow:hidden;display:block; }
#Rs88vQd06zVTEK7OXUlUtxGZrHbVPEql { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8745rem;position:absolute;font-family:worksans;font-size:0.8125rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:55.6875rem;left:14.625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R0dZJ5ESAiSySgQkbonkCUpM7ZqXzfFN { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;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:0.124511875rem;width:12.5rem;top:57.4375rem;left:17.8125rem;display:block; }
#xPvS2EsTGWWsyfZwLR92eECfxXDpETXK { position:absolute;display:block;z-index:14999;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:26.0625rem;width:21.5rem;top:11.686718940735rem;left:4.03125rem;display:none; }
#gHmqZ1kfrxqeHQMDsqoIdIu53Ni9EVNQ { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;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:0.125rem;width:12.5rem;top:57.4375rem;left:17.8125rem;display:none; }
#RDKhyn8rptrGHQ3pLnRUJxrvW4Jz1xOp { 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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:25.5625rem;width:21.5rem;top:12rem;left:13.25rem;display:block; }
#z3ybKO9Con928FbmcQgUrUSEatdSAEcT { position:absolute;display:block;z-index:15072;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: none;height:11.5625rem;width:17.3125rem;top:13.4375rem;left:15rem;overflow:hidden;display:block; }
#abqEAdMgX27hB59sQ4Qy1UzhagSEcRrc { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:25rem;left:14.9375rem;height:2.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i53iTm87IeJS0Ra86rvm6EJgyAo5t8dw { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:worksans;font-size:0.8125rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:27.375rem;left:14.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ErklkApyRRoqDIiTfih1wdS3cugAhwwa { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;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:0.125rem;width:12.5rem;top:28.6123046875rem;left:17.78076171875rem;display:block; }
#MwCuTPiIiNl91ZAgtUeB69BGIOLDbsca { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:worksans;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:29.599609375rem;left:13.84326171875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rupHWThe6eSi9sCeaqpmXmAdC6eviuQd { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:31.5498046875rem;left:15.93701171875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qh1pNCsKUUANMxReTZypi3HpAe6rtDdR { background-color:rgba(var(--color-primary-2),1);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: 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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:2.1875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:34.474609375rem;left:15.06201171875rem;display:block; }
#r99t3HOx1qsKdOwTr1RiLA2uvF43h2f9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ufXKWbSpZt0Oxee6ikk6TcubH7yNeqGI { position:absolute;display:block;z-index:14999;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:26.0625rem;width:21.5rem;top:11.686718940735rem;left:4.03125rem;display:none; }
#KHTrvmaOqq7nE6xVINJCELO9tPf21mnd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;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; }#KHTrvmaOqq7nE6xVINJCELO9tPf21mnd > .row .container { background-color: transparent; background-image: none; }#KHTrvmaOqq7nE6xVINJCELO9tPf21mnd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHTrvmaOqq7nE6xVINJCELO9tPf21mnd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHTrvmaOqq7nE6xVINJCELO9tPf21mnd > .row .container > .video-iframe-container { display: none; }#KHTrvmaOqq7nE6xVINJCELO9tPf21mnd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHTrvmaOqq7nE6xVINJCELO9tPf21mnd > .row > .video-iframe-container { display: none; }#KHTrvmaOqq7nE6xVINJCELO9tPf21mnd > .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); }#KHTrvmaOqq7nE6xVINJCELO9tPf21mnd > .row .container { border-width: 0; border-radius: 0; }#KHTrvmaOqq7nE6xVINJCELO9tPf21mnd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KHTrvmaOqq7nE6xVINJCELO9tPf21mnd > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#CuveG0gCQai92rO0l9lARI1z2Gwl5EPM { color:rgba(var(--color-tertiary-0),1);display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:3.4375rem;left:23.5rem;height:5.699225rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#BfAH4HLWHa68h8q7LKzWmH2tVa4OgNWU { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:17.6875rem;top:3.568359375rem;left:18.875rem;overflow:hidden;display:block; }
#gk6HxXaZ9MUFxC8kJyvxC6xnZIdFhDMr { color:rgba(var(--color-tertiary-0),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.9375rem;left:38.5625rem;height:2.325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uhcp3x5xRo1TU364r7dVs7VMu4zpROUV { color:rgba(var(--color-tertiary-0),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:5.1875rem;left:38.5625rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QQN9AZonlRbJhD8ufqEZUWPnfHTUoPTV { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:9.1875rem;left:38.5625rem;display:none; }
#TS1RsisQho1TDvnzUhupdTPFqqy2ZG2d { color:rgba(var(--color-tertiary-2),1);display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:10.8359375rem;left:11.375rem;height:0.599609375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IePnb4Kpf59GPPxk1x9W6sTVTtLQrsw7 { color:rgba(var(--color-tertiary-1),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.435546875rem;left:3.0625rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#a2qJTE46dqHr60k7XEZTh3bUVtrpQA75 { color:rgba(var(--color-tertiary-1),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.435546875rem;left:26rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#fNrJnDInle2ZlDWIkQCx3bIiDJcRbXEU { color:rgba(var(--color-tertiary-1),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.49755859375rem;left:49rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#TxtCiuG6GxaKCvZBaAEzW9qdygAqa0lM { color:rgba(var(--color-tertiary-1),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:31.8876953125rem;left:4.34375rem;height:4.142575rem;text-align:center;text-align-last:center;display:block; }
#ububxb2bdCIgpMSHMSMe4HN3hl0bzDua { color:rgba(var(--color-tertiary-1),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:31.88720703125rem;left:27.53125rem;height:4.142575rem;text-align:center;text-align-last:center;display:block; }
#x1i2OMU2qXTcfiDabXz3nmkFxLcT6kgN { color:rgba(var(--color-tertiary-1),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.88720703125rem;left:50.53125rem;height:4.142575rem;text-align:center;text-align-last:center;display:block; }
#k5QTgB8wnyyCAMsmmc1PTFv6sLFc9fmF { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:14.8125rem;width:13.75rem;top:16.162109375rem;left:7.4375rem;overflow:hidden;display:block; }
#M6G7SPIPlpZ3uu328TmaRcDPvOcywZ06 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:14.6875rem;width:13.75rem;top:16.162109375rem;left:30.625rem;overflow:hidden;display:block; }
#INbL17sAdHcoWJIaBRia8uya7TRItuMa { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:14.8125rem;width:14.625rem;top:16.162109375rem;left:53.625rem;overflow:hidden;display:block; }
#N8XDhAbhyD7iKw4v4bUSpKXHmcl4MtZA { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:9.1875rem;left:38.5625rem;display:none; }
#mJzNRs5qwX5nD5KPMZ2MB676aGBJQnvg { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:9.1875rem;left:38.5625rem;display:none; }
#PRa3EHLAoQwoB0to45vkdaLzJHraZ7FJ { box-sizing:content-box;height:0.125rem;width:28.125rem;position:absolute;display:block;z-index:15095;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),0));background-size:auto !important;top:19.25rem;left:3.21875rem;display:none; }
#xGHHSBLc6zMvOMHmFoqHfMvaLzZiOz0O { box-sizing:content-box;height:5rem;width:0.125rem;position:absolute;display:block;z-index:15096;background-color:#e3e3e3;background-image:none;top:3.287109375rem;left:37.625rem;display:block; }
#QSU3GUIA2lfwTuzAk3sxixCmifZAJdoo { position:relative;display:block; }#QSU3GUIA2lfwTuzAk3sxixCmifZAJdoo { background-color: transparent; background-image: none; }#QSU3GUIA2lfwTuzAk3sxixCmifZAJdoo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSU3GUIA2lfwTuzAk3sxixCmifZAJdoo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSU3GUIA2lfwTuzAk3sxixCmifZAJdoo > .row .container > .video-iframe-container { display: none; }#QSU3GUIA2lfwTuzAk3sxixCmifZAJdoo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSU3GUIA2lfwTuzAk3sxixCmifZAJdoo > .row > .video-iframe-container { display: none; }#QSU3GUIA2lfwTuzAk3sxixCmifZAJdoo > .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); }#QSU3GUIA2lfwTuzAk3sxixCmifZAJdoo { border-width: 0; border-radius: 0; }#QSU3GUIA2lfwTuzAk3sxixCmifZAJdoo > .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; }#QSU3GUIA2lfwTuzAk3sxixCmifZAJdoo > .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:37.3125rem;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; }#TzKyzwmMItt5bXCmtPTLp868279cCpNu { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3fcd7095-daf3-445b-9508-a58d64792c67/aaa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:14.4375rem;width:18.6875rem;top:16.4375rem;left:3.1875rem;display:block; }#TzKyzwmMItt5bXCmtPTLp868279cCpNu.adaptive-delivery-prevent-bg, #TzKyzwmMItt5bXCmtPTLp868279cCpNu.lazyload, #TzKyzwmMItt5bXCmtPTLp868279cCpNu.lazyloading { background-image: none; }
#qqpZOXTnJ0AHMbb8phJHKSqAOxS3GirP { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:12.25rem;left:4.75rem;height:3.449225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t4U436bZAL58ZAkSyPV292RAcNa7Vd9k { 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:15010;opacity:1;top:12.25rem;left:1.6875rem; }
#kVurfLwC08NElzfvT7GHTu10yMd6cNFN { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:32rem;left:1rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DOmn5rciJoJwiMWl6BBUu74BdszvFy00 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:12.25rem;left:28.9375rem;height:3.449225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kt96VU082yn5UwGxwyog629zM6Aui4fH { 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:15011;opacity:1;top:12.412109375rem;left:25.8125rem; }
#KGWG01D2WMU7Zky88AtUCtyP40h77iU0 { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6403fc0a-0057-4350-8922-ec8c12441529/ClassProjectReview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:21.8125rem;top:17.6875rem;left:51.59375rem;display:block; }#KGWG01D2WMU7Zky88AtUCtyP40h77iU0.adaptive-delivery-prevent-bg, #KGWG01D2WMU7Zky88AtUCtyP40h77iU0.lazyload, #KGWG01D2WMU7Zky88AtUCtyP40h77iU0.lazyloading { background-image: none; }
#Ce0aVBlX20Nd9a2nOp7H5ouVfTSnAWnL { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:32rem;left:28.34375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MZT61lTAs9aN46VV6LoNvqivoGz9oqiD { color:rgba(var(--color-tertiary-0),1);display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:3.4375rem;left:23.5rem;height:5.699225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ArRp0XRct2vMZuAtu61Wf2EvCpIATfJ2 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:12.25rem;left:55.75rem;height:3.449225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aA9NrVNDKbu5XDIz1xkqhHTnDxlcBZBa { 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:15012;opacity:1;top:12.4375rem;left:52.375rem; }
#fvX1JvhQ1a6ErkUQtv1uB24vESabGzSB { 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:14.1875rem;width:21.5625rem;top:16.5625rem;left:26.65625rem;overflow:hidden;display:block; }
#XcM231rK0CVhcOeJNtPrOmHII1APyfDi { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:31.3486328125rem;left:53.34375rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#segcqCvesaHbq5agKW5kRWnSXDTxvls4 { position:relative;display:block; }#segcqCvesaHbq5agKW5kRWnSXDTxvls4 { background-color: transparent; background-image: none; }#segcqCvesaHbq5agKW5kRWnSXDTxvls4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#segcqCvesaHbq5agKW5kRWnSXDTxvls4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#segcqCvesaHbq5agKW5kRWnSXDTxvls4 > .row .container > .video-iframe-container { display: none; }#segcqCvesaHbq5agKW5kRWnSXDTxvls4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#segcqCvesaHbq5agKW5kRWnSXDTxvls4 > .row > .video-iframe-container { display: none; }#segcqCvesaHbq5agKW5kRWnSXDTxvls4 > .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); }#segcqCvesaHbq5agKW5kRWnSXDTxvls4 { border-width: 0; border-radius: 0; }#segcqCvesaHbq5agKW5kRWnSXDTxvls4 > .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; }#segcqCvesaHbq5agKW5kRWnSXDTxvls4 > .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:53.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; }#zmGzCrBtDTTGQ7Cu26rtJhWRhxPKIXvc { color:rgba(var(--color-tertiary-0),1);display:block;width:60.1855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.1337890625rem;left:7.406005859375rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HPV2BosGU7enZyIgwpMrgIUcweyBP8e8 { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:20.249rem;width:20.249rem;top:7.9375rem;left:27.375rem;display:block; }
#NKD9ULSOETa1ORO1zBoeNc3Vig2eB8cG { position:absolute;display:block;z-index:15092;background-color:rgba(var(--color-primary-2),1);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: none;height:1.875rem;width:18.4375rem;top:6.875rem;left:28rem;display:block; }
#ymRGGTQb1g7ekXsv7LXb29H9BA5mrANd { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:7.1875rem;left:25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#RgHz9QOmcGm3QmTpt1dVRFTNbHU72cV1 { position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:20.249rem;width:20.249rem;top:7.9375rem;left:2.375rem;display:block; }
#kTxbxPds2dngKF31dpPI8bIDiHIqif7T { position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:20.249rem;width:20.249rem;top:31.0625rem;left:27.375rem;display:block; }
#cMLn821yQQfavqyv0RohcNlA9aEUxkFJ { position:absolute;display:block;z-index:15072;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:20.249rem;width:20.249rem;top:31.0625rem;left:2.375rem;display:block; }
#HdnXlAerzJvpPhysadE5eCwe4TygT5J4 { position:absolute;display:block;z-index:15075;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:20.249rem;width:20.249rem;top:31.0625rem;left:52.5rem;display:block; }
#Koh0bZxzppKvt2TKtAiQn05MkAeSyMHa { position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:20.2480625rem;width:20.2480625rem;top:7.9375rem;left:52.375rem;display:block; }
#o0KIW8RPRxNnpSDADdondVTNG2mBWT5p { position:absolute;display:block;z-index:15095;background-color:rgba(var(--color-primary-2),1);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: none;height:1.875rem;width:18.4375rem;top:30.375rem;left:3rem;display:none; }
#WI98ZlQP0S8rW0N1TpFAOGJR2S5ZmxGI { position:absolute;display:block;z-index:15095;background-color:rgba(var(--color-primary-2),1);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: none;height:1.875rem;width:18.4375rem;top:30.375rem;left:3rem;display:none; }
#bOARqmUgQKOHGmKFGcUt41Azbr5kevOv { position:absolute;display:block;z-index:15095;background-color:rgba(var(--color-primary-2),1);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: none;height:1.875rem;width:18.4375rem;top:30.375rem;left:3rem;display:none; }
#JaMIAbboZx6BdFZ9qFyRI7xbqZ9cBLaN { position:absolute;display:block;z-index:15095;background-color:rgba(var(--color-primary-2),1);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: none;height:1.875rem;width:18.4375rem;top:30.375rem;left:3rem;display:none; }
#qP5JooTfr8iv5ZsQAbXZKKUiCwwvADkt { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;top:7.1875rem;left:5.125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#loufUf8TTpvt6XOWgP2HhWXO5G7J4e2G { position:absolute;display:block;z-index:15097;background-color:#5f89eb;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: none;height:1.875rem;width:18.4375rem;top:6.875rem;left:3.3125rem;display:block; }
#Gc4qqqnumEzwOAuHeIf5ExVsUCqwLTyU { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:19.625rem;top:13.0263671875rem;left:2.6875rem;overflow:hidden;display:block; }
#GZBf7r5thJdx4skbn964Wgt5150T2koe { position:absolute;display:block;z-index:15109;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:14.875rem;top:8.81103515625rem;left:55.0625rem;overflow:hidden;display:block; }
#Iz6NnXOA7UZGflKLbdRcS3aAdSoHpU8h { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:7.1875rem;left:50rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Isoo7AsZmL407lF74JQAu5TP4w2uFOkl { position:absolute;display:block;z-index:15094;background-color:rgba(var(--color-primary-2),1);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: none;height:1.875rem;width:18.4375rem;top:6.875rem;left:53.28125rem;display:block; }
#ueIHJu4ptXG6LMpb88e3T33l1XASpmsm { position:absolute;display:block;z-index:15110;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:13.75rem;width:9.5625rem;top:37.43603515625rem;left:7.71875rem;overflow:hidden;display:block; }
#aZkguXkOcfmsxEr6aRV8NkoB5GEEKBJn { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:30.625rem;left:25.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#InB9m53yieXVnAKMA1kZMa9F85oKRDZ2 { position:absolute;display:block;z-index:15094;background-color:rgba(var(--color-primary-2),1);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: none;height:1.875rem;width:18.4375rem;top:30.3125rem;left:28.0625rem;display:block; }
#ZDs1U1dmOQdqwRBL1oZkzHt4vipaK7US { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:30.625rem;left:50.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#yzvM2n1osPx5yuGa3rofHNU4i8KX2K1n { position:absolute;display:block;z-index:15096;background-color:rgba(var(--color-primary-2),1);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: none;height:1.875rem;width:18.4375rem;top:30.33740234375rem;left:53.28125rem;display:block; }
#Q1C47E19iEkvJA2icWl6P85vxD3mR3u1 { position:absolute;display:block;z-index:15112;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: none;height:10.5rem;width:7.25rem;top:17.31103515625rem;left:33.59375rem;overflow:hidden;display:block; }
#hOKNy3Fg4maz7VAH9nGZM2XIfS3o7WUn { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:10.830078125rem;left:27.9375rem;height:6.3369375rem;text-align:center;text-align-last:center;display:block; }
#EFUPfEeI5pW2C4pPSZCGMUA8d9nFwhRn { position:absolute;display:block;z-index:15114;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:13.9375rem;width:9.5rem;top:37.24853515625rem;left:32.75rem;overflow:hidden;display:block; }
#ypqnUCnGN4wnWNvJx59zlplzcQh9DOUe { position:absolute;display:block;z-index:15110;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.9375rem;width:15.6875rem;top:32.31103515625rem;left:54.65625rem;overflow:hidden;display:block; }
#F98EHKBEl90tA9hOOAckPkyuXWaepcct { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15115;line-height:1.2;letter-spacing:0;top:21.9375rem;left:2.9375rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#gLSdt4f6n6OCPApRMzVazUn26RM8gxr6 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15116;line-height:1.2;letter-spacing:0;top:32.90625rem;left:2.9375rem;height:1.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ugi0QeyRp4MBv2QM5nQO04KWaPqIqbdh { position:absolute;display:block;z-index:14999;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:26.0625rem;width:21.5rem;top:11.686718940735rem;left:4.03125rem;display:none; }
#QaOBDJwMl1M7mdNiU0fBtmVQPyJ4QoZl { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:7.1875rem;left:25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#nu81GLl6CA1t6kwuFiEQV68UoAuBszKT { position:absolute;display:block;z-index:15095;background-color:rgba(var(--color-primary-2),1);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: none;height:1.875rem;width:18.4375rem;top:30.375rem;left:3rem;display:none; }
#GQ0xzRJGwAhSBUCpIzI8nKQLP65Qff6w { position:absolute;display:block;z-index:14999;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:26.0625rem;width:21.5rem;top:11.686718940735rem;left:4.03125rem;display:none; }
#PKpDeD2dsTPo00RJfmkREAFnTqJ7dlD5 { position:absolute;display:block;z-index:14999;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:26.0625rem;width:21.5rem;top:11.686718940735rem;left:4.03125rem;display:none; }
#taMIRyQTDH40oHm1notdo3ITFwkMceMC { position:absolute;display:block;z-index:15095;background-color:rgba(var(--color-primary-2),1);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: none;height:1.875rem;width:18.4375rem;top:30.375rem;left:3rem;display:none; }
#ZgC3pEKPRO1cXJpuoIooZ6781LGXUKVP { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:7.1875rem;left:25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#ccdx23DcW84qUCzxy9oZTrySVLFbWgkM { position:absolute;display:block;z-index:15095;background-color:rgba(var(--color-primary-2),1);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: none;height:1.875rem;width:18.4375rem;top:30.375rem;left:3rem;display:none; }
#RWXMsk8ffzRhTlZBTGXsbmTlXLKLD4Gm { position:absolute;display:block;z-index:14999;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:26.0625rem;width:21.5rem;top:11.686718940735rem;left:4.03125rem;display:none; }
#JvBmNIbG8G3r3RrTTTncuRccXTfs8U28 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:7.1875rem;left:25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#ro6lC6Rr9QWJbSGQxPLVeDETlAJb5aOP { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:32.6552734375rem;left:25rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nPNxqcxa3NJ2rE8Pq6AqmRPStcFGqSXT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:34.080078125rem;left:29.1875rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#H931ea56PqzhinnqooUk3h5B5WGhDMpA { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:9.5302734375rem;left:25rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TIc85UhAs0DZO2HPtlvOtTfZwlElNV8e { position:absolute;display:block;z-index:15096;background-color:rgba(var(--color-primary-2),1);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: none;height:1.875rem;width:18.4375rem;top:30.3125rem;left:3.0625rem;display:block; }
#ho3sF8FvPK7UwJW0i8rvgzHPioTnahGZ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:30.625rem;left:0.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#M9hffMsTzDtpTkLlZCRAiMVAgmh5qTqD { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:34.23828125rem;left:3.53125rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#XOTLBqZ29sPzorbvTNQe65RepawFNlAx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;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; }#XOTLBqZ29sPzorbvTNQe65RepawFNlAx > .row .container { background-color: transparent; background-image: none; }#XOTLBqZ29sPzorbvTNQe65RepawFNlAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOTLBqZ29sPzorbvTNQe65RepawFNlAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOTLBqZ29sPzorbvTNQe65RepawFNlAx > .row .container > .video-iframe-container { display: none; }#XOTLBqZ29sPzorbvTNQe65RepawFNlAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOTLBqZ29sPzorbvTNQe65RepawFNlAx > .row > .video-iframe-container { display: none; }#XOTLBqZ29sPzorbvTNQe65RepawFNlAx > .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); }#XOTLBqZ29sPzorbvTNQe65RepawFNlAx > .row .container { border-width: 0; border-radius: 0; }#XOTLBqZ29sPzorbvTNQe65RepawFNlAx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XOTLBqZ29sPzorbvTNQe65RepawFNlAx > .row .container { font-size:0.875rem;font-family:arial;height:83.375rem;width:75rem;position:relative;display:block; }#ctTKQyH75q8K8ZW22N92aiBK8bWaXyPV { position:absolute;display:block;z-index:15041;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:7.9375rem;width:65rem;top:8.0625rem;left:5rem;display:block; }
#LfrC3rR9AkBqpPsaK0yfV8dP9voVpqmX { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0623125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:8.076171875rem;left:24.559658050537rem;height:2.5996125rem;font-style:normal;display:block; }
#Cs3RdE5A70iLgHru2nOs3PQPnT69rIUx { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:9rem;left:6.0625rem;height:2.275rem;font-style:normal;display:block; }
#P10aXule43PJIpCZDMk4q4FuW8PSWSTH { color:rgba(var(--color-tertiary-0),1);display:block;width:57.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8115234375rem;left:8.90625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ufPTS7XOJpB9pqrEigcbUMF3W9ANcOBr { color:rgba(var(--color-tertiary-4),1);display:block;width:61.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15061;line-height:1.8;letter-spacing:0;top:11.4375rem;left:6.0625rem;height:3.5996125rem;font-style:normal;display:block; }
#WkSAtIBsckVfD5u7RXerfyQxX7Fh3BOx { position:absolute;display:block;z-index:15044;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:6.375rem;width:65rem;top:18.0625rem;left:5rem;display:block; }
#kLuOST2T8uqTofmpfAVKHgnXpmTKlafk { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:19rem;left:6.0625rem;height:2.275rem;font-style:normal;display:block; }
#mygC4eVz2LJ4LlTHmbgFJJQT2di4nlsx { color:rgba(var(--color-tertiary-4),1);display:block;width:61.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15064;line-height:2.1;letter-spacing:0;top:21.25rem;left:6.0625rem;height:2.1rem;font-style:normal;display:block; }
#CSbuJ8dxbhOygxiQ0mPrIJt6Uy1wO0Ia { position:absolute;display:block;z-index:15047;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:6.375rem;width:65rem;top:26.5rem;left:5rem;display:block; }
#VTllGLlT0d5eZF9I9uU316hVlldT9P6L { color:rgba(var(--color-tertiary-4),1);display:block;width:61.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15067;line-height:2.1;letter-spacing:0;top:29.6875rem;left:6.0625rem;height:2.0996125rem;font-style:normal;display:block; }
#Pd0vfXbapcBfGqVivAQvpFFENuxRuodL { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:27.4375rem;left:6.0625rem;height:2.275rem;font-style:normal;display:block; }
#lI6hTWh69WXPMU4zbm4BC4lDLtP67lyb { position:absolute;display:block;z-index:15050;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:6.0625rem;width:65rem;top:35.25rem;left:5rem;display:block; }
#FI3mkdQl9Pn4JbASOZWg6PkJ62ZL3m1Q { color:rgba(var(--color-tertiary-4),1);display:block;width:61.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15070;line-height:2.1;letter-spacing:0;top:38.4375rem;left:6.0625rem;height:2.0996125rem;font-style:normal;display:block; }
#PoAcAW4UmTzlXUOu2QJ9RoFwAhEvCD9u { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:36.1875rem;left:6.0625rem;height:2.275rem;font-style:normal;display:block; }
#LQor1rZU6p3Z5CLtfTTuNRBeNC5pOqen { position:absolute;display:block;z-index:15053;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:6.375rem;width:65rem;top:43.8125rem;left:5rem;display:block; }
#Cxw6ZE8d6ZJcwUAIHe0El5Gui6CaTeUn { color:rgba(var(--color-tertiary-4),1);display:block;width:61.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15073;line-height:2.1;letter-spacing:0;top:47rem;left:6.0625rem;height:2.1rem;font-style:normal;display:block; }
#WCTLNInozMZCRZEscBXnSUe3pFKxpNln { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:44.75rem;left:6.0625rem;height:2.275rem;font-style:normal;display:block; }
#UVdHZgOriaHGXIq8LTwLr940haNHwXEp { position:absolute;display:block;z-index:15056;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:6.375rem;width:65rem;top:60.875rem;left:5rem;display:block; }
#KDIVsobEI65MIT4HANlA1OQiTcfcChlZ { color:rgba(var(--color-tertiary-4),1);display:block;width:61.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15076;line-height:2.1;letter-spacing:0;top:64.1875rem;left:6.0625rem;height:2.1rem;font-style:normal;display:block; }
#gTMsDe3Z1bAbEnuXP0g8ivKLoqJtxGyH { color:rgba(var(--color-tertiary-4),1);display:block;width:60.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:61.8125rem;left:6.0625rem;height:2.275rem;font-style:normal;display:block; }
#hlV7TURfclxd8Nscxena21UTBkXXGZex { position:absolute;display:block;z-index:15059;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 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:5.625rem;width:65rem;top:52.6875rem;left:5rem;display:block; }
#lZTZJxTQH5qDV4oglpt1OPMUCvo59A3W { color:rgba(var(--color-tertiary-4),1);display:block;width:61.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15079;line-height:2.1;letter-spacing:0;top:55.8125rem;left:6.0625rem;height:2.1rem;font-style:normal;display:block; }
#WkCIvD98Gpc4vwg6imyZievU8LH7aFSW { color:rgba(var(--color-tertiary-4),1);display:block;width:60.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:53.625rem;left:6.0625rem;height:2.275rem;font-style:normal;display:block; }
#iNBClTsT5isDaNvPuwuvCfhFZ15RTVPC { color:rgba(var(--color-tertiary-0),1);display:block;width:51.8125rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:70.125rem;left:11rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#ZaoS93eylPxCIFrGsDcCWNygvppT0sM9 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:76.75rem;left:17.6875rem;display:block; }
#gFTkChmnxStmOeSUXEK53LRKfTSxWibe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kV55RSzTDP4rXxbxdqBJ4bdpgoCtylkA { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:76.75rem;left:38.5625rem;display:block; }
#CvNtIlTqUra4bXVroPHBCUGmmzNHeIDA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NzA596MeRJIERMa3oU92uo9MaFUG8Fk6 { display:block; }#NzA596MeRJIERMa3oU92uo9MaFUG8Fk6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErykGHNtRFvvDMoGlfXJ1xKNmMUTT65J { width:7.875rem;height:4.0625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y31GhwQh4KbRKirplISriemlXIiwgmCP { top:1.4375rem;left:0rem;width:32.4375rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsG1ucVqQZuZ9BElbqeqGw5XIoOcegWS { top:0.9375rem;left:34.8125rem;width:12.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCftobQ0FG3pvA65TdmQs7wxid05kc74 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oCftobQ0FG3pvA65TdmQs7wxid05kc74 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#oCftobQ0FG3pvA65TdmQs7wxid05kc74 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#oCftobQ0FG3pvA65TdmQs7wxid05kc74 { width:13.5rem;height:5.0625rem;display:flex;top:2.9375rem;left:26.652875185013rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #oCftobQ0FG3pvA65TdmQs7wxid05kc74 #Hca2FeBLWoqmVitbTsrzXKy72TDZc0tw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oCftobQ0FG3pvA65TdmQs7wxid05kc74 #k2P3CaJ4hH1EUaU3xENLHbrtewpvG5gT {  }
 }@media only screen and (max-width: 763px) { #oCftobQ0FG3pvA65TdmQs7wxid05kc74 #fPdmCGrynpTMUJS4ExWnJMQTzcCumyC4 {  }
 }@media only screen and (max-width: 763px) { #oCftobQ0FG3pvA65TdmQs7wxid05kc74 #wD2g35zNUEo1hloxylim2eUQh1ZpL1cG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oCftobQ0FG3pvA65TdmQs7wxid05kc74 #qCfUuFeRbSQy0Wt7eCknU2b5IvnAq72n {  }
 }@media only screen and (max-width: 763px) { #oCftobQ0FG3pvA65TdmQs7wxid05kc74 #LSrz5DIchRrPbrbibLpzhfyGUTRQdtIw {  }
 }@media only screen and (max-width: 763px) { #oCftobQ0FG3pvA65TdmQs7wxid05kc74 #emlWZ0hbno9rVnFkKzeA0VTM9XC7iv4h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oCftobQ0FG3pvA65TdmQs7wxid05kc74 #K5WpZPcAGzLli5ik74WZaIDs9k4cGcHG {  }
 }@media only screen and (max-width: 763px) { #oCftobQ0FG3pvA65TdmQs7wxid05kc74 #LXMpaWTt9662JhhOmaAcuwtzO1yR1D2P {  }
 }@media only screen and (max-width: 763px) { #oCftobQ0FG3pvA65TdmQs7wxid05kc74 #QQofrU2Nqpf7AT9LxCUWOqHtEHQyRNhf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oCftobQ0FG3pvA65TdmQs7wxid05kc74 #xNOqWTZTLCu36DoMdDDGMdn4MuKo2yvl {  }
 }@media only screen and (max-width: 763px) { #oCftobQ0FG3pvA65TdmQs7wxid05kc74 #V56y4Dg70ipv9TJy2tMLLNhEx0TlNh0t {  }
 }@media only screen and (max-width: 763px) { #XuA0KlwEKAJiU8GatPcM05eHUTnw7uE0 { top:3.875rem;left:0rem;width:27.5625rem;height:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foG2ovFgsftE2ITpCoPagwKtRTDbNPak { display:block; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIMpXyT6h1hp0RDwGkOxpgQiyLOsFecH { top:9.75rem;left:0rem;width:42.375rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #faWNqP0FKhm48D4nHgGvb6tZ4gNINueG { width:27rem;height:2.4375rem;top:13.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRp6HcLE9mdneeDmPy9n1gDG5eNxX4Do { top:6.875rem;left:30.125rem;width:6.4375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9MDWFT3W7AsH6q0SwfVTxx7dPSkPwPl { width:17.6875rem;height:3.6875rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbwWNWIaUrMHRStdM43LgwokXtmzAMtS { top:20.625rem;left:0rem;width:35.6875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z30Jgz4DepKok5yMQPu01q9DGaTqLszW { width:27rem;height:2rem;top:15.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN0wT0Wa6589CJzRrXTTBmBbunoffLVw { top:19.25rem;left:0rem;width:28.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzxi7u9xNNqCrKaVVgE1giWEpeZJrcTA { top:0.375rem;left:22.4375rem;width:25.3125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr7sfMEgJirSSlk9KqxvKNMa41smayPT { top:15.625rem;left:22.4375rem;width:25.3125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1pfgHIbU6HWNiIsTcrcoWdGFuB1kHWJ { top:38.625rem;left:0rem;width:20rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKAGcMLFsmmBWHublZ3JdTz4mUxSs0HS { display:none; }#DKAGcMLFsmmBWHublZ3JdTz4mUxSs0HS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oCrpS3gS3a2qlTRrSD4MrclI9NkNoTQK { top:11.3125rem;left:0rem;width:20rem;height:3.75rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H7LhU8JZ2zZhrvNG1FdGgE6E3w8v40iI { top:6.0625rem;left:0rem;width:18.75rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rtzT0cDuNyadq32k14HxGZh6hCZixNnJ { display:none; }#rtzT0cDuNyadq32k14HxGZh6hCZixNnJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z5lCy6y5ylUDreXVyPF8NPTO1d677iLx { top:13.0625rem;left:6.9375rem;width:34.875rem;height:21.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7JoANa48a63VlnROlZAB9UkxVZnNoPo { top:19.375rem;left:7.75rem;width:15.125rem;height:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSRfAZ5E4vPTzeZKRHqfTxkdg66IRKDP { width:30.25rem;height:1.75rem;top:14rem;left:11.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9B7XDCkpKvaogsoI9QKNVA5X5VviEbT { width:19.1875rem;height:3.375rem;top:19.1875rem;left:22.8125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPnT696L9DxaWe3AC9Oyo3iFkk4zVdHO { width:19.1875rem;height:6.8125rem;top:23.625rem;left:22.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #epcGaJwksQFEQMsErAF2eIBI4Tn5usST { width:15.1875rem;height:2.25rem;top:31.0625rem;left:25.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fmb7q5n5QTirxsv5Gi7hEODUKNuHGAP4 { display:block; }
 }@media only screen and (max-width: 763px) { #b18PyRTrAeuc0g4Ue7T0SgdP6uGHGBzd { display:block; }#b18PyRTrAeuc0g4Ue7T0SgdP6uGHGBzd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFeSyfnhvLhrKcn8MKCqc637BKSuar1T { width:47.75rem;height:6.125rem;top:2.3125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8k44QpBSAJycAmzTOs7s29mGPSdDubN { width:19.1875rem;height:1.5rem;top:112.5625rem;left:27.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilGyIHSubqJvzmP1CSZOqJ18dTTdxPxw { width:17.3125rem;height:4.1875rem;top:119.25rem;left:30.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JECnc9oS1BsRq5IsGWeyki1iN1l7dy6f { width:19.25rem;height:3.375rem;top:115.75rem;left:28.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7eMwuCDkIgsBiTTUQAzp3tE6fFflteL { top:115.75rem;left:26.6875rem;width:11.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8vCCCaQQ2rsttR4JSarIzndZuuWOxBg { width:47.75rem;height:5.0625rem;top:3.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ab4pcGLzVVGsuElGRTwS97cA6PDgNDDR { width:47.75rem;height:5.0625rem;top:3.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #F9pMeFCdHDrhRbKxlpu3ycamt1dETAq4 { width:14.5rem;height:2.0625rem;top:128rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPPJSil354gKpApi2sHm4aehK05yi0XX { display:block; }
 }@media only screen and (max-width: 763px) { #EC6NMs4R09IcMOGrI3ocuI5RM4lDvA1I { top:110.625rem;left:12.8125rem;width:34.9375rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH3QN4FkJvLVmJS4RZoCzM8bZJdTlWT8 { top:11.625rem;left:0rem;width:21.5rem;height:26.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v38TxOJr2ydOgDnUxHDWC3gZaiupBim1 { top:11.625rem;left:0rem;width:21.5rem;height:26.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zpN6T79T3mMyvoLUE0oT91qHODUlMA2L { top:85.8125rem;left:12.875rem;width:34.875rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkICFLP3TszTpe6sxrLaChwAPaBG0a1c { top:117rem;left:0rem;width:14.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9mT0Bxig3Pxo5dqmKbJhFR4uUG5xfFk { width:19.125rem;height:3.5625rem;top:111.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQaV8mdfop8H3TMy76uk43QNmEJGTbMp { width:19.1875rem;height:1.6875rem;top:116.5625rem;left:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBQJIb3zsk1JfrKipkTlTe16oI6ExeCi { width:16.0625rem;height:8.4375rem;top:119.125rem;left:5.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCTC3AVVyTkreETE97CWAoRAWu0VpS2T { width:15.1875rem;height:2.1875rem;top:128.5625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRRK9Xl84dI0V23ZFEAZQIMaVABBiezk { display:block; }
 }@media only screen and (max-width: 763px) { #c4nPesVep3k5fWuGwz0sPTSzbTy26zON { width:47.75rem;height:6.125rem;top:2.3125rem;left:0rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cl4VpbAXlWNyoJDvQKb9x1ePoqyeR7Ct { top:36.6875rem;left:0rem;width:21.5rem;height:26.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJ3xc6bVglpSAipMI1vGKgVmA7apKHTE { width:16.125rem;height:4.1875rem;top:27.8125rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVohbFmpMTOB2Z9bASSTTtABE2B35oTB { top:110.625rem;left:0rem;width:34.875rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDou9uTvugzt1Ug3Cb842vm2PyguDFHT { top:91.5625rem;left:26.6875rem;width:14.25rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL0fcoHmU9t76TcHOLErRsLNPIC3FIAs { width:15.1875rem;height:2.25rem;top:103.75rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcTVT1z0XPZ4bBdmppssRzQcXHXtny6v { display:block; }
 }@media only screen and (max-width: 763px) { #IOV86hH5WTJe0EFNrXfTLHqFBXxBK1gm { width:31.1875rem;height:3.5625rem;top:86.75rem;left:16.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #df3MOr0ytRyBJqM1de2iXVN4lBtX893w { width:17.9375rem;height:2.75rem;top:91.375rem;left:29.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwtA6v0lPVPqAO37HalDKh6F6gsMcnvi { width:15.3125rem;height:8.4375rem;top:94.6875rem;left:32.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysVOcJvo42etEgplhpLWE1xPuk5QASIU { top:36.6875rem;left:0rem;width:21.5rem;height:26.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eBla7G6NXVFChQ9QsTd80Tx1QHR0SzVT { top:85.8125rem;left:0rem;width:34.875rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZonnToNKSQ2WLdD7TeJfJNEg6ZMCyPk { width:30.25rem;height:3.5625rem;top:86.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi7DFiT6s66eukrST1KRLcrFgXIJ7OhD { width:19.1875rem;height:2.75rem;top:91.375rem;left:3.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrwZZxNnwl86ebT5T1OI8Rnzwvy9dTS6 { width:17.9375rem;height:6.8125rem;top:95.9375rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZFg4py12pKLSWx44DBvTethB9siXJrL { width:15.1875rem;height:2.25rem;top:103.8125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzV4JhhaVyftfko8zhuvkOodGKp6VKBq { display:block; }
 }@media only screen and (max-width: 763px) { #I1oD7UN97CwG5f8youEM00XbmJoMb2Wh { top:61.25rem;left:12.875rem;width:34.875rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MefwLIwP6XMdFH8c9gAQwnsdMmJP008q { width:15.1875rem;height:2.25rem;top:79.25rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpU5pz6UmolsOVvPA8sAQM2tFl2Mo6UW { display:block; }
 }@media only screen and (max-width: 763px) { #WuCK2AxTx623iiWvGhcoO8taBzEbJOXv { width:17.9375rem;height:5.625rem;top:71.375rem;left:29.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbTOT9ArFe3ncaV52K7qz8X6DbbkEL3c { top:67rem;left:26.875rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #afE1T1dSA1mGHxpLa6lnARLG7pmU3ki4 { width:19.1875rem;height:2.75rem;top:66.8125rem;left:28.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNtMivBtpNSLXzpiPzVu370cPTbgy286 { width:30.25rem;height:3.5625rem;top:62.1875rem;left:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpCOOQKgh8ePbbKGW6i8f5StmGCtEPty { top:91.1875rem;left:0rem;width:14.625rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv9aM407t5yWlTbRhiRRANUTZE4sGLyA { top:36.6875rem;left:0rem;width:21.5rem;height:26.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eFHKzRNXoGVyCSMF9NTDg2cTJGPe00nI { top:11.9375rem;left:0rem;width:8.75rem;height:8.0682914373263rem;display:none; }
 }@media only screen and (max-width: 763px) { #FuciyUwTv0C1TV96Crg1UXPbTXyuhMAc { top:36.75rem;left:12.875rem;width:34.875rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpN73yNebKVASKWUsATXRNpyv5BWuHEu { top:61.3125rem;left:0rem;width:34.875rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRLSat83C7LbEP9LF16pOfFFi5Bt3OaT { width:15.1875rem;height:2.25rem;top:79.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrzheZQzLxsaWqXHUhD1ZvvtNugap7dq { display:block; }
 }@media only screen and (max-width: 763px) { #MgRfLcoAW7NPZdTpSZKiP0ShBJqlDL86 { width:15.1875rem;height:2.25rem;top:54.75rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdf1ADioqc1p7SBiEqJG9XVrKL1OK9Sf { display:block; }
 }@media only screen and (max-width: 763px) { #tQvqv0MTWyRyzsSF40LKXH9A4bUSvGFK { top:42.5rem;left:26.625rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8pm40qvwZAcOg8oUTBt8UCRQE5gzHHK { width:17.9375rem;height:7.9375rem;top:70.75rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xgql8tVbT3gxsKEzaIG5U3ixu2Um6mvR { width:19.1875rem;height:5.625rem;top:46.8125rem;left:28.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAh979fH1luSbZWbkPE6C74g6Ms6ROKB { width:19.1875rem;height:2.75rem;top:66.875rem;left:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpPu89oNFTT1O3S9Fcu69GCaNss0ggJz { width:19.1875rem;height:2.25rem;top:42.875rem;left:28.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKrzQhDls2s9XhhITvFQSie2Qr2QuEOL { top:35.4375rem;left:24.125rem;width:8.75rem;height:8.0682914373262rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKSVJDSpo32ZDx1a5HGpcg8FcbtAum6e { top:66.6875rem;left:0rem;width:14.625rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec9gl140NE5z5QxF4BX4lrVqtLekqLq1 { width:30.25rem;height:1.75rem;top:62.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #naetGgcvHth3WToWrCAwzdarLLaGrgN7 { width:30.25rem;height:1.5rem;top:39.8125rem;left:17.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix6HJWqCJOmv2bGpkpWaJx4Z5uGeLe2D { top:60rem;left:0rem;width:8.75rem;height:8.0682914373262rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgxnxAKEHKZLsyXZlm8aTW2ryGnwJk38 { width:30.25rem;height:1.75rem;top:37.6875rem;left:17.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp0MbLpAdSJUyxOkPztKPskhMvqiMocT { width:30.25rem;height:1.5rem;top:64.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhSxQTkVPqJ2PgvTWmiBDJ8ovyVlUfUx { top:36.6875rem;left:0rem;width:34.875rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fiwc00hcyC9DiTbxt9kdgsPisliPvg6h { top:35.375rem;left:0rem;width:8.75rem;height:8.0682914373262rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW3pmd3pKDKwed8TzpyeoSooa8M8kznl { width:30.25rem;height:3.5625rem;top:37.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4i3rrZ2UySE1F7GK57OmEXETLSNgzcC { top:42.4375rem;left:0rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKTaxRt36iZpWdxvV9Ay5E2gdtPzboex { width:19.1875rem;height:2.25rem;top:43.375rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJg6P6Ew3Z2mwqnVeQSTathtRLrtDPyU { width:19.1875rem;height:6.8125rem;top:46.75rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA0C97HAFFBOKtpBu5Vh80o929CcaxCa { width:15.1875rem;height:2.25rem;top:54.6875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpWXyvJkK8koQMZPQeVuzWUlk4ti7eFq { display:block; }
 }@media only screen and (max-width: 763px) { #CiaN33CXdhJ60Wmz7OG1noPcqVpLAutP { top:11.75rem;left:5.75rem;width:8.75rem;height:8.0682914373262rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgE5GmWgdWKG0bLDZyhfPfsD97eZMHTb { top:13.0625rem;left:6.9375rem;width:34.875rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNCzsuIXu2LAS5c7sM2vKiHDd3dBchwl { top:19.375rem;left:7.75rem;width:15.125rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE2ogfI1S6op2wPWCVWpfl31A8XWclZb { width:30.25rem;height:1.5rem;top:16.125rem;left:11.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R01EBA81UbN8kTDEyQUFqyEfwurFFLkH { width:30.25rem;height:1.75rem;top:14rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb2OXEgBNNAdnyez28DAWGLmsQVzwZiL { width:19.1875rem;height:6.8125rem;top:23.625rem;left:22.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxhDgfIMvpJx5Wh6aW3A5EcaeWUJs6s6 { width:19.1875rem;height:3.375rem;top:19.1875rem;left:22.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCZCtmWCtVqya6QFfwTcfMiIo4h9wUPU { width:15.1875rem;height:2.25rem;top:31.0625rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvJl3BJy1oozHCeVapkw5qHAPX8K6IZn { display:block; }
 }@media only screen and (max-width: 763px) { #oOqKFXNGUb9i7mnJK50x11GRTELkMNk0 { display:block; }#oOqKFXNGUb9i7mnJK50x11GRTELkMNk0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9PWaJ6tkC22JPDX2aGfeJ6UNacMTtNM { width:47.75rem;height:5.6875rem;top:3.375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTbF2qySHP43rIodxWKi5oV9ZWo3kCty { width:20.375rem;height:0.9375rem;top:85.625rem;left:13.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLNB0W6pTfPA6K9hrC7l3k0dSTW8WGFK { width:19.1875rem;height:2.0625rem;top:58.625rem;left:27.781250953674rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkvd8XBPCGmidBZ7ARPXAoXWOUEBb8WX { width:16.75rem;height:2.5625rem;top:58.125rem;left:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM1Co8Sro50Whau3SIrzzUyONGkolEWi { width:16.1875rem;height:1.25rem;top:86.5625rem;left:15.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGeAr6733PWk7UIihZn94zUVccD5EJrM { width:18.0625rem;height:2.375rem;top:53.1875rem;left:28.34375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSUShr8BBeHLBmzrzEbumNoJw4SV6wwz { width:18.0625rem;height:2.375rem;top:79.6875rem;left:14.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5LnxNfmCW567WTcJxcbz6ByFPdlBbgp { width:18.875rem;height:2.5625rem;top:82.0625rem;left:14.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUZH2b3lsPQhyZOgh3RmGqozKvNgOQv5 { top:85.0625rem;left:17.625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU9gG5ZlhqoX9GAWIyBh4gMeSxbrtAgV { width:15.375rem;height:2.5625rem;top:55.5625rem;left:29.687500953674rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxiPFky166hbSTilPchysvkswHFP6QQK { top:58.375rem;left:31.125rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPJRBlxUT8w6odwZGXkPSL8qemg44UAS { top:68.125rem;left:14.875rem;width:17.9375rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9HUIlE7M2IpkKlUZA3CLxPeZh9AXxEs { top:40.6875rem;left:28.71875rem;width:17.3125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAxf6ZvuAP8n0KoNyiugL3RsFN7t7Gfc { width:17.9375rem;height:2.1875rem;top:61.25rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoVh7JOQxa8JUSa6gQPvqJzEOd00eumE { display:block; }
 }@media only screen and (max-width: 763px) { #lXxAvTWp8yD8BrdVxXVvpJ7TAz21T4dQ { width:17.9375rem;height:2.1875rem;top:88.625rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEna1wEKklN5TmVFHgOSIdr5zSO1cDuv { display:block; }
 }@media only screen and (max-width: 763px) { #JVfU3EUpA35rwt3C7zAWIEzuoT7OWQNa { top:66.6875rem;left:13.125rem;width:21.5rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8dFGKG0fwwidhCWHnHo56T0uqDq8ALh { top:39.3125rem;left:26.25rem;width:21.5rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2qwNKaElqs1Koey4mIdrzd8sQ0GEWri { top:1rem;left:0rem;width:20rem;height:5.125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c8QRbrErfO6ipsW3IzsD1gl6TgP5pBBI { top:11.625rem;left:0rem;width:21.5rem;height:26.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A3GJC0S8hkOM2KCnyGVzaLJ0cqvVfSOm { top:11.625rem;left:0rem;width:21.5rem;height:26.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ffNbMJG2v5e5R2haDbZzDWniqslIVTvw { top:12rem;left:26.25rem;width:21.5rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzErJEGk6a99fpSJHdmMz0wdZQe1dZXW { top:13.4375rem;left:28.6875rem;width:17.3125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL2lZtxJQGkC6VsAV1yg6sNTqoxZmhPQ { width:18.0625rem;height:2.375rem;top:25rem;left:28.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnbHR1B2gyHXO8qAkQFJ7NCvS4DXSzhU { width:18.875rem;height:2.5625rem;top:27rem;left:27.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaoVOzExet5wcJu8NlNPSLD2OcdRo5mb { top:30rem;left:31.125rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8eOodbbgsk6N1ZPVpgVGvTDRTCV9Uhi { width:20.375rem;height:1.625rem;top:30.625rem;left:27.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBTPOb8tkET1DhqpxbknOabbSfyJCKsn { width:16.1875rem;height:1.1875rem;top:32.25rem;left:29.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2czSesn15tkzS3lQ5HToi8wSU1K3oGX { width:17.9375rem;height:2.1875rem;top:34.4375rem;left:28.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RylSkptCqnqHLfivn5PTaTlp4ckJbOMg { display:block; }
 }@media only screen and (max-width: 763px) { #fMDw6TnBAGLnW3ZG5fK6UL7M62S0lLga { top:11.625rem;left:0rem;width:21.5rem;height:26.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IFDh0OHkcmaMEhF9stSUDkQMDkSBKH9x { top:39.3125rem;left:0rem;width:21.4375rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxh3S5tlfwuV2VELy1HuHZgJlrJh4hzM { width:17.875rem;height:2.1875rem;top:61rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQgP1gSTPOWwbBCTObg6iumt3DUTMThT { display:block; }
 }@media only screen and (max-width: 763px) { #T2CA9hWNpVS1oIcOzdRpqIoSavUUli3y { width:18rem;height:4.75rem;top:53.375rem;left:1.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt9fOvsPwDWZFufoeLczpOBQ4fMq7pxS { top:40.6875rem;left:3.40625rem;width:14.0625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs88vQd06zVTEK7OXUlUtxGZrHbVPEql { width:18.8125rem;height:1.25rem;top:55.6875rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0dZJ5ESAiSySgQkbonkCUpM7ZqXzfFN { top:57.4375rem;left:4.1875rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPvS2EsTGWWsyfZwLR92eECfxXDpETXK { top:11.625rem;left:0rem;width:21.5rem;height:26.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHmqZ1kfrxqeHQMDsqoIdIu53Ni9EVNQ { top:57.4375rem;left:4.1875rem;width:12.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RDKhyn8rptrGHQ3pLnRUJxrvW4Jz1xOp { top:12rem;left:0rem;width:21.5rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3ybKO9Con928FbmcQgUrUSEatdSAEcT { top:13.4375rem;left:1.375rem;width:17.3125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abqEAdMgX27hB59sQ4Qy1UzhagSEcRrc { width:18.0625rem;height:2.375rem;top:25rem;left:1.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i53iTm87IeJS0Ra86rvm6EJgyAo5t8dw { width:18.875rem;height:1.25rem;top:27.375rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErklkApyRRoqDIiTfih1wdS3cugAhwwa { top:28.5625rem;left:4.15576171875rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwCuTPiIiNl91ZAgtUeB69BGIOLDbsca { width:20.375rem;height:1.875rem;top:29.5625rem;left:0.21826171875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rupHWThe6eSi9sCeaqpmXmAdC6eviuQd { width:16.1875rem;height:2.5625rem;top:31.5rem;left:2.31201171875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh1pNCsKUUANMxReTZypi3HpAe6rtDdR { width:17.9375rem;height:2.1875rem;top:34.4375rem;left:1.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r99t3HOx1qsKdOwTr1RiLA2uvF43h2f9 { display:block; }
 }@media only screen and (max-width: 763px) { #ufXKWbSpZt0Oxee6ikk6TcubH7yNeqGI { top:11.625rem;left:0rem;width:21.5rem;height:26.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHTrvmaOqq7nE6xVINJCELO9tPf21mnd { display:block; }#KHTrvmaOqq7nE6xVINJCELO9tPf21mnd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuveG0gCQai92rO0l9lARI1z2Gwl5EPM { top:1rem;left:0rem;width:20rem;height:5.125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BfAH4HLWHa68h8q7LKzWmH2tVa4OgNWU { width:17.6875rem;height:3.6875rem;top:3.5625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk6HxXaZ9MUFxC8kJyvxC6xnZIdFhDMr { width:19.25rem;height:2.3125rem;top:2.9375rem;left:24.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhcp3x5xRo1TU364r7dVs7VMu4zpROUV { width:19.25rem;height:3.375rem;top:5.1875rem;left:24.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQN9AZonlRbJhD8ufqEZUWPnfHTUoPTV { top:9.1875rem;left:24.9375rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS1RsisQho1TDvnzUhupdTPFqqy2ZG2d { width:36.625rem;height:0.5625rem;top:10.8125rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IePnb4Kpf59GPPxk1x9W6sTVTtLQrsw7 { top:11.375rem;left:0rem;width:23rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2qJTE46dqHr60k7XEZTh3bUVtrpQA75 { top:11.375rem;left:12.375rem;width:23rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNrJnDInle2ZlDWIkQCx3bIiDJcRbXEU { top:11.4375rem;left:24.75rem;width:23rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxtCiuG6GxaKCvZBaAEzW9qdygAqa0lM { top:31.875rem;left:0rem;width:19.9375rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ububxb2bdCIgpMSHMSMe4HN3hl0bzDua { top:31.875rem;left:13.90625rem;width:19.9375rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1i2OMU2qXTcfiDabXz3nmkFxLcT6kgN { top:31.875rem;left:27.8125rem;width:19.9375rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5QTgB8wnyyCAMsmmc1PTFv6sLFc9fmF { top:16.125rem;left:0rem;width:13.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6G7SPIPlpZ3uu328TmaRcDPvOcywZ06 { top:16.125rem;left:17rem;width:13.75rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INbL17sAdHcoWJIaBRia8uya7TRItuMa { top:16.125rem;left:32.9375rem;width:14.625rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8XDhAbhyD7iKw4v4bUSpKXHmcl4MtZA { top:9.1875rem;left:24.9375rem;width:18.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJzNRs5qwX5nD5KPMZ2MB676aGBJQnvg { top:9.1875rem;left:24.9375rem;width:18.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PRa3EHLAoQwoB0to45vkdaLzJHraZ7FJ { top:19.25rem;left:0rem;width:28.125rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGHHSBLc6zMvOMHmFoqHfMvaLzZiOz0O { top:3.25rem;left:24rem;width:0.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSU3GUIA2lfwTuzAk3sxixCmifZAJdoo { display:block; }#QSU3GUIA2lfwTuzAk3sxixCmifZAJdoo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzKyzwmMItt5bXCmtPTLp868279cCpNu { top:16.4375rem;left:0rem;width:18.6875rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqpZOXTnJ0AHMbb8phJHKSqAOxS3GirP { top:12.25rem;left:0rem;width:17.8125rem;height:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4U436bZAL58ZAkSyPV292RAcNa7Vd9k { top:12.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVurfLwC08NElzfvT7GHTu10yMd6cNFN { top:32rem;left:0rem;width:23.0625rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOmn5rciJoJwiMWl6BBUu74BdszvFy00 { top:12.25rem;left:11.625rem;width:20.125rem;height:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt96VU082yn5UwGxwyog629zM6Aui4fH { top:12.375rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGWG01D2WMU7Zky88AtUCtyP40h77iU0 { top:17.6875rem;left:25.8125rem;width:21.8125rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce0aVBlX20Nd9a2nOp7H5ouVfTSnAWnL { top:32rem;left:13.4375rem;width:18.3125rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZT61lTAs9aN46VV6LoNvqivoGz9oqiD { top:3.4375rem;left:0rem;width:28rem;height:5.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArRp0XRct2vMZuAtu61Wf2EvCpIATfJ2 { top:12.25rem;left:30.75rem;width:16.875rem;height:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA9NrVNDKbu5XDIz1xkqhHTnDxlcBZBa { top:12.4375rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvX1JvhQ1a6ErkUQtv1uB24vESabGzSB { top:16.5625rem;left:10.0625rem;width:21.5625rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcM231rK0CVhcOeJNtPrOmHII1APyfDi { top:31.3125rem;left:29.3125rem;width:18.3125rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #segcqCvesaHbq5agKW5kRWnSXDTxvls4 { display:block; }#segcqCvesaHbq5agKW5kRWnSXDTxvls4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmGzCrBtDTTGQ7Cu26rtJhWRhxPKIXvc { top:2.125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPV2BosGU7enZyIgwpMrgIUcweyBP8e8 { top:7.9375rem;left:11.5625rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKD9ULSOETa1ORO1zBoeNc3Vig2eB8cG { top:6.875rem;left:13.3125rem;width:18.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymRGGTQb1g7ekXsv7LXb29H9BA5mrANd { top:7.1875rem;left:6.8125rem;width:24.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgHz9QOmcGm3QmTpt1dVRFTNbHU72cV1 { top:7.9375rem;left:0rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTxbxPds2dngKF31dpPI8bIDiHIqif7T { top:31.0625rem;left:11.5625rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMLn821yQQfavqyv0RohcNlA9aEUxkFJ { top:31.0625rem;left:0rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdnXlAerzJvpPhysadE5eCwe4TygT5J4 { top:31.0625rem;left:27.4375rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koh0bZxzppKvt2TKtAiQn05MkAeSyMHa { top:7.9375rem;left:27.4375rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0KIW8RPRxNnpSDADdondVTNG2mBWT5p { top:30.375rem;left:0rem;width:18.4375rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WI98ZlQP0S8rW0N1TpFAOGJR2S5ZmxGI { top:30.375rem;left:0rem;width:18.4375rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bOARqmUgQKOHGmKFGcUt41Azbr5kevOv { top:30.375rem;left:0rem;width:18.4375rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JaMIAbboZx6BdFZ9qFyRI7xbqZ9cBLaN { top:30.375rem;left:0rem;width:18.4375rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qP5JooTfr8iv5ZsQAbXZKKUiCwwvADkt { top:7.1875rem;left:0.5625rem;width:14.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #loufUf8TTpvt6XOWgP2HhWXO5G7J4e2G { top:6.875rem;left:0rem;width:18.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc4qqqnumEzwOAuHeIf5ExVsUCqwLTyU { top:13rem;left:0rem;width:19.625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZBf7r5thJdx4skbn964Wgt5150T2koe { top:8.75rem;left:32.25rem;width:14.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz6NnXOA7UZGflKLbdRcS3aAdSoHpU8h { top:7.1875rem;left:22.6875rem;width:24.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isoo7AsZmL407lF74JQAu5TP4w2uFOkl { top:6.875rem;left:29.1875rem;width:18.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueIHJu4ptXG6LMpb88e3T33l1XASpmsm { top:37.375rem;left:3.15625rem;width:9.5625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZkguXkOcfmsxEr6aRV8NkoB5GEEKBJn { top:30.625rem;left:6.8125rem;width:24.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #InB9m53yieXVnAKMA1kZMa9F85oKRDZ2 { top:30.3125rem;left:13.3125rem;width:18.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDs1U1dmOQdqwRBL1oZkzHt4vipaK7US { top:30.625rem;left:22.6875rem;width:24.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzvM2n1osPx5yuGa3rofHNU4i8KX2K1n { top:30.3125rem;left:29.1875rem;width:18.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1C47E19iEkvJA2icWl6P85vxD3mR3u1 { top:17.25rem;left:19.90625rem;width:7.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOKNy3Fg4maz7VAH9nGZM2XIfS3o7WUn { top:10.8125rem;left:12.625rem;width:19.125rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFUPfEeI5pW2C4pPSZCGMUA8d9nFwhRn { top:37.1875rem;left:19.0625rem;width:9.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypqnUCnGN4wnWNvJx59zlplzcQh9DOUe { top:32.25rem;left:31.84375rem;width:15.6875rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F98EHKBEl90tA9hOOAckPkyuXWaepcct { top:21.9375rem;left:0rem;width:19.125rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLSdt4f6n6OCPApRMzVazUn26RM8gxr6 { top:32.875rem;left:0rem;width:19.125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugi0QeyRp4MBv2QM5nQO04KWaPqIqbdh { top:11.625rem;left:0rem;width:21.5rem;height:26.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QaOBDJwMl1M7mdNiU0fBtmVQPyJ4QoZl { top:7.1875rem;left:6.8125rem;width:24.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nu81GLl6CA1t6kwuFiEQV68UoAuBszKT { top:30.375rem;left:0rem;width:18.4375rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQ0xzRJGwAhSBUCpIzI8nKQLP65Qff6w { top:11.625rem;left:0rem;width:21.5rem;height:26.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PKpDeD2dsTPo00RJfmkREAFnTqJ7dlD5 { top:11.625rem;left:0rem;width:21.5rem;height:26.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #taMIRyQTDH40oHm1notdo3ITFwkMceMC { top:30.375rem;left:0rem;width:18.4375rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZgC3pEKPRO1cXJpuoIooZ6781LGXUKVP { top:7.1875rem;left:6.8125rem;width:24.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccdx23DcW84qUCzxy9oZTrySVLFbWgkM { top:30.375rem;left:0rem;width:18.4375rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RWXMsk8ffzRhTlZBTGXsbmTlXLKLD4Gm { top:11.625rem;left:0rem;width:21.5rem;height:26.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JvBmNIbG8G3r3RrTTTncuRccXTfs8U28 { top:7.1875rem;left:6.8125rem;width:24.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ro6lC6Rr9QWJbSGQxPLVeDETlAJb5aOP { top:32.625rem;left:6.8125rem;width:24.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPNxqcxa3NJ2rE8Pq6AqmRPStcFGqSXT { top:34.0625rem;left:15.125rem;width:16.625rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H931ea56PqzhinnqooUk3h5B5WGhDMpA { top:9.5rem;left:6.8125rem;width:24.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIc85UhAs0DZO2HPtlvOtTfZwlElNV8e { top:30.3125rem;left:0rem;width:18.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho3sF8FvPK7UwJW0i8rvgzHPioTnahGZ { top:30.625rem;left:0rem;width:24.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9hffMsTzDtpTkLlZCRAiMVAgmh5qTqD { top:34.1875rem;left:0rem;width:17.9375rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOTLBqZ29sPzorbvTNQe65RepawFNlAx { display:block; }#XOTLBqZ29sPzorbvTNQe65RepawFNlAx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ctTKQyH75q8K8ZW22N92aiBK8bWaXyPV { top:8.0625rem;left:0rem;width:47.75rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfrC3rR9AkBqpPsaK0yfV8dP9voVpqmX { top:8.0625rem;left:10.934658050537rem;width:32rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs3RdE5A70iLgHru2nOs3PQPnT69rIUx { top:9rem;left:0rem;width:15.9375rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P10aXule43PJIpCZDMk4q4FuW8PSWSTH { top:2.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufPTS7XOJpB9pqrEigcbUMF3W9ANcOBr { top:11.4375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkSAtIBsckVfD5u7RXerfyQxX7Fh3BOx { top:18.0625rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLuOST2T8uqTofmpfAVKHgnXpmTKlafk { top:19rem;left:0rem;width:28.125rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mygC4eVz2LJ4LlTHmbgFJJQT2di4nlsx { top:21.25rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSbuJ8dxbhOygxiQ0mPrIJt6Uy1wO0Ia { top:26.5rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTllGLlT0d5eZF9I9uU316hVlldT9P6L { top:29.6875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd0vfXbapcBfGqVivAQvpFFENuxRuodL { top:27.4375rem;left:0rem;width:20.3125rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI6hTWh69WXPMU4zbm4BC4lDLtP67lyb { top:35.25rem;left:0rem;width:47.75rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI3mkdQl9Pn4JbASOZWg6PkJ62ZL3m1Q { top:38.4375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoAcAW4UmTzlXUOu2QJ9RoFwAhEvCD9u { top:36.1875rem;left:0rem;width:23.625rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQor1rZU6p3Z5CLtfTTuNRBeNC5pOqen { top:43.8125rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxw6ZE8d6ZJcwUAIHe0El5Gui6CaTeUn { top:47rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCTLNInozMZCRZEscBXnSUe3pFKxpNln { top:44.75rem;left:0rem;width:23.625rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVdHZgOriaHGXIq8LTwLr940haNHwXEp { top:60.875rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDIVsobEI65MIT4HANlA1OQiTcfcChlZ { top:64.1875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTMsDe3Z1bAbEnuXP0g8ivKLoqJtxGyH { top:61.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlV7TURfclxd8Nscxena21UTBkXXGZex { top:52.6875rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZTZJxTQH5qDV4oglpt1OPMUCvo59A3W { top:55.8125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkCIvD98Gpc4vwg6imyZievU8LH7aFSW { top:53.625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNBClTsT5isDaNvPuwuvCfhFZ15RTVPC { top:70.125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaoS93eylPxCIFrGsDcCWNygvppT0sM9 { width:17.5rem;height:3.4375rem;top:76.75rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFTkChmnxStmOeSUXEK53LRKfTSxWibe { display:block; }
 }@media only screen and (max-width: 763px) { #kV55RSzTDP4rXxbxdqBJ4bdpgoCtylkA { width:17.5rem;height:3.4375rem;top:76.75rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvNtIlTqUra4bXVroPHBCUGmmzNHeIDA { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#262626;background-image:none;display:block; }
#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container { display: none; }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #NzA596MeRJIERMa3oU92uo9MaFUG8Fk6 { position:fixed;z-index:199999;background-color:#ffffff;background-image:none;top:0rem;left:0rem;right:0rem;display:block; }#NzA596MeRJIERMa3oU92uo9MaFUG8Fk6 > .row .container { background-color: transparent; background-image: none; }#NzA596MeRJIERMa3oU92uo9MaFUG8Fk6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzA596MeRJIERMa3oU92uo9MaFUG8Fk6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzA596MeRJIERMa3oU92uo9MaFUG8Fk6 > .row .container > .video-iframe-container { display: none; }#NzA596MeRJIERMa3oU92uo9MaFUG8Fk6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzA596MeRJIERMa3oU92uo9MaFUG8Fk6 > .row > .video-iframe-container { display: none; }#NzA596MeRJIERMa3oU92uo9MaFUG8Fk6 > .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); }#NzA596MeRJIERMa3oU92uo9MaFUG8Fk6 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErykGHNtRFvvDMoGlfXJ1xKNmMUTT65J { width:4.6875rem;height:2.3125rem;top:0.84375rem;left:0.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y31GhwQh4KbRKirplISriemlXIiwgmCP { width:13.3125rem;height:1.03125rem;top:1.125rem;left:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsG1ucVqQZuZ9BElbqeqGw5XIoOcegWS { width:12.9375rem;height:1.625rem;top:6.96875rem;left:3.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oCftobQ0FG3pvA65TdmQs7wxid05kc74 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oCftobQ0FG3pvA65TdmQs7wxid05kc74 .widget-text.counter-number { padding-top:0.125rem;padding-right:0.10875rem;padding-bottom:0.125rem;padding-left:0.10875rem;width:0.65375rem;min-width:0.65375rem;height:0.671875rem;font-size:0.5rem;line-height:10.75px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oCftobQ0FG3pvA65TdmQs7wxid05kc74 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.078125rem;margin-right:0;margin-bottom:0;margin-left:0;width:0.87125rem;height:0.265625rem;font-size:0.1875rem;line-height:4.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oCftobQ0FG3pvA65TdmQs7wxid05kc74 { width:3.3749125rem;height:1.25rem;display:flex;top:8.7744175rem;left:10rem;z-index:15005;padding-top:0.011875rem;padding-right:0.01125rem;padding-bottom:0.011875rem;padding-left:0.01125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #oCftobQ0FG3pvA65TdmQs7wxid05kc74 #Hca2FeBLWoqmVitbTsrzXKy72TDZc0tw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oCftobQ0FG3pvA65TdmQs7wxid05kc74 #k2P3CaJ4hH1EUaU3xENLHbrtewpvG5gT {  }
 }@media only screen and (max-width: 763px) { #oCftobQ0FG3pvA65TdmQs7wxid05kc74 #fPdmCGrynpTMUJS4ExWnJMQTzcCumyC4 {  }
 }@media only screen and (max-width: 763px) { #oCftobQ0FG3pvA65TdmQs7wxid05kc74 #wD2g35zNUEo1hloxylim2eUQh1ZpL1cG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oCftobQ0FG3pvA65TdmQs7wxid05kc74 #qCfUuFeRbSQy0Wt7eCknU2b5IvnAq72n {  }
 }@media only screen and (max-width: 763px) { #oCftobQ0FG3pvA65TdmQs7wxid05kc74 #LSrz5DIchRrPbrbibLpzhfyGUTRQdtIw {  }
 }@media only screen and (max-width: 763px) { #oCftobQ0FG3pvA65TdmQs7wxid05kc74 #emlWZ0hbno9rVnFkKzeA0VTM9XC7iv4h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oCftobQ0FG3pvA65TdmQs7wxid05kc74 #K5WpZPcAGzLli5ik74WZaIDs9k4cGcHG {  }
 }@media only screen and (max-width: 763px) { #oCftobQ0FG3pvA65TdmQs7wxid05kc74 #LXMpaWTt9662JhhOmaAcuwtzO1yR1D2P {  }
 }@media only screen and (max-width: 763px) { #oCftobQ0FG3pvA65TdmQs7wxid05kc74 #QQofrU2Nqpf7AT9LxCUWOqHtEHQyRNhf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oCftobQ0FG3pvA65TdmQs7wxid05kc74 #xNOqWTZTLCu36DoMdDDGMdn4MuKo2yvl {  }
 }@media only screen and (max-width: 763px) { #oCftobQ0FG3pvA65TdmQs7wxid05kc74 #V56y4Dg70ipv9TJy2tMLLNhEx0TlNh0t {  }
 }@media only screen and (max-width: 763px) { #XuA0KlwEKAJiU8GatPcM05eHUTnw7uE0 { width:13.0625rem;height:0.75625rem;top:2.125rem;left:6.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foG2ovFgsftE2ITpCoPagwKtRTDbNPak { display:block; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak { background-color: transparent; background-image: none; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container > .video-iframe-container { display: none; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row > .video-iframe-container { display: none; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .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); }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container { width:20rem;height:40.625rem;background-color:#262626;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIMpXyT6h1hp0RDwGkOxpgQiyLOsFecH { height:11.238938053098rem;width:20rem;top:32.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #faWNqP0FKhm48D4nHgGvb6tZ4gNINueG { width:15.25rem;height:1.25rem;top:9rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1;color:#ffd44d;display:block; }
 }@media only screen and (max-width: 763px) { #uRp6HcLE9mdneeDmPy9n1gDG5eNxX4Do { width:20rem;height:12.433625rem;top:9.5654296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9MDWFT3W7AsH6q0SwfVTxx7dPSkPwPl { width:11.9375rem;height:2.5625rem;top:5.0029296875rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbwWNWIaUrMHRStdM43LgwokXtmzAMtS { width:20rem;height:0;top:22.95751953125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #z30Jgz4DepKok5yMQPu01q9DGaTqLszW { width:20rem;height:1.062625rem;top:10.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HN0wT0Wa6589CJzRrXTTBmBbunoffLVw { width:20rem;height:0.125rem;top:13.08251953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzxi7u9xNNqCrKaVVgE1giWEpeZJrcTA { width:14.9375rem;height:9.875rem;top:15.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr7sfMEgJirSSlk9KqxvKNMa41smayPT { width:14.5rem;height:9.6875rem;top:23.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1pfgHIbU6HWNiIsTcrcoWdGFuB1kHWJ { width:20rem;height:3.8994125rem;top:34.90673828125rem;left:0rem;font-size:1rem;z-index:15095;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DKAGcMLFsmmBWHublZ3JdTz4mUxSs0HS { background-color:#262626;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; }#DKAGcMLFsmmBWHublZ3JdTz4mUxSs0HS > .row .container { background-color: transparent; background-image: none; }#DKAGcMLFsmmBWHublZ3JdTz4mUxSs0HS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKAGcMLFsmmBWHublZ3JdTz4mUxSs0HS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKAGcMLFsmmBWHublZ3JdTz4mUxSs0HS > .row .container > .video-iframe-container { display: none; }#DKAGcMLFsmmBWHublZ3JdTz4mUxSs0HS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKAGcMLFsmmBWHublZ3JdTz4mUxSs0HS > .row > .video-iframe-container { display: none; }#DKAGcMLFsmmBWHublZ3JdTz4mUxSs0HS > .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); }#DKAGcMLFsmmBWHublZ3JdTz4mUxSs0HS > .row .container { border-width: 0; border-radius: 0; }#DKAGcMLFsmmBWHublZ3JdTz4mUxSs0HS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DKAGcMLFsmmBWHublZ3JdTz4mUxSs0HS > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCrpS3gS3a2qlTRrSD4MrclI9NkNoTQK { top:0.861328125rem;left:0rem;width:20rem;height:3.75rem;z-index:15064;text-align:center;text-align-last:center;color:#b56ff6;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #H7LhU8JZ2zZhrvNG1FdGgE6E3w8v40iI { top:4.611328125rem;left:0.625rem;width:18.75rem;height:1.05615rem;z-index:15065;font-size:0.8125rem;font-weight:300;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rtzT0cDuNyadq32k14HxGZh6hCZixNnJ { background-color:#262626;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; }#rtzT0cDuNyadq32k14HxGZh6hCZixNnJ > .row .container { background-color: transparent; background-image: none; }#rtzT0cDuNyadq32k14HxGZh6hCZixNnJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtzT0cDuNyadq32k14HxGZh6hCZixNnJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtzT0cDuNyadq32k14HxGZh6hCZixNnJ > .row .container > .video-iframe-container { display: none; }#rtzT0cDuNyadq32k14HxGZh6hCZixNnJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtzT0cDuNyadq32k14HxGZh6hCZixNnJ > .row > .video-iframe-container { display: none; }#rtzT0cDuNyadq32k14HxGZh6hCZixNnJ > .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); }#rtzT0cDuNyadq32k14HxGZh6hCZixNnJ > .row .container { border-width: 0; border-radius: 0; }#rtzT0cDuNyadq32k14HxGZh6hCZixNnJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rtzT0cDuNyadq32k14HxGZh6hCZixNnJ > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z5lCy6y5ylUDreXVyPF8NPTO1d677iLx { width:20rem;height:29.0625rem;top:2.0625rem;left:0rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #T7JoANa48a63VlnROlZAB9UkxVZnNoPo { width:13.4375rem;height:11.4375rem;top:3.625rem;left:3.28125rem;z-index:15118;display:block; }
 }@media only screen and (max-width: 763px) { #GSRfAZ5E4vPTzeZKRHqfTxkdg66IRKDP { width:20rem;height:1.29980625rem;top:15.568359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #Z9B7XDCkpKvaogsoI9QKNVA5X5VviEbT { width:17rem;height:3.65625rem;top:17.25rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.5;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #rPnT696L9DxaWe3AC9Oyo3iFkk4zVdHO { width:19.1875rem;height:6.2988375rem;top:21.21875rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.4;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #epcGaJwksQFEQMsErAF2eIBI4Tn5usST { width:15.1875rem;height:2.25rem;top:27.95458984375rem;left:2.40625rem;font-size:0.8125rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #Fmb7q5n5QTirxsv5Gi7hEODUKNuHGAP4 { display:block; }
 }@media only screen and (max-width: 763px) { #b18PyRTrAeuc0g4Ue7T0SgdP6uGHGBzd { display:block; }#b18PyRTrAeuc0g4Ue7T0SgdP6uGHGBzd > .row .container { width:20rem;height:263.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFeSyfnhvLhrKcn8MKCqc637BKSuar1T { width:20rem;height:0;top:17.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #k8k44QpBSAJycAmzTOs7s29mGPSdDubN { width:19.1875rem;height:2.375rem;top:250.1875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilGyIHSubqJvzmP1CSZOqJ18dTTdxPxw { width:17.3125rem;height:3.14941875rem;top:255.3125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JECnc9oS1BsRq5IsGWeyki1iN1l7dy6f { width:19.25rem;height:1.5rem;top:253.1875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #w7eMwuCDkIgsBiTTUQAzp3tE6fFflteL { width:11.75rem;height:12.5rem;top:236.75rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8vCCCaQQ2rsttR4JSarIzndZuuWOxBg { width:20rem;height:0;top:6.2999992370606rem;left:1.3999999761581rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #Ab4pcGLzVVGsuElGRTwS97cA6PDgNDDR { width:11.875rem;height:0;top:6.9249992370606rem;left:2.0249999761581rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #F9pMeFCdHDrhRbKxlpu3ycamt1dETAq4 { width:14.5615rem;height:2.0625rem;top:259.0625rem;left:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPPJSil354gKpApi2sHm4aehK05yi0XX { display:block; }
 }@media only screen and (max-width: 763px) { #EC6NMs4R09IcMOGrI3ocuI5RM4lDvA1I { width:20rem;height:26.0625rem;top:30.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OH3QN4FkJvLVmJS4RZoCzM8bZJdTlWT8 { width:20rem;height:26.625rem;top:235.4375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #v38TxOJr2ydOgDnUxHDWC3gZaiupBim1 { width:20rem;height:33.25rem;top:168.625rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #zpN6T79T3mMyvoLUE0oT91qHODUlMA2L { width:20rem;height:23.3125rem;top:128.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nkICFLP3TszTpe6sxrLaChwAPaBG0a1c { width:14.125rem;height:12.5rem;top:205.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9mT0Bxig3Pxo5dqmKbJhFR4uUG5xfFk { width:19.125rem;height:2.92480625rem;top:218.875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQaV8mdfop8H3TMy76uk43QNmEJGTbMp { width:19.1875rem;height:1.59375rem;top:222.4375rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pBQJIb3zsk1JfrKipkTlTe16oI6ExeCi { width:16.125rem;height:0;top:27.75rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #CCTC3AVVyTkreETE97CWAoRAWu0VpS2T { width:15.2485625rem;height:2.1875rem;top:230rem;left:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRRK9Xl84dI0V23ZFEAZQIMaVABBiezk { display:block; }
 }@media only screen and (max-width: 763px) { #c4nPesVep3k5fWuGwz0sPTSzbTy26zON { width:20rem;height:0;top:18.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #cl4VpbAXlWNyoJDvQKb9x1ePoqyeR7Ct { width:20rem;height:28.75rem;top:204.375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #AJ3xc6bVglpSAipMI1vGKgVmA7apKHTE { width:16.124rem;height:4.19921875rem;top:224.625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.4;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #HVohbFmpMTOB2Z9bASSTTtABE2B35oTB { width:20rem;height:21.5rem;top:110.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BDou9uTvugzt1Ug3Cb842vm2PyguDFHT { width:12.25rem;height:12.5rem;top:169.75rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL0fcoHmU9t76TcHOLErRsLNPIC3FIAs { width:15.1865rem;height:2.1875rem;top:198.5625rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcTVT1z0XPZ4bBdmppssRzQcXHXtny6v { display:block; }
 }@media only screen and (max-width: 763px) { #IOV86hH5WTJe0EFNrXfTLHqFBXxBK1gm { width:19.1875rem;height:2.5996125rem;top:183.125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #df3MOr0ytRyBJqM1de2iXVN4lBtX893w { width:14.25rem;height:2.4375rem;top:186.25rem;left:2.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rwtA6v0lPVPqAO37HalDKh6F6gsMcnvi { width:16.0610625rem;height:8.39845rem;top:189.3125rem;left:2rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ysVOcJvo42etEgplhpLWE1xPuk5QASIU { width:19.625rem;height:32.4375rem;top:133.8125rem;left:0.1875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #eBla7G6NXVFChQ9QsTd80Tx1QHR0SzVT { width:20rem;height:21.5rem;top:172.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZonnToNKSQ2WLdD7TeJfJNEg6ZMCyPk { width:16.625rem;height:2.5996125rem;top:115.625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi7DFiT6s66eukrST1KRLcrFgXIJ7OhD { width:17.125rem;height:2.4375rem;top:118.8125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nrwZZxNnwl86ebT5T1OI8Rnzwvy9dTS6 { width:17rem;height:6.2988375rem;top:121.8125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pZFg4py12pKLSWx44DBvTethB9siXJrL { width:15.1875rem;height:2.25rem;top:128.625rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzV4JhhaVyftfko8zhuvkOodGKp6VKBq { display:block; }
 }@media only screen and (max-width: 763px) { #I1oD7UN97CwG5f8youEM00XbmJoMb2Wh { width:20rem;height:21.5rem;top:61.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MefwLIwP6XMdFH8c9gAQwnsdMmJP008q { width:15.1875rem;height:2.25rem;top:162.625rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpU5pz6UmolsOVvPA8sAQM2tFl2Mo6UW { display:block; }
 }@media only screen and (max-width: 763px) { #WuCK2AxTx623iiWvGhcoO8taBzEbJOXv { width:17.9375rem;height:5.24903125rem;top:157.375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NbTOT9ArFe3ncaV52K7qz8X6DbbkEL3c { width:14.25rem;height:14.25rem;top:135.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afE1T1dSA1mGHxpLa6lnARLG7pmU3ki4 { width:19.1875rem;height:2.4375rem;top:154.375rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DNtMivBtpNSLXzpiPzVu370cPTbgy286 { width:18.25rem;height:2.5996125rem;top:151rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpCOOQKgh8ePbbKGW6i8f5StmGCtEPty { width:14.625rem;height:14.625rem;top:100rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv9aM407t5yWlTbRhiRRANUTZE4sGLyA { width:19.9375rem;height:32.4375rem;top:99.1875rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #eFHKzRNXoGVyCSMF9NTDg2cTJGPe00nI { width:6.3125rem;height:5.8125rem;top:6.4166667461394rem;left:0rem;overflow:hidden;z-index:15084;display:none; }
 }@media only screen and (max-width: 763px) { #FuciyUwTv0C1TV96Crg1UXPbTXyuhMAc { width:20rem;height:32.0625rem;top:64.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpN73yNebKVASKWUsATXRNpyv5BWuHEu { width:20rem;height:28.9375rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRLSat83C7LbEP9LF16pOfFFi5Bt3OaT { width:15.1875rem;height:2.25rem;top:59.1875rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrzheZQzLxsaWqXHUhD1ZvvtNugap7dq { display:block; }
 }@media only screen and (max-width: 763px) { #MgRfLcoAW7NPZdTpSZKiP0ShBJqlDL86 { width:15.1875rem;height:2.25rem;top:93.8125rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdf1ADioqc1p7SBiEqJG9XVrKL1OK9Sf { display:block; }
 }@media only screen and (max-width: 763px) { #tQvqv0MTWyRyzsSF40LKXH9A4bUSvGFK { width:14.25rem;height:14.25rem;top:65.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8pm40qvwZAcOg8oUTBt8UCRQE5gzHHK { width:17.9375rem;height:7.3486375rem;top:50rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Xgql8tVbT3gxsKEzaIG5U3ixu2Um6mvR { width:16.0625rem;height:5.24903125rem;top:87.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NAh979fH1luSbZWbkPE6C74g6Ms6ROKB { width:19.1875rem;height:0;top:79.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #JpPu89oNFTT1O3S9Fcu69GCaNss0ggJz { width:19.1875rem;height:2.625rem;top:84.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KKrzQhDls2s9XhhITvFQSie2Qr2QuEOL { width:8.75rem;height:8.0682914373262rem;top:35.4375rem;left:5.625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #OKSVJDSpo32ZDx1a5HGpcg8FcbtAum6e { width:10.25rem;height:10.25rem;top:34.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec9gl140NE5z5QxF4BX4lrVqtLekqLq1 { width:20rem;height:1.29980625rem;top:45.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #naetGgcvHth3WToWrCAwzdarLLaGrgN7 { width:20rem;height:0;top:72.397789001462rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ix6HJWqCJOmv2bGpkpWaJx4Z5uGeLe2D { width:8.75rem;height:8.0682914373262rem;top:172.5625rem;left:5.625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #sgxnxAKEHKZLsyXZlm8aTW2ryGnwJk38 { width:20rem;height:1.7871125rem;top:82.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp0MbLpAdSJUyxOkPztKPskhMvqiMocT { width:20rem;height:0.9746125rem;top:47.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhSxQTkVPqJ2PgvTWmiBDJ8ovyVlUfUx { width:20rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fiwc00hcyC9DiTbxt9kdgsPisliPvg6h { width:8.75rem;height:8.0682914373262rem;top:35.375rem;left:5.625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #AW3pmd3pKDKwed8TzpyeoSooa8M8kznl { width:20rem;height:2.761725rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4i3rrZ2UySE1F7GK57OmEXETLSNgzcC { width:10.812375rem;height:10.812375rem;top:4.8125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKTaxRt36iZpWdxvV9Ay5E2gdtPzboex { width:19.1875rem;height:2.625rem;top:16.1875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EJg6P6Ew3Z2mwqnVeQSTathtRLrtDPyU { width:19.1875rem;height:6.2988375rem;top:19.75rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LA0C97HAFFBOKtpBu5Vh80o929CcaxCa { width:15.1875rem;height:2.25rem;top:27.375rem;left:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpWXyvJkK8koQMZPQeVuzWUlk4ti7eFq { display:block; }
 }@media only screen and (max-width: 763px) { #CiaN33CXdhJ60Wmz7OG1noPcqVpLAutP { width:8.75rem;height:8.0682914373262rem;top:11.75rem;left:5.625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #SgE5GmWgdWKG0bLDZyhfPfsD97eZMHTb { width:20rem;height:29.0625rem;top:267.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vNCzsuIXu2LAS5c7sM2vKiHDd3dBchwl { width:13.4375rem;height:11.4375rem;top:268.1875rem;left:3.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QE2ogfI1S6op2wPWCVWpfl31A8XWclZb { width:20rem;height:0;top:270.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R01EBA81UbN8kTDEyQUFqyEfwurFFLkH { width:20rem;height:0;top:280.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xb2OXEgBNNAdnyez28DAWGLmsQVzwZiL { width:19.1875rem;height:0;top:286.013671875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #rxhDgfIMvpJx5Wh6aW3A5EcaeWUJs6s6 { width:17rem;height:0;top:281.5498046875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #TCZCtmWCtVqya6QFfwTcfMiIo4h9wUPU { width:15.1875rem;height:2.25rem;top:292.875rem;left:2.40625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvJl3BJy1oozHCeVapkw5qHAPX8K6IZn { display:block; }
 }@media only screen and (max-width: 763px) { #oOqKFXNGUb9i7mnJK50x11GRTELkMNk0 { display:none; }#oOqKFXNGUb9i7mnJK50x11GRTELkMNk0 > .row .container { width:20rem;height:135.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i9PWaJ6tkC22JPDX2aGfeJ6UNacMTtNM { width:20rem;height:8.99803125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTbF2qySHP43rIodxWKi5oV9ZWo3kCty { width:16rem;height:0.8125rem;top:127.75rem;left:2rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLNB0W6pTfPA6K9hrC7l3k0dSTW8WGFK { width:17.6875rem;height:2.1123rem;top:104.0625rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#4a4a4a;display:block; }
 }@media only screen and (max-width: 763px) { #Tkvd8XBPCGmidBZ7ARPXAoXWOUEBb8WX { width:16.8115rem;height:2.4375rem;top:78.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UM1Co8Sro50Whau3SIrzzUyONGkolEWi { width:16.1875rem;height:1.21875rem;top:129.0625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cGeAr6733PWk7UIihZn94zUVccD5EJrM { width:18.0625rem;height:1.78125rem;top:99rem;left:1rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MSUShr8BBeHLBmzrzEbumNoJw4SV6wwz { width:18.0625rem;height:1.78125rem;top:122.5625rem;left:1rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #e5LnxNfmCW567WTcJxcbz6ByFPdlBbgp { width:12.25rem;height:2.25rem;top:124.25rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cUZH2b3lsPQhyZOgh3RmGqozKvNgOQv5 { width:12.5rem;height:0.125rem;top:127.0625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU9gG5ZlhqoX9GAWIyBh4gMeSxbrtAgV { width:13.9375rem;height:2.25rem;top:100.78125rem;left:3.0312500596046rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xxiPFky166hbSTilPchysvkswHFP6QQK { width:12.5rem;height:0.125rem;top:103.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPJRBlxUT8w6odwZGXkPSL8qemg44UAS { width:14.9375rem;height:9.5625rem;top:112.6875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9HUIlE7M2IpkKlUZA3CLxPeZh9AXxEs { width:15rem;height:10rem;top:88.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAxf6ZvuAP8n0KoNyiugL3RsFN7t7Gfc { width:17.875rem;height:2.1875rem;top:107.25rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoVh7JOQxa8JUSa6gQPvqJzEOd00eumE { display:block; }
 }@media only screen and (max-width: 763px) { #lXxAvTWp8yD8BrdVxXVvpJ7TAz21T4dQ { width:14.5625rem;height:2.0625rem;top:29.5625rem;left:2.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEna1wEKklN5TmVFHgOSIdr5zSO1cDuv { display:block; }
 }@media only screen and (max-width: 763px) { #JVfU3EUpA35rwt3C7zAWIEzuoT7OWQNa { width:20rem;height:25.5625rem;top:49.0927734375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q8dFGKG0fwwidhCWHnHo56T0uqDq8ALh { width:20rem;height:25.5625rem;top:75.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2qwNKaElqs1Koey4mIdrzd8sQ0GEWri { width:20rem;height:5.15625rem;top:1.01171875rem;left:0rem;font-size:1.5625rem;z-index:15007;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #c8QRbrErfO6ipsW3IzsD1gl6TgP5pBBI { width:18.75rem;height:23rem;top:111.3125rem;left:0.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #A3GJC0S8hkOM2KCnyGVzaLJ0cqvVfSOm { width:18.75rem;height:23rem;top:87.4375rem;left:0.625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ffNbMJG2v5e5R2haDbZzDWniqslIVTvw { width:20rem;height:25.5625rem;top:12rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FzErJEGk6a99fpSJHdmMz0wdZQe1dZXW { width:15.9375rem;height:10.625rem;top:34.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL2lZtxJQGkC6VsAV1yg6sNTqoxZmhPQ { width:18.0625rem;height:1.78125rem;top:45.6875rem;left:1rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TnbHR1B2gyHXO8qAkQFJ7NCvS4DXSzhU { width:18.875rem;height:2.25rem;top:47.4375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BaoVOzExet5wcJu8NlNPSLD2OcdRo5mb { width:12.5rem;height:0.125rem;top:50.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8eOodbbgsk6N1ZPVpgVGvTDRTCV9Uhi { width:20rem;height:1.625rem;top:50.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBTPOb8tkET1DhqpxbknOabbSfyJCKsn { width:16.1875rem;height:1.125rem;top:52.8125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #K2czSesn15tkzS3lQ5HToi8wSU1K3oGX { width:16.5625rem;height:1.8125rem;top:54.8125rem;left:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RylSkptCqnqHLfivn5PTaTlp4ckJbOMg { display:block; }
 }@media only screen and (max-width: 763px) { #fMDw6TnBAGLnW3ZG5fK6UL7M62S0lLga { width:18.75rem;height:25.1875rem;top:33rem;left:0.625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #IFDh0OHkcmaMEhF9stSUDkQMDkSBKH9x { width:20rem;height:25.5rem;top:39.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qxh3S5tlfwuV2VELy1HuHZgJlrJh4hzM { width:17.87475rem;height:2.1875rem;top:82.125rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQgP1gSTPOWwbBCTObg6iumt3DUTMThT { display:block; }
 }@media only screen and (max-width: 763px) { #T2CA9hWNpVS1oIcOzdRpqIoSavUUli3y { width:17.999875rem;height:3.5625rem;top:74.25rem;left:1rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yt9fOvsPwDWZFufoeLczpOBQ4fMq7pxS { width:15.187375rem;height:12.44875rem;top:61.1875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs88vQd06zVTEK7OXUlUtxGZrHbVPEql { width:18.81225rem;height:1.125rem;top:76.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #R0dZJ5ESAiSySgQkbonkCUpM7ZqXzfFN { width:12.5rem;height:0.0625rem;top:57.4375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPvS2EsTGWWsyfZwLR92eECfxXDpETXK { width:18.75rem;height:25.9375rem;top:59.8125rem;left:0.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #gHmqZ1kfrxqeHQMDsqoIdIu53Ni9EVNQ { width:12.5rem;height:0.124511875rem;top:77.75rem;left:3.75rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #RDKhyn8rptrGHQ3pLnRUJxrvW4Jz1xOp { width:20rem;height:25.5625rem;top:12rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3ybKO9Con928FbmcQgUrUSEatdSAEcT { width:15.875rem;height:10.5625rem;top:8.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abqEAdMgX27hB59sQ4Qy1UzhagSEcRrc { width:16.9375rem;height:1.78125rem;top:20.21875rem;left:2rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #i53iTm87IeJS0Ra86rvm6EJgyAo5t8dw { width:18.875rem;height:1.125rem;top:21.9375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ErklkApyRRoqDIiTfih1wdS3cugAhwwa { width:12.5rem;height:0.125rem;top:23.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwCuTPiIiNl91ZAgtUeB69BGIOLDbsca { width:14.1875rem;height:1.625rem;top:24.0625rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rupHWThe6eSi9sCeaqpmXmAdC6eviuQd { width:16.1875rem;height:2.4375rem;top:26.625rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qh1pNCsKUUANMxReTZypi3HpAe6rtDdR { width:17.9375rem;height:2.1875rem;top:130.28125rem;left:1.03125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r99t3HOx1qsKdOwTr1RiLA2uvF43h2f9 { display:block; }
 }@media only screen and (max-width: 763px) { #ufXKWbSpZt0Oxee6ikk6TcubH7yNeqGI { width:18.75rem;height:25.1875rem;top:7.484375rem;left:0.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #KHTrvmaOqq7nE6xVINJCELO9tPf21mnd { display:block; }#KHTrvmaOqq7nE6xVINJCELO9tPf21mnd > .row .container { width:20rem;height:87.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuveG0gCQai92rO0l9lARI1z2Gwl5EPM { width:20rem;height:0;top:1.01171875rem;left:0rem;font-size:1.5625rem;z-index:15007;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #BfAH4HLWHa68h8q7LKzWmH2tVa4OgNWU { width:12.3125rem;height:2.5rem;top:1.1875rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk6HxXaZ9MUFxC8kJyvxC6xnZIdFhDMr { width:9.375rem;height:1.8rem;top:4.625rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhcp3x5xRo1TU364r7dVs7VMu4zpROUV { width:19.25rem;height:2.625rem;top:6.375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQN9AZonlRbJhD8ufqEZUWPnfHTUoPTV { width:18.75rem;height:0.125rem;top:90.625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TS1RsisQho1TDvnzUhupdTPFqqy2ZG2d { width:20rem;height:auto;top:10.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IePnb4Kpf59GPPxk1x9W6sTVTtLQrsw7 { width:20rem;height:3.4121125rem;top:10.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2qJTE46dqHr60k7XEZTh3bUVtrpQA75 { width:20rem;height:3.4121125rem;top:37.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNrJnDInle2ZlDWIkQCx3bIiDJcRbXEU { width:20rem;height:3.4121125rem;top:63.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxtCiuG6GxaKCvZBaAEzW9qdygAqa0lM { width:17.6875rem;height:3.41161875rem;top:31.3125rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ububxb2bdCIgpMSHMSMe4HN3hl0bzDua { width:15.3125rem;height:3.41161875rem;top:57.625rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1i2OMU2qXTcfiDabXz3nmkFxLcT6kgN { width:14.875rem;height:3.41161875rem;top:83.375rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5QTgB8wnyyCAMsmmc1PTFv6sLFc9fmF { width:13.75rem;height:14.8125rem;top:15.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6G7SPIPlpZ3uu328TmaRcDPvOcywZ06 { width:13.75rem;height:14.6875rem;top:41.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INbL17sAdHcoWJIaBRia8uya7TRItuMa { width:14.625rem;height:14.8125rem;top:67.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8XDhAbhyD7iKw4v4bUSpKXHmcl4MtZA { width:18.75rem;height:0.125rem;top:62.4375rem;left:0.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #mJzNRs5qwX5nD5KPMZ2MB676aGBJQnvg { width:18.75rem;height:0.125rem;top:36.1875rem;left:0.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #PRa3EHLAoQwoB0to45vkdaLzJHraZ7FJ { width:20rem;height:0.125rem;top:9.70751953125rem;left:0rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #xGHHSBLc6zMvOMHmFoqHfMvaLzZiOz0O { width:0.125rem;height:5rem;top:3.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QSU3GUIA2lfwTuzAk3sxixCmifZAJdoo { display:block; }#QSU3GUIA2lfwTuzAk3sxixCmifZAJdoo > .row .container { width:20rem;height:83.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzKyzwmMItt5bXCmtPTLp868279cCpNu { width:18.6875rem;height:14.4375rem;top:15.49609375rem;left:0.65625rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3fcd7095-daf3-445b-9508-a58d64792c67/aaa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TzKyzwmMItt5bXCmtPTLp868279cCpNu.adaptive-delivery-prevent-bg, #TzKyzwmMItt5bXCmtPTLp868279cCpNu.lazyload, #TzKyzwmMItt5bXCmtPTLp868279cCpNu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qqpZOXTnJ0AHMbb8phJHKSqAOxS3GirP { width:17.8125rem;height:3.1497375rem;top:11.609375rem;left:1.09375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4U436bZAL58ZAkSyPV292RAcNa7Vd9k { width:3.125rem;height:3.125rem;top:7.796875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVurfLwC08NElzfvT7GHTu10yMd6cNFN { width:20rem;height:2.1123rem;top:30.7470703125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOmn5rciJoJwiMWl6BBUu74BdszvFy00 { width:20rem;height:3.1497375rem;top:38.1962890625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt96VU082yn5UwGxwyog629zM6Aui4fH { width:3.125rem;height:3.125rem;top:34.3212890625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGWG01D2WMU7Zky88AtUCtyP40h77iU0 { width:17.6875rem;height:9.375rem;top:67.8125rem;left:1.15625rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2e173b1f-9d75-4c6f-8eb4-6c54921cb351/071.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KGWG01D2WMU7Zky88AtUCtyP40h77iU0.adaptive-delivery-prevent-bg, #KGWG01D2WMU7Zky88AtUCtyP40h77iU0.lazyload, #KGWG01D2WMU7Zky88AtUCtyP40h77iU0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Ce0aVBlX20Nd9a2nOp7H5ouVfTSnAWnL { width:18.3125rem;height:2.1125rem;top:56.0205078125rem;left:0.84375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZT61lTAs9aN46VV6LoNvqivoGz9oqiD { width:20rem;height:3.75rem;top:2.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArRp0XRct2vMZuAtu61Wf2EvCpIATfJ2 { width:20rem;height:3.1497375rem;top:63.4765625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA9NrVNDKbu5XDIz1xkqhHTnDxlcBZBa { width:3.125rem;height:3.125rem;top:60.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvX1JvhQ1a6ErkUQtv1uB24vESabGzSB { width:19.875rem;height:13.0625rem;top:42.1455078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcM231rK0CVhcOeJNtPrOmHII1APyfDi { width:17.5rem;height:3.16845rem;top:78.5625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #segcqCvesaHbq5agKW5kRWnSXDTxvls4 { display:block; }#segcqCvesaHbq5agKW5kRWnSXDTxvls4 > .row .container { width:20rem;height:131.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmGzCrBtDTTGQ7Cu26rtJhWRhxPKIXvc { width:15.875rem;height:3.75rem;top:1.625rem;left:2.0625rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HPV2BosGU7enZyIgwpMrgIUcweyBP8e8 { width:14.4375rem;height:14.4375rem;top:38.6923828125rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NKD9ULSOETa1ORO1zBoeNc3Vig2eB8cG { width:18.4375rem;height:1.875rem;top:78.978500390625rem;left:0.625rem;border-top:0.3125rem solid #ad1818;border-left:0.3125rem solid #ad1818;border-right:0.3125rem solid #ad1818;border-bottom:0.3125rem solid #ad1818;display:none; }
 }@media only screen and (max-width: 763px) { #ymRGGTQb1g7ekXsv7LXb29H9BA5mrANd { width:20rem;height:1.1375rem;top:22.150390625rem;left:0rem;font-size:0.875rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #RgHz9QOmcGm3QmTpt1dVRFTNbHU72cV1 { width:14.4355625rem;height:14.4375rem;top:57rem;left:3.5634765625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTxbxPds2dngKF31dpPI8bIDiHIqif7T { width:14.4375rem;height:14.4375rem;top:78.947998046875rem;left:2.779541015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMLn821yQQfavqyv0RohcNlA9aEUxkFJ { width:14.4375rem;height:14.4375rem;top:61.25rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HdnXlAerzJvpPhysadE5eCwe4TygT5J4 { width:14.4375rem;height:14.4375rem;top:98.4169921875rem;left:2.779541015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Koh0bZxzppKvt2TKtAiQn05MkAeSyMHa { width:14.4375rem;height:14.4375rem;top:38.6923828125rem;left:2.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0KIW8RPRxNnpSDADdondVTNG2mBWT5p { width:16.25rem;height:1.4375rem;top:6.8125rem;left:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15097;background-color:#5f89eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WI98ZlQP0S8rW0N1TpFAOGJR2S5ZmxGI { width:18.4375rem;height:1.875rem;top:88.1875rem;left:0.78125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #bOARqmUgQKOHGmKFGcUt41Azbr5kevOv { width:18.4375rem;height:3.5rem;top:92.873779296875rem;left:0.78125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #JaMIAbboZx6BdFZ9qFyRI7xbqZ9cBLaN { width:18.4375rem;height:1.875rem;top:111.93627929688rem;left:0.78125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #qP5JooTfr8iv5ZsQAbXZKKUiCwwvADkt { width:14.75rem;height:1.13769375rem;top:6.962890625rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #loufUf8TTpvt6XOWgP2HhWXO5G7J4e2G { width:18.4375rem;height:1.875rem;top:10.0625rem;left:0.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #Gc4qqqnumEzwOAuHeIf5ExVsUCqwLTyU { width:16.5625rem;height:5.6875rem;top:9.8125rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZBf7r5thJdx4skbn964Wgt5150T2koe { width:12.8125rem;height:16.875rem;top:96.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz6NnXOA7UZGflKLbdRcS3aAdSoHpU8h { width:20rem;height:0;top:209.411134375rem;left:0rem;font-size:1rem;z-index:15106;display:none; }
 }@media only screen and (max-width: 763px) { #Isoo7AsZmL407lF74JQAu5TP4w2uFOkl { width:18.4375rem;height:1.875rem;top:6.875rem;left:0.4375rem;border-top:0.3125rem solid #ad1818;border-left:0.3125rem solid #ad1818;border-right:0.3125rem solid #ad1818;border-bottom:0.3125rem solid #ad1818;display:none; }
 }@media only screen and (max-width: 763px) { #ueIHJu4ptXG6LMpb88e3T33l1XASpmsm { width:10.5rem;height:14.875rem;top:24.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZkguXkOcfmsxEr6aRV8NkoB5GEEKBJn { width:20rem;height:0;top:186.798828125rem;left:0rem;font-size:1rem;z-index:15106;display:none; }
 }@media only screen and (max-width: 763px) { #InB9m53yieXVnAKMA1kZMa9F85oKRDZ2 { width:18.4375rem;height:1.875rem;top:30.3125rem;left:0.4375rem;border-top:0.3125rem solid #ad1818;border-left:0.3125rem solid #ad1818;border-right:0.3125rem solid #ad1818;border-bottom:0.3125rem solid #ad1818;display:none; }
 }@media only screen and (max-width: 763px) { #ZDs1U1dmOQdqwRBL1oZkzHt4vipaK7US { width:20rem;height:0;top:231.398440625rem;left:0rem;font-size:1rem;z-index:15106;display:none; }
 }@media only screen and (max-width: 763px) { #yzvM2n1osPx5yuGa3rofHNU4i8KX2K1n { width:18.4375rem;height:1.875rem;top:30.3125rem;left:0.4375rem;border-top:0.3125rem solid #ad1818;border-left:0.3125rem solid #ad1818;border-right:0.3125rem solid #ad1818;border-bottom:0.3125rem solid #ad1818;display:none; }
 }@media only screen and (max-width: 763px) { #Q1C47E19iEkvJA2icWl6P85vxD3mR3u1 { width:10.375rem;height:14.875rem;top:45.7001953125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOKNy3Fg4maz7VAH9nGZM2XIfS3o7WUn { width:16.5625rem;height:9.097625rem;top:62.6875rem;left:1.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFUPfEeI5pW2C4pPSZCGMUA8d9nFwhRn { width:10.375rem;height:14.875rem;top:73.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypqnUCnGN4wnWNvJx59zlplzcQh9DOUe { width:12.3125rem;height:14.875rem;top:113rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F98EHKBEl90tA9hOOAckPkyuXWaepcct { width:19.125rem;height:1.7998rem;top:16.25rem;left:0.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLSdt4f6n6OCPApRMzVazUn26RM8gxr6 { width:19.125rem;height:0.9rem;top:39.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugi0QeyRp4MBv2QM5nQO04KWaPqIqbdh { width:17.375rem;height:12.375rem;top:7.5625rem;left:1.3125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #QaOBDJwMl1M7mdNiU0fBtmVQPyJ4QoZl { width:20rem;height:0;top:61.9375rem;left:0rem;font-size:0.875rem;z-index:15109;display:none; }
 }@media only screen and (max-width: 763px) { #nu81GLl6CA1t6kwuFiEQV68UoAuBszKT { width:16.25rem;height:1.4375rem;top:22rem;left:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #GQ0xzRJGwAhSBUCpIzI8nKQLP65Qff6w { width:17.375rem;height:106rem;top:22.625rem;left:1.3125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #PKpDeD2dsTPo00RJfmkREAFnTqJ7dlD5 { width:17.375rem;height:18.8125rem;top:62.5625rem;left:1.3125rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #taMIRyQTDH40oHm1notdo3ITFwkMceMC { width:16.25rem;height:1.4375rem;top:61.8125rem;left:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15101;display:none; }
 }@media only screen and (max-width: 763px) { #ZgC3pEKPRO1cXJpuoIooZ6781LGXUKVP { width:20rem;height:0;top:65.625rem;left:1.40625rem;font-size:0.875rem;z-index:15113;display:none; }
 }@media only screen and (max-width: 763px) { #ccdx23DcW84qUCzxy9oZTrySVLFbWgkM { width:16.25rem;height:1.4375rem;top:82.5rem;left:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15105;display:none; }
 }@media only screen and (max-width: 763px) { #RWXMsk8ffzRhTlZBTGXsbmTlXLKLD4Gm { width:17.375rem;height:31.6875rem;top:83.0625rem;left:1.3125rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #JvBmNIbG8G3r3RrTTTncuRccXTfs8U28 { width:20rem;height:0;top:82.625rem;left:0rem;font-size:0.875rem;z-index:15110;display:none; }
 }@media only screen and (max-width: 763px) { #ro6lC6Rr9QWJbSGQxPLVeDETlAJb5aOP { width:20rem;height:1.3rem;top:89.3427734375rem;left:0rem;font-size:1rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #nPNxqcxa3NJ2rE8Pq6AqmRPStcFGqSXT { width:16.625rem;height:3.16845625rem;top:90.955078125rem;left:1.6875rem;font-size:0.8125rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #H931ea56PqzhinnqooUk3h5B5WGhDMpA { width:20rem;height:1.3rem;top:61.1376953125rem;left:0rem;font-size:1rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #TIc85UhAs0DZO2HPtlvOtTfZwlElNV8e { width:18.4375rem;height:1.875rem;top:30.3125rem;left:0.4375rem;border-top:0.3125rem solid #ad1818;border-left:0.3125rem solid #ad1818;border-right:0.3125rem solid #ad1818;border-bottom:0.3125rem solid #ad1818;display:none; }
 }@media only screen and (max-width: 763px) { #ho3sF8FvPK7UwJW0i8rvgzHPioTnahGZ { width:20rem;height:auto;top:30.625rem;left:0rem;font-size:1rem;z-index:15106;display:none; }
 }@media only screen and (max-width: 763px) { #M9hffMsTzDtpTkLlZCRAiMVAgmh5qTqD { width:16.4375rem;height:3.16845625rem;top:40.259765625rem;left:1.78125rem;font-size:0.8125rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #XOTLBqZ29sPzorbvTNQe65RepawFNlAx { display:block; }#XOTLBqZ29sPzorbvTNQe65RepawFNlAx > .row .container { width:20rem;height:86.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ctTKQyH75q8K8ZW22N92aiBK8bWaXyPV { width:20rem;height:14.5rem;top:5.09854375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfrC3rR9AkBqpPsaK0yfV8dP9voVpqmX { width:20rem;height:4.875rem;top:5.1127496826172rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Cs3RdE5A70iLgHru2nOs3PQPnT69rIUx { width:15.9375rem;height:1.3rem;top:6.8974609375rem;left:0.8740234375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P10aXule43PJIpCZDMk4q4FuW8PSWSTH { width:20rem;height:2.275rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufPTS7XOJpB9pqrEigcbUMF3W9ANcOBr { width:18rem;height:8.097625rem;top:8.91157399292rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkSAtIBsckVfD5u7RXerfyQxX7Fh3BOx { width:20rem;height:6.4375rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLuOST2T8uqTofmpfAVKHgnXpmTKlafk { width:18.625rem;height:1.3rem;top:21.5rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mygC4eVz2LJ4LlTHmbgFJJQT2di4nlsx { width:18rem;height:3.1497375rem;top:22.8125rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSbuJ8dxbhOygxiQ0mPrIJt6Uy1wO0Ia { width:20rem;height:7.9375rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTllGLlT0d5eZF9I9uU316hVlldT9P6L { width:18.5rem;height:4.72411875rem;top:30.625rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd0vfXbapcBfGqVivAQvpFFENuxRuodL { width:18.75rem;height:1.3rem;top:29.125rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lI6hTWh69WXPMU4zbm4BC4lDLtP67lyb { width:20rem;height:8rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI3mkdQl9Pn4JbASOZWg6PkJ62ZL3m1Q { width:18.375rem;height:4.72411875rem;top:40.0625rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoAcAW4UmTzlXUOu2QJ9RoFwAhEvCD9u { width:19.375rem;height:1.3rem;top:38.25rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LQor1rZU6p3Z5CLtfTTuNRBeNC5pOqen { width:20rem;height:6.375rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxw6ZE8d6ZJcwUAIHe0El5Gui6CaTeUn { width:18.4375rem;height:3.1497375rem;top:49.3125rem;left:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCTLNInozMZCRZEscBXnSUe3pFKxpNln { width:18.8125rem;height:1.3rem;top:47.5rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UVdHZgOriaHGXIq8LTwLr940haNHwXEp { width:20rem;height:7.25rem;top:61.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDIVsobEI65MIT4HANlA1OQiTcfcChlZ { width:18.375rem;height:2.3997375rem;top:65.75rem;left:0.8125rem;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #gTMsDe3Z1bAbEnuXP0g8ivKLoqJtxGyH { width:18.25rem;height:2.5996125rem;top:62.8125rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hlV7TURfclxd8Nscxena21UTBkXXGZex { width:20rem;height:6.375rem;top:54.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZTZJxTQH5qDV4oglpt1OPMUCvo59A3W { width:18.125rem;height:3.1497375rem;top:56.875rem;left:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkCIvD98Gpc4vwg6imyZievU8LH7aFSW { width:18.875rem;height:1.3rem;top:55.1875rem;left:0.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iNBClTsT5isDaNvPuwuvCfhFZ15RTVPC { width:20rem;height:5.84960625rem;top:70.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaoS93eylPxCIFrGsDcCWNygvppT0sM9 { width:17.5rem;height:3.4375rem;top:77.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFTkChmnxStmOeSUXEK53LRKfTSxWibe { display:block; }
 }@media only screen and (max-width: 763px) { #kV55RSzTDP4rXxbxdqBJ4bdpgoCtylkA { width:17.5rem;height:3.4375rem;top:81.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvNtIlTqUra4bXVroPHBCUGmmzNHeIDA { display:block; }
 }