.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;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:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(0,113,206,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(0,113,206,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 #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";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:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:"fira sans";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(0,0,0,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:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:"fira sans";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(0,0,0,0.3);top:7.3125rem;left:7.5rem;height:1.3808625rem;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:#000000;display:block;width:16.875rem;position:absolute;font-family:"fira sans";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.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QDokkXVnA7moQpmGJHzoVGMAgFDNR8d0 { color:#000000;display:block;width:18.375rem;position:absolute;font-family:"fira sans";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.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N6vDSzhzE3XgLcZdTWm4rJvrU3P9xkLk { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"fira sans";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.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WPyTUHPCxe78LBu0Sb30vnDt1PAGiXAF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"fira sans";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5rem;left:8.4375rem;height:1.3808625rem;display:block; }
#L288r7Qt98z904QTFNAhI00ScMLEta5q { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"fira sans";font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5rem;left:28.4375rem;height:1.3808625rem;display:block; }
#LePMbAu2CTTt3TnWbmRPF8w6byzxce0k { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"fira sans";font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:5rem;left:48.3125rem;height:1.3808625rem;display:block; }
#DfZfTiXKRr2A2fT4M1uTqHbntQWDpeLx { position:absolute;display:block;z-index:15050;background-color:#0071ce;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:#ffffff;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:#ffffff;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:block; }#x2QzyZRWKcxGUVfuAnrqRzzEXdVsgc9F { 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; }
#qM8exA9eTo7VEh7eOto6p7gBRoO47XM9 { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:"fira sans";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; }
#BG6D3i8W2TLp6erT7qLUCo8KFtQ6dbOp { color:rgba(0,0,0,0.8);display:block;width:11.4375rem;position:absolute;font-family:"fira sans";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; }
#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:14.8125rem;width:15.5rem;top:11.9375rem;left:7.5rem;display:block; }
#isJucnrVcuelLrfwy1SWI932wGHkGzfb { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:"fira sans";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; }
#XA5h6wsCXoGK740aJ2cOe2Lif9qAJiDC { color:#000000;display:block;width:10rem;position:absolute;font-family:"fira sans";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; }
#K3Zq9KJxB0KfgDw0cKf3p5UVrlT2AxVL { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:"fira sans";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; }
#n1IzhMEytSbl52iXw1tpvhBXyKDO31BJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"fira sans";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; }
#oF6o8hQKTOodLc7iafFODUCqhu4fluv1 { color:#000000;display:block;width:37.625rem;position:absolute;font-family:"fira sans";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; }
#DAEAkkviuDW0tOHqBDxIb4Lm9kWt70XJ { box-sizing:content-box;color:#ffffff;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; }
#I6Lb22IzAbSr8pTLgXbSIm1qusfq7Jy0 { position:absolute;display:block;z-index:15047;background-color:#0071ce;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; }
#FwwOBBfwcbRVQdokIEX0xMI5178qI1lx { position:absolute;display:block;z-index:15048;background-color:#0069c0;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; }
#xINLqo4G5BKoAHx7wF1Im65pSOXumPk3 { position:absolute;display:block;z-index:15049;background-color:#0071ce;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; }
#r7To8veg3Z1wXs5VksuTs6uqDXD9GlvP { color:#ffffff;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; }
#D2sLvEyXwql77Mc0qax3Xx86PlyDAd0s { box-sizing:content-box;color:#ffffff;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; }
#VXvMpJJ4kv6kPANIHnePC97moaJSbR1l { color:#ffffff;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; }
#S3O3qk8GDPkLSHQl4C5g2i1V3Tq3kRRH { box-sizing:content-box;color:#ffffff;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; }
#ZomZJew5MTcs6aMNlqlVgUCD0Vqgq1Xw { color:#ffffff;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; }
#ULrDl8045ZelR1V3hEw3FTaWRsmTK8nN { box-sizing:content-box;color:#ffffff;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; }
#duikmG9lQTvsQZfLDQpvgIB8HC9EHpUG { position:absolute;display:block;z-index:15052;background-color:#0069c0;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; }
#N02b3Gp4gg2diAWic8vZaQoGuu4VLioW { color:#ffffff;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; }
#V6APTiw8pmx5R4oM9vUTiFxPKShJVWLk { box-sizing:content-box;color:#ffffff;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; }
#D7etf48H6bEQFaNd8NyVbM3RyHU8pIPg { position:absolute;display:block;z-index:15059;background-color:#0071ce;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; }
#LnMPlmSuHTIQlLbb4LNwIpbotivGvuX4 { position:absolute;display:block;z-index:15060;background-color:#0069c0;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; }
#MKvFTSP83iaK6scDwIfIoSVBCrDatV3e { position:absolute;display:block;z-index:15061;background-color:#0071ce;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; }
#NX5oAD21L56PCaaXVy1PiuwJUwinxCwB { color:#ffffff;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; }
#fc7bCWfk2zkNcgpPXPiiLPPgzL2dTRSK { box-sizing:content-box;color:#ffffff;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; }
#MThaGdsoR5AsPQIC0F5vTaAHl88d5QD0 { color:#ffffff;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; }
#PzUreustkdvhgGAE4O8rAAgEVXNcgGL3 { box-sizing:content-box;color:#ffffff;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; }
#aH6ANTzm6Io5kKLBcOhVxwd3B7iwAkQM { color:#ffffff;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; }
#Q1EEaJT8d5w4rBy3skON2AAGaHZ8QUHn { position:absolute;display:block;z-index:15064;background-color:#0069c0;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; }
#aHMvv4mSa1qsE8xs6yRrGVv0USzkzkv2 { box-sizing:content-box;color:#ffffff;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; }
#ZI7vuT0QE5sxHtnnuPaeuZN0qkLA6ifo { color:#ffffff;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; }
#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:14.8125rem;width:15.6875rem;top:11.9375rem;left:38.6875rem;display:block; }
#FmpcwKPmUC8Nb0SuWbWXFtSRrPcPvNxQ { position:absolute;display:block;z-index:15060;background-color:#0071ce;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; }
#ETBAicBJTlIudvsGFAEt1hbIHsFFKHtF { position:absolute;display:block;z-index:15061;background-color:#0069c0;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; }
#TNvmZl7qgnXh1g5eZW0nDi23BfKzWZzZ { box-sizing:content-box;color:#ffffff;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; }
#fgtp91CXSnd6vNi8vC4IqC6bWgQqQ7P3 { box-sizing:content-box;color:#ffffff;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; }
#wJPkJ3nRz8pXGmV58ZJeWFywSp92p5AB { position:absolute;display:block;z-index:15062;background-color:#0071ce;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; }
#HIT8mIeHVmzIsuRmmXLX5K1Osx8diE8d { box-sizing:content-box;color:#ffffff;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; }
#NV2kpsIE5H0KTBWgSgH0Td6PBwoTrhUm { color:#ffffff;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; }
#inIMfPEdLhnecOsywsVlw5ctgX2Pxk0G { color:#ffffff;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; }
#rGBpRDxyZSTI0g4qvoQwmXpTSpne1iye { color:#ffffff;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; }
#kb4hAKlyRWfTvdIzMxT3qikitBl6oyJy { position:absolute;display:block;z-index:15065;background-color:#0069c0;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; }
#FIGgWBrNuvaUK1ys70NXq6e3b1QGJTtH { color:#ffffff;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; }
#J5yQxqDKtehKWLoOoSOLfy2UBfD46EFn { 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; }
#vwPfJI7TQkRmCqzkmTTqiPdsCAyO8wwl { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"fira sans";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; }
#BNcazZ7RuiWRJSPq9bksoU7iMEICCAw8 { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"fira sans";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; }
#oRz8keIMPZnyES7W2e1UDts29UbZKlFD { position:absolute;display:block;z-index:15073;background-color:#0071ce;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; }
#PpaeMq9wLQ60NJwWdvi4RrRACtuh7mdw { position:absolute;display:block;z-index:15074;background-color:#0069c0;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; }
#lPCWeJPQt8UyamAWc7O3Z0Nwn1TMaoUZ { color:#ffffff;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; }
#CER7d9DwZSHTmiTKRo7wGBszFMFGmiX1 { color:#ffffff;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; }
#BqxWUasrphugvm8SIBq6WF1y5E99MGMx { position:absolute;display:block;z-index:15075;background-color:#0071ce;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; }
#C2ky6tZ063ILLSigwlSqQlG8sqcvZsuM { color:#ffffff;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; }
#bOXC1TGbtMLK4RWGAkaoCC0EiDRSRx3O { position:absolute;display:block;z-index:15078;background-color:#0069c0;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; }
#ZqdBkzDZAqExUDLxG70Tix0cCvgVCobz { color:#ffffff;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; }
#TJ5TNOF3F18Jl9BPLqBVV5iCl9QHTZG0 { box-sizing:content-box;color:#ffffff;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; }
#yGcLt0pCcEPNq9CyTz4kRAPm8xAWWBJg { box-sizing:content-box;color:#ffffff;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; }
#P47nTihNWBUUP9zOTzFpczSnfaNgP9nl { box-sizing:content-box;color:#ffffff;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; }
#nUKf1y5GONNMHs1foOvBShPBexla1Sp8 { box-sizing:content-box;color:#ffffff;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; }
#I8Wgh8rwfu2e9G2cbtrGwQHPw8cpSR45 { box-sizing:content-box;color:#ffffff;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:#000000;display:block;width:19.1875rem;position:absolute;font-family:"fira sans";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:#000000;display:block;width:12.25rem;position:absolute;font-family:"fira sans";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.25rem;font-style:normal;display:block; }
#v1WSmVdBXVSGnDvOUt595bkiDLNr74y7 { color:#0071ce;display:block;width:11.125rem;position:absolute;font-family:"fira sans";font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:9.8125rem;left:29.625rem;height:1.3808625rem;font-style:normal;display:block; }
#HC6wUTtIV4UO12BwmlfaxCRbZ0dEOmVC { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"fira sans";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.25rem;font-style:normal;display:block; }
#BTnPT8ac0ML4gXiJ0uzFw3TUolydl8nE { color:#0071ce;display:block;width:11.3125rem;position:absolute;font-family:"fira sans";font-size:1.0625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:9.8125rem;left:47.25rem;height:1.3808625rem;font-style:normal;display:block; }
#uxBwoKcUbTa8n6StZJCQF6tfGMOebKdN { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:"fira sans";font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:17rem;left:15.75rem;height:2.76171875rem;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:#0071ce;display:block;width:14.3125rem;position:absolute;font-family:"fira sans";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.2747375rem;font-style:normal;display:block; }
#SN8Zyumobq1XEJHtmi8l5eT31LwooDic { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:"fira sans";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.76171875rem;font-style:normal;display:block; }
#LopFTkhipIfENcXrlADsIWIxN2GwoXT9 { position:absolute;display:block;z-index:15034;background-color:#0071ce;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:#000000;display:block;width:12.125rem;position:absolute;font-family:"fira sans";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.25rem;font-style:normal;display:block; }
#ETfs8TqwmCtcybEKsCvn8qaopkJisLKq { position:absolute;display:block;z-index:15034;background-color:rgba(44,174,161,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:#0071ce;display:block;width:14.3125rem;position:absolute;font-family:"fira sans";font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.2;letter-spacing:0;top:17rem;left:47.375002384186rem;height:1.2747375rem;font-style:normal;display:block; }
#deOsvNo98LJ5sNQP8rUJLvSJLkSaqzSK { color:#000000;display:block;width:12.125rem;position:absolute;font-family:"fira sans";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.25rem;font-style:normal;display:block; }
#s8Tsr4DtkAy8Am10fJZurw2BpImXadbf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0071ce;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:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:"fira sans";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:#ffffff;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:#0071ce;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";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:#94a1b2;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:#ffffff;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:#ffffff;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:#ffffff;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:#ffffff;display:block;width:23.25rem;position:absolute;font-family:"fira sans";font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:3rem;left:4.25rem;height:0.9622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RRLKz0BWTtnKTMydE5rgxZ4DUf4bVWy1 { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:"fira sans";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.9622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U0lkUBu7eRuJJQ6USLq1g5ZOXayfR6eV { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:"fira sans";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.9622375rem;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:#ffffff;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:#ffffff;display:block;width:17.25rem;position:absolute;font-family:"fira sans";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:#ffffff;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:#ffffff;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:#5b5d64;display:block;width:15.25rem;position:absolute;font-family:"fira sans";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.9746125rem;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:11.9375rem;left:9.375rem;width:15.6875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM8exA9eTo7VEh7eOto6p7gBRoO47XM9 { 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) { #BG6D3i8W2TLp6erT7qLUCo8KFtQ6dbOp { 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) { #DMpcuuPVgeFq1EaV7bn5ZT0S3ImXwsVl { top:11.9375rem;left:0rem;width:15.5rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #isJucnrVcuelLrfwy1SWI932wGHkGzfb { 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) { #XA5h6wsCXoGK740aJ2cOe2Lif9qAJiDC { top:13.375rem;left:26.3125rem;width:10rem;height:2.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3Zq9KJxB0KfgDw0cKf3p5UVrlT2AxVL { top:13.4375rem;left:0rem;width:13.5625rem;height:2.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1IzhMEytSbl52iXw1tpvhBXyKDO31BJ { top:17.25rem;left:0rem;width:12.5rem;height:7.9375rem;font-size:0.75rem;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) { #DAEAkkviuDW0tOHqBDxIb4Lm9kWt70XJ { top:27.0625rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6Lb22IzAbSr8pTLgXbSIm1qusfq7Jy0 { top:26.6875rem;left:0rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwwOBBfwcbRVQdokIEX0xMI5178qI1lx { top:29.5rem;left:0rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xINLqo4G5BKoAHx7wF1Im65pSOXumPk3 { top:32.5rem;left:0rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7To8veg3Z1wXs5VksuTs6uqDXD9GlvP { top:27.5625rem;left:0rem;width:5.1875rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2sLvEyXwql77Mc0qax3Xx86PlyDAd0s { top:30.0625rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXvMpJJ4kv6kPANIHnePC97moaJSbR1l { top:30.625rem;left:0rem;width:5.1875rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3O3qk8GDPkLSHQl4C5g2i1V3Tq3kRRH { top:33.1875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZomZJew5MTcs6aMNlqlVgUCD0Vqgq1Xw { top:33.5625rem;left:0rem;width:11.5625rem;height:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULrDl8045ZelR1V3hEw3FTaWRsmTK8nN { top:36.25rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #duikmG9lQTvsQZfLDQpvgIB8HC9EHpUG { top:35.625rem;left:0rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N02b3Gp4gg2diAWic8vZaQoGuu4VLioW { top:36.75rem;left:0rem;width:7.6875rem;height:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6APTiw8pmx5R4oM9vUTiFxPKShJVWLk { 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) { #D7etf48H6bEQFaNd8NyVbM3RyHU8pIPg { top:26.6875rem;left:9.5rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnMPlmSuHTIQlLbb4LNwIpbotivGvuX4 { top:29.5rem;left:9.5rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKvFTSP83iaK6scDwIfIoSVBCrDatV3e { top:32.5rem;left:9.5rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX5oAD21L56PCaaXVy1PiuwJUwinxCwB { top:27.5625rem;left:13.8125rem;width:5.1875rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc7bCWfk2zkNcgpPXPiiLPPgzL2dTRSK { 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) { #MThaGdsoR5AsPQIC0F5vTaAHl88d5QD0 { 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) { #PzUreustkdvhgGAE4O8rAAgEVXNcgGL3 { 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) { #aH6ANTzm6Io5kKLBcOhVxwd3B7iwAkQM { 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) { #Q1EEaJT8d5w4rBy3skON2AAGaHZ8QUHn { top:35.625rem;left:9.5rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHMvv4mSa1qsE8xs6yRrGVv0USzkzkv2 { 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) { #ZI7vuT0QE5sxHtnnuPaeuZN0qkLA6ifo { 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) { #IosDx25mPfPrvNPoIOS27fd7b1uhh7cd { top:11.9375rem;left:25.0625rem;width:15.6875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmpcwKPmUC8Nb0SuWbWXFtSRrPcPvNxQ { top:26.6875rem;left:25.125rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETBAicBJTlIudvsGFAEt1hbIHsFFKHtF { top:29.5rem;left:25.125rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNvmZl7qgnXh1g5eZW0nDi23BfKzWZzZ { 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) { #fgtp91CXSnd6vNi8vC4IqC6bWgQqQ7P3 { 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) { #wJPkJ3nRz8pXGmV58ZJeWFywSp92p5AB { top:32.5rem;left:25.125rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIT8mIeHVmzIsuRmmXLX5K1Osx8diE8d { 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) { #NV2kpsIE5H0KTBWgSgH0Td6PBwoTrhUm { top:27.5625rem;left:28.625rem;width:5.1875rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inIMfPEdLhnecOsywsVlw5ctgX2Pxk0G { top:30.625rem;left:28.625rem;width:7.8125rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGBpRDxyZSTI0g4qvoQwmXpTSpne1iye { 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) { #kb4hAKlyRWfTvdIzMxT3qikitBl6oyJy { top:35.625rem;left:25.125rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIGgWBrNuvaUK1ys70NXq6e3b1QGJTtH { 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) { #J5yQxqDKtehKWLoOoSOLfy2UBfD46EFn { top:11.9375rem;left:34.5625rem;width:13.1875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwPfJI7TQkRmCqzkmTTqiPdsCAyO8wwl { 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) { #BNcazZ7RuiWRJSPq9bksoU7iMEICCAw8 { 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) { #oRz8keIMPZnyES7W2e1UDts29UbZKlFD { top:26.6875rem;left:30.6875rem;width:17.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpaeMq9wLQ60NJwWdvi4RrRACtuh7mdw { top:29.5rem;left:30.6875rem;width:17.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPCWeJPQt8UyamAWc7O3Z0Nwn1TMaoUZ { top:27.5625rem;left:42.5625rem;width:5.1875rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CER7d9DwZSHTmiTKRo7wGBszFMFGmiX1 { top:30.4375rem;left:39.6875rem;width:8.0625rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqxWUasrphugvm8SIBq6WF1y5E99MGMx { top:32.4375rem;left:30.6875rem;width:17.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2ky6tZ063ILLSigwlSqQlG8sqcvZsuM { top:33.625rem;left:39.8125rem;width:7.9375rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOXC1TGbtMLK4RWGAkaoCC0EiDRSRx3O { top:35.5625rem;left:33.6875rem;width:14.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqdBkzDZAqExUDLxG70Tix0cCvgVCobz { top:36.75rem;left:39.6875rem;width:8.0625rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ5TNOF3F18Jl9BPLqBVV5iCl9QHTZG0 { 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) { #yGcLt0pCcEPNq9CyTz4kRAPm8xAWWBJg { 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) { #P47nTihNWBUUP9zOTzFpczSnfaNgP9nl { 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) { #nUKf1y5GONNMHs1foOvBShPBexla1Sp8 { top:33rem;left:41.8125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8Wgh8rwfu2e9G2cbtrGwQHPw8cpSR45 { 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.75rem;left:0.8125rem;width:19.1875rem;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.4375rem;left:16.062500476837rem;width:12.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1WSmVdBXVSGnDvOUt595bkiDLNr74y7 { top:9.8125rem;left:16rem;width:11.125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC6wUTtIV4UO12BwmlfaxCRbZ0dEOmVC { top:11.4375rem;left:33.750002384186rem;width:13.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTnPT8ac0ML4gXiJ0uzFw3TUolydl8nE { top:9.8125rem;left:33.625rem;width:11.3125rem;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.125rem;left:15.875000476837rem;width:14.3125rem;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:17rem;left:33.4375rem;width:14.3125rem;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.7812504768369rem;width:32.1875rem;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:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlwtUFLhb72rTUBuoeQ8ArIUK4mzBn6K { width:11.9375rem;height:2.4375rem;top:11.3125rem;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:6.875rem;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.13736875rem;top:4.75rem;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:33.25rem;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:15rem;height:4.546875rem;top:26.0615234375rem;left:2.5rem;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:25.0498046875rem;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:88.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x2QzyZRWKcxGUVfuAnrqRzzEXdVsgc9F { width:12.5rem;height:10.0625rem;top:29.8125rem;left:3.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #qM8exA9eTo7VEh7eOto6p7gBRoO47XM9 { 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) { #BG6D3i8W2TLp6erT7qLUCo8KFtQ6dbOp { 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) { #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:block; }
 }@media only screen and (max-width: 763px) { #isJucnrVcuelLrfwy1SWI932wGHkGzfb { 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) { #XA5h6wsCXoGK740aJ2cOe2Lif9qAJiDC { 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) { #K3Zq9KJxB0KfgDw0cKf3p5UVrlT2AxVL { 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) { #n1IzhMEytSbl52iXw1tpvhBXyKDO31BJ { 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) { #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) { #DAEAkkviuDW0tOHqBDxIb4Lm9kWt70XJ { 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) { #I6Lb22IzAbSr8pTLgXbSIm1qusfq7Jy0 { width:12.5rem;height:1.875rem;top:19.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwwOBBfwcbRVQdokIEX0xMI5178qI1lx { width:12.5rem;height:1.875rem;top:21.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xINLqo4G5BKoAHx7wF1Im65pSOXumPk3 { width:12.5rem;height:1.875rem;top:23.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7To8veg3Z1wXs5VksuTs6uqDXD9GlvP { 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) { #D2sLvEyXwql77Mc0qax3Xx86PlyDAd0s { 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) { #VXvMpJJ4kv6kPANIHnePC97moaJSbR1l { 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) { #S3O3qk8GDPkLSHQl4C5g2i1V3Tq3kRRH { 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) { #ZomZJew5MTcs6aMNlqlVgUCD0Vqgq1Xw { 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) { #ULrDl8045ZelR1V3hEw3FTaWRsmTK8nN { 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) { #duikmG9lQTvsQZfLDQpvgIB8HC9EHpUG { width:12.5rem;height:1.875rem;top:25.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N02b3Gp4gg2diAWic8vZaQoGuu4VLioW { 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) { #V6APTiw8pmx5R4oM9vUTiFxPKShJVWLk { 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) { #D7etf48H6bEQFaNd8NyVbM3RyHU8pIPg { width:12.5rem;height:1.875rem;top:39.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnMPlmSuHTIQlLbb4LNwIpbotivGvuX4 { width:12.5rem;height:1.875rem;top:41.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKvFTSP83iaK6scDwIfIoSVBCrDatV3e { width:12.5rem;height:1.875rem;top:43.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX5oAD21L56PCaaXVy1PiuwJUwinxCwB { 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) { #fc7bCWfk2zkNcgpPXPiiLPPgzL2dTRSK { width:1.375rem;height:1.375rem;top:42rem;left:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MThaGdsoR5AsPQIC0F5vTaAHl88d5QD0 { 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) { #PzUreustkdvhgGAE4O8rAAgEVXNcgGL3 { 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) { #aH6ANTzm6Io5kKLBcOhVxwd3B7iwAkQM { 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) { #Q1EEaJT8d5w4rBy3skON2AAGaHZ8QUHn { width:12.5rem;height:1.875rem;top:45.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHMvv4mSa1qsE8xs6yRrGVv0USzkzkv2 { 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) { #ZI7vuT0QE5sxHtnnuPaeuZN0qkLA6ifo { 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) { #IosDx25mPfPrvNPoIOS27fd7b1uhh7cd { width:12.5rem;height:10.5625rem;top:49.75rem;left:3.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #FmpcwKPmUC8Nb0SuWbWXFtSRrPcPvNxQ { width:12.5rem;height:1.875rem;top:60.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETBAicBJTlIudvsGFAEt1hbIHsFFKHtF { width:12.5rem;height:1.875rem;top:62.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNvmZl7qgnXh1g5eZW0nDi23BfKzWZzZ { 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) { #fgtp91CXSnd6vNi8vC4IqC6bWgQqQ7P3 { 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) { #wJPkJ3nRz8pXGmV58ZJeWFywSp92p5AB { width:12.5rem;height:1.875rem;top:63.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIT8mIeHVmzIsuRmmXLX5K1Osx8diE8d { 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) { #NV2kpsIE5H0KTBWgSgH0Td6PBwoTrhUm { 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) { #inIMfPEdLhnecOsywsVlw5ctgX2Pxk0G { 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) { #rGBpRDxyZSTI0g4qvoQwmXpTSpne1iye { 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) { #kb4hAKlyRWfTvdIzMxT3qikitBl6oyJy { width:12.5rem;height:1.875rem;top:65.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIGgWBrNuvaUK1ys70NXq6e3b1QGJTtH { 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) { #J5yQxqDKtehKWLoOoSOLfy2UBfD46EFn { width:12.5rem;height:8.6875rem;top:69.9375rem;left:3.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #vwPfJI7TQkRmCqzkmTTqiPdsCAyO8wwl { 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) { #BNcazZ7RuiWRJSPq9bksoU7iMEICCAw8 { 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) { #oRz8keIMPZnyES7W2e1UDts29UbZKlFD { width:12.5rem;height:1.875rem;top:78.625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpaeMq9wLQ60NJwWdvi4RrRACtuh7mdw { width:12.5rem;height:1.875rem;top:80.5rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPCWeJPQt8UyamAWc7O3Z0Nwn1TMaoUZ { 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) { #CER7d9DwZSHTmiTKRo7wGBszFMFGmiX1 { width:7.25rem;height:0.89355625rem;top:81rem;left:6.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqxWUasrphugvm8SIBq6WF1y5E99MGMx { width:12.5rem;height:1.875rem;top:82.375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2ky6tZ063ILLSigwlSqQlG8sqcvZsuM { 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) { #bOXC1TGbtMLK4RWGAkaoCC0EiDRSRx3O { width:12.5rem;height:1.875rem;top:84.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqdBkzDZAqExUDLxG70Tix0cCvgVCobz { 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) { #TJ5TNOF3F18Jl9BPLqBVV5iCl9QHTZG0 { 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) { #yGcLt0pCcEPNq9CyTz4kRAPm8xAWWBJg { 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) { #P47nTihNWBUUP9zOTzFpczSnfaNgP9nl { 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) { #nUKf1y5GONNMHs1foOvBShPBexla1Sp8 { 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) { #I8Wgh8rwfu2e9G2cbtrGwQHPw8cpSR45 { 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; }
 }