.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0: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;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:229.27rem;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; }#yIZk00LeI3TJkr33q6S99cMUy1d3lwQk { color:#02050e;display:block;width:56rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;top:10.091144561767rem;left:1.59375rem;height:8.9974rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#a1TTZiC98aCJg3BJblMKLBLWr3DQTgOn { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:28.125rem;top:20.214408874512rem;left:30.585939407349rem;overflow:hidden;display:block; }
#FCmQssTrROimdsJnc7FDMsEGBmchZ5MQ { position:absolute;display:block;z-index:15035;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:28.125rem;top:40.712675094604rem;left:30.585939407349rem;overflow:hidden;display:block; }
#my83cUcSFTJrMrwAVR3Nu6t051bF4z3I { position:absolute;display:block;z-index:15036;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.5625rem;width:28.125rem;top:20.215278625488rem;left:1.25rem;overflow:hidden;display:block; }
#Nyr4Rilb68259vIQfh43L3SmJSH0wmIt { color:#02050e;display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.6;letter-spacing:0;top:63.339406967163rem;left:31.460939407349rem;height:10.7969rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#U7roQVdJmIPfBoXaLk6o09O7xSyMDCwG { position:absolute;display:block;z-index:15037;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:16.4375rem;width:28.0625rem;top:63.341141700744rem;left:1.25rem;overflow:hidden;display:block; }
#FetcrxmIkJUylUwlVHuL96PFTZfFqon4 { position:absolute;display:block;z-index:15038;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:20.5rem;top:81.249997138975rem;left:5.0625rem;overflow:hidden;display:block; }
#lDuOTvzCU0TfpLxOxdRlzxFgWSun3mOO { position:absolute;display:block;z-index:15039;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.6875rem;width:16.125rem;top:81.249997138975rem;left:33.835939407349rem;overflow:hidden;display:block; }
#qH0z8om98v4DReAMoMFaUl6ZT8sioRUk { color:#02050e;display:block;width:54.125rem;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:111.5625rem;left:3.1180553436279rem;height:3.59895625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UF1x2BSixH81xr4H19LFzrMLPBGb5rTf { position:absolute;display:block;z-index:15041;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:40.5rem;top:116.52689933777rem;left:9.7500019073488rem;overflow:hidden;display:block; }
#ioKzWymRMto84OMBhRdMlrVeCTGbyHLC { position:absolute;display:block;z-index:15042;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.3125rem;width:20.8125rem;top:148.90451431274rem;left:4.90625rem;overflow:hidden;display:block; }
#TZv9uP37uhyFbPTiyB16TizG0NQ8LgUh { position:absolute;display:block;z-index:15037;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.125rem;width:28.125rem;top:40.337675094604rem;left:1.25rem;overflow:hidden;display:block; }
#P8xVOywMpBEBSfFaHLePm6DqlNsRAM5L { color:#02050e;display:block;width:28rem;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:149.59201431274rem;left:29.648439407349rem;height:3.59895625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#RVlPPKuBv99GlCEKfzrOLn7hVgz73MHm { position:absolute;display:block;z-index:15043;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.5625rem;width:24.375rem;top:193.20833778381rem;left:33.273439407349rem;overflow:hidden;display:block; }
#eh0uKPhAVyzNwpJKn9XSgMsNmHK0WaiA { position:absolute;display:block;z-index:15044;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:32.125rem;width:24.375rem;top:193.20833778381rem;left:3.125rem;overflow:hidden;display:block; }
#wfTIKPKBlNJk78TpK3Az3lyCJJTRxN1w { color:#02050e;display:block;width:54.125rem;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:183.06510925293rem;left:2.9375rem;height:7.19791875rem;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: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; }#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:505.625rem;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:50.875rem;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:31.450518608093rem;left:4.5625rem;height:21.59375625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#VyvekTzZDv3nQGZZuCWvS3375Au2SSwe { color:#02050e;display:block;width:28.1875rem;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:77.3125rem;left:30.125rem;height:19.79430625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#b4U6Rox3e2y3xk4PUFX99WOt0zsAwL6G { position:absolute;display:block;z-index:15203;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.875rem;width:26.6875rem;top:77.3125rem;left:1.75rem;overflow:hidden;display:block; }
#yTL7g1qitInD1DBg8icUuGaPybeottr7 { position:absolute;display:block;z-index:15209;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.0625rem;width:26.75rem;top:119.6875rem;left:1.6875rem;overflow:hidden;display:block; }
#nmux19kpzLH5akNzmZ2LKvoy6gR60nEg { position:absolute;display:block;z-index:15210;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.0625rem;width:26.75rem;top:98.25rem;left:1.6875rem;overflow:hidden;display:block; }
#rqhLZ77oK6Qrlvyd7Hsvrvpt5AmuIvrq { position:absolute;display:block;z-index:15211;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.875rem;width:26.5rem;top:98.375rem;left:30.9375rem;overflow:hidden;display:block; }
#hAVg3eqSOSRnWkky8ldIMd09Cq0g3bZH { position:absolute;display:block;z-index:15213;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:25.625rem;top:120.125rem;left:30.9375rem;overflow:hidden;display:block; }
#WfyTdgL33Rhta723OVXRuLTbz4KlBb3p { color:#02050e;display:block;width:55.5rem;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:144.51128578186rem;left:2.25rem;height:23.39324375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nl7nNrA1QaONn5FvnIetZuDutyx28gsR { position:absolute;display:block;z-index:15217;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.875rem;width:21.625rem;top:170.875rem;left:5.375rem;overflow:hidden;display:block; }
#A3s6eKGiuBZdMo48XXweiyfiXJHvinoh { position:absolute;display:block;z-index:15218;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.1875rem;width:21.6875rem;top:170.75rem;left:29.25rem;overflow:hidden;display:block; }
#Mp7TffwmVyIkMKl473QGP6VCI4e3DLke { position:absolute;display:block;z-index:15219;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:29rem;width:21.6875rem;top:201.75rem;left:5.3125rem;overflow:hidden;display:block; }
#dVR96rBxJS29SsgFSUVIhr5pa2XE1q18 { position:absolute;display:block;z-index:15220;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.5625rem;width:21.625rem;top:201.9375rem;left:29.5rem;overflow:hidden;display:block; }
#I8TBxi5AKQaXBUNMZzbKFfDdMZ32b5XW { position:absolute;display:block;z-index:15222;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.875rem;width:34.5rem;top:232.3125rem;left:10.5625rem;overflow:hidden;display:block; }
#ItaQ4kmz6ygraN85fMeN17htPLLQv4R1 { color:#02050e;display:block;width:50.25rem;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:167.90451431274rem;left:4.875rem;height:1.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FmBw5XLHRrlUvEVM9oCNTrFCGKoe53uE { color:#02050e;display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.6;letter-spacing:0;top:259.56857299805rem;left:4.875rem;height:1.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#okcXqcVToC9DOJeoTEhzaPSob7rHeS9a { position:absolute;display:block;z-index:15223;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.8125rem;width:22rem;top:263.0625rem;left:5.6875rem;overflow:hidden;display:block; }
#TgyKzBqsg8RxJ7OqCv1iTJFhR4UitLes { position:absolute;display:block;z-index:15224;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.8125rem;width:22.75rem;top:263.0625rem;left:30.125rem;overflow:hidden;display:block; }
#fU3DREgBp3rq0vAwIXR57xszluTasmVo { position:absolute;display:block;z-index:15226;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.6875rem;width:24.375rem;top:294.5rem;left:30.125rem;overflow:hidden;display:block; }
#lqTOJC9mSvMSAHFc63GXsT2dPuGGRrZ2 { position:absolute;display:block;z-index:15225;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.0625rem;width:21.75rem;top:293.8125rem;left:5.5rem;overflow:hidden;display:block; }
#FGM09Q8wzxFR1nxTegqPqsuqA9bC7BSU { color:#02050e;display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.6;letter-spacing:0;top:326.93662261963rem;left:4.875rem;height:1.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TsWh7HZGgnbJ5ttZUy3sFrpT6r7ADCpG { position:absolute;display:block;z-index:15223;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.875rem;width:43rem;top:330.62413215638rem;left:8.5rem;overflow:hidden;display:block; }
#MkPbVoSaASvTWbWh5SxxZT6FO5J5BK12 { position:absolute;display:block;z-index:15226;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.25rem;width:21.6875rem;top:356.4375rem;left:7.5rem;overflow:hidden;display:block; }
#xsfyTtPCwggUwNhHFHmMQgnRaJ8U5nL5 { position:absolute;display:block;z-index:15228;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.3125rem;width:22.125rem;top:356.4375rem;left:30.937501907349rem;overflow:hidden;display:block; }
#ExUaRvZFHEzlRuGsPbqzOUsJh9NgweTE { position:absolute;display:block;z-index:15227;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:28rem;width:21.625rem;top:387.81249046326rem;left:19.187501907349rem;overflow:hidden;display:block; }
#AFGvJckA3lzOXZg9KQyVo1icqBmngoRU { color:#02050e;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.6;letter-spacing:0;top:419.87498855591rem;left:22.875001907349rem;height:1.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wqRHTMiXZpJ1TwIu6lbCSKlV7aunoOF6 { position:absolute;display:block;z-index:15229;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.25rem;width:21.25rem;top:423.81251049042rem;left:2.8125rem;overflow:hidden;display:block; }
#p2M8AemPJXHccpOSov6VvSAXm2aoJvqW { color:#02050e;display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.6;letter-spacing:0;top:450.6875rem;left:5.1875rem;height:1.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wruodpLa12lmgb7JGNli20VuoOg1gGyz { position:absolute;display:block;z-index:15038;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:19.6875rem;top:54.305556774139rem;left:40.311632156372rem;overflow:hidden;display:block; }
#A7AH6LhFDQ1reH5caZFnoRHnHsCoaqBz { position:absolute;display:block;z-index:15040;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.75rem;width:19.75rem;top:10.366296768189rem;left:40.249132156372rem;overflow:hidden;display:block; }
#zgeFWvt0d6KcT9SG6M7bzrhuwKkiRXtS { position:absolute;display:block;z-index:15037;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.625rem;width:19.625rem;top:54.368056774139rem;left:20.187501907349rem;overflow:hidden;display:block; }
#sEHroGin50vJFurKRnxgK6Unp9LScZF2 { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:19.8125rem;top:54.180556774139rem;left:0rem;overflow:hidden;display:block; }
#wpS753nEBblIUQ5VSWRMSdpzKBIhJV7c { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:19.8125rem;top:10.303796768189rem;left:20.093751907349rem;overflow:hidden;display:block; }
#HaAlq88bDsJvATAZg7XT27XV7AJ3LuVA { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:19.8125rem;top:10.303796768189rem;left:0rem;overflow:hidden;display:block; }
#ZbETGfmwVdKgkwFpwllnf0Wmp0VtxEp3 { position:absolute;display:block;z-index:15230;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.25rem;width:32.4375rem;top:423.81251049042rem;left:25.929689407349rem;overflow:hidden;display:block; }
#HPwH1058LSRls3DBX3Tql0TaJS30nnaf { color:#02050e;display:block;width:28.1875rem;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:458.96268749237rem;left:1.9930553436279rem;height:19.79428125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#H2k4DGKBhZJF3ErTTAOTxoaTBlr9uuue { position:absolute;display:block;z-index:15231;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.625rem;width:25rem;top:459.54861450195rem;left:33.367189407349rem;overflow:hidden;display:block; }
#oraVPuOyLbUwFG3vkNJnZ87MgxhhQx5M { position:absolute;display:block;z-index:15232;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:16.125rem;width:28.9375rem;top:481.36110496521rem;left:2.0555553436279rem;overflow:hidden;display:block; }
#TU3HtNiRx2nh0B5p3ViBmxt1fB4Mz0fb { position:absolute;display:block;z-index:15233;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:16.4375rem;width:22.0625rem;top:481.20485496521rem;left:34.554689407349rem;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) { #yIZk00LeI3TJkr33q6S99cMUy1d3lwQk { top:10.0625rem;left:0rem;width:47.75rem;height:8.9375rem;font-size:1rem;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) { #a1TTZiC98aCJg3BJblMKLBLWr3DQTgOn { top:20.1875rem;left:19.625rem;width:28.125rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCmQssTrROimdsJnc7FDMsEGBmchZ5MQ { top:40.6875rem;left:19.625rem;width:28.125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #my83cUcSFTJrMrwAVR3Nu6t051bF4z3I { top:20.1875rem;left:0rem;width:28.125rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nyr4Rilb68259vIQfh43L3SmJSH0wmIt { top:63.3125rem;left:21.5625rem;width:26.1875rem;height:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7roQVdJmIPfBoXaLk6o09O7xSyMDCwG { top:63.3125rem;left:0rem;width:28.0625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FetcrxmIkJUylUwlVHuL96PFTZfFqon4 { top:81.1875rem;left:0rem;width:20.5rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDuOTvzCU0TfpLxOxdRlzxFgWSun3mOO { top:81.1875rem;left:27.710939407349rem;width:16.125rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH0z8om98v4DReAMoMFaUl6ZT8sioRUk { top:111.5625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF1x2BSixH81xr4H19LFzrMLPBGb5rTf { top:116.5rem;left:3.6250019073486rem;width:40.5rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioKzWymRMto84OMBhRdMlrVeCTGbyHLC { top:148.875rem;left:0rem;width:20.8125rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZv9uP37uhyFbPTiyB16TizG0NQ8LgUh { top:40.3125rem;left:0rem;width:28.125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8xVOywMpBEBSfFaHLePm6DqlNsRAM5L { top:149.5625rem;left:19.75rem;width:28rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVlPPKuBv99GlCEKfzrOLn7hVgz73MHm { top:193.1875rem;left:23.375rem;width:24.375rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh0uKPhAVyzNwpJKn9XSgMsNmHK0WaiA { top:193.1875rem;left:0rem;width:24.375rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfTIKPKBlNJk78TpK3Az3lyCJJTRxN1w { top:183.0625rem;left:0rem;width:47.75rem;height:7.1875rem;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:31.4375rem;left:0rem;width:47.75rem;height:21.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyvekTzZDv3nQGZZuCWvS3375Au2SSwe { top:77.3125rem;left:19.5625rem;width:28.1875rem;height:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4U6Rox3e2y3xk4PUFX99WOt0zsAwL6G { top:77.3125rem;left:0rem;width:26.6875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTL7g1qitInD1DBg8icUuGaPybeottr7 { top:119.6875rem;left:0rem;width:26.75rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmux19kpzLH5akNzmZ2LKvoy6gR60nEg { top:98.25rem;left:0rem;width:26.75rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqhLZ77oK6Qrlvyd7Hsvrvpt5AmuIvrq { top:98.375rem;left:21.25rem;width:26.5rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAVg3eqSOSRnWkky8ldIMd09Cq0g3bZH { top:120.125rem;left:22.125rem;width:25.625rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfyTdgL33Rhta723OVXRuLTbz4KlBb3p { top:144.5rem;left:0rem;width:47.75rem;height:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl7nNrA1QaONn5FvnIetZuDutyx28gsR { top:170.875rem;left:0rem;width:21.625rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3s6eKGiuBZdMo48XXweiyfiXJHvinoh { top:170.75rem;left:23.125rem;width:21.6875rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp7TffwmVyIkMKl473QGP6VCI4e3DLke { top:201.75rem;left:0rem;width:21.6875rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVR96rBxJS29SsgFSUVIhr5pa2XE1q18 { top:201.9375rem;left:23.375rem;width:21.625rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8TBxi5AKQaXBUNMZzbKFfDdMZ32b5XW { top:232.3125rem;left:4.4375rem;width:34.5rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItaQ4kmz6ygraN85fMeN17htPLLQv4R1 { top:167.875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmBw5XLHRrlUvEVM9oCNTrFCGKoe53uE { top:259.5625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okcXqcVToC9DOJeoTEhzaPSob7rHeS9a { top:263.0625rem;left:0rem;width:22rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgyKzBqsg8RxJ7OqCv1iTJFhR4UitLes { top:263.0625rem;left:24rem;width:22.75rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU3DREgBp3rq0vAwIXR57xszluTasmVo { top:294.5rem;left:23.375rem;width:24.375rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqTOJC9mSvMSAHFc63GXsT2dPuGGRrZ2 { top:293.8125rem;left:0rem;width:21.75rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGM09Q8wzxFR1nxTegqPqsuqA9bC7BSU { top:326.875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsWh7HZGgnbJ5ttZUy3sFrpT6r7ADCpG { top:330.5625rem;left:2.375rem;width:43rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkPbVoSaASvTWbWh5SxxZT6FO5J5BK12 { top:356.4375rem;left:1.375rem;width:21.6875rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsfyTtPCwggUwNhHFHmMQgnRaJ8U5nL5 { top:356.4375rem;left:24.812501907349rem;width:22.125rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExUaRvZFHEzlRuGsPbqzOUsJh9NgweTE { top:387.75rem;left:13.062501907349rem;width:21.625rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFGvJckA3lzOXZg9KQyVo1icqBmngoRU { top:419.8125rem;left:16.750001907349rem;width:14.25rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqRHTMiXZpJ1TwIu6lbCSKlV7aunoOF6 { top:423.8125rem;left:0rem;width:21.25rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2M8AemPJXHccpOSov6VvSAXm2aoJvqW { top:450.6875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wruodpLa12lmgb7JGNli20VuoOg1gGyz { top:54.25rem;left:28.0625rem;width:19.6875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7AH6LhFDQ1reH5caZFnoRHnHsCoaqBz { top:10.3125rem;left:28rem;width:19.75rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgeFWvt0d6KcT9SG6M7bzrhuwKkiRXtS { top:54.3125rem;left:14.062501907349rem;width:19.625rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEHroGin50vJFurKRnxgK6Unp9LScZF2 { top:54.125rem;left:0rem;width:19.8125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpS753nEBblIUQ5VSWRMSdpzKBIhJV7c { top:10.25rem;left:13.968751907349rem;width:19.8125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaAlq88bDsJvATAZg7XT27XV7AJ3LuVA { top:10.25rem;left:0rem;width:19.8125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbETGfmwVdKgkwFpwllnf0Wmp0VtxEp3 { top:423.8125rem;left:15.3125rem;width:32.4375rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPwH1058LSRls3DBX3Tql0TaJS30nnaf { top:458.9375rem;left:0rem;width:28.1875rem;height:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2k4DGKBhZJF3ErTTAOTxoaTBlr9uuue { top:459.5rem;left:22.75rem;width:25rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oraVPuOyLbUwFG3vkNJnZ87MgxhhQx5M { top:481.3125rem;left:0rem;width:28.9375rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU3HtNiRx2nh0B5p3ViBmxt1fB4Mz0fb { top:481.1875rem;left:25.6875rem;width:22.0625rem;height:16.4375rem;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:290.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIZk00LeI3TJkr33q6S99cMUy1d3lwQk { width:20rem;height:11.6953375rem;top:24.518229484558rem;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) { #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) { #a1TTZiC98aCJg3BJblMKLBLWr3DQTgOn { width:20rem;height:12.9375rem;top:37.595485687256rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCmQssTrROimdsJnc7FDMsEGBmchZ5MQ { width:20rem;height:13.8125rem;top:50.532119750976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #my83cUcSFTJrMrwAVR3Nu6t051bF4z3I { width:20rem;height:13.3125rem;top:9.5225696563719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nyr4Rilb68259vIQfh43L3SmJSH0wmIt { width:20rem;height:9.0963375rem;top:81.427080154419rem;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) { #U7roQVdJmIPfBoXaLk6o09O7xSyMDCwG { width:20rem;height:11.6875rem;top:92.424486160281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FetcrxmIkJUylUwlVHuL96PFTZfFqon4 { width:20rem;height:25.8125rem;top:104.61806583404rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDuOTvzCU0TfpLxOxdRlzxFgWSun3mOO { width:20rem;height:33.25rem;top:131.07378768921rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH0z8om98v4DReAMoMFaUl6ZT8sioRUk { width:20rem;height:5.19791875rem;top:165.90365219116rem;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) { #UF1x2BSixH81xr4H19LFzrMLPBGb5rTf { width:20rem;height:14.5rem;top:172.73957824707rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioKzWymRMto84OMBhRdMlrVeCTGbyHLC { width:20rem;height:29.125rem;top:191.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZv9uP37uhyFbPTiyB16TizG0NQ8LgUh { width:20rem;height:14.31075rem;top:64.344617843625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8xVOywMpBEBSfFaHLePm6DqlNsRAM5L { width:20rem;height:2.59895625rem;top:188.68489646912rem;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) { #RVlPPKuBv99GlCEKfzrOLn7hVgz73MHm { width:20rem;height:25.076375rem;top:261.98784828186rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh0uKPhAVyzNwpJKn9XSgMsNmHK0WaiA { width:20rem;height:26.3585rem;top:234.81684112549rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfTIKPKBlNJk78TpK3Az3lyCJJTRxN1w { width:20rem;height:9.0963375rem;top:223.65798664093rem;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:729.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:24.69011875rem;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) { #VyvekTzZDv3nQGZZuCWvS3375Au2SSwe { width:20rem;height:16.89321875rem;top:160.46440792084rem;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) { #b4U6Rox3e2y3xk4PUFX99WOt0zsAwL6G { width:20rem;height:14.9375rem;top:177.19097232819rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTL7g1qitInD1DBg8icUuGaPybeottr7 { width:20rem;height:14.9375rem;top:222.39756393433rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmux19kpzLH5akNzmZ2LKvoy6gR60nEg { width:20rem;height:15rem;top:192.23871040344rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqhLZ77oK6Qrlvyd7Hsvrvpt5AmuIvrq { width:20rem;height:14.9375rem;top:207.34983253479rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAVg3eqSOSRnWkky8ldIMd09Cq0g3bZH { width:20rem;height:14.9375rem;top:237.44618034363rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfyTdgL33Rhta723OVXRuLTbz4KlBb3p { width:20rem;height:27.28906875rem;top:254.71181404591rem;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) { #nl7nNrA1QaONn5FvnIetZuDutyx28gsR { width:20rem;height:26.8125rem;top:283.58330726624rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3s6eKGiuBZdMo48XXweiyfiXJHvinoh { width:20rem;height:26.875rem;top:310.50521278381rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp7TffwmVyIkMKl473QGP6VCI4e3DLke { width:20rem;height:26.7430625rem;top:337.49045181274rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVR96rBxJS29SsgFSUVIhr5pa2XE1q18 { width:20rem;height:26.4158125rem;top:364.34375rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8TBxi5AKQaXBUNMZzbKFfDdMZ32b5XW { width:20rem;height:15rem;top:390.86978530884rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItaQ4kmz6ygraN85fMeN17htPLLQv4R1 { width:20rem;height:1.29948125rem;top:281.83507728577rem;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) { #FmBw5XLHRrlUvEVM9oCNTrFCGKoe53uE { width:20rem;height:1.29948125rem;top:409.36110496521rem;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) { #okcXqcVToC9DOJeoTEhzaPSob7rHeS9a { width:20rem;height:26.1918125rem;top:412.04860496521rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgyKzBqsg8RxJ7OqCv1iTJFhR4UitLes { width:20rem;height:25.329rem;top:438.34981918335rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU3DREgBp3rq0vAwIXR57xszluTasmVo { width:20rem;height:23.5373125rem;top:491.54340553284rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqTOJC9mSvMSAHFc63GXsT2dPuGGRrZ2 { width:20rem;height:27.64325rem;top:463.78994417191rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGM09Q8wzxFR1nxTegqPqsuqA9bC7BSU { width:20rem;height:1.29948125rem;top:516.84723091126rem;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) { #TsWh7HZGgnbJ5ttZUy3sFrpT6r7ADCpG { width:20rem;height:11.1041875rem;top:519.90971565247rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkPbVoSaASvTWbWh5SxxZT6FO5J5BK12 { width:20rem;height:26.97225rem;top:531.12412452698rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsfyTtPCwggUwNhHFHmMQgnRaJ8U5nL5 { width:20rem;height:26.4488125rem;top:558.20745182038rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExUaRvZFHEzlRuGsPbqzOUsJh9NgweTE { width:20rem;height:25.894125rem;top:584.76649951935rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFGvJckA3lzOXZg9KQyVo1icqBmngoRU { width:20rem;height:1.29948125rem;top:614.24304199219rem;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) { #wqRHTMiXZpJ1TwIu6lbCSKlV7aunoOF6 { width:20rem;height:22.8229375rem;top:618.05554199219rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2M8AemPJXHccpOSov6VvSAXm2aoJvqW { width:20rem;height:2.59895625rem;top:658.55554199219rem;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) { #wruodpLa12lmgb7JGNli20VuoOg1gGyz { width:20rem;height:20rem;top:136.15364456177rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7AH6LhFDQ1reH5caZFnoRHnHsCoaqBz { width:20rem;height:20rem;top:75.822917938231rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgeFWvt0d6KcT9SG6M7bzrhuwKkiRXtS { width:20rem;height:20rem;top:116.04340171814rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEHroGin50vJFurKRnxgK6Unp9LScZF2 { width:20rem;height:20rem;top:95.933158874513rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpS753nEBblIUQ5VSWRMSdpzKBIhJV7c { width:20rem;height:20rem;top:35.6015625rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaAlq88bDsJvATAZg7XT27XV7AJ3LuVA { width:20rem;height:20rem;top:55.711805343628rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbETGfmwVdKgkwFpwllnf0Wmp0VtxEp3 { width:20rem;height:14.95183044316rem;top:640.98870182038rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPwH1058LSRls3DBX3Tql0TaJS30nnaf { width:20rem;height:15.5937625rem;top:681.09288978575rem;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) { #H2k4DGKBhZJF3ErTTAOTxoaTBlr9uuue { width:20rem;height:14.9rem;top:665.19097900387rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #oraVPuOyLbUwFG3vkNJnZ87MgxhhQx5M { width:20rem;height:11.144708423326rem;top:697.68140983581rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU3HtNiRx2nh0B5p3ViBmxt1fB4Mz0fb { width:20rem;height:14.900849858357rem;top:710.01300811769rem;left:0.055555522441864rem;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; }
 }