.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;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.13671875rem;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:179rem;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:45.875rem;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:145.8125rem;left:2.125rem;height:12.5986375rem;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; }
#npWAwxtANxSuDuipld3OqKO33Qhm5TwD { position:absolute;display:block;z-index:15045;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:15.375rem;width:28.125rem;top:160.625rem;left:1.4375rem;overflow:hidden;display:block; }
#g6vZPBmZke6uzR6B6vKzJvsgDv2X3EQ5 { position:absolute;display:block;z-index:15047;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:15.375rem;width:27.625rem;top:160.625rem;left:30.25rem;overflow:hidden;display:block; }
#sp8awTlgRIf3tQ4JuZV7BguxTLXR0Zml { position:absolute;display:block;z-index:15048;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:15rem;width:8.25rem;top:144.5625rem;left:49.5625rem;overflow:hidden;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:15.5625rem;width:27.875rem;top:59.75rem;left:2.25rem;overflow:hidden;display:block; }
#bRoiSyRk5R45gkpqibSn0g1zw7UMUz8V { 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:15.25rem;width:27.5rem;top:59.9375rem;left:31.125rem;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:15.3125rem;width:27.75rem;top:76.625rem;left:2.25rem;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:15.25rem;width:27.6875rem;top:76.6875rem;left:30.875rem;overflow:hidden;display:block; }
#tI2cdV7UeATEJRp97AqdeAtDx8douqID { color:#02050e;display:block;width:56.25rem;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:44.4375rem;left:2.125rem;height:14.398475rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#GNN7dnySQJPerc3sFtZJx1czw3ZKVksD { 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:15.125rem;width:27.125rem;top:95.5625rem;left:2.25rem;overflow:hidden;display:block; }
#NpLJ8vEsUBwczTpVFoMAsvWBt9OF8oCl { 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:15.0625rem;width:27.25rem;top:127.375rem;left:2.5625rem;overflow:hidden;display:block; }
#g7KIg35OpBy9R5zcvXbo5ThDfwoWkzcK { 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:14.875rem;width:27.1875rem;top:111.6875rem;left:2.25rem;overflow:hidden;display:block; }
#FPRJPS8CTrCO538xhooSFUmSo2tHhTpP { 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:14.75rem;width:26.3125rem;top:127.5625rem;left:30.875rem;overflow:hidden;display:block; }
#igLATpTsNWNxQmtlUtKLsB6t66ehN50T { color:#02050e;display:block;width:27.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:99.125rem;left:30.875rem;height:23.39745rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#zGxprcXyuTbfMT2TK97M8elD0t2ofIMa { position:absolute;display:block;z-index:15057;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:27.5rem;top:23.9375rem;left:1.6875rem;overflow:hidden;display:block; }
#GKVilKM6P1sqHzsrlaeSzGUkckuNRHaV { position:absolute;display:block;z-index:15058;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.3125rem;width:27.625rem;top:23.9375rem;left:30.6875rem;overflow:hidden;display:block; }
#JpqOzv8vHdTpRo3AaumkMQrtkO7L2eud { color:#02050e;display:block;width:56.25rem;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:8.779296875rem;left:2.125rem;height:14.39845rem;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.9375rem;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.13671875rem;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.0058625rem;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:274.375rem;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:55.625rem;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:29.7490234375rem;left:2.1875rem;height:16.19825rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#VyvekTzZDv3nQGZZuCWvS3375Au2SSwe { color:#02050e;display:block;width:27.125rem;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:68.953125rem;left:30.9375rem;height:21.59765rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#WfyTdgL33Rhta723OVXRuLTbz4KlBb3p { color:#02050e;display:block;width:50.875rem;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:208.5625rem;left:4.5625rem;height:10.7988375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HPwH1058LSRls3DBX3Tql0TaJS30nnaf { color:#02050e;display:block;width:55.0625rem;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:135.9375rem;left:1.6875rem;height:23.397475rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#vsXtaRDBwwbUCzrGhSlKXevmeImdx2Vv { position:absolute;display:block;z-index:15234;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:18.5rem;top:9.6875rem;left:1.6875rem;overflow:hidden;display:block; }
#m5rslpIZfvD4g1PkD6syFUoyM1c5AnmT { position:absolute;display:block;z-index:15235;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:18rem;width:18rem;top:10.25rem;left:40.3125rem;overflow:hidden;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:18.3125rem;width:18.3125rem;top:47.625rem;left:1.6875rem;overflow:hidden;display:block; }
#AhGpM1SvvTuhCMAQQUZpFvfDvWTF5xQf { 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:18.375rem;width:18.375rem;top:47.625rem;left:39.9375rem;overflow:hidden;display:block; }
#Hq8NgAzkiJdTuPEMXa2TDCQMs2bS0cTf { 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:18.1875rem;width:18.1875rem;top:47.6875rem;left:21.1875rem;overflow:hidden;display:block; }
#DB0QBIdQpm7bENCbMWMfPSXIJGlNqcuL { position:absolute;display:block;z-index:15239;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:18rem;width:18.875rem;top:9.9375rem;left:20.8125rem;overflow:hidden;display:block; }
#TeaPybVaaBtCabSrca4HwXH71RSTs3nS { position:absolute;display:block;z-index:15240;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.625rem;width:27.5625rem;top:68.5390625rem;left:1.75rem;overflow:hidden;display:block; }
#eMinZCdG7TT9WWwwWPhOOO6Xp6uwxNlb { position:absolute;display:block;z-index:15241;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:27.6875rem;top:90.75rem;left:1.75rem;overflow:hidden;display:block; }
#IN4iFxhG8oorK1vWWZAShUbwrH3fSWr9 { position:absolute;display:block;z-index:15242;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.5625rem;width:27.5rem;top:90.6875rem;left:30.75rem;overflow:hidden;display:block; }
#V6LeMVDL10hopOIXRFNpv1n4lh7R4bdS { position:absolute;display:block;z-index:15243;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.5rem;width:27.625rem;top:112.4375rem;left:1.8341565349544rem;overflow:hidden;display:block; }
#dJ7JoAA3nzdk53DlQHRMxqdTrnAsKQN8 { position:absolute;display:block;z-index:15244;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:27.3125rem;top:112.46875rem;left:30.8125rem;overflow:hidden;display:block; }
#XhdgLBfb40skD3XcvhrupdO8caaTSomm { position:absolute;display:block;z-index:15245;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.9375rem;width:24.9375rem;top:220.5625rem;left:4.4375rem;overflow:hidden;display:block; }
#oO9NOb2QfCfNKk8nTkpKSgizL5vcfmEW { position:absolute;display:block;z-index:15246;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.875rem;width:24.875rem;top:220.5625rem;left:30.5625rem;overflow:hidden;display:block; }
#x20HUwUZyx1P9teEofDEf7cbs45frW6f { position:absolute;display:block;z-index:15247;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.875rem;width:24.875rem;top:246.4375rem;left:4.5rem;overflow:hidden;display:block; }
#TfiVT6VFWb44svTFEDFOEwtgAe6zufXS { position:absolute;display:block;z-index:15248;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:25rem;width:25rem;top:246.375rem;left:30.5625rem;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:21.0625rem;width:28.125rem;top:158.5rem;left:1.6875rem;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:20.9375rem;width:27.9375rem;top:158.5625rem;left:30.3125rem;overflow:hidden;display:block; }
#EfxAQ6ZMfTlSGH0xE8nmNG1tTUHBLCtr { 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:24.625rem;width:18.625rem;top:180.5rem;left:2.375rem;overflow:hidden;display:block; }
#HC1yUlnuz4HTNbiZosEG6mH4ZP5DOMlU { 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:24.375rem;width:18.0625rem;top:180.625rem;left:21.5rem;overflow:hidden;display:block; }
#vmy0dC2asviTCPCLIGHFH09K8Fz1TAHW { 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:24.375rem;width:18.25rem;top:180.5625rem;left:40.0625rem;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.8496125rem;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:145.8125rem;left:0rem;width:45.875rem;height:12.5625rem;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) { #npWAwxtANxSuDuipld3OqKO33Qhm5TwD { top:160.625rem;left:0rem;width:28.125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6vZPBmZke6uzR6B6vKzJvsgDv2X3EQ5 { top:160.625rem;left:20.125rem;width:27.625rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp8awTlgRIf3tQ4JuZV7BguxTLXR0Zml { top:144.5625rem;left:39.5rem;width:8.25rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWw7XAMb7NQQb0mUoLWTITmXn0wrUIp4 { top:59.75rem;left:0rem;width:27.875rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRoiSyRk5R45gkpqibSn0g1zw7UMUz8V { top:59.9375rem;left:20.25rem;width:27.5rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcKnmeiMTRWSiGBFb28f7cEbMusFsmHw { top:76.625rem;left:0rem;width:27.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlBiJtFkibrDKQAVkI4HvOkQtI43TfM8 { top:76.6875rem;left:20.0625rem;width:27.6875rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI2cdV7UeATEJRp97AqdeAtDx8douqID { top:44.4375rem;left:0rem;width:47.75rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNN7dnySQJPerc3sFtZJx1czw3ZKVksD { top:95.5625rem;left:0rem;width:27.125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpLJ8vEsUBwczTpVFoMAsvWBt9OF8oCl { top:127.375rem;left:0rem;width:27.25rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7KIg35OpBy9R5zcvXbo5ThDfwoWkzcK { top:111.6875rem;left:0rem;width:27.1875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPRJPS8CTrCO538xhooSFUmSo2tHhTpP { top:127.5625rem;left:21.4375rem;width:26.3125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #igLATpTsNWNxQmtlUtKLsB6t66ehN50T { top:99.125rem;left:20.625rem;width:27.125rem;height:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGxprcXyuTbfMT2TK97M8elD0t2ofIMa { top:23.9375rem;left:0rem;width:27.5rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKVilKM6P1sqHzsrlaeSzGUkckuNRHaV { top:23.9375rem;left:20.125rem;width:27.625rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpqOzv8vHdTpRo3AaumkMQrtkO7L2eud { top:8.75rem;left:0rem;width:47.75rem;height:14.375rem;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:29.6875rem;left:0rem;width:47.75rem;height:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyvekTzZDv3nQGZZuCWvS3375Au2SSwe { top:68.9375rem;left:20.625rem;width:27.125rem;height:21.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfyTdgL33Rhta723OVXRuLTbz4KlBb3p { top:208.5625rem;left:0rem;width:47.75rem;height:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPwH1058LSRls3DBX3Tql0TaJS30nnaf { top:135.9375rem;left:0rem;width:47.75rem;height:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsXtaRDBwwbUCzrGhSlKXevmeImdx2Vv { top:9.6875rem;left:0rem;width:18.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5rslpIZfvD4g1PkD6syFUoyM1c5AnmT { top:10.25rem;left:29.75rem;width:18rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrQKWvVDX0447k2Uw8p4k7x0qeu3GJQx { top:47.625rem;left:0rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhGpM1SvvTuhCMAQQUZpFvfDvWTF5xQf { top:47.625rem;left:29.375rem;width:18.375rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq8NgAzkiJdTuPEMXa2TDCQMs2bS0cTf { top:47.6875rem;left:15.0625rem;width:18.1875rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB0QBIdQpm7bENCbMWMfPSXIJGlNqcuL { top:9.9375rem;left:14.6875rem;width:18.875rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeaPybVaaBtCabSrca4HwXH71RSTs3nS { top:68.5rem;left:0rem;width:27.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMinZCdG7TT9WWwwWPhOOO6Xp6uwxNlb { top:90.75rem;left:0rem;width:27.6875rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN4iFxhG8oorK1vWWZAShUbwrH3fSWr9 { top:90.6875rem;left:20.25rem;width:27.5rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6LeMVDL10hopOIXRFNpv1n4lh7R4bdS { top:112.4375rem;left:0rem;width:27.625rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ7JoAA3nzdk53DlQHRMxqdTrnAsKQN8 { top:112.4375rem;left:20.4375rem;width:27.3125rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhdgLBfb40skD3XcvhrupdO8caaTSomm { top:220.5625rem;left:0rem;width:24.9375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO9NOb2QfCfNKk8nTkpKSgizL5vcfmEW { top:220.5625rem;left:22.875rem;width:24.875rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x20HUwUZyx1P9teEofDEf7cbs45frW6f { top:246.4375rem;left:0rem;width:24.875rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfiVT6VFWb44svTFEDFOEwtgAe6zufXS { top:246.375rem;left:22.75rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s69Bv4sr6N80nHRrcUIGRzrfkIPx0aBV { top:158.5rem;left:0rem;width:28.125rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBR3n3K7SEDmGUETAFcXDSb4OV11MAfc { top:158.5625rem;left:19.8125rem;width:27.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfxAQ6ZMfTlSGH0xE8nmNG1tTUHBLCtr { top:180.5rem;left:0rem;width:18.625rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC1yUlnuz4HTNbiZosEG6mH4ZP5DOMlU { top:180.625rem;left:15.375rem;width:18.0625rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmy0dC2asviTCPCLIGHFH09K8Fz1TAHW { top:180.5625rem;left:29.5rem;width:18.25rem;height:24.375rem;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:325.5rem;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) { #npWAwxtANxSuDuipld3OqKO33Qhm5TwD { width:20rem;height:10.933333333333rem;top:237.34946583827rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6vZPBmZke6uzR6B6vKzJvsgDv2X3EQ5 { width:20rem;height:11.131221719457rem;top:249.5327991716rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp8awTlgRIf3tQ4JuZV7BguxTLXR0Zml { width:8.25rem;height:15rem;top:221.09946583827rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWw7XAMb7NQQb0mUoLWTITmXn0wrUIp4 { width:20rem;height:11.165919282511rem;top:97.783250309319rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRoiSyRk5R45gkpqibSn0g1zw7UMUz8V { width:20rem;height:11.090909090909rem;top:110.19916959183rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcKnmeiMTRWSiGBFb28f7cEbMusFsmHw { width:20rem;height:11.036036036036rem;top:122.54007868274rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlBiJtFkibrDKQAVkI4HvOkQtI43TfM8 { width:20rem;height:11.015801354402rem;top:134.82611471877rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI2cdV7UeATEJRp97AqdeAtDx8douqID { width:20rem;height:0;top:82.134812809319rem;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) { #GNN7dnySQJPerc3sFtZJx1czw3ZKVksD { width:20rem;height:11.152073732719rem;top:147.09191607318rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpLJ8vEsUBwczTpVFoMAsvWBt9OF8oCl { width:20rem;height:11.05504587156rem;top:196.33301854153rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7KIg35OpBy9R5zcvXbo5ThDfwoWkzcK { width:20rem;height:10.942528735632rem;top:159.4939898059rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPRJPS8CTrCO538xhooSFUmSo2tHhTpP { width:20rem;height:11.211401425178rem;top:208.63806441309rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #igLATpTsNWNxQmtlUtKLsB6t66ehN50T { width:20rem;height:0;top:171.68651854153rem;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) { #zGxprcXyuTbfMT2TK97M8elD0t2ofIMa { width:20rem;height:13.272727272727rem;top:53.104166984558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKVilKM6P1sqHzsrlaeSzGUkckuNRHaV { width:20rem;height:13.257918552036rem;top:67.626894257288rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpqOzv8vHdTpRo3AaumkMQrtkO7L2eud { width:20rem;height:0;top:37.455729484558rem;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:1090.1127895825rem;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) { #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) { #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) { #vsXtaRDBwwbUCzrGhSlKXevmeImdx2Vv { width:18.5rem;height:18.5rem;top:697.9053819375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5rslpIZfvD4g1PkD6syFUoyM1c5AnmT { width:18rem;height:18rem;top:736.9053819375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrQKWvVDX0447k2Uw8p4k7x0qeu3GJQx { width:18.3125rem;height:18.3125rem;top:756.1553819375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhGpM1SvvTuhCMAQQUZpFvfDvWTF5xQf { width:18.375rem;height:18.375rem;top:795.1553819375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq8NgAzkiJdTuPEMXa2TDCQMs2bS0cTf { width:18.1875rem;height:18.1875rem;top:775.7178819375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB0QBIdQpm7bENCbMWMfPSXIJGlNqcuL { width:18.875rem;height:18rem;top:717.6553819375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeaPybVaaBtCabSrca4HwXH71RSTs3nS { width:20rem;height:14.965986394558rem;top:814.7803819375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMinZCdG7TT9WWwwWPhOOO6Xp6uwxNlb { width:20rem;height:14.762979683973rem;top:830.99636833206rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN4iFxhG8oorK1vWWZAShUbwrH3fSWr9 { width:20rem;height:14.954545454545rem;top:847.009348016rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6LeMVDL10hopOIXRFNpv1n4lh7R4bdS { width:20rem;height:14.841628959276rem;top:863.21389347056rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ7JoAA3nzdk53DlQHRMxqdTrnAsKQN8 { width:20rem;height:14.965675057208rem;top:879.30552242988rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhdgLBfb40skD3XcvhrupdO8caaTSomm { width:20rem;height:20rem;top:1005.1127895825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO9NOb2QfCfNKk8nTkpKSgizL5vcfmEW { width:20rem;height:20rem;top:1026.3627895825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x20HUwUZyx1P9teEofDEf7cbs45frW6f { width:20rem;height:20rem;top:1047.6127895825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfiVT6VFWb44svTFEDFOEwtgAe6zufXS { width:20rem;height:20rem;top:1068.8627895825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s69Bv4sr6N80nHRrcUIGRzrfkIPx0aBV { width:20rem;height:14.977777777778rem;top:895.52119748706rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBR3n3K7SEDmGUETAFcXDSb4OV11MAfc { width:20rem;height:14.988814317673rem;top:911.74897526481rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfxAQ6ZMfTlSGH0xE8nmNG1tTUHBLCtr { width:18.625rem;height:24.625rem;top:927.9877895825rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC1yUlnuz4HTNbiZosEG6mH4ZP5DOMlU { width:18.0625rem;height:24.375rem;top:953.8627895825rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmy0dC2asviTCPCLIGHFH09K8Fz1TAHW { width:18.25rem;height:24.375rem;top:979.4877895825rem;left:0.875rem;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; }
 }