.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.13688125rem;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; }
#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl { position:relative;display:block; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl { background-color: transparent; background-image: none; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container > .video-iframe-container { display: none; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row > .video-iframe-container { display: none; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .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); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl { border-width: 0; border-radius: 0; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .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; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .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:269.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uc66ZHtTR957SQuwA8mN3DF09Ol7OlO3 { position:absolute;display:block;z-index:15005;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.43575rem;width:6.43575rem;top:1.4409722089768rem;left:4.0625rem;display:block; }
#WkwaTLlBcLkQWdQ4qziPBuqXKTBn3Aqd { z-index:15007;top:3.11572265625rem;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:8.25rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SW2ZImFD3vdm6ipTz6L4tTG9hIsVy6aK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K0fsrTsPiGSJdcdT8EbPWkfyZyQeteSB { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:block;z-index:15006;top:91.0625rem;left:15.1875rem;display:block; }
#LJcCdbAvCXWGSArwHpQyubwTJPBlD7Xs { color:#02050e;display:block;width:58.6873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.6;letter-spacing:0;top:8.8598626255987rem;left:0.65511131286619rem;height:14.3945125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FRhFSm8myazrRwyxQOAdEk5eFoNnDHaP { position:absolute;display:block;z-index:15194;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.3121875rem;width:17.4373125rem;top:23.127439975739rem;left:40.747068405151rem;overflow:hidden;display:block; }
#nnaXmioSVbaDOmQAEllilGacTELcETOL { position:absolute;display:block;z-index:15195;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.0623125rem;width:17.249375rem;top:23.252765655517rem;left:21.373697280884rem;overflow:hidden;display:block; }
#mD9VECIBHWKvcHG4kZkEvO7VIdJUFL6s { position:absolute;display:block;z-index:15196;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.6875rem;width:17rem;top:48.374017715454rem;left:2.2151699066162rem;overflow:hidden;display:block; }
#TJKlHHsZSBT4oZDMm5rW68val9WzfMEN { position:absolute;display:block;z-index:15198;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:16.625rem;top:48.622227668762rem;left:21.686197280884rem;overflow:hidden;display:block; }
#qEEv08d4sADa49RlbJcGbXgBNTnPlbft { position:absolute;display:block;z-index:15199;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.3123125rem;width:13.562rem;top:117.91666126251rem;left:4.0625rem;overflow:hidden;display:block; }
#Skg2NWUsndG204omC4IM7FnThrxaku5L { 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:28.6246875rem;width:50.1871875rem;top:88.716629028319rem;left:4.9055995941162rem;overflow:hidden;display:block; }
#FDJ67tobTATEL34Hndc3uWlwyP6KzNe7 { 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:20.374375rem;width:36.4998125rem;top:120.57372474671rem;left:19.213052749634rem;overflow:hidden;display:block; }
#xDnNKDorr7vQJKSlI9gXAChIfTqyFxIT { color:#02050e;display:block;width:56.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.6;letter-spacing:0;top:79.254557609556rem;left:1.7496738433838rem;height:7.19725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gk2IC0oFbAoT0CNZwZVtXvTIe6MUvMqq { 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.3111875rem;width:30.9375rem;top:159.3701171875rem;left:2.2151699066162rem;overflow:hidden;display:block; }
#OuuKXkvL2MX0B0Fhvm3T0bIs7kg4ImbP { 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.874rem;width:11.6861875rem;top:158.74430274963rem;left:34.873044967651rem;overflow:hidden;display:block; }
#xfASJdlhJNRfn9dphE5DGIk17b8Dl2QG { 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:20.999375rem;width:11.687rem;top:158.68244934082rem;left:47.705892562866rem;overflow:hidden;display:block; }
#C1FTO4lvlnm0I4sTdmkQEWVZCNT4L22i { position:absolute;display:block;z-index:15199;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.0625rem;width:16.5rem;top:48.68489074707rem;left:41.214193344116rem;overflow:hidden;display:block; }
#IkK1TfAlKUzTtyJG4DwLHzGA6bqZ10nr { position:absolute;display:block;z-index:15195;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:16.4998125rem;top:23.252765655517rem;left:2.4641933441162rem;overflow:hidden;display:block; }
#MMB0d5vROaIFEZNsz8xWecWR5JF8giC6 { color:#02050e;display:block;width:56.4981875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.6;letter-spacing:0;top:148.49934864044rem;left:1.7496738433838rem;height:7.19725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NAWiINUMK73NILe4Ee5nbu4TV5Km2xCK { 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:26.687rem;width:47.6871875rem;top:200.74869728088rem;left:6.1555995941162rem;overflow:hidden;display:block; }
#hhR445mrEaEV4rvZ7Q5TUiZJz4gEQWoP { 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:35.625rem;width:19.8746875rem;top:230.7470703125rem;left:6.1555995941162rem;overflow:hidden;display:block; }
#CpLeoHa51NmBXlWR0GbRZbUOM8fNfF4D { 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:35.8121875rem;width:20rem;top:230.65266799927rem;left:33.152669906616rem;overflow:hidden;display:block; }
#xG5v5SQwqlu3FI6ECTiFMdmhFpU8XTNT { color:#02050e;display:block;width:53.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:186.77897071838rem;left:3.0623378753662rem;height:12.5952rem;font-style:normal;text-align:left;text-align-last:left;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.13688125rem;text-align:right;text-align-last:right;display:block; }
#fDBtbmL3t1ay7D5VOqnQoqQzCZLCX7tz { color:rgba(var(--color-tertiary-1),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:0rem;left:1.0869140625rem;height:3.0061875rem;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:306.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:4.3125rem;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.020208375rem;height:3.270670875rem;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; }
#h5dmDVqaPIRTwJ1s3THcfsulC8iwHuQ4 { 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.5rem;width:6.5rem;top:2.8125rem;left:9.5625rem;display:block; }
#Nw7KRpg5TvAUavZAEe4Ee09VsTcxOcb4 { color:#071638;display:block;width:57.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:11.625rem;left:1.1875rem;height:1.79980625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ge07MC0HueTUf51kAeACiauWxuJiF5Mc { 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:15198;line-height:1.3;letter-spacing:0;top:40.625rem;left:8.25rem;height:1.29980625rem;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:132.4375rem;left:1.3125rem;height:1.29980625rem;display:block; }
#IrJcyiOuZMuIGI2ia4D3SZCk67BkQaaJ { color:#071638;display:block;width:55.1220625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:43.823226928711rem;left:2.4381504058838rem;height:12.595225rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#mxJ1AprkPesi5elKrITCAmUNoTDp3nHT { color:#02050e;display:block;width:56.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.6;letter-spacing:0;top:11.624349117279rem;left:1.1873378753662rem;height:16.1938625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iIqoxA7nTrJWaOU1PfVQ185CAeP55Qpf { position:absolute;display:block;z-index:15242;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:27.1248125rem;top:20.363784790039rem;left:1.1873378753662rem;overflow:hidden;display:block; }
#AmcWXGlcrrNa2CPBkI2SJBo8yFN2Rf1y { position:absolute;display:block;z-index:15243;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.2498125rem;width:27.0621875rem;top:20.426446914673rem;left:31.298826217651rem;overflow:hidden;display:block; }
#CM01tEBfB7fy67AGVNAZnIBSoe9vgrJQ { position:absolute;display:block;z-index:15244;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.3746875rem;width:46.1873125rem;top:57.041812896729rem;left:5.5362949371338rem;overflow:hidden;display:block; }
#aM0tNDhATpsXSe6Sgn8U1Ta2Lbl1k5CE { position:absolute;display:block;z-index:15254;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.187rem;width:21.875rem;top:80.469562530519rem;left:30.484212875366rem;overflow:hidden;display:block; }
#be55JgZ1hZG0JK47QNXSVmNCGZyoNZo4 { position:absolute;display:block;z-index:15256;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.499375rem;width:21.311875rem;top:80.813800811769rem;left:4.0926113128662rem;overflow:hidden;display:block; }
#v0slhARxbfiVzZVlZZ30RwglDsbsSW0T { color:#071638;display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:179.38072586059rem;left:3.3610019683838rem;height:10.79590625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nf4F2Vc93byA7Sz1u5sckKlCbpIETNgI { color:#071638;display:block;width:32.6871875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.6;letter-spacing:0;top:248.02164649963rem;left:4.0926113128662rem;height:14.3945125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#MkpaSdopshWoEGiEMqu6IWrSvftbxL1d { position:absolute;display:block;z-index:15257;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5621875rem;width:18.374rem;top:215.50862598419rem;left:2.4283847808838rem;overflow:hidden;display:block; }
#qrvkOstfbWGZ6HwbCSwCLKkDtq9bxqwl { position:absolute;display:block;z-index:15258;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.3106875rem;width:18.186875rem;top:215.63313770294rem;left:21.311849594116rem;overflow:hidden;display:block; }
#ZBMqDVGnmHBybGTEvILi9VLx8haMJwTO { position:absolute;display:block;z-index:15259;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.3748125rem;width:17.4373125rem;top:191.31429004669rem;left:3.3650722503662rem;overflow:hidden;display:block; }
#Hk99oxyxpX2rGcm6UgPnOpLCtJluNMsA { position:absolute;display:block;z-index:15260;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:17.4373125rem;top:191.2841796875rem;left:40.174154281616rem;overflow:hidden;display:block; }
#zxUX1MV7ksEiFw2uIU9WiaK7NE3AcFcL { position:absolute;display:block;z-index:15261;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.2486875rem;width:17.3746875rem;top:191.376953125rem;left:22.175291061401rem;overflow:hidden;display:block; }
#IwvARvyPE1A2zVfbV4D63CkDlm6XNS5v { position:absolute;display:block;z-index:15262;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.6246875rem;width:17.6871875rem;top:216.49739456177rem;left:40.673826217651rem;overflow:hidden;display:block; }
#PnLpWaQF19Vf5gKENcGMTkslRRhiwiSX { position:absolute;display:block;z-index:15259;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.3106875rem;width:19.3106875rem;top:282.81982421875rem;left:16.883951187134rem;overflow:hidden;display:block; }
#xMIlry87uzSLeX9eUA4gzcXaBf4Tmnf3 { position:absolute;display:block;z-index:15260;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:246.47054052353rem;left:40.109048843384rem;overflow:hidden;display:block; }
#zwtCWSgUosmMa6ZZCWPFNQB1AbAvtbWh { position:absolute;display:block;z-index:15261;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.8106875rem;top:266.53157424927rem;left:3.7264003753662rem;overflow:hidden;display:block; }
#hJvya5i8SJqAO8X179FpBFrp9ko7JUf4 { position:absolute;display:block;z-index:15262;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.5621875rem;width:14.6231875rem;top:282.69612622261rem;left:1.4900722503662rem;overflow:hidden;display:block; }
#dT81bsos5eu0yyHwulG1OJAQ6Ed6AxdR { position:absolute;display:block;z-index:15263;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6231875rem;width:26.1246875rem;top:266.72119140625rem;left:32.236326217651rem;overflow:hidden;display:block; }
#HqabBH48bApmNq8W3f7W64n8mlxVxZw2 { position:absolute;display:block;z-index:15264;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:19.375rem;top:282.78645825386rem;left:38.234048843384rem;overflow:hidden;display:block; }
#NrtTFpcXRbIQNpdpsq0tU52zyGI0ST11 { position:absolute;display:block;z-index:15257;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:21.25rem;top:154.49869728088rem;left:18.653970718384rem;overflow:hidden;display:block; }
#PZOO3uGICw217TFi70uCGu7o9ceiV4J5 { position:absolute;display:block;z-index:15258;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:15.875rem;top:129.33382129669rem;left:21.577962875366rem;overflow:hidden;display:block; }
#XhdH5tSU0pyAcOVe7wh870TO9E7nBUnv { position:absolute;display:block;z-index:15259;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.999375rem;width:15.686875rem;top:129.7607421875rem;left:2.4373378753662rem;overflow:hidden;display:block; }
#BFG6A7WNnd4e5iwpwpI5JkzZ83lPlXmq { position:absolute;display:block;z-index:15260;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.3745rem;width:15.999375rem;top:151.30208301544rem;left:41.610513687134rem;overflow:hidden;display:block; }
#HaHHPJ26sCToyiCcVTqgrzD3SBX2DOZR { color:#071638;display:block;width:55.1220625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:115.41423988342rem;left:2.4381504058838rem;height:10.79590625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#yPbHyAyAxmI4Gg4fPTwt5wWMXPs1gQTv { position:absolute;display:block;z-index:15260;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.311875rem;width:15.9375rem;top:129.3017578125rem;left:40.174154281616rem;overflow:hidden;display:block; }
#qEVl1pE7EmFzIWO5EIOzCQcP8lWlB3XB { position:absolute;display:block;z-index:15261;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:15.1871875rem;top:152.31119728088rem;left:2.4373378753662rem;overflow:hidden;display:block; }
#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { position:relative;display:block; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { background-color: transparent; background-image: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container > .video-iframe-container { display: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container { display: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { border-width: 0; border-radius: 0; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:25.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Hc2Vn2FTXSsvXLdsIdcAHEZtX21Tx9c1 { color:#071638;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.46875rem;left:0rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CgnWKyXPQT6Wm971ugQ5TEgl2hx3tANt { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.8125rem;top:16.9375rem;left:2.53515625rem;overflow:hidden;display:block; }
#UnxOcyNuKhmXWMNG6rBBUS7wTwEnSKfu { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:15.875rem;top:16.78125rem;left:42.5576171875rem;overflow:hidden;display:block; }
#a0SO6lvTeAHZDUITcpn9wLwFvbKWsGOI { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:18.9375rem;top:17.5625rem;left:20.53125rem;overflow:hidden;display:block; }
#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { position:relative;display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { background-color: transparent; background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { border-width: 0; border-radius: 0; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { color:#071638;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.40625rem;left:0rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coIsJPDFrTfaNXEZDFcy4GU08rc7Nfis { top:0rem;left:0rem;width:47.75rem;height:14.921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #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.3125rem;width:13.4375rem;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) { #dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl { display:block; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uc66ZHtTR957SQuwA8mN3DF09Ol7OlO3 { top:1.4375rem;left:0rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkwaTLlBcLkQWdQ4qziPBuqXKTBn3Aqd { top:3.0625rem;left:0rem;width:8.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW2ZImFD3vdm6ipTz6L4tTG9hIsVy6aK { display:block; }
 }@media only screen and (max-width: 763px) { #K0fsrTsPiGSJdcdT8EbPWkfyZyQeteSB { top:91.0625rem;left:9.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJcCdbAvCXWGSArwHpQyubwTJPBlD7Xs { top:8.8125rem;left:0rem;width:47.75rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRhFSm8myazrRwyxQOAdEk5eFoNnDHaP { top:23.125rem;left:30.3125rem;width:17.375rem;height:23.228881045316rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnaXmioSVbaDOmQAEllilGacTELcETOL { top:23.25rem;left:15.248697280884rem;width:17.1875rem;height:22.979585990434rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD9VECIBHWKvcHG4kZkEvO7VIdJUFL6s { top:48.3125rem;left:0rem;width:17rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJKlHHsZSBT4oZDMm5rW68val9WzfMEN { top:48.5625rem;left:15.561197280884rem;width:16.625rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEEv08d4sADa49RlbJcGbXgBNTnPlbft { top:117.875rem;left:0rem;width:13.5rem;height:24.201166402448rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skg2NWUsndG204omC4IM7FnThrxaku5L { top:88.6875rem;left:0rem;width:47.75rem;height:27.234616965236rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDJ67tobTATEL34Hndc3uWlwyP6KzNe7 { top:120.5625rem;left:11.25rem;width:36.4375rem;height:20.33959185578rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDnNKDorr7vQJKSlI9gXAChIfTqyFxIT { top:79.25rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk2IC0oFbAoT0CNZwZVtXvTIe6MUvMqq { top:159.3125rem;left:0rem;width:30.9375rem;height:17.3111875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuuKXkvL2MX0B0Fhvm3T0bIs7kg4ImbP { top:158.6875rem;left:28.748044967651rem;width:11.625rem;height:20.764706196953rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfASJdlhJNRfn9dphE5DGIk17b8Dl2QG { top:158.625rem;left:36.0625rem;width:11.625rem;height:20.887972480106rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1FTO4lvlnm0I4sTdmkQEWVZCNT4L22i { top:48.625rem;left:31.25rem;width:16.5rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkK1TfAlKUzTtyJG4DwLHzGA6bqZ10nr { top:23.25rem;left:0rem;width:16.4375rem;height:23.037667094702rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMB0d5vROaIFEZNsz8xWecWR5JF8giC6 { top:148.4375rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAWiINUMK73NILe4Ee5nbu4TV5Km2xCK { top:200.6875rem;left:0.030599594116211rem;width:47.625rem;height:26.652198245074rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhR445mrEaEV4rvZ7Q5TUiZJz4gEQWoP { top:230.6875rem;left:0.030599594116211rem;width:19.8125rem;height:35.513530086951rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpLeoHa51NmBXlWR0GbRZbUOM8fNfF4D { top:230.625rem;left:27.027669906616rem;width:20rem;height:35.8121875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG5v5SQwqlu3FI6ECTiFMdmhFpU8XTNT { top:186.75rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi { display:block; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrnO8wkLlSSCIIWlEVPRuD1UXZntT4NN { top:0.6875rem;left:34.3125rem;width:13.4375rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDBtbmL3t1ay7D5VOqnQoqQzCZLCX7tz { top:0rem;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:4.3125rem;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) { #h5dmDVqaPIRTwJ1s3THcfsulC8iwHuQ4 { top:2.8125rem;left:3.4375rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw7KRpg5TvAUavZAEe4Ee09VsTcxOcb4 { top:11.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge07MC0HueTUf51kAeACiauWxuJiF5Mc { top:40.625rem;left:2.125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsUolco8OkJQU68oDZdMzTgpOGUyQ7eq { top:132.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrJcyiOuZMuIGI2ia4D3SZCk67BkQaaJ { top:43.8125rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxJ1AprkPesi5elKrITCAmUNoTDp3nHT { top:11.5625rem;left:0rem;width:47.75rem;height:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIqoxA7nTrJWaOU1PfVQ185CAeP55Qpf { top:20.3125rem;left:0rem;width:27.0625rem;height:20.26583709104rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmcWXGlcrrNa2CPBkI2SJBo8yFN2Rf1y { top:20.375rem;left:20.6875rem;width:27rem;height:20.203279483597rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM01tEBfB7fy67AGVNAZnIBSoe9vgrJQ { top:57rem;left:0rem;width:46.125rem;height:22.344501229369rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM0tNDhATpsXSe6Sgn8U1Ta2Lbl1k5CE { top:80.4375rem;left:24.359212875366rem;width:21.875rem;height:29.187rem;display:block; }
 }@media only screen and (max-width: 763px) { #be55JgZ1hZG0JK47QNXSVmNCGZyoNZo4 { top:80.8125rem;left:0rem;width:21.25rem;height:28.416632452565rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0slhARxbfiVzZVlZZ30RwglDsbsSW0T { top:179.375rem;left:0rem;width:47.75rem;height:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf4F2Vc93byA7Sz1u5sckKlCbpIETNgI { top:248rem;left:0rem;width:32.625rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkpaSdopshWoEGiEMqu6IWrSvftbxL1d { top:215.5rem;left:0rem;width:18.3125rem;height:24.479974888089rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrvkOstfbWGZ6HwbCSwCLKkDtq9bxqwl { top:215.625rem;left:15.186849594116rem;width:18.125rem;height:24.227978195127rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBMqDVGnmHBybGTEvILi9VLx8haMJwTO { top:191.3125rem;left:0rem;width:17.375rem;height:23.291282253931rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk99oxyxpX2rGcm6UgPnOpLCtJluNMsA { top:191.25rem;left:30.375rem;width:17.375rem;height:23.353745739201rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxUX1MV7ksEiFw2uIU9WiaK7NE3AcFcL { top:191.375rem;left:16.050291061401rem;width:17.3125rem;height:23.165475772946rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwvARvyPE1A2zVfbV4D63CkDlm6XNS5v { top:216.4375rem;left:30.125rem;width:17.625rem;height:23.541623968621rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnLpWaQF19Vf5gKENcGMTkslRRhiwiSX { top:282.8125rem;left:10.758951187134rem;width:19.25rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMIlry87uzSLeX9eUA4gzcXaBf4Tmnf3 { top:246.4375rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwtCWSgUosmMa6ZZCWPFNQB1AbAvtbWh { top:266.5rem;left:0rem;width:26.75rem;height:14.966046655835rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJvya5i8SJqAO8X179FpBFrp9ko7JUf4 { top:282.6875rem;left:0rem;width:14.5625rem;height:19.481002720423rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT81bsos5eu0yyHwulG1OJAQ6Ed6AxdR { top:266.6875rem;left:21.6875rem;width:26.0625rem;height:14.58837829998rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqabBH48bApmNq8W3f7W64n8mlxVxZw2 { top:282.75rem;left:28.375rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrtTFpcXRbIQNpdpsq0tU52zyGI0ST11 { top:154.4375rem;left:12.528970718384rem;width:21.25rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZOO3uGICw217TFi70uCGu7o9ceiV4J5 { top:129.3125rem;left:15.452962875366rem;width:15.875rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhdH5tSU0pyAcOVe7wh870TO9E7nBUnv { top:129.75rem;left:0rem;width:15.625rem;height:20.9165454799rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFG6A7WNnd4e5iwpwpI5JkzZ83lPlXmq { top:151.25rem;left:31.8125rem;width:15.9375rem;height:21.29183757178rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaHHPJ26sCToyiCcVTqgrzD3SBX2DOZR { top:115.375rem;left:0rem;width:47.75rem;height:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPbHyAyAxmI4Gg4fPTwt5wWMXPs1gQTv { top:129.25rem;left:31.8125rem;width:15.9375rem;height:21.311875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEVl1pE7EmFzIWO5EIOzCQcP8lWlB3XB { top:152.25rem;left:0rem;width:15.125rem;height:20.22932570629rem;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:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iV4ZmXgVP08fxtazSfegb4eDSipHKtlI { width:20rem;height:1.62435rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vugKrCNZstDkA36UcnoTixaWrsSs9dTN { width:13.499375rem;height:0.89355625rem;top:6.8741875rem;left:3.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #iidx9DkB14y6k6Vk1KODdhypzntphBUW { display:flex;width:1.4998375rem;height:1.4998375rem;top:4.12435rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl { display:block; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl { background-color: transparent; background-image: none; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container > .video-iframe-container { display: none; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row > .video-iframe-container { display: none; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .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); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl { border-width: 0; border-radius: 0; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .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; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container { width:20rem;height:413.6875rem;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) { #uc66ZHtTR957SQuwA8mN3DF09Ol7OlO3 { width:5.99935rem;height:5.99935rem;top:4.57519375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkwaTLlBcLkQWdQ4qziPBuqXKTBn3Aqd { top:1.25rem;left:6.8125rem;width:6.262208375rem;height:2.076008375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW2ZImFD3vdm6ipTz6L4tTG9hIsVy6aK { display:block; }
 }@media only screen and (max-width: 763px) { #K0fsrTsPiGSJdcdT8EbPWkfyZyQeteSB { width:2.1248375rem;height:2.1248375rem;top:187.55703618164rem;left:10.531574249267rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJcCdbAvCXWGSArwHpQyubwTJPBlD7Xs { width:20rem;height:23.39355rem;top:11.82454375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FRhFSm8myazrRwyxQOAdEk5eFoNnDHaP { width:15rem;height:20rem;top:82.00441875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnaXmioSVbaDOmQAEllilGacTELcETOL { width:15rem;height:20rem;top:60.75441875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD9VECIBHWKvcHG4kZkEvO7VIdJUFL6s { width:15rem;height:20rem;top:103.25441875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJKlHHsZSBT4oZDMm5rW68val9WzfMEN { width:13.4375rem;height:17.9996875rem;top:124.50441875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEEv08d4sADa49RlbJcGbXgBNTnPlbft { width:16.687rem;height:30.3125rem;top:197.64735625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skg2NWUsndG204omC4IM7FnThrxaku5L { width:19.436875rem;height:11.1865rem;top:185.21166875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDJ67tobTATEL34Hndc3uWlwyP6KzNe7 { width:18.8736875rem;height:10.5615rem;top:229.20985625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDnNKDorr7vQJKSlI9gXAChIfTqyFxIT { width:20rem;height:16.8953625rem;top:167.06629375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gk2IC0oFbAoT0CNZwZVtXvTIe6MUvMqq { width:20rem;height:11.191375rem;top:257.86541875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuuKXkvL2MX0B0Fhvm3T0bIs7kg4ImbP { width:9.749375rem;height:17.6871875rem;top:270.30598125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfASJdlhJNRfn9dphE5DGIk17b8Dl2QG { width:9.6248125rem;height:17.5rem;top:289.24316875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1FTO4lvlnm0I4sTdmkQEWVZCNT4L22i { width:16.4998125rem;height:22.0621875rem;top:143.75410625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkK1TfAlKUzTtyJG4DwLHzGA6bqZ10nr { width:16.4371875rem;height:23.037125rem;top:36.46729375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMB0d5vROaIFEZNsz8xWecWR5JF8giC6 { width:20rem;height:15.5956875rem;top:241.02054375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NAWiINUMK73NILe4Ee5nbu4TV5Km2xCK { width:20rem;height:11.192524197406rem;top:327.43814373828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhR445mrEaEV4rvZ7Q5TUiZJz4gEQWoP { width:19.8125rem;height:35.513530086951rem;top:339.88039373828rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpLeoHa51NmBXlWR0GbRZbUOM8fNfF4D { width:20rem;height:35.8121875rem;top:376.64389373828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG5v5SQwqlu3FI6ECTiFMdmhFpU8XTNT { width:20rem;height:18.195rem;top:307.99314373828rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi { display:block; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrnO8wkLlSSCIIWlEVPRuD1UXZntT4NN { width:5.9375rem;height:0.89355625rem;top:6.2931308746337rem;left:13.93929040432rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #fDBtbmL3t1ay7D5VOqnQoqQzCZLCX7tz { width:10.4329375rem;height:2.6001rem;top:2.29248046875rem;left:0.87320959568025rem;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:620.25rem;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) { #h5dmDVqaPIRTwJ1s3THcfsulC8iwHuQ4 { width:7.37225rem;height:7.37225rem;top:1.5608711242676rem;left:5.7910153269768rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw7KRpg5TvAUavZAEe4Ee09VsTcxOcb4 { width:20rem;height:1.29964375rem;top:14.26759375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ge07MC0HueTUf51kAeACiauWxuJiF5Mc { width:12.5rem;height:1.29964375rem;top:35.77800715332rem;left:7.1246738433837rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NsUolco8OkJQU68oDZdMzTgpOGUyQ7eq { width:12.5rem;height:1.29964375rem;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) { #IrJcyiOuZMuIGI2ia4D3SZCk67BkQaaJ { width:20rem;height:12.99645rem;top:68.763832092288rem;left:0.052083313465118rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mxJ1AprkPesi5elKrITCAmUNoTDp3nHT { width:20rem;height:16.89535rem;top:12.931315422058rem;left:0.052083313465118rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iIqoxA7nTrJWaOU1PfVQ185CAeP55Qpf { width:19.8746875rem;height:14.8746875rem;top:29.09423828125rem;left:0.052083313465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmcWXGlcrrNa2CPBkI2SJBo8yFN2Rf1y { width:19.8746875rem;height:14.8746875rem;top:47.5146484375rem;left:0.052083313465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM01tEBfB7fy67AGVNAZnIBSoe9vgrJQ { width:19.8746875rem;height:9.6231875rem;top:84.510089874269rem;left:0.10335284471512rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM0tNDhATpsXSe6Sgn8U1Ta2Lbl1k5CE { width:19.9356875rem;height:26.624375rem;top:122.880859375rem;left:0.10335284471512rem;display:block; }
 }@media only screen and (max-width: 763px) { #be55JgZ1hZG0JK47QNXSVmNCGZyoNZo4 { width:19.4970625rem;height:26.0595625rem;top:95.5712890625rem;left:0.35481768846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0slhARxbfiVzZVlZZ30RwglDsbsSW0T { width:20rem;height:12.9964rem;top:155.45091965332rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nf4F2Vc93byA7Sz1u5sckKlCbpIETNgI { width:20rem;height:12.996425rem;top:343.23567581177rem;left:0.052083313465118rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MkpaSdopshWoEGiEMqu6IWrSvftbxL1d { width:20rem;height:26.7496875rem;top:253.57023215332rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrvkOstfbWGZ6HwbCSwCLKkDtq9bxqwl { width:20rem;height:26.7496875rem;top:281.56991965332rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBMqDVGnmHBybGTEvILi9VLx8haMJwTO { width:19.9373125rem;height:26.7496875rem;top:169.69654465332rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk99oxyxpX2rGcm6UgPnOpLCtJluNMsA { width:19.9373125rem;height:26.875rem;top:225.44523215332rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxUX1MV7ksEiFw2uIU9WiaK7NE3AcFcL { width:19.749375rem;height:26.4998125rem;top:197.69623215332rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwvARvyPE1A2zVfbV4D63CkDlm6XNS5v { width:20rem;height:26.7496875rem;top:309.56960715332rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnLpWaQF19Vf5gKENcGMTkslRRhiwiSX { width:19.25rem;height:19.25rem;top:432.15657520294rem;left:0.80159503221512rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMIlry87uzSLeX9eUA4gzcXaBf4Tmnf3 { width:20rem;height:20rem;top:356.7724609375rem;left:0.052083313465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwtCWSgUosmMa6ZZCWPFNQB1AbAvtbWh { width:20rem;height:11.188889432793rem;top:379.33512306213rem;left:0.052083313465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJvya5i8SJqAO8X179FpBFrp9ko7JUf4 { width:20rem;height:26.8123125rem;top:404.34407544136rem;left:0.052083313465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT81bsos5eu0yyHwulG1OJAQ6Ed6AxdR { width:20rem;height:11.196162633524rem;top:391.23291015625rem;left:0.052083313465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqabBH48bApmNq8W3f7W64n8mlxVxZw2 { width:19.375rem;height:19.375rem;top:452.09390258789rem;left:0.41666668653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrtTFpcXRbIQNpdpsq0tU52zyGI0ST11 { width:20rem;height:15rem;top:574.37252729083rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZOO3uGICw217TFi70uCGu7o9ceiV4J5 { width:15.875rem;height:21.25rem;top:507.83196479083rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhdH5tSU0pyAcOVe7wh870TO9E7nBUnv { width:15.625rem;height:20.9165454799rem;top:485.66565229083rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFG6A7WNnd4e5iwpwpI5JkzZ83lPlXmq { width:15.9375rem;height:21.29183757178rem;top:590.62252729083rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaHHPJ26sCToyiCcVTqgrzD3SBX2DOZR { width:20rem;height:11.69680625rem;top:472.71890229083rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yPbHyAyAxmI4Gg4fPTwt5wWMXPs1gQTv { width:15.9375rem;height:21.311875rem;top:530.33196479083rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEVl1pE7EmFzIWO5EIOzCQcP8lWlB3XB { width:15.125rem;height:20.22932570629rem;top:552.89383979083rem;left:2.4375rem;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.5992875rem;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; }
 }