.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:234,236,240;--color-primary-1:191,199,209;--color-primary-2:148,161,178;--color-primary-3:0,113,206;--color-primary-4:0,105,192;--color-secondary-0:223,243,241;--color-secondary-1:150,215,208;--color-secondary-2:44,174,161;--color-secondary-3:22,87,81;--color-secondary-4:7,26,24;--color-tertiary-0:255,255,255;--color-tertiary-1:176,177,181;--color-tertiary-2:124,125,131;--color-tertiary-3:91,93,100;--color-tertiary-4:0,0,0;--headlines-font-family:"Fira Sans";--paragraphs-font-family:"Fira Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#yk8ZvNJpu4cmTR6Q4zCD27eN2HytrKys { 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; }#yk8ZvNJpu4cmTR6Q4zCD27eN2HytrKys > .row .container { background-color: transparent; background-image: none; }#yk8ZvNJpu4cmTR6Q4zCD27eN2HytrKys::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yk8ZvNJpu4cmTR6Q4zCD27eN2HytrKys > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yk8ZvNJpu4cmTR6Q4zCD27eN2HytrKys > .row .container > .video-iframe-container { display: none; }#yk8ZvNJpu4cmTR6Q4zCD27eN2HytrKys > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yk8ZvNJpu4cmTR6Q4zCD27eN2HytrKys > .row > .video-iframe-container { display: none; }#yk8ZvNJpu4cmTR6Q4zCD27eN2HytrKys > .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); }#yk8ZvNJpu4cmTR6Q4zCD27eN2HytrKys > .row .container { border-width: 0; border-radius: 0; }#yk8ZvNJpu4cmTR6Q4zCD27eN2HytrKys > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yk8ZvNJpu4cmTR6Q4zCD27eN2HytrKys > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#CISgT1bK2pRWp1XdrHc6vHDTN88cHLr4 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:12.5625rem;top:1.71875rem;left:2.34375rem;overflow:hidden;display:block; }
#CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/78e5a891-ca56-4a22-b257-8c7a11c952a7/HeroFormPosgrado.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb.adaptive-delivery-prevent-bg, #CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb.lazyload, #CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb.lazyloading { background-image: none; }#CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb > .row .container { background-color: transparent; background-image: none; }#CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.8); }#CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb > .row .container > .video-iframe-container { display: none; }#CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.8); }#CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb > .row > .video-iframe-container { display: none; }#CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb > .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); }#CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb > .row .container { border-width: 0; border-radius: 0; }#CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#zlwtUFLhb72rTUBuoeQ8ArIUK4mzBn6K { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2.8125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:18.375rem;left:7.5rem;display:block; }
#PQ84LOuJ2LozHVAXCJNuTV9LJQarKFEU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZBBVePTibr7cfTGvwoFDlpQzsSdqLqB8 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.3125rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.3);top:10rem;left:7.125rem;height:5.84375rem;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; }
#Iz8dfJy1BnNZPxETMtHelvVBtUlCtyAD { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.3);top:7.3125rem;left:7.5rem;height:1.38145rem;font-style:normal;display:block; }
#SSvMtTgsRTKsb0KdqZ4QUne4a3wQsvPR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#SSvMtTgsRTKsb0KdqZ4QUne4a3wQsvPR > .row .container { background-color: transparent; background-image: none; }#SSvMtTgsRTKsb0KdqZ4QUne4a3wQsvPR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSvMtTgsRTKsb0KdqZ4QUne4a3wQsvPR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSvMtTgsRTKsb0KdqZ4QUne4a3wQsvPR > .row .container > .video-iframe-container { display: none; }#SSvMtTgsRTKsb0KdqZ4QUne4a3wQsvPR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSvMtTgsRTKsb0KdqZ4QUne4a3wQsvPR > .row > .video-iframe-container { display: none; }#SSvMtTgsRTKsb0KdqZ4QUne4a3wQsvPR > .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); }#SSvMtTgsRTKsb0KdqZ4QUne4a3wQsvPR > .row .container { border-width: 0; border-radius: 0; }#SSvMtTgsRTKsb0KdqZ4QUne4a3wQsvPR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SSvMtTgsRTKsb0KdqZ4QUne4a3wQsvPR > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:75rem;position:relative;display:block; }#GDKMVapu3M7gd5TBxpaQnO9GDwXtd2QF { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:9.625rem;left:8.4375rem;height:6.0957625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QDokkXVnA7moQpmGJHzoVGMAgFDNR8d0 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.625rem;left:28.4375rem;height:6.0957625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N6vDSzhzE3XgLcZdTWm4rJvrU3P9xkLk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.625rem;left:48.3125rem;height:4.8766125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WPyTUHPCxe78LBu0Sb30vnDt1PAGiXAF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5rem;left:8.4375rem;height:1.38145rem;display:block; }
#L288r7Qt98z904QTFNAhI00ScMLEta5q { color:rgba(var(--color-tertiary-4),1);display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5rem;left:28.4375rem;height:1.38145rem;display:block; }
#LePMbAu2CTTt3TnWbmRPF8w6byzxce0k { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:5rem;left:48.3125rem;height:1.38145rem;display:block; }
#DfZfTiXKRr2A2fT4M1uTqHbntQWDpeLx { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:20rem;top:7.25rem;left:7.5rem;display:block; }
#PGmItohNJaibCTnbXMetOKBd5MksECvi { position:absolute;display:block;z-index:15051;background-color:#6d6e71;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:20rem;top:7.25rem;left:27.4375rem;display:block; }
#yTpOoccUg9c1bT3UrsLbhtzaToA9IATD { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:20rem;top:7.25rem;left:47.3125rem;display:block; }
#vsnUbn7kPly9bu8OuV405rHTBt9Hca46 { position:relative;display:block; }#vsnUbn7kPly9bu8OuV405rHTBt9Hca46 { background-color: transparent; background-image: none; }#vsnUbn7kPly9bu8OuV405rHTBt9Hca46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsnUbn7kPly9bu8OuV405rHTBt9Hca46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsnUbn7kPly9bu8OuV405rHTBt9Hca46 > .row .container > .video-iframe-container { display: none; }#vsnUbn7kPly9bu8OuV405rHTBt9Hca46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsnUbn7kPly9bu8OuV405rHTBt9Hca46 > .row > .video-iframe-container { display: none; }#vsnUbn7kPly9bu8OuV405rHTBt9Hca46 > .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); }#vsnUbn7kPly9bu8OuV405rHTBt9Hca46 { border-width: 0; border-radius: 0; }#vsnUbn7kPly9bu8OuV405rHTBt9Hca46 > .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; }#vsnUbn7kPly9bu8OuV405rHTBt9Hca46 > .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:75.25rem;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; }#x2QzyZRWKcxGUVfuAnrqRzzEXdVsgc9F { position:absolute;display:block;z-index:15020;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:17.375rem;top:42.25rem;left:28.8125rem;display:block; }
#qM8exA9eTo7VEh7eOto6p7gBRoO47XM9 { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:46rem;left:29.875rem;height:4.54799375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BG6D3i8W2TLp6erT7qLUCo8KFtQ6dbOp { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:15.6875rem;left:29.90625rem;height:4.54799375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DMpcuuPVgeFq1EaV7bn5ZT0S3ImXwsVl { position:absolute;display:block;z-index:15016;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:17.375rem;top:11.9375rem;left:7.5rem;display:block; }
#isJucnrVcuelLrfwy1SWI932wGHkGzfb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:43.4375rem;left:29.875rem;height:2.19959375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XA5h6wsCXoGK740aJ2cOe2Lif9qAJiDC { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:13.125rem;left:29.8125rem;height:2.19959375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K3Zq9KJxB0KfgDw0cKf3p5UVrlT2AxVL { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:13.125rem;left:8.5625rem;height:2.19959375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n1IzhMEytSbl52iXw1tpvhBXyKDO31BJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:15.6875rem;left:8.5625rem;height:10.233rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oF6o8hQKTOodLc7iafFODUCqhu4fluv1 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;top:4.6240234375rem;left:7.5rem;height:4.39918125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I6Lb22IzAbSr8pTLgXbSIm1qusfq7Jy0 { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.375rem;top:27.1875rem;left:7.5rem;display:block; }
#FwwOBBfwcbRVQdokIEX0xMI5178qI1lx { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.375rem;top:30.3125rem;left:7.5rem;display:block; }
#xINLqo4G5BKoAHx7wF1Im65pSOXumPk3 { position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.375rem;top:33.4375rem;left:7.5rem;display:block; }
#r7To8veg3Z1wXs5VksuTs6uqDXD9GlvP { color:rgba(var(--color-tertiary-0),1);display:block;width:6.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:28.1875rem;left:11.1875rem;height:1.0556625rem;display:block; }
#D2sLvEyXwql77Mc0qax3Xx86PlyDAd0s { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:30.875rem;left:8.25rem;display:block; }
#VXvMpJJ4kv6kPANIHnePC97moaJSbR1l { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:30.75rem;left:11.1875rem;height:2.111325rem;display:block; }
#S3O3qk8GDPkLSHQl4C5g2i1V3Tq3kRRH { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15053;top:34.0625rem;left:8.25rem;display:block; }
#ZomZJew5MTcs6aMNlqlVgUCD0Vqgq1Xw { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:34.5rem;left:11.0625rem;height:1.0556625rem;display:block; }
#duikmG9lQTvsQZfLDQpvgIB8HC9EHpUG { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.375rem;top:36.5rem;left:7.5rem;display:block; }
#N02b3Gp4gg2diAWic8vZaQoGuu4VLioW { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:37.625rem;left:11.0625rem;height:1.0556625rem;display:block; }
#V6APTiw8pmx5R4oM9vUTiFxPKShJVWLk { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15061;top:58.1875rem;left:29.5rem;display:block; }
#D7etf48H6bEQFaNd8NyVbM3RyHU8pIPg { position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.375rem;top:57.5625rem;left:28.8125rem;display:block; }
#LnMPlmSuHTIQlLbb4LNwIpbotivGvuX4 { position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.375rem;top:60.625rem;left:28.8125rem;display:block; }
#MKvFTSP83iaK6scDwIfIoSVBCrDatV3e { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.375rem;top:63.75rem;left:28.8125rem;display:block; }
#NX5oAD21L56PCaaXVy1PiuwJUwinxCwB { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:58.5625rem;left:32.1875rem;height:1.0556625rem;display:block; }
#fc7bCWfk2zkNcgpPXPiiLPPgzL2dTRSK { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15063;top:61.25rem;left:29.5625rem;display:block; }
#MThaGdsoR5AsPQIC0F5vTaAHl88d5QD0 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:61.6875rem;left:32.1875rem;height:1.0556625rem;display:block; }
#PzUreustkdvhgGAE4O8rAAgEVXNcgGL3 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15065;top:64.4375rem;left:29.5625rem;display:block; }
#aH6ANTzm6Io5kKLBcOhVxwd3B7iwAkQM { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:64.875rem;left:32.1875rem;height:1.0556625rem;display:block; }
#Q1EEaJT8d5w4rBy3skON2AAGaHZ8QUHn { position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.375rem;top:66.875rem;left:28.8125rem;display:block; }
#aHMvv4mSa1qsE8xs6yRrGVv0USzkzkv2 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15068;top:67.4375rem;left:29.5625rem;display:block; }
#ZI7vuT0QE5sxHtnnuPaeuZN0qkLA6ifo { color:rgba(var(--color-tertiary-0),1);display:block;width:8.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:68rem;left:32.1875rem;height:1.0556625rem;display:block; }
#IosDx25mPfPrvNPoIOS27fd7b1uhh7cd { position:absolute;display:block;z-index:15029;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:17.375rem;top:11.9375rem;left:28.8125rem;display:block; }
#FmpcwKPmUC8Nb0SuWbWXFtSRrPcPvNxQ { position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.375rem;top:27.1875rem;left:28.8125rem;display:block; }
#ETBAicBJTlIudvsGFAEt1hbIHsFFKHtF { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.375rem;top:30.3125rem;left:28.8125rem;display:block; }
#TNvmZl7qgnXh1g5eZW0nDi23BfKzWZzZ { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15062;top:27.875rem;left:29.625rem;display:block; }
#fgtp91CXSnd6vNi8vC4IqC6bWgQqQ7P3 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15064;top:30.875rem;left:29.625rem;display:block; }
#wJPkJ3nRz8pXGmV58ZJeWFywSp92p5AB { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.375rem;top:33.4375rem;left:28.8125rem;display:block; }
#HIT8mIeHVmzIsuRmmXLX5K1Osx8diE8d { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15066;top:34.0625rem;left:29.6875rem;display:block; }
#NV2kpsIE5H0KTBWgSgH0Td6PBwoTrhUm { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:28.1875rem;left:32.3125rem;height:1.0556625rem;display:block; }
#inIMfPEdLhnecOsywsVlw5ctgX2Pxk0G { color:rgba(var(--color-tertiary-0),1);display:block;width:7.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:31.3125rem;left:32.3125rem;height:1.0556625rem;display:block; }
#rGBpRDxyZSTI0g4qvoQwmXpTSpne1iye { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:34.5rem;left:32.3125rem;height:1.0556625rem;display:block; }
#kb4hAKlyRWfTvdIzMxT3qikitBl6oyJy { position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.375rem;top:36.5rem;left:28.8125rem;display:block; }
#FIGgWBrNuvaUK1ys70NXq6e3b1QGJTtH { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:37.625rem;left:32.3125rem;height:1.0556625rem;display:block; }
#J5yQxqDKtehKWLoOoSOLfy2UBfD46EFn { position:absolute;display:block;z-index:15034;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:17.375rem;top:42.25rem;left:7.5rem;display:block; }
#vwPfJI7TQkRmCqzkmTTqiPdsCAyO8wwl { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15042;line-height:1.1;letter-spacing:0;top:43.4375rem;left:8.5rem;height:4.39918125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BNcazZ7RuiWRJSPq9bksoU7iMEICCAw8 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:48.25rem;left:8.5625rem;height:6.822rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oRz8keIMPZnyES7W2e1UDts29UbZKlFD { position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.375rem;top:57.5rem;left:7.5rem;display:block; }
#PpaeMq9wLQ60NJwWdvi4RrRACtuh7mdw { position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.375rem;top:60.625rem;left:7.5rem;display:block; }
#lPCWeJPQt8UyamAWc7O3Z0Nwn1TMaoUZ { color:rgba(var(--color-tertiary-0),1);display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:58.5rem;left:11rem;height:1.0556625rem;display:block; }
#CER7d9DwZSHTmiTKRo7wGBszFMFGmiX1 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:61.625rem;left:11rem;height:1.0556625rem;display:block; }
#BqxWUasrphugvm8SIBq6WF1y5E99MGMx { position:absolute;display:block;z-index:15075;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.375rem;top:63.75rem;left:7.5rem;display:block; }
#C2ky6tZ063ILLSigwlSqQlG8sqcvZsuM { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:64.8125rem;left:11rem;height:1.0556625rem;display:block; }
#bOXC1TGbtMLK4RWGAkaoCC0EiDRSRx3O { position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.375rem;top:66.8125rem;left:7.5rem;display:block; }
#ZqdBkzDZAqExUDLxG70Tix0cCvgVCobz { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:67.9375rem;left:11rem;height:1.0556625rem;display:block; }
#TJ5TNOF3F18Jl9BPLqBVV5iCl9QHTZG0 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15069;top:37.0625rem;left:29.6875rem;display:block; }
#P47nTihNWBUUP9zOTzFpczSnfaNgP9nl { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15085;top:61.1875rem;left:8.25rem;display:block; }
#nUKf1y5GONNMHs1foOvBShPBexla1Sp8 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15086;top:64.375rem;left:8.3125rem;display:block; }
#I8Wgh8rwfu2e9G2cbtrGwQHPw8cpSR45 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15087;top:67.375rem;left:8.3125rem;display:block; }
#lRhVHJWFx0oLxikIG5H2n6DCLtVHO4ol { position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.375rem;top:66.875rem;left:50.125rem;display:block; }
#QTRW4PmrE6BlPdS8SWbO9GLW1GAa6hwG { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:68rem;left:53.375rem;height:1.0556625rem;display:block; }
#NICnC1UlkkAMS0WxE1cCxM2v7ZpWdTZ4 { position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.375rem;top:63.75rem;left:50.125rem;display:block; }
#vTBl0w0ffwBTpcyoaXNoA3zsZBoaxpSm { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:64.875rem;left:53.375rem;height:1.0556625rem;display:block; }
#Xuvcg4VgphHLkI0TpoAhGk1OlBFXEGcI { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.375rem;top:60.625rem;left:50.125rem;display:block; }
#isScvevO9CTpU3swkT17iSIER5ZIcT8s { color:rgba(var(--color-tertiary-0),1);display:block;width:5.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:61.6875rem;left:53.375rem;height:1.0556625rem;display:block; }
#RXM2PT7eU77ClmKeSKCi5IWPEnygyC2N { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.375rem;top:57.5625rem;left:50.125rem;display:block; }
#KgcwpmchbDasPNIyNiUsXA54eKqrn1e4 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:58.5625rem;left:53.375rem;height:1.0556625rem;display:block; }
#HX3ONTOKCsWATFktQ4DeRkXhgFw6R5Sb { position:absolute;display:block;z-index:15031;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:17.375rem;top:42.25rem;left:50.125rem;display:block; }
#ytdy2ZdHxvAlrxaifocNkntRhzLpJJ9d { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:46rem;left:51.1875rem;height:6.822rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bf0V7JdpQWiAz3GTeS5oJLJGV3fFZHpF { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15064;top:58.1875rem;left:50.8125rem;display:block; }
#ngl5M4K5vH4oaRrTO8nJZkR3rJBJIMMq { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15066;top:61.25rem;left:50.875rem;display:block; }
#TWe9H3qMwkEPyWOuGg0vV8kQloNHGJed { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15068;top:64.4375rem;left:50.875rem;display:block; }
#HB3y5Bvk2JzedMhowysCFGkvDi1XR69G { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15071;top:67.4375rem;left:50.9375rem;display:block; }
#mpt59v1FfLBSJzvPEDtrbO3mBSsFfTA3 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15039;line-height:1.1;letter-spacing:0;top:43.4375rem;left:51.1875rem;height:2.19959375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QrrBg1lAOa9hKKJLeBuHFvpSyagSylRZ { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15063;top:27.875rem;left:8.3125rem;display:block; }
#PifwJbn6orIQGLLzwNbfb5kyrw0VLHhh { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15069;top:37.0625rem;left:8.3125rem;display:block; }
#shNk4QsP0A7Swkqw8McXmwCa18v1o3l9 { position:absolute;display:block;z-index:15093;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.375rem;top:36.5625rem;left:50.125rem;display:block; }
#OC5mheWobdrv7WDNNvpTtDBTpfTMPUJ0 { position:absolute;display:block;z-index:15090;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.375rem;top:33.5rem;left:50.125rem;display:block; }
#OiFHkH78Oq3MpX9ZeRdzEw8x7zdzPugh { position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.375rem;top:30.375rem;left:50.125rem;display:block; }
#Xd2FcwUzckEbGnRSkGRNDwACStgBk4cg { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:34.5625rem;left:53.625rem;height:1.0556625rem;display:block; }
#FnWQDTbl0CLQwZ8Sh10TJBU7pQnIsQX3 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:37.6875rem;left:53.625rem;height:1.0556625rem;display:block; }
#T2ZiglRFxTf8ZRgQRqoIQtRE6SXhiURR { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:31.375rem;left:53.625rem;height:1.0556625rem;display:block; }
#HAQhJNflrJBzJLTtmZL00fULxxgx5NPb { position:absolute;display:block;z-index:15088;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.375rem;top:27.25rem;left:50.125rem;display:block; }
#samQxEKlDfvPdiDLQuIZ6O5iZ0GUUFfK { color:rgba(var(--color-tertiary-0),1);display:block;width:6.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:28.25rem;left:53.625rem;height:1.0556625rem;display:block; }
#Qq7Tx17TgQW7dBG259b1vlBRIGyeA1G3 { position:absolute;display:block;z-index:15049;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:17.375rem;top:11.9375rem;left:50.125rem;display:block; }
#m5iBfTFBOdp8izty4mA8i4QwwncBt0ZL { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15100;top:30.9375rem;left:50.875rem;display:block; }
#QXxNDbZcKpePiOAobHTN6bR7vfKVbNK9 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15101;top:34.125rem;left:50.9375rem;display:block; }
#tmeyxMPgqFJidIgl7gB4ebKEgThMWRUE { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15102;top:37.125rem;left:50.9375rem;display:block; }
#O8sen6TcKLQVRZWKITIW2cURpGDnyGAd { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15099;top:27.875rem;left:50.8125rem;display:block; }
#sgXo3Qsz0wtzhHfzJetxhBsp9gXtrHBB { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:17.8125rem;left:51.125rem;height:3.41099375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tZcptdE8hx2ICirJKcO90amstNAk7ckd { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15057;line-height:1.1;letter-spacing:0;top:13.125rem;left:51.0625rem;height:4.39918125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SCJRwPfWTnfK1HEkPcpTve4M3xqnSG5a { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15103;top:58.125rem;left:8.3125rem;display:block; }
#vZUISHGvRFA2FwUxySxfaZzo0n3OGeSL { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.875rem;width:15.625rem;display:none; }
#LNXlEql8uLKn0MunrbqdXCHgeUpH4ndJ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:15.625rem;display:none; }
#rHl8WGlDfobQLglS0OkFBsuTJAM8PlNI { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:15.625rem;display:none; }
#lv3uFbLMZUTvxybx6VJ73B1l86T2Vinp { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:14.375rem;display:none; }
#xWoikx9BpnQWOHgqoccWNf6dOKhCClmw { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.25rem;display:none; }
#tvTcTJC5rzcKspVbH5KqfezTrW91feHT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:13rem;display:none; }
#sg3lqaXOp78cLlEaC0InU1VgkhXgqLr8 { position:relative;display:none; }#sg3lqaXOp78cLlEaC0InU1VgkhXgqLr8 { border-width: 0; border-radius: 0; }#sg3lqaXOp78cLlEaC0InU1VgkhXgqLr8 > .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; }#sg3lqaXOp78cLlEaC0InU1VgkhXgqLr8 > .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:44.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Rq4tqcSIFdBPW7Oi4B9gf6OweoG7st6e { position:absolute;display:block;z-index:15020;background-color:#ebebeb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:15.6875rem;top:11.9375rem;left:23rem;display:block; }
#RJ6Qe57TplKawXcXgnQNSaZRl132LOkG { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:17.25rem;left:25.0625rem;height:5.68359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f20nJ6iuTbcKL7E1I08I3vCU0651kZS7 { color:rgba(var(--color-tertiary-4),0.8);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:17.25rem;left:40.03125rem;height:5.68359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mFFzSabSrRrHrv8846mTJ1fv6qqIibDL { position:absolute;display:block;z-index:15016;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:15.5rem;top:11.9375rem;left:7.5rem;display:block; }
#oKFQ7OCUNRusaFvf2N3qSuws2wndZMOm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:13.5rem;left:25.0625rem;height:2.61230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V2oqSKb3L02SGcxeFf5EBCWl2q6TrmLb { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:13.375rem;left:39.9375rem;height:2.61230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lIykQDSW3qdnIEPhORbQtTXnD4li3WUI { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:13.4375rem;left:9.0625rem;height:2.61230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X0CNZHFMFyp01akpPTscpi7QzBenDDgm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:17.25rem;left:9.0625rem;height:7.957rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y2wHl68r3R4pzQGRryJ6MmHQwJzMDZ0T { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;top:4.6240234375rem;left:7.5rem;height:4.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XKcWuiSc8RnaTuoOT1HiHnmq2BUstcr1 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15049;top:27.0625rem;left:8.625rem;display:block; }
#vqMLdVELTmttF8pJJtM5HV70XZBzPa7I { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:15.625rem;top:26.6875rem;left:7.5rem;display:block; }
#DDxOKAJWQZDlCia4hltvPOfV7Jg7Ql3i { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:15.625rem;top:29.5rem;left:7.5rem;display:block; }
#uOJCw9WJfPJpcDINFEMTiQhVxK4vKUgZ { position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:15.625rem;top:32.5rem;left:7.5rem;display:block; }
#xxyEbrXHwodK4JCRrwWMGFBE3nZXzFFN { color:rgba(var(--color-tertiary-0),1);display:block;width:5.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:27.5625rem;left:11.1875rem;height:1.0559875rem;display:block; }
#IzNJnwnA6RuznPCmdkguz1TOlQmfE6WU { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:30.0625rem;left:8.6875rem;display:block; }
#nhTdBucfUMkp5GTaGaTMSatLuHqUbI3Z { color:rgba(var(--color-tertiary-0),1);display:block;width:5.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:30.625rem;left:11.1875rem;height:1.0559875rem;display:block; }
#Q6PeM8K8JCqCt1fFsWLAWZwrrAiJZfyc { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15053;top:33.1875rem;left:8.6875rem;display:block; }
#Xl8GcDIWqNpyp7Ahf7DMTORsv9lulXyy { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:33.5625rem;left:11.0625rem;height:1.0559875rem;display:block; }
#pUCQX3VdfuMhWNmz9oKVPTEpLWMZPsDb { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15056;top:36.25rem;left:8.6875rem;display:block; }
#RXnPT3tXgNfd4ETwxlV6ozsyc0yDXf5C { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:15.625rem;top:35.625rem;left:7.5rem;display:block; }
#RfsTGb2ZE5iIp8pMCvxcnVBVqgc4ncq7 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:36.75rem;left:11.0625rem;height:1.0559875rem;display:block; }
#HUQb6A1GhvNKnkZ4w0PATCbW5aoyu5g5 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15061;top:27.0625rem;left:24.75rem;display:block; }
#m9XAMseptwGzrZueqR51LpaWOO6CQJhQ { position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:15.625rem;top:26.6875rem;left:23.125rem;display:block; }
#KxtS7qbkxgvFJptm8zG6UgGg2wmTKLrL { position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:15.625rem;top:29.5rem;left:23.125rem;display:block; }
#yZGewS9ZoulzSDCbRs662P0WKhcteEk6 { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:15.625rem;top:32.5rem;left:23.125rem;display:block; }
#Bh79L5TMesTTQQw4o4BhowOgn9yn4HP3 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:27.5625rem;left:27.4375rem;height:1.0559875rem;display:block; }
#uLrnUThRKP7yzxcXBpEVRpRgvCGLWUaK { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15063;top:30.0625rem;left:24.8125rem;display:block; }
#LOrSinrw2gKnNX4B2uwOJf9FiGlFn7sI { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:30.625rem;left:27.4375rem;height:1.0559875rem;display:block; }
#mSF4sP93h4k6MgtwG6IthxkuMIxbMr0M { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15065;top:33.1865234375rem;left:24.8125rem;display:block; }
#dKs0LaHuGXAQ59OCz1TgcrQoTiilRyTl { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:33.6865234375rem;left:27.4375rem;height:1.0559875rem;display:block; }
#RQTT0ZaPZEbQqT4CdQu8hVET1ZClIttH { position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:15.625rem;top:35.625rem;left:23.125rem;display:block; }
#I1QKduLHZVglqMr5ptGcrmUzwRl4c2MU { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15068;top:36.2490234375rem;left:24.8125rem;display:block; }
#dgsuT4kHg7P6vg7rtVnqbyVhVTeHQbAR { color:rgba(var(--color-tertiary-0),1);display:block;width:8.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:36.7490234375rem;left:27.4375rem;height:1.0559875rem;display:block; }
#wt0C14AgtnOo4Ini5HiUN0bWsoBfNJZd { position:absolute;display:block;z-index:15029;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:15.6875rem;top:11.9375rem;left:38.6875rem;display:block; }
#ySggegdidTUnZ4A6X4qqzOTGBRDZIb8F { position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:15.625rem;top:26.6875rem;left:38.75rem;display:block; }
#TpAhgc0T91ammJboBrtF8Xthvat7hAwZ { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:15.625rem;top:29.5rem;left:38.75rem;display:block; }
#XqcCo8SvqE28UM2UHX6KWxUOmQcfkCh1 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15062;top:27.0625rem;left:39.75rem;display:block; }
#bhVp5FQlVymUNEz6IldC3aTgGTFqpi7W { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15064;top:30.0625rem;left:39.75rem;display:block; }
#XLyD3Sq73BXUelZe1dctOGVJNaIBTJ7g { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:15.625rem;top:32.5rem;left:38.75rem;display:block; }
#Aitnu8sCoKPtHMDXL5t0OfOVxRRTvTGM { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15066;top:33.1875rem;left:39.75rem;display:block; }
#G2e2XwRimcrzVU65iz6bt7g7OlxL4JaX { color:rgba(var(--color-tertiary-0),1);display:block;width:5.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:27.5625rem;left:42.25rem;height:1.0559875rem;display:block; }
#R6uC9TsGKwKi6uRXev0hiTvN9eWS63Kv { color:rgba(var(--color-tertiary-0),1);display:block;width:7.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:30.625rem;left:42.25rem;height:1.0559875rem;display:block; }
#Tq1tJlDZGpTpoJa8nxL3vt0g6doIs3TX { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:33.625rem;left:42.25rem;height:1.0559875rem;display:block; }
#XVXrcqs3FmNrWy9b5f0ABdz8pABDJfHG { position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:15.625rem;top:35.625rem;left:38.75rem;display:block; }
#CWrPR0TzN38skGxsCJMCgdNTpFASPf6x { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:36.75rem;left:42.25rem;height:1.0559875rem;display:block; }
#O9aV9mz9hd1HVJ2Ee4lNz8LG4qm0yN4A { position:absolute;display:block;z-index:15034;background-color:#ebebeb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:13.1875rem;top:11.9375rem;left:54.375rem;display:block; }
#Lhp8JE67y3CW1xwtgVOiHT8ArGCgFdG2 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15042;line-height:1.1;letter-spacing:0;top:13.4375rem;left:55.6875rem;height:2.61230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TPI41HpcWcPWAlhduTAIgitQ0GQnyvvh { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:17.25rem;left:55.75rem;height:4.546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rZq6KhuE1JU0nJwHbhlnbxfzHvlcMfPZ { position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.0625rem;top:26.6875rem;left:50.5rem;display:block; }
#FAc53QwTdJF4Eh2fXxAPn6Zqk1IxfEOq { position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.0625rem;top:29.5rem;left:50.5rem;display:block; }
#yFHdX3AMpgkARsq6A2nrmmvi9QTLcoPT { color:rgba(var(--color-tertiary-0),1);display:block;width:5.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:27.5625rem;left:58.125rem;height:1.0559875rem;display:block; }
#WC49Nyy4lqWavF4ggea7rpg9U0OiAJp3 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:30.4375rem;left:58.125rem;height:1.0559875rem;display:block; }
#NNtECxNVOUauFXwzBWPVHaGSdDehSXtT { position:absolute;display:block;z-index:15075;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.0625rem;top:32.4990234375rem;left:50.5rem;display:block; }
#hOp91iS4rezTE6rTsgbqI6J3qzIOa3Sh { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:33.625rem;left:58.125rem;height:1.0559875rem;display:block; }
#Tn13oiNpTSX7ShBKoM2MI1QgSEi8787n { position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:14.0625rem;top:35.6240234375rem;left:53.5rem;display:block; }
#Gux0yaZhxk32fHuWit29VZ64c7e22Ihb { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:36.75rem;left:58.125rem;height:1.0559875rem;display:block; }
#limawhf2vz3t1i2Ub63y7ElENcTMxXGv { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15069;top:36.25rem;left:39.75rem;display:block; }
#M4yfOtohBCVc2ZCzFXT925LKrAyOhJwe { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15084;top:27.0625rem;left:55.3125rem;display:block; }
#kkVuV1CyOTQ6ckerG332DmDrVoImnkc6 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15085;top:29.9375rem;left:55.375rem;display:block; }
#fsrXIEB4cUFIQC9VlTT6Tg9MAeg5cfTI { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15086;top:33rem;left:55.4375rem;display:block; }
#BkxJb5PR1WoaUUfOcskMCu9qP77mRaxs { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15087;top:36.1875rem;left:55.5rem;display:block; }
#BWKvRbpAC43WkJNQKP6c4RiPgMWddbL5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BWKvRbpAC43WkJNQKP6c4RiPgMWddbL5 > .row .container { background-color: transparent; background-image: none; }#BWKvRbpAC43WkJNQKP6c4RiPgMWddbL5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWKvRbpAC43WkJNQKP6c4RiPgMWddbL5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWKvRbpAC43WkJNQKP6c4RiPgMWddbL5 > .row .container > .video-iframe-container { display: none; }#BWKvRbpAC43WkJNQKP6c4RiPgMWddbL5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWKvRbpAC43WkJNQKP6c4RiPgMWddbL5 > .row > .video-iframe-container { display: none; }#BWKvRbpAC43WkJNQKP6c4RiPgMWddbL5 > .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); }#BWKvRbpAC43WkJNQKP6c4RiPgMWddbL5 > .row .container { border-width: 0; border-radius: 0; }#BWKvRbpAC43WkJNQKP6c4RiPgMWddbL5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BWKvRbpAC43WkJNQKP6c4RiPgMWddbL5 > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:block; }#yG4wwdOZcJqTlenIoODxD3RHHwSP8ZXn { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:3.75rem;left:14.4375rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n4X5CelTmkc2tzogETAXWhBG08zFCmXE { color:#474747;display:block;width:8.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15036;line-height:1.2;letter-spacing:0;top:13.8125rem;left:25.375rem;height:0;font-style:normal;display:none; }
#KBb9KL7Q963P1oDlh6LB2Tmts5liR78y { color:#1341ff;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:12.1875rem;left:25.3125rem;height:0;font-style:normal;display:none; }
#QqpkvSA5iTkQdrfSIOOO9DPqiVLr414H { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:11.4375rem;left:29.6875rem;height:2.25074375rem;font-style:normal;display:block; }
#v1WSmVdBXVSGnDvOUt595bkiDLNr74y7 { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:9.8121185302738rem;left:29.624722480774rem;height:1.3811375rem;font-style:normal;display:block; }
#HC6wUTtIV4UO12BwmlfaxCRbZ0dEOmVC { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15040;line-height:1.2;letter-spacing:0;top:11.4375rem;left:47.375rem;height:2.25074375rem;font-style:normal;display:block; }
#BTnPT8ac0ML4gXiJ0uzFw3TUolydl8nE { color:rgba(var(--color-primary-3),1);display:block;width:12.625rem;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:9.8121185302738rem;left:47.249348640442rem;height:1.3811375rem;font-style:normal;display:block; }
#uxBwoKcUbTa8n6StZJCQF6tfGMOebKdN { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:17rem;left:15.75rem;height:2.762275rem;font-style:normal;display:block; }
#ieSlOC0dCq8lS0KyaguMaTTmi06HeBTM { color:#474747;display:block;width:11.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:19.5rem;left:25.375rem;height:0;font-style:normal;display:none; }
#cad8l3iJRIQipni3nBfCR1HMqLVUUHW2 { position:absolute;display:block;z-index:15042;background-color:#6d6e71;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:34.375rem;top:15.3125rem;left:27.875rem;display:block; }
#iMNaVxkIpq5diqQeAMJu989fm13kq6So { color:rgba(var(--color-primary-3),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:17.125rem;left:29.5rem;height:1.27495625rem;font-style:normal;display:block; }
#SN8Zyumobq1XEJHtmi8l5eT31LwooDic { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:10.9375rem;left:15.75rem;height:2.762275rem;font-style:normal;display:block; }
#LopFTkhipIfENcXrlADsIWIxN2GwoXT9 { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:10.125rem;top:9.25rem;left:14.3125rem;display:block; }
#MalxN3fFPJJmCRdUkyhM5yENuhd9B6Zt { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:18.8125rem;left:29.500000476837rem;height:2.25074375rem;font-style:normal;display:block; }
#ETfs8TqwmCtcybEKsCvn8qaopkJisLKq { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:10.906251907349rem;left:9.5625rem;display:none; }
#OaqG0cRKlTkFU3HhfXUaMzg2McDSyRKS { color:rgba(var(--color-primary-3),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.2;letter-spacing:0;top:17rem;left:47.375002384186rem;height:1.27495625rem;font-style:normal;display:block; }
#deOsvNo98LJ5sNQP8rUJLvSJLkSaqzSK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15040;line-height:1.2;letter-spacing:0;top:18.3984375rem;left:47.562502384186rem;height:2.25074375rem;font-style:normal;display:block; }
#s8Tsr4DtkAy8Am10fJZurw2BpImXadbf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s8Tsr4DtkAy8Am10fJZurw2BpImXadbf > .row .container { background-color: transparent; background-image: none; }#s8Tsr4DtkAy8Am10fJZurw2BpImXadbf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8Tsr4DtkAy8Am10fJZurw2BpImXadbf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8Tsr4DtkAy8Am10fJZurw2BpImXadbf > .row .container > .video-iframe-container { display: none; }#s8Tsr4DtkAy8Am10fJZurw2BpImXadbf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8Tsr4DtkAy8Am10fJZurw2BpImXadbf > .row > .video-iframe-container { display: none; }#s8Tsr4DtkAy8Am10fJZurw2BpImXadbf > .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); }#s8Tsr4DtkAy8Am10fJZurw2BpImXadbf > .row .container { border-width: 0; border-radius: 0; }#s8Tsr4DtkAy8Am10fJZurw2BpImXadbf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s8Tsr4DtkAy8Am10fJZurw2BpImXadbf > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#EkExz4rO4AOCbFRS1uGOZuWwq6TFMmaI { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:5.685546875rem;left:21.40625rem;height:;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ogLkiVM7HR0FEeIUVUlSX4wfgQh55rhU { z-index:15001;top:13.7333984375rem;left:29.5625rem;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#v3lGSC0NFQ0VLBfxaNd99xps21FmU3FL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EtAePESWc3wMkiqk3RZZb1xQCL9KXGvr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EtAePESWc3wMkiqk3RZZb1xQCL9KXGvr > .row .container { background-color: transparent; background-image: none; }#EtAePESWc3wMkiqk3RZZb1xQCL9KXGvr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtAePESWc3wMkiqk3RZZb1xQCL9KXGvr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtAePESWc3wMkiqk3RZZb1xQCL9KXGvr > .row .container > .video-iframe-container { display: none; }#EtAePESWc3wMkiqk3RZZb1xQCL9KXGvr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtAePESWc3wMkiqk3RZZb1xQCL9KXGvr > .row > .video-iframe-container { display: none; }#EtAePESWc3wMkiqk3RZZb1xQCL9KXGvr > .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); }#EtAePESWc3wMkiqk3RZZb1xQCL9KXGvr > .row .container { border-width: 0; border-radius: 0; }#EtAePESWc3wMkiqk3RZZb1xQCL9KXGvr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EtAePESWc3wMkiqk3RZZb1xQCL9KXGvr > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#mQQqz6EBkJCZWGwmTvmLHkhsFumFUttg { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:2.4375rem;left:2.0625rem;display:block; }
#Q18vgQ8CNdCffwy0WgfVKXWDnHi7x1CC { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:4.5rem;left:2.0625rem;display:block; }
#SPRPoBwb6QT8tAuredqKOkZ9yR9o0zT0 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:6.375rem;left:2.125rem;display:block; }
#GZH23ewSyTqrlfg21UvFstV3zohSOuHT { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:3rem;left:4.25rem;height:0.9623rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RRLKz0BWTtnKTMydE5rgxZ4DUf4bVWy1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:4.9375rem;left:4.25rem;height:0.9623rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U0lkUBu7eRuJJQ6USLq1g5ZOXayfR6eV { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:6.875rem;left:4.25rem;height:0.9623rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CWsAkMOWlvVZKSprJ64AOdDQC69Q3p22 { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#XGThppIe8gfrATHVOol3yIbAuVy4B3Uu { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:5.125rem;left:71.0625rem;display:block; }
#ISoS7NWLv8ut4S6ArtIItoKnoiZtIMTB { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:5.5rem;left:69rem; }
#ISoS7NWLv8ut4S6ArtIItoKnoiZtIMTB > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; }#GpqfMyoyB5sVG5k8DBGlwtFUHzl8B90E { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.625rem;left:55.375rem;height:1.13736875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#zvnd8UyalObNvTQ8LKZ1BLfcfNVchZB4 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:5.0625rem;left:66.375rem;display:block; }
#ceLn4ETltdvqqH7ZCWSdCSSeXslLa3xT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:5.4375rem;left:64.3125rem; }
#ceLn4ETltdvqqH7ZCWSdCSSeXslLa3xT > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#XV9EhTugOLtciVqVZx2z2vCRe5gvsQqu { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:5.125rem;left:61.75rem;display:block; }
#n3TXWEQDl41nFeSb5hWUdwRzrmdnNDny { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#n3TXWEQDl41nFeSb5hWUdwRzrmdnNDny > .row .container { background-color: transparent; background-image: none; }#n3TXWEQDl41nFeSb5hWUdwRzrmdnNDny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3TXWEQDl41nFeSb5hWUdwRzrmdnNDny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3TXWEQDl41nFeSb5hWUdwRzrmdnNDny > .row .container > .video-iframe-container { display: none; }#n3TXWEQDl41nFeSb5hWUdwRzrmdnNDny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3TXWEQDl41nFeSb5hWUdwRzrmdnNDny > .row > .video-iframe-container { display: none; }#n3TXWEQDl41nFeSb5hWUdwRzrmdnNDny > .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); }#n3TXWEQDl41nFeSb5hWUdwRzrmdnNDny > .row .container { border-width: 0; border-radius: 0; }#n3TXWEQDl41nFeSb5hWUdwRzrmdnNDny > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n3TXWEQDl41nFeSb5hWUdwRzrmdnNDny > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#xpQJw9KqMWarvO5anoarEKWC4HKdJ1xn { color:rgba(var(--color-tertiary-3),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.54296875rem;left:57.5rem;height:0.975325rem;text-align:right;text-align-last:right;display:block; }
#G5k5UqMVzz3JFgRVvahydUzKiIpHOK2W { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:10.6875rem;top:1.28125rem;left:2.34375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yk8ZvNJpu4cmTR6Q4zCD27eN2HytrKys { display:block; }#yk8ZvNJpu4cmTR6Q4zCD27eN2HytrKys > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CISgT1bK2pRWp1XdrHc6vHDTN88cHLr4 { top:1.6875rem;left:0rem;width:12.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb { display:block; }#CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlwtUFLhb72rTUBuoeQ8ArIUK4mzBn6K { width:12.625rem;height:2.8125rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ84LOuJ2LozHVAXCJNuTV9LJQarKFEU { display:block; }
 }@media only screen and (max-width: 763px) { #ZBBVePTibr7cfTGvwoFDlpQzsSdqLqB8 { top:10rem;left:0rem;width:27.8125rem;height:5.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz8dfJy1BnNZPxETMtHelvVBtUlCtyAD { top:7.3125rem;left:0rem;width:17.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSvMtTgsRTKsb0KdqZ4QUne4a3wQsvPR { display:block; }#SSvMtTgsRTKsb0KdqZ4QUne4a3wQsvPR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDKMVapu3M7gd5TBxpaQnO9GDwXtd2QF { top:9.625rem;left:0rem;width:16.875rem;height:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDokkXVnA7moQpmGJHzoVGMAgFDNR8d0 { top:9.625rem;left:14.8125rem;width:18.375rem;height:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6vDSzhzE3XgLcZdTWm4rJvrU3P9xkLk { top:9.625rem;left:32.9375rem;width:14.8125rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPyTUHPCxe78LBu0Sb30vnDt1PAGiXAF { top:5rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L288r7Qt98z904QTFNAhI00ScMLEta5q { top:5rem;left:14.8125rem;width:5.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LePMbAu2CTTt3TnWbmRPF8w6byzxce0k { top:5rem;left:34.6875rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfZfTiXKRr2A2fT4M1uTqHbntQWDpeLx { top:7.25rem;left:0rem;width:20rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGmItohNJaibCTnbXMetOKBd5MksECvi { top:7.25rem;left:13.8125rem;width:20rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTpOoccUg9c1bT3UrsLbhtzaToA9IATD { top:7.25rem;left:27.75rem;width:20rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsnUbn7kPly9bu8OuV405rHTBt9Hca46 { display:block; }#vsnUbn7kPly9bu8OuV405rHTBt9Hca46 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x2QzyZRWKcxGUVfuAnrqRzzEXdVsgc9F { top:42.25rem;left:15.1875rem;width:17.375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM8exA9eTo7VEh7eOto6p7gBRoO47XM9 { top:46rem;left:16.25rem;width:13rem;height:4.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG6D3i8W2TLp6erT7qLUCo8KFtQ6dbOp { top:15.6875rem;left:16.28125rem;width:13.9375rem;height:4.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMpcuuPVgeFq1EaV7bn5ZT0S3ImXwsVl { top:11.9375rem;left:0rem;width:17.375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #isJucnrVcuelLrfwy1SWI932wGHkGzfb { top:43.4375rem;left:16.25rem;width:12.3125rem;height:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA5h6wsCXoGK740aJ2cOe2Lif9qAJiDC { top:13.125rem;left:16.1875rem;width:10rem;height:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3Zq9KJxB0KfgDw0cKf3p5UVrlT2AxVL { top:13.125rem;left:0rem;width:13.5625rem;height:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1IzhMEytSbl52iXw1tpvhBXyKDO31BJ { top:15.6875rem;left:0rem;width:15.125rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF6o8hQKTOodLc7iafFODUCqhu4fluv1 { top:4.5625rem;left:0rem;width:37.625rem;height:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6Lb22IzAbSr8pTLgXbSIm1qusfq7Jy0 { top:27.1875rem;left:0rem;width:17.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwwOBBfwcbRVQdokIEX0xMI5178qI1lx { top:30.3125rem;left:0rem;width:17.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xINLqo4G5BKoAHx7wF1Im65pSOXumPk3 { top:33.4375rem;left:0rem;width:17.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7To8veg3Z1wXs5VksuTs6uqDXD9GlvP { top:28.1875rem;left:0rem;width:6.6875rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2sLvEyXwql77Mc0qax3Xx86PlyDAd0s { top:30.875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXvMpJJ4kv6kPANIHnePC97moaJSbR1l { top:30.75rem;left:0rem;width:12rem;height:2.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3O3qk8GDPkLSHQl4C5g2i1V3Tq3kRRH { top:34.0625rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZomZJew5MTcs6aMNlqlVgUCD0Vqgq1Xw { top:34.5rem;left:0rem;width:11.5625rem;height:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #duikmG9lQTvsQZfLDQpvgIB8HC9EHpUG { top:36.5rem;left:0rem;width:17.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N02b3Gp4gg2diAWic8vZaQoGuu4VLioW { top:37.625rem;left:0rem;width:11.0625rem;height:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6APTiw8pmx5R4oM9vUTiFxPKShJVWLk { top:58.1875rem;left:15.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7etf48H6bEQFaNd8NyVbM3RyHU8pIPg { top:57.5625rem;left:15.1875rem;width:17.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnMPlmSuHTIQlLbb4LNwIpbotivGvuX4 { top:60.625rem;left:15.1875rem;width:17.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKvFTSP83iaK6scDwIfIoSVBCrDatV3e { top:63.75rem;left:15.1875rem;width:17.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX5oAD21L56PCaaXVy1PiuwJUwinxCwB { top:58.5625rem;left:18.5625rem;width:6.8125rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc7bCWfk2zkNcgpPXPiiLPPgzL2dTRSK { top:61.25rem;left:15.9375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MThaGdsoR5AsPQIC0F5vTaAHl88d5QD0 { top:61.6875rem;left:18.5625rem;width:10.0625rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzUreustkdvhgGAE4O8rAAgEVXNcgGL3 { top:64.4375rem;left:15.9375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH6ANTzm6Io5kKLBcOhVxwd3B7iwAkQM { top:64.875rem;left:18.5625rem;width:9.5625rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1EEaJT8d5w4rBy3skON2AAGaHZ8QUHn { top:66.875rem;left:15.1875rem;width:17.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHMvv4mSa1qsE8xs6yRrGVv0USzkzkv2 { top:67.4375rem;left:15.9375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI7vuT0QE5sxHtnnuPaeuZN0qkLA6ifo { top:68rem;left:18.5625rem;width:8.25rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IosDx25mPfPrvNPoIOS27fd7b1uhh7cd { top:11.9375rem;left:15.1875rem;width:17.375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmpcwKPmUC8Nb0SuWbWXFtSRrPcPvNxQ { top:27.1875rem;left:15.1875rem;width:17.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETBAicBJTlIudvsGFAEt1hbIHsFFKHtF { top:30.3125rem;left:15.1875rem;width:17.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNvmZl7qgnXh1g5eZW0nDi23BfKzWZzZ { top:27.875rem;left:16rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgtp91CXSnd6vNi8vC4IqC6bWgQqQ7P3 { top:30.875rem;left:16rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJPkJ3nRz8pXGmV58ZJeWFywSp92p5AB { top:33.4375rem;left:15.1875rem;width:17.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIT8mIeHVmzIsuRmmXLX5K1Osx8diE8d { top:34.0625rem;left:16.0625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV2kpsIE5H0KTBWgSgH0Td6PBwoTrhUm { top:28.1875rem;left:18.6875rem;width:8.375rem;height:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inIMfPEdLhnecOsywsVlw5ctgX2Pxk0G { top:31.3125rem;left:18.6875rem;width:7.8125rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGBpRDxyZSTI0g4qvoQwmXpTSpne1iye { top:34.5rem;left:18.6875rem;width:12.75rem;height:2.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb4hAKlyRWfTvdIzMxT3qikitBl6oyJy { top:36.5rem;left:15.1875rem;width:17.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIGgWBrNuvaUK1ys70NXq6e3b1QGJTtH { top:37.625rem;left:18.6875rem;width:10.875rem;height:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5yQxqDKtehKWLoOoSOLfy2UBfD46EFn { top:42.25rem;left:0rem;width:17.375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwPfJI7TQkRmCqzkmTTqiPdsCAyO8wwl { top:43.4375rem;left:0rem;width:15rem;height:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNcazZ7RuiWRJSPq9bksoU7iMEICCAw8 { top:48.25rem;left:0rem;width:13.5rem;height:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRz8keIMPZnyES7W2e1UDts29UbZKlFD { top:57.5rem;left:0rem;width:17.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpaeMq9wLQ60NJwWdvi4RrRACtuh7mdw { top:60.625rem;left:0rem;width:17.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPCWeJPQt8UyamAWc7O3Z0Nwn1TMaoUZ { top:58.5rem;left:0rem;width:9.625rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CER7d9DwZSHTmiTKRo7wGBszFMFGmiX1 { top:61.625rem;left:0rem;width:11.6875rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqxWUasrphugvm8SIBq6WF1y5E99MGMx { top:63.75rem;left:0rem;width:17.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2ky6tZ063ILLSigwlSqQlG8sqcvZsuM { top:64.8125rem;left:0rem;width:7.9375rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOXC1TGbtMLK4RWGAkaoCC0EiDRSRx3O { top:66.8125rem;left:0rem;width:17.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqdBkzDZAqExUDLxG70Tix0cCvgVCobz { top:67.9375rem;left:0rem;width:8.0625rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ5TNOF3F18Jl9BPLqBVV5iCl9QHTZG0 { top:37.0625rem;left:16.0625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P47nTihNWBUUP9zOTzFpczSnfaNgP9nl { top:61.1875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUKf1y5GONNMHs1foOvBShPBexla1Sp8 { top:64.375rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8Wgh8rwfu2e9G2cbtrGwQHPw8cpSR45 { top:67.375rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRhVHJWFx0oLxikIG5H2n6DCLtVHO4ol { top:66.875rem;left:30.375rem;width:17.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTRW4PmrE6BlPdS8SWbO9GLW1GAa6hwG { top:68rem;left:39.75rem;width:7.6875rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NICnC1UlkkAMS0WxE1cCxM2v7ZpWdTZ4 { top:63.75rem;left:30.375rem;width:17.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTBl0w0ffwBTpcyoaXNoA3zsZBoaxpSm { top:64.875rem;left:36.1875rem;width:11.5625rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuvcg4VgphHLkI0TpoAhGk1OlBFXEGcI { top:60.625rem;left:30.375rem;width:17.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #isScvevO9CTpU3swkT17iSIER5ZIcT8s { top:61.6875rem;left:39.75rem;width:5.1875rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXM2PT7eU77ClmKeSKCi5IWPEnygyC2N { top:57.5625rem;left:30.375rem;width:17.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgcwpmchbDasPNIyNiUsXA54eKqrn1e4 { top:58.5625rem;left:39.75rem;width:7.0625rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX3ONTOKCsWATFktQ4DeRkXhgFw6R5Sb { top:42.25rem;left:30.375rem;width:17.375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytdy2ZdHxvAlrxaifocNkntRhzLpJJ9d { top:46rem;left:34.4375rem;width:13.3125rem;height:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf0V7JdpQWiAz3GTeS5oJLJGV3fFZHpF { top:58.1875rem;left:37.1875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngl5M4K5vH4oaRrTO8nJZkR3rJBJIMMq { top:61.25rem;left:37.25rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWe9H3qMwkEPyWOuGg0vV8kQloNHGJed { top:64.4375rem;left:37.25rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB3y5Bvk2JzedMhowysCFGkvDi1XR69G { top:67.4375rem;left:37.3125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpt59v1FfLBSJzvPEDtrbO3mBSsFfTA3 { top:43.4375rem;left:34.1875rem;width:13.5625rem;height:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrrBg1lAOa9hKKJLeBuHFvpSyagSylRZ { top:27.875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PifwJbn6orIQGLLzwNbfb5kyrw0VLHhh { top:37.0625rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shNk4QsP0A7Swkqw8McXmwCa18v1o3l9 { top:36.5625rem;left:30.375rem;width:17.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC5mheWobdrv7WDNNvpTtDBTpfTMPUJ0 { top:33.5rem;left:30.375rem;width:17.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiFHkH78Oq3MpX9ZeRdzEw8x7zdzPugh { top:30.375rem;left:30.375rem;width:17.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd2FcwUzckEbGnRSkGRNDwACStgBk4cg { top:34.5625rem;left:39.8125rem;width:7.9375rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnWQDTbl0CLQwZ8Sh10TJBU7pQnIsQX3 { top:37.6875rem;left:39.6875rem;width:8.0625rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2ZiglRFxTf8ZRgQRqoIQtRE6SXhiURR { top:31.375rem;left:39.6875rem;width:8.0625rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAQhJNflrJBzJLTtmZL00fULxxgx5NPb { top:27.25rem;left:30.375rem;width:17.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #samQxEKlDfvPdiDLQuIZ6O5iZ0GUUFfK { top:28.25rem;left:40rem;width:6.625rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq7Tx17TgQW7dBG259b1vlBRIGyeA1G3 { top:11.9375rem;left:30.375rem;width:17.375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5iBfTFBOdp8izty4mA8i4QwwncBt0ZL { top:30.9375rem;left:37.25rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXxNDbZcKpePiOAobHTN6bR7vfKVbNK9 { top:34.125rem;left:37.3125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmeyxMPgqFJidIgl7gB4ebKEgThMWRUE { top:37.125rem;left:37.3125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8sen6TcKLQVRZWKITIW2cURpGDnyGAd { top:27.875rem;left:37.1875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgXo3Qsz0wtzhHfzJetxhBsp9gXtrHBB { top:17.8125rem;left:34.625rem;width:13.125rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZcptdE8hx2ICirJKcO90amstNAk7ckd { top:13.125rem;left:37.0625rem;width:10.6875rem;height:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCJRwPfWTnfK1HEkPcpTve4M3xqnSG5a { top:58.125rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZUISHGvRFA2FwUxySxfaZzo0n3OGeSL { width:15.625rem;height:24.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LNXlEql8uLKn0MunrbqdXCHgeUpH4ndJ { width:15.625rem;height:19.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHl8WGlDfobQLglS0OkFBsuTJAM8PlNI { width:15.625rem;height:20.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lv3uFbLMZUTvxybx6VJ73B1l86T2Vinp { width:14.375rem;height:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xWoikx9BpnQWOHgqoccWNf6dOKhCClmw { width:14.25rem;height:18.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvTcTJC5rzcKspVbH5KqfezTrW91feHT { width:13rem;height:18.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sg3lqaXOp78cLlEaC0InU1VgkhXgqLr8 { display:block; }#sg3lqaXOp78cLlEaC0InU1VgkhXgqLr8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rq4tqcSIFdBPW7Oi4B9gf6OweoG7st6e { top:11.9375rem;left:9.375rem;width:15.6875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ6Qe57TplKawXcXgnQNSaZRl132LOkG { top:17.25rem;left:11.4375rem;width:11.4375rem;height:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f20nJ6iuTbcKL7E1I08I3vCU0651kZS7 { top:17.25rem;left:26.40625rem;width:11.4375rem;height:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFFzSabSrRrHrv8846mTJ1fv6qqIibDL { top:11.9375rem;left:0rem;width:15.5rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKFQ7OCUNRusaFvf2N3qSuws2wndZMOm { top:13.5rem;left:11.4375rem;width:12.3125rem;height:2.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2oqSKb3L02SGcxeFf5EBCWl2q6TrmLb { top:13.375rem;left:26.3125rem;width:10rem;height:2.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIykQDSW3qdnIEPhORbQtTXnD4li3WUI { top:13.4375rem;left:0rem;width:13.5625rem;height:2.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0CNZHFMFyp01akpPTscpi7QzBenDDgm { top:17.25rem;left:0rem;width:12.5rem;height:7.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2wHl68r3R4pzQGRryJ6MmHQwJzMDZ0T { top:4.5625rem;left:0rem;width:37.625rem;height:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKcWuiSc8RnaTuoOT1HiHnmq2BUstcr1 { top:27.0625rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqMLdVELTmttF8pJJtM5HV70XZBzPa7I { top:26.6875rem;left:0rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDxOKAJWQZDlCia4hltvPOfV7Jg7Ql3i { top:29.5rem;left:0rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOJCw9WJfPJpcDINFEMTiQhVxK4vKUgZ { top:32.5rem;left:0rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxyEbrXHwodK4JCRrwWMGFBE3nZXzFFN { top:27.5625rem;left:0rem;width:5.1875rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzNJnwnA6RuznPCmdkguz1TOlQmfE6WU { top:30.0625rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhTdBucfUMkp5GTaGaTMSatLuHqUbI3Z { top:30.625rem;left:0rem;width:5.1875rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6PeM8K8JCqCt1fFsWLAWZwrrAiJZfyc { top:33.1875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl8GcDIWqNpyp7Ahf7DMTORsv9lulXyy { top:33.5625rem;left:0rem;width:11.5625rem;height:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUCQX3VdfuMhWNmz9oKVPTEpLWMZPsDb { top:36.25rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXnPT3tXgNfd4ETwxlV6ozsyc0yDXf5C { top:35.625rem;left:0rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfsTGb2ZE5iIp8pMCvxcnVBVqgc4ncq7 { top:36.75rem;left:0rem;width:7.6875rem;height:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUQb6A1GhvNKnkZ4w0PATCbW5aoyu5g5 { top:27.0625rem;left:11.125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9XAMseptwGzrZueqR51LpaWOO6CQJhQ { top:26.6875rem;left:9.5rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxtS7qbkxgvFJptm8zG6UgGg2wmTKLrL { top:29.5rem;left:9.5rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZGewS9ZoulzSDCbRs662P0WKhcteEk6 { top:32.5rem;left:9.5rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh79L5TMesTTQQw4o4BhowOgn9yn4HP3 { top:27.5625rem;left:13.8125rem;width:5.1875rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLrnUThRKP7yzxcXBpEVRpRgvCGLWUaK { top:30.0625rem;left:11.1875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOrSinrw2gKnNX4B2uwOJf9FiGlFn7sI { top:30.625rem;left:13.8125rem;width:10.0625rem;height:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSF4sP93h4k6MgtwG6IthxkuMIxbMr0M { top:33.125rem;left:11.1875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKs0LaHuGXAQ59OCz1TgcrQoTiilRyTl { top:33.625rem;left:13.8125rem;width:9.5625rem;height:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQTT0ZaPZEbQqT4CdQu8hVET1ZClIttH { top:35.625rem;left:9.5rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1QKduLHZVglqMr5ptGcrmUzwRl4c2MU { top:36.1875rem;left:11.1875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgsuT4kHg7P6vg7rtVnqbyVhVTeHQbAR { top:36.6875rem;left:13.8125rem;width:8.25rem;height:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt0C14AgtnOo4Ini5HiUN0bWsoBfNJZd { top:11.9375rem;left:25.0625rem;width:15.6875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySggegdidTUnZ4A6X4qqzOTGBRDZIb8F { top:26.6875rem;left:25.125rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpAhgc0T91ammJboBrtF8Xthvat7hAwZ { top:29.5rem;left:25.125rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqcCo8SvqE28UM2UHX6KWxUOmQcfkCh1 { top:27.0625rem;left:26.125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhVp5FQlVymUNEz6IldC3aTgGTFqpi7W { top:30.0625rem;left:26.125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLyD3Sq73BXUelZe1dctOGVJNaIBTJ7g { top:32.5rem;left:25.125rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aitnu8sCoKPtHMDXL5t0OfOVxRRTvTGM { top:33.1875rem;left:26.125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2e2XwRimcrzVU65iz6bt7g7OlxL4JaX { top:27.5625rem;left:28.625rem;width:5.1875rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6uC9TsGKwKi6uRXev0hiTvN9eWS63Kv { top:30.625rem;left:28.625rem;width:7.8125rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq1tJlDZGpTpoJa8nxL3vt0g6doIs3TX { top:33.625rem;left:28.625rem;width:12.75rem;height:2.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVXrcqs3FmNrWy9b5f0ABdz8pABDJfHG { top:35.625rem;left:25.125rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWrPR0TzN38skGxsCJMCgdNTpFASPf6x { top:36.75rem;left:28.625rem;width:10.875rem;height:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9aV9mz9hd1HVJ2Ee4lNz8LG4qm0yN4A { top:11.9375rem;left:34.5625rem;width:13.1875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lhp8JE67y3CW1xwtgVOiHT8ArGCgFdG2 { top:13.4375rem;left:35.4375rem;width:10.6875rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPI41HpcWcPWAlhduTAIgitQ0GQnyvvh { top:17.25rem;left:37.5rem;width:10.25rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZq6KhuE1JU0nJwHbhlnbxfzHvlcMfPZ { top:26.6875rem;left:30.6875rem;width:17.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAc53QwTdJF4Eh2fXxAPn6Zqk1IxfEOq { top:29.5rem;left:30.6875rem;width:17.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFHdX3AMpgkARsq6A2nrmmvi9QTLcoPT { top:27.5625rem;left:42.5625rem;width:5.1875rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC49Nyy4lqWavF4ggea7rpg9U0OiAJp3 { top:30.4375rem;left:39.6875rem;width:8.0625rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNtECxNVOUauFXwzBWPVHaGSdDehSXtT { top:32.4375rem;left:30.6875rem;width:17.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOp91iS4rezTE6rTsgbqI6J3qzIOa3Sh { top:33.625rem;left:39.8125rem;width:7.9375rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn13oiNpTSX7ShBKoM2MI1QgSEi8787n { top:35.5625rem;left:33.6875rem;width:14.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gux0yaZhxk32fHuWit29VZ64c7e22Ihb { top:36.75rem;left:39.6875rem;width:8.0625rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #limawhf2vz3t1i2Ub63y7ElENcTMxXGv { top:36.25rem;left:26.125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4yfOtohBCVc2ZCzFXT925LKrAyOhJwe { top:27.0625rem;left:41.6875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkVuV1CyOTQ6ckerG332DmDrVoImnkc6 { top:29.9375rem;left:41.75rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsrXIEB4cUFIQC9VlTT6Tg9MAeg5cfTI { top:33rem;left:41.8125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkxJb5PR1WoaUUfOcskMCu9qP77mRaxs { top:36.1875rem;left:41.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWKvRbpAC43WkJNQKP6c4RiPgMWddbL5 { display:block; }#BWKvRbpAC43WkJNQKP6c4RiPgMWddbL5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yG4wwdOZcJqTlenIoODxD3RHHwSP8ZXn { top:3.6875rem;left:0.812004506588rem;width:19.125rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4X5CelTmkc2tzogETAXWhBG08zFCmXE { top:13.8125rem;left:11.75rem;width:8.625rem;height:2.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBb9KL7Q963P1oDlh6LB2Tmts5liR78y { top:12.1875rem;left:11.6875rem;width:10.5625rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqpkvSA5iTkQdrfSIOOO9DPqiVLr414H { top:11.375rem;left:16.061880528927rem;width:12.1875rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1WSmVdBXVSGnDvOUt595bkiDLNr74y7 { top:9.75rem;left:15.999722480774rem;width:12.5rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC6wUTtIV4UO12BwmlfaxCRbZ0dEOmVC { top:11.375rem;left:33.74975246191rem;width:13.125rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTnPT8ac0ML4gXiJ0uzFw3TUolydl8nE { top:9.75rem;left:33.624348640442rem;width:12.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxBwoKcUbTa8n6StZJCQF6tfGMOebKdN { top:17rem;left:2.125rem;width:7.875rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieSlOC0dCq8lS0KyaguMaTTmi06HeBTM { top:19.5rem;left:11.75rem;width:11.4375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cad8l3iJRIQipni3nBfCR1HMqLVUUHW2 { top:15.3125rem;left:13.375rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMNaVxkIpq5diqQeAMJu989fm13kq6So { top:17.0625rem;left:15.874628484249rem;width:14.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN8Zyumobq1XEJHtmi8l5eT31LwooDic { top:10.9375rem;left:2.125rem;width:7.75rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LopFTkhipIfENcXrlADsIWIxN2GwoXT9 { top:9.25rem;left:0.6875rem;width:10.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MalxN3fFPJJmCRdUkyhM5yENuhd9B6Zt { top:18.8125rem;left:15.875000476837rem;width:12.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETfs8TqwmCtcybEKsCvn8qaopkJisLKq { top:10.875rem;left:0rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OaqG0cRKlTkFU3HhfXUaMzg2McDSyRKS { top:16.9375rem;left:33.4375rem;width:14.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #deOsvNo98LJ5sNQP8rUJLvSJLkSaqzSK { top:18.375rem;left:33.937502384186rem;width:12.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8Tsr4DtkAy8Am10fJZurw2BpImXadbf { display:block; }#s8Tsr4DtkAy8Am10fJZurw2BpImXadbf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EkExz4rO4AOCbFRS1uGOZuWwq6TFMmaI { top:5.625rem;left:7.7812504172325rem;width:32.125rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogLkiVM7HR0FEeIUVUlSX4wfgQh55rhU { top:13.6875rem;left:15.9375rem;width:15.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3lGSC0NFQ0VLBfxaNd99xps21FmU3FL { display:block; }
 }@media only screen and (max-width: 763px) { #EtAePESWc3wMkiqk3RZZb1xQCL9KXGvr { display:block; }#EtAePESWc3wMkiqk3RZZb1xQCL9KXGvr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQQqz6EBkJCZWGwmTvmLHkhsFumFUttg { top:2.4375rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q18vgQ8CNdCffwy0WgfVKXWDnHi7x1CC { top:4.5rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPRPoBwb6QT8tAuredqKOkZ9yR9o0zT0 { top:6.375rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZH23ewSyTqrlfg21UvFstV3zohSOuHT { top:3rem;left:0rem;width:23.25rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRLKz0BWTtnKTMydE5rgxZ4DUf4bVWy1 { top:4.9375rem;left:0rem;width:12.75rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0lkUBu7eRuJJQ6USLq1g5ZOXayfR6eV { top:6.875rem;left:0rem;width:14.75rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWsAkMOWlvVZKSprJ64AOdDQC69Q3p22 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #XGThppIe8gfrATHVOol3yIbAuVy4B3Uu { top:5.125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISoS7NWLv8ut4S6ArtIItoKnoiZtIMTB { top:5.5rem;left:46.625rem;width:1.125rem;height:1.125rem;display:block; }
#ISoS7NWLv8ut4S6ArtIItoKnoiZtIMTB > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; } }@media only screen and (max-width: 763px) { #GpqfMyoyB5sVG5k8DBGlwtFUHzl8B90E { top:3.625rem;left:30.5rem;width:17.25rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvnd8UyalObNvTQ8LKZ1BLfcfNVchZB4 { top:5.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceLn4ETltdvqqH7ZCWSdCSSeXslLa3xT { top:5.4375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#ceLn4ETltdvqqH7ZCWSdCSSeXslLa3xT > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #XV9EhTugOLtciVqVZx2z2vCRe5gvsQqu { top:5.125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3TXWEQDl41nFeSb5hWUdwRzrmdnNDny { display:block; }#n3TXWEQDl41nFeSb5hWUdwRzrmdnNDny > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpQJw9KqMWarvO5anoarEKWC4HKdJ1xn { top:1.5rem;left:32.5rem;width:15.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5k5UqMVzz3JFgRVvahydUzKiIpHOK2W { top:1.25rem;left:0rem;width:10.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yk8ZvNJpu4cmTR6Q4zCD27eN2HytrKys { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#yk8ZvNJpu4cmTR6Q4zCD27eN2HytrKys > .row .container { background-color: transparent; background-image: none; }#yk8ZvNJpu4cmTR6Q4zCD27eN2HytrKys::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yk8ZvNJpu4cmTR6Q4zCD27eN2HytrKys > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yk8ZvNJpu4cmTR6Q4zCD27eN2HytrKys > .row .container > .video-iframe-container { display: none; }#yk8ZvNJpu4cmTR6Q4zCD27eN2HytrKys > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yk8ZvNJpu4cmTR6Q4zCD27eN2HytrKys > .row > .video-iframe-container { display: none; }#yk8ZvNJpu4cmTR6Q4zCD27eN2HytrKys > .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); }#yk8ZvNJpu4cmTR6Q4zCD27eN2HytrKys > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CISgT1bK2pRWp1XdrHc6vHDTN88cHLr4 { width:12.5625rem;height:2.6875rem;top:1rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2880015c-a14e-4b5f-ace2-f1e29978dd6d/HTMLyLandingCursosPosgrado2024_FondoLandingMobile.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb.adaptive-delivery-prevent-bg, #CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb.lazyload, #CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb.lazyloading { background-image: none; }#CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb > .row .container { background-color: transparent; background-image: none; }#CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,113,206,0.85); }#CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb > .row .container > .video-iframe-container { display: none; }#CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,113,206,0.85); }#CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb > .row > .video-iframe-container { display: none; }#CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb > .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); }#CvtMCiT1y1xgctKJhfc28RAnsf3P9KDb > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlwtUFLhb72rTUBuoeQ8ArIUK4mzBn6K { width:11.9375rem;height:2.4375rem;top:8.1875rem;left:3.9375rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PQ84LOuJ2LozHVAXCJNuTV9LJQarKFEU { display:block; }
 }@media only screen and (max-width: 763px) { #ZBBVePTibr7cfTGvwoFDlpQzsSdqLqB8 { width:16rem;height:3.09375rem;top:4.125rem;left:1.9375rem;font-size:2.8125rem;text-align:center;text-align-last:center;line-height:1.1;color:#ffffff;text-shadow:0.125rem 0.125rem 0.625rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Iz8dfJy1BnNZPxETMtHelvVBtUlCtyAD { width:17.4375rem;height:1.13671875rem;top:2.625rem;left:1.25rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;text-shadow:0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #SSvMtTgsRTKsb0KdqZ4QUne4a3wQsvPR { background-color:#f2f2f2;background-image:none;display:block; }#SSvMtTgsRTKsb0KdqZ4QUne4a3wQsvPR > .row .container { background-color: transparent; background-image: none; }#SSvMtTgsRTKsb0KdqZ4QUne4a3wQsvPR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSvMtTgsRTKsb0KdqZ4QUne4a3wQsvPR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSvMtTgsRTKsb0KdqZ4QUne4a3wQsvPR > .row .container > .video-iframe-container { display: none; }#SSvMtTgsRTKsb0KdqZ4QUne4a3wQsvPR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSvMtTgsRTKsb0KdqZ4QUne4a3wQsvPR > .row > .video-iframe-container { display: none; }#SSvMtTgsRTKsb0KdqZ4QUne4a3wQsvPR > .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); }#SSvMtTgsRTKsb0KdqZ4QUne4a3wQsvPR > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDKMVapu3M7gd5TBxpaQnO9GDwXtd2QF { width:16rem;height:5.68359375rem;top:5.25rem;left:2rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QDokkXVnA7moQpmGJHzoVGMAgFDNR8d0 { width:15.6875rem;height:5.68359375rem;top:15.5498046875rem;left:2.15625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N6vDSzhzE3XgLcZdTWm4rJvrU3P9xkLk { width:16.5625rem;height:3.41015625rem;top:25.7490234375rem;left:1.71875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WPyTUHPCxe78LBu0Sb30vnDt1PAGiXAF { width:12.5rem;height:1.29980625rem;top:2.5869140625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L288r7Qt98z904QTFNAhI00ScMLEta5q { width:12.5rem;height:1.29980625rem;top:12.63671875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LePMbAu2CTTt3TnWbmRPF8w6byzxce0k { width:12.5rem;height:1.29980625rem;top:23rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DfZfTiXKRr2A2fT4M1uTqHbntQWDpeLx { width:15.625rem;height:0.125rem;top:4.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGmItohNJaibCTnbXMetOKBd5MksECvi { width:15.625rem;height:0.125rem;top:14.5498046875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTpOoccUg9c1bT3UrsLbhtzaToA9IATD { width:15.625rem;height:0.125rem;top:24.8623046875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsnUbn7kPly9bu8OuV405rHTBt9Hca46 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vsnUbn7kPly9bu8OuV405rHTBt9Hca46 > .row .container { background-color: transparent; background-image: none; }#vsnUbn7kPly9bu8OuV405rHTBt9Hca46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsnUbn7kPly9bu8OuV405rHTBt9Hca46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsnUbn7kPly9bu8OuV405rHTBt9Hca46 > .row .container > .video-iframe-container { display: none; }#vsnUbn7kPly9bu8OuV405rHTBt9Hca46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsnUbn7kPly9bu8OuV405rHTBt9Hca46 > .row > .video-iframe-container { display: none; }#vsnUbn7kPly9bu8OuV405rHTBt9Hca46 > .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); }#vsnUbn7kPly9bu8OuV405rHTBt9Hca46 > .row .container { border-width: 0; border-radius: 0; }#vsnUbn7kPly9bu8OuV405rHTBt9Hca46 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vsnUbn7kPly9bu8OuV405rHTBt9Hca46 > .row .container { width:20rem;height:147.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x2QzyZRWKcxGUVfuAnrqRzzEXdVsgc9F { width:12.5rem;height:10.0625rem;top:38.0625rem;left:3.75rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #qM8exA9eTo7VEh7eOto6p7gBRoO47XM9 { width:10.5rem;height:4.87305rem;top:41.8125rem;left:4.75rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #BG6D3i8W2TLp6erT7qLUCo8KFtQ6dbOp { width:10.5rem;height:4.87305rem;top:61.9375rem;left:4.75rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #DMpcuuPVgeFq1EaV7bn5ZT0S3ImXwsVl { width:12.5rem;height:11.625rem;top:8.25rem;left:3.75rem;z-index:14999;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #isJucnrVcuelLrfwy1SWI932wGHkGzfb { width:11.3125rem;height:2.0625rem;top:39.25rem;left:4.34375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XA5h6wsCXoGK740aJ2cOe2Lif9qAJiDC { width:10rem;height:1.9931625rem;top:59.5rem;left:5rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #K3Zq9KJxB0KfgDw0cKf3p5UVrlT2AxVL { width:10.5rem;height:0;top:9.3125rem;left:4.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #n1IzhMEytSbl52iXw1tpvhBXyKDO31BJ { width:10.375rem;height:0;top:11.625rem;left:4.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #oF6o8hQKTOodLc7iafFODUCqhu4fluv1 { width:15.6875rem;height:4.5rem;top:2.25rem;left:2.15625rem;font-size:1.25rem;color:#000000;font-weight:400;font-style:normal;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6Lb22IzAbSr8pTLgXbSIm1qusfq7Jy0 { width:12.5rem;height:1.875rem;top:19.8125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FwwOBBfwcbRVQdokIEX0xMI5178qI1lx { width:12.5rem;height:1.875rem;top:21.6875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xINLqo4G5BKoAHx7wF1Im65pSOXumPk3 { width:12.5rem;height:1.875rem;top:23.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7To8veg3Z1wXs5VksuTs6uqDXD9GlvP { width:5.1875rem;height:1.7871125rem;top:20.3125rem;left:6.1875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D2sLvEyXwql77Mc0qax3Xx86PlyDAd0s { width:1.375rem;height:1.375rem;top:21.8125rem;left:4.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXvMpJJ4kv6kPANIHnePC97moaJSbR1l { width:5.1875rem;height:0;top:22.1875rem;left:6.4375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3O3qk8GDPkLSHQl4C5g2i1V3Tq3kRRH { width:1.375rem;height:1.375rem;top:23.75rem;left:4.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZomZJew5MTcs6aMNlqlVgUCD0Vqgq1Xw { width:9.75rem;height:0;top:24.0625rem;left:6.3125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #duikmG9lQTvsQZfLDQpvgIB8HC9EHpUG { width:12.5rem;height:1.875rem;top:25.4375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N02b3Gp4gg2diAWic8vZaQoGuu4VLioW { width:7.6875rem;height:0;top:25.9375rem;left:6.3125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V6APTiw8pmx5R4oM9vUTiFxPKShJVWLk { width:1.5625rem;height:1.5625rem;top:48.0625rem;left:4.3125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D7etf48H6bEQFaNd8NyVbM3RyHU8pIPg { width:12.5rem;height:1.875rem;top:48.0625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LnMPlmSuHTIQlLbb4LNwIpbotivGvuX4 { width:12.5rem;height:1.875rem;top:49.9375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKvFTSP83iaK6scDwIfIoSVBCrDatV3e { width:12.5rem;height:1.875rem;top:51.8125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NX5oAD21L56PCaaXVy1PiuwJUwinxCwB { width:5.1875rem;height:0.89355625rem;top:48.5rem;left:6.4375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fc7bCWfk2zkNcgpPXPiiLPPgzL2dTRSK { width:1.375rem;height:1.375rem;top:50.25rem;left:4.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MThaGdsoR5AsPQIC0F5vTaAHl88d5QD0 { width:9.125rem;height:0.89355625rem;top:50.375rem;left:6.4375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PzUreustkdvhgGAE4O8rAAgEVXNcgGL3 { width:1.375rem;height:1.375rem;top:52.0625rem;left:4.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aH6ANTzm6Io5kKLBcOhVxwd3B7iwAkQM { width:8.9375rem;height:0.89355625rem;top:52.375rem;left:6.3125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q1EEaJT8d5w4rBy3skON2AAGaHZ8QUHn { width:12.5rem;height:1.875rem;top:53.6875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHMvv4mSa1qsE8xs6yRrGVv0USzkzkv2 { width:1.5625rem;height:1.5625rem;top:53.75rem;left:4.3125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZI7vuT0QE5sxHtnnuPaeuZN0qkLA6ifo { width:8.5625rem;height:0.89355625rem;top:54.1875rem;left:6.3125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IosDx25mPfPrvNPoIOS27fd7b1uhh7cd { width:12.5rem;height:10.5625rem;top:58rem;left:3.75rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #FmpcwKPmUC8Nb0SuWbWXFtSRrPcPvNxQ { width:12.5rem;height:1.875rem;top:68.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETBAicBJTlIudvsGFAEt1hbIHsFFKHtF { width:12.5rem;height:1.875rem;top:70.4375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNvmZl7qgnXh1g5eZW0nDi23BfKzWZzZ { width:1.5625rem;height:1.5625rem;top:68.6875rem;left:4.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fgtp91CXSnd6vNi8vC4IqC6bWgQqQ7P3 { width:1.375rem;height:1.375rem;top:70.4375rem;left:4.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJPkJ3nRz8pXGmV58ZJeWFywSp92p5AB { width:12.5rem;height:1.875rem;top:71.9375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIT8mIeHVmzIsuRmmXLX5K1Osx8diE8d { width:1.375rem;height:1.375rem;top:72.1875rem;left:4.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NV2kpsIE5H0KTBWgSgH0Td6PBwoTrhUm { width:5.1875rem;height:1.7871125rem;top:69.125rem;left:6.3125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #inIMfPEdLhnecOsywsVlw5ctgX2Pxk0G { width:7.8125rem;height:0.89355625rem;top:70.740234375rem;left:6.40625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rGBpRDxyZSTI0g4qvoQwmXpTSpne1iye { width:9.8125rem;height:0.89355625rem;top:72.4375rem;left:6.3125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kb4hAKlyRWfTvdIzMxT3qikitBl6oyJy { width:12.5rem;height:1.875rem;top:73.8125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FIGgWBrNuvaUK1ys70NXq6e3b1QGJTtH { width:9.3125rem;height:0.89355625rem;top:74.302734375rem;left:6.3125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5yQxqDKtehKWLoOoSOLfy2UBfD46EFn { width:12.5rem;height:8.6875rem;top:78.1875rem;left:3.8125rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #vwPfJI7TQkRmCqzkmTTqiPdsCAyO8wwl { width:9.75rem;height:3.986325rem;top:79.3125rem;left:5.125rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BNcazZ7RuiWRJSPq9bksoU7iMEICCAw8 { width:10.5rem;height:7.796875rem;top:81.6875rem;left:4.75rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #oRz8keIMPZnyES7W2e1UDts29UbZKlFD { width:12.5rem;height:1.875rem;top:86.875rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PpaeMq9wLQ60NJwWdvi4RrRACtuh7mdw { width:12.5rem;height:1.875rem;top:88.75rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lPCWeJPQt8UyamAWc7O3Z0Nwn1TMaoUZ { width:5.1875rem;height:1.7871125rem;top:87.4375rem;left:6.6875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CER7d9DwZSHTmiTKRo7wGBszFMFGmiX1 { width:7.25rem;height:1.7871125rem;top:89.25rem;left:6.625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BqxWUasrphugvm8SIBq6WF1y5E99MGMx { width:12.5rem;height:1.875rem;top:90.625rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C2ky6tZ063ILLSigwlSqQlG8sqcvZsuM { width:7.875rem;height:0.89355625rem;top:91.0625rem;left:6.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bOXC1TGbtMLK4RWGAkaoCC0EiDRSRx3O { width:12.5rem;height:1.875rem;top:92.5rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZqdBkzDZAqExUDLxG70Tix0cCvgVCobz { width:8.1875rem;height:0.89355625rem;top:93rem;left:6.6875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJ5TNOF3F18Jl9BPLqBVV5iCl9QHTZG0 { width:1.5625rem;height:1.5625rem;top:73.875rem;left:4.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P47nTihNWBUUP9zOTzFpczSnfaNgP9nl { width:1.375rem;height:1.375rem;top:88.9375rem;left:4.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nUKf1y5GONNMHs1foOvBShPBexla1Sp8 { width:1.375rem;height:1.375rem;top:90.875rem;left:4.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8Wgh8rwfu2e9G2cbtrGwQHPw8cpSR45 { width:1.5625rem;height:1.5625rem;top:92.5rem;left:4.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lRhVHJWFx0oLxikIG5H2n6DCLtVHO4ol { width:17.375rem;height:3.125rem;top:168.75rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTRW4PmrE6BlPdS8SWbO9GLW1GAa6hwG { width:7.6875rem;height:0.89355625rem;top:169.875rem;left:4.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NICnC1UlkkAMS0WxE1cCxM2v7ZpWdTZ4 { width:17.375rem;height:3.125rem;top:164.375rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTBl0w0ffwBTpcyoaXNoA3zsZBoaxpSm { width:11.5625rem;height:0.89355625rem;top:166.75rem;left:4.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xuvcg4VgphHLkI0TpoAhGk1OlBFXEGcI { width:17.375rem;height:3.125rem;top:155.625rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #isScvevO9CTpU3swkT17iSIER5ZIcT8s { width:5.1875rem;height:0.89355625rem;top:162.3125rem;left:4.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RXM2PT7eU77ClmKeSKCi5IWPEnygyC2N { width:17.375rem;height:3.125rem;top:160rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KgcwpmchbDasPNIyNiUsXA54eKqrn1e4 { width:7.0625rem;height:0.89355625rem;top:153.5625rem;left:4.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HX3ONTOKCsWATFktQ4DeRkXhgFw6R5Sb { width:17.375rem;height:15.3125rem;top:135.9375rem;left:1.3125rem;z-index:14999;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #ytdy2ZdHxvAlrxaifocNkntRhzLpJJ9d { width:13.3125rem;height:6.2988125rem;top:139.6875rem;left:2.375rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #Bf0V7JdpQWiAz3GTeS5oJLJGV3fFZHpF { width:1.875rem;height:1.875rem;top:153.1875rem;left:2rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ngl5M4K5vH4oaRrTO8nJZkR3rJBJIMMq { width:1.875rem;height:1.875rem;top:161.875rem;left:2.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWe9H3qMwkEPyWOuGg0vV8kQloNHGJed { width:1.875rem;height:1.875rem;top:166.3125rem;left:2.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HB3y5Bvk2JzedMhowysCFGkvDi1XR69G { width:1.875rem;height:1.875rem;top:169.3125rem;left:2.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mpt59v1FfLBSJzvPEDtrbO3mBSsFfTA3 { width:13.5625rem;height:2.0625rem;top:137.125rem;left:2.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QrrBg1lAOa9hKKJLeBuHFvpSyagSylRZ { width:1.875rem;height:1.875rem;top:112.1875rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PifwJbn6orIQGLLzwNbfb5kyrw0VLHhh { width:1.875rem;height:1.875rem;top:132.8125rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #shNk4QsP0A7Swkqw8McXmwCa18v1o3l9 { width:17.375rem;height:3.125rem;top:124.0625rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OC5mheWobdrv7WDNNvpTtDBTpfTMPUJ0 { width:17.375rem;height:3.125rem;top:128.4375rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OiFHkH78Oq3MpX9ZeRdzEw8x7zdzPugh { width:17.375rem;height:3.125rem;top:119.6875rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xd2FcwUzckEbGnRSkGRNDwACStgBk4cg { width:7.9375rem;height:0.89355625rem;top:122.0625rem;left:4.8125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FnWQDTbl0CLQwZ8Sh10TJBU7pQnIsQX3 { width:8.0625rem;height:0.89355625rem;top:125.1875rem;left:4.8125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2ZiglRFxTf8ZRgQRqoIQtRE6SXhiURR { width:8.0625rem;height:0.89355625rem;top:126.3125rem;left:4.8125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HAQhJNflrJBzJLTtmZL00fULxxgx5NPb { width:17.375rem;height:3.125rem;top:115.3125rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #samQxEKlDfvPdiDLQuIZ6O5iZ0GUUFfK { width:6.625rem;height:0.89355625rem;top:117.5625rem;left:4.8125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qq7Tx17TgQW7dBG259b1vlBRIGyeA1G3 { width:17.375rem;height:15.3125rem;top:95.625rem;left:1.3125rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #m5iBfTFBOdp8izty4mA8i4QwwncBt0ZL { width:1.875rem;height:1.875rem;top:125.875rem;left:2.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXxNDbZcKpePiOAobHTN6bR7vfKVbNK9 { width:1.875rem;height:1.875rem;top:121.625rem;left:2.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmeyxMPgqFJidIgl7gB4ebKEgThMWRUE { width:1.875rem;height:1.875rem;top:124.625rem;left:2.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O8sen6TcKLQVRZWKITIW2cURpGDnyGAd { width:1.875rem;height:1.875rem;top:117.1875rem;left:2rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sgXo3Qsz0wtzhHfzJetxhBsp9gXtrHBB { width:13.125rem;height:2.923825rem;top:101.5rem;left:2.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #tZcptdE8hx2ICirJKcO90amstNAk7ckd { width:10.6875rem;height:3.986325rem;top:96.8125rem;left:2.25rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SCJRwPfWTnfK1HEkPcpTve4M3xqnSG5a { width:1.875rem;height:1.875rem;top:152.5rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZUISHGvRFA2FwUxySxfaZzo0n3OGeSL { top:8.1875rem;left:2.1875rem;width:15.625rem;height:24.875rem;z-index:15104;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LNXlEql8uLKn0MunrbqdXCHgeUpH4ndJ { top:34.0625rem;left:2.1875rem;width:15.625rem;height:19.8125rem;z-index:15105;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rHl8WGlDfobQLglS0OkFBsuTJAM8PlNI { top:55rem;left:2.1875rem;width:15.625rem;height:20.75rem;z-index:15106;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lv3uFbLMZUTvxybx6VJ73B1l86T2Vinp { top:76.9375rem;left:2.1875rem;width:15.625rem;height:23.9375rem;z-index:15107;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xWoikx9BpnQWOHgqoccWNf6dOKhCClmw { top:101.9375rem;left:2.1875rem;width:15.625rem;height:19.8125rem;z-index:15108;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tvTcTJC5rzcKspVbH5KqfezTrW91feHT { top:122.9375rem;left:2.1875rem;width:15.625rem;height:21.875rem;z-index:15109;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sg3lqaXOp78cLlEaC0InU1VgkhXgqLr8 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sg3lqaXOp78cLlEaC0InU1VgkhXgqLr8 > .row .container { border-width: 0; border-radius: 0; }#sg3lqaXOp78cLlEaC0InU1VgkhXgqLr8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sg3lqaXOp78cLlEaC0InU1VgkhXgqLr8 > .row .container { width:20rem;height:88.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Rq4tqcSIFdBPW7Oi4B9gf6OweoG7st6e { width:12.5rem;height:10.0625rem;top:29.8125rem;left:3.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #RJ6Qe57TplKawXcXgnQNSaZRl132LOkG { width:10.5rem;height:4.87305rem;top:33.5625rem;left:4.75rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f20nJ6iuTbcKL7E1I08I3vCU0651kZS7 { width:10.5rem;height:4.87305rem;top:53.6875rem;left:4.75rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mFFzSabSrRrHrv8846mTJ1fv6qqIibDL { width:12.5rem;height:11.625rem;top:8.25rem;left:3.75rem;z-index:14999;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oKFQ7OCUNRusaFvf2N3qSuws2wndZMOm { width:11.3125rem;height:2.0625rem;top:31rem;left:4.34375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V2oqSKb3L02SGcxeFf5EBCWl2q6TrmLb { width:10rem;height:1.9934875rem;top:51.25rem;left:5rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lIykQDSW3qdnIEPhORbQtTXnD4li3WUI { width:10.5rem;height:2.0625rem;top:9.3125rem;left:4.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X0CNZHFMFyp01akpPTscpi7QzBenDDgm { width:10.375rem;height:7.348625rem;top:11.625rem;left:4.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #y2wHl68r3R4pzQGRryJ6MmHQwJzMDZ0T { width:15.6875rem;height:4.5rem;top:2.25rem;left:2.15625rem;font-size:1.25rem;color:#000000;font-weight:400;font-style:normal;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XKcWuiSc8RnaTuoOT1HiHnmq2BUstcr1 { width:1.5625rem;height:1.5625rem;top:19.8125rem;left:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqMLdVELTmttF8pJJtM5HV70XZBzPa7I { width:12.5rem;height:1.875rem;top:19.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDxOKAJWQZDlCia4hltvPOfV7Jg7Ql3i { width:12.5rem;height:1.875rem;top:21.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOJCw9WJfPJpcDINFEMTiQhVxK4vKUgZ { width:12.5rem;height:1.875rem;top:23.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxyEbrXHwodK4JCRrwWMGFBE3nZXzFFN { width:5.1875rem;height:0.89355625rem;top:20.3125rem;left:6.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzNJnwnA6RuznPCmdkguz1TOlQmfE6WU { width:1.375rem;height:1.375rem;top:21.8125rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhTdBucfUMkp5GTaGaTMSatLuHqUbI3Z { width:5.1875rem;height:0.89355625rem;top:22.1875rem;left:6.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6PeM8K8JCqCt1fFsWLAWZwrrAiJZfyc { width:1.375rem;height:1.375rem;top:23.75rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl8GcDIWqNpyp7Ahf7DMTORsv9lulXyy { width:9.75rem;height:0.89355625rem;top:24.0625rem;left:6.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUCQX3VdfuMhWNmz9oKVPTEpLWMZPsDb { width:1.375rem;height:1.375rem;top:25.6875rem;left:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXnPT3tXgNfd4ETwxlV6ozsyc0yDXf5C { width:12.5rem;height:1.875rem;top:25.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfsTGb2ZE5iIp8pMCvxcnVBVqgc4ncq7 { width:7.6875rem;height:0.89355625rem;top:25.9375rem;left:6.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUQb6A1GhvNKnkZ4w0PATCbW5aoyu5g5 { width:1.5625rem;height:1.5625rem;top:39.8125rem;left:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9XAMseptwGzrZueqR51LpaWOO6CQJhQ { width:12.5rem;height:1.875rem;top:39.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxtS7qbkxgvFJptm8zG6UgGg2wmTKLrL { width:12.5rem;height:1.875rem;top:41.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZGewS9ZoulzSDCbRs662P0WKhcteEk6 { width:12.5rem;height:1.875rem;top:43.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh79L5TMesTTQQw4o4BhowOgn9yn4HP3 { width:5.1875rem;height:0.89355625rem;top:40.25rem;left:6.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLrnUThRKP7yzxcXBpEVRpRgvCGLWUaK { width:1.375rem;height:1.375rem;top:42rem;left:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOrSinrw2gKnNX4B2uwOJf9FiGlFn7sI { width:9.125rem;height:0.89355625rem;top:42.125rem;left:6.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSF4sP93h4k6MgtwG6IthxkuMIxbMr0M { width:1.375rem;height:1.375rem;top:43.8125rem;left:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKs0LaHuGXAQ59OCz1TgcrQoTiilRyTl { width:8.9375rem;height:0.89355625rem;top:44.125rem;left:6.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQTT0ZaPZEbQqT4CdQu8hVET1ZClIttH { width:12.5rem;height:1.875rem;top:45.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1QKduLHZVglqMr5ptGcrmUzwRl4c2MU { width:1.5625rem;height:1.5625rem;top:45.5rem;left:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgsuT4kHg7P6vg7rtVnqbyVhVTeHQbAR { width:8.5625rem;height:0.89355625rem;top:45.9375rem;left:6.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt0C14AgtnOo4Ini5HiUN0bWsoBfNJZd { width:12.5rem;height:10.5625rem;top:49.75rem;left:3.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ySggegdidTUnZ4A6X4qqzOTGBRDZIb8F { width:12.5rem;height:1.875rem;top:60.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpAhgc0T91ammJboBrtF8Xthvat7hAwZ { width:12.5rem;height:1.875rem;top:62.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqcCo8SvqE28UM2UHX6KWxUOmQcfkCh1 { width:1.5625rem;height:1.5625rem;top:60.4375rem;left:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhVp5FQlVymUNEz6IldC3aTgGTFqpi7W { width:1.375rem;height:1.375rem;top:62.1875rem;left:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLyD3Sq73BXUelZe1dctOGVJNaIBTJ7g { width:12.5rem;height:1.875rem;top:63.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aitnu8sCoKPtHMDXL5t0OfOVxRRTvTGM { width:1.375rem;height:1.375rem;top:63.9375rem;left:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2e2XwRimcrzVU65iz6bt7g7OlxL4JaX { width:5.1875rem;height:0.89355625rem;top:60.875rem;left:6.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6uC9TsGKwKi6uRXev0hiTvN9eWS63Kv { width:7.8125rem;height:0.89355625rem;top:62.490234375rem;left:6.40625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq1tJlDZGpTpoJa8nxL3vt0g6doIs3TX { width:9.8125rem;height:0.89355625rem;top:64.1875rem;left:6.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVXrcqs3FmNrWy9b5f0ABdz8pABDJfHG { width:12.5rem;height:1.875rem;top:65.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWrPR0TzN38skGxsCJMCgdNTpFASPf6x { width:9.3125rem;height:0.89355625rem;top:66.052734375rem;left:6.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9aV9mz9hd1HVJ2Ee4lNz8LG4qm0yN4A { width:12.5rem;height:8.6875rem;top:69.9375rem;left:3.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Lhp8JE67y3CW1xwtgVOiHT8ArGCgFdG2 { width:9.75rem;height:1.9934875rem;top:71.0625rem;left:5.125rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPI41HpcWcPWAlhduTAIgitQ0GQnyvvh { width:10.5rem;height:3.8984375rem;top:73.4375rem;left:4.75rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rZq6KhuE1JU0nJwHbhlnbxfzHvlcMfPZ { width:12.5rem;height:1.875rem;top:78.625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAc53QwTdJF4Eh2fXxAPn6Zqk1IxfEOq { width:12.5rem;height:1.875rem;top:80.5rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFHdX3AMpgkARsq6A2nrmmvi9QTLcoPT { width:5.1875rem;height:0.89355625rem;top:79.1875rem;left:6.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC49Nyy4lqWavF4ggea7rpg9U0OiAJp3 { width:7.25rem;height:0.89355625rem;top:81rem;left:6.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNtECxNVOUauFXwzBWPVHaGSdDehSXtT { width:12.5rem;height:1.875rem;top:82.375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOp91iS4rezTE6rTsgbqI6J3qzIOa3Sh { width:7.875rem;height:0.89355625rem;top:82.8125rem;left:6.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn13oiNpTSX7ShBKoM2MI1QgSEi8787n { width:12.5rem;height:1.875rem;top:84.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gux0yaZhxk32fHuWit29VZ64c7e22Ihb { width:8.1875rem;height:0.89355625rem;top:84.75rem;left:6.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #limawhf2vz3t1i2Ub63y7ElENcTMxXGv { width:1.5625rem;height:1.5625rem;top:65.625rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4yfOtohBCVc2ZCzFXT925LKrAyOhJwe { width:1.5625rem;height:1.5625rem;top:78.6875rem;left:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkVuV1CyOTQ6ckerG332DmDrVoImnkc6 { width:1.375rem;height:1.375rem;top:80.6875rem;left:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsrXIEB4cUFIQC9VlTT6Tg9MAeg5cfTI { width:1.375rem;height:1.375rem;top:82.625rem;left:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkxJb5PR1WoaUUfOcskMCu9qP77mRaxs { width:1.5625rem;height:1.5625rem;top:84.25rem;left:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWKvRbpAC43WkJNQKP6c4RiPgMWddbL5 { display:block; }#BWKvRbpAC43WkJNQKP6c4RiPgMWddbL5 > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yG4wwdOZcJqTlenIoODxD3RHHwSP8ZXn { width:16.4375rem;height:1.75rem;top:2.125rem;left:1.78125rem;font-size:1.75rem;color:#000000;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #n4X5CelTmkc2tzogETAXWhBG08zFCmXE { width:7.6875rem;height:1.5rem;top:15.44375038147rem;left:2.21875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KBb9KL7Q963P1oDlh6LB2Tmts5liR78y { width:8.625rem;height:0.91666875rem;top:14.324999809265rem;left:2.21875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QqpkvSA5iTkQdrfSIOOO9DPqiVLr414H { width:11.75rem;height:2.0996125rem;top:12.6875rem;left:4.125rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v1WSmVdBXVSGnDvOUt595bkiDLNr74y7 { width:10.5rem;height:1.13736875rem;top:11.36328125rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HC6wUTtIV4UO12BwmlfaxCRbZ0dEOmVC { width:12.1875rem;height:2.0996125rem;top:18.9140625rem;left:3.9062501192093rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTnPT8ac0ML4gXiJ0uzFw3TUolydl8nE { width:11.75rem;height:1.13736875rem;top:17.556640625rem;left:4.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uxBwoKcUbTa8n6StZJCQF6tfGMOebKdN { width:7.5rem;height:2.2734375rem;top:24.1875rem;left:6.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ieSlOC0dCq8lS0KyaguMaTTmi06HeBTM { width:6.375rem;height:1.66666875rem;top:15.074999809265rem;left:11.53125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cad8l3iJRIQipni3nBfCR1HMqLVUUHW2 { width:7.5rem;height:0.0625rem;top:16.125rem;left:6.25rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iMNaVxkIpq5diqQeAMJu989fm13kq6So { width:12.125rem;height:1.04980625rem;top:29rem;left:3.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#0071ce;display:block; }
 }@media only screen and (max-width: 763px) { #SN8Zyumobq1XEJHtmi8l5eT31LwooDic { width:6.6875rem;height:2.2734375rem;top:6.64453125rem;left:6.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LopFTkhipIfENcXrlADsIWIxN2GwoXT9 { width:10rem;height:4.4375rem;top:5.5rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MalxN3fFPJJmCRdUkyhM5yENuhd9B6Zt { width:9.1875rem;height:2.0996125rem;top:30.625000953674rem;left:5.4062501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETfs8TqwmCtcybEKsCvn8qaopkJisLKq { width:10rem;height:4.4375rem;top:23.125rem;left:5rem;z-index:15035;background-color:#0071ce;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OaqG0cRKlTkFU3HhfXUaMzg2McDSyRKS { width:14.3125rem;height:1.04980625rem;top:34.22330625rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#0071ce;display:block; }
 }@media only screen and (max-width: 763px) { #deOsvNo98LJ5sNQP8rUJLvSJLkSaqzSK { width:12.125rem;height:2.0996125rem;top:36.0852875rem;left:3.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8Tsr4DtkAy8Am10fJZurw2BpImXadbf { background-color:#0071ce;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; }#s8Tsr4DtkAy8Am10fJZurw2BpImXadbf > .row .container { background-color: transparent; background-image: none; }#s8Tsr4DtkAy8Am10fJZurw2BpImXadbf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8Tsr4DtkAy8Am10fJZurw2BpImXadbf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8Tsr4DtkAy8Am10fJZurw2BpImXadbf > .row .container > .video-iframe-container { display: none; }#s8Tsr4DtkAy8Am10fJZurw2BpImXadbf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8Tsr4DtkAy8Am10fJZurw2BpImXadbf > .row > .video-iframe-container { display: none; }#s8Tsr4DtkAy8Am10fJZurw2BpImXadbf > .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); }#s8Tsr4DtkAy8Am10fJZurw2BpImXadbf > .row .container { border-width: 0; border-radius: 0; }#s8Tsr4DtkAy8Am10fJZurw2BpImXadbf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s8Tsr4DtkAy8Am10fJZurw2BpImXadbf > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EkExz4rO4AOCbFRS1uGOZuWwq6TFMmaI { width:16.0625rem;height:3.29948125rem;top:2.4375rem;left:2rem;font-size:1.5rem;color:#ffffff;font-weight:700;font-style:italic;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ogLkiVM7HR0FEeIUVUlSX4wfgQh55rhU { top:7rem;left:2.875rem;width:14.3125rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3lGSC0NFQ0VLBfxaNd99xps21FmU3FL { display:block; }
 }@media only screen and (max-width: 763px) { #EtAePESWc3wMkiqk3RZZb1xQCL9KXGvr { display:block; }#EtAePESWc3wMkiqk3RZZb1xQCL9KXGvr > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQQqz6EBkJCZWGwmTvmLHkhsFumFUttg { width:2.1875rem;height:2.1875rem;top:2.125rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q18vgQ8CNdCffwy0WgfVKXWDnHi7x1CC { width:2.1875rem;height:2.1875rem;top:5.9375rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPRPoBwb6QT8tAuredqKOkZ9yR9o0zT0 { width:2.1875rem;height:2.1875rem;top:9.5625rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZH23ewSyTqrlfg21UvFstV3zohSOuHT { width:17.75rem;height:0.7558625rem;top:4.625rem;left:1.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RRLKz0BWTtnKTMydE5rgxZ4DUf4bVWy1 { width:12.75rem;height:0.7558625rem;top:8.25rem;left:3.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U0lkUBu7eRuJJQ6USLq1g5ZOXayfR6eV { width:14.75rem;height:0.7558625rem;top:12rem;left:2.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CWsAkMOWlvVZKSprJ64AOdDQC69Q3p22 { top:14.375rem;left:3.75rem;width:12.5rem;height:0.0625rem;z-index:15042;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XGThppIe8gfrATHVOol3yIbAuVy4B3Uu { width:2rem;height:2rem;top:17.875rem;left:14.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISoS7NWLv8ut4S6ArtIItoKnoiZtIMTB { display:flex;width:1.375rem;height:1.375rem;top:18.1875rem;left:11.9375rem;font-size:0.9375rem; }
#ISoS7NWLv8ut4S6ArtIItoKnoiZtIMTB > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #GpqfMyoyB5sVG5k8DBGlwtFUHzl8B90E { width:16.3125rem;height:1.0559875rem;top:16.0625rem;left:1.84375rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-family:"fira sans";display:block; }
 }@media only screen and (max-width: 763px) { #zvnd8UyalObNvTQ8LKZ1BLfcfNVchZB4 { width:1.875rem;height:1.875rem;top:17.875rem;left:8.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceLn4ETltdvqqH7ZCWSdCSSeXslLa3xT { display:flex;width:1.4375rem;height:1.4375rem;top:18.125rem;left:6.5625rem;font-size:1rem; }
#ceLn4ETltdvqqH7ZCWSdCSSeXslLa3xT > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #XV9EhTugOLtciVqVZx2z2vCRe5gvsQqu { width:1.875rem;height:1.875rem;top:17.875rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3TXWEQDl41nFeSb5hWUdwRzrmdnNDny { display:block; }#n3TXWEQDl41nFeSb5hWUdwRzrmdnNDny > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpQJw9KqMWarvO5anoarEKWC4HKdJ1xn { width:15.25rem;height:auto;top:1.5rem;left:2.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #G5k5UqMVzz3JFgRVvahydUzKiIpHOK2W { width:10.6875rem;height:1.5rem;top:0.875rem;left:4.65625rem;display:block; }
 }