.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;
}
@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:#ffffff;background-image:none;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); }#ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e8baa0;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;z-index:auto;display:block; }#ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0 > .row .container { background-color: transparent; background-image: none; }#ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0 > .row .container > .video-iframe-container { display: none; }#ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0 > .row > .video-iframe-container { display: none; }#ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0 > .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); }#ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0 > .row .container { border-width: 0; border-radius: 0; }#ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0 > .row .container { font-size:0.875rem;font-family:"open sans";height:5.8125rem;width:60rem;position:relative;display:block; }#fIXnB8BzrL0HSDs800O0BR09Jab8wmK8 { display:block;width:24rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:2.08203125rem;left:3.125rem;height:1.6494125rem;color:#000000;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#000000;padding-top:0.421875rem;padding-right:0.375625rem;padding-bottom:0.421875rem;padding-left:0.375625rem;display:block;align-items:center;width:2.253125rem;min-width:2.253125rem;height:2.266875rem;position:relative;font-family:inter;font-size:1.686875rem;font-weight:700;line-height:36.27px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.00375rem;height:0.89625rem;position:relative;font-family:inter;font-size:0.6325rem;font-weight:700;line-height:14.34px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:16rem;height:4.270625rem;padding-top:0.0525rem;padding-right:0.05375rem;padding-bottom:0.0525rem;padding-left:0.05375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.6962890625rem;left:24.75rem;z-index:15000; }
#cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #bkS7uzk9WyTRTVOWp79wInH3KTEbCo0r { display:flex;position:relative;top:0rem;left:0rem; }
#cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #RoFHb68Q1wAiTPegECrzUvZB7KeSLCEG { width:auto; }
#cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #t5SJUTuJzqgEfRHFl3ETTKl70Zh8Wosb {  }
#cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #hSzhhJd8segd5kXI1GyDpCA3tOWZQZwp { display:flex;position:relative;top:0rem;left:0rem; }
#cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #OXmqaCw4tFG0HpMrKo3Ab6eU31afh0tb {  }
#cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #wXRNBWGxXqyFQ0JE5mKwii9nlOoinPsk {  }
#cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #lJDDcxCtfB5ixAQmRxeKgTe7wkGH2sNH { display:flex;position:relative;top:0rem;left:0rem; }
#cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #r8wQrnhWvcZUgOfD2eHwNlCnp31ytpiu {  }
#cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #TSkLQNQ2Gn1MRoy6n462ae7Vluu1IdAs {  }
#cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #Uy15DIUTsHzhS1qSuxyAL31DikJDVmmP { display:flex;position:relative;top:0rem;left:0rem; }
#cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #sIrXQ4QCnTcHFT1dUTQWAhdA5TlFKbFB {  }
#cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #SbXFtZRIyLTawdPGwik7rKEUOVFhLoJd {  }
#XTUrfEW2xD0pIp3ew9h13R4gOdz9fpEn { background-color:#fde336;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.1875rem;left:42.5rem;display:block; }
#fx0l2CNnawLkWa6OJC1pbrbkObWSFxxd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dXCnzSDV8XXLcdE7CkfuernBtpKJPsDy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#dXCnzSDV8XXLcdE7CkfuernBtpKJPsDy > .row .container { border-width: 0; border-radius: 0; }#dXCnzSDV8XXLcdE7CkfuernBtpKJPsDy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dXCnzSDV8XXLcdE7CkfuernBtpKJPsDy > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:60rem;position:relative;display:none; }#b1ohIebpTodd41WgJJ4XVD8I3aV9Tdrq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.9375rem;width:39rem;top:9.625rem;left:10.5rem;display:block; }
#JfKBBmkTb15DzXeJiZgkHUfmDuTCoNng { color:#000000;display:block;width:54.5rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.6875rem;left:2.75rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf { background-color:rgba(245,240,237,0.94);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row .container { background-color: transparent; background-image: none; }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row .container > .video-iframe-container { display: none; }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row > .video-iframe-container { display: none; }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .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); }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row .container { border-width: 0; border-radius: 0; }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#VgTK0e6lvVIs4yFpVPTayfTFnoJoBQrG { color:#000000;display:block;width:36.375rem;position:absolute;font-family:inter;font-size:3.4375rem;font-weight:700;z-index:14997;line-height:1.2;letter-spacing:0;top:4rem;left:11.8125rem;height:8.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nnrr8e8xbkg32sTvTxMX9XJVfSbPRyby { color:#000000;display:block;width:31.0625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3125rem;left:14.46875rem;height:1.625rem;text-align:center;text-align-last:center;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; }
#Zm2bs8IHbHzaLmK3UNLDCobLqUTOdVnp { position:absolute;display:block;z-index:15041;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.375rem;width:28.0625rem;top:11.0625rem;left:31.0625rem;overflow:hidden;display:block; }
#FkzHqZK1i2rLSABbyuAc81pUsOGrkyEJ { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:300;z-index:15040;line-height:1.4;letter-spacing:0;top:15.625rem;left:4.625rem;height:7.69925rem;font-style:normal;display:block; }
#lPuXtJhX8b2B6On5ADnE1UGVtKwmcxlr { box-sizing:content-box;height:10.75rem;width:42.6875rem;position:absolute;display:block;z-index:14991;background-color:#ffffff;background-image:none;top:14rem;left:2.875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#u4QhOfl38B6ecDhgbUBQMEViCrJ3y5Sz { background-color:#e8baa0;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.875rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:25.375rem;left:2.875rem;display:block; }
#io7JAsq2JLokDznGfk3JiKxKVWWdGndx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KybUEVOX28QHH3cDVNe9giwZPh4fHt3P { position:absolute;display:block;z-index:14989;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:34.875rem;top:30.1875rem;left:3rem;overflow:hidden;display:block; }
#nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7edf1;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; }#nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG > .row .container { background-color: transparent; background-image: none; }#nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG > .row .container > .video-iframe-container { display: none; }#nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG > .row > .video-iframe-container { display: none; }#nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG > .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); }#nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG > .row .container { border-width: 0; border-radius: 0; }#nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG > .row .container { font-size:0.875rem;font-family:arial;height:68.5rem;width:60rem;position:relative;display:block; }#Hw8Rvytl74bS0nFNpiV4b0QngmLPHhe1 { box-sizing:content-box;height:64.625rem;width:57.4375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:1.625rem;left:1.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#cOb10GmcwKaLNvEvuMdNs65M60UtAIZT { color:#000000;display:block;width:41.4375rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.375rem;left:9.3125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SyEQrViW9klo1kfvZPQrAdEsfFs2fdw8 { color:#000000;display:block;width:48.5rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:8.8125rem;left:5.75rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WGxonaxcv2vT3RxO199FoLkaQrHXmWwL { box-sizing:content-box;height:14.3125rem;width:25.75rem;position:absolute;display:block;z-index:15003;background-color:#e7edf1;background-image:none;top:15.1875rem;left:3.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#XMutavCA7m46iFybMVQ2FkvISm7C2Ax2 { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:16.4375rem;left:8.8125rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WWMft9PDqNk6v6hurCDVWHNslc1SuTXb { color:#000000;display:block;width:23.4375rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:20rem;left:5rem;height:8.285125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ndbIzlJJiRToTts1TPkxfD7UlhHBPm75 { box-sizing:content-box;height:19.3125rem;width:25.75rem;position:absolute;display:block;z-index:15006;background-color:#f5f0ed;background-image:none;top:15.1875rem;left:30.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#zXkGLh81ZtbaEOin2rPTr2sOwd8GmUlP { color:#000000;display:block;width:16.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:16.875rem;left:34.875rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nipQpODMd4Qla8sWQR17JUZgZMLy5LD1 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:20.4375rem;left:31rem;height:12.42775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BQPgnnbN7ceISwfPTyt28wK3gH96Sy2N { box-sizing:content-box;height:9.5rem;width:25.75rem;position:absolute;display:block;z-index:15009;background-color:#f5f0ed;background-image:none;top:30rem;left:3.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#VMqqAw7RIDZMlnMBvMy5WHrt2GVQn1Az { color:#000000;display:block;width:24.25rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:32.875rem;left:4.5625rem;height:5.5234375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BXKTaMcsIkR6umelLJSyyyreF2PpNqKq { color:#000000;display:block;width:24.125rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:31.125rem;left:4.625rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fkf9T7KyUTddJgN85QJDlvHc1TExEsUt { box-sizing:content-box;height:19rem;width:25.75rem;position:absolute;display:block;z-index:15018;background-color:#f5f0ed;background-image:none;top:35.125rem;left:30.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#r75QWao3KN0chJz6vHr5raHhBV3TgR8k { color:#000000;display:block;width:20.625rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:40.4375rem;left:32.9375rem;height:11.046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T3ZFqn9I0kWhSvhmTZdyaXSiLJol1Tam { box-sizing:content-box;height:14.0625rem;width:25.75rem;position:absolute;display:block;z-index:15015;background-color:#e7edf1;background-image:none;top:40.0625rem;left:3.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#eNtlKUDhptkD8IgV06bMGUtAsnMT23CC { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:44.875rem;left:6.125rem;height:8.285125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mdECR1fnmdXP2Qtk0rv7w8EuTtIKAuZI { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:37.875rem;left:35.8125rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QBlMIeClmREm2D5RyaQ5oR6VDTZEzvT5 { color:#000000;display:block;width:24.125rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:41.375rem;left:4.625rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rFIFXogZ7lIKx55QxkUORKL3twdvd45B { box-sizing:content-box;height:9.25rem;width:52.25rem;position:absolute;display:block;z-index:15019;background-color:#e7edf1;background-image:none;top:55.125rem;left:3.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#TcVbg07BtZQpIiu9OnvoRCno9WGvOUPK { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:56.8125rem;left:15.25rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V3qzUMLwXxKdpkx720JpNIN5pFL7gblN { color:#000000;display:block;width:49.5625rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:58.5625rem;left:5.1875rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/843652cc-fce8-408c-ad09-5482ef87f0e2/IMG_4192_dosieci.crop_1351x1365_697,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362.adaptive-delivery-prevent-bg, #uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362.lazyload, #uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362.lazyloading { background-image: none; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row .container { background-color: transparent; background-image: none; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row .container > .video-iframe-container { display: none; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row > .video-iframe-container { display: none; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .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); }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row .container { border-width: 0; border-radius: 0; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:60rem;overflow:visible;position:relative;display:block; }#l5TmkD6v4r6L5rFyaLDQ8oB3vJOdScx8 { color:#ffffff;display:block;width:58.875rem;position:absolute;font-family:inter;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #000000;top:4rem;left:0.5625rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#FwoHzzsx1tHWXd1QIGUfchzZAO1vxClN { color:#ffffff;display:block;width:51.3125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #000000;top:11.875rem;left:4.375rem;height:19.25rem;text-align:center;text-align-last:center;font-style:normal;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; }
#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1cdd3;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; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { background-color: transparent; background-image: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container > .video-iframe-container { display: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row > .video-iframe-container { display: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .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); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { border-width: 0; border-radius: 0; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:60rem;position:relative;display:block; }#tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.0625rem;width:18.5625rem;top:4.3125rem;left:2.8125rem;overflow:hidden;display:block; }
#ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:5.4375rem;left:22.9375rem;height:16.360375rem;font-style:normal;display:block; }
#DshsCR9roEFSmqTcDWrmrUxqDveWT4Pr { box-sizing:content-box;height:21rem;width:56.75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:2.875rem;left:1.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#BIoJX7URWGvXJ4GKRezmus6LgVJL442a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#BIoJX7URWGvXJ4GKRezmus6LgVJL442a > .row .container { background-color: transparent; background-image: none; }#BIoJX7URWGvXJ4GKRezmus6LgVJL442a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIoJX7URWGvXJ4GKRezmus6LgVJL442a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIoJX7URWGvXJ4GKRezmus6LgVJL442a > .row .container > .video-iframe-container { display: none; }#BIoJX7URWGvXJ4GKRezmus6LgVJL442a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIoJX7URWGvXJ4GKRezmus6LgVJL442a > .row > .video-iframe-container { display: none; }#BIoJX7URWGvXJ4GKRezmus6LgVJL442a > .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); }#BIoJX7URWGvXJ4GKRezmus6LgVJL442a > .row .container { border-width: 0; border-radius: 0; }#BIoJX7URWGvXJ4GKRezmus6LgVJL442a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BIoJX7URWGvXJ4GKRezmus6LgVJL442a > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:60rem;position:relative;display:block; }#w9c5OSGWum21nxiudPbKSWnTiWoWddKz { color:#232323;display:block;width:41.4375rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.875rem;left:9.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cXlaLLvDZ3xsPuQ1bkrwXVwwvGqoQ6Wy { box-sizing:content-box;height:12.5rem;width:25.75rem;position:absolute;display:block;z-index:15006;background-color:#f5f0ed;background-image:none;top:8.1875rem;left:3.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#G5VU6UXRUKAMWTh7zZaDVyflc25F3IbO { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:9.3125rem;left:7.75rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g5CEC4eZNghGNmvhvImw9IknOsU0ns56 { color:#000000;display:block;width:22.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:12.6875rem;left:5.6875rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JEwqyNS8q3PUFDhPM6yuoTIwJmavxyrW { box-sizing:content-box;height:12.5rem;width:25.75rem;position:absolute;display:block;z-index:15009;background-color:#e7edf1;background-image:none;top:8.1875rem;left:30.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#aXVmp869fpzHAMVhgZESho4nOLg0nOs2 { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:11.75rem;left:32.875rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ISyrTJx57l5J0TrNOulT9TrrXT0QTATV { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:9.3125rem;left:33.3125rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JFLROsc9LDp3JkDF1fyaKy4Ck42u24R1 { box-sizing:content-box;height:12.5rem;width:25.75rem;position:absolute;display:block;z-index:15012;background-color:#e7edf1;background-image:none;top:21.375rem;left:3.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#Lzy5DEHOTIOscul3lP7UR37wCAeMM3qH { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:24.875rem;left:5.9375rem;height:5.5234375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yvNOA8LT7sSXHwGIScrcSCTAwXkPLXBC { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:22.4375rem;left:6.625rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BQVt5KhbabDdTMc6VpqqXxrR9Ff1Xnaq { box-sizing:content-box;height:12.5rem;width:25.75rem;position:absolute;display:block;z-index:15009;background-color:#f5f0ed;background-image:none;top:21.375rem;left:30.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#r50otEAIhU2nk93Wn6VJnMhJ4M9GTdrO { color:#000000;display:block;width:19.25rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:22.4375rem;left:33.75rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BtuhATwtSMCoAwPzwlqdqFygLgBHCGHW { color:#000000;display:block;width:22.125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:24.875rem;left:32.3125rem;height:5.5234375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eBlIrvB6UpcqkfCfyBpQdQG8fzDcRNFG { box-sizing:content-box;height:12.5rem;width:25.75rem;position:absolute;display:block;z-index:15012;background-color:#f5f0ed;background-image:none;top:34.5625rem;left:3.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#GKvOQytpz08BT4cDTOtK7wdNTz57BTeC { color:#000000;display:block;width:22.75rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:38.1875rem;left:5.3125rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tbFMLyRo7XGezBPyODGFcmwh9pF9TUE6 { color:#000000;display:block;width:18.875rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:36rem;left:7.25rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CFrHPBkFb8l13xdUyoSlwPkuGCpy0Gbr { box-sizing:content-box;height:12.5rem;width:25.75rem;position:absolute;display:block;z-index:15013;background-color:#f5f0ed;background-image:url("https://images.assets-landingi.com/nxw1GKfFe8A/unsplash/vladimir-fedotov-nxw1GKfFe8A-photo-1580479657518-dfde9b589c08.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:34.5625rem;left:30.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }#CFrHPBkFb8l13xdUyoSlwPkuGCpy0Gbr.adaptive-delivery-prevent-bg, #CFrHPBkFb8l13xdUyoSlwPkuGCpy0Gbr.lazyload, #CFrHPBkFb8l13xdUyoSlwPkuGCpy0Gbr.lazyloading { background-image: none; }
#h9JeD3dhU9FrtAqJVy5hSLlsThQENBxe { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:18.5rem;left:7.875rem;height:1.29980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#s2tHuhCwTUzH61xeggxBru506TUSwtC3 { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:18.5rem;left:34.5625rem;height:1.29980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TX8FmDTW9DF8cFNFTvOvpkNm7958uiwv { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:31.6875rem;left:7.875rem;height:1.29980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#I7mKHVZNAC4IzJ7pe1iP6TcSy77wFfHT { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:44.9375rem;left:4.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#MsbMTzMBcXRCKZy4R0LCpfaFd6WDfapt { color:#000000;display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:31.6875rem;left:31.125rem;height:1.29980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM > .row .container { background-color: transparent; background-image: none; }#MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM > .row .container > .video-iframe-container { display: none; }#MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM > .row > .video-iframe-container { display: none; }#MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM > .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); }#MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM > .row .container { border-width: 0; border-radius: 0; }#MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:60rem;position:relative;display:block; }#BLxlZE3a1Cbk5B1OxCzwBDtM025WgKKs { 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:33.75rem;width:60rem;top:0.1875rem;left:0rem;overflow:hidden;display:block; }
#pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f0ed;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; }#pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1 > .row .container { background-color: transparent; background-image: none; }#pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1 > .row .container > .video-iframe-container { display: none; }#pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1 > .row > .video-iframe-container { display: none; }#pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1 > .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); }#pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1 > .row .container { border-width: 0; border-radius: 0; }#pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1 > .row .container { font-size:0.875rem;font-family:arial;height:62.625rem;width:60rem;position:relative;display:block; }#gr01GKTT5z88MNPTyfASTFoD7O9p3xTI { color:#000000;display:block;width:45.3125rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:2.5625rem;left:4.75rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jd1JCIXyIq88yEM1veA65hXMQ7Ipi6OO { color:#000000;display:block;width:50.0625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5625rem;left:4.75rem;height:11.6953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ablqFRVT2cDlGqTnkTuLnH5yLx5rCNix { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:25.9375rem;left:4.71875rem;height:7.3095625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F7V6cDSMQxyHp748XKhT6wxOddnxVInH { color:#000000;display:block;width:45.3125rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:23.3447265625rem;left:4.75rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u5tl6mqEeSRuXCmbQf8ANRrdQ9w6kqFE { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:42.9375rem;left:4.75rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ngmdbfn5g05defgTFtueBMrToF6b7Dw5 { color:#000000;display:block;width:45.3125rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:39.9375rem;left:4.75rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VskVKIv8OUpLA9TSRN8rLA6cI5tTAiJN { position:absolute;display:block;z-index:15017;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:5.125rem;width:38.5rem;top:18.2822265625rem;left:3.875rem;overflow:hidden;display:block; }
#Qo6mNPeiloRTZJTAqh3drhVTP1imysu4 { position:absolute;display:block;z-index:15018;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:5.125rem;width:38.5rem;top:34.4375rem;left:3.875rem;overflow:hidden;display:block; }
#woxaBLWzTbFQMUq8si44UXVRzg2cS3fM { 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:8.0625rem;width:8.0625rem;top:58.125rem;left:48.375rem;overflow:hidden;display:block; }
#FTwHnGCb4F27Mt17SB8SHUeFhXkBv2NQ { color:#000000;display:block;width:5.125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:60.5rem;left:49.84375rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NGi43f4sVaXCBesWPcPpBtnZzsutvsJ5 { color:#000000;display:block;width:45.3125rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:54.8125rem;left:4.75rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g4Usn2XVHzTzGpNBeB39T8R93TrxZCnv { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:57.4375rem;left:4.71875rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ctaHTvHxhJfugnJKJp76XT7E9dtXzn1z { position:absolute;display:block;z-index:15019;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:5.125rem;width:38.5rem;top:49.47265625rem;left:3.875rem;overflow:hidden;display:block; }
#SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8f7d71;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; }#SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx > .row .container { background-color: transparent; background-image: none; }#SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx > .row .container > .video-iframe-container { display: none; }#SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx > .row > .video-iframe-container { display: none; }#SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx > .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); }#SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx > .row .container { border-width: 0; border-radius: 0; }#SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:60rem;position:relative;display:block; }#S2CM4trcLB9fziyT8doFcDS4bKzH6pNn { color:#ffffff;display:block;width:56.125rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:2.1875rem;left:1.9375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dD1QUyZ44WLLZNbKIXLZ1LAbXBZ38Edv { color:#ffffff;display:block;width:52.25rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:5.375rem;left:3.875rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#szmNAKJQROB38kS720a0K6vRzElWMSB9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#62575f;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; }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row .container { background-color: transparent; background-image: none; }#szmNAKJQROB38kS720a0K6vRzElWMSB9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row .container > .video-iframe-container { display: none; }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row > .video-iframe-container { display: none; }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .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); }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row .container { border-width: 0; border-radius: 0; }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row .container { font-size:0.875rem;font-family:arial;height:51.375rem;width:60rem;position:relative;display:block; }#IDswJIxVdP986OzeJVSyWHfBQTqPW8oP { color:#000000;display:block;width:51.1875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25rem;left:4.40625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q5vTwneEFZFxA6xmR3tEUo3X4fEvuNJ8 { box-sizing:content-box;height:47.0625rem;width:56.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.75rem;left:1.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#wz9KQTAPRzw9OZumTtIfHLbeMWxnONx5 { color:#000000;display:block;width:36.6875rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:4.40625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wXEpKiJwbK3RV5uGvrBFm4GWgmRTVAOA { background-color:#e8baa0;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.6875rem;left:4.40625rem;display:block; }
#xuk4H2NhKZX3bHmH3TkRwef1b10oGVBu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zfr1H3xFdInTIboQGTL51KDCpFAq2vf1 { box-sizing:content-box;height:29.0625rem;width:56.75rem;position:absolute;display:block;z-index:15001;background-color:#f5f0ed;background-image:none;top:21.3125rem;left:1.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#R4IcF5RoIx3TZCnc2DP9u5UaO53GcO7s { position:absolute;display:block;z-index:15012;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:11.875rem;width:19.8125rem;top:9.875rem;left:35.21875rem;overflow:hidden;display:block; }
#vUm1rOslTMh9P7n2r75GrmwUGnGCPEf1 { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:23.4375rem;left:4.40625rem;height:14.61915625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yUg41aCQ5rSlPhRgSp3PIHG8rtzJIDPG { position:absolute;display:block;z-index:15019;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:20.0625rem;top:17rem;left:4.40625rem;overflow:hidden;display:block; }
#GqtCNiHyTM7ubbBapvSzKsrywfAu61Ci { box-sizing:content-box;height:0.0625rem;width:50.5625rem;position:absolute;display:block;z-index:15020;background-color:#000000;background-image:none;top:39rem;left:4.40625rem;display:block; }
#CDODHJkN42gQ8Qw7MllQMQcgBnhwZKWS { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:40.1875rem;left:4.40625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VTfpfMNym1QoW79c7A1GOxeL7DPcSWSx { position:absolute;display:block;z-index:15021;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.6875rem;width:1.75rem;top:42.4375rem;left:4.40625rem;overflow:hidden;display:block; }
#xy0Cep0do4xZ2fCJPogkg8042ToLolwT { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:42.4375rem;left:6.96875rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O0GBAvQ81I9U0uTaslaFVc2ReBiqF0RX { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:42.4375rem;left:33.1875rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rtvtpXAp2zuAimguRvXx6EZcmkXmeR6T { position:absolute;display:block;z-index:15023;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.6875rem;width:1.75rem;top:42.4375rem;left:30.75rem;overflow:hidden;display:block; }
#z9yueFbgQDR45fVlvtVv2IbO3QocIShk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#62575f;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; }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row .container { background-color: transparent; background-image: none; }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row .container > .video-iframe-container { display: none; }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row > .video-iframe-container { display: none; }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .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); }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row .container { border-width: 0; border-radius: 0; }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row .container { font-size:0.875rem;font-family:arial;height:75.375rem;width:60rem;position:relative;display:block; }#J64CltoLBuIILZZTr5sx9chKUqXv3O4k { color:#000000;display:block;width:51.1875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25rem;left:4.40625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N0SdLMgpwzckNe1ecvzBShgLeL4MWQSr { box-sizing:content-box;height:71.5rem;width:56.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.75rem;left:1.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#H20oUUvHDTxScozJtVuLz7kzmo1koNO4 { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:4.40625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yJTN2BeJDLJg7HcWxFwrc9MbT8O2KWkn { background-color:#e1cdd3;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.6875rem;left:4.40625rem;display:block; }
#Ld4qxlSCAGFR5kUhdW5KruGT5EIm9Bf7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eNubVfia2yMmK0wnDEbEIdmtfnA0SCXs { box-sizing:content-box;height:52.9375rem;width:56.75rem;position:absolute;display:block;z-index:15001;background-color:#f5f0ed;background-image:none;top:21.3125rem;left:1.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#d5ynDGBz4U1Sv12WBs5e7nWkEygDRZZB { position:absolute;display:block;z-index:15012;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:11.875rem;width:19.6875rem;top:9.75rem;left:35.34375rem;overflow:hidden;display:block; }
#CehzgIRRPAno4oqtBK6oy3OmH109s5gT { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:23.4375rem;left:4.40625rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TIn5FGIIxhrZ1svbbkeBobPTDp7ypDhO { position:absolute;display:block;z-index:15019;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:20.0625rem;top:17rem;left:4.40625rem;overflow:hidden;display:block; }
#LfeuaPIVfI1OP10FVXBsBaxl46yEkE7W { box-sizing:content-box;height:0.0625rem;width:50.5625rem;position:absolute;display:block;z-index:15020;background-color:#000000;background-image:none;top:28.9375rem;left:4.4375rem;display:block; }
#ZSWNFlzOM1Zknv1pKggCAKvgNomp32cJ { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:30.125rem;left:4.4375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aXbqEMoUmPFcTUWfSu5L2i1Ve6Rl8VHO { position:absolute;display:block;z-index:15021;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.6875rem;width:1.75rem;top:32.375rem;left:4.4375rem;overflow:hidden;display:block; }
#EStC0TeLMf89eCfqCwHMVqVrllmdTh3C { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:32.375rem;left:6.90625rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xBc2NEtVA4hqNXzV0Sr3C4QiOpTOV3B7 { color:#000000;display:block;width:36.0625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:35.8125rem;left:6.90625rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QxHQ5lPmGIeaRMbfDxqyea7nkptdro7T { position:absolute;display:block;z-index:15023;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.6875rem;width:1.75rem;top:35.8125rem;left:4.4375rem;overflow:hidden;display:block; }
#pGsiecNEa5aG2uP0BzCuDktuPSosroCi { color:#000000;display:block;width:32.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:39.25rem;left:6.90625rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ERIZGKiq2NTHfXsrw4qSuoA3Ospa2wWT { position:absolute;display:block;z-index:15025;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.6875rem;width:1.75rem;top:39.25rem;left:4.4375rem;overflow:hidden;display:block; }
#D0lsR1o0zRGEcwXw66kmdJiOVmp6RM23 { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:43.8125rem;left:4.40625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KGziGcqeJHOm4TwTHKIAo9dvSksyzrfb { color:#000000;display:block;width:25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:46rem;left:4.40625rem;height:6.296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NLG9rcZ6RrImz7N9d0ccgkPmvZp5Hh4m { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:57.8125rem;left:4.40625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iODJlkTHq5g9ACEp1NoIJRLaNJTa3y7u { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:60rem;left:4.40625rem;height:11.01953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CeevHoQKePMyzZCwxA99FHV6qTd66SU7 { color:#000000;display:block;width:25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:46rem;left:29.59375rem;height:11.01953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sduEQ570G94Jg9oRaxmcSRec43BmQdGU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#62575f;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; }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row .container { background-color: transparent; background-image: none; }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row .container > .video-iframe-container { display: none; }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row > .video-iframe-container { display: none; }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .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); }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row .container { border-width: 0; border-radius: 0; }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row .container { font-size:0.875rem;font-family:arial;height:56.5625rem;width:60rem;position:relative;display:block; }#DS3DRGDkqATXFgiMuQRBvLi0XL72nVEh { color:#000000;display:block;width:51.1875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25rem;left:4.40625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q72GmtzbTcyI0S71U9QbQlobiNcv7fly { box-sizing:content-box;height:49.9375rem;width:56.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.75rem;left:1.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Eko0oaa0rIdqmFgGagyvRu8seTZX84iV { color:#000000;display:block;width:36.6875rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:4.40625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VEQbpaHcoJANpwrPCIiMAOsMEbR7EFqG { background-color:#e8baa0;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.6875rem;left:4.40625rem;display:block; }
#QkG9dAc0qoTq4w5ldmwx1d8cBco7JFDN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tsOhJTHg3KIaTMfwUio1fGL7UZ5DrB6z { box-sizing:content-box;height:33.6875rem;width:56.75rem;position:absolute;display:block;z-index:15001;background-color:#f5f0ed;background-image:none;top:21.3125rem;left:1.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#W13qMJAuTMM2Qqip5WoAnODErkE4Zqb1 { position:absolute;display:block;z-index:15012;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:11.875rem;width:19.75rem;top:9.8125rem;left:35.28125rem;overflow:hidden;display:block; }
#IJVTP4Z4WZJmTI48R322mbhhXClwMUm3 { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:23.4375rem;left:4.40625rem;height:11.6953rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mkuhl20yIznTPnr208UdWTnkwJiH7Vvi { position:absolute;display:block;z-index:15019;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:20.0625rem;top:17rem;left:4.40625rem;overflow:hidden;display:block; }
#wD6D0PprlPHfapfpkSXPETQSGU41Cvu7 { box-sizing:content-box;height:0.0625rem;width:50.5625rem;position:absolute;display:block;z-index:15020;background-color:#000000;background-image:none;top:36.375rem;left:4.40625rem;display:block; }
#lIRom0uqb8mKmPnxHKZfukWJoeSecHt8 { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:37.5625rem;left:4.40625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#StDcPrwF7rmICrF16AzlOTIZ2KBnsTqy { position:absolute;display:block;z-index:15021;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.6875rem;width:1.75rem;top:39.8125rem;left:4.40625rem;overflow:hidden;display:block; }
#GXlSnOst3TbnnuRyGWlfhaKSzeZIsl7T { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:39.8125rem;left:6.90625rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dH7lapWT6bUoK110fahv46kcqBWL772T { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:43.25rem;left:6.90625rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cJ6KhiwawlVlK6DzKNvUiSaIfRqcWFwK { position:absolute;display:block;z-index:15023;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.6875rem;width:1.75rem;top:43.25rem;left:4.4375rem;overflow:hidden;display:block; }
#uoCG8vsHA0FRBCyctSUlA9wLuuXq3OeW { position:absolute;display:block;z-index:15025;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.6875rem;width:1.75rem;top:46.75rem;left:4.4375rem;overflow:hidden;display:block; }
#OADB9gcL01Meb9uTnKysZqHTL9rnwpHF { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:46.75rem;left:6.90625rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UCdNn6wDN8TxZsiUc5uvZNtiZUhgkmd0 { position:absolute;display:block;z-index:15027;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.6875rem;width:1.75rem;top:39.8125rem;left:30.6875rem;overflow:hidden;display:block; }
#QimF0yuMZoMKGGcMEsufZN6ZGglHXic8 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:39.8125rem;left:33.1875rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZZam2Ebe2QXzse9ZQeBB2cLlgLnCtUT6 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:44.9375rem;left:33.1875rem;height:7.3095625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mwPWhIl3e9FZVwAxDa1Wc3i5IUVCbFgq { position:absolute;display:block;z-index:15029;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.6875rem;width:1.75rem;top:44.9375rem;left:30.6875rem;overflow:hidden;display:block; }
#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#62575f;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; }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row .container { background-color: transparent; background-image: none; }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row .container > .video-iframe-container { display: none; }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row > .video-iframe-container { display: none; }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .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); }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row .container { border-width: 0; border-radius: 0; }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row .container { font-size:0.875rem;font-family:arial;height:60.875rem;width:60rem;position:relative;display:block; }#d8nD6BP8FcwsqqnVk5BP4L17Ne79phJ6 { color:#000000;display:block;width:51.1875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25rem;left:4.40625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yxgg5lz2vqLTGrcv9V2fTJrEx4dwfBnL { box-sizing:content-box;height:55.6875rem;width:56.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.75rem;left:1.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ZCOgSlUX7PTdSnog1ZZp4eMs9rXFigvT { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:4.40625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yQkLn0pforiK2fofkCxfFx3AoIESwTqn { background-color:#e1cdd3;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.6875rem;left:4.40625rem;display:block; }
#hmfqB3eGDV6KF0hwef0URu7JvhtbLbGD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#comZ2f6Qr0ApwmBLkS1TZB8V4t1JiTHc { box-sizing:content-box;height:38rem;width:56.75rem;position:absolute;display:block;z-index:15001;background-color:#f5f0ed;background-image:none;top:21.3125rem;left:1.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#mxkIQH7QoaOcon2JqRIBQLNE3hB8UfVX { position:absolute;display:block;z-index:15012;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:11.875rem;width:19.5625rem;top:9.875rem;left:35.46875rem;overflow:hidden;display:block; }
#s71qHSCDsoTmBdOOK9aun1n6V9D14BP7 { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:23.4375rem;left:4.40625rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rMhcHF9w7p7UWk7Zf3M7UEcHwo1qkG2x { position:absolute;display:block;z-index:15019;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:20.0625rem;top:17rem;left:4.40625rem;overflow:hidden;display:block; }
#uOgogx1gm54uiUbIpG0EFn6ZlakPP5WX { box-sizing:content-box;height:0.0625rem;width:50.5625rem;position:absolute;display:block;z-index:15020;background-color:#000000;background-image:none;top:28.9375rem;left:4.4375rem;display:block; }
#EXGLWEckNJrsnG3T5VveRh7gJuQ345qp { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:30.125rem;left:4.4375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TDWo24aaTAMcws4JMbs1bODwnyPn8lM3 { position:absolute;display:block;z-index:15021;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.6875rem;width:1.75rem;top:32.375rem;left:4.4375rem;overflow:hidden;display:block; }
#sO4rSXKQLlsANZlFOvUe4zCBnWwTTLHb { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:32.375rem;left:6.90625rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tgsErIpcDM6zAOTf1nZOwNinHiEfATcI { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:37.375rem;left:6.875rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IbliiLPctEglZ0benxVPLluKAGnKR1BX { position:absolute;display:block;z-index:15023;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.6875rem;width:1.75rem;top:37.25rem;left:4.4375rem;overflow:hidden;display:block; }
#LbHq00OHgUPr5aLOfayl0N1rN6b6ha5R { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:40.9375rem;left:6.875rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TzBBfSbnPAQoDIgIQkQ3eIdMuK19T377 { position:absolute;display:block;z-index:15025;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.6875rem;width:1.75rem;top:40.9375rem;left:4.4375rem;overflow:hidden;display:block; }
#n0v8sNWStgsDLBRiwOFeItieSl8zAUnV { position:absolute;display:block;z-index:15027;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.6875rem;width:1.75rem;top:32.375rem;left:30.75rem;overflow:hidden;display:block; }
#NMZ3Afat4v9aEOwlCeBr7e2sXG94JmA1 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:32.375rem;left:33.1875rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f9hyi7ggTJbUFHHbdTP7UbFIa7MeuBkJ { position:absolute;display:block;z-index:15029;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.6875rem;width:1.75rem;top:37.375rem;left:30.75rem;overflow:hidden;display:block; }
#pzpvKlw84SUlC9TTNld1cURu7tU7aG4t { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:37.375rem;left:33.1875rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WZsTueL3VGgdGiPbZdayVSg73uZyAua5 { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:45.0625rem;left:4.4375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mCLgCQaUDgAPe9N5CLTdTlHEhappVhGi { color:#000000;display:block;width:43.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:47.1875rem;left:4.4375rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rQne9ylcHwdl0w9zIrdlttqMKnR1zITi { box-sizing:content-box;height:5.9375rem;width:46.375rem;position:absolute;display:block;z-index:15001;background-color:#e1cdd3;background-image:none;top:51.25rem;left:4.4375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#K236WS96RtRVBFWTCHPcas9G924rITGZ { color:#000000;display:block;width:43.6875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:52.8125rem;left:5.75rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#62575f;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; }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row .container { background-color: transparent; background-image: none; }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row .container > .video-iframe-container { display: none; }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row > .video-iframe-container { display: none; }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .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); }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row .container { border-width: 0; border-radius: 0; }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row .container { font-size:0.875rem;font-family:arial;height:58.3125rem;width:60rem;position:relative;display:block; }#au1Z4MWuhS4XK6iy9k2k3XQk3yiFhn78 { color:#000000;display:block;width:51.1875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25rem;left:4.40625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hqByGgWbu3CZMr9WLDql28E1SDaKFTH3 { box-sizing:content-box;height:53.75rem;width:56.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.75rem;left:1.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TseKnqW4XwQczFwaUbBqmmKb7EcoPadC { color:#000000;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:4.40625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IQ3P5hCo8PTeVdLde0HbQuhz2iBrRLAi { background-color:#e8baa0;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.6875rem;left:4.40625rem;display:block; }
#KNqDS941uuVntFsMLhPHqLNeTloJHUdT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WlqGerdlL8TKokFmX0AWTV3ZGguFvDln { box-sizing:content-box;height:35.1875rem;width:56.75rem;position:absolute;display:block;z-index:15001;background-color:#f5f0ed;background-image:none;top:21.3125rem;left:1.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#Zzl2POmSLiiew2UGAhrfkgJw0FDy9uXR { position:absolute;display:block;z-index:15012;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:11.875rem;width:19.75rem;top:9.8125rem;left:35.28125rem;overflow:hidden;display:block; }
#oNya29LFbrmNGAtKQMJbWDX440cyVQpA { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:23.4375rem;left:4.40625rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kiKSKn4Q3UnvA8FimXRBVGleIiElyIhZ { position:absolute;display:block;z-index:15019;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:20.0625rem;top:17rem;left:4.40625rem;overflow:hidden;display:block; }
#vHE8bxKBG5TteyzDaSBBnFG8Uac3wfLy { box-sizing:content-box;height:0.0625rem;width:50.5625rem;position:absolute;display:block;z-index:15020;background-color:#000000;background-image:none;top:30.5625rem;left:4.4375rem;display:block; }
#ZTXuy9fRtS9JfCvprTt6QsLmWz4QFC9D { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:31.75rem;left:4.4375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TQw7xG7wZz7xHzdRe7c7IIbSvO438RQn { position:absolute;display:block;z-index:15021;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.6875rem;width:1.75rem;top:34rem;left:4.4375rem;overflow:hidden;display:block; }
#SxJpXA7sBoegLrQKKOV1943Zh140QJ2H { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:34rem;left:7rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mHbCxKTJDJ2WRTTBqddtn4zv2LQ4szZL { position:absolute;display:block;z-index:15023;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.6875rem;width:1.75rem;top:39rem;left:4.4375rem;overflow:hidden;display:block; }
#NWW2OQrHvTXFe7XTiGzo6mDGJJ6DK5h4 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:39rem;left:7rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lWNGhR00TpUN7fW0ZL96UrGD7Pk0aeDm { position:absolute;display:block;z-index:15025;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.6875rem;width:1.75rem;top:42.75rem;left:4.4375rem;overflow:hidden;display:block; }
#gUKSTiqiBoXVLNvBNzTuqmmAZX4kLU7N { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:42.75rem;left:7rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y9yfEXSpdmdUhZozOUgeEX36X1vakEbI { position:absolute;display:block;z-index:15027;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.6875rem;width:1.75rem;top:34.25rem;left:30.625rem;overflow:hidden;display:block; }
#mZa1aSw0TLO0vH1ZALEfspXTvr3Upa4X { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:34.25rem;left:33.1875rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CXJ5fq9RF4fdNG9FzBQRe4cggVlrFbBs { position:absolute;display:block;z-index:15029;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.6875rem;width:1.75rem;top:40.6875rem;left:30.625rem;overflow:hidden;display:block; }
#lCWTUKcIk0v0p3wTnbmlxb2dIAEZTRpK { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:40.6875rem;left:33.1875rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O0xbnkzkMRzW8ufwqSJ4QuHVbUtcHTbJ { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:48.75rem;left:4.40625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iWlFUaaxH1DX6MpQVXTzn4avSJefM7tE { color:#000000;display:block;width:51.3125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:50.9375rem;left:4.40625rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XuQpqD1XHywDzrrD2BRLo7DK8D7JJuT8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1cdd3;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; }#XuQpqD1XHywDzrrD2BRLo7DK8D7JJuT8 > .row .container { background-color: transparent; background-image: none; }#XuQpqD1XHywDzrrD2BRLo7DK8D7JJuT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuQpqD1XHywDzrrD2BRLo7DK8D7JJuT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuQpqD1XHywDzrrD2BRLo7DK8D7JJuT8 > .row .container > .video-iframe-container { display: none; }#XuQpqD1XHywDzrrD2BRLo7DK8D7JJuT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuQpqD1XHywDzrrD2BRLo7DK8D7JJuT8 > .row > .video-iframe-container { display: none; }#XuQpqD1XHywDzrrD2BRLo7DK8D7JJuT8 > .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); }#XuQpqD1XHywDzrrD2BRLo7DK8D7JJuT8 > .row .container { border-width: 0; border-radius: 0; }#XuQpqD1XHywDzrrD2BRLo7DK8D7JJuT8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XuQpqD1XHywDzrrD2BRLo7DK8D7JJuT8 > .row .container { font-size:0.875rem;font-family:arial;height:56.0625rem;width:60rem;position:relative;display:block; }#UPVQ7JKAEsPlLX3HVSoxKZ6zkn4Fs4Q7 { color:#000000;display:block;width:51.1875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25rem;left:4.40625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MM3TdlofqB3CDcJMT0ww9GfMLTridpxx { box-sizing:content-box;height:50.1875rem;width:56.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.75rem;left:1.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#wJPcR41m0m2O8Ibbi4Odltb6LgpqUkEa { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:4.40625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#spM6hVWnEiIJsTDyuNWpom5LpInXWLWz { background-color:#e1cdd3;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.6875rem;left:4.40625rem;display:block; }
#bLz5PRFT7ok3bsdElUPu6uVayaNsO04W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OBt3vl2CsmVaVa2brSchyc3w9SV7sdRt { box-sizing:content-box;height:33.25rem;width:56.75rem;position:absolute;display:block;z-index:15001;background-color:#f5f0ed;background-image:none;top:21.3125rem;left:1.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#EiFGqaKXExD3gNEKJyLmtocg2W4KkM0a { position:absolute;display:block;z-index:15012;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:11.875rem;width:19.6875rem;top:9.8125rem;left:35.34375rem;overflow:hidden;display:block; }
#bF84hFCTuToIGGdQaDafWlzpGLM56uZF { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:23.4375rem;left:4.40625rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dh2IDTugvBBZwfQTTF5rU7u88HzCJwSg { position:absolute;display:block;z-index:15019;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:20.0625rem;top:17rem;left:4.40625rem;overflow:hidden;display:block; }
#fut17aQmuEIkAf0JBbfOohSNhJkS0OKl { box-sizing:content-box;height:0.0625rem;width:50.5625rem;position:absolute;display:block;z-index:15020;background-color:#000000;background-image:none;top:28.9375rem;left:4.4375rem;display:block; }
#XyzHp7H8FtxkqNyl016W4bmDiorsyCT4 { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:30.125rem;left:4.4375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T02t2yugVnrhezZQxC6n68uzZzpp9tD7 { position:absolute;display:block;z-index:15021;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.6875rem;width:1.75rem;top:32.375rem;left:4.4375rem;overflow:hidden;display:block; }
#xeNJtLpOPTvHVtqpWsxPvnpZ9MkIwOmE { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:32.375rem;left:6.90625rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rqgAgbx7Nf4og6sdwlOnKJBU1y4dI2ax { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:36rem;left:6.875rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B15umsXiruhalp6FgvlGx7oFANCHnwMm { position:absolute;display:block;z-index:15023;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.6875rem;width:1.75rem;top:35.875rem;left:4.4375rem;overflow:hidden;display:block; }
#EDzXEeC2NkikJgB4buoV2NQNwVtFy9M7 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:41rem;left:6.875rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gwtmqqiG7qET2F66UtZgUDGztfngbdQb { position:absolute;display:block;z-index:15025;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.6875rem;width:1.75rem;top:41rem;left:4.4375rem;overflow:hidden;display:block; }
#fkERQXKJ9KZ6082KgzdE8TbWhWtMaRts { position:absolute;display:block;z-index:15027;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.6875rem;width:1.75rem;top:32.375rem;left:31.375rem;overflow:hidden;display:block; }
#TiRiDVUOo5gqkdi638ikG52xrdpioyKI { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:32.375rem;left:33.8125rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#epJR0epbhxkZlspERMX15DAdDrgmKDuq { position:absolute;display:block;z-index:15029;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.6875rem;width:1.75rem;top:37.5625rem;left:31.375rem;overflow:hidden;display:block; }
#WBHAGK6gc6IGKh6OGtPNK2Ki2r0KuatL { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:37.5625rem;left:33.8125rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y4e92yGEdgHdSGB8DKAIeMlWXdoNaenk { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:45.5625rem;left:4.4375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ds3EBdHS8alpxQQ4wTCFoGpuUkNWgei3 { color:#000000;display:block;width:50.1875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:47.6875rem;left:4.4375rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mH5NB5cfxeukQ3DaM3rMEmrLr1rOuP5Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1cdd3;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; }#mH5NB5cfxeukQ3DaM3rMEmrLr1rOuP5Q > .row .container { background-color: transparent; background-image: none; }#mH5NB5cfxeukQ3DaM3rMEmrLr1rOuP5Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mH5NB5cfxeukQ3DaM3rMEmrLr1rOuP5Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mH5NB5cfxeukQ3DaM3rMEmrLr1rOuP5Q > .row .container > .video-iframe-container { display: none; }#mH5NB5cfxeukQ3DaM3rMEmrLr1rOuP5Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mH5NB5cfxeukQ3DaM3rMEmrLr1rOuP5Q > .row > .video-iframe-container { display: none; }#mH5NB5cfxeukQ3DaM3rMEmrLr1rOuP5Q > .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); }#mH5NB5cfxeukQ3DaM3rMEmrLr1rOuP5Q > .row .container { border-width: 0; border-radius: 0; }#mH5NB5cfxeukQ3DaM3rMEmrLr1rOuP5Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mH5NB5cfxeukQ3DaM3rMEmrLr1rOuP5Q > .row .container { font-size:0.875rem;font-family:arial;height:85.1875rem;width:60rem;position:relative;display:block; }#LfFK0Cv9dEN9TWrnHM9qHV86VJIgW6Z2 { color:#000000;display:block;width:51.1875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25rem;left:4.40625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gUy2yyJGwieq74vV3TTaGvWgypzTGCve { box-sizing:content-box;height:81.1875rem;width:56.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.75rem;left:1.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ln3SoRHfomoGKmPvKthy0NEfym1G76R3 { color:#000000;display:block;width:34.6875rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:4.40625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a0wHGvEuiyzBJqn4OyulEVK792yQsNR2 { background-color:#e8baa0;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.6875rem;left:4.40625rem;display:block; }
#wSTlmyOWJPEz3CWHIwgVcqobg8CWbI3E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gabyxgowobtnxzWflMEVssTX7i5fKnFC { box-sizing:content-box;height:62.6875rem;width:56.75rem;position:absolute;display:block;z-index:15001;background-color:#f5f0ed;background-image:none;top:21.3125rem;left:1.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#kPm806WOVGvflw7oXcZHZkXPmhQUoQ5d { position:absolute;display:block;z-index:15012;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:11.875rem;width:19.5rem;top:9.9375rem;left:35.53125rem;overflow:hidden;display:block; }
#BcBc07MlihWx83aSwiOP3ewArwDgVR8I { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:23.4375rem;left:4.40625rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TtwmS77r4vwI1M1TxFtkZBoTKO9LauL2 { position:absolute;display:block;z-index:15019;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:20.0625rem;top:17rem;left:4.40625rem;overflow:hidden;display:block; }
#z3MJk85z6O74fIX1RrszCi2tpeVEddTI { box-sizing:content-box;height:0.0625rem;width:50.5625rem;position:absolute;display:block;z-index:15020;background-color:#000000;background-image:none;top:27.5rem;left:4.4375rem;display:block; }
#lgQ93L1RbJ8GJn6g6N728VlgwwWaBuTU { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:28.6875rem;left:4.4375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gRCGKvU8rzeI5PM9dVakzBJKDU920g0V { position:absolute;display:block;z-index:15021;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.6875rem;width:1.75rem;top:30.9375rem;left:4.4375rem;overflow:hidden;display:block; }
#uKvrpQ8n2a4UkTGJLTPOELH2WtLiauQi { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:30.9375rem;left:7rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bDylwPzJg7HQIB0IkuQoCIpMidyBInFT { position:absolute;display:block;z-index:15023;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.6875rem;width:1.75rem;top:34.625rem;left:4.4375rem;overflow:hidden;display:block; }
#tfbmzFNpUDhw1kCvbHReame9tnfaZ70e { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:34.625rem;left:7rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qhTsVdoAT86RXNtx8UqcxzBnkvZO567b { position:absolute;display:block;z-index:15027;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.6875rem;width:1.75rem;top:30.9375rem;left:30.5625rem;overflow:hidden;display:block; }
#ddGVtt74ogSOobtKzCaFS11GDBi5TORR { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:30.9375rem;left:33.125rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e0IwEFKmJPv6kKVTLnzcLKvwQ27i1yAB { position:absolute;display:block;z-index:15029;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.6875rem;width:1.75rem;top:36.0625rem;left:30.625rem;overflow:hidden;display:block; }
#Gfd0CHW814H9bXAzXu3UqGTs3zb0tnWp { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:36.0625rem;left:33.1875rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ftpDo729Vic4tL24kF6xpNHozA7uhks6 { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:40.875rem;left:4.40625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tZSQO3iVkUEcm0yDTXmz9Ihe1bOVqr2x { color:#000000;display:block;width:25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:43.375rem;left:4.40625rem;height:9.4453125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WKeATarFdIlqwF4z8KT5JeNb7LEUhqfc { color:#000000;display:block;width:25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:43.375rem;left:30.03125rem;height:9.4453125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WZpdeFIfNZ9dysmnuftzp79dT6fb3pnL { box-sizing:content-box;height:0.0625rem;width:50.5625rem;position:absolute;display:block;z-index:15021;background-color:#000000;background-image:none;top:54.75rem;left:4.40625rem;display:block; }
#LzTzeoqTC1ITvwJCoifova5ya3JHVXbB { box-sizing:content-box;height:0.0625rem;width:50.5625rem;position:absolute;display:block;z-index:15022;background-color:#000000;background-image:none;top:59.5625rem;left:4.40625rem;display:block; }
#e4GZC9OT9NHDWOAOPBhFPGTRM69v5Kyx { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:55.75rem;left:4.40625rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mgVFR1s9ON0RUI8zC0s2G0SEtVlr5Utr { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:61.625rem;left:4.40625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rrenTiTyhh49FUV8PFW1cfWRXDNl6fTs { position:absolute;display:block;z-index:15027;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.6875rem;width:1.75rem;top:63.8125rem;left:4.4375rem;overflow:hidden;display:block; }
#gDkadkubCsDf8n9NSxvDyVm1qTTskHQ0 { position:absolute;display:block;z-index:15029;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.6875rem;width:1.75rem;top:67.5rem;left:4.4375rem;overflow:hidden;display:block; }
#b0iv4ur61C6FlJK3V8XlQNw8FHq6KE64 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:63.8125rem;left:7rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#boh0Q8Gz8QmWdRVZQdSbt39dFI3Hc3CE { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:67.5rem;left:7rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zcdJUnuBlUspyw8u8sTH4qoUFhRWs5Vm { position:absolute;display:block;z-index:15033;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.6875rem;width:1.75rem;top:63.8125rem;left:30.625rem;overflow:hidden;display:block; }
#vaSmivJez9uJnQyMJ3AO2QLgH25OP0fq { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:63.8125rem;left:33.1875rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KrMTgS8QLqCUkChcUykZh4B1bwTAFHQa { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:72.1875rem;left:4.40625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PnVHdKWeKe38LTS8nDyVppOANZbNoVQx { color:#000000;display:block;width:25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:74.5625rem;left:30.03125rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RhVcPhpkCcifbgoerR51WSnM2A3NZXuA { color:#000000;display:block;width:25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:74.5625rem;left:4.40625rem;height:7.871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wGiPxwf5uy8uU6k7h94iiN2IZPdH36v4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1cdd3;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; }#wGiPxwf5uy8uU6k7h94iiN2IZPdH36v4 > .row .container { background-color: transparent; background-image: none; }#wGiPxwf5uy8uU6k7h94iiN2IZPdH36v4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGiPxwf5uy8uU6k7h94iiN2IZPdH36v4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGiPxwf5uy8uU6k7h94iiN2IZPdH36v4 > .row .container > .video-iframe-container { display: none; }#wGiPxwf5uy8uU6k7h94iiN2IZPdH36v4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGiPxwf5uy8uU6k7h94iiN2IZPdH36v4 > .row > .video-iframe-container { display: none; }#wGiPxwf5uy8uU6k7h94iiN2IZPdH36v4 > .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); }#wGiPxwf5uy8uU6k7h94iiN2IZPdH36v4 > .row .container { border-width: 0; border-radius: 0; }#wGiPxwf5uy8uU6k7h94iiN2IZPdH36v4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wGiPxwf5uy8uU6k7h94iiN2IZPdH36v4 > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:60rem;position:relative;display:block; }#UZ4WgbBRTw4E9PGhdiLnZNH3LGhNmDxt { color:#000000;display:block;width:51.1875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25rem;left:4.40625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sBl7kCDkP5xJW8vMHAnrGUsqC8yynJ49 { box-sizing:content-box;height:58.125rem;width:56.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.75rem;left:1.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#IlGDmq7i69MhVG8ZdpagnTNDB8dpFR64 { color:#000000;display:block;width:19rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:4.40625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lh9E0xeqTn4fSN1UJoqFuHN3zBkPAkNC { background-color:#e1cdd3;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.6875rem;left:4.40625rem;display:block; }
#h4T5Q6w0NNKTvHtNbB8oeksrmWFJLXLU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KWKNAowTX50J4Bnu3JT9keo399opwlTF { box-sizing:content-box;height:39.625rem;width:56.75rem;position:absolute;display:block;z-index:15001;background-color:#f5f0ed;background-image:none;top:21.3125rem;left:1.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#JTENPVcX7SH3fSSvuXlUGHpiowbbrCfM { position:absolute;display:block;z-index:15012;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:11.875rem;width:19.6875rem;top:9.875rem;left:35.34375rem;overflow:hidden;display:block; }
#dRTTB3lXsc3G2fblBNrqxZT7oTI2t6lU { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:23.4375rem;left:4.40625rem;height:8.7715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tyfm0LAVz3csToNtXwbMafDTWDRIZpoW { position:absolute;display:block;z-index:15019;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:20.0625rem;top:17rem;left:4.40625rem;overflow:hidden;display:block; }
#lBrTbFFD9ihAfwzAarOPvl8nhiJBTlok { box-sizing:content-box;height:0.0625rem;width:50.5625rem;position:absolute;display:block;z-index:15020;background-color:#000000;background-image:none;top:33.125rem;left:4.4375rem;display:block; }
#NqT1RXL6iJ5oRR3rA0ehCMD5HiBJrK84 { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:34.3125rem;left:4.4375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l07VatTbJEoGTwXdaG0urCZAMlglf5Sg { position:absolute;display:block;z-index:15021;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.6875rem;width:1.75rem;top:36.5625rem;left:4.4375rem;overflow:hidden;display:block; }
#MXyAgJibHtWP3kgkZIXKuyaRUibelIVz { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:36.5625rem;left:6.875rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bvqC0RHHCqi3c2bCpnSmQr0Pod6iOTAh { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:41.5625rem;left:6.875rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Feu7N5PVXWooCJKkssrNbfrVJkIIaCzW { position:absolute;display:block;z-index:15023;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.6875rem;width:1.75rem;top:41.4375rem;left:4.4375rem;overflow:hidden;display:block; }
#i0X2RMTmJKTS3dO05o1IKXZgdXteTgPl { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:46.5625rem;left:6.875rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VIh6v2OIgHEKXpCpRTKHTc2wtTrLTkPi { position:absolute;display:block;z-index:15025;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.6875rem;width:1.75rem;top:46.5625rem;left:4.4375rem;overflow:hidden;display:block; }
#lu0m532J7i1IcQ7Nz5P3h5sT7hVk16Mm { position:absolute;display:block;z-index:15027;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.6875rem;width:1.75rem;top:36.5625rem;left:31.375rem;overflow:hidden;display:block; }
#o6ze2zJ7vAOrobd8y3OSlXNdxJD7Lkm7 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:36.5625rem;left:33.8125rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TANTWz5dzT9mOc0N5FM58s76KWXqCvak { position:absolute;display:block;z-index:15029;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.6875rem;width:1.75rem;top:41.5625rem;left:31.375rem;overflow:hidden;display:block; }
#KNG84QllzoDxLvh9FtCv37l9GFpPiIMU { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:41.5625rem;left:33.8125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F0Z065CRy64EXZpRkik4vu9QDbssKgKx { position:absolute;display:block;z-index:15031;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.6875rem;width:1.75rem;top:45.3125rem;left:31.375rem;overflow:hidden;display:block; }
#JgApSwNigE8dJDFm2731oIVL3LSWC1BZ { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:45.3125rem;left:33.8125rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EpVDX5yeC8z1kykTU0nTFAJDVJEO7gdg { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:52.9375rem;left:4.40625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mlhebRNzZS0FC1T9ptWvUct2V1469xsl { color:#000000;display:block;width:50.1875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:54.9375rem;left:4.40625rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MelhPHIVukkLVhpCazDmtAH3bN2VfnHa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1cdd3;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; }#MelhPHIVukkLVhpCazDmtAH3bN2VfnHa > .row .container { background-color: transparent; background-image: none; }#MelhPHIVukkLVhpCazDmtAH3bN2VfnHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MelhPHIVukkLVhpCazDmtAH3bN2VfnHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MelhPHIVukkLVhpCazDmtAH3bN2VfnHa > .row .container > .video-iframe-container { display: none; }#MelhPHIVukkLVhpCazDmtAH3bN2VfnHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MelhPHIVukkLVhpCazDmtAH3bN2VfnHa > .row > .video-iframe-container { display: none; }#MelhPHIVukkLVhpCazDmtAH3bN2VfnHa > .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); }#MelhPHIVukkLVhpCazDmtAH3bN2VfnHa > .row .container { border-width: 0; border-radius: 0; }#MelhPHIVukkLVhpCazDmtAH3bN2VfnHa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MelhPHIVukkLVhpCazDmtAH3bN2VfnHa > .row .container { font-size:0.875rem;font-family:arial;height:59.4375rem;width:60rem;position:relative;display:block; }#l8BfQg7Zq1MTD5BQ1sVpEdTWitIAg2Cd { color:#000000;display:block;width:51.1875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25rem;left:4.40625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BBddswR0Ww3M3hVJ5OTzhN9Ir862xMgX { box-sizing:content-box;height:54.375rem;width:56.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.75rem;left:1.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#lrROiAOqc6d3rHPpM00oH0M0JO46MSXU { color:#000000;display:block;width:21.625rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:4.40625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZF1daMHmJoZJKXilR2TsuKp9n2qDNIIf { background-color:#e8baa0;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.6875rem;left:4.40625rem;display:block; }
#UVkcMwkmTwoKuvHyNJ0bIhah3Fm6Osq9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e2SNdPPHOTz7BVUoXRbsORdZqGkm2aTi { box-sizing:content-box;height:35.875rem;width:56.75rem;position:absolute;display:block;z-index:15001;background-color:#f5f0ed;background-image:none;top:21.3125rem;left:1.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#tU4zRRaH0fvQLHnK0uTPnRvFdQaSkKsG { position:absolute;display:block;z-index:15012;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:11.875rem;width:19.5625rem;top:9.8125rem;left:35.46875rem;overflow:hidden;display:block; }
#edD729yghpVL7V779EcgRxvvq939BRD1 { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:23.4375rem;left:4.40625rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ww6OiVvSuBgleWerdv5dzxwMqEsHrcd2 { position:absolute;display:block;z-index:15019;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:20.0625rem;top:17rem;left:4.40625rem;overflow:hidden;display:block; }
#vcsyL8yKxdizWzyeda2MboRexFDo8ZKL { box-sizing:content-box;height:0.0625rem;width:50.5625rem;position:absolute;display:block;z-index:15020;background-color:#000000;background-image:none;top:28.75rem;left:4.4375rem;display:block; }
#bUDnTBHelqgIomLEIbfFJE5TK9MC28xe { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:29.9375rem;left:4.4375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZHnCtmmIZvUDTeXMWFfv4XsbGlsvXXvE { position:absolute;display:block;z-index:15021;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.6875rem;width:1.75rem;top:32.1875rem;left:4.4375rem;overflow:hidden;display:block; }
#ykLANK2TSCa56Lvz3xkpT94NW7RZm5Jo { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:32.1875rem;left:7rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jhlm3qSyth0uN763azTBgdZw3J6UWWRy { position:absolute;display:block;z-index:15023;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.6875rem;width:1.75rem;top:37.1875rem;left:4.4375rem;overflow:hidden;display:block; }
#NCDcrwBFIqcFVxcPnC6LkFNHRTNx70s7 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:37.1875rem;left:7rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gBzPuqNdxzdubqU2Ik2FqCJBsCSU8qqX { position:absolute;display:block;z-index:15027;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.6875rem;width:1.75rem;top:32.1875rem;left:30.625rem;overflow:hidden;display:block; }
#yD5zAIiv4ueB8iBIgEdTr4Qbd9NdGdQu { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:32.1875rem;left:33.1875rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TmtwJ6TkOOvnDQyFqkdQsD6qxMXl6uTD { position:absolute;display:block;z-index:15029;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.6875rem;width:1.75rem;top:36.0625rem;left:30.625rem;overflow:hidden;display:block; }
#KyLVZ7odruv7aVDcwPfVyDKU9WVq0Lpn { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:36.0625rem;left:33.1875rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yM5nCXzvf4BitZnEuOGkpe2EbKqskZBp { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:42.8125rem;left:4.40625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kHBq4CByZyb3aiA4ntFEe3hSN04uurHk { color:#000000;display:block;width:24.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:45.125rem;left:30.65625rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GDtTMhLU5yMNKzkZD5FkvTbsWEC1J8v7 { color:#000000;display:block;width:24.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:45.125rem;left:4.40625rem;height:9.4453125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wOH7KS0E9gb5JFnLSvD1wBpgQ08wmgtT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1cdd3;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; }#wOH7KS0E9gb5JFnLSvD1wBpgQ08wmgtT > .row .container { background-color: transparent; background-image: none; }#wOH7KS0E9gb5JFnLSvD1wBpgQ08wmgtT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOH7KS0E9gb5JFnLSvD1wBpgQ08wmgtT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOH7KS0E9gb5JFnLSvD1wBpgQ08wmgtT > .row .container > .video-iframe-container { display: none; }#wOH7KS0E9gb5JFnLSvD1wBpgQ08wmgtT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOH7KS0E9gb5JFnLSvD1wBpgQ08wmgtT > .row > .video-iframe-container { display: none; }#wOH7KS0E9gb5JFnLSvD1wBpgQ08wmgtT > .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); }#wOH7KS0E9gb5JFnLSvD1wBpgQ08wmgtT > .row .container { border-width: 0; border-radius: 0; }#wOH7KS0E9gb5JFnLSvD1wBpgQ08wmgtT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wOH7KS0E9gb5JFnLSvD1wBpgQ08wmgtT > .row .container { font-size:0.875rem;font-family:arial;height:64rem;width:60rem;position:relative;display:block; }#gyNbnX5HTnv1Q4LQqZ0a01UnZcq1tlnZ { color:#000000;display:block;width:51.1875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25rem;left:4.40625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UsLzXleJm9ePWxye1hiNvOOvR3Hoa8PL { box-sizing:content-box;height:56.75rem;width:56.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.75rem;left:1.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#xtdzgQfzVZh1JbtXrWJ8GNE2WbeM8qBF { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:4.40625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CTZQlNnuE58T7E49HL8v7m5iGJuGhppT { background-color:#e1cdd3;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.6875rem;left:4.40625rem;display:block; }
#v3yPvRE8VS00bdrSW0EPLPzrXyMAf5Hv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wpwOAmuUW9d4kpV3g7mcefIWJoKoTKd0 { box-sizing:content-box;height:38.25rem;width:56.75rem;position:absolute;display:block;z-index:15001;background-color:#f5f0ed;background-image:none;top:21.3125rem;left:1.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#hq4nDvfdcdFTRLTdORFC076CElf5fJl5 { position:absolute;display:block;z-index:15012;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:11.875rem;width:19.75rem;top:9.8125rem;left:35.28125rem;overflow:hidden;display:block; }
#t5cWqDRDLK1ZTsbgRZPCiPgUHQRTLbx1 { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:23.4375rem;left:4.40625rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sE413nAcatocMnXMQZ6RcT1xaulchmls { position:absolute;display:block;z-index:15019;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:20.0625rem;top:17rem;left:4.40625rem;overflow:hidden;display:block; }
#riIoyBXVkw9H9mEFNTgzpotc2d1hmVGr { box-sizing:content-box;height:0.0625rem;width:50.5625rem;position:absolute;display:block;z-index:15020;background-color:#000000;background-image:none;top:30.1875rem;left:4.375rem;display:block; }
#JqvUI97zLAWHST4ofNN1G31qxx3MFXIL { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:31.375rem;left:4.375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bIEnGw8SK0kgzt3pwRJi8uHaclOCvhmK { position:absolute;display:block;z-index:15021;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.6875rem;width:1.75rem;top:33.625rem;left:4.375rem;overflow:hidden;display:block; }
#oAwGSmUSxt0RzkNtRemGzsPUJJhWQ0LT { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:33.625rem;left:6.8125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qQLtHK8EE0RLkhuRna3EHmwMUZqPq9SD { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:37.5rem;left:6.875rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WTRhCeRV063EsGKZH1uGL4FgQugfaEbf { position:absolute;display:block;z-index:15023;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.6875rem;width:1.75rem;top:37.375rem;left:4.4375rem;overflow:hidden;display:block; }
#EtCd3EpJNwAKR7a211P3vm1QJy85TelX { position:absolute;display:block;z-index:15027;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.6875rem;width:1.75rem;top:33.625rem;left:31.375rem;overflow:hidden;display:block; }
#GvMTIpVGMO38J2yaZMHTDaXG90rhfFBq { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:33.625rem;left:33.8125rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nglk5RE8LfyL6iyNIBv9nK162bsVd91z { position:absolute;display:block;z-index:15029;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.6875rem;width:1.75rem;top:39.0625rem;left:31.375rem;overflow:hidden;display:block; }
#W5KxO2MAUqS5K1Txa3OmZ7NDcbtnArDh { color:#000000;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:39.0625rem;left:33.8125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fgz1ApFN3bbIrnBXVllTPd8ayNmTmzRu { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:43.125rem;left:4.4375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ttN5Z73wWQdndMUKVXORab7ORdzbaD7h { color:#000000;display:block;width:24.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:45.4375rem;left:4.4375rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SHg0mPJN6ftxTldy1BJV2ibvZyOwiQBv { color:#000000;display:block;width:24.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:45.4375rem;left:30.6875rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EAQF38NthmSZl1T8vRvacc23Cv9H9Pwt { color:#000000;display:block;width:46.1875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:52.40625rem;left:6.90625rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KG9obVt6z2uvixBI4pV6FpGT3ryTM6MU { box-sizing:content-box;height:6.5rem;width:50.5625rem;position:absolute;display:block;z-index:15003;background-color:#e1cdd3;background-image:none;top:51.3125rem;left:4.40625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#c05nvXzDAfgXEvqNhn0PslPRHTziUn3r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#c05nvXzDAfgXEvqNhn0PslPRHTziUn3r > .row .container { background-color: transparent; background-image: none; }#c05nvXzDAfgXEvqNhn0PslPRHTziUn3r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c05nvXzDAfgXEvqNhn0PslPRHTziUn3r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c05nvXzDAfgXEvqNhn0PslPRHTziUn3r > .row .container > .video-iframe-container { display: none; }#c05nvXzDAfgXEvqNhn0PslPRHTziUn3r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c05nvXzDAfgXEvqNhn0PslPRHTziUn3r > .row > .video-iframe-container { display: none; }#c05nvXzDAfgXEvqNhn0PslPRHTziUn3r > .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); }#c05nvXzDAfgXEvqNhn0PslPRHTziUn3r > .row .container { border-width: 0; border-radius: 0; }#c05nvXzDAfgXEvqNhn0PslPRHTziUn3r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c05nvXzDAfgXEvqNhn0PslPRHTziUn3r > .row .container { font-size:0.875rem;font-family:arial;height:80.4375rem;width:60rem;position:relative;display:block; }#k6Xi6XgEAfv19qurPnXGXr2UQirauw4x { color:#000000;display:block;width:42.6875rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.125rem;left:8.65625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#sOLDbFJgPtQLl5TsSixu0av6eg0fMaVX { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:7.8125rem;left:10.03125rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SHLUBh4uBKv3ZrclvF1pI3wJsKWX0sSq { box-sizing:content-box;height:20.3125rem;width:19.625rem;position:absolute;display:block;z-index:15002;background-color:#e7edf1;background-image:none;top:13rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#VRB3av7gR3PlteUGttTrJ9VEOwenyx5z { box-sizing:content-box;height:20.3125rem;width:19.625rem;position:absolute;display:block;z-index:15003;background-color:#e1cdd3;background-image:none;top:13rem;left:20.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#RuRIwlq5PBCv7dsr2bVOcwOuJQUvRdRx { box-sizing:content-box;height:20.3125rem;width:19.625rem;position:absolute;display:block;z-index:15004;background-color:#e7edf1;background-image:none;top:13rem;left:40.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#LeUdmC7q08C4rvNAvUFOH8sgwv854Cdm { box-sizing:content-box;height:20.3125rem;width:19.625rem;position:absolute;display:block;z-index:15004;background-color:#e1cdd3;background-image:none;top:33.9375rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#gTrbmUUGFQ8cPH4BhwZW0bB0tOqGJIxx { box-sizing:content-box;height:23.125rem;width:19.625rem;position:absolute;display:block;z-index:15005;background-color:#e7edf1;background-image:none;top:54.875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#vOiVS6tBVpBCc7LPyqnO7JBSqsExi7gk { box-sizing:content-box;height:20.3125rem;width:19.625rem;position:absolute;display:block;z-index:15003;background-color:#e7edf1;background-image:none;top:33.9375rem;left:20.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#OnIEACLNOobH48rFiM6Da5NRmpVVBrX9 { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:20.1875rem;left:1.53125rem;height:11.1953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Te250Cffzseh5Hgp2F0w8FMHgqcitnLA { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:14.875rem;left:1.5625rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IHCMR30Vq6wyFtZe5ZCQSAcW21nK1svf { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:14.9375rem;left:21.75rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QAQ8uEtzERUh321be9Z8GD9gcVXFffch { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:18.75rem;left:21.71875rem;height:8.3965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yUnuMGvStTQ0aozoxWpNcTDJzTkOfT9v { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:14.875rem;left:41.9375rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XPU2eVkT3BAlagrc1hT9rNqmsCrCdMe3 { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:20.1875rem;left:41.875rem;height:9.795875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pe823tCZUuzqCnWStcuic8nfE6qlAnDM { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:35.8125rem;left:1.5625rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WhnKlGMBngqC2LyitXGGDJB15QfcPT8F { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:39.625rem;left:1.5rem;height:9.795875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GXdqeNwtDh80aLQNpbtBT1tr5Cgos0b6 { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:35.8125rem;left:21.6875rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RACPKei9i9ozBQTbfCpA7IiLltR0X4Gz { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:39.625rem;left:21.6875rem;height:11.1953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nTQSRuNZ7I8XOpbfP6Ecw7MBKwiP1Uc5 { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:56.75rem;left:1.5625rem;height:6.296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OKP5d4GxgudDeUmnssDh6lTP5rw8bUsJ { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:63.6875rem;left:1.5625rem;height:12.59475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rI09y93RbA86fo2SDkLiFTJqD6allRfN { box-sizing:content-box;height:23.125rem;width:19.625rem;position:absolute;display:block;z-index:15008;background-color:#e1cdd3;background-image:none;top:54.875rem;left:20.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#tFuZfqQenQIvcrkuqzGrf9TSOtCcSSQp { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:62.375rem;left:21.75rem;height:12.59475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U4acU7khyWBcwgbBqU8W4v9epvDLXlu9 { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:56.75rem;left:21.875rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aG45h0vihZnlQVLw65zqHrGR7K1w9w9f { box-sizing:content-box;height:14.375rem;width:19.625rem;position:absolute;display:block;z-index:15004;background-color:#62575f;background-image:none;top:33.9375rem;left:40.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#InhSBztN549q5Tl9F1Jp003gE7pTW0OO { box-sizing:content-box;height:14.375rem;width:19.625rem;position:absolute;display:block;z-index:15005;background-color:#8f7d71;background-image:none;top:48.8125rem;left:40.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#H9XgRsqXLrixKkiMZ7ahm49SbxQOcFQN { box-sizing:content-box;height:14.375rem;width:19.625rem;position:absolute;display:block;z-index:15006;background-color:#62575f;background-image:none;top:63.6875rem;left:40.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#enWnIegDK2xVqXQeiWCF7BdNSe8cELBn { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:inter;font-size:3.4375rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:36.5rem;left:41.9375rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gpp0SuwaI7OSI853GpGqxFhFaLhXspyB { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:inter;font-size:3.4375rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:51.375rem;left:41.9375rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oBHbCNtGXO0xNqk4PZEnvfiTg48WZNQv { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:inter;font-size:3.4375rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:66.25rem;left:41.9375rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HbzFF5MvM4kmoeTPvCU8EgSzeGhl2TdQ { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:41.3125rem;left:41.9375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SrpWAW1F3cpX8JRIcE0muwT14mOAKpIx { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:56.125rem;left:41.9375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#INE2T79k3q3XmNvq0GFFqRhHFZsKWVhf { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:71.0625rem;left:41.9375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/db476109-605d-4761-907d-cd05bb8c428e/DSC08284_dosieci.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI.adaptive-delivery-prevent-bg, #mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI.lazyload, #mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI.lazyloading { background-image: none; }#mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI > .row .container { background-color: transparent; background-image: none; }#mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI > .row .container > .video-iframe-container { display: none; }#mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI > .row > .video-iframe-container { display: none; }#mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI > .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); }#mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI > .row .container { border-width: 0; border-radius: 0; }#mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#HVcEUbm7JmeBAr8B9sKSRCtGFqVKsa3B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#62575f;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; }#HVcEUbm7JmeBAr8B9sKSRCtGFqVKsa3B > .row .container { background-color: transparent; background-image: none; }#HVcEUbm7JmeBAr8B9sKSRCtGFqVKsa3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVcEUbm7JmeBAr8B9sKSRCtGFqVKsa3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVcEUbm7JmeBAr8B9sKSRCtGFqVKsa3B > .row .container > .video-iframe-container { display: none; }#HVcEUbm7JmeBAr8B9sKSRCtGFqVKsa3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVcEUbm7JmeBAr8B9sKSRCtGFqVKsa3B > .row > .video-iframe-container { display: none; }#HVcEUbm7JmeBAr8B9sKSRCtGFqVKsa3B > .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); }#HVcEUbm7JmeBAr8B9sKSRCtGFqVKsa3B > .row .container { border-width: 0; border-radius: 0; }#HVcEUbm7JmeBAr8B9sKSRCtGFqVKsa3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HVcEUbm7JmeBAr8B9sKSRCtGFqVKsa3B > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:60rem;position:relative;display:block; }#tNIEQaXr5dFSIWqP7eQtGz76GU3TeiW9 { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.75rem;left:4rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vkh6PXQTOHU9Q4WbDSlwWwmCq20e8WSx { color:#000000;display:block;width:15.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:23.75rem;left:2.1875rem;height:14.2978625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L6Cf7xpn5Oo0StNLApF9mwOeHiH2rFRL { color:#000000;display:block;width:15.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:23.75rem;left:22.1875rem;height:11.69825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qJgUkNG9DvWTwnsS5d5Krh8xwEExJ2UA { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.75rem;left:26.4375rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hAgI8Q8XCuHfxNxOOzU96VhQl2ZKdwO4 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:23.6875rem;left:42.1875rem;height:11.69825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xSf9UlDEcI6WwWTIS7osJ0uUi2aLBFIS { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.75rem;left:42.3125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zLOhUT2eEhW3ZDyAT7sytOn32mqWUem4 { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:4.53125rem;height:6.82325rem;text-align:center;text-align-last:center;font-style:normal;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; }
#xa6KwJhgf0Vwu8DRxxNw12g2bsSmRfQ1 { position:absolute;display:block;z-index:14999;background-color:#e1cdd3;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:30.3125rem;width:18.875rem;top:9.6875rem;left:0.5625rem;display:block; }
#n1M0dyWNo7A2KTmyyiUUauRCZcwLr1DS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7rem;width:7rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:11.6875rem;left:6.5rem; }
#WTfXKfc9zK3Aczw08NxvvaTOTTy7B2Tv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7rem;width:7rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:11.6875rem;left:46.5rem; }
#Lm0pIWCC8vFApGefpTtqeki41Xbixni3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7rem;width:7rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:11.6875rem;left:26.5rem; }
#ivJXBpwQhMHGHFFdm7fwfAFykTRNQ2BQ { position:absolute;display:block;z-index:15000;background-color:#ffffff;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:30.3125rem;width:18.875rem;top:9.6875rem;left:20.5625rem;display:block; }
#vni3v2AoyGe57nxNZFsgOne3qPliy1s8 { position:absolute;display:block;z-index:15000;background-color:#e1cdd3;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:30.3125rem;width:18.875rem;top:9.6875rem;left:40.5625rem;display:block; }
#s4kcIGoJAaOdO7SnEl5TfaEJ3fRfROh0 { 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:15014;opacity:1;top:13.625rem;left:28.4375rem; }
#m6O88xJIXiy3tbaaFWRUb0clXqEwXnIf { 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:15015;opacity:1;top:13.625rem;left:8.4375rem; }
#Dy0kqD1lJxN7zJXOZRpa2bRL00kvlZFL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:13.625rem;left:48.4375rem; }
#LVmW7Wt1eSTsf9QA17dp5VQ09KTJT3vX { background-color:#f5f0ed;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LVmW7Wt1eSTsf9QA17dp5VQ09KTJT3vX > .row .container { background-color: transparent; background-image: none; }#LVmW7Wt1eSTsf9QA17dp5VQ09KTJT3vX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVmW7Wt1eSTsf9QA17dp5VQ09KTJT3vX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVmW7Wt1eSTsf9QA17dp5VQ09KTJT3vX > .row .container > .video-iframe-container { display: none; }#LVmW7Wt1eSTsf9QA17dp5VQ09KTJT3vX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVmW7Wt1eSTsf9QA17dp5VQ09KTJT3vX > .row > .video-iframe-container { display: none; }#LVmW7Wt1eSTsf9QA17dp5VQ09KTJT3vX > .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); }#LVmW7Wt1eSTsf9QA17dp5VQ09KTJT3vX > .row .container { border-width: 0; border-radius: 0; }#LVmW7Wt1eSTsf9QA17dp5VQ09KTJT3vX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVmW7Wt1eSTsf9QA17dp5VQ09KTJT3vX > .row .container { width:60rem;height:55.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#TuI8HxVhqF2ga8QFoVhQlE4hLEX6s53U { display:block;width:42.0625rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.875rem;left:8.96875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;color:#000000;text-align:center;text-align-last:center;display:block; }
#J6NNbpWno8E1hKD3nZahpxgEIbn77nTz { position:absolute;display:block;z-index:15001;background-color:#ffffff;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.1875rem;width:27.5625rem;top:6.8125rem;left:1.75rem;display:block; }
#k3X2rw3hQJyDxqtVJfsySMOVvymhXReT { position:absolute;display:block;z-index:15002;background-color:#ffffff;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.1875rem;width:27.5625rem;top:6.8125rem;left:30.6875rem;display:block; }
#EmPBp9ArvhCTO4nSpViJO4v1QyexbhS3 { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:15.375rem;left:3.5625rem;height:9.2578125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aG7Di9XlMAdTZpUFQ7qaF5bfJr5Q12re { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.875rem;left:5.125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G6MCHGMZXdBdZv3vHEbga0foTepCX0JR { color:#000000;display:block;width:23rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.875rem;left:33rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wqiDcDXhdHtHnObIVNn46VtaV3qs2UAM { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:15.375rem;left:32.5rem;height:9.2578125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oMBBwgeEXwElTmZo55ZvMOMSm7Sx2GiT { position:absolute;display:block;z-index:15009;background-color:#ffffff;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.125rem;width:56.5625rem;top:27rem;left:1.75rem;display:block; }
#Viehdr3NvHBlypp4ltZSmuI7GmqxuZAP { color:#000000;display:block;width:43.9375rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:35.8125rem;left:8.0625rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MaJHQELiKPhGCrDGdTaKb4FGyg1zHdH8 { color:#000000;display:block;width:37.5rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:33.3125rem;left:11.25rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qTJMvpWa2mQJvanf9ZBEIFoU2OwmTu7Q { position:absolute;display:block;z-index:15012;background-color:#ffffff;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.5rem;width:56.5625rem;top:43.0625rem;left:1.75rem;display:block; }
#alZc2gPFKTmcbei5VUTw3ZZLp30f99r8 { color:#000000;display:block;width:37.5rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:49.1875rem;left:11.25rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nsKu6vWLza4nDvxAsW03oJL1bFwUmo0X { 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:15016;opacity:1;top:9.09375rem;left:13.96875rem; }
#hkpWe0E0h8QcOTbUETDzlfrBK4qmiOep { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:8.78125rem;left:42.59375rem; }
#ilKu2uGLFgLVrzBRNNTwNf23GaGJnEJz { 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:15017;opacity:1;top:29.53125rem;left:28.4375rem; }
#l9U2f66mvE5qEsIlHxSKUBq5gGvIIZMi { 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:15018;opacity:1;top:45.28125rem;left:28.4375rem; }
#EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW > .row .container { background-color: transparent; background-image: none; }#EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW > .row .container > .video-iframe-container { display: none; }#EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW > .row > .video-iframe-container { display: none; }#EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW > .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); }#EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW > .row .container { border-width: 0; border-radius: 0; }#EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW > .row .container { font-size:0.875rem;font-family:arial;height:73.75rem;width:60rem;overflow:visible;position:relative;display:block; }#uBfrGqpiLtVHMy7h332dZNgtzFIr6Qza { color:#000000;display:block;width:50.4375rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:7.375rem;left:4.8125rem;height:2.0996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PisaRoyUlEBPTQ2WuBSoiTCeTGeDTlwe { color:#000000;display:block;width:29.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:10.4375rem;left:4.8125rem;height:6.296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#PETHg7rWAfFohHr3HextElRg67xXT2Tb { position:absolute;display:block;z-index:15009;background-color:#e1cdd3;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:66.375rem;width:56.375rem;top:5.125rem;left:1.8125rem;display:block; }
#z8xqHM8kmRA9Mag9ZgXdXhXEATA24GSi { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.25rem;width:19.4375rem;top:2.0625rem;left:35.726864640884rem;overflow:hidden;display:block; }
#y9AA91peocSTOr4CSOvXvhd3rfLmUWfT { color:#000000;display:block;width:29.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:19.125rem;left:4.8125rem;height:6.296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#xW60ShJS1hNm31v1PAycUh0rLTlRscli { color:#000000;display:block;width:50.4375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:26.9375rem;left:4.78125rem;height:9.4453125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#TylPTX0d1WsRFua3doDP5vwvl8oKeLZn { color:#000000;display:block;width:30.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:37.875rem;left:24.6875rem;height:22.03909375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#vhhMTvdJMtLt3GJ4mniTxip9lnFrfSbR { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:24.0625rem;width:23.5rem;top:37.875rem;left:0rem;overflow:hidden;display:block; }
#gIyThTUnHfg4Cd3ETTdpfSrvgQFpksll { color:#000000;display:block;width:50.4375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:63.8125rem;left:4.78125rem;height:4.72265625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#K1uorwS1y9SsRhLrD35y0c9iky0auJwy { background-color:#1a1c1d;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K1uorwS1y9SsRhLrD35y0c9iky0auJwy > .row .container { background-color: transparent; background-image: none; }#K1uorwS1y9SsRhLrD35y0c9iky0auJwy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1uorwS1y9SsRhLrD35y0c9iky0auJwy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1uorwS1y9SsRhLrD35y0c9iky0auJwy > .row .container > .video-iframe-container { display: none; }#K1uorwS1y9SsRhLrD35y0c9iky0auJwy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1uorwS1y9SsRhLrD35y0c9iky0auJwy > .row > .video-iframe-container { display: none; }#K1uorwS1y9SsRhLrD35y0c9iky0auJwy > .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); }#K1uorwS1y9SsRhLrD35y0c9iky0auJwy > .row .container { border-width: 0; border-radius: 0; }#K1uorwS1y9SsRhLrD35y0c9iky0auJwy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K1uorwS1y9SsRhLrD35y0c9iky0auJwy > .row .container { width:60rem;height:26.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#aLnnVvyarX9e2TJToXJTbhDe2DUlMTzD { display:block;width:42.0625rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:2.8125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:left;text-align-last:left;display:block; }
#nQypJKHOoLkxTaeVpRUXE99HN7koxIIl { display:block;width:54.4375rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:5.4375rem;left:2.8125rem;height:11.63475rem;color:#ffffff;font-style:normal;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; }
#NnKOzhcp1Qx8aV8bZuWey3pRtflm4FZk { position:absolute;display:block;z-index:15004;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:6.0625rem;width:43.9375rem;top:18.3125rem;left:2.8125rem;overflow:hidden;display:block; }
#m6pGT7Sd4OIhf2faAvcWyivQmfDInteu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8baa0;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; }#m6pGT7Sd4OIhf2faAvcWyivQmfDInteu > .row .container { background-color: transparent; background-image: none; }#m6pGT7Sd4OIhf2faAvcWyivQmfDInteu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6pGT7Sd4OIhf2faAvcWyivQmfDInteu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6pGT7Sd4OIhf2faAvcWyivQmfDInteu > .row .container > .video-iframe-container { display: none; }#m6pGT7Sd4OIhf2faAvcWyivQmfDInteu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6pGT7Sd4OIhf2faAvcWyivQmfDInteu > .row > .video-iframe-container { display: none; }#m6pGT7Sd4OIhf2faAvcWyivQmfDInteu > .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); }#m6pGT7Sd4OIhf2faAvcWyivQmfDInteu > .row .container { border-width: 0; border-radius: 0; }#m6pGT7Sd4OIhf2faAvcWyivQmfDInteu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m6pGT7Sd4OIhf2faAvcWyivQmfDInteu > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:60rem;position:relative;display:block; }#UqOOaPL2Gr98gUVPfIOJitPBlHOQv3bH { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.8125rem;width:19.0625rem;top:2.0625rem;left:20.5rem;overflow:hidden;display:block; }
#IoL6I4Aui8bzfBaRoRSSfHc3Ib9m46BX { position:absolute;display:block;z-index:15002;background-color:#ffffff;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.8125rem;width:19.0625rem;top:2.0625rem;left:0rem;display:block; }
#gnDf9TDDmuTsup98JqOLVOoswVBf2bFs { color:#000000;display:block;width:16.25rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:9.0625rem;left:1.4375rem;height:6.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xgaQk6TxuhIfL4Hh2J3AOXmQTAg3n4ZB { color:#000000;display:block;width:16.25rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.375rem;left:1.4375rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n5T9F7bEgFHgR7hX2HAvrvCKfPx3HgBl { position:absolute;display:block;z-index:15003;background-color:#ffffff;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.8125rem;width:19.0625rem;top:2.0625rem;left:41.0625rem;display:block; }
#oRFdkLpVcM7ShUoaGmoROe3eE7y9cBh3 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.375rem;left:42.375rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GgQJNQ9hF0fToi6rAzhXnboOBb09gQbz { color:#000000;display:block;width:16.75rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:9rem;left:42.1875rem;height:6.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZQaMx3zAS6qRXLocvTnBMnRzWITvXacK { position:absolute;display:block;z-index:15005;background-color:#ffffff;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.8125rem;width:19.0625rem;top:18.8125rem;left:0rem;display:block; }
#OzlFG7QJ7QDLy3VBCRCbvyKCIN65Tn8A { color:#000000;display:block;width:16.75rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:25.125rem;left:1.1875rem;height:6.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FtwUwAKWkHeuJHgQ3Zi97BcQfgOQZXIT { color:#000000;display:block;width:16.25rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.75rem;left:1.1875rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PJkUt2EuEF847vClOlUW16O0H65BSDPh { position:absolute;display:block;z-index:15008;background-color:#ffffff;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.8125rem;width:19.0625rem;top:18.8125rem;left:20.5rem;display:block; }
#QU8MfoNKIlE4ce8wD7OEf8xmnTRk7WIB { color:#000000;display:block;width:16.25rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:25.8125rem;left:21.875rem;height:6.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O4cGrMNP5fTHvzbrxnEUlf3MeNpkuLpN { color:#000000;display:block;width:16.25rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.0625rem;left:21.875rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CWckGTemoMtTPStTEnc1dzrepHVQyFKW { position:absolute;display:block;z-index:15011;background-color:#ffffff;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.8125rem;width:19.0625rem;top:18.8125rem;left:40.9375rem;display:block; }
#hcOU0S46lLOVWRbOkvKrAy8SoLpDd9Ch { color:#000000;display:block;width:16.25rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:25.8125rem;left:42.3125rem;height:6.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wisumrNMKIt0q3gDZrenHo93MLC8n6LL { color:#000000;display:block;width:16.25rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.0625rem;left:42.3125rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f0ed;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; }#luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8 > .row .container { background-color: transparent; background-image: none; }#luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8 > .row .container > .video-iframe-container { display: none; }#luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8 > .row > .video-iframe-container { display: none; }#luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8 > .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); }#luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8 > .row .container { border-width: 0; border-radius: 0; }#luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8 > .row .container { font-size:0.875rem;font-family:arial;height:66rem;width:60rem;position:relative;display:block; }#GKfc7nWbFECKabHgkBqqOadBq9V9Hb2u { position:absolute;display:block;z-index:15011;background-color:#e1cdd3;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:56.25rem;width:29.375rem;top:8.1875rem;left:30.625rem;display:block; }
#IQsa2s7QAdcWleE8b5CE4vTg5Saecybl { color:#000000;display:block;width:25.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:20.4375rem;left:32.375rem;height:41.59371875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pCh7id0q3R0p3Z1qXser6WlSuJ1VBTgH { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:18.0625rem;left:36.6875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nCkvPAdNihZNOtCFZRbJk66DaTqS47Hx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7rem;width:7rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:9.8125rem;left:41.8125rem; }
#TFfrMP55Ca3GQHhNoRPXvIou1T7IzkZs { position:absolute;display:block;z-index:15024;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:6.375rem;width:6.375rem;top:10.125rem;left:42.1875rem;overflow:hidden;display:block; }
#dXcIUZgP7cEcvC0vuICIhAuQhCeGDFoT { position:absolute;display:block;z-index:15010;background-color:#ffffff;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:56.25rem;width:29.375rem;top:8.375rem;left:0rem;display:block; }
#Ja8eemWxliDTBTs1dc8JOtEsCMViTRCb { color:#000000;display:block;width:25.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:20.4375rem;left:1.75rem;height:44.1932875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PAIP0MLK9KNi79l8sIWGQxFHnGJIOXk2 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:18.0625rem;left:5.3125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PAtrGeCA0riZtbTrtaTPw7OzzRf8eNJa { color:#000000;display:block;width:47.0625rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.375rem;left:6.5rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;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; }
#vfR5kShUFTVrbg0Xg9MgJRc2kcXwK9Wy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7rem;width:7rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:9.8125rem;left:11.1875rem; }
#WRTueSZve3RnUUBhdMlJnf13nHJ0dKCK { position:absolute;display:block;z-index:15023;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:6.375rem;width:6.375rem;top:10.125rem;left:11.5rem;overflow:hidden;display:block; }
#cyESB1qUcl9NlHIbkQc08LxUB8930XlU { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e8baa0;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;z-index:auto;display:block; }#cyESB1qUcl9NlHIbkQc08LxUB8930XlU > .row .container { background-color: transparent; background-image: none; }#cyESB1qUcl9NlHIbkQc08LxUB8930XlU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyESB1qUcl9NlHIbkQc08LxUB8930XlU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyESB1qUcl9NlHIbkQc08LxUB8930XlU > .row .container > .video-iframe-container { display: none; }#cyESB1qUcl9NlHIbkQc08LxUB8930XlU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyESB1qUcl9NlHIbkQc08LxUB8930XlU > .row > .video-iframe-container { display: none; }#cyESB1qUcl9NlHIbkQc08LxUB8930XlU > .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); }#cyESB1qUcl9NlHIbkQc08LxUB8930XlU > .row .container { border-width: 0; border-radius: 0; }#cyESB1qUcl9NlHIbkQc08LxUB8930XlU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cyESB1qUcl9NlHIbkQc08LxUB8930XlU > .row .container { font-size:0.875rem;font-family:"open sans";height:7.4375rem;width:60rem;position:relative;display:block; }#bNJstUCX64xMTBvQD9Tp8PKEaeuoptWQ { display:block;width:16.625rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.0625rem;left:41.5625rem;height:3.57421875rem;color:#000000;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#000000;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:inter;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:inter;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.1875rem;left:21.4375rem;z-index:15000; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #Xhhz079PgA5oAChF60b1DQ3bfMXg56d1 { display:flex;position:relative;top:0rem;left:0rem; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #o6pCDbMO5t37i1dTevQhhyioJ77pZhEI { width:auto; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #CkwN7XwKtuoXTg4T0gvzoPJkVqHT4QNV {  }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #fGJmy6BaMsmbbupoG6Igi3mT5BsFrUhU { display:flex;position:relative;top:0rem;left:0rem; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #kBugAUsJOa4tXc9sHNvgMaRIVhnBO2wZ {  }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #ydbi0amhspGi78UowuSel8UocArkFyR3 {  }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #p35qMehvKIFAdcheFIeZy51NDEGIs8LE { display:flex;position:relative;top:0rem;left:0rem; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #RUeKtgKFNtAE1soxxQHzLZ3NKP0NAB8G {  }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #ThvOnqs7O6SDSdza9NqTXWXV0z8UkOE7 {  }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #ky02Qd8mwnIoVD7MMQcFZm8VDR9U27Gk { display:flex;position:relative;top:0rem;left:0rem; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #KzTEZlup9312RIRw910Gq8FVB48wNyBI {  }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #sFxmnpSa0gJAKubyJbwz42NCWUpVJdZu {  }
#ecxKUG9sgg8LdB6oRhEuch1uIKTxmiTp { background-color:#fde336;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:2.0625rem;left:1.875rem;display:block; }
#ig7OWVTofZK7UvcgwCaPqeMNdgDthTaJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NzpWTvb4ZMgods7L9xN38hwgufPA9vDF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e8ff;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; }#NzpWTvb4ZMgods7L9xN38hwgufPA9vDF > .row .container { background-color: transparent; background-image: none; }#NzpWTvb4ZMgods7L9xN38hwgufPA9vDF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzpWTvb4ZMgods7L9xN38hwgufPA9vDF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzpWTvb4ZMgods7L9xN38hwgufPA9vDF > .row .container > .video-iframe-container { display: none; }#NzpWTvb4ZMgods7L9xN38hwgufPA9vDF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzpWTvb4ZMgods7L9xN38hwgufPA9vDF > .row > .video-iframe-container { display: none; }#NzpWTvb4ZMgods7L9xN38hwgufPA9vDF > .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); }#NzpWTvb4ZMgods7L9xN38hwgufPA9vDF > .row .container { border-width: 0; border-radius: 0; }#NzpWTvb4ZMgods7L9xN38hwgufPA9vDF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NzpWTvb4ZMgods7L9xN38hwgufPA9vDF > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:60rem;position:relative;display:block; }#APTIFneHuOSPD4m5IdgP5wwn3Gc12zlI { 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:28.75rem;width:51.1875rem;top:0rem;left:4.40625rem;overflow:hidden;display:block; }
#mT8smqAfz9qb7TSlX13STE69slMCPqU9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#62575f;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; }#mT8smqAfz9qb7TSlX13STE69slMCPqU9 > .row .container { background-color: transparent; background-image: none; }#mT8smqAfz9qb7TSlX13STE69slMCPqU9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT8smqAfz9qb7TSlX13STE69slMCPqU9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT8smqAfz9qb7TSlX13STE69slMCPqU9 > .row .container > .video-iframe-container { display: none; }#mT8smqAfz9qb7TSlX13STE69slMCPqU9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT8smqAfz9qb7TSlX13STE69slMCPqU9 > .row > .video-iframe-container { display: none; }#mT8smqAfz9qb7TSlX13STE69slMCPqU9 > .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); }#mT8smqAfz9qb7TSlX13STE69slMCPqU9 > .row .container { border-width: 0; border-radius: 0; }#mT8smqAfz9qb7TSlX13STE69slMCPqU9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mT8smqAfz9qb7TSlX13STE69slMCPqU9 > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#JgqETLfU9s7NGZF4Nyxcb6xws4NHa2cm { position:absolute;display:block;z-index:15001;background-color:#ffffff;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.4375rem;width:37.625rem;top:4.9375rem;left:18.625rem;display:block; }
#FEkhnTEuQ4eH56kMUeLSZS3C7lav0DmU { color:#050b26;display:block;width:19.5rem;position:absolute;font-family:"playfair display";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.1875rem;left:22.5rem;height:2.03125rem;font-style:italic;display:block; }
#xLlcoH8lgo96OZIz9UdnQ6EqbR5X94Le { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.5625rem;width:17.5625rem;top:2.34375rem;left:3.4375rem;overflow:hidden;display:block; }
#cEG5p5C0JQZ4HmLZRXkJQylZCXPmp7Sf { color:#050b26;display:block;width:31.25rem;position:absolute;font-family:inter;font-size:1.4375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.75rem;left:22.5rem;height:5.60449375rem;font-style:normal;display:block; }
#C9vflRFb3hKmNIp0GuzKdy1Ovh8H2dM5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f0ed;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; }#C9vflRFb3hKmNIp0GuzKdy1Ovh8H2dM5 > .row .container { background-color: transparent; background-image: none; }#C9vflRFb3hKmNIp0GuzKdy1Ovh8H2dM5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9vflRFb3hKmNIp0GuzKdy1Ovh8H2dM5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9vflRFb3hKmNIp0GuzKdy1Ovh8H2dM5 > .row .container > .video-iframe-container { display: none; }#C9vflRFb3hKmNIp0GuzKdy1Ovh8H2dM5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9vflRFb3hKmNIp0GuzKdy1Ovh8H2dM5 > .row > .video-iframe-container { display: none; }#C9vflRFb3hKmNIp0GuzKdy1Ovh8H2dM5 > .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); }#C9vflRFb3hKmNIp0GuzKdy1Ovh8H2dM5 > .row .container { border-width: 0; border-radius: 0; }#C9vflRFb3hKmNIp0GuzKdy1Ovh8H2dM5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C9vflRFb3hKmNIp0GuzKdy1Ovh8H2dM5 > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:60rem;position:relative;display:block; }#qMZZOvkB3AMdo7gWZJdO9bLPyvTfNhWS { color:#000000;display:block;width:14.5rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:22.25rem;left:7.75rem;height:1.7871125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#xzClC7yJErhrCaLbqD141FOQ7GfxMM0R { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.0625rem;width:28.875rem;top:5.15625rem;left:0.5625rem;overflow:hidden;display:block; }
#F9ONHCAlUlAtDTErOmXcxBMsgKhN7NnZ { color:#000000;display:block;width:15.75rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.25rem;left:37.125rem;height:1.7871125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bD0nTGKQe0aSq71ThzWLQ53ig2fA9cFL { color:#000000;display:block;width:60rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KqqMAnqCXy7REMsFgwWIKuVkWUsUsXTN { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.9375rem;width:28.6875rem;top:5.21875rem;left:30.65625rem;overflow:hidden;display:block; }
#HNEsMvJViz8luquSdamgwQnuMhHzJmrA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#HNEsMvJViz8luquSdamgwQnuMhHzJmrA > .row .container { background-color: transparent; background-image: none; }#HNEsMvJViz8luquSdamgwQnuMhHzJmrA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNEsMvJViz8luquSdamgwQnuMhHzJmrA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNEsMvJViz8luquSdamgwQnuMhHzJmrA > .row .container > .video-iframe-container { display: none; }#HNEsMvJViz8luquSdamgwQnuMhHzJmrA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNEsMvJViz8luquSdamgwQnuMhHzJmrA > .row > .video-iframe-container { display: none; }#HNEsMvJViz8luquSdamgwQnuMhHzJmrA > .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); }#HNEsMvJViz8luquSdamgwQnuMhHzJmrA > .row .container { border-width: 0; border-radius: 0; }#HNEsMvJViz8luquSdamgwQnuMhHzJmrA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HNEsMvJViz8luquSdamgwQnuMhHzJmrA > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:60rem;position:relative;display:block; }#R6VBrJw9EITEAyErm3JNOrPTc3HfUR68 { 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:16.875rem;width:30.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#nBmneSI7WsucioSXy8An5onGIATrFKLb { position:absolute;display:block;z-index:15001;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:16.875rem;width:30.375rem;top:0rem;left:29.625rem;overflow:hidden;display:block; }
#VdUq88SP6RzZqiCJt9F3HtkU9AdeoPgn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8f7d71;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; }#VdUq88SP6RzZqiCJt9F3HtkU9AdeoPgn > .row .container { background-color: transparent; background-image: none; }#VdUq88SP6RzZqiCJt9F3HtkU9AdeoPgn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdUq88SP6RzZqiCJt9F3HtkU9AdeoPgn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdUq88SP6RzZqiCJt9F3HtkU9AdeoPgn > .row .container > .video-iframe-container { display: none; }#VdUq88SP6RzZqiCJt9F3HtkU9AdeoPgn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdUq88SP6RzZqiCJt9F3HtkU9AdeoPgn > .row > .video-iframe-container { display: none; }#VdUq88SP6RzZqiCJt9F3HtkU9AdeoPgn > .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); }#VdUq88SP6RzZqiCJt9F3HtkU9AdeoPgn > .row .container { border-width: 0; border-radius: 0; }#VdUq88SP6RzZqiCJt9F3HtkU9AdeoPgn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VdUq88SP6RzZqiCJt9F3HtkU9AdeoPgn > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#KlftNpzazC7rn6XcZ3d2yd2LIT9vMDht { position:absolute;display:block;z-index:15001;background-color:#ffffff;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.75rem;width:41.625rem;top:5.125rem;left:17.0625rem;display:block; }
#SFWiHBbcCm5FO2gGCwFSD9fdtDQaTSiA { color:#050b26;display:block;width:37.0625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.4375rem;left:19.34375rem;height:8.125rem;font-style:normal;display:block; }
#quEnPkDlOgSFb9V13W4u8J0ID00wMnmk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.1875rem;width:22.1875rem;top:2.03125rem;left:1.3125rem;overflow:hidden;display:block; }
#nxeJxrzrmId37XeI7kmfHZPDUzHyVSF5 { background-color:#fde336;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.8125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:16.84375rem;left:24.9375rem;display:block; }
#saM9aX2hF1fAz7bQ86zvzh11WMTVSGeF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lf1wHTxVSI3JNVyFWT1akgUIRS1FJGL2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Lf1wHTxVSI3JNVyFWT1akgUIRS1FJGL2 > .row .container { background-color: transparent; background-image: none; }#Lf1wHTxVSI3JNVyFWT1akgUIRS1FJGL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lf1wHTxVSI3JNVyFWT1akgUIRS1FJGL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lf1wHTxVSI3JNVyFWT1akgUIRS1FJGL2 > .row .container > .video-iframe-container { display: none; }#Lf1wHTxVSI3JNVyFWT1akgUIRS1FJGL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lf1wHTxVSI3JNVyFWT1akgUIRS1FJGL2 > .row > .video-iframe-container { display: none; }#Lf1wHTxVSI3JNVyFWT1akgUIRS1FJGL2 > .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); }#Lf1wHTxVSI3JNVyFWT1akgUIRS1FJGL2 > .row .container { border-width: 0; border-radius: 0; }#Lf1wHTxVSI3JNVyFWT1akgUIRS1FJGL2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lf1wHTxVSI3JNVyFWT1akgUIRS1FJGL2 > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:60rem;position:relative;display:block; }#zSadqmqzpvIolx5FZeixa8G2ZkEMbrra { 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:16.875rem;width:30rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#xKqgaPuVoo56dBthGVVXWybOJs305BEV { position:absolute;display:block;z-index:15001;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:16.875rem;width:30rem;top:0rem;left:29.625rem;overflow:hidden;display:block; }
#Fas5B49fvpm4A0VQasXh2UNLbkPTleAi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f0ed;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; }#Fas5B49fvpm4A0VQasXh2UNLbkPTleAi > .row .container { background-color: transparent; background-image: none; }#Fas5B49fvpm4A0VQasXh2UNLbkPTleAi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fas5B49fvpm4A0VQasXh2UNLbkPTleAi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fas5B49fvpm4A0VQasXh2UNLbkPTleAi > .row .container > .video-iframe-container { display: none; }#Fas5B49fvpm4A0VQasXh2UNLbkPTleAi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fas5B49fvpm4A0VQasXh2UNLbkPTleAi > .row > .video-iframe-container { display: none; }#Fas5B49fvpm4A0VQasXh2UNLbkPTleAi > .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); }#Fas5B49fvpm4A0VQasXh2UNLbkPTleAi > .row .container { border-width: 0; border-radius: 0; }#Fas5B49fvpm4A0VQasXh2UNLbkPTleAi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fas5B49fvpm4A0VQasXh2UNLbkPTleAi > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:60rem;position:relative;display:block; }#Bk98POc4PFcUQONXFoDQovB1Z9TxcAo3 { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:5.625rem;left:18.8125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mZJNO9FbnMv2y9qKqqwI3WO5vBaT3S93 { color:#000000;display:block;width:34.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:8.1875rem;left:18.8125rem;height:15rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EEUpGUxKuI3RdfPgTDk2EHz9Q6hdaQDd { position:absolute;display:block;z-index:15002;background-color:#ffffff;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.5625rem;width:43.125rem;top:2.625rem;left:12.75rem;display:block; }
#FMTI2vD5BpLyvb1cFua3UcG8zvNZNnI2 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20rem;width:13.5625rem;top:4.4375rem;left:4.125rem;overflow:hidden;display:block; }
#nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd > .row .container { background-color: transparent; background-image: none; }#nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd > .row .container > .video-iframe-container { display: none; }#nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd > .row > .video-iframe-container { display: none; }#nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd > .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); }#nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd > .row .container { border-width: 0; border-radius: 0; }#nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:60rem;position:relative;display:block; }#a0GwdHDrVvOQKBTXOihN4dJEdhEdDpne { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.75rem;width:18.25rem;top:5rem;left:0.875rem;overflow:hidden;display:block; }
#nCMzK0cnf4bdoVXl2Tm7hpp13GeFVGrM { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.3125rem;width:16.6875rem;top:1.8125rem;left:21.6875rem;overflow:hidden;display:block; }
#SpDdTkgtlOdahbA22r6IpaVPOCTfA4k9 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.3125rem;width:16.3125rem;top:10rem;left:1rem;overflow:hidden;display:block; }
#IMdm6NvGaANyfbXMiPniN7VaEqTWnkKb { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14rem;width:14rem;top:3rem;left:43rem;overflow:hidden;display:block; }
#dsR1vACTcT2cyb2QeiVMMGMgvOHktC6G { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.5rem;width:12.5rem;top:18.5625rem;left:41.3125rem;overflow:hidden;display:block; }
#CkvEsrcfDsQzqz6L6hiOSa3L2JptTJVf { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.3125rem;width:13.3125rem;top:14.9375rem;left:23.375rem;overflow:hidden;display:block; }
#uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW > .row .container { background-color: transparent; background-image: none; }#uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW > .row .container > .video-iframe-container { display: none; }#uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW > .row > .video-iframe-container { display: none; }#uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW > .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); }#uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW > .row .container { border-width: 0; border-radius: 0; }#uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:60rem;position:relative;display:block; }#zOvrwQAptsGnE6ZMRMfDN5Midhf7Bta6 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.25rem;width:15.25rem;top:0.625rem;left:1.5rem;overflow:hidden;display:block; }
#x30abvlDdepu8XFWSIdCqhe9HpOpzG9o { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.4375rem;width:17.4375rem;top:1.8125rem;left:21.6875rem;overflow:hidden;display:block; }
#Fn0hBWq0ihOPfcAClityTCbBC6ZRePn7 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14.4375rem;width:14.4375rem;top:17rem;left:0.625rem;overflow:hidden;display:block; }
#RTCk0RVHi75NM1gvtNPmfmWCl5nOPyTQ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.625rem;width:15.625rem;top:1.25rem;left:41.25rem;overflow:hidden;display:block; }
#r5TtGdkDpTEwagBbS5FlouNvpe57rWVB { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.4375rem;width:13.4375rem;top:17.625rem;left:41.3125rem;overflow:hidden;display:block; }
#p7W9D6Mrs3KlWc0eKyBiXO6zVLi3oTe8 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.3125rem;width:13.3125rem;top:17.5625rem;left:21.6875rem;overflow:hidden;display:block; }
#Cx7NVvgpS8OngFqgavMSCXToRyVKkBMK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;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; }#Cx7NVvgpS8OngFqgavMSCXToRyVKkBMK > .row .container { background-color: transparent; background-image: none; }#Cx7NVvgpS8OngFqgavMSCXToRyVKkBMK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cx7NVvgpS8OngFqgavMSCXToRyVKkBMK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cx7NVvgpS8OngFqgavMSCXToRyVKkBMK > .row .container > .video-iframe-container { display: none; }#Cx7NVvgpS8OngFqgavMSCXToRyVKkBMK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cx7NVvgpS8OngFqgavMSCXToRyVKkBMK > .row > .video-iframe-container { display: none; }#Cx7NVvgpS8OngFqgavMSCXToRyVKkBMK > .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); }#Cx7NVvgpS8OngFqgavMSCXToRyVKkBMK > .row .container { border-width: 0; border-radius: 0; }#Cx7NVvgpS8OngFqgavMSCXToRyVKkBMK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cx7NVvgpS8OngFqgavMSCXToRyVKkBMK > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:60rem;position:relative;display:block; }#lvTDhdcrMAKJvIXKW4BFc4wQmeO7lJdT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.9375rem;width:39rem;top:5.9375rem;left:0.625rem;display:block; }
#bmqyap0auXR1JGncTeim9TzRUPVywtM6 { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:8.357421875rem;left:41.46875rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#deoUnuWTcxrTH677mFVk0mp6G1FrBbu7 { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:14.53125rem;left:41.46875rem;height:2.923825rem;font-style:normal;display:block; }
#lPUDORhrRn5bJbORT3N9NR16DNHo7TOd { position:absolute;display:block;z-index:15008;background-color:#62575f;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:11.25rem;top:5.28125rem;left:25.3125rem;display:block; }
#keH9CPaFw45kT4zNH5dMQg557vumLkF2 { position:absolute;display:block;z-index:15009;background-color:#e1cdd3;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.625rem;top:14.53125rem;left:0rem;display:block; }
#SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy { background-color:#f5f0ed;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy > .row .container { background-color: transparent; background-image: none; }#SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy > .row .container > .video-iframe-container { display: none; }#SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy > .row > .video-iframe-container { display: none; }#SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy > .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); }#SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy > .row .container { border-width: 0; border-radius: 0; }#SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy > .row .container { width:60rem;height:64.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#gG066fz5Te5AIf1KGEImJMsR953vQoLg { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #62575f;border-left:0.125rem solid #62575f;border-right:0.125rem solid #62575f;border-bottom:0.125rem solid #62575f;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:54.25rem;width:22.125rem;top:7.375rem;left:30.1875rem;display:block; }
#ruWRgGpI8uSnWmC5xKTZmoDTTnMf45Xo { background-color:#fde336;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:55.6875rem;left:31.4375rem;display:block; }
#wmNryy1PKuSTTZKdC7gbxbdGc9q1Di7F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QaClTSssd1FQhPVLerB9AmSlLQ4XfPso { color:#8ebd45;display:block;width:16.3125rem;position:absolute;font-family:inter;font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:51.0625rem;left:33.0625rem;height:3.65625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MZOfBbysb6LZIlJs5si9yXZaviyHBrxx { color:#993b26;display:block;width:16.3125rem;position:absolute;font-family:inter;font-size:2.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:46.625rem;left:33.0625rem;height:3.8183625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JFO4EUp1COs4DoaZKieI7oWop0whpveq { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e1cdd3;border-left:0.125rem solid #e1cdd3;border-right:0.125rem solid #e1cdd3;border-bottom:0.125rem solid #e1cdd3;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:48.8125rem;width:20.4375rem;top:10.25rem;left:7.4375rem;display:block; }
#q0IL8Rqfc2cKpsnG5D4xSsxlGc9uuevF { background-color:#fde336;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:52.8125rem;left:8.9375rem;display:block; }
#bWwsRJyXopIgyUKldikkn4KTSIUGHmKE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QUVf7lqpENSbJNxfAdD81hlSU8EA1Msm { color:#993b26;display:block;width:16.3125rem;position:absolute;font-family:inter;font-size:2.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:45.125rem;left:9.625rem;height:3.8183625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HMn0Z95c4J2Kbr06xwEwxedT5qiGRMv7 { color:#8ebd45;display:block;width:16.3125rem;position:absolute;font-family:inter;font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:48.9375rem;left:9.625rem;height:2.84375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BR29LBf1Xavqmidzi3ad6Oh0HSIMw9Rw { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:inter;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:14.375rem;left:9.3125rem;height:3.736325rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DFpBnpmZ4DqODdFtJb2e6CigknXIELBa { color:#535353;display:block;width:15.9375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:45rem;left:33.0625rem;height:1.6875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#F9Q6STgdRD3GXdoTu7PiE1080PETR0yd { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:11.5625rem;left:33.0625rem;height:4.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Tqqo08GIJwtoQBIPLvegbI4qPT2VP3T5 { color:#535353;display:block;width:16.6875rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:300;z-index:15015;line-height:1.8;letter-spacing:0;top:19rem;left:9.4375rem;height:23.390625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NSlUkBJRmsztNtNg0gO43uxDKTQwJCfm { position:absolute;display:block;z-index:15012;background-color:#e1cdd3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:2.3125rem;width:20.4375rem;top:10.25rem;left:7.5625rem;display:block; }
#ahkrZkCFwX1osPObORl7tpMAIE7vXfkC { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:10.625rem;left:7.625rem;height:1.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#P2QOWCDh6fa6ntTWD9RcexxyVqn5IqWL { position:absolute;display:block;z-index:15010;background-color:#62575f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:2.3125rem;width:22.25rem;top:7.3125rem;left:30.25rem;display:block; }
#TPecvLM2IiMTLVoIKgSGfJEgK5JLTFtS { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:7.6875rem;left:30.3125rem;height:1.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kTdy5WkHV3GrcUpUbF3BpmQp7yxXNFVz { color:#191919;display:block;width:50.375rem;position:absolute;font-family:inter;font-size:2.1875rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:2.71875rem;left:4.8125rem;height:2.84375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#I2hT9msb4Hn9nw4iAdGpUUL2VnmaH9Ps { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.0625rem;left:47.84375rem; }
#giBxkvMzKIUA3O7CKTwGgAkproAa9e32 { color:#535353;display:block;width:15.25rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:43.4375rem;left:9.625rem;height:1.6875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dfHzAnnl67PZhtCL3EbFoh4T6I3mkwTt { color:#535353;display:block;width:16rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:16.9375rem;left:33.0625rem;height:26.76175rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qumLzGWWTQK3ckQt1IF7E6okkqSp0WMw { background-color:#e7edf1;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qumLzGWWTQK3ckQt1IF7E6okkqSp0WMw > .row .container { background-color: transparent; background-image: none; }#qumLzGWWTQK3ckQt1IF7E6okkqSp0WMw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qumLzGWWTQK3ckQt1IF7E6okkqSp0WMw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qumLzGWWTQK3ckQt1IF7E6okkqSp0WMw > .row .container > .video-iframe-container { display: none; }#qumLzGWWTQK3ckQt1IF7E6okkqSp0WMw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qumLzGWWTQK3ckQt1IF7E6okkqSp0WMw > .row > .video-iframe-container { display: none; }#qumLzGWWTQK3ckQt1IF7E6okkqSp0WMw > .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); }#qumLzGWWTQK3ckQt1IF7E6okkqSp0WMw > .row .container { border-width: 0; border-radius: 0; }#qumLzGWWTQK3ckQt1IF7E6okkqSp0WMw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qumLzGWWTQK3ckQt1IF7E6okkqSp0WMw > .row .container { width:60rem;height:32.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#LP4ThEJx1BdQKDblSDOuqIxPvL3rVnM9 { display:block;width:50.3125rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:4.875rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#W5OKFIh1EEuUOiD5TQbCSw8fegmGF5NL { display:block;width:54.75rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.0625rem;left:2.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#oZuGllEs4htF4AZam4DpcaI9Mtx4MmVr { position:absolute;display:block;z-index:15000;background-color:#ffffff;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.5rem;width:58.125rem;top:8.8125rem;left:0.9375rem;display:block; }
#rPttuiR1vJ6f6exMeCVWFJqcCnPTFfJS { display:block;width:28.875rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:15.625rem;left:0.875rem;height:13.29688125rem;color:#000000;font-style:normal;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; }
#XkTXfArLwvlhHxO3GxwO1XinTvirOQ6o { display:block;width:28.875rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:15.625rem;left:30.25rem;height:11.634775rem;color:#000000;font-style:normal;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; }
#qivndecIfIn8BXTdt0J4aS8nS5cICgyU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8baa0;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; }#qivndecIfIn8BXTdt0J4aS8nS5cICgyU > .row .container { background-color: transparent; background-image: none; }#qivndecIfIn8BXTdt0J4aS8nS5cICgyU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qivndecIfIn8BXTdt0J4aS8nS5cICgyU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qivndecIfIn8BXTdt0J4aS8nS5cICgyU > .row .container > .video-iframe-container { display: none; }#qivndecIfIn8BXTdt0J4aS8nS5cICgyU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qivndecIfIn8BXTdt0J4aS8nS5cICgyU > .row > .video-iframe-container { display: none; }#qivndecIfIn8BXTdt0J4aS8nS5cICgyU > .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); }#qivndecIfIn8BXTdt0J4aS8nS5cICgyU > .row .container { border-width: 0; border-radius: 0; }#qivndecIfIn8BXTdt0J4aS8nS5cICgyU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qivndecIfIn8BXTdt0J4aS8nS5cICgyU > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#q9TI3m6rUdop5DnR3hnDKQBtMZqwd42B { color:#000000;display:block;width:28.75rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:8.5rem;left:24.75rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NdbxPyGmyCW6CtZJ2ToqK8cBU9RRJTRy { color:#000000;display:block;width:28.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:13.875rem;left:24.75rem;height:17.9980625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Qfcw5G4EUiUOxbmHTa9k9fPFETihZTN5 { background-color:#e8baa0;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.75rem;height:4.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:32.375rem;left:24.75rem;display:block; }
#HTEeTb70Ci5CAx3fkSiDyqvyJo2QrXsT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#frpbPDcJ5Ffgzt5tpCrSD8yATILoBOM0 { position:absolute;display:block;z-index:15001;background-color:#ffffff;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:32.75rem;width:49.3125rem;top:5.75rem;left:6.75rem;display:block; }
#NLNkE4cmkSyU1VaGkg6slMDNP0lu200W { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:27.9375rem;width:21rem;top:8.5rem;left:2.3125rem;overflow:hidden;display:block; }
#tyRVx2EclKyurDtRDkDbFEbRMVbtiETt { position:absolute;display:block;z-index:15023;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:8.6875rem;width:8.6875rem;top:2.5rem;left:48.6875rem;overflow:hidden;display:block; }
#hHiZT0gxonJO0osXT6J9GsayRgqX0zyI { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.125rem;left:48.3125rem;display:block; }
#SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha > .row .container { background-color: transparent; background-image: none; }#SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha > .row .container > .video-iframe-container { display: none; }#SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha > .row > .video-iframe-container { display: none; }#SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha > .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); }#SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha > .row .container { border-width: 0; border-radius: 0; }#SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:60rem;position:relative;display:block; }#ayGAmBazH8314iShZJaVoTwIDeakDf9P { color:#000000;display:block;width:29.75rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:2.4007806777954rem;left:0rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#APBQN88SUhna7IV1uzfX8XhJZEIqsLcy { color:#000000;display:block;width:28.6875rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:6.4765625rem;left:0rem;height:20.82228125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#y4ipMSIgcDw5g2A50iapWt0Scr4wHxtt { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:26.1875rem;width:26.875rem;top:2.3999996185302rem;left:31.562501907349rem;overflow:hidden;display:block; }
#aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf { background-color:#efe0df;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf > .row .container { background-color: transparent; background-image: none; }#aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf > .row .container > .video-iframe-container { display: none; }#aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf > .row > .video-iframe-container { display: none; }#aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf > .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); }#aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf > .row .container { border-width: 0; border-radius: 0; }#aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf > .row .container { width:60rem;height:25.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#UIGOdgXpvCUnPlOhCW3g11Ql47cdQugv { 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:25.125rem;width:44.75rem;top:0rem;left:7.625rem;overflow:hidden;display:block; }
#p8cwWmutDqx4m2szPngd0lygtt0Mbmfy { background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p8cwWmutDqx4m2szPngd0lygtt0Mbmfy > .row .container { background-color: transparent; background-image: none; }#p8cwWmutDqx4m2szPngd0lygtt0Mbmfy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8cwWmutDqx4m2szPngd0lygtt0Mbmfy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8cwWmutDqx4m2szPngd0lygtt0Mbmfy > .row .container > .video-iframe-container { display: none; }#p8cwWmutDqx4m2szPngd0lygtt0Mbmfy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8cwWmutDqx4m2szPngd0lygtt0Mbmfy > .row > .video-iframe-container { display: none; }#p8cwWmutDqx4m2szPngd0lygtt0Mbmfy > .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); }#p8cwWmutDqx4m2szPngd0lygtt0Mbmfy > .row .container { border-width: 0; border-radius: 0; }#p8cwWmutDqx4m2szPngd0lygtt0Mbmfy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p8cwWmutDqx4m2szPngd0lygtt0Mbmfy > .row .container { width:60rem;height:29.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#OB75835sL1nKxi42QwGzTm24lhGbXlPV { display:block;width:55.9375rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:1.28125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#nRqak0aJNFnM8LnMzhpQCoO18xxtBlxU { display:block;width:57.4375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:6.03125rem;left:1.28125rem;height:15.75rem;color:#000000;font-style:normal;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; }
#RLBwf0uiBCGkksPwek0ObffTG7im3c9t { background-color:#fde336;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:3.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.6865234375rem;left:1.28125rem;display:block; }
#FwzvBTicXR10nJB4m56CZSN21W1ouxGI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K7XFf2U6Mo9FBaVWXbVgNQyM67nrowKl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#62575f;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; }#K7XFf2U6Mo9FBaVWXbVgNQyM67nrowKl > .row .container { background-color: transparent; background-image: none; }#K7XFf2U6Mo9FBaVWXbVgNQyM67nrowKl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7XFf2U6Mo9FBaVWXbVgNQyM67nrowKl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7XFf2U6Mo9FBaVWXbVgNQyM67nrowKl > .row .container > .video-iframe-container { display: none; }#K7XFf2U6Mo9FBaVWXbVgNQyM67nrowKl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7XFf2U6Mo9FBaVWXbVgNQyM67nrowKl > .row > .video-iframe-container { display: none; }#K7XFf2U6Mo9FBaVWXbVgNQyM67nrowKl > .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); }#K7XFf2U6Mo9FBaVWXbVgNQyM67nrowKl > .row .container { border-width: 0; border-radius: 0; }#K7XFf2U6Mo9FBaVWXbVgNQyM67nrowKl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K7XFf2U6Mo9FBaVWXbVgNQyM67nrowKl > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#Fc3SdFZTxC96FaPmXzPCZp3ScAqctcFG { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:1.90625rem;left:0rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qHMZEXaWT526trNAdQBFFh6whGxqssef { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.375rem;left:27.75rem; }
#FXzHGcOMfCdu8XXLzFU5LtvhaAB1Jb1x { position:absolute;display:block;z-index:15006;background-color:#e1cdd3;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.125rem;width:3.125rem;top:2.5625rem;left:26.9375rem;display:block; }
#kbJ8lbJeSZM5Q9a3csZ5a6TAuRGHH7DO { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:1.34375rem;left:31.625rem;height:5.59765625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kzOlJp1Gde6554tD69gXzqLyrrlyVM2i { 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:15000;opacity:1;display:none; }
#XwtlLOah5HH2rE5J1Dd1KEAJ5hW5RZvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1cdd3;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; }#XwtlLOah5HH2rE5J1Dd1KEAJ5hW5RZvU > .row .container { background-color: transparent; background-image: none; }#XwtlLOah5HH2rE5J1Dd1KEAJ5hW5RZvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwtlLOah5HH2rE5J1Dd1KEAJ5hW5RZvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwtlLOah5HH2rE5J1Dd1KEAJ5hW5RZvU > .row .container > .video-iframe-container { display: none; }#XwtlLOah5HH2rE5J1Dd1KEAJ5hW5RZvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwtlLOah5HH2rE5J1Dd1KEAJ5hW5RZvU > .row > .video-iframe-container { display: none; }#XwtlLOah5HH2rE5J1Dd1KEAJ5hW5RZvU > .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); }#XwtlLOah5HH2rE5J1Dd1KEAJ5hW5RZvU > .row .container { border-width: 0; border-radius: 0; }#XwtlLOah5HH2rE5J1Dd1KEAJ5hW5RZvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XwtlLOah5HH2rE5J1Dd1KEAJ5hW5RZvU > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:60rem;position:relative;display:block; }#lnKtyPLhgnOw7RF0O64T3wAXuV76gFLX { color:#151515;display:block;width:22rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:1.375rem;left:0rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#osEBMqI4FFCBscxoZ4QSCkpOCLKgFzgL { color:#151515;display:block;width:28.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:0.8125rem;left:31.625rem;height:5.59765625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vfmi2A7O1MegB31k6lAZcegmRmDuJ4wr { position:absolute;display:block;z-index:15008;background-color:#62575f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.125rem;width:3.125rem;top:2rem;left:26.9375rem;display:block; }
#gk6KNVe9EbUX1ehTWDdFf39KuxRxhMmy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.8125rem;left:27.75rem; }
#NzsdJGdN4Qtn2pqf97KGFO0fxNKtiGq2 { 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:15000;opacity:1;display:none; }
#XnTl27iyagwPpuuS02rrrNJuUETTwkzH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#62575f;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; }#XnTl27iyagwPpuuS02rrrNJuUETTwkzH > .row .container { background-color: transparent; background-image: none; }#XnTl27iyagwPpuuS02rrrNJuUETTwkzH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnTl27iyagwPpuuS02rrrNJuUETTwkzH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnTl27iyagwPpuuS02rrrNJuUETTwkzH > .row .container > .video-iframe-container { display: none; }#XnTl27iyagwPpuuS02rrrNJuUETTwkzH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnTl27iyagwPpuuS02rrrNJuUETTwkzH > .row > .video-iframe-container { display: none; }#XnTl27iyagwPpuuS02rrrNJuUETTwkzH > .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); }#XnTl27iyagwPpuuS02rrrNJuUETTwkzH > .row .container { border-width: 0; border-radius: 0; }#XnTl27iyagwPpuuS02rrrNJuUETTwkzH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XnTl27iyagwPpuuS02rrrNJuUETTwkzH > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:60rem;position:relative;display:block; }#DKZF4NMM47SIuSTAdAUPNztkFC9Pswh0 { color:#ffffff;display:block;width:25.6875rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:3.15625rem;left:0rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JLB0dlKAtTULiPNSqvnk3flNHzNSrH7d { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:1.625rem;left:31.625rem;height:8.3965rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UJdmMFBriUTdP0DBLN9bM5Dt0Wr6tQoB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:4.625rem;left:27.75rem; }
#qZzo2Xd9DoShM9aRXZef6tNhcDyS0mnJ { position:absolute;display:block;z-index:15008;background-color:#e1cdd3;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.125rem;width:3.125rem;top:3.8125rem;left:26.9375rem;display:block; }
#KTCSPnDA9Owtg79FQCivKtIKvwJ0w0eQ { 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:15000;opacity:1;display:none; }
#FmNTcVpOcSIayixv35gMUXEqLC3vFoVt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1cdd3;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; }#FmNTcVpOcSIayixv35gMUXEqLC3vFoVt > .row .container { background-color: transparent; background-image: none; }#FmNTcVpOcSIayixv35gMUXEqLC3vFoVt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmNTcVpOcSIayixv35gMUXEqLC3vFoVt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmNTcVpOcSIayixv35gMUXEqLC3vFoVt > .row .container > .video-iframe-container { display: none; }#FmNTcVpOcSIayixv35gMUXEqLC3vFoVt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmNTcVpOcSIayixv35gMUXEqLC3vFoVt > .row > .video-iframe-container { display: none; }#FmNTcVpOcSIayixv35gMUXEqLC3vFoVt > .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); }#FmNTcVpOcSIayixv35gMUXEqLC3vFoVt > .row .container { border-width: 0; border-radius: 0; }#FmNTcVpOcSIayixv35gMUXEqLC3vFoVt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FmNTcVpOcSIayixv35gMUXEqLC3vFoVt > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;position:relative;display:block; }#USBrQrqFCWsUU6QUiV3HgVSDp2K13dTs { color:#151515;display:block;width:25.6875rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:1.53125rem;left:0rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IqWT032AqcquLUxst8ILoRVPQrFmpEuG { color:#151515;display:block;width:28.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:1.65625rem;left:31.625rem;height:4.19824375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VviPBsOo6mP2GXIiOVoeoH5LQVP5UpAp { position:absolute;display:block;z-index:15010;background-color:#62575f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.125rem;width:3.125rem;top:2.1875rem;left:26.9375rem;display:block; }
#MsqVK4kuh0rofa2TRQcdWKg7pdgcyxTl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:3rem;left:27.75rem; }
#ZR7F5kshnHxsIGzoUgrIHOgl109PnMwD { 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:15000;opacity:1;display:none; }
#t5uIbOuTox6D0p1RXTMTNs6IgFTS5I0J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#62575f;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; }#t5uIbOuTox6D0p1RXTMTNs6IgFTS5I0J > .row .container { background-color: transparent; background-image: none; }#t5uIbOuTox6D0p1RXTMTNs6IgFTS5I0J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5uIbOuTox6D0p1RXTMTNs6IgFTS5I0J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5uIbOuTox6D0p1RXTMTNs6IgFTS5I0J > .row .container > .video-iframe-container { display: none; }#t5uIbOuTox6D0p1RXTMTNs6IgFTS5I0J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5uIbOuTox6D0p1RXTMTNs6IgFTS5I0J > .row > .video-iframe-container { display: none; }#t5uIbOuTox6D0p1RXTMTNs6IgFTS5I0J > .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); }#t5uIbOuTox6D0p1RXTMTNs6IgFTS5I0J > .row .container { border-width: 0; border-radius: 0; }#t5uIbOuTox6D0p1RXTMTNs6IgFTS5I0J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t5uIbOuTox6D0p1RXTMTNs6IgFTS5I0J > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:60rem;position:relative;display:block; }#Xh14aRT49SnQZcH5bvDZLIETEmgbrPJF { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:2.5625rem;left:0rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p6brQJhD4wFxPpigSAgZntsmRrNHBpsW { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:1.3125rem;left:31.625rem;height:6.9970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UuTkK7O796kxEcbFzUuyXoVE4EJoZDtV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4rem;left:27.75rem; }
#zVpmHQsrN62AglmgTTf00VRMC817odUy { position:absolute;display:block;z-index:15010;background-color:#e1cdd3;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.125rem;width:3.125rem;top:3.1875rem;left:26.9375rem;display:block; }
#Ckli490ecEo8PwKbIwdH9mILZ224b5kL { 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:15000;opacity:1;display:none; }
#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e1e;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;z-index:auto;display:block; }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row .container { background-color: transparent; background-image: none; }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row .container > .video-iframe-container { display: none; }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row > .video-iframe-container { display: none; }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .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); }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row .container { border-width: 0; border-radius: 0; }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#OqdRSKD3tzEkgy1TWE4z2QaOVcJH1NFn { position:absolute;display:block;z-index:15003;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:4.1875rem;width:4.1875rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#G9HoOEdrxO77Ilaoob7B28tlAbrctzBK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:1.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.5625rem;left:35.79921913147rem;display:block; }
#FdBOlRozB9vc4nnESukFklbfwAHGmxXq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BIDky0oMycUPnfm2e2DAzEernNHxd26I { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.90625rem;left:48.749998092651rem;display:block; }
#H4b9Cyi2qWtwkq4UaEwiQqTDliAyCrGK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0 { display:block; }#ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIXnB8BzrL0HSDs800O0BR09Jab8wmK8 { width:24rem;height:1.625rem;top:2.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M { width:18rem;height:5.0625rem;display:flex;top:6.1875rem;left:13.375rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #bkS7uzk9WyTRTVOWp79wInH3KTEbCo0r { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #RoFHb68Q1wAiTPegECrzUvZB7KeSLCEG {  }
 }@media only screen and (max-width: 763px) { #cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #t5SJUTuJzqgEfRHFl3ETTKl70Zh8Wosb {  }
 }@media only screen and (max-width: 763px) { #cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #hSzhhJd8segd5kXI1GyDpCA3tOWZQZwp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #OXmqaCw4tFG0HpMrKo3Ab6eU31afh0tb {  }
 }@media only screen and (max-width: 763px) { #cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #wXRNBWGxXqyFQ0JE5mKwii9nlOoinPsk {  }
 }@media only screen and (max-width: 763px) { #cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #lJDDcxCtfB5ixAQmRxeKgTe7wkGH2sNH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #r8wQrnhWvcZUgOfD2eHwNlCnp31ytpiu {  }
 }@media only screen and (max-width: 763px) { #cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #TSkLQNQ2Gn1MRoy6n462ae7Vluu1IdAs {  }
 }@media only screen and (max-width: 763px) { #cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #Uy15DIUTsHzhS1qSuxyAL31DikJDVmmP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #sIrXQ4QCnTcHFT1dUTQWAhdA5TlFKbFB {  }
 }@media only screen and (max-width: 763px) { #cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #SbXFtZRIyLTawdPGwik7rKEUOVFhLoJd {  }
 }@media only screen and (max-width: 763px) { #XTUrfEW2xD0pIp3ew9h13R4gOdz9fpEn { width:15.4375rem;height:3.4375rem;top:1.1875rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #fx0l2CNnawLkWa6OJC1pbrbkObWSFxxd { display:block; }
 }@media only screen and (max-width: 763px) { #dXCnzSDV8XXLcdE7CkfuernBtpKJPsDy { display:block; }#dXCnzSDV8XXLcdE7CkfuernBtpKJPsDy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1ohIebpTodd41WgJJ4XVD8I3aV9Tdrq { width:39rem;height:21.9375rem;top:9.625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfKBBmkTb15DzXeJiZgkHUfmDuTCoNng { width:47.75rem;height:4.5rem;top:2.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf { display:block; }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgTK0e6lvVIs4yFpVPTayfTFnoJoBQrG { width:36.375rem;height:8.25rem;top:4rem;left:5.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnrr8e8xbkg32sTvTxMX9XJVfSbPRyby { width:31.0625rem;height:1.625rem;top:2.3125rem;left:8.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm2bs8IHbHzaLmK3UNLDCobLqUTOdVnp { width:28.0625rem;height:29.375rem;top:11.0625rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkzHqZK1i2rLSABbyuAc81pUsOGrkyEJ { top:15.625rem;left:0rem;width:33.1875rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPuXtJhX8b2B6On5ADnE1UGVtKwmcxlr { top:14rem;left:0rem;width:42.6875rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4QhOfl38B6ecDhgbUBQMEViCrJ3y5Sz { width:29.875rem;height:3.4375rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #io7JAsq2JLokDznGfk3JiKxKVWWdGndx { display:block; }
 }@media only screen and (max-width: 763px) { #KybUEVOX28QHH3cDVNe9giwZPh4fHt3P { top:30.1875rem;left:0rem;width:34.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG { display:block; }#nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hw8Rvytl74bS0nFNpiV4b0QngmLPHhe1 { top:1.625rem;left:0rem;width:47.75rem;height:64.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOb10GmcwKaLNvEvuMdNs65M60UtAIZT { top:3.375rem;left:3.1875rem;width:41.4375rem;height:4.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyEQrViW9klo1kfvZPQrAdEsfFs2fdw8 { top:8.8125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGxonaxcv2vT3RxO199FoLkaQrHXmWwL { top:15.1875rem;left:0rem;width:25.75rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMutavCA7m46iFybMVQ2FkvISm7C2Ax2 { top:16.4375rem;left:2.6875rem;width:15.8125rem;height:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWMft9PDqNk6v6hurCDVWHNslc1SuTXb { top:20rem;left:0rem;width:23.4375rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndbIzlJJiRToTts1TPkxfD7UlhHBPm75 { top:15.1875rem;left:22rem;width:25.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXkGLh81ZtbaEOin2rPTr2sOwd8GmUlP { top:16.875rem;left:28.75rem;width:16.75rem;height:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nipQpODMd4Qla8sWQR17JUZgZMLy5LD1 { top:20.4375rem;left:23.25rem;width:24.5rem;height:12.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQPgnnbN7ceISwfPTyt28wK3gH96Sy2N { top:30rem;left:0rem;width:25.75rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMqqAw7RIDZMlnMBvMy5WHrt2GVQn1Az { top:32.875rem;left:0rem;width:24.25rem;height:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXKTaMcsIkR6umelLJSyyyreF2PpNqKq { top:31.125rem;left:0rem;width:24.125rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkf9T7KyUTddJgN85QJDlvHc1TExEsUt { top:35.125rem;left:22rem;width:25.75rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #r75QWao3KN0chJz6vHr5raHhBV3TgR8k { top:40.4375rem;left:26.8125rem;width:20.625rem;height:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ZFqn9I0kWhSvhmTZdyaXSiLJol1Tam { top:40.0625rem;left:0rem;width:25.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNtlKUDhptkD8IgV06bMGUtAsnMT23CC { top:44.875rem;left:0rem;width:21.1875rem;height:8.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdECR1fnmdXP2Qtk0rv7w8EuTtIKAuZI { top:37.875rem;left:29.6875rem;width:14.9375rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBlMIeClmREm2D5RyaQ5oR6VDTZEzvT5 { top:41.375rem;left:0rem;width:24.125rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFIFXogZ7lIKx55QxkUORKL3twdvd45B { top:55.125rem;left:0rem;width:47.75rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcVbg07BtZQpIiu9OnvoRCno9WGvOUPK { top:56.8125rem;left:9.125rem;width:30.8125rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3qzUMLwXxKdpkx720JpNIN5pFL7gblN { top:58.5625rem;left:0rem;width:47.75rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 { display:block; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l5TmkD6v4r6L5rFyaLDQ8oB3vJOdScx8 { width:47.75rem;height:7.25rem;top:4rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwoHzzsx1tHWXd1QIGUfchzZAO1vxClN { width:47.75rem;height:;top:11.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { width:18.5625rem;height:18.0625rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { width:32.9375rem;height:15.8125rem;top:5.4375rem;left:14.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DshsCR9roEFSmqTcDWrmrUxqDveWT4Pr { top:2.875rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIoJX7URWGvXJ4GKRezmus6LgVJL442a { display:block; }#BIoJX7URWGvXJ4GKRezmus6LgVJL442a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9c5OSGWum21nxiudPbKSWnTiWoWddKz { width:41.4375rem;height:4.875rem;top:1.875rem;left:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXlaLLvDZ3xsPuQ1bkrwXVwwvGqoQ6Wy { top:8.1875rem;left:0rem;width:25.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5VU6UXRUKAMWTh7zZaDVyflc25F3IbO { top:9.3125rem;left:1.625rem;width:17.8125rem;height:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5CEC4eZNghGNmvhvImw9IknOsU0ns56 { top:12.6875rem;left:0rem;width:22.5rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEwqyNS8q3PUFDhPM6yuoTIwJmavxyrW { top:8.1875rem;left:22rem;width:25.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXVmp869fpzHAMVhgZESho4nOLg0nOs2 { top:11.75rem;left:26.75rem;width:20.9375rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISyrTJx57l5J0TrNOulT9TrrXT0QTATV { top:9.3125rem;left:27.1875rem;width:20.0625rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFLROsc9LDp3JkDF1fyaKy4Ck42u24R1 { top:21.375rem;left:0rem;width:25.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzy5DEHOTIOscul3lP7UR37wCAeMM3qH { top:24.875rem;left:0rem;width:21.4375rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvNOA8LT7sSXHwGIScrcSCTAwXkPLXBC { top:22.4375rem;left:0.5rem;width:20.0625rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQVt5KhbabDdTMc6VpqqXxrR9Ff1Xnaq { top:21.375rem;left:22rem;width:25.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r50otEAIhU2nk93Wn6VJnMhJ4M9GTdrO { top:22.4375rem;left:27.625rem;width:19.25rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtuhATwtSMCoAwPzwlqdqFygLgBHCGHW { top:24.875rem;left:25.625rem;width:22.125rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBlIrvB6UpcqkfCfyBpQdQG8fzDcRNFG { top:34.5625rem;left:0rem;width:25.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKvOQytpz08BT4cDTOtK7wdNTz57BTeC { top:38.1875rem;left:0rem;width:22.75rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbFMLyRo7XGezBPyODGFcmwh9pF9TUE6 { top:36rem;left:1.125rem;width:18.875rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFrHPBkFb8l13xdUyoSlwPkuGCpy0Gbr { top:34.5625rem;left:22rem;width:25.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9JeD3dhU9FrtAqJVy5hSLlsThQENBxe { top:18.5rem;left:1.75rem;width:17.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2tHuhCwTUzH61xeggxBru506TUSwtC3 { top:18.5rem;left:28.4375rem;width:17.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX8FmDTW9DF8cFNFTvOvpkNm7958uiwv { top:31.6875rem;left:1.75rem;width:17.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7mKHVZNAC4IzJ7pe1iP6TcSy77wFfHT { top:44.9375rem;left:0rem;width:23.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsbMTzMBcXRCKZy4R0LCpfaFd6WDfapt { top:31.6875rem;left:23.25rem;width:24.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM { display:block; }#MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLxlZE3a1Cbk5B1OxCzwBDtM025WgKKs { top:0.1875rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1 { display:block; }#pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gr01GKTT5z88MNPTyfASTFoD7O9p3xTI { width:45.3125rem;height:2.5rem;top:2.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd1JCIXyIq88yEM1veA65hXMQ7Ipi6OO { width:47.75rem;height:11.5rem;top:5.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ablqFRVT2cDlGqTnkTuLnH5yLx5rCNix { width:47.75rem;height:7.25rem;top:25.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7V6cDSMQxyHp748XKhT6wxOddnxVInH { width:45.3125rem;height:2.5rem;top:23.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5tl6mqEeSRuXCmbQf8ANRrdQ9w6kqFE { width:47.75rem;height:5.8125rem;top:42.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngmdbfn5g05defgTFtueBMrToF6b7Dw5 { width:45.3125rem;height:2.5rem;top:39.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VskVKIv8OUpLA9TSRN8rLA6cI5tTAiJN { top:18.25rem;left:0rem;width:38.5rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo6mNPeiloRTZJTAqh3drhVTP1imysu4 { top:34.4375rem;left:0rem;width:38.5rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #woxaBLWzTbFQMUq8si44UXVRzg2cS3fM { top:58.125rem;left:39.6875rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTwHnGCb4F27Mt17SB8SHUeFhXkBv2NQ { top:60.5rem;left:42.625rem;width:5.125rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGi43f4sVaXCBesWPcPpBtnZzsutvsJ5 { width:45.3125rem;height:2.5rem;top:54.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4Usn2XVHzTzGpNBeB39T8R93TrxZCnv { width:47.75rem;height:1.4375rem;top:57.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctaHTvHxhJfugnJKJp76XT7E9dtXzn1z { top:49.4375rem;left:0rem;width:38.5rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx { display:block; }#SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2CM4trcLB9fziyT8doFcDS4bKzH6pNn { top:2.1875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD1QUyZ44WLLZNbKIXLZ1LAbXBZ38Edv { top:5.375rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szmNAKJQROB38kS720a0K6vRzElWMSB9 { display:block; }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDswJIxVdP986OzeJVSyWHfBQTqPW8oP { top:5.25rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5vTwneEFZFxA6xmR3tEUo3X4fEvuNJ8 { top:2.75rem;left:0rem;width:47.75rem;height:47.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz9KQTAPRzw9OZumTtIfHLbeMWxnONx5 { top:6.875rem;left:0rem;width:36.6875rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXEpKiJwbK3RV5uGvrBFm4GWgmRTVAOA { width:16.8125rem;height:3.4375rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuk4H2NhKZX3bHmH3TkRwef1b10oGVBu { display:block; }
 }@media only screen and (max-width: 763px) { #Zfr1H3xFdInTIboQGTL51KDCpFAq2vf1 { top:21.3125rem;left:0rem;width:47.75rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4IcF5RoIx3TZCnc2DP9u5UaO53GcO7s { top:9.875rem;left:27.9375rem;width:19.8125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUm1rOslTMh9P7n2r75GrmwUGnGCPEf1 { width:47.75rem;height:14.375rem;top:23.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUg41aCQ5rSlPhRgSp3PIHG8rtzJIDPG { top:17rem;left:0rem;width:20.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqtCNiHyTM7ubbBapvSzKsrywfAu61Ci { top:39rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDODHJkN42gQ8Qw7MllQMQcgBnhwZKWS { width:47.75rem;height:1.4375rem;top:40.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTfpfMNym1QoW79c7A1GOxeL7DPcSWSx { top:42.4375rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy0Cep0do4xZ2fCJPogkg8042ToLolwT { width:21.875rem;height:2.875rem;top:42.4375rem;left:0.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0GBAvQ81I9U0uTaslaFVc2ReBiqF0RX { width:21.875rem;height:5.75rem;top:42.4375rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtvtpXAp2zuAimguRvXx6EZcmkXmeR6T { top:42.4375rem;left:24.625rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9yueFbgQDR45fVlvtVv2IbO3QocIShk { display:block; }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J64CltoLBuIILZZTr5sx9chKUqXv3O4k { top:5.25rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0SdLMgpwzckNe1ecvzBShgLeL4MWQSr { top:2.75rem;left:0rem;width:47.75rem;height:71.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H20oUUvHDTxScozJtVuLz7kzmo1koNO4 { top:6.875rem;left:0rem;width:25.1875rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJTN2BeJDLJg7HcWxFwrc9MbT8O2KWkn { width:16.8125rem;height:3.4375rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld4qxlSCAGFR5kUhdW5KruGT5EIm9Bf7 { display:block; }
 }@media only screen and (max-width: 763px) { #eNubVfia2yMmK0wnDEbEIdmtfnA0SCXs { top:21.3125rem;left:0rem;width:47.75rem;height:52.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5ynDGBz4U1Sv12WBs5e7nWkEygDRZZB { top:9.75rem;left:28.0625rem;width:19.6875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CehzgIRRPAno4oqtBK6oy3OmH109s5gT { width:47.75rem;height:4.3125rem;top:23.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIn5FGIIxhrZ1svbbkeBobPTDp7ypDhO { top:17rem;left:0rem;width:20.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfeuaPIVfI1OP10FVXBsBaxl46yEkE7W { top:28.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSWNFlzOM1Zknv1pKggCAKvgNomp32cJ { width:47.75rem;height:1.4375rem;top:30.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXbqEMoUmPFcTUWfSu5L2i1Ve6Rl8VHO { top:32.375rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EStC0TeLMf89eCfqCwHMVqVrllmdTh3C { width:27.0625rem;height:2.875rem;top:32.375rem;left:0.78125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBc2NEtVA4hqNXzV0Sr3C4QiOpTOV3B7 { width:36.0625rem;height:2.875rem;top:35.8125rem;left:0.78125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxHQ5lPmGIeaRMbfDxqyea7nkptdro7T { top:35.8125rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGsiecNEa5aG2uP0BzCuDktuPSosroCi { width:32.75rem;height:2.875rem;top:39.25rem;left:0.78125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERIZGKiq2NTHfXsrw4qSuoA3Ospa2wWT { top:39.25rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0lsR1o0zRGEcwXw66kmdJiOVmp6RM23 { width:47.75rem;height:1.4375rem;top:43.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGziGcqeJHOm4TwTHKIAo9dvSksyzrfb { width:25rem;height:6.25rem;top:46rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLG9rcZ6RrImz7N9d0ccgkPmvZp5Hh4m { width:47.75rem;height:1.4375rem;top:57.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iODJlkTHq5g9ACEp1NoIJRLaNJTa3y7u { width:40.4375rem;height:10.9375rem;top:60rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeevHoQKePMyzZCwxA99FHV6qTd66SU7 { width:25rem;height:10.9375rem;top:46rem;left:22.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sduEQ570G94Jg9oRaxmcSRec43BmQdGU { display:block; }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DS3DRGDkqATXFgiMuQRBvLi0XL72nVEh { top:5.25rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q72GmtzbTcyI0S71U9QbQlobiNcv7fly { top:2.75rem;left:0rem;width:47.75rem;height:49.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eko0oaa0rIdqmFgGagyvRu8seTZX84iV { top:6.875rem;left:0rem;width:36.6875rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEQbpaHcoJANpwrPCIiMAOsMEbR7EFqG { width:16.8125rem;height:3.4375rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkG9dAc0qoTq4w5ldmwx1d8cBco7JFDN { display:block; }
 }@media only screen and (max-width: 763px) { #tsOhJTHg3KIaTMfwUio1fGL7UZ5DrB6z { top:21.3125rem;left:0rem;width:47.75rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W13qMJAuTMM2Qqip5WoAnODErkE4Zqb1 { top:9.8125rem;left:28rem;width:19.75rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJVTP4Z4WZJmTI48R322mbhhXClwMUm3 { width:47.75rem;height:11.5rem;top:23.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkuhl20yIznTPnr208UdWTnkwJiH7Vvi { top:17rem;left:0rem;width:20.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD6D0PprlPHfapfpkSXPETQSGU41Cvu7 { top:36.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIRom0uqb8mKmPnxHKZfukWJoeSecHt8 { width:47.75rem;height:1.4375rem;top:37.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StDcPrwF7rmICrF16AzlOTIZ2KBnsTqy { top:39.8125rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXlSnOst3TbnnuRyGWlfhaKSzeZIsl7T { width:21.875rem;height:2.875rem;top:39.8125rem;left:0.78125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH7lapWT6bUoK110fahv46kcqBWL772T { width:21.875rem;height:2.875rem;top:43.25rem;left:0.78125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ6KhiwawlVlK6DzKNvUiSaIfRqcWFwK { top:43.25rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoCG8vsHA0FRBCyctSUlA9wLuuXq3OeW { top:46.75rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OADB9gcL01Meb9uTnKysZqHTL9rnwpHF { width:21.875rem;height:2.875rem;top:46.75rem;left:0.78125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCdNn6wDN8TxZsiUc5uvZNtiZUhgkmd0 { top:39.8125rem;left:24.5625rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QimF0yuMZoMKGGcMEsufZN6ZGglHXic8 { width:21.875rem;height:4.3125rem;top:39.8125rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZam2Ebe2QXzse9ZQeBB2cLlgLnCtUT6 { width:21.875rem;height:7.25rem;top:44.9375rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwPWhIl3e9FZVwAxDa1Wc3i5IUVCbFgq { top:44.9375rem;left:24.5625rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwEy3cwID0G8SzDW64wsxndmv9T9vgCh { display:block; }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8nD6BP8FcwsqqnVk5BP4L17Ne79phJ6 { top:5.25rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxgg5lz2vqLTGrcv9V2fTJrEx4dwfBnL { top:2.75rem;left:0rem;width:47.75rem;height:55.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCOgSlUX7PTdSnog1ZZp4eMs9rXFigvT { top:6.875rem;left:0rem;width:16.4375rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQkLn0pforiK2fofkCxfFx3AoIESwTqn { width:16.8125rem;height:3.4375rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmfqB3eGDV6KF0hwef0URu7JvhtbLbGD { display:block; }
 }@media only screen and (max-width: 763px) { #comZ2f6Qr0ApwmBLkS1TZB8V4t1JiTHc { top:21.3125rem;left:0rem;width:47.75rem;height:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxkIQH7QoaOcon2JqRIBQLNE3hB8UfVX { top:9.875rem;left:28.1875rem;width:19.5625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s71qHSCDsoTmBdOOK9aun1n6V9D14BP7 { width:47.75rem;height:4.3125rem;top:23.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMhcHF9w7p7UWk7Zf3M7UEcHwo1qkG2x { top:17rem;left:0rem;width:20.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOgogx1gm54uiUbIpG0EFn6ZlakPP5WX { top:28.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXGLWEckNJrsnG3T5VveRh7gJuQ345qp { width:47.75rem;height:1.4375rem;top:30.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDWo24aaTAMcws4JMbs1bODwnyPn8lM3 { top:32.375rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO4rSXKQLlsANZlFOvUe4zCBnWwTTLHb { width:21.875rem;height:2.875rem;top:32.375rem;left:0.78125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgsErIpcDM6zAOTf1nZOwNinHiEfATcI { width:21.875rem;height:2.875rem;top:37.375rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbliiLPctEglZ0benxVPLluKAGnKR1BX { top:37.25rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbHq00OHgUPr5aLOfayl0N1rN6b6ha5R { width:21.875rem;height:2.875rem;top:40.9375rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzBBfSbnPAQoDIgIQkQ3eIdMuK19T377 { top:40.9375rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0v8sNWStgsDLBRiwOFeItieSl8zAUnV { top:32.375rem;left:24.625rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMZ3Afat4v9aEOwlCeBr7e2sXG94JmA1 { width:21.875rem;height:4.3125rem;top:32.375rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9hyi7ggTJbUFHHbdTP7UbFIa7MeuBkJ { top:37.375rem;left:24.625rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzpvKlw84SUlC9TTNld1cURu7tU7aG4t { width:21.875rem;height:2.875rem;top:37.375rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZsTueL3VGgdGiPbZdayVSg73uZyAua5 { width:47.75rem;height:1.4375rem;top:45.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCLgCQaUDgAPe9N5CLTdTlHEhappVhGi { width:43.625rem;height:2.875rem;top:47.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQne9ylcHwdl0w9zIrdlttqMKnR1zITi { top:51.25rem;left:0rem;width:46.375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K236WS96RtRVBFWTCHPcas9G924rITGZ { width:43.6875rem;height:2.875rem;top:52.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ { display:block; }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #au1Z4MWuhS4XK6iy9k2k3XQk3yiFhn78 { top:5.25rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqByGgWbu3CZMr9WLDql28E1SDaKFTH3 { top:2.75rem;left:0rem;width:47.75rem;height:53.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TseKnqW4XwQczFwaUbBqmmKb7EcoPadC { top:6.875rem;left:0rem;width:23.75rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ3P5hCo8PTeVdLde0HbQuhz2iBrRLAi { width:16.8125rem;height:3.4375rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNqDS941uuVntFsMLhPHqLNeTloJHUdT { display:block; }
 }@media only screen and (max-width: 763px) { #WlqGerdlL8TKokFmX0AWTV3ZGguFvDln { top:21.3125rem;left:0rem;width:47.75rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzl2POmSLiiew2UGAhrfkgJw0FDy9uXR { top:9.8125rem;left:28rem;width:19.75rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNya29LFbrmNGAtKQMJbWDX440cyVQpA { width:47.75rem;height:5.75rem;top:23.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiKSKn4Q3UnvA8FimXRBVGleIiElyIhZ { top:17rem;left:0rem;width:20.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHE8bxKBG5TteyzDaSBBnFG8Uac3wfLy { top:30.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTXuy9fRtS9JfCvprTt6QsLmWz4QFC9D { width:47.75rem;height:1.4375rem;top:31.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQw7xG7wZz7xHzdRe7c7IIbSvO438RQn { top:34rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxJpXA7sBoegLrQKKOV1943Zh140QJ2H { width:21.875rem;height:4.3125rem;top:34rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHbCxKTJDJ2WRTTBqddtn4zv2LQ4szZL { top:39rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWW2OQrHvTXFe7XTiGzo6mDGJJ6DK5h4 { width:21.875rem;height:2.875rem;top:39rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWNGhR00TpUN7fW0ZL96UrGD7Pk0aeDm { top:42.75rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUKSTiqiBoXVLNvBNzTuqmmAZX4kLU7N { width:21.875rem;height:4.3125rem;top:42.75rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9yfEXSpdmdUhZozOUgeEX36X1vakEbI { top:34.25rem;left:24.5rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZa1aSw0TLO0vH1ZALEfspXTvr3Upa4X { width:21.875rem;height:5.75rem;top:34.25rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXJ5fq9RF4fdNG9FzBQRe4cggVlrFbBs { top:40.6875rem;left:24.5rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCWTUKcIk0v0p3wTnbmlxb2dIAEZTRpK { width:21.875rem;height:4.3125rem;top:40.6875rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0xbnkzkMRzW8ufwqSJ4QuHVbUtcHTbJ { width:47.75rem;height:1.4375rem;top:48.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWlFUaaxH1DX6MpQVXTzn4avSJefM7tE { width:47.75rem;height:2.875rem;top:50.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuQpqD1XHywDzrrD2BRLo7DK8D7JJuT8 { display:block; }#XuQpqD1XHywDzrrD2BRLo7DK8D7JJuT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPVQ7JKAEsPlLX3HVSoxKZ6zkn4Fs4Q7 { top:5.25rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM3TdlofqB3CDcJMT0ww9GfMLTridpxx { top:2.75rem;left:0rem;width:47.75rem;height:50.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJPcR41m0m2O8Ibbi4Odltb6LgpqUkEa { top:6.875rem;left:0rem;width:13.8125rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #spM6hVWnEiIJsTDyuNWpom5LpInXWLWz { width:16.8125rem;height:3.4375rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLz5PRFT7ok3bsdElUPu6uVayaNsO04W { display:block; }
 }@media only screen and (max-width: 763px) { #OBt3vl2CsmVaVa2brSchyc3w9SV7sdRt { top:21.3125rem;left:0rem;width:47.75rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiFGqaKXExD3gNEKJyLmtocg2W4KkM0a { top:9.8125rem;left:28.0625rem;width:19.6875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF84hFCTuToIGGdQaDafWlzpGLM56uZF { width:47.75rem;height:4.3125rem;top:23.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh2IDTugvBBZwfQTTF5rU7u88HzCJwSg { top:17rem;left:0rem;width:20.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fut17aQmuEIkAf0JBbfOohSNhJkS0OKl { top:28.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyzHp7H8FtxkqNyl016W4bmDiorsyCT4 { width:47.75rem;height:1.4375rem;top:30.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T02t2yugVnrhezZQxC6n68uzZzpp9tD7 { top:32.375rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeNJtLpOPTvHVtqpWsxPvnpZ9MkIwOmE { width:21.875rem;height:2.875rem;top:32.375rem;left:0.78125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqgAgbx7Nf4og6sdwlOnKJBU1y4dI2ax { width:21.875rem;height:2.875rem;top:36rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B15umsXiruhalp6FgvlGx7oFANCHnwMm { top:35.875rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDzXEeC2NkikJgB4buoV2NQNwVtFy9M7 { width:21.875rem;height:2.875rem;top:41rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwtmqqiG7qET2F66UtZgUDGztfngbdQb { top:41rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkERQXKJ9KZ6082KgzdE8TbWhWtMaRts { top:32.375rem;left:25.25rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiRiDVUOo5gqkdi638ikG52xrdpioyKI { width:21.875rem;height:4.3125rem;top:32.375rem;left:25.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epJR0epbhxkZlspERMX15DAdDrgmKDuq { top:37.5625rem;left:25.25rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBHAGK6gc6IGKh6OGtPNK2Ki2r0KuatL { width:21.875rem;height:4.3125rem;top:37.5625rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4e92yGEdgHdSGB8DKAIeMlWXdoNaenk { width:47.75rem;height:1.4375rem;top:45.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds3EBdHS8alpxQQ4wTCFoGpuUkNWgei3 { width:47.75rem;height:4.3125rem;top:47.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH5NB5cfxeukQ3DaM3rMEmrLr1rOuP5Q { display:block; }#mH5NB5cfxeukQ3DaM3rMEmrLr1rOuP5Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfFK0Cv9dEN9TWrnHM9qHV86VJIgW6Z2 { top:5.25rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUy2yyJGwieq74vV3TTaGvWgypzTGCve { top:2.75rem;left:0rem;width:47.75rem;height:81.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln3SoRHfomoGKmPvKthy0NEfym1G76R3 { top:6.875rem;left:0rem;width:34.6875rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0wHGvEuiyzBJqn4OyulEVK792yQsNR2 { width:16.8125rem;height:3.4375rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSTlmyOWJPEz3CWHIwgVcqobg8CWbI3E { display:block; }
 }@media only screen and (max-width: 763px) { #gabyxgowobtnxzWflMEVssTX7i5fKnFC { top:21.3125rem;left:0rem;width:47.75rem;height:62.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPm806WOVGvflw7oXcZHZkXPmhQUoQ5d { top:9.9375rem;left:28.25rem;width:19.5rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcBc07MlihWx83aSwiOP3ewArwDgVR8I { width:47.75rem;height:2.875rem;top:23.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtwmS77r4vwI1M1TxFtkZBoTKO9LauL2 { top:17rem;left:0rem;width:20.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3MJk85z6O74fIX1RrszCi2tpeVEddTI { top:27.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgQ93L1RbJ8GJn6g6N728VlgwwWaBuTU { width:47.75rem;height:1.4375rem;top:28.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRCGKvU8rzeI5PM9dVakzBJKDU920g0V { top:30.9375rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKvrpQ8n2a4UkTGJLTPOELH2WtLiauQi { width:21.875rem;height:2.875rem;top:30.9375rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDylwPzJg7HQIB0IkuQoCIpMidyBInFT { top:34.625rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfbmzFNpUDhw1kCvbHReame9tnfaZ70e { width:21.875rem;height:4.3125rem;top:34.625rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhTsVdoAT86RXNtx8UqcxzBnkvZO567b { top:30.9375rem;left:24.4375rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddGVtt74ogSOobtKzCaFS11GDBi5TORR { width:21.875rem;height:4.3125rem;top:30.9375rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0IwEFKmJPv6kKVTLnzcLKvwQ27i1yAB { top:36.0625rem;left:24.5rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfd0CHW814H9bXAzXu3UqGTs3zb0tnWp { width:21.875rem;height:2.875rem;top:36.0625rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftpDo729Vic4tL24kF6xpNHozA7uhks6 { width:47.75rem;height:1.4375rem;top:40.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZSQO3iVkUEcm0yDTXmz9Ihe1bOVqr2x { width:25rem;height:9.375rem;top:43.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKeATarFdIlqwF4z8KT5JeNb7LEUhqfc { width:25rem;height:9.375rem;top:43.375rem;left:22.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZpdeFIfNZ9dysmnuftzp79dT6fb3pnL { top:54.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzTzeoqTC1ITvwJCoifova5ya3JHVXbB { top:59.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4GZC9OT9NHDWOAOPBhFPGTRM69v5Kyx { width:47.75rem;height:2.875rem;top:55.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgVFR1s9ON0RUI8zC0s2G0SEtVlr5Utr { width:47.75rem;height:1.4375rem;top:61.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrenTiTyhh49FUV8PFW1cfWRXDNl6fTs { top:63.8125rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDkadkubCsDf8n9NSxvDyVm1qTTskHQ0 { top:67.5rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0iv4ur61C6FlJK3V8XlQNw8FHq6KE64 { width:21.875rem;height:2.875rem;top:63.8125rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #boh0Q8Gz8QmWdRVZQdSbt39dFI3Hc3CE { width:21.875rem;height:2.875rem;top:67.5rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcdJUnuBlUspyw8u8sTH4qoUFhRWs5Vm { top:63.8125rem;left:24.5rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaSmivJez9uJnQyMJ3AO2QLgH25OP0fq { width:21.875rem;height:2.875rem;top:63.8125rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrMTgS8QLqCUkChcUykZh4B1bwTAFHQa { width:47.75rem;height:1.4375rem;top:72.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnVHdKWeKe38LTS8nDyVppOANZbNoVQx { width:25rem;height:3.125rem;top:74.5625rem;left:22.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhVcPhpkCcifbgoerR51WSnM2A3NZXuA { width:25rem;height:7.8125rem;top:74.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGiPxwf5uy8uU6k7h94iiN2IZPdH36v4 { display:block; }#wGiPxwf5uy8uU6k7h94iiN2IZPdH36v4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZ4WgbBRTw4E9PGhdiLnZNH3LGhNmDxt { top:5.25rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBl7kCDkP5xJW8vMHAnrGUsqC8yynJ49 { top:2.75rem;left:0rem;width:47.75rem;height:58.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlGDmq7i69MhVG8ZdpagnTNDB8dpFR64 { top:6.875rem;left:0rem;width:19rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh9E0xeqTn4fSN1UJoqFuHN3zBkPAkNC { width:16.8125rem;height:3.4375rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4T5Q6w0NNKTvHtNbB8oeksrmWFJLXLU { display:block; }
 }@media only screen and (max-width: 763px) { #KWKNAowTX50J4Bnu3JT9keo399opwlTF { top:21.3125rem;left:0rem;width:47.75rem;height:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTENPVcX7SH3fSSvuXlUGHpiowbbrCfM { top:9.875rem;left:28.0625rem;width:19.6875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRTTB3lXsc3G2fblBNrqxZT7oTI2t6lU { width:47.75rem;height:8.625rem;top:23.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyfm0LAVz3csToNtXwbMafDTWDRIZpoW { top:17rem;left:0rem;width:20.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBrTbFFD9ihAfwzAarOPvl8nhiJBTlok { top:33.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqT1RXL6iJ5oRR3rA0ehCMD5HiBJrK84 { width:47.75rem;height:1.4375rem;top:34.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l07VatTbJEoGTwXdaG0urCZAMlglf5Sg { top:36.5625rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXyAgJibHtWP3kgkZIXKuyaRUibelIVz { width:21.875rem;height:4.3125rem;top:36.5625rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvqC0RHHCqi3c2bCpnSmQr0Pod6iOTAh { width:21.875rem;height:4.3125rem;top:41.5625rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Feu7N5PVXWooCJKkssrNbfrVJkIIaCzW { top:41.4375rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0X2RMTmJKTS3dO05o1IKXZgdXteTgPl { width:21.875rem;height:4.3125rem;top:46.5625rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIh6v2OIgHEKXpCpRTKHTc2wtTrLTkPi { top:46.5625rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu0m532J7i1IcQ7Nz5P3h5sT7hVk16Mm { top:36.5625rem;left:25.25rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6ze2zJ7vAOrobd8y3OSlXNdxJD7Lkm7 { width:21.875rem;height:4.3125rem;top:36.5625rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TANTWz5dzT9mOc0N5FM58s76KWXqCvak { top:41.5625rem;left:25.25rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNG84QllzoDxLvh9FtCv37l9GFpPiIMU { width:21.875rem;height:2.875rem;top:41.5625rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0Z065CRy64EXZpRkik4vu9QDbssKgKx { top:45.3125rem;left:25.25rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgApSwNigE8dJDFm2731oIVL3LSWC1BZ { width:21.875rem;height:4.3125rem;top:45.3125rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpVDX5yeC8z1kykTU0nTFAJDVJEO7gdg { width:47.75rem;height:1.4375rem;top:52.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlhebRNzZS0FC1T9ptWvUct2V1469xsl { width:47.75rem;height:2.875rem;top:54.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MelhPHIVukkLVhpCazDmtAH3bN2VfnHa { display:block; }#MelhPHIVukkLVhpCazDmtAH3bN2VfnHa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8BfQg7Zq1MTD5BQ1sVpEdTWitIAg2Cd { top:5.25rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBddswR0Ww3M3hVJ5OTzhN9Ir862xMgX { top:2.75rem;left:0rem;width:47.75rem;height:54.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrROiAOqc6d3rHPpM00oH0M0JO46MSXU { top:6.875rem;left:0rem;width:21.625rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF1daMHmJoZJKXilR2TsuKp9n2qDNIIf { width:16.8125rem;height:3.4375rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVkcMwkmTwoKuvHyNJ0bIhah3Fm6Osq9 { display:block; }
 }@media only screen and (max-width: 763px) { #e2SNdPPHOTz7BVUoXRbsORdZqGkm2aTi { top:21.3125rem;left:0rem;width:47.75rem;height:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU4zRRaH0fvQLHnK0uTPnRvFdQaSkKsG { top:9.8125rem;left:28.1875rem;width:19.5625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edD729yghpVL7V779EcgRxvvq939BRD1 { width:47.75rem;height:4.3125rem;top:23.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww6OiVvSuBgleWerdv5dzxwMqEsHrcd2 { top:17rem;left:0rem;width:20.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcsyL8yKxdizWzyeda2MboRexFDo8ZKL { top:28.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUDnTBHelqgIomLEIbfFJE5TK9MC28xe { width:47.75rem;height:1.4375rem;top:29.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHnCtmmIZvUDTeXMWFfv4XsbGlsvXXvE { top:32.1875rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykLANK2TSCa56Lvz3xkpT94NW7RZm5Jo { width:21.875rem;height:4.3125rem;top:32.1875rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhlm3qSyth0uN763azTBgdZw3J6UWWRy { top:37.1875rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCDcrwBFIqcFVxcPnC6LkFNHRTNx70s7 { width:21.875rem;height:4.3125rem;top:37.1875rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBzPuqNdxzdubqU2Ik2FqCJBsCSU8qqX { top:32.1875rem;left:24.5rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD5zAIiv4ueB8iBIgEdTr4Qbd9NdGdQu { width:21.875rem;height:2.875rem;top:32.1875rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmtwJ6TkOOvnDQyFqkdQsD6qxMXl6uTD { top:36.0625rem;left:24.5rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyLVZ7odruv7aVDcwPfVyDKU9WVq0Lpn { width:21.875rem;height:2.875rem;top:36.0625rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM5nCXzvf4BitZnEuOGkpe2EbKqskZBp { width:47.75rem;height:1.4375rem;top:42.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHBq4CByZyb3aiA4ntFEe3hSN04uurHk { width:24.375rem;height:4.6875rem;top:45.125rem;left:23.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDtTMhLU5yMNKzkZD5FkvTbsWEC1J8v7 { width:24.375rem;height:9.375rem;top:45.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOH7KS0E9gb5JFnLSvD1wBpgQ08wmgtT { display:block; }#wOH7KS0E9gb5JFnLSvD1wBpgQ08wmgtT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gyNbnX5HTnv1Q4LQqZ0a01UnZcq1tlnZ { top:5.25rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsLzXleJm9ePWxye1hiNvOOvR3Hoa8PL { top:2.75rem;left:0rem;width:47.75rem;height:56.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtdzgQfzVZh1JbtXrWJ8GNE2WbeM8qBF { top:6.875rem;left:0rem;width:15.5625rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTZQlNnuE58T7E49HL8v7m5iGJuGhppT { width:16.8125rem;height:3.4375rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3yPvRE8VS00bdrSW0EPLPzrXyMAf5Hv { display:block; }
 }@media only screen and (max-width: 763px) { #wpwOAmuUW9d4kpV3g7mcefIWJoKoTKd0 { top:21.3125rem;left:0rem;width:47.75rem;height:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq4nDvfdcdFTRLTdORFC076CElf5fJl5 { top:9.8125rem;left:28rem;width:19.75rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5cWqDRDLK1ZTsbgRZPCiPgUHQRTLbx1 { width:47.75rem;height:5.75rem;top:23.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE413nAcatocMnXMQZ6RcT1xaulchmls { top:17rem;left:0rem;width:20.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #riIoyBXVkw9H9mEFNTgzpotc2d1hmVGr { top:30.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqvUI97zLAWHST4ofNN1G31qxx3MFXIL { width:47.75rem;height:1.4375rem;top:31.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIEnGw8SK0kgzt3pwRJi8uHaclOCvhmK { top:33.625rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAwGSmUSxt0RzkNtRemGzsPUJJhWQ0LT { width:21.875rem;height:2.875rem;top:33.625rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQLtHK8EE0RLkhuRna3EHmwMUZqPq9SD { width:21.875rem;height:2.875rem;top:37.5rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTRhCeRV063EsGKZH1uGL4FgQugfaEbf { top:37.375rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtCd3EpJNwAKR7a211P3vm1QJy85TelX { top:33.625rem;left:25.25rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvMTIpVGMO38J2yaZMHTDaXG90rhfFBq { width:21.875rem;height:4.3125rem;top:33.625rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nglk5RE8LfyL6iyNIBv9nK162bsVd91z { top:39.0625rem;left:25.25rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5KxO2MAUqS5K1Txa3OmZ7NDcbtnArDh { width:21.875rem;height:2.875rem;top:39.0625rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgz1ApFN3bbIrnBXVllTPd8ayNmTmzRu { width:47.75rem;height:1.4375rem;top:43.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttN5Z73wWQdndMUKVXORab7ORdzbaD7h { width:24.375rem;height:3.125rem;top:45.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHg0mPJN6ftxTldy1BJV2ibvZyOwiQBv { width:24.375rem;height:3.125rem;top:45.4375rem;left:23.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAQF38NthmSZl1T8vRvacc23Cv9H9Pwt { width:46.1875rem;height:4.3125rem;top:52.375rem;left:0.78125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG9obVt6z2uvixBI4pV6FpGT3ryTM6MU { top:51.3125rem;left:0rem;width:47.75rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c05nvXzDAfgXEvqNhn0PslPRHTziUn3r { display:block; }#c05nvXzDAfgXEvqNhn0PslPRHTziUn3r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6Xi6XgEAfv19qurPnXGXr2UQirauw4x { width:42.6875rem;height:4.875rem;top:2.125rem;left:2.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOLDbFJgPtQLl5TsSixu0av6eg0fMaVX { width:39.9375rem;height:3.125rem;top:7.8125rem;left:3.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHLUBh4uBKv3ZrclvF1pI3wJsKWX0sSq { top:13rem;left:0rem;width:19.625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRB3av7gR3PlteUGttTrJ9VEOwenyx5z { top:13rem;left:14.0625rem;width:19.625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuRIwlq5PBCv7dsr2bVOcwOuJQUvRdRx { top:13rem;left:28.125rem;width:19.625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeUdmC7q08C4rvNAvUFOH8sgwv854Cdm { top:33.9375rem;left:0rem;width:19.625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTrbmUUGFQ8cPH4BhwZW0bB0tOqGJIxx { top:54.875rem;left:0rem;width:19.625rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOiVS6tBVpBCc7LPyqnO7JBSqsExi7gk { top:33.9375rem;left:14.0625rem;width:19.625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnIEACLNOobH48rFiM6Da5NRmpVVBrX9 { width:16.5625rem;height:11rem;top:20.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te250Cffzseh5Hgp2F0w8FMHgqcitnLA { width:16.5625rem;height:4.6875rem;top:14.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHCMR30Vq6wyFtZe5ZCQSAcW21nK1svf { width:16.5625rem;height:3.125rem;top:14.9375rem;left:15.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAQ8uEtzERUh321be9Z8GD9gcVXFffch { width:16.5625rem;height:8.25rem;top:18.75rem;left:15.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUnuMGvStTQ0aozoxWpNcTDJzTkOfT9v { width:16.5625rem;height:4.6875rem;top:14.875rem;left:31.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPU2eVkT3BAlagrc1hT9rNqmsCrCdMe3 { width:16.5625rem;height:9.625rem;top:20.1875rem;left:31.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe823tCZUuzqCnWStcuic8nfE6qlAnDM { width:16.5625rem;height:3.125rem;top:35.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhnKlGMBngqC2LyitXGGDJB15QfcPT8F { width:16.5625rem;height:9.625rem;top:39.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXdqeNwtDh80aLQNpbtBT1tr5Cgos0b6 { width:16.5625rem;height:3.125rem;top:35.8125rem;left:15.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RACPKei9i9ozBQTbfCpA7IiLltR0X4Gz { width:16.5625rem;height:11rem;top:39.625rem;left:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTQSRuNZ7I8XOpbfP6Ecw7MBKwiP1Uc5 { width:16.5625rem;height:6.25rem;top:56.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKP5d4GxgudDeUmnssDh6lTP5rw8bUsJ { width:16.5625rem;height:12.375rem;top:63.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI09y93RbA86fo2SDkLiFTJqD6allRfN { top:54.875rem;left:14.1875rem;width:19.625rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFuZfqQenQIvcrkuqzGrf9TSOtCcSSQp { width:16.5625rem;height:12.375rem;top:62.375rem;left:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4acU7khyWBcwgbBqU8W4v9epvDLXlu9 { width:16.5625rem;height:4.6875rem;top:56.75rem;left:15.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG45h0vihZnlQVLw65zqHrGR7K1w9w9f { top:33.9375rem;left:28.125rem;width:19.625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InhSBztN549q5Tl9F1Jp003gE7pTW0OO { top:48.8125rem;left:28.125rem;width:19.625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9XgRsqXLrixKkiMZ7ahm49SbxQOcFQN { top:63.6875rem;left:28.125rem;width:19.625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #enWnIegDK2xVqXQeiWCF7BdNSe8cELBn { width:16.5625rem;height:4.8125rem;top:36.5rem;left:31.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpp0SuwaI7OSI853GpGqxFhFaLhXspyB { width:16.5625rem;height:4.8125rem;top:51.375rem;left:31.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBHbCNtGXO0xNqk4PZEnvfiTg48WZNQv { width:16.5625rem;height:4.8125rem;top:66.25rem;left:31.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbzFF5MvM4kmoeTPvCU8EgSzeGhl2TdQ { width:16.5625rem;height:4.5rem;top:41.3125rem;left:31.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrpWAW1F3cpX8JRIcE0muwT14mOAKpIx { width:16.5625rem;height:4.5rem;top:56.125rem;left:31.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INE2T79k3q3XmNvq0GFFqRhHFZsKWVhf { width:16.5625rem;height:4.5rem;top:71.0625rem;left:31.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI { display:block; }#mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVcEUbm7JmeBAr8B9sKSRCtGFqVKsa3B { display:block; }#HVcEUbm7JmeBAr8B9sKSRCtGFqVKsa3B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNIEQaXr5dFSIWqP7eQtGz76GU3TeiW9 { width:12.0625rem;height:2.75rem;top:19.75rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkh6PXQTOHU9Q4WbDSlwWwmCq20e8WSx { width:15.625rem;height:13.75rem;top:23.75rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6Cf7xpn5Oo0StNLApF9mwOeHiH2rFRL { width:15.625rem;height:11.25rem;top:23.75rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJgUkNG9DvWTwnsS5d5Krh8xwEExJ2UA { width:7.1875rem;height:2.75rem;top:19.75rem;left:20.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAgI8Q8XCuHfxNxOOzU96VhQl2ZKdwO4 { width:15.625rem;height:11.25rem;top:23.6875rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSf9UlDEcI6WwWTIS7osJ0uUi2aLBFIS { width:15.4375rem;height:2.75rem;top:19.75rem;left:32rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLOhUT2eEhW3ZDyAT7sytOn32mqWUem4 { width:47.75rem;height:6.75rem;top:1.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa6KwJhgf0Vwu8DRxxNw12g2bsSmRfQ1 { top:9.6875rem;left:0rem;width:18.875rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1M0dyWNo7A2KTmyyiUUauRCZcwLr1DS { top:11.6875rem;left:4.4375rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTfXKfc9zK3Aczw08NxvvaTOTTy7B2Tv { top:11.6875rem;left:36.1875rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm0pIWCC8vFApGefpTtqeki41Xbixni3 { top:11.6875rem;left:20.3125rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivJXBpwQhMHGHFFdm7fwfAFykTRNQ2BQ { top:9.6875rem;left:12.875rem;width:18.875rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vni3v2AoyGe57nxNZFsgOne3qPliy1s8 { top:9.6875rem;left:28.75rem;width:18.875rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4kcIGoJAaOdO7SnEl5TfaEJ3fRfROh0 { top:13.625rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6O88xJIXiy3tbaaFWRUb0clXqEwXnIf { top:13.625rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy0kqD1lJxN7zJXOZRpa2bRL00kvlZFL { top:13.625rem;left:38.125rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVmW7Wt1eSTsf9QA17dp5VQ09KTJT3vX { display:block; }#LVmW7Wt1eSTsf9QA17dp5VQ09KTJT3vX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuI8HxVhqF2ga8QFoVhQlE4hLEX6s53U { width:42.0625rem;height:2.4375rem;top:2.875rem;left:2.84375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6NNbpWno8E1hKD3nZahpxgEIbn77nTz { top:6.8125rem;left:0rem;width:27.5625rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3X2rw3hQJyDxqtVJfsySMOVvymhXReT { top:6.8125rem;left:20.1875rem;width:27.5625rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmPBp9ArvhCTO4nSpViJO4v1QyexbhS3 { width:23.9375rem;height:9rem;top:15.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG7Di9XlMAdTZpUFQ7qaF5bfJr5Q12re { width:20.8125rem;height:1.6875rem;top:12.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6MCHGMZXdBdZv3vHEbga0foTepCX0JR { width:23rem;height:1.6875rem;top:12.875rem;left:24.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqiDcDXhdHtHnObIVNn46VtaV3qs2UAM { width:23.9375rem;height:9rem;top:15.375rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMBBwgeEXwElTmZo55ZvMOMSm7Sx2GiT { top:27rem;left:0rem;width:47.75rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Viehdr3NvHBlypp4ltZSmuI7GmqxuZAP { width:43.9375rem;height:4.5rem;top:35.8125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaJHQELiKPhGCrDGdTaKb4FGyg1zHdH8 { width:37.5rem;height:1.6875rem;top:33.3125rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTJMvpWa2mQJvanf9ZBEIFoU2OwmTu7Q { top:43.0625rem;left:0rem;width:47.75rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #alZc2gPFKTmcbei5VUTw3ZZLp30f99r8 { width:37.5rem;height:1.6875rem;top:49.1875rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsKu6vWLza4nDvxAsW03oJL1bFwUmo0X { top:9.0625rem;left:7.84375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkpWe0E0h8QcOTbUETDzlfrBK4qmiOep { top:8.75rem;left:36.46875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilKu2uGLFgLVrzBRNNTwNf23GaGJnEJz { top:29.5rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9U2f66mvE5qEsIlHxSKUBq5gGvIIZMi { top:45.25rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW { display:block; }#EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBfrGqpiLtVHMy7h332dZNgtzFIr6Qza { top:7.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PisaRoyUlEBPTQ2WuBSoiTCeTGeDTlwe { top:10.4375rem;left:0rem;width:29.375rem;height:6.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PETHg7rWAfFohHr3HextElRg67xXT2Tb { top:5.125rem;left:0rem;width:47.75rem;height:66.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8xqHM8kmRA9Mag9ZgXdXhXEATA24GSi { top:2.0625rem;left:28.3125rem;width:19.4375rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9AA91peocSTOr4CSOvXvhd3rfLmUWfT { top:19.125rem;left:0rem;width:29.375rem;height:6.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW60ShJS1hNm31v1PAycUh0rLTlRscli { top:26.9375rem;left:0rem;width:47.75rem;height:9.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TylPTX0d1WsRFua3doDP5vwvl8oKeLZn { top:37.875rem;left:17.125rem;width:30.625rem;height:21.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhhMTvdJMtLt3GJ4mniTxip9lnFrfSbR { top:37.875rem;left:0rem;width:23.5rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIyThTUnHfg4Cd3ETTdpfSrvgQFpksll { top:63.8125rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1uorwS1y9SsRhLrD35y0c9iky0auJwy { display:block; }#K1uorwS1y9SsRhLrD35y0c9iky0auJwy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLnnVvyarX9e2TJToXJTbhDe2DUlMTzD { width:42.0625rem;height:2.4375rem;top:2rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQypJKHOoLkxTaeVpRUXE99HN7koxIIl { width:47.75rem;height:11.375rem;top:5.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnKOzhcp1Qx8aV8bZuWey3pRtflm4FZk { top:18.3125rem;left:0rem;width:43.9375rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6pGT7Sd4OIhf2faAvcWyivQmfDInteu { display:block; }#m6pGT7Sd4OIhf2faAvcWyivQmfDInteu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqOOaPL2Gr98gUVPfIOJitPBlHOQv3bH { top:2.0625rem;left:14.375rem;width:19.0625rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoL6I4Aui8bzfBaRoRSSfHc3Ib9m46BX { top:2.0625rem;left:0rem;width:19.0625rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnDf9TDDmuTsup98JqOLVOoswVBf2bFs { top:9.0625rem;left:0rem;width:16.25rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgaQk6TxuhIfL4Hh2J3AOXmQTAg3n4ZB { top:4.375rem;left:0rem;width:16.25rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5T9F7bEgFHgR7hX2HAvrvCKfPx3HgBl { top:2.0625rem;left:28.6875rem;width:19.0625rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRFdkLpVcM7ShUoaGmoROe3eE7y9cBh3 { top:4.375rem;left:31.5rem;width:16.25rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgQJNQ9hF0fToi6rAzhXnboOBb09gQbz { top:9rem;left:31rem;width:16.75rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQaMx3zAS6qRXLocvTnBMnRzWITvXacK { top:18.8125rem;left:0rem;width:19.0625rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzlFG7QJ7QDLy3VBCRCbvyKCIN65Tn8A { top:25.125rem;left:0rem;width:16.75rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtwUwAKWkHeuJHgQ3Zi97BcQfgOQZXIT { top:21.75rem;left:0rem;width:16.25rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJkUt2EuEF847vClOlUW16O0H65BSDPh { top:18.8125rem;left:14.375rem;width:19.0625rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU8MfoNKIlE4ce8wD7OEf8xmnTRk7WIB { top:25.8125rem;left:15.75rem;width:16.25rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4cGrMNP5fTHvzbrxnEUlf3MeNpkuLpN { top:21.0625rem;left:15.75rem;width:16.25rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWckGTemoMtTPStTEnc1dzrepHVQyFKW { top:18.8125rem;left:28.6875rem;width:19.0625rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcOU0S46lLOVWRbOkvKrAy8SoLpDd9Ch { top:25.8125rem;left:31.5rem;width:16.25rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wisumrNMKIt0q3gDZrenHo93MLC8n6LL { top:21.0625rem;left:31.5rem;width:16.25rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8 { display:block; }#luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKfc7nWbFECKabHgkBqqOadBq9V9Hb2u { top:8.1875rem;left:18.375rem;width:29.375rem;height:56.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQsa2s7QAdcWleE8b5CE4vTg5Saecybl { width:25.875rem;height:40rem;top:20.4375rem;left:21.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCh7id0q3R0p3Z1qXser6WlSuJ1VBTgH { width:17.3125rem;height:1.5rem;top:18.0625rem;left:30.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCkvPAdNihZNOtCFZRbJk66DaTqS47Hx { top:9.8125rem;left:35.6875rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFfrMP55Ca3GQHhNoRPXvIou1T7IzkZs { top:10.125rem;left:36.0625rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXcIUZgP7cEcvC0vuICIhAuQhCeGDFoT { top:8.375rem;left:0rem;width:29.375rem;height:56.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja8eemWxliDTBTs1dc8JOtEsCMViTRCb { width:25.875rem;height:42.5rem;top:20.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAIP0MLK9KNi79l8sIWGQxFHnGJIOXk2 { width:18.75rem;height:1.5rem;top:18.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAtrGeCA0riZtbTrtaTPw7OzzRf8eNJa { width:47.0625rem;height:4.875rem;top:1.375rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfR5kShUFTVrbg0Xg9MgJRc2kcXwK9Wy { top:9.8125rem;left:5.0625rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRTueSZve3RnUUBhdMlJnf13nHJ0dKCK { top:10.125rem;left:5.375rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyESB1qUcl9NlHIbkQc08LxUB8930XlU { display:block; }#cyESB1qUcl9NlHIbkQc08LxUB8930XlU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNJstUCX64xMTBvQD9Tp8PKEaeuoptWQ { width:16.25rem;height:0.9375rem;top:1.625rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ { width:18rem;height:5.0625rem;display:flex;top:6.1875rem;left:13.375rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #Xhhz079PgA5oAChF60b1DQ3bfMXg56d1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #o6pCDbMO5t37i1dTevQhhyioJ77pZhEI {  }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #CkwN7XwKtuoXTg4T0gvzoPJkVqHT4QNV {  }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #fGJmy6BaMsmbbupoG6Igi3mT5BsFrUhU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #kBugAUsJOa4tXc9sHNvgMaRIVhnBO2wZ {  }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #ydbi0amhspGi78UowuSel8UocArkFyR3 {  }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #p35qMehvKIFAdcheFIeZy51NDEGIs8LE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #RUeKtgKFNtAE1soxxQHzLZ3NKP0NAB8G {  }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #ThvOnqs7O6SDSdza9NqTXWXV0z8UkOE7 {  }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #ky02Qd8mwnIoVD7MMQcFZm8VDR9U27Gk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #KzTEZlup9312RIRw910Gq8FVB48wNyBI {  }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #sFxmnpSa0gJAKubyJbwz42NCWUpVJdZu {  }
 }@media only screen and (max-width: 763px) { #ecxKUG9sgg8LdB6oRhEuch1uIKTxmiTp { width:17.6875rem;height:3.4375rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig7OWVTofZK7UvcgwCaPqeMNdgDthTaJ { display:block; }
 }@media only screen and (max-width: 763px) { #NzpWTvb4ZMgods7L9xN38hwgufPA9vDF { display:block; }#NzpWTvb4ZMgods7L9xN38hwgufPA9vDF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APTIFneHuOSPD4m5IdgP5wwn3Gc12zlI { top:0rem;left:0rem;width:47.75rem;height:26.819291819292rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT8smqAfz9qb7TSlX13STE69slMCPqU9 { display:block; }#mT8smqAfz9qb7TSlX13STE69slMCPqU9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgqETLfU9s7NGZF4Nyxcb6xws4NHa2cm { width:37.625rem;height:12.4375rem;top:4.9375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEkhnTEuQ4eH56kMUeLSZS3C7lav0DmU { width:19.5rem;height:2rem;top:7.1875rem;left:16.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLlcoH8lgo96OZIz9UdnQ6EqbR5X94Le { top:2.3125rem;left:0rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEG5p5C0JQZ4HmLZRXkJQylZCXPmp7Sf { width:31.25rem;height:5.4375rem;top:9.75rem;left:16.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9vflRFb3hKmNIp0GuzKdy1Ovh8H2dM5 { display:block; }#C9vflRFb3hKmNIp0GuzKdy1Ovh8H2dM5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMZZOvkB3AMdo7gWZJdO9bLPyvTfNhWS { width:14.5rem;height:1.75rem;top:22.25rem;left:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzClC7yJErhrCaLbqD141FOQ7GfxMM0R { width:28.875rem;height:16.0625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9ONHCAlUlAtDTErOmXcxBMsgKhN7NnZ { width:15.75rem;height:1.75rem;top:22.25rem;left:27.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD0nTGKQe0aSq71ThzWLQ53ig2fA9cFL { width:47.75rem;height:2.4375rem;top:1.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqqMAnqCXy7REMsFgwWIKuVkWUsUsXTN { width:28.6875rem;height:15.9375rem;top:5.1875rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNEsMvJViz8luquSdamgwQnuMhHzJmrA { display:block; }#HNEsMvJViz8luquSdamgwQnuMhHzJmrA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6VBrJw9EITEAyErm3JNOrPTc3HfUR68 { top:0rem;left:0rem;width:30.25rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBmneSI7WsucioSXy8An5onGIATrFKLb { top:0rem;left:0rem;width:30.375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdUq88SP6RzZqiCJt9F3HtkU9AdeoPgn { display:block; }#VdUq88SP6RzZqiCJt9F3HtkU9AdeoPgn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlftNpzazC7rn6XcZ3d2yd2LIT9vMDht { width:41.625rem;height:10.75rem;top:5.125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFWiHBbcCm5FO2gGCwFSD9fdtDQaTSiA { width:37.0625rem;height:8.125rem;top:6.4375rem;left:10.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #quEnPkDlOgSFb9V13W4u8J0ID00wMnmk { width:22.1875rem;height:18.1875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxeJxrzrmId37XeI7kmfHZPDUzHyVSF5 { width:33.8125rem;height:3.4375rem;top:16.8125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #saM9aX2hF1fAz7bQ86zvzh11WMTVSGeF { display:block; }
 }@media only screen and (max-width: 763px) { #Lf1wHTxVSI3JNVyFWT1akgUIRS1FJGL2 { display:block; }#Lf1wHTxVSI3JNVyFWT1akgUIRS1FJGL2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSadqmqzpvIolx5FZeixa8G2ZkEMbrra { top:0rem;left:0rem;width:30rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKqgaPuVoo56dBthGVVXWybOJs305BEV { top:0rem;left:0rem;width:30rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fas5B49fvpm4A0VQasXh2UNLbkPTleAi { display:block; }#Fas5B49fvpm4A0VQasXh2UNLbkPTleAi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bk98POc4PFcUQONXFoDQovB1Z9TxcAo3 { top:5.625rem;left:12.6875rem;width:26.9375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZJNO9FbnMv2y9qKqqwI3WO5vBaT3S93 { top:8.1875rem;left:12.6875rem;width:34.5rem;height:15rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEUpGUxKuI3RdfPgTDk2EHz9Q6hdaQDd { width:43.125rem;height:23.5625rem;top:2.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMTI2vD5BpLyvb1cFua3UcG8zvNZNnI2 { top:4.4375rem;left:0rem;width:13.5625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd { display:block; }#nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0GwdHDrVvOQKBTXOihN4dJEdhEdDpne { width:18.25rem;height:3.75rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCMzK0cnf4bdoVXl2Tm7hpp13GeFVGrM { width:16.6875rem;height:12.3125rem;top:1.8125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpDdTkgtlOdahbA22r6IpaVPOCTfA4k9 { width:16.3125rem;height:16.3125rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMdm6NvGaANyfbXMiPniN7VaEqTWnkKb { width:14rem;height:14rem;top:3rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsR1vACTcT2cyb2QeiVMMGMgvOHktC6G { width:12.5rem;height:12.5rem;top:18.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkvEsrcfDsQzqz6L6hiOSa3L2JptTJVf { width:13.3125rem;height:13.3125rem;top:14.9375rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW { display:block; }#uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zOvrwQAptsGnE6ZMRMfDN5Midhf7Bta6 { width:15.25rem;height:15.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x30abvlDdepu8XFWSIdCqhe9HpOpzG9o { width:17.4375rem;height:17.4375rem;top:1.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn0hBWq0ihOPfcAClityTCbBC6ZRePn7 { width:14.4375rem;height:14.4375rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTCk0RVHi75NM1gvtNPmfmWCl5nOPyTQ { width:15.625rem;height:15.625rem;top:1.25rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5TtGdkDpTEwagBbS5FlouNvpe57rWVB { width:13.4375rem;height:13.4375rem;top:17.625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7W9D6Mrs3KlWc0eKyBiXO6zVLi3oTe8 { width:13.3125rem;height:13.3125rem;top:17.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx7NVvgpS8OngFqgavMSCXToRyVKkBMK { display:block; }#Cx7NVvgpS8OngFqgavMSCXToRyVKkBMK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lvTDhdcrMAKJvIXKW4BFc4wQmeO7lJdT { width:39rem;height:21.9375rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmqyap0auXR1JGncTeim9TzRUPVywtM6 { width:17.1875rem;height:5.625rem;top:8.3125rem;left:30.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #deoUnuWTcxrTH677mFVk0mp6G1FrBbu7 { width:17.625rem;height:2.875rem;top:14.5rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPUDORhrRn5bJbORT3N9NR16DNHo7TOd { width:11.25rem;height:0.625rem;top:5.25rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #keH9CPaFw45kT4zNH5dMQg557vumLkF2 { width:0.625rem;height:11.25rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy { display:block; }#SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gG066fz5Te5AIf1KGEImJMsR953vQoLg { top:7.375rem;left:24.0625rem;width:22.125rem;height:54.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruWRgGpI8uSnWmC5xKTZmoDTTnMf45Xo { width:19.9375rem;height:4.0625rem;top:55.6875rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmNryy1PKuSTTZKdC7gbxbdGc9q1Di7F { display:block; }
 }@media only screen and (max-width: 763px) { #QaClTSssd1FQhPVLerB9AmSlLQ4XfPso { width:16.3125rem;height:3.625rem;top:51.0625rem;left:26.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZOfBbysb6LZIlJs5si9yXZaviyHBrxx { width:16.3125rem;height:3.8125rem;top:46.625rem;left:26.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFO4EUp1COs4DoaZKieI7oWop0whpveq { top:10.25rem;left:1.3125rem;width:20.4375rem;height:48.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0IL8Rqfc2cKpsnG5D4xSsxlGc9uuevF { width:17.75rem;height:3.875rem;top:52.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWwsRJyXopIgyUKldikkn4KTSIUGHmKE { display:block; }
 }@media only screen and (max-width: 763px) { #QUVf7lqpENSbJNxfAdD81hlSU8EA1Msm { width:16.3125rem;height:3.8125rem;top:45.125rem;left:3.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMn0Z95c4J2Kbr06xwEwxedT5qiGRMv7 { width:16.3125rem;height:2.8125rem;top:48.9375rem;left:3.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR29LBf1Xavqmidzi3ad6Oh0HSIMw9Rw { width:16.6875rem;height:3.625rem;top:14.375rem;left:3.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFpBnpmZ4DqODdFtJb2e6CigknXIELBa { width:15.9375rem;height:1.6875rem;top:45rem;left:26.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9Q6STgdRD3GXdoTu7PiE1080PETR0yd { width:16.6875rem;height:4rem;top:11.5625rem;left:26.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqqo08GIJwtoQBIPLvegbI4qPT2VP3T5 { width:16.6875rem;height:23rem;top:19rem;left:3.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSlUkBJRmsztNtNg0gO43uxDKTQwJCfm { width:20.4375rem;height:2.3125rem;top:10.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahkrZkCFwX1osPObORl7tpMAIE7vXfkC { width:20.4375rem;height:1.75rem;top:10.625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2QOWCDh6fa6ntTWD9RcexxyVqn5IqWL { width:22.25rem;height:2.3125rem;top:7.3125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPecvLM2IiMTLVoIKgSGfJEgK5JLTFtS { width:22.125rem;height:1.75rem;top:7.6875rem;left:24.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTdy5WkHV3GrcUpUbF3BpmQp7yxXNFVz { width:47.75rem;height:2.8125rem;top:2.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2hT9msb4Hn9nw4iAdGpUUL2VnmaH9Ps { top:12.0625rem;left:41.71875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #giBxkvMzKIUA3O7CKTwGgAkproAa9e32 { width:15.25rem;height:1.6875rem;top:43.4375rem;left:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfHzAnnl67PZhtCL3EbFoh4T6I3mkwTt { width:16rem;height:26.5625rem;top:16.9375rem;left:26.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qumLzGWWTQK3ckQt1IF7E6okkqSp0WMw { display:block; }#qumLzGWWTQK3ckQt1IF7E6okkqSp0WMw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LP4ThEJx1BdQKDblSDOuqIxPvL3rVnM9 { width:47.75rem;height:4.875rem;top:2.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5OKFIh1EEuUOiD5TQbCSw8fegmGF5NL { width:47.75rem;height:;top:10.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZuGllEs4htF4AZam4DpcaI9Mtx4MmVr { width:47.75rem;height:4.5rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPttuiR1vJ6f6exMeCVWFJqcCnPTFfJS { width:28.875rem;height:13rem;top:15.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkTXfArLwvlhHxO3GxwO1XinTvirOQ6o { width:28.875rem;height:11.625rem;top:15.625rem;left:18.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qivndecIfIn8BXTdt0J4aS8nS5cICgyU { display:block; }#qivndecIfIn8BXTdt0J4aS8nS5cICgyU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9TI3m6rUdop5DnR3hnDKQBtMZqwd42B { top:8.5rem;left:18.625rem;width:28.75rem;height:5.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdbxPyGmyCW6CtZJ2ToqK8cBU9RRJTRy { top:13.875rem;left:18.625rem;width:28.75rem;height:17.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qfcw5G4EUiUOxbmHTa9k9fPFETihZTN5 { width:28.75rem;height:4.0625rem;top:32.375rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTEeTb70Ci5CAx3fkSiDyqvyJo2QrXsT { display:block; }
 }@media only screen and (max-width: 763px) { #frpbPDcJ5Ffgzt5tpCrSD8yATILoBOM0 { width:47.75rem;height:32.75rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLNkE4cmkSyU1VaGkg6slMDNP0lu200W { top:8.5rem;left:0rem;width:21rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyRVx2EclKyurDtRDkDbFEbRMVbtiETt { top:2.5rem;left:39.0625rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHiZT0gxonJO0osXT6J9GsayRgqX0zyI { top:2.125rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha { display:block; }#SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ayGAmBazH8314iShZJaVoTwIDeakDf9P { top:2.375rem;left:0rem;width:29.75rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #APBQN88SUhna7IV1uzfX8XhJZEIqsLcy { top:6.4375rem;left:0rem;width:28.6875rem;height:20.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4ipMSIgcDw5g2A50iapWt0Scr4wHxtt { top:2.375rem;left:20.875rem;width:26.875rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf { display:block; }#aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIGOdgXpvCUnPlOhCW3g11Ql47cdQugv { top:0rem;left:1.5rem;width:44.75rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8cwWmutDqx4m2szPngd0lygtt0Mbmfy { display:block; }#p8cwWmutDqx4m2szPngd0lygtt0Mbmfy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OB75835sL1nKxi42QwGzTm24lhGbXlPV { width:47.75rem;height:2.4375rem;top:2.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRqak0aJNFnM8LnMzhpQCoO18xxtBlxU { width:47.75rem;height:15.75rem;top:6rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLBwf0uiBCGkksPwek0ObffTG7im3c9t { width:19.25rem;height:3.625rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwzvBTicXR10nJB4m56CZSN21W1ouxGI { display:block; }
 }@media only screen and (max-width: 763px) { #K7XFf2U6Mo9FBaVWXbVgNQyM67nrowKl { display:block; }#K7XFf2U6Mo9FBaVWXbVgNQyM67nrowKl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fc3SdFZTxC96FaPmXzPCZp3ScAqctcFG { width:21.625rem;height:4.375rem;top:1.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHMZEXaWT526trNAdQBFFh6whGxqssef { width:1.5625rem;height:1.5625rem;top:3.375rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXzHGcOMfCdu8XXLzFU5LtvhaAB1Jb1x { width:3.125rem;height:3.125rem;top:2.5625rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbJ8lbJeSZM5Q9a3csZ5a6TAuRGHH7DO { width:28.375rem;height:5.5rem;top:1.3125rem;left:19.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzOlJp1Gde6554tD69gXzqLyrrlyVM2i { display:none; }
 }@media only screen and (max-width: 763px) { #XwtlLOah5HH2rE5J1Dd1KEAJ5hW5RZvU { display:block; }#XwtlLOah5HH2rE5J1Dd1KEAJ5hW5RZvU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnKtyPLhgnOw7RF0O64T3wAXuV76gFLX { width:22rem;height:4.375rem;top:1.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osEBMqI4FFCBscxoZ4QSCkpOCLKgFzgL { width:28.375rem;height:5.5rem;top:0.8125rem;left:19.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfmi2A7O1MegB31k6lAZcegmRmDuJ4wr { width:3.125rem;height:3.125rem;top:2rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk6KNVe9EbUX1ehTWDdFf39KuxRxhMmy { width:1.5625rem;height:1.5625rem;top:2.8125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzsdJGdN4Qtn2pqf97KGFO0fxNKtiGq2 { display:none; }
 }@media only screen and (max-width: 763px) { #XnTl27iyagwPpuuS02rrrNJuUETTwkzH { display:block; }#XnTl27iyagwPpuuS02rrrNJuUETTwkzH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKZF4NMM47SIuSTAdAUPNztkFC9Pswh0 { width:25.6875rem;height:4.375rem;top:3.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLB0dlKAtTULiPNSqvnk3flNHzNSrH7d { width:28.375rem;height:8.25rem;top:1.625rem;left:19.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJdmMFBriUTdP0DBLN9bM5Dt0Wr6tQoB { width:1.5625rem;height:1.5625rem;top:4.625rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZzo2Xd9DoShM9aRXZef6tNhcDyS0mnJ { width:3.125rem;height:3.125rem;top:3.8125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTCSPnDA9Owtg79FQCivKtIKvwJ0w0eQ { display:none; }
 }@media only screen and (max-width: 763px) { #FmNTcVpOcSIayixv35gMUXEqLC3vFoVt { display:block; }#FmNTcVpOcSIayixv35gMUXEqLC3vFoVt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USBrQrqFCWsUU6QUiV3HgVSDp2K13dTs { width:25.6875rem;height:4.375rem;top:1.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqWT032AqcquLUxst8ILoRVPQrFmpEuG { width:28.375rem;height:4.125rem;top:1.625rem;left:19.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VviPBsOo6mP2GXIiOVoeoH5LQVP5UpAp { width:3.125rem;height:3.125rem;top:2.1875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsqVK4kuh0rofa2TRQcdWKg7pdgcyxTl { width:1.5625rem;height:1.5625rem;top:3rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR7F5kshnHxsIGzoUgrIHOgl109PnMwD { display:none; }
 }@media only screen and (max-width: 763px) { #t5uIbOuTox6D0p1RXTMTNs6IgFTS5I0J { display:block; }#t5uIbOuTox6D0p1RXTMTNs6IgFTS5I0J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xh14aRT49SnQZcH5bvDZLIETEmgbrPJF { width:23.6875rem;height:4.375rem;top:2.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6brQJhD4wFxPpigSAgZntsmRrNHBpsW { width:28.375rem;height:6.875rem;top:1.3125rem;left:19.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuTkK7O796kxEcbFzUuyXoVE4EJoZDtV { width:1.5625rem;height:1.5625rem;top:4rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVpmHQsrN62AglmgTTf00VRMC817odUy { width:3.125rem;height:3.125rem;top:3.1875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckli490ecEo8PwKbIwdH9mILZ224b5kL { display:none; }
 }@media only screen and (max-width: 763px) { #WrlIsRgPQuqH7UClDm6F8qawprInx1Hz { display:block; }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqdRSKD3tzEkgy1TWE4z2QaOVcJH1NFn { width:4.1875rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9HoOEdrxO77Ilaoob7B28tlAbrctzBK { width:13rem;height:1.125rem;top:1.5625rem;left:29.67421913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdBOlRozB9vc4nnESukFklbfwAHGmxXq { display:block; }
 }@media only screen and (max-width: 763px) { #BIDky0oMycUPnfm2e2DAzEernNHxd26I { width:11.25rem;height:2.4375rem;top:0.875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4b9Cyi2qWtwkq4UaEwiQqTDliAyCrGK { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0 { position:relative;z-index:auto;display:block; }#ExUCl4BXFpPRymPo2m5HyAgQuMAUmcZ0 > .row .container { width:20rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIXnB8BzrL0HSDs800O0BR09Jab8wmK8 { width:15rem;height:1.6494125rem;top:0.9375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M { width:18rem;height:5.0625rem;display:flex;top:4.9375rem;left:0.9443359375rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #bkS7uzk9WyTRTVOWp79wInH3KTEbCo0r { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #RoFHb68Q1wAiTPegECrzUvZB7KeSLCEG {  }
 }@media only screen and (max-width: 763px) { #cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #t5SJUTuJzqgEfRHFl3ETTKl70Zh8Wosb {  }
 }@media only screen and (max-width: 763px) { #cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #hSzhhJd8segd5kXI1GyDpCA3tOWZQZwp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #OXmqaCw4tFG0HpMrKo3Ab6eU31afh0tb {  }
 }@media only screen and (max-width: 763px) { #cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #wXRNBWGxXqyFQ0JE5mKwii9nlOoinPsk {  }
 }@media only screen and (max-width: 763px) { #cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #lJDDcxCtfB5ixAQmRxeKgTe7wkGH2sNH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #r8wQrnhWvcZUgOfD2eHwNlCnp31ytpiu {  }
 }@media only screen and (max-width: 763px) { #cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #TSkLQNQ2Gn1MRoy6n462ae7Vluu1IdAs {  }
 }@media only screen and (max-width: 763px) { #cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #Uy15DIUTsHzhS1qSuxyAL31DikJDVmmP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #sIrXQ4QCnTcHFT1dUTQWAhdA5TlFKbFB {  }
 }@media only screen and (max-width: 763px) { #cM4tK5vPlGVDGQG7C8ro6T40KCX6Xu6M #SbXFtZRIyLTawdPGwik7rKEUOVFhLoJd {  }
 }@media only screen and (max-width: 763px) { #XTUrfEW2xD0pIp3ew9h13R4gOdz9fpEn { width:15.4375rem;height:3.4375rem;top:11.0419921875rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fx0l2CNnawLkWa6OJC1pbrbkObWSFxxd { display:block; }
 }@media only screen and (max-width: 763px) { #dXCnzSDV8XXLcdE7CkfuernBtpKJPsDy { display:none; }#dXCnzSDV8XXLcdE7CkfuernBtpKJPsDy > .row .container { width:20rem;height:19.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b1ohIebpTodd41WgJJ4XVD8I3aV9Tdrq { height:10.75rem;width:19.25rem;top:7.1875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfKBBmkTb15DzXeJiZgkHUfmDuTCoNng { width:19rem;height:4.5rem;top:1.625rem;left:0.5rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf { background-color:#f5f0ed;background-image:none;display:block; }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row .container { background-color: transparent; background-image: none; }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row .container > .video-iframe-container { display: none; }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row > .video-iframe-container { display: none; }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .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); }#v2gqudrO4kQIT5qWZqg31tmSQTZnOAyf > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgTK0e6lvVIs4yFpVPTayfTFnoJoBQrG { width:17.375rem;height:3.75rem;top:4.6875rem;left:1.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nnrr8e8xbkg32sTvTxMX9XJVfSbPRyby { width:14.0625rem;height:2.76171875rem;top:1.25rem;left:2.96875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zm2bs8IHbHzaLmK3UNLDCobLqUTOdVnp { width:19.6875rem;height:20.625rem;top:23.9375rem;left:0rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #FkzHqZK1i2rLSABbyuAc81pUsOGrkyEJ { width:17.8125rem;height:8.3965rem;top:10.1875rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lPuXtJhX8b2B6On5ADnE1UGVtKwmcxlr { width:20rem;height:10.25rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4QhOfl38B6ecDhgbUBQMEViCrJ3y5Sz { width:19rem;height:2.6875rem;top:20.3125rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #io7JAsq2JLokDznGfk3JiKxKVWWdGndx { display:block; }
 }@media only screen and (max-width: 763px) { #KybUEVOX28QHH3cDVNe9giwZPh4fHt3P { width:20rem;height:1.7921146953405rem;top:27.3125rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG { display:block; }#nEcQTfZmqTT5ycz8rTN9Cb0ebRgCOZHG > .row .container { width:20rem;height:101.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hw8Rvytl74bS0nFNpiV4b0QngmLPHhe1 { width:20rem;height:98.8125rem;top:1.25rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #cOb10GmcwKaLNvEvuMdNs65M60UtAIZT { width:18.0625rem;height:4.62890625rem;top:2.3125rem;left:0.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyEQrViW9klo1kfvZPQrAdEsfFs2fdw8 { width:16.875rem;height:0;top:7.125rem;left:1.5625rem;font-size:1rem;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #WGxonaxcv2vT3RxO199FoLkaQrHXmWwL { width:18.75rem;height:13.9375rem;top:34.53125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMutavCA7m46iFybMVQ2FkvISm7C2Ax2 { width:10.9375rem;height:2.76171875rem;top:8.5rem;left:4.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWMft9PDqNk6v6hurCDVWHNslc1SuTXb { width:16.375rem;height:9.75rem;top:11.6875rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndbIzlJJiRToTts1TPkxfD7UlhHBPm75 { width:18.75rem;height:11.25rem;top:22.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXkGLh81ZtbaEOin2rPTr2sOwd8GmUlP { width:16.75rem;height:2.76171875rem;top:50.25rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nipQpODMd4Qla8sWQR17JUZgZMLy5LD1 { width:16.25rem;height:12.1875rem;top:53.6875rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQPgnnbN7ceISwfPTyt28wK3gH96Sy2N { width:18.75rem;height:17.6875rem;top:49.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMqqAw7RIDZMlnMBvMy5WHrt2GVQn1Az { width:16.3125rem;height:6.09375rem;top:26.9375rem;left:1.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BXKTaMcsIkR6umelLJSyyyreF2PpNqKq { width:12.6875rem;height:2.76171875rem;top:23.75rem;left:3.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkf9T7KyUTddJgN85QJDlvHc1TExEsUt { width:18.75rem;height:14.9375rem;top:83.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r75QWao3KN0chJz6vHr5raHhBV3TgR8k { width:16.8125rem;height:10.96875rem;top:86.6875rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ZFqn9I0kWhSvhmTZdyaXSiLJol1Tam { width:18.75rem;height:15.8125rem;top:67.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNtlKUDhptkD8IgV06bMGUtAsnMT23CC { width:16.5rem;height:8.53125rem;top:38.9375rem;left:1.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mdECR1fnmdXP2Qtk0rv7w8EuTtIKAuZI { width:16.5625rem;height:1.3808625rem;top:84.6875rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBlMIeClmREm2D5RyaQ5oR6VDTZEzvT5 { width:16.4375rem;height:2.76171875rem;top:35.75rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFIFXogZ7lIKx55QxkUORKL3twdvd45B { width:18.75rem;height:14.5rem;top:7.6875rem;left:0.625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #TcVbg07BtZQpIiu9OnvoRCno9WGvOUPK { width:14.8125rem;height:2.76171875rem;top:68.125rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3qzUMLwXxKdpkx720JpNIN5pFL7gblN { width:16.375rem;height:10.96875rem;top:71.4375rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/843652cc-fce8-408c-ad09-5482ef87f0e2/IMG_4192_dosieci.crop_1351x1365_697,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362.adaptive-delivery-prevent-bg, #uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362.lazyload, #uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362.lazyloading { background-image: none; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row .container { background-color: transparent; background-image: none; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row .container > .video-iframe-container { display: none; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row > .video-iframe-container { display: none; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .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); }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row .container { border-width: 0; border-radius: 0; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uyGhFC6rHG6SqsiCDVOmqg4Eomo0Z362 > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l5TmkD6v4r6L5rFyaLDQ8oB3vJOdScx8 { width:20rem;height:4.875rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwoHzzsx1tHWXd1QIGUfchzZAO1vxClN { width:20rem;height:26.25rem;top:7.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { width:17.4375rem;height:16.9375rem;top:2.1875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { width:17.25rem;height:30.378875rem;top:20.375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DshsCR9roEFSmqTcDWrmrUxqDveWT4Pr { width:20rem;height:52.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIoJX7URWGvXJ4GKRezmus6LgVJL442a { display:block; }#BIoJX7URWGvXJ4GKRezmus6LgVJL442a > .row .container { width:20rem;height:86rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9c5OSGWum21nxiudPbKSWnTiWoWddKz { width:18.125rem;height:4.875rem;top:0.9375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cXlaLLvDZ3xsPuQ1bkrwXVwwvGqoQ6Wy { width:20rem;height:12.5rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5VU6UXRUKAMWTh7zZaDVyflc25F3IbO { width:16.75rem;height:2.76171875rem;top:7.3125rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5CEC4eZNghGNmvhvImw9IknOsU0ns56 { width:19.0625rem;height:5.19921875rem;top:10.625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEwqyNS8q3PUFDhPM6yuoTIwJmavxyrW { width:20rem;height:11rem;top:45.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXVmp869fpzHAMVhgZESho4nOLg0nOs2 { width:16.1875rem;height:3.8994125rem;top:49.0625rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISyrTJx57l5J0TrNOulT9TrrXT0QTATV { width:16.8125rem;height:1.3808625rem;top:47.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFLROsc9LDp3JkDF1fyaKy4Ck42u24R1 { width:20rem;height:12.9375rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzy5DEHOTIOscul3lP7UR37wCAeMM3qH { width:18.5625rem;height:6.499rem;top:22.625rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvNOA8LT7sSXHwGIScrcSCTAwXkPLXBC { width:16.0625rem;height:1.3808625rem;top:20.4375rem;left:1.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQVt5KhbabDdTMc6VpqqXxrR9Ff1Xnaq { width:20rem;height:14.3125rem;top:57.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r50otEAIhU2nk93Wn6VJnMhJ4M9GTdrO { width:16.9375rem;height:1.3808625rem;top:58.5rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtuhATwtSMCoAwPzwlqdqFygLgBHCGHW { width:15.9375rem;height:6.499rem;top:60.625rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBlIrvB6UpcqkfCfyBpQdQG8fzDcRNFG { width:20rem;height:12.5rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKvOQytpz08BT4cDTOtK7wdNTz57BTeC { width:17rem;height:5.19921875rem;top:35.9375rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tbFMLyRo7XGezBPyODGFcmwh9pF9TUE6 { width:16.5625rem;height:1.3808625rem;top:34rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFrHPBkFb8l13xdUyoSlwPkuGCpy0Gbr { width:20rem;height:12.5rem;top:72.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9JeD3dhU9FrtAqJVy5hSLlsThQENBxe { width:17.625rem;height:1.29980625rem;top:16.5rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2tHuhCwTUzH61xeggxBru506TUSwtC3 { width:17.625rem;height:1.29980625rem;top:30.125rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX8FmDTW9DF8cFNFTvOvpkNm7958uiwv { width:17.625rem;height:1.29980625rem;top:54.4375rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7mKHVZNAC4IzJ7pe1iP6TcSy77wFfHT { width:12.5625rem;height:2.5996125rem;top:68.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsbMTzMBcXRCKZy4R0LCpfaFd6WDfapt { width:13.625rem;height:2.5996125rem;top:42rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM { display:block; }#MXl1TIDlkkIUmNQCx2G4nsW7NGtZorAM > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLxlZE3a1Cbk5B1OxCzwBDtM025WgKKs { width:20rem;height:11.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1 { display:block; }#pD7EIaTheJBs7VFN6mcgTFqXXEBdzct1 > .row .container { width:20rem;height:104.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gr01GKTT5z88MNPTyfASTFoD7O9p3xTI { width:18.8125rem;height:3.25rem;top:1.25rem;left:0.59375rem;text-align:left;text-align-last:left;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Jd1JCIXyIq88yEM1veA65hXMQ7Ipi6OO { width:18.75rem;height:28.9980625rem;top:5.1875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ablqFRVT2cDlGqTnkTuLnH5yLx5rCNix { width:18.75rem;height:17.9511875rem;top:42.0625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F7V6cDSMQxyHp748XKhT6wxOddnxVInH { width:16.8125rem;height:3.0859375rem;top:38.3125rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #u5tl6mqEeSRuXCmbQf8ANRrdQ9w6kqFE { width:18.75rem;height:16.5703125rem;top:67.375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ngmdbfn5g05defgTFtueBMrToF6b7Dw5 { width:13.5rem;height:3.0859375rem;top:64rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VskVKIv8OUpLA9TSRN8rLA6cI5tTAiJN { width:20rem;height:2.662109375rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo6mNPeiloRTZJTAqh3drhVTP1imysu4 { width:20rem;height:2.662109375rem;top:61.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #woxaBLWzTbFQMUq8si44UXVRzg2cS3fM { width:8.0625rem;height:8.0625rem;top:95.4375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTwHnGCb4F27Mt17SB8SHUeFhXkBv2NQ { width:5.125rem;height:2.125rem;top:97.8125rem;left:6.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NGi43f4sVaXCBesWPcPpBtnZzsutvsJ5 { width:16.625rem;height:1.54296875rem;top:88.0625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #g4Usn2XVHzTzGpNBeB39T8R93TrxZCnv { width:18.75rem;height:2.76171875rem;top:90.125rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ctaHTvHxhJfugnJKJp76XT7E9dtXzn1z { width:20rem;height:2.662109375rem;top:85.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx { display:block; }#SHnGLBKuTyMHt3ZCSo3iLysDByWTIXvx > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2CM4trcLB9fziyT8doFcDS4bKzH6pNn { width:19.25rem;height:3.5rem;top:1.0625rem;left:0.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dD1QUyZ44WLLZNbKIXLZ1LAbXBZ38Edv { width:20rem;height:10.411125rem;top:4.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #szmNAKJQROB38kS720a0K6vRzElWMSB9 { background-color:#62575f;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; }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row .container { background-color: transparent; background-image: none; }#szmNAKJQROB38kS720a0K6vRzElWMSB9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row .container > .video-iframe-container { display: none; }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row > .video-iframe-container { display: none; }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .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); }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row .container { border-width: 0; border-radius: 0; }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szmNAKJQROB38kS720a0K6vRzElWMSB9 > .row .container { width:20rem;height:74.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDswJIxVdP986OzeJVSyWHfBQTqPW8oP { width:7.5rem;height:1.21875rem;top:2.6875rem;left:6.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:inter;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #q5vTwneEFZFxA6xmR3tEUo3X4fEvuNJ8 { width:20rem;height:70.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz9KQTAPRzw9OZumTtIfHLbeMWxnONx5 { width:17.25rem;height:4.875rem;top:4.5625rem;left:1.375rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #wXEpKiJwbK3RV5uGvrBFm4GWgmRTVAOA { width:14.3125rem;height:2.75rem;top:10.4375rem;left:2.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuk4H2NhKZX3bHmH3TkRwef1b10oGVBu { display:block; }
 }@media only screen and (max-width: 763px) { #Zfr1H3xFdInTIboQGTL51KDCpFAq2vf1 { width:20rem;height:45.75rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4IcF5RoIx3TZCnc2DP9u5UaO53GcO7s { width:18.5rem;height:11.125rem;top:17rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUm1rOslTMh9P7n2r75GrmwUGnGCPEf1 { width:17.5rem;height:29.25rem;top:29.375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yUg41aCQ5rSlPhRgSp3PIHG8rtzJIDPG { width:15.75rem;height:2.125rem;top:14.125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqtCNiHyTM7ubbBapvSzKsrywfAu61Ci { width:20rem;height:0.0625rem;top:59.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDODHJkN42gQ8Qw7MllQMQcgBnhwZKWS { width:17.5rem;height:1.29980625rem;top:60.25rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VTfpfMNym1QoW79c7A1GOxeL7DPcSWSx { width:1.75rem;height:1.6875rem;top:67rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy0Cep0do4xZ2fCJPogkg8042ToLolwT { width:16.25rem;height:3.65625rem;top:62.4375rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #O0GBAvQ81I9U0uTaslaFVc2ReBiqF0RX { width:16.25rem;height:4.875rem;top:67rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rtvtpXAp2zuAimguRvXx6EZcmkXmeR6T { width:1.75rem;height:1.6875rem;top:62.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9yueFbgQDR45fVlvtVv2IbO3QocIShk { background-color:#62575f;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; }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row .container { background-color: transparent; background-image: none; }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row .container > .video-iframe-container { display: none; }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row > .video-iframe-container { display: none; }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .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); }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row .container { border-width: 0; border-radius: 0; }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z9yueFbgQDR45fVlvtVv2IbO3QocIShk > .row .container { width:20rem;height:97.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J64CltoLBuIILZZTr5sx9chKUqXv3O4k { width:9.875rem;height:1.21875rem;top:2.875rem;left:5.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:inter;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #N0SdLMgpwzckNe1ecvzBShgLeL4MWQSr { width:20rem;height:71.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H20oUUvHDTxScozJtVuLz7kzmo1koNO4 { width:17.875rem;height:3.25rem;top:4.375rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #yJTN2BeJDLJg7HcWxFwrc9MbT8O2KWkn { width:14.3125rem;height:2.75rem;top:8.625rem;left:2.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld4qxlSCAGFR5kUhdW5KruGT5EIm9Bf7 { display:block; }
 }@media only screen and (max-width: 763px) { #eNubVfia2yMmK0wnDEbEIdmtfnA0SCXs { width:20rem;height:70.3125rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5ynDGBz4U1Sv12WBs5e7nWkEygDRZZB { width:18.5rem;height:11.125rem;top:15rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CehzgIRRPAno4oqtBK6oy3OmH109s5gT { width:17.5rem;height:9.75rem;top:27.53125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TIn5FGIIxhrZ1svbbkeBobPTDp7ypDhO { width:15.75rem;height:2.1875rem;top:12rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfeuaPIVfI1OP10FVXBsBaxl46yEkE7W { width:20rem;height:0.0625rem;top:37.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSWNFlzOM1Zknv1pKggCAKvgNomp32cJ { width:14.125rem;height:2.5996125rem;top:38.8125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aXbqEMoUmPFcTUWfSu5L2i1Ve6Rl8VHO { width:1.75rem;height:1.6875rem;top:42.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EStC0TeLMf89eCfqCwHMVqVrllmdTh3C { width:15.4375rem;height:3.65625rem;top:42.5625rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xBc2NEtVA4hqNXzV0Sr3C4QiOpTOV3B7 { width:15.4375rem;height:3.65625rem;top:46.875rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QxHQ5lPmGIeaRMbfDxqyea7nkptdro7T { width:1.75rem;height:1.6875rem;top:46.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGsiecNEa5aG2uP0BzCuDktuPSosroCi { width:16.25rem;height:3.65625rem;top:51.0625rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ERIZGKiq2NTHfXsrw4qSuoA3Ospa2wWT { width:1.75rem;height:1.6875rem;top:51.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0lsR1o0zRGEcwXw66kmdJiOVmp6RM23 { width:17.5rem;height:1.29980625rem;top:55.75rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KGziGcqeJHOm4TwTHKIAo9dvSksyzrfb { width:17.5rem;height:7.875rem;top:57.625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NLG9rcZ6RrImz7N9d0ccgkPmvZp5Hh4m { width:17.5rem;height:1.29980625rem;top:76.75rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iODJlkTHq5g9ACEp1NoIJRLaNJTa3y7u { width:17.5rem;height:15.75rem;top:78.6875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CeevHoQKePMyzZCwxA99FHV6qTd66SU7 { width:17.5rem;height:9.1875rem;top:66.1875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sduEQ570G94Jg9oRaxmcSRec43BmQdGU { background-color:#62575f;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; }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row .container { background-color: transparent; background-image: none; }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row .container > .video-iframe-container { display: none; }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row > .video-iframe-container { display: none; }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .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); }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row .container { border-width: 0; border-radius: 0; }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sduEQ570G94Jg9oRaxmcSRec43BmQdGU > .row .container { width:20rem;height:80.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DS3DRGDkqATXFgiMuQRBvLi0XL72nVEh { width:12.125rem;height:1.21875rem;top:3rem;left:3.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:inter;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #q72GmtzbTcyI0S71U9QbQlobiNcv7fly { width:20rem;height:28.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eko0oaa0rIdqmFgGagyvRu8seTZX84iV { width:18.6875rem;height:4.875rem;top:5rem;left:0.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #VEQbpaHcoJANpwrPCIiMAOsMEbR7EFqG { width:14.3125rem;height:2.75rem;top:11rem;left:2.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkG9dAc0qoTq4w5ldmwx1d8cBco7JFDN { display:block; }
 }@media only screen and (max-width: 763px) { #tsOhJTHg3KIaTMfwUio1fGL7UZ5DrB6z { width:20rem;height:51.875rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W13qMJAuTMM2Qqip5WoAnODErkE4Zqb1 { width:18.5rem;height:11rem;top:17.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJVTP4Z4WZJmTI48R322mbhhXClwMUm3 { width:17.5rem;height:20.71875rem;top:29.375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Mkuhl20yIznTPnr208UdWTnkwJiH7Vvi { width:15.75rem;height:2.1875rem;top:14.5625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD6D0PprlPHfapfpkSXPETQSGU41Cvu7 { width:20rem;height:0.0625rem;top:50.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIRom0uqb8mKmPnxHKZfukWJoeSecHt8 { width:17.5rem;height:1.29980625rem;top:51.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #StDcPrwF7rmICrF16AzlOTIZ2KBnsTqy { width:1.75rem;height:1.6875rem;top:62.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXlSnOst3TbnnuRyGWlfhaKSzeZIsl7T { width:11.9375rem;height:3.65625rem;top:53.875rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dH7lapWT6bUoK110fahv46kcqBWL772T { width:16.25rem;height:3.65625rem;top:58.25rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cJ6KhiwawlVlK6DzKNvUiSaIfRqcWFwK { width:1.75rem;height:1.6875rem;top:66.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoCG8vsHA0FRBCyctSUlA9wLuuXq3OeW { width:1.75rem;height:1.6875rem;top:70.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OADB9gcL01Meb9uTnKysZqHTL9rnwpHF { width:14.9375rem;height:3.65625rem;top:62.4375rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UCdNn6wDN8TxZsiUc5uvZNtiZUhgkmd0 { width:1.75rem;height:1.6875rem;top:53.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QimF0yuMZoMKGGcMEsufZN6ZGglHXic8 { width:15.625rem;height:3.65625rem;top:66.6875rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZZam2Ebe2QXzse9ZQeBB2cLlgLnCtUT6 { width:15rem;height:7.3125rem;top:70.9375rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mwPWhIl3e9FZVwAxDa1Wc3i5IUVCbFgq { width:1.75rem;height:1.6875rem;top:58.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwEy3cwID0G8SzDW64wsxndmv9T9vgCh { background-color:#62575f;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; }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row .container { background-color: transparent; background-image: none; }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row .container > .video-iframe-container { display: none; }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row > .video-iframe-container { display: none; }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .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); }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row .container { border-width: 0; border-radius: 0; }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xwEy3cwID0G8SzDW64wsxndmv9T9vgCh > .row .container { width:20rem;height:81.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8nD6BP8FcwsqqnVk5BP4L17Ne79phJ6 { width:9.25rem;height:1.21875rem;top:2.8125rem;left:5.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:inter;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yxgg5lz2vqLTGrcv9V2fTJrEx4dwfBnL { width:20rem;height:26.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCOgSlUX7PTdSnog1ZZp4eMs9rXFigvT { width:11.125rem;height:3.25rem;top:4.75rem;left:4.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #yQkLn0pforiK2fofkCxfFx3AoIESwTqn { width:14.3125rem;height:2.75rem;top:8.9375rem;left:2.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmfqB3eGDV6KF0hwef0URu7JvhtbLbGD { display:block; }
 }@media only screen and (max-width: 763px) { #comZ2f6Qr0ApwmBLkS1TZB8V4t1JiTHc { width:20rem;height:54.75rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxkIQH7QoaOcon2JqRIBQLNE3hB8UfVX { width:18.5rem;height:11.125rem;top:15.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s71qHSCDsoTmBdOOK9aun1n6V9D14BP7 { width:17.5rem;height:8.53125rem;top:27.3125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rMhcHF9w7p7UWk7Zf3M7UEcHwo1qkG2x { width:15.75rem;height:2.1875rem;top:12.5625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOgogx1gm54uiUbIpG0EFn6ZlakPP5WX { width:20rem;height:0.0625rem;top:36.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXGLWEckNJrsnG3T5VveRh7gJuQ345qp { width:13rem;height:2.5996125rem;top:37.625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TDWo24aaTAMcws4JMbs1bODwnyPn8lM3 { width:1.75rem;height:1.6875rem;top:45.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO4rSXKQLlsANZlFOvUe4zCBnWwTTLHb { width:14.3125rem;height:3.65625rem;top:41.125rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tgsErIpcDM6zAOTf1nZOwNinHiEfATcI { width:15.0625rem;height:2.4375rem;top:45.3125rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IbliiLPctEglZ0benxVPLluKAGnKR1BX { width:1.75rem;height:1.6875rem;top:48.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbHq00OHgUPr5aLOfayl0N1rN6b6ha5R { width:16.25rem;height:3.65625rem;top:48.3125rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TzBBfSbnPAQoDIgIQkQ3eIdMuK19T377 { width:1.75rem;height:1.6875rem;top:56.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0v8sNWStgsDLBRiwOFeItieSl8zAUnV { width:1.75rem;height:1.6875rem;top:41.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMZ3Afat4v9aEOwlCeBr7e2sXG94JmA1 { width:14.625rem;height:3.65625rem;top:52.5rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f9hyi7ggTJbUFHHbdTP7UbFIa7MeuBkJ { width:1.75rem;height:1.6875rem;top:52.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzpvKlw84SUlC9TTNld1cURu7tU7aG4t { width:14.0625rem;height:3.65625rem;top:56.6875rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WZsTueL3VGgdGiPbZdayVSg73uZyAua5 { width:17.5rem;height:1.29980625rem;top:61.6875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mCLgCQaUDgAPe9N5CLTdTlHEhappVhGi { width:17.5rem;height:6.09375rem;top:63.5rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rQne9ylcHwdl0w9zIrdlttqMKnR1zITi { width:17.5rem;height:8.75rem;top:70.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K236WS96RtRVBFWTCHPcas9G924rITGZ { width:15rem;height:6.09375rem;top:71.90625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ { background-color:#62575f;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; }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row .container { background-color: transparent; background-image: none; }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row .container > .video-iframe-container { display: none; }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row > .video-iframe-container { display: none; }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .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); }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row .container { border-width: 0; border-radius: 0; }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3hV6N2c0FvLqTTIynqFnodDOPHeFirQ > .row .container { width:20rem;height:74.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #au1Z4MWuhS4XK6iy9k2k3XQk3yiFhn78 { width:10.75rem;height:1.21875rem;top:2.8125rem;left:4.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:inter;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hqByGgWbu3CZMr9WLDql28E1SDaKFTH3 { width:20rem;height:25.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TseKnqW4XwQczFwaUbBqmmKb7EcoPadC { width:16.375rem;height:3.25rem;top:4.5625rem;left:1.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #IQ3P5hCo8PTeVdLde0HbQuhz2iBrRLAi { width:14.3125rem;height:2.75rem;top:8.5625rem;left:2.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNqDS941uuVntFsMLhPHqLNeTloJHUdT { display:block; }
 }@media only screen and (max-width: 763px) { #WlqGerdlL8TKokFmX0AWTV3ZGguFvDln { width:20rem;height:48.3125rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzl2POmSLiiew2UGAhrfkgJw0FDy9uXR { width:18.5rem;height:11.125rem;top:14.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNya29LFbrmNGAtKQMJbWDX440cyVQpA { width:17.5rem;height:10.96875rem;top:26.625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kiKSKn4Q3UnvA8FimXRBVGleIiElyIhZ { width:15.75rem;height:2.1875rem;top:11.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHE8bxKBG5TteyzDaSBBnFG8Uac3wfLy { width:20rem;height:0.0625rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTXuy9fRtS9JfCvprTt6QsLmWz4QFC9D { width:13.25rem;height:2.5996125rem;top:39rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TQw7xG7wZz7xHzdRe7c7IIbSvO438RQn { width:1.75rem;height:1.6875rem;top:50.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxJpXA7sBoegLrQKKOV1943Zh140QJ2H { width:16.25rem;height:3.65625rem;top:42.0625rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mHbCxKTJDJ2WRTTBqddtn4zv2LQ4szZL { width:1.75rem;height:1.6875rem;top:60rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWW2OQrHvTXFe7XTiGzo6mDGJJ6DK5h4 { width:16.25rem;height:3.65625rem;top:46.25rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lWNGhR00TpUN7fW0ZL96UrGD7Pk0aeDm { width:1.75rem;height:1.6875rem;top:54.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUKSTiqiBoXVLNvBNzTuqmmAZX4kLU7N { width:14.8125rem;height:3.65625rem;top:50.375rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #y9yfEXSpdmdUhZozOUgeEX36X1vakEbI { width:1.75rem;height:1.6875rem;top:42.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZa1aSw0TLO0vH1ZALEfspXTvr3Upa4X { width:16.25rem;height:4.875rem;top:54.5625rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CXJ5fq9RF4fdNG9FzBQRe4cggVlrFbBs { width:1.75rem;height:1.6875rem;top:46.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCWTUKcIk0v0p3wTnbmlxb2dIAEZTRpK { width:16.25rem;height:3.65625rem;top:60rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #O0xbnkzkMRzW8ufwqSJ4QuHVbUtcHTbJ { width:17.5rem;height:1.29980625rem;top:64.4375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iWlFUaaxH1DX6MpQVXTzn4avSJefM7tE { width:17.5rem;height:6.09375rem;top:66.125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XuQpqD1XHywDzrrD2BRLo7DK8D7JJuT8 { background-color:#e1cdd3;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; }#XuQpqD1XHywDzrrD2BRLo7DK8D7JJuT8 > .row .container { background-color: transparent; background-image: none; }#XuQpqD1XHywDzrrD2BRLo7DK8D7JJuT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuQpqD1XHywDzrrD2BRLo7DK8D7JJuT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuQpqD1XHywDzrrD2BRLo7DK8D7JJuT8 > .row .container > .video-iframe-container { display: none; }#XuQpqD1XHywDzrrD2BRLo7DK8D7JJuT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuQpqD1XHywDzrrD2BRLo7DK8D7JJuT8 > .row > .video-iframe-container { display: none; }#XuQpqD1XHywDzrrD2BRLo7DK8D7JJuT8 > .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); }#XuQpqD1XHywDzrrD2BRLo7DK8D7JJuT8 > .row .container { border-width: 0; border-radius: 0; }#XuQpqD1XHywDzrrD2BRLo7DK8D7JJuT8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XuQpqD1XHywDzrrD2BRLo7DK8D7JJuT8 > .row .container { width:20rem;height:71.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPVQ7JKAEsPlLX3HVSoxKZ6zkn4Fs4Q7 { width:10.5rem;height:1.21875rem;top:2.4375rem;left:4.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:inter;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MM3TdlofqB3CDcJMT0ww9GfMLTridpxx { width:20rem;height:23.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJPcR41m0m2O8Ibbi4Odltb6LgpqUkEa { width:13.8125rem;height:1.625rem;top:4.1875rem;left:3.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #spM6hVWnEiIJsTDyuNWpom5LpInXWLWz { width:14.3125rem;height:2.75rem;top:6.5rem;left:2.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLz5PRFT7ok3bsdElUPu6uVayaNsO04W { display:block; }
 }@media only screen and (max-width: 763px) { #OBt3vl2CsmVaVa2brSchyc3w9SV7sdRt { width:20rem;height:47.9375rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiFGqaKXExD3gNEKJyLmtocg2W4KkM0a { width:18.5rem;height:11.125rem;top:12.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF84hFCTuToIGGdQaDafWlzpGLM56uZF { width:17.5rem;height:7.3125rem;top:24.5rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Dh2IDTugvBBZwfQTTF5rU7u88HzCJwSg { width:15.75rem;height:2.1875rem;top:9.8125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fut17aQmuEIkAf0JBbfOohSNhJkS0OKl { width:20rem;height:0.0625rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyzHp7H8FtxkqNyl016W4bmDiorsyCT4 { width:13.9375rem;height:2.5996125rem;top:33.21875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T02t2yugVnrhezZQxC6n68uzZzpp9tD7 { width:1.75rem;height:1.6875rem;top:44.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeNJtLpOPTvHVtqpWsxPvnpZ9MkIwOmE { width:13rem;height:3.65625rem;top:36.375rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rqgAgbx7Nf4og6sdwlOnKJBU1y4dI2ax { width:14.25rem;height:3.65625rem;top:40.5rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #B15umsXiruhalp6FgvlGx7oFANCHnwMm { width:1.75rem;height:1.6875rem;top:48.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDzXEeC2NkikJgB4buoV2NQNwVtFy9M7 { width:12.75rem;height:3.65625rem;top:44.625rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gwtmqqiG7qET2F66UtZgUDGztfngbdQb { width:1.75rem;height:1.6875rem;top:54.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkERQXKJ9KZ6082KgzdE8TbWhWtMaRts { width:1.75rem;height:1.6875rem;top:36.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiRiDVUOo5gqkdi638ikG52xrdpioyKI { width:13.6875rem;height:5.19921875rem;top:48.875rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #epJR0epbhxkZlspERMX15DAdDrgmKDuq { width:1.75rem;height:1.6875rem;top:40.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBHAGK6gc6IGKh6OGtPNK2Ki2r0KuatL { width:16.25rem;height:3.65625rem;top:54.5rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #y4e92yGEdgHdSGB8DKAIeMlWXdoNaenk { width:17.5rem;height:1.29980625rem;top:59.3125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ds3EBdHS8alpxQQ4wTCFoGpuUkNWgei3 { width:17.5rem;height:8.53125rem;top:61.125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mH5NB5cfxeukQ3DaM3rMEmrLr1rOuP5Q { background-color:#e1cdd3;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; }#mH5NB5cfxeukQ3DaM3rMEmrLr1rOuP5Q > .row .container { background-color: transparent; background-image: none; }#mH5NB5cfxeukQ3DaM3rMEmrLr1rOuP5Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mH5NB5cfxeukQ3DaM3rMEmrLr1rOuP5Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mH5NB5cfxeukQ3DaM3rMEmrLr1rOuP5Q > .row .container > .video-iframe-container { display: none; }#mH5NB5cfxeukQ3DaM3rMEmrLr1rOuP5Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mH5NB5cfxeukQ3DaM3rMEmrLr1rOuP5Q > .row > .video-iframe-container { display: none; }#mH5NB5cfxeukQ3DaM3rMEmrLr1rOuP5Q > .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); }#mH5NB5cfxeukQ3DaM3rMEmrLr1rOuP5Q > .row .container { border-width: 0; border-radius: 0; }#mH5NB5cfxeukQ3DaM3rMEmrLr1rOuP5Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mH5NB5cfxeukQ3DaM3rMEmrLr1rOuP5Q > .row .container { width:20rem;height:115.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfFK0Cv9dEN9TWrnHM9qHV86VJIgW6Z2 { width:10.25rem;height:1.21875rem;top:2.5625rem;left:4.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:inter;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gUy2yyJGwieq74vV3TTaGvWgypzTGCve { width:20rem;height:28.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln3SoRHfomoGKmPvKthy0NEfym1G76R3 { width:14.375rem;height:6.5rem;top:4.3125rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #a0wHGvEuiyzBJqn4OyulEVK792yQsNR2 { width:14.3125rem;height:2.75rem;top:11.71875rem;left:2.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSTlmyOWJPEz3CWHIwgVcqobg8CWbI3E { display:block; }
 }@media only screen and (max-width: 763px) { #gabyxgowobtnxzWflMEVssTX7i5fKnFC { width:20rem;height:85.8125rem;top:28.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPm806WOVGvflw7oXcZHZkXPmhQUoQ5d { width:18.5rem;height:11.1875rem;top:18.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcBc07MlihWx83aSwiOP3ewArwDgVR8I { width:17.5rem;height:6.09375rem;top:30.75rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TtwmS77r4vwI1M1TxFtkZBoTKO9LauL2 { width:15.75rem;height:2.1875rem;top:15.125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3MJk85z6O74fIX1RrszCi2tpeVEddTI { width:20rem;height:0.0625rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgQ93L1RbJ8GJn6g6N728VlgwwWaBuTU { width:14.6875rem;height:2.5996125rem;top:38.5625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gRCGKvU8rzeI5PM9dVakzBJKDU920g0V { width:1.75rem;height:1.6875rem;top:41.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKvrpQ8n2a4UkTGJLTPOELH2WtLiauQi { width:13.9375rem;height:3.65625rem;top:41.6875rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bDylwPzJg7HQIB0IkuQoCIpMidyBInFT { width:1.75rem;height:1.6875rem;top:50.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfbmzFNpUDhw1kCvbHReame9tnfaZ70e { width:14.125rem;height:3.65625rem;top:46rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qhTsVdoAT86RXNtx8UqcxzBnkvZO567b { width:1.75rem;height:1.6875rem;top:54.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddGVtt74ogSOobtKzCaFS11GDBi5TORR { width:14.5625rem;height:3.65625rem;top:50.125rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #e0IwEFKmJPv6kKVTLnzcLKvwQ27i1yAB { width:1.75rem;height:1.6875rem;top:93.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfd0CHW814H9bXAzXu3UqGTs3zb0tnWp { width:14.8125rem;height:2.4375rem;top:54.25rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ftpDo729Vic4tL24kF6xpNHozA7uhks6 { width:17.5rem;height:1.29980625rem;top:58.0625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tZSQO3iVkUEcm0yDTXmz9Ihe1bOVqr2x { width:17.5rem;height:9.1875rem;top:59.875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WKeATarFdIlqwF4z8KT5JeNb7LEUhqfc { width:17.5rem;height:9.1875rem;top:69.875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WZpdeFIfNZ9dysmnuftzp79dT6fb3pnL { width:20rem;height:0.0625rem;top:80rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzTzeoqTC1ITvwJCoifova5ya3JHVXbB { width:20rem;height:0.0625rem;top:86.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4GZC9OT9NHDWOAOPBhFPGTRM69v5Kyx { width:17.5rem;height:4.875rem;top:80.9375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mgVFR1s9ON0RUI8zC0s2G0SEtVlr5Utr { width:17.5rem;height:1.29980625rem;top:87.5625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rrenTiTyhh49FUV8PFW1cfWRXDNl6fTs { width:1.75rem;height:1.6875rem;top:97.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDkadkubCsDf8n9NSxvDyVm1qTTskHQ0 { width:1.75rem;height:1.6875rem;top:89.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0iv4ur61C6FlJK3V8XlQNw8FHq6KE64 { width:14.1875rem;height:3.65625rem;top:89.4375rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #boh0Q8Gz8QmWdRVZQdSbt39dFI3Hc3CE { width:12.1875rem;height:3.65625rem;top:93.5625rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zcdJUnuBlUspyw8u8sTH4qoUFhRWs5Vm { width:1.75rem;height:1.6875rem;top:46rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaSmivJez9uJnQyMJ3AO2QLgH25OP0fq { width:13.6875rem;height:2.4375rem;top:97.75rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KrMTgS8QLqCUkChcUykZh4B1bwTAFHQa { width:17.5rem;height:1.29980625rem;top:101.15625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PnVHdKWeKe38LTS8nDyVppOANZbNoVQx { width:17.5rem;height:2.625rem;top:110.34375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RhVcPhpkCcifbgoerR51WSnM2A3NZXuA { width:17.5rem;height:6.5625rem;top:102.90625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wGiPxwf5uy8uU6k7h94iiN2IZPdH36v4 { background-color:#e1cdd3;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; }#wGiPxwf5uy8uU6k7h94iiN2IZPdH36v4 > .row .container { background-color: transparent; background-image: none; }#wGiPxwf5uy8uU6k7h94iiN2IZPdH36v4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGiPxwf5uy8uU6k7h94iiN2IZPdH36v4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGiPxwf5uy8uU6k7h94iiN2IZPdH36v4 > .row .container > .video-iframe-container { display: none; }#wGiPxwf5uy8uU6k7h94iiN2IZPdH36v4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGiPxwf5uy8uU6k7h94iiN2IZPdH36v4 > .row > .video-iframe-container { display: none; }#wGiPxwf5uy8uU6k7h94iiN2IZPdH36v4 > .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); }#wGiPxwf5uy8uU6k7h94iiN2IZPdH36v4 > .row .container { border-width: 0; border-radius: 0; }#wGiPxwf5uy8uU6k7h94iiN2IZPdH36v4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wGiPxwf5uy8uU6k7h94iiN2IZPdH36v4 > .row .container { width:20rem;height:85.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZ4WgbBRTw4E9PGhdiLnZNH3LGhNmDxt { width:9.3125rem;height:1.21875rem;top:2.625rem;left:5.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:inter;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sBl7kCDkP5xJW8vMHAnrGUsqC8yynJ49 { width:20rem;height:26.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlGDmq7i69MhVG8ZdpagnTNDB8dpFR64 { width:14.6875rem;height:3.25rem;top:4.4375rem;left:2.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #lh9E0xeqTn4fSN1UJoqFuHN3zBkPAkNC { width:14.3125rem;height:2.75rem;top:8.4375rem;left:2.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4T5Q6w0NNKTvHtNbB8oeksrmWFJLXLU { display:block; }
 }@media only screen and (max-width: 763px) { #KWKNAowTX50J4Bnu3JT9keo399opwlTF { width:20rem;height:59.25rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTENPVcX7SH3fSSvuXlUGHpiowbbrCfM { width:18.5rem;height:11.125rem;top:14.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRTTB3lXsc3G2fblBNrqxZT7oTI2t6lU { width:17.5rem;height:17.0625rem;top:26.5rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tyfm0LAVz3csToNtXwbMafDTWDRIZpoW { width:15.75rem;height:2.1875rem;top:11.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBrTbFFD9ihAfwzAarOPvl8nhiJBTlok { width:20rem;height:0.0625rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqT1RXL6iJ5oRR3rA0ehCMD5HiBJrK84 { width:17.5rem;height:1.29980625rem;top:45rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l07VatTbJEoGTwXdaG0urCZAMlglf5Sg { width:1.75rem;height:1.6875rem;top:46.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXyAgJibHtWP3kgkZIXKuyaRUibelIVz { width:14.1875rem;height:3.65625rem;top:46.9375rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bvqC0RHHCqi3c2bCpnSmQr0Pod6iOTAh { width:13.625rem;height:3.65625rem;top:50.875rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Feu7N5PVXWooCJKkssrNbfrVJkIIaCzW { width:1.75rem;height:1.6875rem;top:50.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0X2RMTmJKTS3dO05o1IKXZgdXteTgPl { width:14.8125rem;height:4.875rem;top:55.0625rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VIh6v2OIgHEKXpCpRTKHTc2wtTrLTkPi { width:1.75rem;height:1.6875rem;top:55.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu0m532J7i1IcQ7Nz5P3h5sT7hVk16Mm { width:1.75rem;height:1.6875rem;top:60.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6ze2zJ7vAOrobd8y3OSlXNdxJD7Lkm7 { width:15.0625rem;height:3.65625rem;top:60.375rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TANTWz5dzT9mOc0N5FM58s76KWXqCvak { width:1.75rem;height:1.6875rem;top:64.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNG84QllzoDxLvh9FtCv37l9GFpPiIMU { width:14.6875rem;height:3.65625rem;top:64.5rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F0Z065CRy64EXZpRkik4vu9QDbssKgKx { width:1.75rem;height:1.6875rem;top:68.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgApSwNigE8dJDFm2731oIVL3LSWC1BZ { width:16.25rem;height:3.65625rem;top:68.8125rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EpVDX5yeC8z1kykTU0nTFAJDVJEO7gdg { width:17.5rem;height:1.29980625rem;top:73.75rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mlhebRNzZS0FC1T9ptWvUct2V1469xsl { width:17.5rem;height:7.3125rem;top:75.625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MelhPHIVukkLVhpCazDmtAH3bN2VfnHa { background-color:#e1cdd3;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; }#MelhPHIVukkLVhpCazDmtAH3bN2VfnHa > .row .container { background-color: transparent; background-image: none; }#MelhPHIVukkLVhpCazDmtAH3bN2VfnHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MelhPHIVukkLVhpCazDmtAH3bN2VfnHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MelhPHIVukkLVhpCazDmtAH3bN2VfnHa > .row .container > .video-iframe-container { display: none; }#MelhPHIVukkLVhpCazDmtAH3bN2VfnHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MelhPHIVukkLVhpCazDmtAH3bN2VfnHa > .row > .video-iframe-container { display: none; }#MelhPHIVukkLVhpCazDmtAH3bN2VfnHa > .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); }#MelhPHIVukkLVhpCazDmtAH3bN2VfnHa > .row .container { border-width: 0; border-radius: 0; }#MelhPHIVukkLVhpCazDmtAH3bN2VfnHa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MelhPHIVukkLVhpCazDmtAH3bN2VfnHa > .row .container { width:20rem;height:75.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8BfQg7Zq1MTD5BQ1sVpEdTWitIAg2Cd { width:7.9375rem;height:1.21875rem;top:2.4375rem;left:6.03125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:inter;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BBddswR0Ww3M3hVJ5OTzhN9Ir862xMgX { width:20rem;height:25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrROiAOqc6d3rHPpM00oH0M0JO46MSXU { width:15.625rem;height:3.25rem;top:4.0625rem;left:2.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #ZF1daMHmJoZJKXilR2TsuKp9n2qDNIIf { width:14.3125rem;height:2.75rem;top:8rem;left:2.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVkcMwkmTwoKuvHyNJ0bIhah3Fm6Osq9 { display:block; }
 }@media only screen and (max-width: 763px) { #e2SNdPPHOTz7BVUoXRbsORdZqGkm2aTi { width:20rem;height:49.3125rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU4zRRaH0fvQLHnK0uTPnRvFdQaSkKsG { width:18.5rem;height:11.125rem;top:14.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #edD729yghpVL7V779EcgRxvvq939BRD1 { width:17.5rem;height:8.53125rem;top:26.25rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ww6OiVvSuBgleWerdv5dzxwMqEsHrcd2 { width:15.75rem;height:2.1875rem;top:11.5625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcsyL8yKxdizWzyeda2MboRexFDo8ZKL { width:20rem;height:0.0625rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUDnTBHelqgIomLEIbfFJE5TK9MC28xe { width:15.25rem;height:2.5996125rem;top:36.1875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZHnCtmmIZvUDTeXMWFfv4XsbGlsvXXvE { width:1.75rem;height:1.6875rem;top:43.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykLANK2TSCa56Lvz3xkpT94NW7RZm5Jo { width:16.25rem;height:3.65625rem;top:39.375rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Jhlm3qSyth0uN763azTBgdZw3J6UWWRy { width:1.75rem;height:1.6875rem;top:51.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCDcrwBFIqcFVxcPnC6LkFNHRTNx70s7 { width:16.25rem;height:3.65625rem;top:43.5rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gBzPuqNdxzdubqU2Ik2FqCJBsCSU8qqX { width:1.75rem;height:1.6875rem;top:39.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD5zAIiv4ueB8iBIgEdTr4Qbd9NdGdQu { width:13.0625rem;height:3.65625rem;top:47.625rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TmtwJ6TkOOvnDQyFqkdQsD6qxMXl6uTD { width:1.75rem;height:1.6875rem;top:47.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyLVZ7odruv7aVDcwPfVyDKU9WVq0Lpn { width:13.625rem;height:3.65625rem;top:51.8125rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yM5nCXzvf4BitZnEuOGkpe2EbKqskZBp { width:17.5rem;height:1.29980625rem;top:56.6875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kHBq4CByZyb3aiA4ntFEe3hSN04uurHk { width:17.5rem;height:3.9375rem;top:68.625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GDtTMhLU5yMNKzkZD5FkvTbsWEC1J8v7 { width:17.5rem;height:9.1875rem;top:58.625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wOH7KS0E9gb5JFnLSvD1wBpgQ08wmgtT { background-color:#e1cdd3;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; }#wOH7KS0E9gb5JFnLSvD1wBpgQ08wmgtT > .row .container { background-color: transparent; background-image: none; }#wOH7KS0E9gb5JFnLSvD1wBpgQ08wmgtT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOH7KS0E9gb5JFnLSvD1wBpgQ08wmgtT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOH7KS0E9gb5JFnLSvD1wBpgQ08wmgtT > .row .container > .video-iframe-container { display: none; }#wOH7KS0E9gb5JFnLSvD1wBpgQ08wmgtT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOH7KS0E9gb5JFnLSvD1wBpgQ08wmgtT > .row > .video-iframe-container { display: none; }#wOH7KS0E9gb5JFnLSvD1wBpgQ08wmgtT > .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); }#wOH7KS0E9gb5JFnLSvD1wBpgQ08wmgtT > .row .container { border-width: 0; border-radius: 0; }#wOH7KS0E9gb5JFnLSvD1wBpgQ08wmgtT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wOH7KS0E9gb5JFnLSvD1wBpgQ08wmgtT > .row .container { width:20rem;height:77.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gyNbnX5HTnv1Q4LQqZ0a01UnZcq1tlnZ { width:9.3125rem;height:1.21875rem;top:2.3125rem;left:5.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:inter;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UsLzXleJm9ePWxye1hiNvOOvR3Hoa8PL { width:20rem;height:22.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtdzgQfzVZh1JbtXrWJ8GNE2WbeM8qBF { width:15.5625rem;height:1.625rem;top:4.0625rem;left:2.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #CTZQlNnuE58T7E49HL8v7m5iGJuGhppT { width:14.3125rem;height:2.75rem;top:6.3125rem;left:2.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3yPvRE8VS00bdrSW0EPLPzrXyMAf5Hv { display:block; }
 }@media only screen and (max-width: 763px) { #wpwOAmuUW9d4kpV3g7mcefIWJoKoTKd0 { width:20rem;height:52.6875rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq4nDvfdcdFTRLTdORFC076CElf5fJl5 { width:18.5rem;height:11rem;top:12rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5cWqDRDLK1ZTsbgRZPCiPgUHQRTLbx1 { width:17rem;height:10.96875rem;top:24rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sE413nAcatocMnXMQZ6RcT1xaulchmls { width:15.75rem;height:2.1875rem;top:9.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #riIoyBXVkw9H9mEFNTgzpotc2d1hmVGr { width:20rem;height:0.0625rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqvUI97zLAWHST4ofNN1G31qxx3MFXIL { width:15.0625rem;height:2.5996125rem;top:36.6875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bIEnGw8SK0kgzt3pwRJi8uHaclOCvhmK { width:1.75rem;height:1.6875rem;top:43rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAwGSmUSxt0RzkNtRemGzsPUJJhWQ0LT { width:14.8125rem;height:2.4375rem;top:40rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qQLtHK8EE0RLkhuRna3EHmwMUZqPq9SD { width:15.4375rem;height:2.4375rem;top:43rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WTRhCeRV063EsGKZH1uGL4FgQugfaEbf { width:1.75rem;height:1.6875rem;top:50.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtCd3EpJNwAKR7a211P3vm1QJy85TelX { width:1.75rem;height:1.6875rem;top:39.96875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvMTIpVGMO38J2yaZMHTDaXG90rhfFBq { width:16.25rem;height:3.65625rem;top:46.0625rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Nglk5RE8LfyL6iyNIBv9nK162bsVd91z { width:1.75rem;height:1.6875rem;top:46.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5KxO2MAUqS5K1Txa3OmZ7NDcbtnArDh { width:14.4375rem;height:3.65625rem;top:50.25rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fgz1ApFN3bbIrnBXVllTPd8ayNmTmzRu { width:17.5rem;height:1.29980625rem;top:55.125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ttN5Z73wWQdndMUKVXORab7ORdzbaD7h { width:17.5rem;height:2.625rem;top:57.125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SHg0mPJN6ftxTldy1BJV2ibvZyOwiQBv { width:17.5rem;height:2.625rem;top:60.5rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EAQF38NthmSZl1T8vRvacc23Cv9H9Pwt { width:15.625rem;height:7.3125rem;top:65.5rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KG9obVt6z2uvixBI4pV6FpGT3ryTM6MU { width:17.5rem;height:9.375rem;top:64.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c05nvXzDAfgXEvqNhn0PslPRHTziUn3r { display:block; }#c05nvXzDAfgXEvqNhn0PslPRHTziUn3r > .row .container { width:20rem;height:182rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6Xi6XgEAfv19qurPnXGXr2UQirauw4x { width:18.1875rem;height:4.875rem;top:1.25rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOLDbFJgPtQLl5TsSixu0av6eg0fMaVX { width:18.0625rem;height:5.94921875rem;top:6.75rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SHLUBh4uBKv3ZrclvF1pI3wJsKWX0sSq { width:18.75rem;height:18.75rem;top:13.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRB3av7gR3PlteUGttTrJ9VEOwenyx5z { width:18.75rem;height:15.625rem;top:32.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuRIwlq5PBCv7dsr2bVOcwOuJQUvRdRx { width:18.75rem;height:18.75rem;top:48.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeUdmC7q08C4rvNAvUFOH8sgwv854Cdm { width:18.75rem;height:16.25rem;top:68.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTrbmUUGFQ8cPH4BhwZW0bB0tOqGJIxx { width:18.75rem;height:21.875rem;top:126.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOiVS6tBVpBCc7LPyqnO7JBSqsExi7gk { width:18.75rem;height:18.75rem;top:85.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnIEACLNOobH48rFiM6Da5NRmpVVBrX9 { width:16.5625rem;height:11.1953125rem;top:19.75rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te250Cffzseh5Hgp2F0w8FMHgqcitnLA { width:16.5625rem;height:4.72265625rem;top:14.4375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHCMR30Vq6wyFtZe5ZCQSAcW21nK1svf { width:16.5625rem;height:3.1484375rem;top:34.5rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAQ8uEtzERUh321be9Z8GD9gcVXFffch { width:16.5625rem;height:8.3965rem;top:38.3125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUnuMGvStTQ0aozoxWpNcTDJzTkOfT9v { width:16.5625rem;height:4.72265625rem;top:50.875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPU2eVkT3BAlagrc1hT9rNqmsCrCdMe3 { width:16.5625rem;height:9.795875rem;top:56.1875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe823tCZUuzqCnWStcuic8nfE6qlAnDM { width:16.5625rem;height:3.1484375rem;top:69.875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhnKlGMBngqC2LyitXGGDJB15QfcPT8F { width:16.5625rem;height:9.795875rem;top:73.6875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXdqeNwtDh80aLQNpbtBT1tr5Cgos0b6 { width:16.5625rem;height:3.1484375rem;top:87.375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RACPKei9i9ozBQTbfCpA7IiLltR0X4Gz { width:16.5625rem;height:11.1953125rem;top:91.1875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTQSRuNZ7I8XOpbfP6Ecw7MBKwiP1Uc5 { width:16.5625rem;height:6.296875rem;top:127.5625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKP5d4GxgudDeUmnssDh6lTP5rw8bUsJ { width:16.5625rem;height:12.59475rem;top:134.5rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI09y93RbA86fo2SDkLiFTJqD6allRfN { width:18.75rem;height:20.625rem;top:104.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFuZfqQenQIvcrkuqzGrf9TSOtCcSSQp { width:16.5625rem;height:12.59475rem;top:111.8125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4acU7khyWBcwgbBqU8W4v9epvDLXlu9 { width:16.5625rem;height:4.72265625rem;top:106.1875rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG45h0vihZnlQVLw65zqHrGR7K1w9w9f { width:18.75rem;height:10rem;top:149.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InhSBztN549q5Tl9F1Jp003gE7pTW0OO { width:18.75rem;height:10rem;top:159.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9XgRsqXLrixKkiMZ7ahm49SbxQOcFQN { width:18.75rem;height:10rem;top:170.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enWnIegDK2xVqXQeiWCF7BdNSe8cELBn { width:16.5625rem;height:2.79980625rem;top:150.4375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpp0SuwaI7OSI853GpGqxFhFaLhXspyB { width:16.5625rem;height:2.79980625rem;top:161.125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBHbCNtGXO0xNqk4PZEnvfiTg48WZNQv { width:16.5625rem;height:2.79980625rem;top:171.75rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbzFF5MvM4kmoeTPvCU8EgSzeGhl2TdQ { width:16.5625rem;height:4.5rem;top:153.1875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrpWAW1F3cpX8JRIcE0muwT14mOAKpIx { width:16.5625rem;height:4.5rem;top:163.8125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INE2T79k3q3XmNvq0GFFqRhHFZsKWVhf { width:16.5625rem;height:4.5rem;top:174.5rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI { display:block; }#mE4nMEIPg9OEKqrtEITT5lfLD5orN5CI > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVcEUbm7JmeBAr8B9sKSRCtGFqVKsa3B { display:block; }#HVcEUbm7JmeBAr8B9sKSRCtGFqVKsa3B > .row .container { width:20rem;height:81.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNIEQaXr5dFSIWqP7eQtGz76GU3TeiW9 { width:12.25rem;height:2.76171875rem;top:17rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkh6PXQTOHU9Q4WbDSlwWwmCq20e8WSx { width:16.4375rem;height:12.99805rem;top:20.3125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6Cf7xpn5Oo0StNLApF9mwOeHiH2rFRL { width:17rem;height:9.098625rem;top:45rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJgUkNG9DvWTwnsS5d5Krh8xwEExJ2UA { width:16.8125rem;height:1.3808625rem;top:42.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAgI8Q8XCuHfxNxOOzU96VhQl2ZKdwO4 { width:15.3125rem;height:11.69825rem;top:66.9375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSf9UlDEcI6WwWTIS7osJ0uUi2aLBFIS { width:16.125rem;height:2.76171875rem;top:63.5rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLOhUT2eEhW3ZDyAT7sytOn32mqWUem4 { width:18.3125rem;height:7.714875rem;top:1.3125rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa6KwJhgf0Vwu8DRxxNw12g2bsSmRfQ1 { width:18.75rem;height:24.375rem;top:9.9375rem;left:0.625rem;background-color:#e1cdd3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #n1M0dyWNo7A2KTmyyiUUauRCZcwLr1DS { display:flex;width:5rem;height:5rem;top:11.4375rem;left:7.5rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #WTfXKfc9zK3Aczw08NxvvaTOTTy7B2Tv { display:flex;width:5rem;height:5rem;top:57.625rem;left:7.5rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #Lm0pIWCC8vFApGefpTtqeki41Xbixni3 { display:flex;width:5rem;height:5rem;top:36.75rem;left:7.5rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #ivJXBpwQhMHGHFFdm7fwfAFykTRNQ2BQ { width:18.75rem;height:20.1875rem;top:35.125rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vni3v2AoyGe57nxNZFsgOne3qPliy1s8 { width:18.75rem;height:23.375rem;top:56.1875rem;left:0.625rem;background-color:#e1cdd3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #s4kcIGoJAaOdO7SnEl5TfaEJ3fRfROh0 { display:flex;width:3.125rem;height:3.125rem;top:37.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #m6O88xJIXiy3tbaaFWRUb0clXqEwXnIf { display:flex;width:3.125rem;height:3.125rem;top:12.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Dy0kqD1lJxN7zJXOZRpa2bRL00kvlZFL { display:flex;width:3.125rem;height:3.125rem;top:58.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #LVmW7Wt1eSTsf9QA17dp5VQ09KTJT3vX { display:block; }#LVmW7Wt1eSTsf9QA17dp5VQ09KTJT3vX > .row .container { width:20rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuI8HxVhqF2ga8QFoVhQlE4hLEX6s53U { width:18rem;height:4.0625rem;top:1.3125rem;left:1rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #J6NNbpWno8E1hKD3nZahpxgEIbn77nTz { width:18.75rem;height:18.125rem;top:6.375rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #k3X2rw3hQJyDxqtVJfsySMOVvymhXReT { width:18.75rem;height:20rem;top:25.34375rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EmPBp9ArvhCTO4nSpViJO4v1QyexbhS3 { width:16.25rem;height:9.098625rem;top:14rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG7Di9XlMAdTZpUFQ7qaF5bfJr5Q12re { width:17.5rem;height:1.3808625rem;top:12rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6MCHGMZXdBdZv3vHEbga0foTepCX0JR { width:13.625rem;height:2.76171875rem;top:30.875rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqiDcDXhdHtHnObIVNn46VtaV3qs2UAM { width:16.25rem;height:10.3984375rem;top:34.25rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMBBwgeEXwElTmZo55ZvMOMSm7Sx2GiT { width:18.75rem;height:19.125rem;top:46.03125rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Viehdr3NvHBlypp4ltZSmuI7GmqxuZAP { width:16.25rem;height:9.098625rem;top:54.8125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaJHQELiKPhGCrDGdTaKb4FGyg1zHdH8 { width:17.5rem;height:2.76171875rem;top:51.4375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTJMvpWa2mQJvanf9ZBEIFoU2OwmTu7Q { width:18.75rem;height:8.4375rem;top:65.96875rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #alZc2gPFKTmcbei5VUTw3ZZLp30f99r8 { width:17.5rem;height:2.76171875rem;top:70.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsKu6vWLza4nDvxAsW03oJL1bFwUmo0X { display:flex;width:3.125rem;height:3.125rem;top:8.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #hkpWe0E0h8QcOTbUETDzlfrBK4qmiOep { display:flex;width:3.75rem;height:3.75rem;top:26.5rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #ilKu2uGLFgLVrzBRNNTwNf23GaGJnEJz { display:flex;width:3.125rem;height:3.125rem;top:47.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #l9U2f66mvE5qEsIlHxSKUBq5gGvIIZMi { display:flex;width:3.125rem;height:3.125rem;top:67.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW { display:block; }#EvdlbGMLyRhLadgDSv0lUoeLPn5BHKDW > .row .container { width:20rem;height:114.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBfrGqpiLtVHMy7h332dZNgtzFIr6Qza { width:8.25rem;height:4.5rem;top:8.4375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PisaRoyUlEBPTQ2WuBSoiTCeTGeDTlwe { width:17.5rem;height:9.1875rem;top:13.8125rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PETHg7rWAfFohHr3HextElRg67xXT2Tb { width:20rem;height:104.375rem;top:7.5rem;left:0rem;background-color:#e1cdd3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #z8xqHM8kmRA9Mag9ZgXdXhXEATA24GSi { width:8.875rem;height:10.625rem;top:2.1875rem;left:9.5rem;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #y9AA91peocSTOr4CSOvXvhd3rfLmUWfT { width:17.5rem;height:7.875rem;top:23.875rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xW60ShJS1hNm31v1PAycUh0rLTlRscli { width:17.5rem;height:18.375rem;top:32.75rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TylPTX0d1WsRFua3doDP5vwvl8oKeLZn { width:17.5rem;height:27.5625rem;top:71.375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vhhMTvdJMtLt3GJ4mniTxip9lnFrfSbR { width:17.5rem;height:17.875rem;top:52rem;left:1.0625rem;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gIyThTUnHfg4Cd3ETTdpfSrvgQFpksll { width:17.5rem;height:9.1875rem;top:101.25rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K1uorwS1y9SsRhLrD35y0c9iky0auJwy { display:block; }#K1uorwS1y9SsRhLrD35y0c9iky0auJwy > .row .container { width:20rem;height:33.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLnnVvyarX9e2TJToXJTbhDe2DUlMTzD { width:18.75rem;height:2.03125rem;top:2rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQypJKHOoLkxTaeVpRUXE99HN7koxIIl { width:17.5rem;height:23.90625rem;top:4.625rem;left:1.25rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NnKOzhcp1Qx8aV8bZuWey3pRtflm4FZk { width:20rem;height:2.5625rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6pGT7Sd4OIhf2faAvcWyivQmfDInteu { display:block; }#m6pGT7Sd4OIhf2faAvcWyivQmfDInteu > .row .container { width:20rem;height:100.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqOOaPL2Gr98gUVPfIOJitPBlHOQv3bH { width:18.75rem;height:15.5rem;top:17.6875rem;left:0.625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #IoL6I4Aui8bzfBaRoRSSfHc3Ib9m46BX { width:18.75rem;height:15.8125rem;top:1.1875rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gnDf9TDDmuTsup98JqOLVOoswVBf2bFs { width:16.25rem;height:8.3965rem;top:6.6875rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xgaQk6TxuhIfL4Hh2J3AOXmQTAg3n4ZB { width:17.1875rem;height:2.76171875rem;top:3.25rem;left:1.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n5T9F7bEgFHgR7hX2HAvrvCKfPx3HgBl { width:18.75rem;height:15.8125rem;top:33.875rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oRFdkLpVcM7ShUoaGmoROe3eE7y9cBh3 { width:16.25rem;height:4.142575rem;top:35.375rem;left:1.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GgQJNQ9hF0fToi6rAzhXnboOBb09gQbz { width:16.25rem;height:8.3965rem;top:39.9375rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZQaMx3zAS6qRXLocvTnBMnRzWITvXacK { width:18.75rem;height:15.8125rem;top:50.3125rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OzlFG7QJ7QDLy3VBCRCbvyKCIN65Tn8A { width:16.25rem;height:8.3965rem;top:55.8125rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FtwUwAKWkHeuJHgQ3Zi97BcQfgOQZXIT { width:16.25rem;height:2.76171875rem;top:52.375rem;left:1.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PJkUt2EuEF847vClOlUW16O0H65BSDPh { width:18.75rem;height:15.8125rem;top:66.75rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QU8MfoNKIlE4ce8wD7OEf8xmnTRk7WIB { width:16.25rem;height:8.3965rem;top:72.875rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O4cGrMNP5fTHvzbrxnEUlf3MeNpkuLpN { width:16.25rem;height:4.142575rem;top:68.1875rem;left:1.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CWckGTemoMtTPStTEnc1dzrepHVQyFKW { width:18.75rem;height:15.8125rem;top:83.1875rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hcOU0S46lLOVWRbOkvKrAy8SoLpDd9Ch { width:16.25rem;height:6.9970625rem;top:90.0625rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wisumrNMKIt0q3gDZrenHo93MLC8n6LL { width:16.25rem;height:4.142575rem;top:85.25rem;left:1.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8 { display:block; }#luHscEqXVAfKuIpkXmxSzqCgP8DvXMC8 > .row .container { width:20rem;height:136.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKfc7nWbFECKabHgkBqqOadBq9V9Hb2u { width:20rem;height:61.875rem;top:72.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQsa2s7QAdcWleE8b5CE4vTg5Saecybl { width:17.5rem;height:49.96875rem;top:84.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pCh7id0q3R0p3Z1qXser6WlSuJ1VBTgH { width:13.875rem;height:1.3496125rem;top:81.75rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCkvPAdNihZNOtCFZRbJk66DaTqS47Hx { display:flex;width:7rem;height:7rem;top:73.75rem;left:6.5rem; }
 }@media only screen and (max-width: 763px) { #TFfrMP55Ca3GQHhNoRPXvIou1T7IzkZs { width:6.375rem;height:6.375rem;top:74.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXcIUZgP7cEcvC0vuICIhAuQhCeGDFoT { width:20rem;height:64.4375rem;top:7.0625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ja8eemWxliDTBTs1dc8JOtEsCMViTRCb { width:17.5rem;height:52.40625rem;top:18.875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PAIP0MLK9KNi79l8sIWGQxFHnGJIOXk2 { width:13.625rem;height:1.3496125rem;top:16.25rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAtrGeCA0riZtbTrtaTPw7OzzRf8eNJa { width:17.0625rem;height:4.875rem;top:1.25rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfR5kShUFTVrbg0Xg9MgJRc2kcXwK9Wy { display:flex;width:7rem;height:7rem;top:8.0625rem;left:6.5rem; }
 }@media only screen and (max-width: 763px) { #WRTueSZve3RnUUBhdMlJnf13nHJ0dKCK { width:6.375rem;height:6.375rem;top:8.375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyESB1qUcl9NlHIbkQc08LxUB8930XlU { position:relative;z-index:auto;display:block; }#cyESB1qUcl9NlHIbkQc08LxUB8930XlU > .row .container { width:20rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNJstUCX64xMTBvQD9Tp8PKEaeuoptWQ { width:20rem;height:3.0859375rem;top:11.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#CTwcMbF1dlG04LlqrgOd794kH4P5TspZ { width:18rem;height:5.0625rem;display:flex;top:6.0625rem;left:0.9375rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #Xhhz079PgA5oAChF60b1DQ3bfMXg56d1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #o6pCDbMO5t37i1dTevQhhyioJ77pZhEI {  }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #CkwN7XwKtuoXTg4T0gvzoPJkVqHT4QNV {  }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #fGJmy6BaMsmbbupoG6Igi3mT5BsFrUhU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #kBugAUsJOa4tXc9sHNvgMaRIVhnBO2wZ {  }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #ydbi0amhspGi78UowuSel8UocArkFyR3 {  }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #p35qMehvKIFAdcheFIeZy51NDEGIs8LE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #RUeKtgKFNtAE1soxxQHzLZ3NKP0NAB8G {  }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #ThvOnqs7O6SDSdza9NqTXWXV0z8UkOE7 {  }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #ky02Qd8mwnIoVD7MMQcFZm8VDR9U27Gk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #KzTEZlup9312RIRw910Gq8FVB48wNyBI {  }
 }@media only screen and (max-width: 763px) { #CTwcMbF1dlG04LlqrgOd794kH4P5TspZ #sFxmnpSa0gJAKubyJbwz42NCWUpVJdZu {  }
 }@media only screen and (max-width: 763px) { #ecxKUG9sgg8LdB6oRhEuch1uIKTxmiTp { width:17.6875rem;height:3.4375rem;top:1.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig7OWVTofZK7UvcgwCaPqeMNdgDthTaJ { display:block; }
 }@media only screen and (max-width: 763px) { #NzpWTvb4ZMgods7L9xN38hwgufPA9vDF { display:block; }#NzpWTvb4ZMgods7L9xN38hwgufPA9vDF > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APTIFneHuOSPD4m5IdgP5wwn3Gc12zlI { width:20rem;height:11.232421875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT8smqAfz9qb7TSlX13STE69slMCPqU9 { display:block; }#mT8smqAfz9qb7TSlX13STE69slMCPqU9 > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgqETLfU9s7NGZF4Nyxcb6xws4NHa2cm { width:18.75rem;height:10.875rem;top:13.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEkhnTEuQ4eH56kMUeLSZS3C7lav0DmU { width:15.4375rem;height:1.54296875rem;top:15.9375rem;left:2.28125rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xLlcoH8lgo96OZIz9UdnQ6EqbR5X94Le { width:14.125rem;height:14.125rem;top:1.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEG5p5C0JQZ4HmLZRXkJQylZCXPmp7Sf { width:16.5625rem;height:5.19921875rem;top:18rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #C9vflRFb3hKmNIp0GuzKdy1Ovh8H2dM5 { display:block; }#C9vflRFb3hKmNIp0GuzKdy1Ovh8H2dM5 > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMZZOvkB3AMdo7gWZJdO9bLPyvTfNhWS { width:18.4375rem;height:1.4619125rem;top:16.71875rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:inter;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #xzClC7yJErhrCaLbqD141FOQ7GfxMM0R { width:18.75rem;height:10.4375rem;top:5.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9ONHCAlUlAtDTErOmXcxBMsgKhN7NnZ { width:18.4375rem;height:1.4619125rem;top:30.75rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:inter;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #bD0nTGKQe0aSq71ThzWLQ53ig2fA9cFL { width:16.9375rem;height:3.25rem;top:1.1875rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqqMAnqCXy7REMsFgwWIKuVkWUsUsXTN { width:18.75rem;height:10.4375rem;top:19.28125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNEsMvJViz8luquSdamgwQnuMhHzJmrA { display:block; }#HNEsMvJViz8luquSdamgwQnuMhHzJmrA > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6VBrJw9EITEAyErm3JNOrPTc3HfUR68 { width:20rem;height:11.15625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBmneSI7WsucioSXy8An5onGIATrFKLb { width:20rem;height:11.1103515625rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdUq88SP6RzZqiCJt9F3HtkU9AdeoPgn { display:block; }#VdUq88SP6RzZqiCJt9F3HtkU9AdeoPgn > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlftNpzazC7rn6XcZ3d2yd2LIT9vMDht { width:18.3125rem;height:15.0625rem;top:14.5185546875rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFWiHBbcCm5FO2gGCwFSD9fdtDQaTSiA { width:16.125rem;height:12.99803125rem;top:15.7998046875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #quEnPkDlOgSFb9V13W4u8J0ID00wMnmk { width:19.75rem;height:16.0625rem;top:0.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxeJxrzrmId37XeI7kmfHZPDUzHyVSF5 { width:18.3125rem;height:3.4375rem;top:30.2060546875rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #saM9aX2hF1fAz7bQ86zvzh11WMTVSGeF { display:block; }
 }@media only screen and (max-width: 763px) { #Lf1wHTxVSI3JNVyFWT1akgUIRS1FJGL2 { display:block; }#Lf1wHTxVSI3JNVyFWT1akgUIRS1FJGL2 > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSadqmqzpvIolx5FZeixa8G2ZkEMbrra { width:20rem;height:11.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKqgaPuVoo56dBthGVVXWybOJs305BEV { width:20rem;height:11.25rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fas5B49fvpm4A0VQasXh2UNLbkPTleAi { display:block; }#Fas5B49fvpm4A0VQasXh2UNLbkPTleAi > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bk98POc4PFcUQONXFoDQovB1Z9TxcAo3 { width:16.6875rem;height:3.25rem;top:20.4375rem;left:1.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mZJNO9FbnMv2y9qKqqwI3WO5vBaT3S93 { width:17.5rem;height:25.3125rem;top:24.75rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EEUpGUxKuI3RdfPgTDk2EHz9Q6hdaQDd { width:20rem;height:41.3125rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMTI2vD5BpLyvb1cFua3UcG8zvNZNnI2 { width:12.0625rem;height:17.8125rem;top:1.625rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd { display:block; }#nRwfIZUHF6VUy4xSCvV9dSc93qyqCOQd > .row .container { width:20rem;height:90.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0GwdHDrVvOQKBTXOihN4dJEdhEdDpne { width:17.5rem;height:3rem;top:1.0380859375rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCMzK0cnf4bdoVXl2Tm7hpp13GeFVGrM { width:17.5rem;height:13rem;top:22.875rem;left:1.25rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #SpDdTkgtlOdahbA22r6IpaVPOCTfA4k9 { width:17.5rem;height:17.5rem;top:4.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMdm6NvGaANyfbXMiPniN7VaEqTWnkKb { width:17.5rem;height:17.5rem;top:54.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsR1vACTcT2cyb2QeiVMMGMgvOHktC6G { width:17.5rem;height:17.625rem;top:71.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkvEsrcfDsQzqz6L6hiOSa3L2JptTJVf { width:17.5rem;height:17.5rem;top:35.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW { display:block; }#uwk0Fu0SCsCyPEyFt6ulr3d2kTdEmEpW > .row .container { width:20rem;height:105rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zOvrwQAptsGnE6ZMRMfDN5Midhf7Bta6 { width:17.5rem;height:17.5rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x30abvlDdepu8XFWSIdCqhe9HpOpzG9o { width:17.5rem;height:17.5rem;top:35rem;left:1.25rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Fn0hBWq0ihOPfcAClityTCbBC6ZRePn7 { width:17.5rem;height:17.5rem;top:17.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTCk0RVHi75NM1gvtNPmfmWCl5nOPyTQ { width:17.5rem;height:17.5rem;top:68.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5TtGdkDpTEwagBbS5FlouNvpe57rWVB { width:17.5rem;height:17.5rem;top:86.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7W9D6Mrs3KlWc0eKyBiXO6zVLi3oTe8 { width:17.5rem;height:17.5rem;top:52.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx7NVvgpS8OngFqgavMSCXToRyVKkBMK { display:block; }#Cx7NVvgpS8OngFqgavMSCXToRyVKkBMK > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lvTDhdcrMAKJvIXKW4BFc4wQmeO7lJdT { height:10.75rem;width:19.25rem;top:9.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmqyap0auXR1JGncTeim9TzRUPVywtM6 { width:18rem;height:2.8496125rem;top:1.875rem;left:1rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #deoUnuWTcxrTH677mFVk0mp6G1FrBbu7 { width:18rem;height:2.798825rem;top:5.4375rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lPUDORhrRn5bJbORT3N9NR16DNHo7TOd { width:7.5rem;height:0.375rem;top:9.5rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #keH9CPaFw45kT4zNH5dMQg557vumLkF2 { width:0.375rem;height:6.25rem;top:13.0625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy { display:block; }#SEKWd6GWyxlrRTzye8JoGJbu87DyxmHy > .row .container { width:20rem;height:115.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gG066fz5Te5AIf1KGEImJMsR953vQoLg { width:19.75rem;height:53.25rem;top:60.25rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #ruWRgGpI8uSnWmC5xKTZmoDTTnMf45Xo { width:16.6875rem;height:3.125rem;top:108.8125rem;left:1.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmNryy1PKuSTTZKdC7gbxbdGc9q1Di7F { display:block; }
 }@media only screen and (max-width: 763px) { #QaClTSssd1FQhPVLerB9AmSlLQ4XfPso { width:12.8125rem;height:2.4375rem;top:104.75rem;left:1.65625rem;text-align:left;text-align-last:left;font-size:1.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #MZOfBbysb6LZIlJs5si9yXZaviyHBrxx { width:16.6875rem;height:2.84375rem;top:101.9375rem;left:1.65625rem;text-align:left;text-align-last:left;font-size:2.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #JFO4EUp1COs4DoaZKieI7oWop0whpveq { width:19.75rem;height:52.25rem;top:6.25rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #q0IL8Rqfc2cKpsnG5D4xSsxlGc9uuevF { width:16.6875rem;height:3.25rem;top:53.875rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWwsRJyXopIgyUKldikkn4KTSIUGHmKE { display:block; }
 }@media only screen and (max-width: 763px) { #QUVf7lqpENSbJNxfAdD81hlSU8EA1Msm { width:16.6875rem;height:2.84375rem;top:47.375rem;left:1.65625rem;text-align:left;text-align-last:left;font-size:2.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #HMn0Z95c4J2Kbr06xwEwxedT5qiGRMv7 { width:16.6875rem;height:2.4375rem;top:50.1875rem;left:1.65625rem;text-align:left;text-align-last:left;font-size:1.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #BR29LBf1Xavqmidzi3ad6Oh0HSIMw9Rw { width:16.6875rem;height:3.736325rem;top:9.875rem;left:1.65625rem;text-align:left;text-align-last:left;font-size:1.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #DFpBnpmZ4DqODdFtJb2e6CigknXIELBa { width:16.6875rem;height:1.6875rem;top:100.25rem;left:1.65625rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #F9Q6STgdRD3GXdoTu7PiE1080PETR0yd { width:16.6875rem;height:3.736325rem;top:64rem;left:1.65625rem;text-align:left;text-align-last:left;font-size:1.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Tqqo08GIJwtoQBIPLvegbI4qPT2VP3T5 { width:16.6875rem;height:28.6875rem;top:14.5625rem;left:1.65625rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #NSlUkBJRmsztNtNg0gO43uxDKTQwJCfm { width:20rem;height:2.3125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahkrZkCFwX1osPObORl7tpMAIE7vXfkC { width:20rem;height:1.79980625rem;top:6.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #P2QOWCDh6fa6ntTWD9RcexxyVqn5IqWL { width:20rem;height:2.3125rem;top:60.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPecvLM2IiMTLVoIKgSGfJEgK5JLTFtS { width:20rem;height:1.79980625rem;top:60.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #kTdy5WkHV3GrcUpUbF3BpmQp7yxXNFVz { width:18.6875rem;height:4.0625rem;top:1.125rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2hT9msb4Hn9nw4iAdGpUUL2VnmaH9Ps { display:flex;width:3.5625rem;height:3.5625rem;top:64.03125rem;left:15.28125rem; }
 }@media only screen and (max-width: 763px) { #giBxkvMzKIUA3O7CKTwGgAkproAa9e32 { width:16.6875rem;height:1.6875rem;top:45.6875rem;left:1.65625rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #dfHzAnnl67PZhtCL3EbFoh4T6I3mkwTt { width:16.6875rem;height:28.6875rem;top:68.5rem;left:1.65625rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #qumLzGWWTQK3ckQt1IF7E6okkqSp0WMw { display:block; }#qumLzGWWTQK3ckQt1IF7E6okkqSp0WMw > .row .container { width:20rem;height:59.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LP4ThEJx1BdQKDblSDOuqIxPvL3rVnM9 { width:18.9375rem;height:6.5rem;top:1.25rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5OKFIh1EEuUOiD5TQbCSw8fegmGF5NL { width:16.875rem;height:4.875rem;top:9.6875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZuGllEs4htF4AZam4DpcaI9Mtx4MmVr { width:20rem;height:6.625rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPttuiR1vJ6f6exMeCVWFJqcCnPTFfJS { width:18.125rem;height:21.3671875rem;top:16.6875rem;left:0.9375rem;font-size:1.125rem;line-height:1.9;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XkTXfArLwvlhHxO3GxwO1XinTvirOQ6o { width:18.125rem;height:19.23040625rem;top:39.1875rem;left:0.9375rem;font-size:1.125rem;line-height:1.9;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qivndecIfIn8BXTdt0J4aS8nS5cICgyU { display:block; }#qivndecIfIn8BXTdt0J4aS8nS5cICgyU > .row .container { width:20rem;height:66.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9TI3m6rUdop5DnR3hnDKQBtMZqwd42B { width:16.6875rem;height:5.7744125rem;top:31.6689453125rem;left:1.65625rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NdbxPyGmyCW6CtZJ2ToqK8cBU9RRJTRy { width:18.125rem;height:21rem;top:37.9814453125rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qfcw5G4EUiUOxbmHTa9k9fPFETihZTN5 { width:18.4375rem;height:3.3125rem;top:60.0439453125rem;left:0.78125rem;z-index:15011;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTEeTb70Ci5CAx3fkSiDyqvyJo2QrXsT { display:block; }
 }@media only screen and (max-width: 763px) { #frpbPDcJ5Ffgzt5tpCrSD8yATILoBOM0 { width:20rem;height:35.75rem;top:29.1064453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLNkE4cmkSyU1VaGkg6slMDNP0lu200W { width:20rem;height:26.607142857143rem;top:1.25rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #tyRVx2EclKyurDtRDkDbFEbRMVbtiETt { width:8.6875rem;height:8.6875rem;top:22.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHiZT0gxonJO0osXT6J9GsayRgqX0zyI { width:9.375rem;height:9.375rem;top:22.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha { display:block; }#SXltUUgeHDEb4wENeqg6Fou3yu5vT7Ha > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ayGAmBazH8314iShZJaVoTwIDeakDf9P { width:16.4375rem;height:4.798825rem;top:1.3125rem;left:1.4375rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #APBQN88SUhna7IV1uzfX8XhJZEIqsLcy { width:17.1875rem;height:26.25rem;top:6.75rem;left:1.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #y4ipMSIgcDw5g2A50iapWt0Scr4wHxtt { width:17.1875rem;height:16.625rem;top:34rem;left:1.4375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf { display:block; }#aMnqmJ8ZgVic759quzIGwZEoQC3zxfcf > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIGOdgXpvCUnPlOhCW3g11Ql47cdQugv { width:20rem;height:11.228515625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8cwWmutDqx4m2szPngd0lygtt0Mbmfy { display:block; }#p8cwWmutDqx4m2szPngd0lygtt0Mbmfy > .row .container { width:20rem;height:54.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OB75835sL1nKxi42QwGzTm24lhGbXlPV { width:16.875rem;height:8.125rem;top:1.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRqak0aJNFnM8LnMzhpQCoO18xxtBlxU { width:18.125rem;height:37.5rem;top:10rem;left:0.9375rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RLBwf0uiBCGkksPwek0ObffTG7im3c9t { width:18.125rem;height:3.625rem;top:48.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwzvBTicXR10nJB4m56CZSN21W1ouxGI { display:block; }
 }@media only screen and (max-width: 763px) { #K7XFf2U6Mo9FBaVWXbVgNQyM67nrowKl { display:block; }#K7XFf2U6Mo9FBaVWXbVgNQyM67nrowKl > .row .container { width:20rem;height:19rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fc3SdFZTxC96FaPmXzPCZp3ScAqctcFG { width:15.4375rem;height:3.1484375rem;top:1.25rem;left:2.28125rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qHMZEXaWT526trNAdQBFFh6whGxqssef { display:flex;width:1.5625rem;height:1.5625rem;top:6.4375rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FXzHGcOMfCdu8XXLzFU5LtvhaAB1Jb1x { width:3.125rem;height:3.125rem;top:5.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbJ8lbJeSZM5Q9a3csZ5a6TAuRGHH7DO { width:20rem;height:8.3965rem;top:9.1875rem;left:0rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kzOlJp1Gde6554tD69gXzqLyrrlyVM2i { display:flex;top:5.5rem;left:8.75rem;width:2.5rem;height:2.5rem;z-index:15012;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #XwtlLOah5HH2rE5J1Dd1KEAJ5hW5RZvU { display:block; }#XwtlLOah5HH2rE5J1Dd1KEAJ5hW5RZvU > .row .container { width:20rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnKtyPLhgnOw7RF0O64T3wAXuV76gFLX { width:18.1875rem;height:3.1484375rem;top:1.25rem;left:0.875rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #osEBMqI4FFCBscxoZ4QSCkpOCLKgFzgL { width:20rem;height:8.3965rem;top:10rem;left:0rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vfmi2A7O1MegB31k6lAZcegmRmDuJ4wr { width:3.125rem;height:3.125rem;top:5.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk6KNVe9EbUX1ehTWDdFf39KuxRxhMmy { display:flex;width:1.5625rem;height:1.5625rem;top:6.4375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NzsdJGdN4Qtn2pqf97KGFO0fxNKtiGq2 { display:flex;top:5.9375rem;left:8.75rem;width:2.5rem;height:2.5rem;z-index:15013;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #XnTl27iyagwPpuuS02rrrNJuUETTwkzH { display:block; }#XnTl27iyagwPpuuS02rrrNJuUETTwkzH > .row .container { width:20rem;height:20.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKZF4NMM47SIuSTAdAUPNztkFC9Pswh0 { width:18.1875rem;height:3.1484375rem;top:1.25rem;left:0.875rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JLB0dlKAtTULiPNSqvnk3flNHzNSrH7d { width:20rem;height:9.795875rem;top:10rem;left:0rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UJdmMFBriUTdP0DBLN9bM5Dt0Wr6tQoB { display:flex;width:1.5625rem;height:1.5625rem;top:6.4375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qZzo2Xd9DoShM9aRXZef6tNhcDyS0mnJ { width:3.125rem;height:3.125rem;top:5.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTCSPnDA9Owtg79FQCivKtIKvwJ0w0eQ { display:flex;top:5.9375rem;left:8.75rem;width:2.5rem;height:2.5rem;z-index:15013;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #FmNTcVpOcSIayixv35gMUXEqLC3vFoVt { display:block; }#FmNTcVpOcSIayixv35gMUXEqLC3vFoVt > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USBrQrqFCWsUU6QUiV3HgVSDp2K13dTs { width:18.1875rem;height:3.1484375rem;top:1.25rem;left:0.875rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IqWT032AqcquLUxst8ILoRVPQrFmpEuG { width:20rem;height:6.9970625rem;top:10rem;left:0rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VviPBsOo6mP2GXIiOVoeoH5LQVP5UpAp { width:3.125rem;height:3.125rem;top:5.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsqVK4kuh0rofa2TRQcdWKg7pdgcyxTl { display:flex;width:1.5625rem;height:1.5625rem;top:6.4375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZR7F5kshnHxsIGzoUgrIHOgl109PnMwD { display:flex;top:5.9375rem;left:8.75rem;width:2.5rem;height:2.5rem;z-index:15014;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #t5uIbOuTox6D0p1RXTMTNs6IgFTS5I0J { display:block; }#t5uIbOuTox6D0p1RXTMTNs6IgFTS5I0J > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xh14aRT49SnQZcH5bvDZLIETEmgbrPJF { width:18.1875rem;height:3.1484375rem;top:1.25rem;left:0.875rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p6brQJhD4wFxPpigSAgZntsmRrNHBpsW { width:20rem;height:11.1953125rem;top:10rem;left:0rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UuTkK7O796kxEcbFzUuyXoVE4EJoZDtV { display:flex;width:1.5625rem;height:1.5625rem;top:6.4375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zVpmHQsrN62AglmgTTf00VRMC817odUy { width:3.125rem;height:3.125rem;top:5.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckli490ecEo8PwKbIwdH9mILZ224b5kL { display:flex;top:5.9375rem;left:8.75rem;width:2.5rem;height:2.5rem;z-index:15014;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #WrlIsRgPQuqH7UClDm6F8qawprInx1Hz { position:relative;z-index:auto;background-color:#222222;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; }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row .container { background-color: transparent; background-image: none; }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row .container > .video-iframe-container { display: none; }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row > .video-iframe-container { display: none; }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .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); }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row .container { border-width: 0; border-radius: 0; }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WrlIsRgPQuqH7UClDm6F8qawprInx1Hz > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqdRSKD3tzEkgy1TWE4z2QaOVcJH1NFn { width:4.875rem;height:4.875rem;top:0.1875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9HoOEdrxO77Ilaoob7B28tlAbrctzBK { width:11.0625rem;height:2.4375rem;top:5rem;left:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdBOlRozB9vc4nnESukFklbfwAHGmxXq { display:block; }
 }@media only screen and (max-width: 763px) { #BIDky0oMycUPnfm2e2DAzEernNHxd26I { width:7.875rem;height:2.4375rem;top:7.4375rem;left:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4b9Cyi2qWtwkq4UaEwiQqTDliAyCrGK { display:block; }
 }