.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:249,223,221;--color-primary-1:237,148,142;--color-primary-2:218,41,28;--color-primary-3:109,21,14;--color-primary-4:33,6,4;--color-secondary-0:248,241,225;--color-secondary-1:232,208,154;--color-secondary-2:208,161,52;--color-secondary-3:104,81,26;--color-secondary-4:31,24,8;--color-tertiary-0:255,255,255;--color-tertiary-1:244,229,233;--color-tertiary-2:146,137,140;--color-tertiary-3:88,82,84;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:60rem;position:relative;display:block; }#coIsJPDFrTfaNXEZDFcy4GU08rc7Nfis { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#vGEOL109Z0nqciNUDeseDxx4bPL6FuMF { position:relative;display:block; }#vGEOL109Z0nqciNUDeseDxx4bPL6FuMF { background-color: transparent; background-image: none; }#vGEOL109Z0nqciNUDeseDxx4bPL6FuMF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGEOL109Z0nqciNUDeseDxx4bPL6FuMF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGEOL109Z0nqciNUDeseDxx4bPL6FuMF > .row .container > .video-iframe-container { display: none; }#vGEOL109Z0nqciNUDeseDxx4bPL6FuMF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGEOL109Z0nqciNUDeseDxx4bPL6FuMF > .row > .video-iframe-container { display: none; }#vGEOL109Z0nqciNUDeseDxx4bPL6FuMF > .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); }#vGEOL109Z0nqciNUDeseDxx4bPL6FuMF { border-width: 0; border-radius: 0; }#vGEOL109Z0nqciNUDeseDxx4bPL6FuMF > .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; }#vGEOL109Z0nqciNUDeseDxx4bPL6FuMF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EDpKfJF5dsz5VGMpx7ToO4Syx4QSNxhh { color:#071638;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.44335877895355rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#slypAdGOB9CtPNz6eFpAGs3nbt9Lxdng { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.69270896911619rem;left:45.562500953674rem;height:1.13715rem;text-align:right;text-align-last:right;display:block; }
#krI91UiLXSCy2cVt73AldwGLSt09F4Jk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:0.34288120269776rem;left:11.235244750976rem; }
#M5uyfNtUnqaR0LEAvUtSLOifA8Q30owm { position:relative;display:block; }#M5uyfNtUnqaR0LEAvUtSLOifA8Q30owm { background-color: transparent; background-image: none; }#M5uyfNtUnqaR0LEAvUtSLOifA8Q30owm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5uyfNtUnqaR0LEAvUtSLOifA8Q30owm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5uyfNtUnqaR0LEAvUtSLOifA8Q30owm > .row .container > .video-iframe-container { display: none; }#M5uyfNtUnqaR0LEAvUtSLOifA8Q30owm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5uyfNtUnqaR0LEAvUtSLOifA8Q30owm > .row > .video-iframe-container { display: none; }#M5uyfNtUnqaR0LEAvUtSLOifA8Q30owm > .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); }#M5uyfNtUnqaR0LEAvUtSLOifA8Q30owm { border-width: 0; border-radius: 0; }#M5uyfNtUnqaR0LEAvUtSLOifA8Q30owm > .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; }#M5uyfNtUnqaR0LEAvUtSLOifA8Q30owm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #d52910;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:330.145625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qWnb1PBPfop0iP54IaDPraN7EWGtTT1y { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:6.4345625rem;width:6.4345625rem;top:1.158203125rem;left:9.6875rem;display:block; }
#wxi94WaefieHNP8vbolHsc6TdnPuTxhW { z-index:15013;top:2.7421875rem;left:0rem;background-color:#808287;background-image:none;border-top:0.0625rem solid #808287;border-left:0.0625rem solid #808287;border-right:0.0625rem solid #808287;border-bottom:0.0625rem solid #808287;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0195rem;height:3.27050625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MezaGkbFI5w3mLGp37RvRyvDPb32WBTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TWw7XAMb7NQQb0mUoLWTITmXn0wrUIp4 { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:24.6875rem;top:37.75rem;left:4.5rem;overflow:hidden;display:block; }
#AcKnmeiMTRWSiGBFb28f7cEbMusFsmHw { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:25.125rem;top:37.625001192093rem;left:30.875001907349rem;overflow:hidden;display:block; }
#vlBiJtFkibrDKQAVkI4HvOkQtI43TfM8 { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5rem;width:51rem;top:57.467882156372rem;left:4.5rem;overflow:hidden;display:block; }
#JpqOzv8vHdTpRo3AaumkMQrtkO7L2eud { color:#02050e;display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.6;letter-spacing:0;top:7.5911455154419rem;left:1.4375rem;height:28.791675rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#yNwn6NdGQGfPVknoiqqGge0lis9kdtfX { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.375rem;width:20.6875rem;top:6.0112841725349rem;left:34.867189407349rem;overflow:hidden;display:block; }
#Cd48ZLCpincpQ9Vlu5twOnlFOTwCZxi3 { color:#02050e;display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.6;letter-spacing:0;top:88.346356630325rem;left:3.7491321563721rem;height:12.59636875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#kyR3k2dpbBCVHPEMQo5MlCFp2hvSAaR4 { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.6875rem;width:51.6875rem;top:100.94270563126rem;left:4.5rem;overflow:hidden;display:block; }
#QMpUyRmAupR8i9pOpDcZuTA1PdQV9bAU { color:#02050e;display:block;width:52.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:141.5rem;left:3.7491321563721rem;height:28.79166875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#bm6bk2PKdRdeeSwqhMdATn9O3FZzQvuf { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:26.9375rem;top:171.375rem;left:2.8116321563721rem;overflow:hidden;display:block; }
#vaau7a9dgigv9BWsztPQvEUiPFGaOiH5 { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:26.9375rem;top:171.375rem;left:30.875001907349rem;overflow:hidden;display:block; }
#hGDRimHBrCdwJsIab4ZETiK6sWUSLSMm { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:27.125rem;top:192.31250572204rem;left:2.3055553436279rem;overflow:hidden;display:block; }
#mdgC5PqBnL5tEJZNbAL0TvqihHyLuDBR { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:27.125rem;top:192.31250572204rem;left:30.875001907349rem;overflow:hidden;display:block; }
#TxIFVeiCT2R4TNr2NcNnDm5ZqUKJ1IOp { color:#02050e;display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.6;letter-spacing:0;top:216.85936975479rem;left:1.4375rem;height:30.59115625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#h2iwDcAzIAuXne6lOC4IhlPZHllOAPui { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.8125rem;width:23rem;top:216.75086307526rem;left:34.867189407349rem;overflow:hidden;display:block; }
#MXRQWTyxHaC5HoBXsrrfZyyTpBB2vO3f { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:26.3125rem;top:250.01562023163rem;left:2.7430553436279rem;overflow:hidden;display:block; }
#kQBGpFPugyWDDNK9ASGU8JnJdDJ6BTEc { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:26.3125rem;top:250.01562023163rem;left:30.187501907349rem;overflow:hidden;display:block; }
#qtRumx0tImWfthIusaymuQ3FZiU7mhS1 { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.25rem;width:31rem;top:271.45313549042rem;left:14.500001907349rem;overflow:hidden;display:block; }
#LbT5xwCbhey1ziEfJLVi431AVhtqCnTm { color:#02050e;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:300.10936498642rem;left:1.4375rem;height:25.192725rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qHRxz1EopPAZAME4qiAcWrLVXlespwH8 { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:21.0625rem;top:299.54948234558rem;left:34.492189407349rem;overflow:hidden;display:block; }
#nfdi475M9pmMIzcSEBQnl3LGepUcAEOT { color:#02050e;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.6;letter-spacing:0;top:320.91752815247rem;left:1.4375rem;height:8.9974rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi { position:relative;display:block; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi { background-color: transparent; background-image: none; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row .container > .video-iframe-container { display: none; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row > .video-iframe-container { display: none; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .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); }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi { border-width: 0; border-radius: 0; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .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; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JrnO8wkLlSSCIIWlEVPRuD1UXZntT4NN { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.69270896911619rem;left:45.562500953674rem;height:1.13715rem;text-align:right;text-align-last:right;display:block; }
#fDBtbmL3t1ay7D5VOqnQoqQzCZLCX7tz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.40191078186035rem;left:0.7734375rem;height:3.006075rem;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; }
#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a { position:relative;display:block; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a { background-color: transparent; background-image: none; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container > .video-iframe-container { display: none; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row > .video-iframe-container { display: none; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .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); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a { border-width: 0; border-radius: 0; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .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; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:498.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UN7UhLS6XkG2ThpaAiMI3WLQRuD1BiDc { z-index:15012;top:3.5rem;left:0rem;background-color:#808287;background-image:none;border-top:0.0625rem solid #808287;border-left:0.0625rem solid #808287;border-right:0.0625rem solid #808287;border-bottom:0.0625rem solid #808287;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#N3VTaxHJt4Mt7qfkXTrCVJBuK4k4XHtk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ll96LoBECodBZb0bXOq5OCCmHVHqOLn0 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:6.4331875rem;width:6.4331875rem;top:1.9071159362793rem;left:8.7465286254881rem;display:block; }
#kDDC86t0TaLQBGBZyn8Z7x6UeJ8uGtps { color:#02050e;display:block;width:56.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.6;letter-spacing:0;top:9.8107643127444rem;left:1.78125rem;height:14.39584375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#HPwH1058LSRls3DBX3Tql0TaJS30nnaf { color:#02050e;display:block;width:58.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:118.43747901916rem;left:0.84375rem;height:10.79688125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#QrQKWvVDX0447k2Uw8p4k7x0qeu3GJQx { position:absolute;display:block;z-index:15236;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:25.9375rem;top:26.499132156372rem;left:1.6875rem;overflow:hidden;display:block; }
#s69Bv4sr6N80nHRrcUIGRzrfkIPx0aBV { position:absolute;display:block;z-index:15249;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:31.6875rem;top:132.8125rem;left:2rem;overflow:hidden;display:block; }
#FBR3n3K7SEDmGUETAFcXDSb4OV11MAfc { position:absolute;display:block;z-index:15250;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.9375rem;width:26.875rem;top:152.0625rem;left:2rem;overflow:hidden;display:block; }
#HNDpHPxQn67Da9lrg2cFGxzG6TWqe5o4 { position:absolute;display:block;z-index:15237;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:30.375rem;top:26.499132156372rem;left:28.562501907349rem;overflow:hidden;display:block; }
#ETgFDsoz2008yiCFqSes3TXTz5t0Kd9V { position:absolute;display:block;z-index:15237;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:25.9375rem;top:46.999141693115rem;left:1.6875rem;overflow:hidden;display:block; }
#JGTyM01lfMf0V2wrC4xr4EcG4bkhClDN { position:absolute;display:block;z-index:15238;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.375rem;width:30.375rem;top:62.421879768372rem;left:28.562501907349rem;overflow:hidden;display:block; }
#Qm5bAC97iww4CrF8iEuKSe0FseOKJnlD { color:#02050e;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.6;letter-spacing:0;top:83.744812011719rem;left:1.78125rem;height:8.99740625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#gz9s8qCkzvnz6Zwkav3KQkTQBM7MueIA { color:#02050e;display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.6;letter-spacing:0;top:95.685765743256rem;left:33.960939407349rem;height:23.3932125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#IFzcK49Tz9kQWQJMcUC55u7KhTVauaOH { position:absolute;display:block;z-index:15237;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:30.9375rem;top:96.623265743256rem;left:1.78125rem;overflow:hidden;display:block; }
#GPtpQ2zxA7h45ik1en8WAO5qOhtULPAA { position:absolute;display:block;z-index:15250;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.8125rem;width:26.5625rem;top:152.0625rem;left:30.3125rem;overflow:hidden;display:block; }
#XL3lpWGlehpoOWXp2uWA9EnHb8GylAkh { position:absolute;display:block;z-index:15250;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:20.5625rem;top:132.8125rem;left:34.875rem;overflow:hidden;display:block; }
#huFG8NXZ4naGxDSvWBU3xrLqad5vdkUc { color:#02050e;display:block;width:58.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.6;letter-spacing:0;top:129.9375rem;left:0.875rem;height:1.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IdtB3KxEhSAt9VMDAmlAJUPWOPESQVrl { color:#02050e;display:block;width:58.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:189.50521087646rem;left:1.6866321563721rem;height:1.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oiy7ncch1ikAzNPx7q6T1xrfLxh2nLhN { position:absolute;display:block;z-index:15250;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.8125rem;width:23.125rem;top:192.05989074707rem;left:7.389129887265rem;overflow:hidden;display:block; }
#gnZB88zl2CUB6Ro0nBDHy9BOhRBR0cxT { position:absolute;display:block;z-index:15250;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.6875rem;width:22.25rem;top:192.05989074707rem;left:31.937501907349rem;overflow:hidden;display:block; }
#V6LcmJ4E794NTspIiGcpHHq3t7FHD6kp { position:absolute;display:block;z-index:15251;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:14.5rem;top:224.0703125rem;left:7.1180553436281rem;overflow:hidden;display:block; }
#NFwW2FsfKnf6xtiInTqtXK9yRmGvKxZA { position:absolute;display:block;z-index:15252;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:14.375rem;top:224.16319942474rem;left:23.655382156372rem;overflow:hidden;display:block; }
#QeWVEssv7TslZCfDVDnBSDlXCc8fBdtT { position:absolute;display:block;z-index:15253;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:14.1875rem;top:224.06940364837rem;left:39.742189407349rem;overflow:hidden;display:block; }
#VJsNB6na3RBkiBll3x5u7LqIv6m4fRoi { color:#02050e;display:block;width:58.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.6;letter-spacing:0;top:244.81163311004rem;left:0.84375rem;height:41.3880375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ITOlm3R14BGwgDGq5uOcvvtRU2xgTEKd { position:absolute;display:block;z-index:15252;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.4375rem;width:54.6875rem;top:286.19877815247rem;left:1.78125rem;overflow:hidden;display:block; }
#XRSVfuEb8lWlxmAP4NmdLZVIEybHdiRb { position:absolute;display:block;z-index:15251;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:17.9375rem;top:316.12588500976rem;left:1.78125rem;overflow:hidden;display:block; }
#JDgLGiXZbgqZZV10ZmTurJh6XJQlPfUn { position:absolute;display:block;z-index:15252;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:17.8125rem;top:316.12499713898rem;left:20.718751907349rem;overflow:hidden;display:block; }
#h94EAKVrFSSGfyTNAfNiWq6fLctB7C96 { position:absolute;display:block;z-index:15253;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:17.9375rem;top:316.12499713898rem;left:39.710939407349rem;overflow:hidden;display:block; }
#TMxFi3oGGaRiVzJBFpeiwT1IiNKh2eTP { position:absolute;display:block;z-index:15252;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:17.9375rem;top:341.4375rem;left:6.9375rem;overflow:hidden;display:block; }
#N6HrSFaMkAKVMKM7RrEhIT6W3MK8AIJo { position:absolute;display:block;z-index:15253;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24rem;width:27.625rem;top:341.3125rem;left:26.25rem;overflow:hidden;display:block; }
#UUu8UvWTPI04GsPmb0l2hJXwWEstaFfi { position:absolute;display:block;z-index:15253;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:27.6875rem;top:366.75rem;left:26.25rem;overflow:hidden;display:block; }
#pKCgvworuTPWBUD77b4TP0LBkIFoVaDA { position:absolute;display:block;z-index:15254;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:17.25rem;top:366.875rem;left:6rem;overflow:hidden;display:block; }
#kXv1fi4xS4v1PoRxqmrDeO0yAhVFWB8L { position:absolute;display:block;z-index:15255;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.3125rem;width:16.625rem;top:388.375rem;left:5.875rem;overflow:hidden;display:block; }
#gqiWFuCT6sFZtsczSApVNDKExLDICE5Z { position:absolute;display:block;z-index:15255;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22rem;width:29.5rem;top:388.5625rem;left:24.625rem;overflow:hidden;display:block; }
#lR6Bto61Isx7HZGivHUZHvvEeEdOzlh2 { color:#02050e;display:block;width:58.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:411.56165504456rem;left:0.84375rem;height:8.99740625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#evPQkoQW7ekt4PX7fWcKMkGMn1Cw35d1 { color:#02050e;display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:424.22304916382rem;left:1.03125rem;height:17.9948125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#DGQpPRstKgQQucd7ih0gIbXmDJXwFlEi { position:absolute;display:block;z-index:15255;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5625rem;width:24.5625rem;top:444.02864599228rem;left:2.375rem;overflow:hidden;display:block; }
#vEmFsJ8sK7NL2t02N8Q29pqGwmiMA9Ea { position:absolute;display:block;z-index:15256;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.0625rem;width:24.0625rem;top:444.27864599228rem;left:30.312501907349rem;overflow:hidden;display:block; }
#GrcsuP2l1N5mt0XVJFLqZD9gfEHgyxAr { position:absolute;display:block;z-index:15256;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5625rem;width:24.5625rem;top:471.15362548828rem;left:2.375rem;overflow:hidden;display:block; }
#vtR5fb2WeoIHtzQwykH6QqD0L2zhnXgE { position:absolute;display:block;z-index:15257;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5625rem;width:24.5625rem;top:471.15278816223rem;left:29.679689407349rem;overflow:hidden;display:block; }
#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { position:relative;display:block; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { background-color: transparent; background-image: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container > .video-iframe-container { display: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container { display: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .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); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { border-width: 0; border-radius: 0; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:25.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Hc2Vn2FTXSsvXLdsIdcAHEZtX21Tx9c1 { color:#071638;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.46875rem;left:0rem;height:5.8489625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CgnWKyXPQT6Wm971ugQ5TEgl2hx3tANt { position:absolute;display:block;z-index:15009;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.8125rem;width:13.8125rem;top:16.9375rem;left:2.53515625rem;overflow:hidden;display:block; }
#UnxOcyNuKhmXWMNG6rBBUS7wTwEnSKfu { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:15.875rem;top:16.78125rem;left:42.5576171875rem;overflow:hidden;display:block; }
#a0SO6lvTeAHZDUITcpn9wLwFvbKWsGOI { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:18.9375rem;top:17.5625rem;left:20.53125rem;overflow:hidden;display:block; }
#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { position:relative;display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { background-color: transparent; background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .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); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { border-width: 0; border-radius: 0; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { color:#071638;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.40625rem;left:0rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coIsJPDFrTfaNXEZDFcy4GU08rc7Nfis { top:0rem;left:0rem;width:47.75rem;height:14.921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGEOL109Z0nqciNUDeseDxx4bPL6FuMF { display:block; }#vGEOL109Z0nqciNUDeseDxx4bPL6FuMF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDpKfJF5dsz5VGMpx7ToO4Syx4QSNxhh { top:0.4375rem;left:0rem;width:20rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #slypAdGOB9CtPNz6eFpAGs3nbt9Lxdng { top:0.6875rem;left:34.25rem;width:13.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #krI91UiLXSCy2cVt73AldwGLSt09F4Jk { top:0.3125rem;left:5.1102447509766rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5uyfNtUnqaR0LEAvUtSLOifA8Q30owm { display:block; }#M5uyfNtUnqaR0LEAvUtSLOifA8Q30owm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWnb1PBPfop0iP54IaDPraN7EWGtTT1y { top:1.125rem;left:3.5625rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxi94WaefieHNP8vbolHsc6TdnPuTxhW { top:2.6875rem;left:0rem;width:14rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MezaGkbFI5w3mLGp37RvRyvDPb32WBTI { display:block; }
 }@media only screen and (max-width: 763px) { #TWw7XAMb7NQQb0mUoLWTITmXn0wrUIp4 { top:37.75rem;left:0rem;width:24.6875rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcKnmeiMTRWSiGBFb28f7cEbMusFsmHw { top:37.625rem;left:22.625rem;width:25.125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlBiJtFkibrDKQAVkI4HvOkQtI43TfM8 { top:57.4375rem;left:0rem;width:47.75rem;height:26.683823529412rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpqOzv8vHdTpRo3AaumkMQrtkO7L2eud { top:7.5625rem;left:0rem;width:31rem;height:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNwn6NdGQGfPVknoiqqGge0lis9kdtfX { top:6rem;left:27.0625rem;width:20.6875rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd48ZLCpincpQ9Vlu5twOnlFOTwCZxi3 { top:88.3125rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyR3k2dpbBCVHPEMQo5MlCFp2hvSAaR4 { top:100.9375rem;left:0rem;width:47.75rem;height:35.740326481258rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMpUyRmAupR8i9pOpDcZuTA1PdQV9bAU { top:141.5rem;left:0rem;width:47.75rem;height:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm6bk2PKdRdeeSwqhMdATn9O3FZzQvuf { top:171.375rem;left:0rem;width:26.9375rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaau7a9dgigv9BWsztPQvEUiPFGaOiH5 { top:171.375rem;left:20.8125rem;width:26.9375rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGDRimHBrCdwJsIab4ZETiK6sWUSLSMm { top:192.3125rem;left:0rem;width:27.125rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdgC5PqBnL5tEJZNbAL0TvqihHyLuDBR { top:192.3125rem;left:20.625rem;width:27.125rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxIFVeiCT2R4TNr2NcNnDm5ZqUKJ1IOp { top:216.8125rem;left:0rem;width:31.9375rem;height:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2iwDcAzIAuXne6lOC4IhlPZHllOAPui { top:216.75rem;left:24.75rem;width:23rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXRQWTyxHaC5HoBXsrrfZyyTpBB2vO3f { top:250rem;left:0rem;width:26.3125rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQBGpFPugyWDDNK9ASGU8JnJdDJ6BTEc { top:250rem;left:21.25rem;width:26.3125rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtRumx0tImWfthIusaymuQ3FZiU7mhS1 { top:271.4375rem;left:8.3750019073488rem;width:31rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbT5xwCbhey1ziEfJLVi431AVhtqCnTm { top:300.0625rem;left:0rem;width:28.8125rem;height:25.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHRxz1EopPAZAME4qiAcWrLVXlespwH8 { top:299.5rem;left:26.6875rem;width:21.0625rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfdi475M9pmMIzcSEBQnl3LGepUcAEOT { top:320.875rem;left:0rem;width:28.8125rem;height:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi { display:block; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrnO8wkLlSSCIIWlEVPRuD1UXZntT4NN { top:0.6875rem;left:34.25rem;width:13.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDBtbmL3t1ay7D5VOqnQoqQzCZLCX7tz { top:0.375rem;left:0rem;width:12.5rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a { display:block; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UN7UhLS6XkG2ThpaAiMI3WLQRuD1BiDc { top:3.5rem;left:0rem;width:13.125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3VTaxHJt4Mt7qfkXTrCVJBuK4k4XHtk { display:block; }
 }@media only screen and (max-width: 763px) { #ll96LoBECodBZb0bXOq5OCCmHVHqOLn0 { top:1.875rem;left:2.6215286254883rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDDC86t0TaLQBGBZyn8Z7x6UeJ8uGtps { top:9.75rem;left:0rem;width:47.75rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPwH1058LSRls3DBX3Tql0TaJS30nnaf { top:118.375rem;left:0rem;width:47.75rem;height:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrQKWvVDX0447k2Uw8p4k7x0qeu3GJQx { top:26.4375rem;left:0rem;width:25.9375rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s69Bv4sr6N80nHRrcUIGRzrfkIPx0aBV { top:132.8125rem;left:0rem;width:31.6875rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBR3n3K7SEDmGUETAFcXDSb4OV11MAfc { top:152.0625rem;left:0rem;width:26.875rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNDpHPxQn67Da9lrg2cFGxzG6TWqe5o4 { top:26.4375rem;left:17.375rem;width:30.375rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETgFDsoz2008yiCFqSes3TXTz5t0Kd9V { top:46.9375rem;left:0rem;width:25.9375rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGTyM01lfMf0V2wrC4xr4EcG4bkhClDN { top:62.375rem;left:17.375rem;width:30.375rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm5bAC97iww4CrF8iEuKSe0FseOKJnlD { top:83.6875rem;left:0rem;width:26.8125rem;height:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz9s8qCkzvnz6Zwkav3KQkTQBM7MueIA { top:95.625rem;left:23.4375rem;width:24.3125rem;height:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFzcK49Tz9kQWQJMcUC55u7KhTVauaOH { top:96.5625rem;left:0rem;width:30.9375rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPtpQ2zxA7h45ik1en8WAO5qOhtULPAA { top:152.0625rem;left:21.1875rem;width:26.5625rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL3lpWGlehpoOWXp2uWA9EnHb8GylAkh { top:132.8125rem;left:27.1875rem;width:20.5625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #huFG8NXZ4naGxDSvWBU3xrLqad5vdkUc { top:129.9375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdtB3KxEhSAt9VMDAmlAJUPWOPESQVrl { top:189.5rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiy7ncch1ikAzNPx7q6T1xrfLxh2nLhN { top:192rem;left:1.2641298872652rem;width:23.125rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnZB88zl2CUB6Ro0nBDHy9BOhRBR0cxT { top:192rem;left:25.5rem;width:22.25rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6LcmJ4E794NTspIiGcpHHq3t7FHD6kp { top:224.0625rem;left:0.99305534362794rem;width:14.5rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFwW2FsfKnf6xtiInTqtXK9yRmGvKxZA { top:224.125rem;left:17.530382156372rem;width:14.375rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeWVEssv7TslZCfDVDnBSDlXCc8fBdtT { top:224.0625rem;left:33.25rem;width:14.1875rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJsNB6na3RBkiBll3x5u7LqIv6m4fRoi { top:244.75rem;left:0rem;width:47.75rem;height:41.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITOlm3R14BGwgDGq5uOcvvtRU2xgTEKd { top:286.1875rem;left:0rem;width:47.75rem;height:24.83rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRSVfuEb8lWlxmAP4NmdLZVIEybHdiRb { top:316.125rem;left:0rem;width:17.9375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDgLGiXZbgqZZV10ZmTurJh6XJQlPfUn { top:316.0625rem;left:14.593751907349rem;width:17.8125rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h94EAKVrFSSGfyTNAfNiWq6fLctB7C96 { top:316.0625rem;left:29.1875rem;width:17.9375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMxFi3oGGaRiVzJBFpeiwT1IiNKh2eTP { top:341.4375rem;left:0.8125rem;width:17.9375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6HrSFaMkAKVMKM7RrEhIT6W3MK8AIJo { top:341.3125rem;left:20.125rem;width:27.625rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUu8UvWTPI04GsPmb0l2hJXwWEstaFfi { top:366.75rem;left:20.0625rem;width:27.6875rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKCgvworuTPWBUD77b4TP0LBkIFoVaDA { top:366.875rem;left:0rem;width:17.25rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXv1fi4xS4v1PoRxqmrDeO0yAhVFWB8L { top:388.375rem;left:0rem;width:16.625rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqiWFuCT6sFZtsczSApVNDKExLDICE5Z { top:388.5625rem;left:18.25rem;width:29.5rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR6Bto61Isx7HZGivHUZHvvEeEdOzlh2 { top:411.5rem;left:0rem;width:47.75rem;height:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #evPQkoQW7ekt4PX7fWcKMkGMn1Cw35d1 { top:424.1875rem;left:0rem;width:47.75rem;height:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGQpPRstKgQQucd7ih0gIbXmDJXwFlEi { top:444rem;left:0rem;width:24.5625rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEmFsJ8sK7NL2t02N8Q29pqGwmiMA9Ea { top:444.25rem;left:23.6875rem;width:24.0625rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrcsuP2l1N5mt0XVJFLqZD9gfEHgyxAr { top:471.125rem;left:0rem;width:24.5625rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtR5fb2WeoIHtzQwykH6QqD0L2zhnXgE { top:471.125rem;left:23.1875rem;width:24.5625rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { display:block; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hc2Vn2FTXSsvXLdsIdcAHEZtX21Tx9c1 { top:5.4375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgnWKyXPQT6Wm971ugQ5TEgl2hx3tANt { top:16.9375rem;left:0rem;width:13.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnxOcyNuKhmXWMNG6rBBUS7wTwEnSKfu { top:16.75rem;left:31.875rem;width:15.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0SO6lvTeAHZDUITcpn9wLwFvbKWsGOI { top:17.5625rem;left:14.40625rem;width:18.9375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { top:1.375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:20rem;height:8.4375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coIsJPDFrTfaNXEZDFcy4GU08rc7Nfis { width:20rem;height:6.124675rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGEOL109Z0nqciNUDeseDxx4bPL6FuMF { display:block; }#vGEOL109Z0nqciNUDeseDxx4bPL6FuMF > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDpKfJF5dsz5VGMpx7ToO4Syx4QSNxhh { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #slypAdGOB9CtPNz6eFpAGs3nbt9Lxdng { width:13.499125rem;height:0.89355625rem;top:1.0434026718139rem;left:6.5017362236975rem;font-size:0.6875rem;text-align:right;text-align-last:right;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #krI91UiLXSCy2cVt73AldwGLSt09F4Jk { display:flex;width:1.49913125rem;height:1.49913125rem;top:0rem;left:6.0008679032326rem; }
 }@media only screen and (max-width: 763px) { #M5uyfNtUnqaR0LEAvUtSLOifA8Q30owm { display:block; }#M5uyfNtUnqaR0LEAvUtSLOifA8Q30owm > .row .container { width:20rem;height:412.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWnb1PBPfop0iP54IaDPraN7EWGtTT1y { width:6.375rem;height:6.375rem;top:1.2109375rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxi94WaefieHNP8vbolHsc6TdnPuTxhW { top:2.7734379768372rem;left:0rem;width:6.8125rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MezaGkbFI5w3mLGp37RvRyvDPb32WBTI { display:block; }
 }@media only screen and (max-width: 763px) { #TWw7XAMb7NQQb0mUoLWTITmXn0wrUIp4 { width:20rem;height:14.987341772152rem;top:68.3229375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcKnmeiMTRWSiGBFb28f7cEbMusFsmHw { width:20rem;height:14.925373134328rem;top:84.5599375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlBiJtFkibrDKQAVkI4HvOkQtI43TfM8 { width:20rem;height:11.176470588235rem;top:100.7353125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpqOzv8vHdTpRo3AaumkMQrtkO7L2eud { width:20rem;height:28.58854375rem;top:8.8359375rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yNwn6NdGQGfPVknoiqqGge0lis9kdtfX { width:20rem;height:28.398791540786rem;top:38.6745rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd48ZLCpincpQ9Vlu5twOnlFOTwCZxi3 { width:20rem;height:18.19270625rem;top:113.1615rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kyR3k2dpbBCVHPEMQo5MlCFp2hvSAaR4 { width:20rem;height:14.96977025393rem;top:132.6033125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMpUyRmAupR8i9pOpDcZuTA1PdQV9bAU { width:20rem;height:33.78648125rem;top:148.8229375rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bm6bk2PKdRdeeSwqhMdATn9O3FZzQvuf { width:20rem;height:14.988399071926rem;top:183.859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaau7a9dgigv9BWsztPQvEUiPFGaOiH5 { width:20rem;height:14.988399071926rem;top:200.09725rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGDRimHBrCdwJsIab4ZETiK6sWUSLSMm { width:20rem;height:14.976958525346rem;top:216.335125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdgC5PqBnL5tEJZNbAL0TvqihHyLuDBR { width:20rem;height:14.976958525346rem;top:232.5616875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxIFVeiCT2R4TNr2NcNnDm5ZqUKJ1IOp { width:20rem;height:28.58854375rem;top:248.78825rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #h2iwDcAzIAuXne6lOC4IhlPZHllOAPui { width:20rem;height:26.79347826087rem;top:278.6268125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXRQWTyxHaC5HoBXsrrfZyyTpBB2vO3f { width:20rem;height:14.964370546318rem;top:306.6701875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQBGpFPugyWDDNK9ASGU8JnJdDJ6BTEc { width:20rem;height:14.964370546318rem;top:322.88375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtRumx0tImWfthIusaymuQ3FZiU7mhS1 { width:20rem;height:15rem;top:339.0973125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbT5xwCbhey1ziEfJLVi431AVhtqCnTm { width:20rem;height:22.09115rem;top:355.3473125rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qHRxz1EopPAZAME4qiAcWrLVXlespwH8 { width:20rem;height:24.985163204748rem;top:386.4358125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfdi475M9pmMIzcSEBQnl3LGepUcAEOT { width:20rem;height:6.4974rem;top:378.6884375rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi { display:block; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrnO8wkLlSSCIIWlEVPRuD1UXZntT4NN { width:5.9375rem;height:0.89355625rem;top:2.3003468513489rem;left:14.062500536442rem;font-size:0.6875rem;text-align:right;text-align-last:right;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #fDBtbmL3t1ay7D5VOqnQoqQzCZLCX7tz { width:10.4323125rem;height:2.599825rem;top:0.54079866409302rem;left:0rem;font-size:2rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a { display:block; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a { background-color: transparent; background-image: none; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container > .video-iframe-container { display: none; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row > .video-iframe-container { display: none; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .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); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a { border-width: 0; border-radius: 0; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container { width:20rem;height:1354.875rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #da291c;border-left:0.0625rem solid #da291c;border-right:0.0625rem solid #da291c;border-bottom:0.0625rem solid #da291c;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UN7UhLS6XkG2ThpaAiMI3WLQRuD1BiDc { top:3.8289375305176rem;left:0.35400390625rem;width:9.602833375rem;height:3.041177125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3VTaxHJt4Mt7qfkXTrCVJBuK4k4XHtk { display:block; }
 }@media only screen and (max-width: 763px) { #ll96LoBECodBZb0bXOq5OCCmHVHqOLn0 { width:6.375rem;height:6.375rem;top:2.16015625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDDC86t0TaLQBGBZyn8Z7x6UeJ8uGtps { width:20rem;height:20.79164375rem;top:9.91232585907rem;left:0.055555522441864rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HPwH1058LSRls3DBX3Tql0TaJS30nnaf { width:20rem;height:15.59375rem;top:158.03731060028rem;left:0.055555522441864rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QrQKWvVDX0447k2Uw8p4k7x0qeu3GJQx { width:20rem;height:14.89156626506rem;top:33.091138839722rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #s69Bv4sr6N80nHRrcUIGRzrfkIPx0aBV { width:20rem;height:11.20315581854rem;top:180.17795372009rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBR3n3K7SEDmGUETAFcXDSb4OV11MAfc { width:20rem;height:26.744186046512rem;top:211.24739837646rem;left:-0.7890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNDpHPxQn67Da9lrg2cFGxzG6TWqe5o4 { width:20rem;height:22.757201646091rem;top:71.375848770144rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETgFDsoz2008yiCFqSes3TXTz5t0Kd9V { width:20rem;height:20rem;top:49.751757621765rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGTyM01lfMf0V2wrC4xr4EcG4bkhClDN { width:20rem;height:20rem;top:103.10244417191rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm5bAC97iww4CrF8iEuKSe0FseOKJnlD { width:20rem;height:6.49740625rem;top:95.571189880369rem;left:0.055555522441864rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gz9s8qCkzvnz6Zwkav3KQkTQBM7MueIA { width:20rem;height:18.1927125rem;top:125.33160114288rem;left:0.055555522441864rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IFzcK49Tz9kQWQJMcUC55u7KhTVauaOH { width:20rem;height:13.131313131313rem;top:143.6345539093rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPtpQ2zxA7h45ik1en8WAO5qOhtULPAA { width:20rem;height:26.964705882353rem;top:240.06771087646rem;left:-0.7890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL3lpWGlehpoOWXp2uWA9EnHb8GylAkh { width:20rem;height:17.021276595745rem;top:192.6015625rem;left:-0.7890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #huFG8NXZ4naGxDSvWBU3xrLqad5vdkUc { width:20rem;height:1.29948125rem;top:176.50339698791rem;left:0.055555522441864rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IdtB3KxEhSAt9VMDAmlAJUPWOPESQVrl { width:20rem;height:1.29948125rem;top:268.4921875rem;left:-0.7890625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oiy7ncch1ikAzNPx7q6T1xrfLxh2nLhN { width:20rem;height:25.783783783784rem;top:272.08331298828rem;left:-0.7890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnZB88zl2CUB6Ro0nBDHy9BOhRBR0cxT { width:20rem;height:26.685393258427rem;top:298.80209350586rem;left:-0.7890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6LcmJ4E794NTspIiGcpHHq3t7FHD6kp { width:14.5rem;height:19.375rem;top:327.04949188233rem;left:2.1458334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFwW2FsfKnf6xtiInTqtXK9yRmGvKxZA { width:14.375rem;height:19.1875rem;top:348.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeWVEssv7TslZCfDVDnBSDlXCc8fBdtT { width:14.1875rem;height:19rem;top:368.6875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJsNB6na3RBkiBll3x5u7LqIv6m4fRoi { width:20rem;height:55.87755625rem;top:390.32035827637rem;left:-0.7890625rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ITOlm3R14BGwgDGq5uOcvvtRU2xgTEKd { width:20rem;height:10.4rem;top:447.5rem;left:-0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRSVfuEb8lWlxmAP4NmdLZVIEybHdiRb { width:17.9375rem;height:23.9375rem;top:459.125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDgLGiXZbgqZZV10ZmTurJh6XJQlPfUn { width:17.8125rem;height:23.9375rem;top:484.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h94EAKVrFSSGfyTNAfNiWq6fLctB7C96 { width:17.9375rem;height:23.9375rem;top:509.5rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMxFi3oGGaRiVzJBFpeiwT1IiNKh2eTP { width:17.9375rem;height:23.9375rem;top:534.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6HrSFaMkAKVMKM7RrEhIT6W3MK8AIJo { width:20rem;height:17.37556561086rem;top:559.875rem;left:-0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUu8UvWTPI04GsPmb0l2hJXwWEstaFfi { width:20rem;height:14.943566591422rem;top:601.5625rem;left:-0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKCgvworuTPWBUD77b4TP0LBkIFoVaDA { width:17.25rem;height:20.4375rem;top:579.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXv1fi4xS4v1PoRxqmrDeO0yAhVFWB8L { width:16.625rem;height:22.3125rem;top:617.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqiWFuCT6sFZtsczSApVNDKExLDICE5Z { width:20rem;height:14.915254237288rem;top:641.3125rem;left:-0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR6Bto61Isx7HZGivHUZHvvEeEdOzlh2 { width:20rem;height:9.09635625rem;top:657.5rem;left:-0.8125rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #evPQkoQW7ekt4PX7fWcKMkGMn1Cw35d1 { width:20rem;height:25.989575rem;top:667.875rem;left:-0.8125rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DGQpPRstKgQQucd7ih0gIbXmDJXwFlEi { width:20rem;height:20rem;top:695.5rem;left:-0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEmFsJ8sK7NL2t02N8Q29pqGwmiMA9Ea { width:20rem;height:20rem;top:716.75rem;left:-0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrcsuP2l1N5mt0XVJFLqZD9gfEHgyxAr { width:20rem;height:20rem;top:738rem;left:-0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtR5fb2WeoIHtzQwykH6QqD0L2zhnXgE { width:20rem;height:20rem;top:759.25rem;left:-0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { background-color:#f6f8f8;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; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { background-color: transparent; background-image: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container > .video-iframe-container { display: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container { display: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .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); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { border-width: 0; border-radius: 0; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hc2Vn2FTXSsvXLdsIdcAHEZtX21Tx9c1 { width:20rem;height:2.5989625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CgnWKyXPQT6Wm971ugQ5TEgl2hx3tANt { width:9.2496875rem;height:1.8123375rem;top:5.09928125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnxOcyNuKhmXWMNG6rBBUS7wTwEnSKfu { width:11.1246875rem;height:2.1248375rem;top:10.66161875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0SO6lvTeAHZDUITcpn9wLwFvbKWsGOI { width:15.374375rem;height:1.25rem;top:8.16161875rem;left:2.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { background-color:#f6f8f8;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; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { background-color: transparent; background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .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); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { border-width: 0; border-radius: 0; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { width:20rem;height:0.5688475rem;top:1.25rem;left:0rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }