.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; }
#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:155.25rem;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:54.8125rem;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:10.049479007721rem;left:2.2161464691162rem;height:14.39845rem;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:30.75rem;width:30.75rem;top:20.5rem;left:26.3408203125rem;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:22.5625rem;width:22.5625rem;top:28.625rem;left:2.2158203125rem;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.75rem;width:22.75rem;top:52.6875rem;left:2.2158203125rem;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.25rem;width:31.0625rem;top:52.9375rem;left:26.0283203125rem;overflow:hidden;display:block; }
#q2tpMeK8NGfqtXHg2AkchEyLTO9tKpDT { color:#02050e;display:block;width:49.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:77.6875rem;left:4.9970703125rem;height:26.99711875rem;font-style:normal;text-align:left;text-align-last:left;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:14.375rem;width:29.8125rem;top:105.875rem;left:4.75rem;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:14.5rem;width:19.4375rem;top:105.8125rem;left:35.1875rem;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:26.9375rem;width:50.5rem;top:123.0625rem;left:4.75rem;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-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.00636875rem;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:324.5rem;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:43.5rem;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:180.3955078125rem;left:1.1875rem;height:17.9980625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#mUtx223oUHE6RMi4scWaKsdN9lfqm0IV { position:absolute;display:block;z-index:15238;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:29.0625rem;width:29.0625rem;top:231.3154296875rem;left:1.78125rem;overflow:hidden;display:block; }
#mxJ1AprkPesi5elKrITCAmUNoTDp3nHT { color:#02050e;display:block;width:56.1875rem;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.625rem;left:1.1875rem;height:25.1972875rem;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.4375rem;width:27.3125rem;top:41.9248046875rem;left:1.1875rem;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.375rem;width:27.1875rem;top:41.9248046875rem;left:29.5rem;overflow:hidden;display:block; }
#SGpIK51vgPAAs45ZAn7ZX7EG09naU5vm { color:#02050e;display:block;width:56.1875rem;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:39.625rem;left:1.1875rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;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:25.125rem;width:33.5625rem;top:63.5rem;left:1.1875rem;overflow:hidden;display:block; }
#n2LU9wp2Q6bTwnTkw0QWdQZCfLFCebfv { position:absolute;display:block;z-index:15245;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.875rem;width:19.875rem;top:63.625rem;left:36.875rem;overflow:hidden;display:block; }
#vpGmiVVva1nNTl3T4V6xZAHDIavotN46 { position:absolute;display:block;z-index:15246;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6875rem;width:33.0625rem;top:90.03125rem;left:23.6875rem;overflow:hidden;display:block; }
#OUyZro5elsaDAeITsDX1TLtpV0dsZs8X { position:absolute;display:block;z-index:15247;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:20.25rem;top:90.21875rem;left:1.1875rem;overflow:hidden;display:block; }
#zGoQWun17dfuPb4eqTEyB3MsLAXa4PDc { color:#02050e;display:block;width:11.125rem;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:116.0625rem;left:45.625rem;height:1.79980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Obf1M83Cp0xXNMwi04Bhm8bTakLDp10X { position:absolute;display:block;z-index:15248;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:17.0625rem;top:120.9560546875rem;left:20.75rem;overflow:hidden;display:block; }
#hxamQ0PvZV2m4MAxI8lIgRScCJHifytI { position:absolute;display:block;z-index:15249;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:17rem;top:120.9873046875rem;left:1.1875rem;overflow:hidden;display:block; }
#TrlXsu5wN3fvVmysT9NCIkmw8oEO6kxd { position:absolute;display:block;z-index:15250;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:17.0625rem;top:120.9560546875rem;left:39.5546875rem;overflow:hidden;display:block; }
#HRhPtvTdAiItVQPKn4FMVUWO5Ev4q4Rh { color:#02050e;display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;top:145.5rem;left:1.1875rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gKMUUbvlyvxGPaBk3L3fICbHxSXy14w2 { position:absolute;display:block;z-index:15251;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.875rem;width:18.5rem;top:148.6123046875rem;left:38.7421875rem;overflow:hidden;display:block; }
#xCOvROpW7imMkraJTWxikBcTd4mMlZ2H { position:absolute;display:block;z-index:15252;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6875rem;width:18.3125rem;top:148.7060546875rem;left:20rem;overflow:hidden;display:block; }
#mNSUxlzMTp67p6HWI4dIIG3mqBhRicHv { position:absolute;display:block;z-index:15253;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:18.25rem;top:148.8935546875rem;left:1.3125rem;overflow:hidden;display:block; }
#V0HA9AH9oc1G10TULHgJhNKCpzTIZyfq { color:#02050e;display:block;width:25.8125rem;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:174.875rem;left:31.1484375rem;height:3.5996125rem;font-style:normal;text-align:right;text-align-last:right;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.25rem;width:29.25rem;top:199.875rem;left:1.9375rem;overflow:hidden;display:block; }
#tHTKm6bTQskvfvnFH7wR3H7u6K0d9qLT { position:absolute;display:block;z-index:15255;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.1875rem;width:21.875rem;top:199.90625rem;left:33.375rem;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:29.25rem;width:22.4375rem;top:231.3154296875rem;left:33.375rem;overflow:hidden;display:block; }
#tPmnN98pHTXQh6s9gy8HZTeRdrKXQuI6 { color:#071638;display:block;width:43.5rem;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:265.1875rem;left:1.9375rem;height:19.79786875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#tm2HcdBRRRq8LZTcUe1k0DVDQEGDdGR5 { 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:17rem;width:25.125rem;top:285.625rem;left:1.78125rem;overflow:hidden;display:block; }
#Lv582TgFg5aNruwZnZF20cCq77z9dsqH { 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:16.875rem;width:31.0625rem;top:285.625rem;left:27.310546875rem;overflow:hidden;display:block; }
#Ta8vHQrPhPBSSysTsph75XCS2inHV8zg { 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:17.3125rem;width:23.25rem;top:304.3125rem;left:1.78125rem;overflow:hidden;display:block; }
#bb6RuCkTLeD3Ouss1ivtF6dktgFd11h3 { 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:14.25rem;top:304.21875rem;left:44.123046875rem;overflow:hidden;display:block; }
#NrgU2bLuRET7wt0I5lmWhc6y4fNuDPIy { 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:17.4375rem;width:15.1875rem;top:304.25rem;left:27rem;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.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) { #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:10rem;left:0rem;width:47.75rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRhFSm8myazrRwyxQOAdEk5eFoNnDHaP { top:20.5rem;left:17rem;width:30.75rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnaXmioSVbaDOmQAEllilGacTELcETOL { top:28.625rem;left:0rem;width:22.5625rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD9VECIBHWKvcHG4kZkEvO7VIdJUFL6s { top:52.6875rem;left:0rem;width:22.75rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJKlHHsZSBT4oZDMm5rW68val9WzfMEN { top:52.9375rem;left:16.6875rem;width:31.0625rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2tpMeK8NGfqtXHg2AkchEyLTO9tKpDT { top:77.6875rem;left:0rem;width:47.75rem;height:26.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEEv08d4sADa49RlbJcGbXgBNTnPlbft { top:105.875rem;left:0rem;width:29.8125rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skg2NWUsndG204omC4IM7FnThrxaku5L { top:105.8125rem;left:28.3125rem;width:19.4375rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDJ67tobTATEL34Hndc3uWlwyP6KzNe7 { top:123.0625rem;left:0rem;width:47.75rem;height:25.470606435644rem;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: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:180.375rem;left:0rem;width:43.5rem;height:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUtx223oUHE6RMi4scWaKsdN9lfqm0IV { top:231.3125rem;left:0rem;width:29.0625rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxJ1AprkPesi5elKrITCAmUNoTDp3nHT { top:11.625rem;left:0rem;width:47.75rem;height:25.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIqoxA7nTrJWaOU1PfVQ185CAeP55Qpf { top:41.875rem;left:0rem;width:27.3125rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmcWXGlcrrNa2CPBkI2SJBo8yFN2Rf1y { top:41.875rem;left:20.5625rem;width:27.1875rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGpIK51vgPAAs45ZAn7ZX7EG09naU5vm { top:39.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM01tEBfB7fy67AGVNAZnIBSoe9vgrJQ { top:63.5rem;left:0rem;width:33.5625rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2LU9wp2Q6bTwnTkw0QWdQZCfLFCebfv { top:63.625rem;left:27.875rem;width:19.875rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpGmiVVva1nNTl3T4V6xZAHDIavotN46 { top:90rem;left:14.6875rem;width:33.0625rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUyZro5elsaDAeITsDX1TLtpV0dsZs8X { top:90.1875rem;left:0rem;width:20.25rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGoQWun17dfuPb4eqTEyB3MsLAXa4PDc { top:116.0625rem;left:36.625rem;width:11.125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obf1M83Cp0xXNMwi04Bhm8bTakLDp10X { top:120.9375rem;left:14.625rem;width:17.0625rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxamQ0PvZV2m4MAxI8lIgRScCJHifytI { top:120.9375rem;left:0rem;width:17rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrlXsu5wN3fvVmysT9NCIkmw8oEO6kxd { top:120.9375rem;left:30.6875rem;width:17.0625rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRhPtvTdAiItVQPKn4FMVUWO5Ev4q4Rh { top:145.5rem;left:0rem;width:25.8125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKMUUbvlyvxGPaBk3L3fICbHxSXy14w2 { top:148.5625rem;left:29.25rem;width:18.5rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCOvROpW7imMkraJTWxikBcTd4mMlZ2H { top:148.6875rem;left:13.875rem;width:18.3125rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNSUxlzMTp67p6HWI4dIIG3mqBhRicHv { top:148.875rem;left:0rem;width:18.25rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0HA9AH9oc1G10TULHgJhNKCpzTIZyfq { top:174.875rem;left:21.9375rem;width:25.8125rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM0tNDhATpsXSe6Sgn8U1Ta2Lbl1k5CE { top:199.875rem;left:0rem;width:29.25rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHTKm6bTQskvfvnFH7wR3H7u6K0d9qLT { top:199.875rem;left:25.875rem;width:21.875rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #be55JgZ1hZG0JK47QNXSVmNCGZyoNZo4 { top:231.3125rem;left:25.3125rem;width:22.4375rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPmnN98pHTXQh6s9gy8HZTeRdrKXQuI6 { top:265.1875rem;left:0rem;width:43.5rem;height:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm2HcdBRRRq8LZTcUe1k0DVDQEGDdGR5 { top:285.625rem;left:0rem;width:25.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv582TgFg5aNruwZnZF20cCq77z9dsqH { top:285.625rem;left:16.6875rem;width:31.0625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta8vHQrPhPBSSysTsph75XCS2inHV8zg { top:304.3125rem;left:0rem;width:23.25rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb6RuCkTLeD3Ouss1ivtF6dktgFd11h3 { top:304.1875rem;left:33.5rem;width:14.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrgU2bLuRET7wt0I5lmWhc6y4fNuDPIy { top:304.25rem;left:20.875rem;width:15.1875rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { display:block; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hc2Vn2FTXSsvXLdsIdcAHEZtX21Tx9c1 { top:5.4375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgnWKyXPQT6Wm971ugQ5TEgl2hx3tANt { top:16.9375rem;left:0rem;width:13.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnxOcyNuKhmXWMNG6rBBUS7wTwEnSKfu { top:16.75rem;left:31.875rem;width:15.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0SO6lvTeAHZDUITcpn9wLwFvbKWsGOI { top:17.5625rem;left:14.40625rem;width:18.9375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { top:1.375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:20rem;height:6.125rem;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.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsVgt89v3TdBEkBPxHpT81smSax1M2tZ { display:block; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row .container { width:20rem;height:2.2612915039062rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iV4ZmXgVP08fxtazSfegb4eDSipHKtlI { width:20rem;height:1.625rem;top:0.328125rem;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.5rem;height:0.89355625rem;top:1.38671875rem;left:6.5rem;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.5rem;height:1.5rem;top:0.40625rem;left:6.5rem; }
 }@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:219.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:6rem;height:6rem;top:1.1371526718139rem;left:3.1276042461395rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkwaTLlBcLkQWdQ4qziPBuqXKTBn3Aqd { top:2.9375rem;left:0rem;width:6.366395875rem;height:2.180177125rem;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.125rem;height:2.125rem;top:0.78038215637206rem;left:10.062500536442rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJcCdbAvCXWGSArwHpQyubwTJPBlD7Xs { width:20rem;height:31.1875125rem;top:9.9435806274412rem;left:0.055555522441864rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FRhFSm8myazrRwyxQOAdEk5eFoNnDHaP { width:20rem;height:20rem;top:63.631089945313rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnaXmioSVbaDOmQAEllilGacTELcETOL { width:20rem;height:20rem;top:42.381089945313rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD9VECIBHWKvcHG4kZkEvO7VIdJUFL6s { width:20rem;height:20rem;top:84.881089945312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJKlHHsZSBT4oZDMm5rW68val9WzfMEN { width:20rem;height:14.325955734406rem;top:106.13108994531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2tpMeK8NGfqtXHg2AkchEyLTO9tKpDT { width:20rem;height:0;top:121.70704567972rem;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) { #qEEv08d4sADa49RlbJcGbXgBNTnPlbft { width:20rem;height:9.643605870021rem;top:149.95410817972rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skg2NWUsndG204omC4IM7FnThrxaku5L { width:19.4375rem;height:14.5rem;top:160.84771404974rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDJ67tobTATEL34Hndc3uWlwyP6KzNe7 { width:20rem;height:10.668316831683rem;top:176.59771404974rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi { display:block; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrnO8wkLlSSCIIWlEVPRuD1UXZntT4NN { width:9.9375rem;height:0.89355625rem;top:2.2309036254883rem;left:10.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.434rem;height:2.599825rem;top:0.26128482818604rem;left:0.50000005960464rem;font-size:2rem;color:rgba(var(--color-tertiary-0),1);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:1043.375rem;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:2.6875rem;left:0.125rem;width:9.8125rem;height:3.25rem;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.372375rem;height:7.372375rem;top:0.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw7KRpg5TvAUavZAEe4Ee09VsTcxOcb4 { width:20rem;height:1.29948125rem;top:10.625rem;left:0.1875rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ge07MC0HueTUf51kAeACiauWxuJiF5Mc { width:12.5rem;height:1.29980625rem;top:34.907118082046rem;left:0.23784720897674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsUolco8OkJQU68oDZdMzTgpOGUyQ7eq { width:12.5rem;height:1.29948125rem;top:548.0625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrJcyiOuZMuIGI2ia4D3SZCk67BkQaaJ { width:20rem;height:24.69011875rem;top:481.53556632996rem;left:0.055555522441864rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mUtx223oUHE6RMi4scWaKsdN9lfqm0IV { width:14.8125rem;height:14.8125rem;top:522.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxJ1AprkPesi5elKrITCAmUNoTDp3nHT { width:20rem;height:0;top:550.56249405908rem;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) { #iIqoxA7nTrJWaOU1PfVQ185CAeP55Qpf { width:20rem;height:14.965675057208rem;top:580.05955030908rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmcWXGlcrrNa2CPBkI2SJBo8yFN2Rf1y { width:20rem;height:14.988505747126rem;top:596.27522536629rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGpIK51vgPAAs45ZAn7ZX7EG09naU5vm { width:20rem;height:0;top:577.00974405908rem;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) { #CM01tEBfB7fy67AGVNAZnIBSoe9vgrJQ { width:20rem;height:14.972067039106rem;top:612.51373111342rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2LU9wp2Q6bTwnTkw0QWdQZCfLFCebfv { width:19.875rem;height:24.875rem;top:628.7357981525rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpGmiVVva1nNTl3T4V6xZAHDIavotN46 { width:20rem;height:14.933837429112rem;top:680.12314383156rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUyZro5elsaDAeITsDX1TLtpV0dsZs8X { width:20rem;height:24.012345679012rem;top:654.8607981525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGoQWun17dfuPb4eqTEyB3MsLAXa4PDc { width:11.125rem;height:0;top:696.30698126062rem;left:4.4375rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Obf1M83Cp0xXNMwi04Bhm8bTakLDp10X { width:17.0625rem;height:22.8125rem;top:723.35678751063rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxamQ0PvZV2m4MAxI8lIgRScCJHifytI { width:17rem;height:22.75rem;top:699.35678751063rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrlXsu5wN3fvVmysT9NCIkmw8oEO6kxd { width:17.0625rem;height:22.875rem;top:747.41928751063rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRhPtvTdAiItVQPKn4FMVUWO5Ev4q4Rh { width:20rem;height:0;top:771.54428751063rem;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) { #gKMUUbvlyvxGPaBk3L3fICbHxSXy14w2 { width:18.5rem;height:24.875rem;top:826.21909376063rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCOvROpW7imMkraJTWxikBcTd4mMlZ2H { width:18.3125rem;height:24.6875rem;top:800.28159376063rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNSUxlzMTp67p6HWI4dIIG3mqBhRicHv { width:18.25rem;height:24.4375rem;top:774.59409376063rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0HA9AH9oc1G10TULHgJhNKCpzTIZyfq { width:20rem;height:0;top:852.34409376063rem;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) { #aM0tNDhATpsXSe6Sgn8U1Ta2Lbl1k5CE { width:20rem;height:20rem;top:857.19370626063rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHTKm6bTQskvfvnFH7wR3H7u6K0d9qLT { width:20rem;height:26.685714285714rem;top:878.44370626063rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #be55JgZ1hZG0JK47QNXSVmNCGZyoNZo4 { width:20rem;height:26.072423398329rem;top:906.37942054637rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPmnN98pHTXQh6s9gy8HZTeRdrKXQuI6 { width:20rem;height:0;top:933.70184394469rem;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) { #tm2HcdBRRRq8LZTcUe1k0DVDQEGDdGR5 { width:20rem;height:13.532338308458rem;top:954.74971894469rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv582TgFg5aNruwZnZF20cCq77z9dsqH { width:20rem;height:10.865191146881rem;top:969.53205725313rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta8vHQrPhPBSSysTsph75XCS2inHV8zg { width:20rem;height:14.89247311828rem;top:981.6472484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb6RuCkTLeD3Ouss1ivtF6dktgFd11h3 { width:14.25rem;height:17.5rem;top:1016.4772215183rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrgU2bLuRET7wt0I5lmWhc6y4fNuDPIy { width:15.1875rem;height:17.4375rem;top:997.78972151831rem;left:2.375rem;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:12.786468505859rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hc2Vn2FTXSsvXLdsIdcAHEZtX21Tx9c1 { width:20rem;height:2.5989625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CgnWKyXPQT6Wm971ugQ5TEgl2hx3tANt { width:9.25rem;height:1.8125rem;top:5.0996125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnxOcyNuKhmXWMNG6rBBUS7wTwEnSKfu { width:11.125rem;height:2.125rem;top:10.6621125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0SO6lvTeAHZDUITcpn9wLwFvbKWsGOI { width:15.375rem;height:1.25rem;top:8.1621125rem;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.1875rem;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; }
 }