.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; }
#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ { position:relative;display:block; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ { background-color: transparent; background-image: none; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row .container > .video-iframe-container { display: none; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row > .video-iframe-container { display: none; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .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); }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ { border-width: 0; border-radius: 0; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .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; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .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; }#iV4ZmXgVP08fxtazSfegb4eDSipHKtlI { 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; }
#vugKrCNZstDkA36UcnoTixaWrsSs9dTN { 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; }
#iidx9DkB14y6k6Vk1KODdhypzntphBUW { 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; }
#EaFv0NlmGCcqSBu3poTRtoMzlDxcn9Lm { position:relative;display:block; }#EaFv0NlmGCcqSBu3poTRtoMzlDxcn9Lm { background-color: transparent; background-image: none; }#EaFv0NlmGCcqSBu3poTRtoMzlDxcn9Lm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaFv0NlmGCcqSBu3poTRtoMzlDxcn9Lm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaFv0NlmGCcqSBu3poTRtoMzlDxcn9Lm > .row .container > .video-iframe-container { display: none; }#EaFv0NlmGCcqSBu3poTRtoMzlDxcn9Lm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaFv0NlmGCcqSBu3poTRtoMzlDxcn9Lm > .row > .video-iframe-container { display: none; }#EaFv0NlmGCcqSBu3poTRtoMzlDxcn9Lm > .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); }#EaFv0NlmGCcqSBu3poTRtoMzlDxcn9Lm { border-width: 0; border-radius: 0; }#EaFv0NlmGCcqSBu3poTRtoMzlDxcn9Lm > .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; }#EaFv0NlmGCcqSBu3poTRtoMzlDxcn9Lm > .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:316rem;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; }#Kova4Ko4D3WL4HGcfCNE3z8uQd9nXmE8 { color:#02050e;display:block;width:35.3125rem;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:7.591796875rem;left:23.4296875rem;height:16.19825625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#eSZimdoXTf9a4BxBeAnrQRhqMuaDwLXW { 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; }
#G3GEupbFBOfSPmAJKJ52AwtykXiaO5q8 { 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; }
#zHq8DMfUTqqu9kNlXqBEz24tEPHQ7Exq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nbHMW0ePbSVg3CSFBIha5HcdFqq2CAOq { 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:22.1875rem;width:22.25rem;top:7.591796875rem;left:0rem;overflow:hidden;display:block; }
#OTmTz1f6PNa9fXlDfXMvkmoy81UfEkl1 { 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:23.5rem;width:19.0625rem;top:25.6875rem;left:1.59375rem;overflow:hidden;display:block; }
#qoV5Z4ucZdrfVD4sXIGrD3rrqfxWToSB { 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:23.4375rem;width:35.3125rem;top:25.6875rem;left:21.3125rem;overflow:hidden;display:block; }
#C9WX3R1PGqs1bm4eGpVwvQ3uMSJ1QUzn { color:#02050e;display:block;width:50.3125rem;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:52.529296875rem;left:1.59375rem;height:14.39845rem;font-style:normal;text-align:justify;text-align-last:initial;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:26.375rem;top:68.1875rem;left:1.59375rem;overflow:hidden;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:26.4375rem;top:68.25rem;left:29.5rem;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:26.5rem;top:89rem;left:1.59375rem;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:26.4375rem;top:89rem;left:29.3671875rem;overflow:hidden;display:block; }
#Wr3qvAqAZLVQZLzz5gGnBNaEVr9kgrMS { color:#02050e;display:block;width:55.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.6;letter-spacing:0;top:111.6259765625rem;left:1.25rem;height:8.99903125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#blM0mNaxDM89k4OaayHaS6UumCtXK2OH { 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:20.0625rem;width:53.5rem;top:121.5rem;left:1.25rem;overflow:hidden;display:block; }
#yfIaWHmJR4Goyv27T6UC7HSxPTLxVGyz { color:#02050e;display:block;width:50.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.6;letter-spacing:0;top:142.25rem;left:1.59375rem;height:1.79980625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#rugnz38hvoH7hV2TmfyyFbWoq5RbofKB { 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:18.4375rem;width:13.75rem;top:147.0673828125rem;left:42.9375rem;overflow:hidden;display:block; }
#wbw8Taoi6nNAwoNvQBmhTm97m8sCh96F { 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:21.25rem;width:28.4375rem;top:167.009765625rem;left:1.59375rem;overflow:hidden;display:block; }
#hQAMxaPJwgrNJavwArnAMhyqcAa1F5Od { color:#02050e;display:block;width:40.375rem;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:147.0673828125rem;left:1.25rem;height:14.39845rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#HZoQ294P6BxiXTci6qZOfaMm9CAHc4g1 { 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:21.1875rem;width:28.3125rem;top:167.041015625rem;left:30.4921875rem;overflow:hidden;display:block; }
#iLh529KNJSTbQnRheCW227O2zSwU7onz { 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:16.1875rem;width:27.9375rem;top:189.634765625rem;left:1.59375rem;overflow:hidden;display:block; }
#h6Q6qNtH9hCRTRTq4JvmDF16ZOaZPNXZ { position:absolute;display:block;z-index:15046;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.9375rem;width:28.375rem;top:189.759765625rem;left:30.2421875rem;overflow:hidden;display:block; }
#P9uCaR7qnsn8GbKoiJx4sOBTmcPVXB1H { color:#02050e;display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.6;letter-spacing:0;top:212.22265625rem;left:30.9921875rem;height:21.597675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#SSfyIBWMpZ6M4ybeDnf8XSycgRk7U9rW { position:absolute;display:block;z-index:15046;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.8125rem;width:14.1875rem;top:208.22265625rem;left:2.75rem;overflow:hidden;display:block; }
#GehyXVMi4iSGxH7J9i8gsU4pTUU8kgCo { 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.6875rem;width:27.9375rem;top:235.34375rem;left:30.8671875rem;overflow:hidden;display:block; }
#qatPF0t6y6knCVk2GChni1dkPEneTs1d { 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:26.8125rem;top:235.6875rem;left:2.75rem;overflow:hidden;display:block; }
#DeXwOT0Pkvfw7VTh5vDV55NMbTG0o0u9 { 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:20.6875rem;width:15.375rem;top:213.41015625rem;left:17.53125rem;overflow:hidden;display:block; }
#XSwFKanEKWvC53tlv4SxSut3CfVKlTo0 { color:#02050e;display:block;width:50.8125rem;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:253.09765625rem;left:2.59375rem;height:8.99903125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CZzC6ktX3fSgaZqEnJDIPhlgqbE2LoOx { 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:24.75rem;width:54.625rem;top:263.6455078125rem;left:2.6875rem;overflow:hidden;display:block; }
#TV2KEuR1Ets3XZFQ20AcTOyh91onDsHG { 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:23.1875rem;width:16.5rem;top:291.2080078125rem;left:2.5625rem;overflow:hidden;display:block; }
#K0ccm7x8N01Efg5FikguGKaMqmNHgd8C { 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:23.25rem;width:15.75rem;top:291.1767578125rem;left:22.125rem;overflow:hidden;display:block; }
#s6dRRI0tVBtFsIr4FltnORT0GbnKF3FB { 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:23.125rem;width:15.375rem;top:291.2392578125rem;left:41.3125rem;overflow:hidden;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.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.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:372.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UN7UhLS6XkG2ThpaAiMI3WLQRuD1BiDc { z-index:15012;top:3.5rem;left:0rem;background-color:#808287;background-image:none;border-top:0.0625rem solid #808287;border-left:0.0625rem solid #808287;border-right:0.0625rem solid #808287;border-bottom:0.0625rem solid #808287;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0195rem;height:3.27050625rem;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; }
#NsUolco8OkJQU68oDZdMzTgpOGUyQ7eq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15199;line-height:1.3;letter-spacing:0;top:170.5625rem;left:2.625rem;height:1.29980625rem;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.433625rem;width:6.433625rem;top:1.9375rem;left:10.5625rem;display:block; }
#kwUE41LmBiTiy1vxmZ57zHOaInXOFxgS { position:absolute;display:block;z-index:15200;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.9375rem;width:28.75rem;top:9rem;left:30rem;overflow:hidden;display:block; }
#z21lr8p12IH6HoTl7DoilgNoQ2k4UimV { color:#02050e;display:block;width:9.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:25.9375rem;left:49.1875rem;height:1.79980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TAdXhzs7NGKx67EsDqeODXIAXKG7XFZW { position:absolute;display:block;z-index:15201;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:28.5rem;top:29.0625rem;left:1.25rem;overflow:hidden;display:block; }
#WLJLzovJd3ofviSrETvU5u7o1V9DM1zS { color:#02050e;display:block;width:9.625rem;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:46.125rem;left:1.375rem;height:1.79980625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#kDDC86t0TaLQBGBZyn8Z7x6UeJ8uGtps { color:#02050e;display:block;width:27.9375rem;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:9rem;left:1.28125rem;height:14.39845rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#lXs6EohQ6HRNQkw6X1nqmrGz8QtWiTke { position:absolute;display:block;z-index:15202;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:27.8125rem;top:28.9375rem;left:30.875rem;overflow:hidden;display:block; }
#PmHqqPU5BPuEPpIHHlwtLmNwe54F1gFy { color:#02050e;display:block;width:9.625rem;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:46.125rem;left:49.125rem;height:1.79980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VyvekTzZDv3nQGZZuCWvS3375Au2SSwe { color:#02050e;display:block;width:58.375rem;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:49.0498046875rem;left:0.8125rem;height:19.79789375rem;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:20.3125rem;width:16.625rem;top:70.125rem;left:2.5rem;overflow:hidden;display:block; }
#oL8JW7up9GLVLxAGxxllDUVRRNCRioNS { color:#02050e;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:91rem;left:1.25rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I7wJc6UF75unlR0ulTHGXFJyrl4v0nX5 { position:absolute;display:block;z-index:15204;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:10.625rem;width:14.375rem;top:79.875rem;left:24rem;overflow:hidden;display:block; }
#UAzTQrKvdox73hK0suQ0H5PrJevBBkQJ { color:#02050e;display:block;width:14.1875rem;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:91rem;left:24.0625rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vy8TmPZpoP8CodEKly7b2vcUmsEwDk0C { position:absolute;display:block;z-index:15205;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:8.625rem;width:14.4375rem;top:70.125rem;left:24.0625rem;overflow:hidden;display:block; }
#p9ME7wd9Wk4eSKPuHf9owNpSS3NKPW8M { position:absolute;display:block;z-index:15206;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:6.9375rem;width:12.5625rem;top:70.125rem;left:43.3125rem;overflow:hidden;display:block; }
#iwXwolpiw9LNEERmDSBDihPBAn0niSPg { position:absolute;display:block;z-index:15207;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:6rem;width:13rem;top:78.0625rem;left:43.125rem;overflow:hidden;display:block; }
#H8kDdEFBc6lNCMGzzgd8lJCKJGZ6BZH3 { position:absolute;display:block;z-index:15208;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:6.0625rem;width:13rem;top:84.4375rem;left:43.125rem;overflow:hidden;display:block; }
#TB1EoOeXU704zQa8LFJXR0C6X1bkw89z { color:#02050e;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:91rem;left:42.5rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;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.875rem;top:99.46875rem;left:16.3125rem;overflow:hidden;display:block; }
#nLEiy7R3N0wBT4GGwditNbBCC53Savgv { color:#02050e;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:96.75rem;left:20.71875rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hh3hZml7zDLLCySKImLBJmes45KJTWth { 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:19.625rem;width:14.625rem;top:99.6875rem;left:0.9375rem;overflow:hidden;display:block; }
#NKz0Eh2k6xTk0frWmK7TA33VSDfPqoRT { 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.9375rem;width:14.9375rem;top:99.53125rem;left:43.6875rem;overflow:hidden;display:block; }
#awex4X5oyJXuGIeHXThagrJ93Vmco3yz { 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.5rem;width:14.625rem;top:120.6875rem;left:0.9375rem;overflow:hidden;display:block; }
#CqPt3sRHrsbR6CZnrNmcN3DDLFPNpfPk { position:absolute;display:block;z-index:15212;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.9375rem;width:14.9375rem;top:120.46875rem;left:43.875rem;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:120.6875rem;left:16.4375rem;overflow:hidden;display:block; }
#LnKQ0u90PFQaZSavo5U6Qo3pmIQLTSaz { position:absolute;display:block;z-index:15212;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.5rem;width:14.625rem;top:141.8125rem;left:0.5625rem;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:27.5625rem;top:141.71875rem;left:15.8125rem;overflow:hidden;display:block; }
#ukgGJG7tvVqH7JLlbySwDOoyrtUDLyBW { 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.9375rem;width:14.9375rem;top:141.8125rem;left:43.875rem;overflow:hidden;display:block; }
#w99tzoFgcLIzNfgJAwvdal17Cn93TXP3 { 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.5rem;width:14.625rem;top:162.375rem;left:0.5625rem;overflow:hidden;display:block; }
#LPdlaeeChezA09vgKymthhaNlfDIBocL { position:absolute;display:block;z-index:15214;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.9375rem;width:14.9375rem;top:162.375rem;left:43.875rem;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.25rem;width:27.75rem;top:162.46875rem;left:15.6875rem;overflow:hidden;display:block; }
#e8UH0R7gPGxxPvP0r5TTzN9QotoC3ZRG { color:#02050e;display:block;width:58.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:182.9873046875rem;left:0.84375rem;height:7.199225rem;font-style:normal;text-align:center;text-align-last:center;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:266.75rem;left:2.25rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LrqoVr20l0dbrlf8lkQ8a1vwsJGJkcT5 { position:absolute;display:block;z-index:15215;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.3125rem;width:15.9375rem;top:272.1875rem;left:2.625rem;overflow:hidden;display:block; }
#Nmkxxc8FOTCy1XzpeAQO2l8g7ZlectVK { 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:21.375rem;width:16rem;top:272.15625rem;left:40.75rem;overflow:hidden;display:block; }
#nCpJQ4UkCTfWhNq2cvSqu4RNKNpnDbq9 { position:absolute;display:block;z-index:15214;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:295.4375rem;left:20.125rem;overflow:hidden;display:block; }
#zDo6HTSCkcbciC36LR3t5aJk2NHumkt0 { position:absolute;display:block;z-index:15215;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:295.40625rem;left:39.28125rem;overflow:hidden;display:block; }
#CifJL58Jqcyx28OycZRbssC70uIocWTk { position:absolute;display:block;z-index:15216;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:21.0625rem;top:272.3125rem;left:19.46875rem;overflow:hidden;display:block; }
#HTrqR0G2B7WZ3W8Uug8bqtyxGiWlvI2X { position:absolute;display:block;z-index:15215;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:295.5rem;left:1.25rem;overflow:hidden;display:block; }
#TQq3n72sNwMHP9a5o1hyMEwRb28LBBDT { color:#02050e;display:block;width:36.25rem;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:196.2373046875rem;left:2.625rem;height:8.99903125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hgu536VKJJyACZWw3FMCLcmt7K2etCSW { position:absolute;display:block;z-index:15214;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:28.0625rem;top:205.2490234375rem;left:2.625rem;overflow:hidden;display:block; }
#S6h5ULiFc6HwNa0KnQC1yqpF9Cs212xg { position:absolute;display:block;z-index:15215;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5625rem;width:18.375rem;top:205.4365234375rem;left:33.375rem;overflow:hidden;display:block; }
#LhuUwmJT2b5DGcmB0bmk59axf0F2GyIm { position:absolute;display:block;z-index:15216;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:15.375rem;top:232.78125rem;left:2.625rem;overflow:hidden;display:block; }
#iTXIEfMJxcozrnpykMKyQs4bziyUZino { 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:21.5rem;width:16rem;top:232.09375rem;left:19.125rem;overflow:hidden;display:block; }
#oQ9UveTSq2vCtW7cTQcWhDnnPEJ7g6Ti { 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:21.3125rem;width:15.9375rem;top:232.34375rem;left:36.375rem;overflow:hidden;display:block; }
#oUHTWXmkwRPATrBPZMOXEC9AGa9gVUc9 { color:#02050e;display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:256.7197265625rem;left:2.625rem;height:7.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hCWg2wNuGfdgVWGZEybRZdWfk3FFfEe9 { position:absolute;display:block;z-index:15216;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.3125rem;width:15.9375rem;top:315.4375rem;left:2.5rem;overflow:hidden;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:21.3125rem;width:15.9375rem;top:315.4375rem;left:20.5625rem;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:21.3125rem;width:15.9375rem;top:315.4375rem;left:40rem;overflow:hidden;display:block; }
#VFOvWey0q89x0MAqkg8AzIpvSaTsHLlA { position:absolute;display:block;z-index:15216;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.9375rem;width:16.375rem;top:339.1875rem;left:11rem;overflow:hidden;display:block; }
#yHBEMgSgIth7Bwy3ycw7a7FAJvr0gFbN { 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:21.8125rem;width:16.3125rem;top:339.25rem;left:29.75rem;overflow:hidden;display:block; }
#UAvctckB3TWzVn5Qy11rxuvDZl9LgvNu { 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:362.875rem;left:4.15625rem;height:7.199225rem;font-style:normal;text-align:center;text-align-last:center;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) { #xsVgt89v3TdBEkBPxHpT81smSax1M2tZ { display:block; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iV4ZmXgVP08fxtazSfegb4eDSipHKtlI { top:0.4375rem;left:0rem;width:20rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vugKrCNZstDkA36UcnoTixaWrsSs9dTN { 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) { #iidx9DkB14y6k6Vk1KODdhypzntphBUW { top:0.3125rem;left:5.1102447509766rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaFv0NlmGCcqSBu3poTRtoMzlDxcn9Lm { display:block; }#EaFv0NlmGCcqSBu3poTRtoMzlDxcn9Lm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kova4Ko4D3WL4HGcfCNE3z8uQd9nXmE8 { top:7.5625rem;left:12.4375rem;width:35.3125rem;height:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSZimdoXTf9a4BxBeAnrQRhqMuaDwLXW { top:1.125rem;left:3.5625rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3GEupbFBOfSPmAJKJ52AwtykXiaO5q8 { top:2.6875rem;left:0rem;width:14rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHq8DMfUTqqu9kNlXqBEz24tEPHQ7Exq { display:block; }
 }@media only screen and (max-width: 763px) { #nbHMW0ePbSVg3CSFBIha5HcdFqq2CAOq { top:7.5625rem;left:0rem;width:22.25rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTmTz1f6PNa9fXlDfXMvkmoy81UfEkl1 { top:25.6875rem;left:0rem;width:19.0625rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoV5Z4ucZdrfVD4sXIGrD3rrqfxWToSB { top:25.6875rem;left:12.4375rem;width:35.3125rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9WX3R1PGqs1bm4eGpVwvQ3uMSJ1QUzn { top:52.5rem;left:0rem;width:47.75rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgeFWvt0d6KcT9SG6M7bzrhuwKkiRXtS { top:68.1875rem;left:0rem;width:26.375rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wruodpLa12lmgb7JGNli20VuoOg1gGyz { top:68.25rem;left:21.3125rem;width:26.4375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEHroGin50vJFurKRnxgK6Unp9LScZF2 { top:89rem;left:0rem;width:26.5rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7AH6LhFDQ1reH5caZFnoRHnHsCoaqBz { top:89rem;left:21.125rem;width:26.4375rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr3qvAqAZLVQZLzz5gGnBNaEVr9kgrMS { top:111.625rem;left:0rem;width:47.75rem;height:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #blM0mNaxDM89k4OaayHaS6UumCtXK2OH { top:121.5rem;left:0rem;width:47.75rem;height:17.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfIaWHmJR4Goyv27T6UC7HSxPTLxVGyz { top:142.25rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rugnz38hvoH7hV2TmfyyFbWoq5RbofKB { top:147.0625rem;left:34rem;width:13.75rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbw8Taoi6nNAwoNvQBmhTm97m8sCh96F { top:167rem;left:0rem;width:28.4375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQAMxaPJwgrNJavwArnAMhyqcAa1F5Od { top:147.0625rem;left:0rem;width:40.375rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZoQ294P6BxiXTci6qZOfaMm9CAHc4g1 { top:167rem;left:19.4375rem;width:28.3125rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLh529KNJSTbQnRheCW227O2zSwU7onz { top:189.625rem;left:0rem;width:27.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6Q6qNtH9hCRTRTq4JvmDF16ZOaZPNXZ { top:189.75rem;left:19.375rem;width:28.375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9uCaR7qnsn8GbKoiJx4sOBTmcPVXB1H { top:212.1875rem;left:19.9375rem;width:27.8125rem;height:21.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSfyIBWMpZ6M4ybeDnf8XSycgRk7U9rW { top:208.1875rem;left:0rem;width:14.1875rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GehyXVMi4iSGxH7J9i8gsU4pTUU8kgCo { top:235.3125rem;left:19.8125rem;width:27.9375rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qatPF0t6y6knCVk2GChni1dkPEneTs1d { top:235.6875rem;left:0rem;width:26.8125rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeXwOT0Pkvfw7VTh5vDV55NMbTG0o0u9 { top:213.375rem;left:11.40625rem;width:15.375rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSwFKanEKWvC53tlv4SxSut3CfVKlTo0 { top:253.0625rem;left:0rem;width:47.75rem;height:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZzC6ktX3fSgaZqEnJDIPhlgqbE2LoOx { top:263.625rem;left:0rem;width:47.75rem;height:21.635011441648rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV2KEuR1Ets3XZFQ20AcTOyh91onDsHG { top:291.1875rem;left:0rem;width:16.5rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0ccm7x8N01Efg5FikguGKaMqmNHgd8C { top:291.125rem;left:16rem;width:15.75rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6dRRI0tVBtFsIr4FltnORT0GbnKF3FB { top:291.1875rem;left:32.375rem;width:15.375rem;height:23.125rem;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:14rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3VTaxHJt4Mt7qfkXTrCVJBuK4k4XHtk { display:block; }
 }@media only screen and (max-width: 763px) { #NsUolco8OkJQU68oDZdMzTgpOGUyQ7eq { top:170.5625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll96LoBECodBZb0bXOq5OCCmHVHqOLn0 { top:1.9375rem;left:4.4375rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwUE41LmBiTiy1vxmZ57zHOaInXOFxgS { top:9rem;left:19rem;width:28.75rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z21lr8p12IH6HoTl7DoilgNoQ2k4UimV { top:25.9375rem;left:38.125rem;width:9.625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAdXhzs7NGKx67EsDqeODXIAXKG7XFZW { top:29.0625rem;left:0rem;width:28.5rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLJLzovJd3ofviSrETvU5u7o1V9DM1zS { top:46.125rem;left:0rem;width:9.625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDDC86t0TaLQBGBZyn8Z7x6UeJ8uGtps { top:9rem;left:0rem;width:27.9375rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXs6EohQ6HRNQkw6X1nqmrGz8QtWiTke { top:28.9375rem;left:19.9375rem;width:27.8125rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmHqqPU5BPuEPpIHHlwtLmNwe54F1gFy { top:46.125rem;left:38.125rem;width:9.625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyvekTzZDv3nQGZZuCWvS3375Au2SSwe { top:49rem;left:0rem;width:47.75rem;height:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4U6Rox3e2y3xk4PUFX99WOt0zsAwL6G { top:70.125rem;left:0rem;width:16.625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL8JW7up9GLVLxAGxxllDUVRRNCRioNS { top:91rem;left:0rem;width:19.3125rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7wJc6UF75unlR0ulTHGXFJyrl4v0nX5 { top:79.875rem;left:17.875rem;width:14.375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAzTQrKvdox73hK0suQ0H5PrJevBBkQJ { top:91rem;left:17.9375rem;width:14.1875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy8TmPZpoP8CodEKly7b2vcUmsEwDk0C { top:70.125rem;left:17.9375rem;width:14.4375rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9ME7wd9Wk4eSKPuHf9owNpSS3NKPW8M { top:70.125rem;left:35.1875rem;width:12.5625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwXwolpiw9LNEERmDSBDihPBAn0niSPg { top:78.0625rem;left:34.75rem;width:13rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8kDdEFBc6lNCMGzzgd8lJCKJGZ6BZH3 { top:84.4375rem;left:34.75rem;width:13rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB1EoOeXU704zQa8LFJXR0C6X1bkw89z { top:91rem;left:33.5625rem;width:14.1875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTL7g1qitInD1DBg8icUuGaPybeottr7 { top:99.4375rem;left:10.1875rem;width:26.875rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLEiy7R3N0wBT4GGwditNbBCC53Savgv { top:96.75rem;left:14.59375rem;width:18.5625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh3hZml7zDLLCySKImLBJmes45KJTWth { top:99.6875rem;left:0rem;width:14.625rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKz0Eh2k6xTk0frWmK7TA33VSDfPqoRT { top:99.5rem;left:32.8125rem;width:14.9375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #awex4X5oyJXuGIeHXThagrJ93Vmco3yz { top:120.6875rem;left:0rem;width:14.625rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqPt3sRHrsbR6CZnrNmcN3DDLFPNpfPk { top:120.4375rem;left:32.8125rem;width:14.9375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmux19kpzLH5akNzmZ2LKvoy6gR60nEg { top:120.6875rem;left:10.3125rem;width:26.75rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnKQ0u90PFQaZSavo5U6Qo3pmIQLTSaz { top:141.8125rem;left:0rem;width:14.625rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqhLZ77oK6Qrlvyd7Hsvrvpt5AmuIvrq { top:141.6875rem;left:9.6875rem;width:27.5625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukgGJG7tvVqH7JLlbySwDOoyrtUDLyBW { top:141.8125rem;left:32.8125rem;width:14.9375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w99tzoFgcLIzNfgJAwvdal17Cn93TXP3 { top:162.375rem;left:0rem;width:14.625rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPdlaeeChezA09vgKymthhaNlfDIBocL { top:162.375rem;left:32.8125rem;width:14.9375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAVg3eqSOSRnWkky8ldIMd09Cq0g3bZH { top:162.4375rem;left:9.5625rem;width:27.75rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8UH0R7gPGxxPvP0r5TTzN9QotoC3ZRG { top:182.9375rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfyTdgL33Rhta723OVXRuLTbz4KlBb3p { top:266.75rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrqoVr20l0dbrlf8lkQ8a1vwsJGJkcT5 { top:272.1875rem;left:0rem;width:15.9375rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmkxxc8FOTCy1XzpeAQO2l8g7ZlectVK { top:272.125rem;left:31.75rem;width:16rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCpJQ4UkCTfWhNq2cvSqu4RNKNpnDbq9 { top:295.4375rem;left:14rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDo6HTSCkcbciC36LR3t5aJk2NHumkt0 { top:295.375rem;left:29.375rem;width:18.375rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CifJL58Jqcyx28OycZRbssC70uIocWTk { top:272.3125rem;left:13.34375rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTrqR0G2B7WZ3W8Uug8bqtyxGiWlvI2X { top:295.5rem;left:0rem;width:18.1875rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQq3n72sNwMHP9a5o1hyMEwRb28LBBDT { top:196.1875rem;left:0rem;width:36.25rem;height:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgu536VKJJyACZWw3FMCLcmt7K2etCSW { top:205.1875rem;left:0rem;width:28.0625rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6h5ULiFc6HwNa0KnQC1yqpF9Cs212xg { top:205.375rem;left:27.25rem;width:18.375rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhuUwmJT2b5DGcmB0bmk59axf0F2GyIm { top:232.75rem;left:0rem;width:15.375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTXIEfMJxcozrnpykMKyQs4bziyUZino { top:232.0625rem;left:13rem;width:16rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ9UveTSq2vCtW7cTQcWhDnnPEJ7g6Ti { top:232.3125rem;left:30.25rem;width:15.9375rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUHTWXmkwRPATrBPZMOXEC9AGa9gVUc9 { top:256.6875rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCWg2wNuGfdgVWGZEybRZdWfk3FFfEe9 { top:315.4375rem;left:0rem;width:15.9375rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl7nNrA1QaONn5FvnIetZuDutyx28gsR { top:315.4375rem;left:14.4375rem;width:15.9375rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3s6eKGiuBZdMo48XXweiyfiXJHvinoh { top:315.4375rem;left:31.8125rem;width:15.9375rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFOvWey0q89x0MAqkg8AzIpvSaTsHLlA { top:339.1875rem;left:4.875rem;width:16.375rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHBEMgSgIth7Bwy3ycw7a7FAJvr0gFbN { top:339.25rem;left:23.625rem;width:16.3125rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAvctckB3TWzVn5Qy11rxuvDZl9LgvNu { top:362.875rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:1rem;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) { #xsVgt89v3TdBEkBPxHpT81smSax1M2tZ { display:block; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iV4ZmXgVP08fxtazSfegb4eDSipHKtlI { 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) { #vugKrCNZstDkA36UcnoTixaWrsSs9dTN { 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) { #iidx9DkB14y6k6Vk1KODdhypzntphBUW { display:flex;width:1.49913125rem;height:1.49913125rem;top:0rem;left:6.0008679032326rem; }
 }@media only screen and (max-width: 763px) { #EaFv0NlmGCcqSBu3poTRtoMzlDxcn9Lm { display:block; }#EaFv0NlmGCcqSBu3poTRtoMzlDxcn9Lm > .row .container { width:20rem;height:480.19066770953rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kova4Ko4D3WL4HGcfCNE3z8uQd9nXmE8 { width:20rem;height:19.4970875rem;top:19.2763671875rem;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) { #eSZimdoXTf9a4BxBeAnrQRhqMuaDwLXW { width:6.375rem;height:6.375rem;top:1.2109375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3GEupbFBOfSPmAJKJ52AwtykXiaO5q8 { top:2.7734375rem;left:0rem;width:14rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHq8DMfUTqqu9kNlXqBEz24tEPHQ7Exq { display:block; }
 }@media only screen and (max-width: 763px) { #nbHMW0ePbSVg3CSFBIha5HcdFqq2CAOq { width:20rem;height:19.943820224719rem;top:3.6474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTmTz1f6PNa9fXlDfXMvkmoy81UfEkl1 { width:19.0625rem;height:23.5rem;top:39.404296875rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoV5Z4ucZdrfVD4sXIGrD3rrqfxWToSB { width:20rem;height:13.274336283186rem;top:63.779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9WX3R1PGqs1bm4eGpVwvQ3uMSJ1QUzn { width:20rem;height:19.497075rem;top:77.990234375rem;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) { #zgeFWvt0d6KcT9SG6M7bzrhuwKkiRXtS { width:20rem;height:14.881516587678rem;top:99.1748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wruodpLa12lmgb7JGNli20VuoOg1gGyz { width:20rem;height:14.893617021277rem;top:115.7431640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEHroGin50vJFurKRnxgK6Unp9LScZF2 { width:20rem;height:14.952830188679rem;top:132.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7AH6LhFDQ1reH5caZFnoRHnHsCoaqBz { width:20rem;height:14.940898345154rem;top:148.7138671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr3qvAqAZLVQZLzz5gGnBNaEVr9kgrMS { width:20rem;height:10.39845rem;top:166.404296875rem;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) { #blM0mNaxDM89k4OaayHaS6UumCtXK2OH { width:20rem;height:7.5rem;top:179.615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfIaWHmJR4Goyv27T6UC7HSxPTLxVGyz { width:20rem;height:1.29980625rem;top:188.740234375rem;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) { #rugnz38hvoH7hV2TmfyyFbWoq5RbofKB { width:13.75rem;height:18.4375rem;top:192.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbw8Taoi6nNAwoNvQBmhTm97m8sCh96F { width:20rem;height:14.9443125rem;top:230.4365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQAMxaPJwgrNJavwArnAMhyqcAa1F5Od { width:20rem;height:16.89748125rem;top:213.5400390625rem;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) { #HZoQ294P6BxiXTci6qZOfaMm9CAHc4g1 { width:20rem;height:14.9668125rem;top:247.130859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLh529KNJSTbQnRheCW227O2zSwU7onz { width:20rem;height:11.587875rem;top:264.34765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6Q6qNtH9hCRTRTq4JvmDF16ZOaZPNXZ { width:20rem;height:11.233375rem;top:277.873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9uCaR7qnsn8GbKoiJx4sOBTmcPVXB1H { width:20rem;height:16.89748125rem;top:291.8564453125rem;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) { #SSfyIBWMpZ6M4ybeDnf8XSycgRk7U9rW { width:14.1875rem;height:25.8125rem;top:309.9189453125rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GehyXVMi4iSGxH7J9i8gsU4pTUU8kgCo { width:20rem;height:11.2295rem;top:373.8798828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qatPF0t6y6knCVk2GChni1dkPEneTs1d { width:20rem;height:11.1885rem;top:360.31640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeXwOT0Pkvfw7VTh5vDV55NMbTG0o0u9 { width:15.375rem;height:20.6875rem;top:337.2939453125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSwFKanEKWvC53tlv4SxSut3CfVKlTo0 { width:20rem;height:0;top:386.3173828125rem;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) { #CZzC6ktX3fSgaZqEnJDIPhlgqbE2LoOx { width:20rem;height:9.0617848970252rem;top:396.5663828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV2KEuR1Ets3XZFQ20AcTOyh91onDsHG { width:16.5rem;height:23.1875rem;top:406.87816770952rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0ccm7x8N01Efg5FikguGKaMqmNHgd8C { width:15.75rem;height:23.25rem;top:431.31566770952rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6dRRI0tVBtFsIr4FltnORT0GbnKF3FB { width:15.375rem;height:23.125rem;top:455.81566770952rem;left:2.3125rem;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:964.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) { #NsUolco8OkJQU68oDZdMzTgpOGUyQ7eq { width:12.5rem;height:1.29980625rem;top:152.90127590332rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;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) { #kwUE41LmBiTiy1vxmZ57zHOaInXOFxgS { width:20rem;height:11.782608695652rem;top:174.723634375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z21lr8p12IH6HoTl7DoilgNoQ2k4UimV { width:9.625rem;height:1.29980625rem;top:187.755884375rem;left:5.1875rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TAdXhzs7NGKx67EsDqeODXIAXKG7XFZW { width:20rem;height:11.973684210526rem;top:190.305690625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLJLzovJd3ofviSrETvU5u7o1V9DM1zS { width:9.625rem;height:1.29980625rem;top:207.368190625rem;left:0.125rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kDDC86t0TaLQBGBZyn8Z7x6UeJ8uGtps { width:20rem;height:10.39845rem;top:11.0517578125rem;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) { #lXs6EohQ6HRNQkw6X1nqmrGz8QtWiTke { width:20rem;height:12.449438202247rem;top:209.917996875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmHqqPU5BPuEPpIHHlwtLmNwe54F1gFy { width:9.625rem;height:1.29980625rem;top:223.617246875rem;left:5.1875rem;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:29.89550625rem;top:226.167053125rem;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) { #b4U6Rox3e2y3xk4PUFX99WOt0zsAwL6G { width:16.625rem;height:20.3125rem;top:257.311553125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL8JW7up9GLVLxAGxxllDUVRRNCRioNS { width:19.3125rem;height:2.5996125rem;top:323.374053125rem;left:0.3125rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #I7wJc6UF75unlR0ulTHGXFJyrl4v0nX5 { width:14.375rem;height:10.625rem;top:296.936553125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAzTQrKvdox73hK0suQ0H5PrJevBBkQJ { width:14.1875rem;height:2.5996125rem;top:327.223665625rem;left:2.875rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vy8TmPZpoP8CodEKly7b2vcUmsEwDk0C { width:14.4375rem;height:8.625rem;top:278.874053125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9ME7wd9Wk4eSKPuHf9owNpSS3NKPW8M { width:12.5625rem;height:6.9375rem;top:288.749053125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwXwolpiw9LNEERmDSBDihPBAn0niSPg { width:13rem;height:6rem;top:308.811553125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8kDdEFBc6lNCMGzzgd8lJCKJGZ6BZH3 { width:13rem;height:6.0625rem;top:316.061553125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB1EoOeXU704zQa8LFJXR0C6X1bkw89z { width:14.1875rem;height:2.5996125rem;top:331.073278125rem;left:2.875rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yTL7g1qitInD1DBg8icUuGaPybeottr7 { width:20rem;height:14.93023255814rem;top:355.797890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLEiy7R3N0wBT4GGwditNbBCC53Savgv { width:18.5625rem;height:1.29980625rem;top:353.079140625rem;left:1.4375rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Hh3hZml7zDLLCySKImLBJmes45KJTWth { width:14.625rem;height:19.625rem;top:334.922890625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKz0Eh2k6xTk0frWmK7TA33VSDfPqoRT { width:14.9375rem;height:19.9375rem;top:371.977578125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #awex4X5oyJXuGIeHXThagrJ93Vmco3yz { width:14.625rem;height:19.5rem;top:393.165078125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqPt3sRHrsbR6CZnrNmcN3DDLFPNpfPk { width:14.9375rem;height:19.9375rem;top:430.165078125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmux19kpzLH5akNzmZ2LKvoy6gR60nEg { width:20rem;height:15rem;top:413.915078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnKQ0u90PFQaZSavo5U6Qo3pmIQLTSaz { width:14.625rem;height:19.5rem;top:451.352578125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqhLZ77oK6Qrlvyd7Hsvrvpt5AmuIvrq { width:20rem;height:14.421768707483rem;top:472.102578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukgGJG7tvVqH7JLlbySwDOoyrtUDLyBW { width:14.9375rem;height:19.9375rem;top:487.773453125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w99tzoFgcLIzNfgJAwvdal17Cn93TXP3 { width:14.625rem;height:19.5rem;top:508.960953125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPdlaeeChezA09vgKymthhaNlfDIBocL { width:14.9375rem;height:19.9375rem;top:544.834015625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAVg3eqSOSRnWkky8ldIMd09Cq0g3bZH { width:20rem;height:13.873873873874rem;top:529.710953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8UH0R7gPGxxPvP0r5TTzN9QotoC3ZRG { width:20rem;height:10.39844375rem;top:566.021515625rem;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) { #WfyTdgL33Rhta723OVXRuLTbz4KlBb3p { width:20rem;height:6.499025rem;top:710.389640625rem;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) { #LrqoVr20l0dbrlf8lkQ8a1vwsJGJkcT5 { width:15.9375rem;height:21.3125rem;top:718.138640625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmkxxc8FOTCy1XzpeAQO2l8g7ZlectVK { width:16rem;height:21.375rem;top:761.951140625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCpJQ4UkCTfWhNq2cvSqu4RNKNpnDbq9 { width:18.3125rem;height:18.3125rem;top:804.013640625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDo6HTSCkcbciC36LR3t5aJk2NHumkt0 { width:18.375rem;height:18.375rem;top:823.576140625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CifJL58Jqcyx28OycZRbssC70uIocWTk { width:20rem;height:20rem;top:740.701140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTrqR0G2B7WZ3W8Uug8bqtyxGiWlvI2X { width:18.1875rem;height:18.1875rem;top:784.576140625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQq3n72sNwMHP9a5o1hyMEwRb28LBBDT { width:20rem;height:7.7988375rem;top:596.692390625rem;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) { #hgu536VKJJyACZWw3FMCLcmt7K2etCSW { width:20rem;height:17.772828507795rem;top:577.669953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6h5ULiFc6HwNa0KnQC1yqpF9Cs212xg { width:18.375rem;height:24.5625rem;top:607.041015625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhuUwmJT2b5DGcmB0bmk59axf0F2GyIm { width:15.375rem;height:20.625rem;top:632.853515625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTXIEfMJxcozrnpykMKyQs4bziyUZino { width:16rem;height:21.5rem;top:654.728515625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ9UveTSq2vCtW7cTQcWhDnnPEJ7g6Ti { width:15.9375rem;height:21.3125rem;top:677.478515625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUHTWXmkwRPATrBPZMOXEC9AGa9gVUc9 { width:20rem;height:9.09864375rem;top:700.041015625rem;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) { #hCWg2wNuGfdgVWGZEybRZdWfk3FFfEe9 { width:15.9375rem;height:21.3125rem;top:843.201140625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl7nNrA1QaONn5FvnIetZuDutyx28gsR { width:15.9375rem;height:21.3125rem;top:865.763640625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3s6eKGiuBZdMo48XXweiyfiXJHvinoh { width:15.9375rem;height:21.3125rem;top:888.326140625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFOvWey0q89x0MAqkg8AzIpvSaTsHLlA { width:16.375rem;height:21.9375rem;top:910.888640625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHBEMgSgIth7Bwy3ycw7a7FAJvr0gFbN { width:16.3125rem;height:21.8125rem;top:934.076140625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAvctckB3TWzVn5Qy11rxuvDZl9LgvNu { width:20rem;height:6.49903125rem;top:957.138640625rem;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) { #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.5996125rem;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; }
 }