.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:250,231,240;--color-primary-1:238,174,204;--color-primary-2:220,92,152;--color-primary-3:110,46,76;--color-primary-4:33,14,23;--color-secondary-0:224,224,229;--color-secondary-1:152,152,168;--color-secondary-2:48,49,81;--color-secondary-3:24,25,41;--color-secondary-4:7,7,12;--color-tertiary-0:255,255,255;--color-tertiary-1:169,165,179;--color-tertiary-2:62,61,64;--color-tertiary-3:2,2,2;--color-tertiary-4:0,0,0;--headlines-font-family:"Switzer";--paragraphs-font-family:"Switzer"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #594580, #cb7f81);background-image: -moz-linear-gradient(90deg, #594580, #cb7f81);background-image: -ms-linear-gradient(90deg, #594580, #cb7f81);background-image: -o-linear-gradient(90deg, #594580, #cb7f81);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#594580', endColorstr='#cb7f81' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#594580', endColorstr='#cb7f81' );";background-image: linear-gradient(90deg, #594580, #cb7f81);background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#hKfr7ddVr0Eu3qCdEsc62obuxE6f7lFC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1b976e85-813d-4310-9788-e51e727a6212/IPSDbackgroundver10.png");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; }#hKfr7ddVr0Eu3qCdEsc62obuxE6f7lFC.adaptive-delivery-prevent-bg, #hKfr7ddVr0Eu3qCdEsc62obuxE6f7lFC.lazyload, #hKfr7ddVr0Eu3qCdEsc62obuxE6f7lFC.lazyloading { background-image: none; }#hKfr7ddVr0Eu3qCdEsc62obuxE6f7lFC > .row .container { background-color: transparent; background-image: none; }#hKfr7ddVr0Eu3qCdEsc62obuxE6f7lFC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#hKfr7ddVr0Eu3qCdEsc62obuxE6f7lFC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKfr7ddVr0Eu3qCdEsc62obuxE6f7lFC > .row .container > .video-iframe-container { display: none; }#hKfr7ddVr0Eu3qCdEsc62obuxE6f7lFC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#hKfr7ddVr0Eu3qCdEsc62obuxE6f7lFC > .row > .video-iframe-container { display: none; }#hKfr7ddVr0Eu3qCdEsc62obuxE6f7lFC > .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); }#hKfr7ddVr0Eu3qCdEsc62obuxE6f7lFC > .row .container { border-width: 0; border-radius: 0; }#hKfr7ddVr0Eu3qCdEsc62obuxE6f7lFC::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; }#hKfr7ddVr0Eu3qCdEsc62obuxE6f7lFC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hKfr7ddVr0Eu3qCdEsc62obuxE6f7lFC > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#fqCyP4CTWO0dNiTFutX35E2KoW0gy8nc { 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:4.4375rem;width:10.8125rem;top:0.625rem;left:0.8125rem;overflow:hidden;display:block; }
#xDBfBqdCBBdMwRI8sm1Qp6NfLNhM24Du { background-color:#e16565;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: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.3125rem;left:44.625rem;display:block; }
#KMHoURIzDUTGapu46dqkMnPHVQOzluOF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fBz84k80vDhbfwJooxA1n4O16rCeov75 { background-color:rgba(0,0,0,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #e16565;border-left:0.25rem solid #e16565;border-right:0.25rem solid #e16565;border-bottom:0.25rem solid #e16565;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.3125rem;left:55.8125rem;display:block; }
#anX6Pi7zECI5NnCOAxNCokxa4mpUGXIp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rhdkkl8Gt0RHpq0zD30uPTemEIBITVAb { color:rgba(var(--color-tertiary-0),1);display:block;width:5.8125rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:2.28125rem;left:66.875rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dNUcsmEFmDEBoZEtVXyGT1oKhba2pOHH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1b976e85-813d-4310-9788-e51e727a6212/IPSDbackgroundver10.png");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; }#dNUcsmEFmDEBoZEtVXyGT1oKhba2pOHH.adaptive-delivery-prevent-bg, #dNUcsmEFmDEBoZEtVXyGT1oKhba2pOHH.lazyload, #dNUcsmEFmDEBoZEtVXyGT1oKhba2pOHH.lazyloading { background-image: none; }#dNUcsmEFmDEBoZEtVXyGT1oKhba2pOHH > .row .container { background-color: transparent; background-image: none; }#dNUcsmEFmDEBoZEtVXyGT1oKhba2pOHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#dNUcsmEFmDEBoZEtVXyGT1oKhba2pOHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNUcsmEFmDEBoZEtVXyGT1oKhba2pOHH > .row .container > .video-iframe-container { display: none; }#dNUcsmEFmDEBoZEtVXyGT1oKhba2pOHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#dNUcsmEFmDEBoZEtVXyGT1oKhba2pOHH > .row > .video-iframe-container { display: none; }#dNUcsmEFmDEBoZEtVXyGT1oKhba2pOHH > .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); }#dNUcsmEFmDEBoZEtVXyGT1oKhba2pOHH > .row .container { border-width: 0; border-radius: 0; }#dNUcsmEFmDEBoZEtVXyGT1oKhba2pOHH::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; }#dNUcsmEFmDEBoZEtVXyGT1oKhba2pOHH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dNUcsmEFmDEBoZEtVXyGT1oKhba2pOHH > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#D2z1eoI0fHLJyQlysfX0svRkUfaTy2pS { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:1.625rem;left:1.1875rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Iv3XolhutHW2Wayc8HxinPvVKVHccDmx { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:1.625rem;left:30.6875rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MRyDRqn70k08VoGgIfzTsZKUVd75MWhH { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:1.625rem;left:50.125rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rNEEruzfEgPul11brHT2OSAwwTfGTvzu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1b976e85-813d-4310-9788-e51e727a6212/IPSDbackgroundver10.png");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; }#rNEEruzfEgPul11brHT2OSAwwTfGTvzu.adaptive-delivery-prevent-bg, #rNEEruzfEgPul11brHT2OSAwwTfGTvzu.lazyload, #rNEEruzfEgPul11brHT2OSAwwTfGTvzu.lazyloading { background-image: none; }#rNEEruzfEgPul11brHT2OSAwwTfGTvzu > .row .container { background-color: transparent; background-image: none; }#rNEEruzfEgPul11brHT2OSAwwTfGTvzu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.14); }#rNEEruzfEgPul11brHT2OSAwwTfGTvzu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNEEruzfEgPul11brHT2OSAwwTfGTvzu > .row .container > .video-iframe-container { display: none; }#rNEEruzfEgPul11brHT2OSAwwTfGTvzu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.14); }#rNEEruzfEgPul11brHT2OSAwwTfGTvzu > .row > .video-iframe-container { display: none; }#rNEEruzfEgPul11brHT2OSAwwTfGTvzu > .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); }#rNEEruzfEgPul11brHT2OSAwwTfGTvzu > .row .container { border-width: 0; border-radius: 0; }#rNEEruzfEgPul11brHT2OSAwwTfGTvzu::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; }#rNEEruzfEgPul11brHT2OSAwwTfGTvzu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rNEEruzfEgPul11brHT2OSAwwTfGTvzu > .row .container { font-size:0.875rem;font-family:arial;height:70.1875rem;width:75rem;position:relative;display:block; }#u8JsIgIEPIMqvb6CAMNrFoIeLgn50zUh { color:#ffffff;display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:22.125rem;left:2.75rem;height:11.71875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#DVa4uLTxsnGQ9o1sW6vptdTuXfItSz4y { background-color:#e16565;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: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6854375rem;height:3.68541875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:41rem;left:2.75rem;display:block; }
#LSGcerpSoLoqETu11796mUromGRgWLQK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oT5Jz79I7c32DFtfQXwNfNJI6m4VDkpm { color:#ffffff;display:block;width:42.25rem;position:absolute;font-family:altronded;font-size:5.0625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.3125rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:10.934875488281rem;left:2.75rem;height:5.56875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f25idpg0Z46GPaMJHRrbFa7WIHuLTOV8 { color:#93c01f;display:block;width:16.3125rem;position:absolute;font-family:altronded;font-size:2.5rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:16.502624511719rem;left:24.250003814698rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gUF2xrZ6qgUpxfREDGKb0XHPdzkSifAL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.59);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; }#gUF2xrZ6qgUpxfREDGKb0XHPdzkSifAL > .row .container { border-width: 0; border-radius: 0; }#gUF2xrZ6qgUpxfREDGKb0XHPdzkSifAL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gUF2xrZ6qgUpxfREDGKb0XHPdzkSifAL > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:75rem;position:relative;display:none; }#hownPolEH3pXiyQXa3zGyEtlKr0HRhcX { background-color:#93c01f;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: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6864375rem;height:3.68645625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.1218757629394rem;left:1.4677085876465rem;display:block; }
#hhMus0Mf7RDTsPn1hAUgmPdwowixyfN4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Os33tMJWQ2JEdmEn2qbaHmTQBFZ7A8Gz { background-color:#93c01f;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: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6854375rem;height:3.68541875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.1218757629394rem;left:21.714586257934rem;display:block; }
#yu7GHqveypgN3h8IpNnrR8Nr2Fyu3ieF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n40UsQhVd6LStrT3tCcxon6O8mRK5KS8 { background-color:#93c01f;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: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6854375rem;height:3.68541875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.1197910308838rem;left:41.779165267944rem;display:block; }
#JA6PyP6SUllZ97nee3NBAhQ6dVARCq1y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NTWA5wc9X4CRWChyiS7ddT5D3CSGNJMm { background-color:#93c01f;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: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6854375rem;height:3.68541875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:7.7281265258787rem;left:1.4677085876465rem;display:block; }
#fmVHMU2oKzM9PmWBrQ1rI7W8J2UQlblu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#swJqkpKP3L2qu7Q8hcEM5LfVTSri9pik { background-color:#93c01f;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: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6854375rem;height:3.68541875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:7.7270832061769rem;left:21.714586257934rem;display:block; }
#TWkH6Tk9gawuEMLWayyD6NSuu316z2qn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#neWgHaMJ5ZvqyGoTon2iI9MIidLk30VT { background-color:#93c01f;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: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6854375rem;height:3.68541875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:7.7270832061769rem;left:41.779165267944rem;display:block; }
#u6wO0AGNl3f3C9eShLIIGU3qTTTKxbVZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lEDAchzKMz5ODuHgOPoD2pkeKqLL24WC { position:relative;display:block; }#lEDAchzKMz5ODuHgOPoD2pkeKqLL24WC { background-color: transparent; background-image: none; }#lEDAchzKMz5ODuHgOPoD2pkeKqLL24WC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEDAchzKMz5ODuHgOPoD2pkeKqLL24WC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEDAchzKMz5ODuHgOPoD2pkeKqLL24WC > .row .container > .video-iframe-container { display: none; }#lEDAchzKMz5ODuHgOPoD2pkeKqLL24WC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEDAchzKMz5ODuHgOPoD2pkeKqLL24WC > .row > .video-iframe-container { display: none; }#lEDAchzKMz5ODuHgOPoD2pkeKqLL24WC > .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); }#lEDAchzKMz5ODuHgOPoD2pkeKqLL24WC { border-width: 0; border-radius: 0; }#lEDAchzKMz5ODuHgOPoD2pkeKqLL24WC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lEDAchzKMz5ODuHgOPoD2pkeKqLL24WC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:50.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xbBzZ1ylkzJExiaw2dHiJBJhSM52vcLF { color:#ffffff;display:block;width:36.749125rem;position:absolute;font-family:altronded;font-size:3.4375rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:6.625rem;left:2rem;height:3.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AuSJlDIcJ3fiufSsOpXwfaTwBTcw8Ron { color:#ffffff;display:block;width:60.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:17.500015258789rem;left:9.375rem;height:21.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JX9fSKpVDJoUsaMcefThmndWeeIXyXgT { color:#e16565;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:4.0625rem;left:2rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GZ3eubNI9TVUpZlkEbhem7CTDIC0KxUk { position:relative;display:block; }#GZ3eubNI9TVUpZlkEbhem7CTDIC0KxUk { background-color: transparent; background-image: none; }#GZ3eubNI9TVUpZlkEbhem7CTDIC0KxUk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ3eubNI9TVUpZlkEbhem7CTDIC0KxUk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ3eubNI9TVUpZlkEbhem7CTDIC0KxUk > .row .container > .video-iframe-container { display: none; }#GZ3eubNI9TVUpZlkEbhem7CTDIC0KxUk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ3eubNI9TVUpZlkEbhem7CTDIC0KxUk > .row > .video-iframe-container { display: none; }#GZ3eubNI9TVUpZlkEbhem7CTDIC0KxUk > .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); }#GZ3eubNI9TVUpZlkEbhem7CTDIC0KxUk { border-width: 0; border-radius: 0; }#GZ3eubNI9TVUpZlkEbhem7CTDIC0KxUk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GZ3eubNI9TVUpZlkEbhem7CTDIC0KxUk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BfR6kDnogTTSePmRw7wFTC2TaTS9Wabo { color:#ffffff;display:block;width:36.749125rem;position:absolute;font-family:altronded;font-size:3.4375rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:5.1875rem;left:3rem;height:3.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TI2erlWfzOCvkJ5gX3uL1HTOmmTiuyyc { color:#e16565;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.625rem;left:3rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HbG3exgMaDSrwfHmR1HUqN40qOvOJS3p { color:#ffffff;display:block;width:56.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:14.062501907349rem;left:9.375rem;height:21.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iz1HBeuy9ffZEGwbnhSGXJHiJe2COkfk { position:relative;display:none; }#iz1HBeuy9ffZEGwbnhSGXJHiJe2COkfk { border-width: 0; border-radius: 0; }#iz1HBeuy9ffZEGwbnhSGXJHiJe2COkfk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iz1HBeuy9ffZEGwbnhSGXJHiJe2COkfk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RuxcVlg9o3Oz0bqbnWqzhDy70xwHpoyb { box-sizing:content-box;height:18.75rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/de5f14be-6a36-4a85-8e8b-1a90b04d8ff0/przykadowyprelegent1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.6702880859375E-5rem;left:1.375rem;display:block; }#RuxcVlg9o3Oz0bqbnWqzhDy70xwHpoyb.adaptive-delivery-prevent-bg, #RuxcVlg9o3Oz0bqbnWqzhDy70xwHpoyb.lazyload, #RuxcVlg9o3Oz0bqbnWqzhDy70xwHpoyb.lazyloading { background-image: none; }
#lZKxoV1K8kA7F4oUVKALD9fDzvC9XRnf { box-sizing:content-box;height:18.75rem;width:18.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/5ff20626-c443-4c3a-8e15-4e5fd93e376e/przykadowyprelegent2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:18.75rem;display:block; }#lZKxoV1K8kA7F4oUVKALD9fDzvC9XRnf.adaptive-delivery-prevent-bg, #lZKxoV1K8kA7F4oUVKALD9fDzvC9XRnf.lazyload, #lZKxoV1K8kA7F4oUVKALD9fDzvC9XRnf.lazyloading { background-image: none; }
#sJvxurSm06RQFOOb8XXKEDf1vuJUnVig { box-sizing:content-box;height:18.75rem;width:18.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/de5f14be-6a36-4a85-8e8b-1a90b04d8ff0/przykadowyprelegent1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:37.5rem;display:block; }#sJvxurSm06RQFOOb8XXKEDf1vuJUnVig.adaptive-delivery-prevent-bg, #sJvxurSm06RQFOOb8XXKEDf1vuJUnVig.lazyload, #sJvxurSm06RQFOOb8XXKEDf1vuJUnVig.lazyloading { background-image: none; }
#ZQ1BvhXnPib5N34x1KDCSL1zIN3ZktJT { box-sizing:content-box;height:18.75rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/5ff20626-c443-4c3a-8e15-4e5fd93e376e/przykadowyprelegent2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:56.25rem;display:block; }#ZQ1BvhXnPib5N34x1KDCSL1zIN3ZktJT.adaptive-delivery-prevent-bg, #ZQ1BvhXnPib5N34x1KDCSL1zIN3ZktJT.lazyload, #ZQ1BvhXnPib5N34x1KDCSL1zIN3ZktJT.lazyloading { background-image: none; }
#cKbin4iudUl47rqCoKxIKV2QVPrO2ICS { position:relative;display:block; }#cKbin4iudUl47rqCoKxIKV2QVPrO2ICS { background-color: transparent; background-image: none; }#cKbin4iudUl47rqCoKxIKV2QVPrO2ICS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKbin4iudUl47rqCoKxIKV2QVPrO2ICS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKbin4iudUl47rqCoKxIKV2QVPrO2ICS > .row .container > .video-iframe-container { display: none; }#cKbin4iudUl47rqCoKxIKV2QVPrO2ICS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKbin4iudUl47rqCoKxIKV2QVPrO2ICS > .row > .video-iframe-container { display: none; }#cKbin4iudUl47rqCoKxIKV2QVPrO2ICS > .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); }#cKbin4iudUl47rqCoKxIKV2QVPrO2ICS { border-width: 0; border-radius: 0; }#cKbin4iudUl47rqCoKxIKV2QVPrO2ICS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cKbin4iudUl47rqCoKxIKV2QVPrO2ICS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:65.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#X8xBEA1cgIJnxtnVcQmhcc9moL95TfQO { color:#ffffff;display:block;width:57.3729375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:44.187501907349rem;left:9.375rem;height:11.71875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cansksJAAX4xeZJKtuTQAIOm6WHeTlOV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28.3125rem;width:50.5625rem;top:13.530209302903rem;left:12.218751907349rem;display:block; }
#dBDd3vWK6it4ahxcTOW42UyqPf6eUTBL { color:#ffffff;display:block;width:42.75rem;position:absolute;font-family:altronded;font-size:3.4375rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:5.6864595413208rem;left:5.5281257629394rem;height:3.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nkqFkbk7M09kXsCMfFKQwHzzbfFVSn9l { color:#e16565;display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:3.1232604980469rem;left:5.527774810791rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nQCF4lkng0WpkIohOEJX3iVrqMOSMWgr { position:relative;display:block; }#nQCF4lkng0WpkIohOEJX3iVrqMOSMWgr { background-color: transparent; background-image: none; }#nQCF4lkng0WpkIohOEJX3iVrqMOSMWgr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQCF4lkng0WpkIohOEJX3iVrqMOSMWgr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQCF4lkng0WpkIohOEJX3iVrqMOSMWgr > .row .container > .video-iframe-container { display: none; }#nQCF4lkng0WpkIohOEJX3iVrqMOSMWgr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQCF4lkng0WpkIohOEJX3iVrqMOSMWgr > .row > .video-iframe-container { display: none; }#nQCF4lkng0WpkIohOEJX3iVrqMOSMWgr > .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); }#nQCF4lkng0WpkIohOEJX3iVrqMOSMWgr { border-width: 0; border-radius: 0; }#nQCF4lkng0WpkIohOEJX3iVrqMOSMWgr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQCF4lkng0WpkIohOEJX3iVrqMOSMWgr > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TCAsN5TnbtBRBaUMK3aacv3B6fI0aG6H { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:18.0625rem;top:0.34375rem;left:0.34375rem;overflow:hidden;display:block; }
#dkG7u7eGL5tElbd7z1in8hpitgTaS3Go { 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:18.0625rem;width:18.0625rem;top:0.34375rem;left:19.09375rem;overflow:hidden;display:block; }
#kmbek8Oefas7ElstJVWeSC8CNgkw2yv9 { 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:18.0625rem;width:18.0625rem;top:0.34375rem;left:37.84375rem;overflow:hidden;display:block; }
#Ev07XAE3yZam7i90X3XwB2BvCwWWC6yJ { 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:18.0625rem;width:18.0625rem;top:0.34375rem;left:56.59375rem;overflow:hidden;display:block; }
#KysWygEP1UyTbH2A4ls86xQUQRiT2tu2 { position:relative;display:block; }#KysWygEP1UyTbH2A4ls86xQUQRiT2tu2 { background-color: transparent; background-image: none; }#KysWygEP1UyTbH2A4ls86xQUQRiT2tu2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KysWygEP1UyTbH2A4ls86xQUQRiT2tu2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KysWygEP1UyTbH2A4ls86xQUQRiT2tu2 > .row .container > .video-iframe-container { display: none; }#KysWygEP1UyTbH2A4ls86xQUQRiT2tu2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KysWygEP1UyTbH2A4ls86xQUQRiT2tu2 > .row > .video-iframe-container { display: none; }#KysWygEP1UyTbH2A4ls86xQUQRiT2tu2 > .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); }#KysWygEP1UyTbH2A4ls86xQUQRiT2tu2 { border-width: 0; border-radius: 0; }#KysWygEP1UyTbH2A4ls86xQUQRiT2tu2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KysWygEP1UyTbH2A4ls86xQUQRiT2tu2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TmCbO0QTIx3Lhz8qBHATfLmMSWyW7bfI { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:18.0625rem;top:0.34375rem;left:0.34375rem;overflow:hidden;display:block; }
#qgaQMZzFJL32yPsDMOxks6VeXCvxDmNG { 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:18.0625rem;width:18.0625rem;top:0.34375rem;left:19.09375rem;overflow:hidden;display:block; }
#vwHMA0gXsD3ORaPO4rZIqBpQ1byTdbZP { 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:18.0625rem;width:18.0625rem;top:0.34375rem;left:37.84375rem;overflow:hidden;display:block; }
#cMdB8g5fpDElyB3JHEWyDivJwsKoLRMW { 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:18.0625rem;width:18.0625rem;top:0.34375rem;left:56.59375rem;overflow:hidden;display:block; }
#IIAuqI4JZWGypXukoBRAT7ToitlsCPbT { position:relative;display:block; }#IIAuqI4JZWGypXukoBRAT7ToitlsCPbT { background-color: transparent; background-image: none; }#IIAuqI4JZWGypXukoBRAT7ToitlsCPbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIAuqI4JZWGypXukoBRAT7ToitlsCPbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIAuqI4JZWGypXukoBRAT7ToitlsCPbT > .row .container > .video-iframe-container { display: none; }#IIAuqI4JZWGypXukoBRAT7ToitlsCPbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIAuqI4JZWGypXukoBRAT7ToitlsCPbT > .row > .video-iframe-container { display: none; }#IIAuqI4JZWGypXukoBRAT7ToitlsCPbT > .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); }#IIAuqI4JZWGypXukoBRAT7ToitlsCPbT { border-width: 0; border-radius: 0; }#IIAuqI4JZWGypXukoBRAT7ToitlsCPbT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IIAuqI4JZWGypXukoBRAT7ToitlsCPbT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qavX2tEEGm5U95kcnRezSifULNZuu84R { color:#ffffff;display:block;width:42.75rem;position:absolute;font-family:altronded;font-size:3.4375rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:5rem;left:5.0625rem;height:3.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ObwqxfsKMussq1IQbiLQGPNeNHUHguM6 { color:#e16565;display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:2.4375rem;left:5.0625rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eJg1RcwdqQXgysVqBK5rdVqmHKio9DcC { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.125rem;left:5.0625rem;height:2.03125rem;display:block; }
#qtfPhCvnxz5wVkGfkANVutfdd4IrJEXy { position:relative;display:block; }#qtfPhCvnxz5wVkGfkANVutfdd4IrJEXy { background-color: transparent; background-image: none; }#qtfPhCvnxz5wVkGfkANVutfdd4IrJEXy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtfPhCvnxz5wVkGfkANVutfdd4IrJEXy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtfPhCvnxz5wVkGfkANVutfdd4IrJEXy > .row .container > .video-iframe-container { display: none; }#qtfPhCvnxz5wVkGfkANVutfdd4IrJEXy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtfPhCvnxz5wVkGfkANVutfdd4IrJEXy > .row > .video-iframe-container { display: none; }#qtfPhCvnxz5wVkGfkANVutfdd4IrJEXy > .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); }#qtfPhCvnxz5wVkGfkANVutfdd4IrJEXy { border-width: 0; border-radius: 0; }#qtfPhCvnxz5wVkGfkANVutfdd4IrJEXy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qtfPhCvnxz5wVkGfkANVutfdd4IrJEXy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fJVKihwrUZEsh7ztNX8kWmRF6izFogTh { color:#ffffff;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.3802108764649rem;left:4.9020843505859rem;height:2.03125rem;display:block; }
#eJJMXGOxaqukltsKGV3oe9Biq2a92TSB { color:#ffffff;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.6895828247069rem;left:4.9020843505859rem;height:;font-style:normal;display:block; }
#cXUA5c4tcrXLQK9Lze3DApySvScHStRo { box-sizing:content-box;height:7.375rem;width:66.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,49,81,0.37);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:10.688541412354rem;left:4.9020843505859rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#N3nxP4vlcZo0mtg70NMPPxzPMGSm7fkc { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.376041412354rem;left:7.33749961853rem;height:;display:block; }
#yVU0msyktBt1wWPu78K1IzT5SBnLnTNp { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.172910690307rem;left:18.152084350586rem;height:;font-style:normal;display:block; }
#W5kBmEqchTFyq2hOwWWQO2iVuxzSAo5i { position:relative;display:block; }#W5kBmEqchTFyq2hOwWWQO2iVuxzSAo5i { background-color: transparent; background-image: none; }#W5kBmEqchTFyq2hOwWWQO2iVuxzSAo5i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5kBmEqchTFyq2hOwWWQO2iVuxzSAo5i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5kBmEqchTFyq2hOwWWQO2iVuxzSAo5i > .row .container > .video-iframe-container { display: none; }#W5kBmEqchTFyq2hOwWWQO2iVuxzSAo5i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5kBmEqchTFyq2hOwWWQO2iVuxzSAo5i > .row > .video-iframe-container { display: none; }#W5kBmEqchTFyq2hOwWWQO2iVuxzSAo5i > .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); }#W5kBmEqchTFyq2hOwWWQO2iVuxzSAo5i { border-width: 0; border-radius: 0; }#W5kBmEqchTFyq2hOwWWQO2iVuxzSAo5i > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#W5kBmEqchTFyq2hOwWWQO2iVuxzSAo5i > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hfCCJ2eETKAwXP0J1p60GNH9EIFTthCv { box-sizing:content-box;height:7.375rem;width:66.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,49,81,0.37);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:0.6260414123535rem;left:4.9020843505859rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#GTLiuv0OPNoVxnVtNWxZXxqZ2f4dqZ32 { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3135414123535rem;left:7.3364582061769rem;height:;display:block; }
#t6QtzuCgiOeBucJ4f2G6SiCxBl3geu92 { color:#ffffff;display:block;width:26.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.109375rem;left:25.777084350586rem;height:;font-style:normal;display:block; }
#GkmbMXCbWxIqK2wwi9XhrlCOthnRCnrW { position:relative;display:block; }#GkmbMXCbWxIqK2wwi9XhrlCOthnRCnrW { background-color: transparent; background-image: none; }#GkmbMXCbWxIqK2wwi9XhrlCOthnRCnrW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkmbMXCbWxIqK2wwi9XhrlCOthnRCnrW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkmbMXCbWxIqK2wwi9XhrlCOthnRCnrW > .row .container > .video-iframe-container { display: none; }#GkmbMXCbWxIqK2wwi9XhrlCOthnRCnrW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkmbMXCbWxIqK2wwi9XhrlCOthnRCnrW > .row > .video-iframe-container { display: none; }#GkmbMXCbWxIqK2wwi9XhrlCOthnRCnrW > .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); }#GkmbMXCbWxIqK2wwi9XhrlCOthnRCnrW { border-width: 0; border-radius: 0; }#GkmbMXCbWxIqK2wwi9XhrlCOthnRCnrW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GkmbMXCbWxIqK2wwi9XhrlCOthnRCnrW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AEgT5oDeSvy0OXhUePbdoOq2CF6H1aPc { box-sizing:content-box;height:7.375rem;width:66.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,49,81,0.37);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:0.6260414123535rem;left:4.9020843505859rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#UIH6U9HxiGv6tKeuI4Jrp3kqlE879qdn { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3135414123535rem;left:7.3364582061769rem;height:;display:block; }
#yp1DUkDMXQyTmnEi1EWQlDyvBHHt5rot { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.609375rem;left:25.46875rem;height:;font-style:normal;display:block; }
#e6ziLTXdTWmh23DoKiOk2ZVXhONw6vRV { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.937744140625rem;left:25.46875rem;height:1.625rem;font-style:italic;display:block; }
#df06nUbk3pCXp6uccTlclUQWr4A76aBv { position:relative;display:block; }#df06nUbk3pCXp6uccTlclUQWr4A76aBv { background-color: transparent; background-image: none; }#df06nUbk3pCXp6uccTlclUQWr4A76aBv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#df06nUbk3pCXp6uccTlclUQWr4A76aBv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#df06nUbk3pCXp6uccTlclUQWr4A76aBv > .row .container > .video-iframe-container { display: none; }#df06nUbk3pCXp6uccTlclUQWr4A76aBv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#df06nUbk3pCXp6uccTlclUQWr4A76aBv > .row > .video-iframe-container { display: none; }#df06nUbk3pCXp6uccTlclUQWr4A76aBv > .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); }#df06nUbk3pCXp6uccTlclUQWr4A76aBv { border-width: 0; border-radius: 0; }#df06nUbk3pCXp6uccTlclUQWr4A76aBv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#df06nUbk3pCXp6uccTlclUQWr4A76aBv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ugaaMGdVyZLA95Kc9Myp4MGDEv1r1zAI { box-sizing:content-box;height:7.375rem;width:66.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,49,81,0.37);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:0.6260414123535rem;left:4.9020843505859rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#q29EUTS1Ed57gtLN1R3SeqEE96xl5k8u { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3135414123535rem;left:7.3364582061769rem;height:;display:block; }
#mtZ8EPqxCg8qeTXSVVJtlAskAZrotaHf { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.609375rem;left:25.46875rem;height:;font-style:normal;display:block; }
#KcADduD9wJxpCMvltslMLNEQGyRd6ZgA { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.937744140625rem;left:25.46875rem;height:1.625rem;font-style:italic;display:block; }
#rRHQUQgdTx6IWCqGapNM6UAkAQz6g1PW { position:relative;display:block; }#rRHQUQgdTx6IWCqGapNM6UAkAQz6g1PW { background-color: transparent; background-image: none; }#rRHQUQgdTx6IWCqGapNM6UAkAQz6g1PW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRHQUQgdTx6IWCqGapNM6UAkAQz6g1PW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRHQUQgdTx6IWCqGapNM6UAkAQz6g1PW > .row .container > .video-iframe-container { display: none; }#rRHQUQgdTx6IWCqGapNM6UAkAQz6g1PW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRHQUQgdTx6IWCqGapNM6UAkAQz6g1PW > .row > .video-iframe-container { display: none; }#rRHQUQgdTx6IWCqGapNM6UAkAQz6g1PW > .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); }#rRHQUQgdTx6IWCqGapNM6UAkAQz6g1PW { border-width: 0; border-radius: 0; }#rRHQUQgdTx6IWCqGapNM6UAkAQz6g1PW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rRHQUQgdTx6IWCqGapNM6UAkAQz6g1PW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iR2ODochTvcRTZD021g9orThvanTBTZc { box-sizing:content-box;height:7.375rem;width:66.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,49,81,0.37);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:0.6260414123535rem;left:4.9020843505859rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#TMIHQPNganRfiQ0kxeool9VLgu85AJDa { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3135414123535rem;left:7.3364582061769rem;height:;display:block; }
#cnfRbEqpa2Jt4Ar1AQD1ylzDffExUmd8 { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.609375rem;left:25.46875rem;height:;font-style:normal;display:block; }
#T3g6y5ZMlBSB80NLrQ9J4T91l2XR4iql { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.937744140625rem;left:25.46875rem;height:1.625rem;font-style:italic;display:block; }
#exrMtKfwEO2ry5uCGLa4q0KE2z34K1IS { position:relative;display:block; }#exrMtKfwEO2ry5uCGLa4q0KE2z34K1IS { background-color: transparent; background-image: none; }#exrMtKfwEO2ry5uCGLa4q0KE2z34K1IS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exrMtKfwEO2ry5uCGLa4q0KE2z34K1IS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exrMtKfwEO2ry5uCGLa4q0KE2z34K1IS > .row .container > .video-iframe-container { display: none; }#exrMtKfwEO2ry5uCGLa4q0KE2z34K1IS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exrMtKfwEO2ry5uCGLa4q0KE2z34K1IS > .row > .video-iframe-container { display: none; }#exrMtKfwEO2ry5uCGLa4q0KE2z34K1IS > .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); }#exrMtKfwEO2ry5uCGLa4q0KE2z34K1IS { border-width: 0; border-radius: 0; }#exrMtKfwEO2ry5uCGLa4q0KE2z34K1IS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#exrMtKfwEO2ry5uCGLa4q0KE2z34K1IS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yVnqto3vdcbChlPoXPpGTOcE9pbDNa27 { box-sizing:content-box;height:7.375rem;width:66.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,49,81,0.37);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:0.6260414123535rem;left:4.9020843505859rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#bJxBiNHdqS8ytzrsvT6NUdEdr71xUWii { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3135414123535rem;left:7.3364582061769rem;height:;display:block; }
#xsu76LbBSQr1TWHgyi20i8f6i6WK9kgv { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.362491607666rem;left:18.125rem;height:;display:block; }
#W0VNVPqWw0iXiUbKdA1uTgfkE5fIo9Fu { position:relative;display:block; }#W0VNVPqWw0iXiUbKdA1uTgfkE5fIo9Fu { background-color: transparent; background-image: none; }#W0VNVPqWw0iXiUbKdA1uTgfkE5fIo9Fu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0VNVPqWw0iXiUbKdA1uTgfkE5fIo9Fu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0VNVPqWw0iXiUbKdA1uTgfkE5fIo9Fu > .row .container > .video-iframe-container { display: none; }#W0VNVPqWw0iXiUbKdA1uTgfkE5fIo9Fu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0VNVPqWw0iXiUbKdA1uTgfkE5fIo9Fu > .row > .video-iframe-container { display: none; }#W0VNVPqWw0iXiUbKdA1uTgfkE5fIo9Fu > .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); }#W0VNVPqWw0iXiUbKdA1uTgfkE5fIo9Fu { border-width: 0; border-radius: 0; }#W0VNVPqWw0iXiUbKdA1uTgfkE5fIo9Fu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#W0VNVPqWw0iXiUbKdA1uTgfkE5fIo9Fu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qycdhARGTwHfUndpNldUQJdtCAw6ZGoq { box-sizing:content-box;height:7.375rem;width:66.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,49,81,0.37);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:0.6260414123535rem;left:4.9020843505859rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#z4ZgQpIUhPRWUb31ulq2ifHzxoNXaNQ7 { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3135414123535rem;left:7.3364582061769rem;height:;display:block; }
#JrT7vpOuh80ostfznrkbGBCe3r9LJ6Lg { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.609375rem;left:25.46875rem;height:;font-style:normal;display:block; }
#TeLZzNGTw58CwXDDz9WNr7IWaxZZK1Jd { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.937744140625rem;left:25.46875rem;height:1.625rem;font-style:italic;display:block; }
#p8amZPVDN4I2Z3mxkK9O6OMKZHPdFu63 { position:relative;display:block; }#p8amZPVDN4I2Z3mxkK9O6OMKZHPdFu63 { background-color: transparent; background-image: none; }#p8amZPVDN4I2Z3mxkK9O6OMKZHPdFu63::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8amZPVDN4I2Z3mxkK9O6OMKZHPdFu63 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8amZPVDN4I2Z3mxkK9O6OMKZHPdFu63 > .row .container > .video-iframe-container { display: none; }#p8amZPVDN4I2Z3mxkK9O6OMKZHPdFu63 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8amZPVDN4I2Z3mxkK9O6OMKZHPdFu63 > .row > .video-iframe-container { display: none; }#p8amZPVDN4I2Z3mxkK9O6OMKZHPdFu63 > .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); }#p8amZPVDN4I2Z3mxkK9O6OMKZHPdFu63 { border-width: 0; border-radius: 0; }#p8amZPVDN4I2Z3mxkK9O6OMKZHPdFu63 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#p8amZPVDN4I2Z3mxkK9O6OMKZHPdFu63 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OFVTiAnXXyAR0sgBsyPpzKX2TZPgZwt2 { box-sizing:content-box;height:7.375rem;width:66.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,49,81,0.37);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:0.6260414123535rem;left:4.9020843505859rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#KKNJDx099hHTop1xS6yNBe5c1XTQTuBO { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3135414123535rem;left:7.3364582061769rem;height:;display:block; }
#yK6xPpH5qAMWO75xN6ByyqCtg3papEEX { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.609375rem;left:25.46875rem;height:;font-style:normal;display:block; }
#ZhIlILh2Ogpec3MKBStUcJMf0mCQu2PI { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.937744140625rem;left:25.46875rem;height:1.625rem;font-style:italic;display:block; }
#W9Jic3KPnUWnGwDwy1bgzaPUrAPkDJs4 { position:relative;display:block; }#W9Jic3KPnUWnGwDwy1bgzaPUrAPkDJs4 { background-color: transparent; background-image: none; }#W9Jic3KPnUWnGwDwy1bgzaPUrAPkDJs4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9Jic3KPnUWnGwDwy1bgzaPUrAPkDJs4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9Jic3KPnUWnGwDwy1bgzaPUrAPkDJs4 > .row .container > .video-iframe-container { display: none; }#W9Jic3KPnUWnGwDwy1bgzaPUrAPkDJs4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9Jic3KPnUWnGwDwy1bgzaPUrAPkDJs4 > .row > .video-iframe-container { display: none; }#W9Jic3KPnUWnGwDwy1bgzaPUrAPkDJs4 > .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); }#W9Jic3KPnUWnGwDwy1bgzaPUrAPkDJs4 { border-width: 0; border-radius: 0; }#W9Jic3KPnUWnGwDwy1bgzaPUrAPkDJs4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#W9Jic3KPnUWnGwDwy1bgzaPUrAPkDJs4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Il2ckVNb1UKzQFWMOxQTkyIq0JaCsWyH { box-sizing:content-box;height:7.375rem;width:66.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,49,81,0.37);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:0.6260414123535rem;left:4.9020843505859rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#viTvN2lk6e8MQ9zu1qeZGS5dztprBZ1a { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3135414123535rem;left:7.3364582061769rem;height:;display:block; }
#JRbIyNTGTEe9TawIMfwzWszqRrczpsN1 { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.609375rem;left:25.46875rem;height:;font-style:normal;display:block; }
#noqyW3HwXUcJA3MnsrQrNcw9nrMw0hlA { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.937744140625rem;left:25.46875rem;height:1.625rem;font-style:italic;display:block; }
#Ha4Zk6oZsArb4s5leZEDNDP8HG04ulR3 { position:relative;display:block; }#Ha4Zk6oZsArb4s5leZEDNDP8HG04ulR3 { background-color: transparent; background-image: none; }#Ha4Zk6oZsArb4s5leZEDNDP8HG04ulR3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ha4Zk6oZsArb4s5leZEDNDP8HG04ulR3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ha4Zk6oZsArb4s5leZEDNDP8HG04ulR3 > .row .container > .video-iframe-container { display: none; }#Ha4Zk6oZsArb4s5leZEDNDP8HG04ulR3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ha4Zk6oZsArb4s5leZEDNDP8HG04ulR3 > .row > .video-iframe-container { display: none; }#Ha4Zk6oZsArb4s5leZEDNDP8HG04ulR3 > .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); }#Ha4Zk6oZsArb4s5leZEDNDP8HG04ulR3 { border-width: 0; border-radius: 0; }#Ha4Zk6oZsArb4s5leZEDNDP8HG04ulR3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ha4Zk6oZsArb4s5leZEDNDP8HG04ulR3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zvfQvoUSuL077P6MsWMXyiiycwnmRB0h { box-sizing:content-box;height:7.375rem;width:66.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,49,81,0.37);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:0.6260414123535rem;left:4.9020843505859rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#X6y6SbNT2CaXbGwIIi3CR5D1i4O4f8Id { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3135414123535rem;left:7.3364582061769rem;height:;display:block; }
#MoxU2lslfbEzUUuc89XfzyyQHGNH4ezl { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.608642578125rem;left:25.46875rem;height:;font-style:normal;display:block; }
#HEVJiCNWSToF8LzoQpogcNqHv0MPG6fU { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.937744140625rem;left:25.46875rem;height:1.625rem;font-style:italic;display:block; }
#Z2ZlZmsdu8ace2M2ehbJXkEWurhC0pt6 { position:relative;display:block; }#Z2ZlZmsdu8ace2M2ehbJXkEWurhC0pt6 { background-color: transparent; background-image: none; }#Z2ZlZmsdu8ace2M2ehbJXkEWurhC0pt6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2ZlZmsdu8ace2M2ehbJXkEWurhC0pt6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2ZlZmsdu8ace2M2ehbJXkEWurhC0pt6 > .row .container > .video-iframe-container { display: none; }#Z2ZlZmsdu8ace2M2ehbJXkEWurhC0pt6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2ZlZmsdu8ace2M2ehbJXkEWurhC0pt6 > .row > .video-iframe-container { display: none; }#Z2ZlZmsdu8ace2M2ehbJXkEWurhC0pt6 > .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); }#Z2ZlZmsdu8ace2M2ehbJXkEWurhC0pt6 { border-width: 0; border-radius: 0; }#Z2ZlZmsdu8ace2M2ehbJXkEWurhC0pt6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z2ZlZmsdu8ace2M2ehbJXkEWurhC0pt6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p3D6CptUB5tmdL2RdBoTdRvrp2Nug76F { box-sizing:content-box;height:7.375rem;width:66.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,49,81,0.37);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:0.6260414123535rem;left:4.9020843505859rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#qSisTTX0qJplzaSrbBbxKdmz7cvtf3Vm { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3135414123535rem;left:7.3364582061769rem;height:;display:block; }
#zSHC0yVbsNlLC8rFTaAmufeXDD2hlda5 { color:#ffffff;display:block;width:27.56225rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.375rem;left:18.155517578125rem;height:;font-style:normal;display:block; }
#yZwhihODCGz7ntupVuRUfQVyem9UNGAo { position:relative;display:block; }#yZwhihODCGz7ntupVuRUfQVyem9UNGAo { background-color: transparent; background-image: none; }#yZwhihODCGz7ntupVuRUfQVyem9UNGAo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZwhihODCGz7ntupVuRUfQVyem9UNGAo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZwhihODCGz7ntupVuRUfQVyem9UNGAo > .row .container > .video-iframe-container { display: none; }#yZwhihODCGz7ntupVuRUfQVyem9UNGAo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZwhihODCGz7ntupVuRUfQVyem9UNGAo > .row > .video-iframe-container { display: none; }#yZwhihODCGz7ntupVuRUfQVyem9UNGAo > .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); }#yZwhihODCGz7ntupVuRUfQVyem9UNGAo { border-width: 0; border-radius: 0; }#yZwhihODCGz7ntupVuRUfQVyem9UNGAo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yZwhihODCGz7ntupVuRUfQVyem9UNGAo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w55MFMXMQzOso3fi3cMTqif4DGRTHqJb { box-sizing:content-box;height:7.375rem;width:66.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,49,81,0.37);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:0.6260414123535rem;left:4.9020843505859rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#kayUa9Gyde68nLP8rRJBMtEoNBBB4Oao { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3135414123535rem;left:7.3364582061769rem;height:;display:block; }
#unp4JMUaIkXOUczBnUgwCnr9yZuhUbZS { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.608642578125rem;left:25.46875rem;height:;font-style:normal;display:block; }
#pgPSBFJCT0FDHknmryS3DrXkTh0Cr7mv { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.937744140625rem;left:25.46875rem;height:;font-style:italic;display:block; }
#v1vHodCMfaWRnuJrnibpS8ZCSD2JCiGh { position:relative;display:block; }#v1vHodCMfaWRnuJrnibpS8ZCSD2JCiGh { background-color: transparent; background-image: none; }#v1vHodCMfaWRnuJrnibpS8ZCSD2JCiGh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1vHodCMfaWRnuJrnibpS8ZCSD2JCiGh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1vHodCMfaWRnuJrnibpS8ZCSD2JCiGh > .row .container > .video-iframe-container { display: none; }#v1vHodCMfaWRnuJrnibpS8ZCSD2JCiGh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1vHodCMfaWRnuJrnibpS8ZCSD2JCiGh > .row > .video-iframe-container { display: none; }#v1vHodCMfaWRnuJrnibpS8ZCSD2JCiGh > .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); }#v1vHodCMfaWRnuJrnibpS8ZCSD2JCiGh { border-width: 0; border-radius: 0; }#v1vHodCMfaWRnuJrnibpS8ZCSD2JCiGh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#v1vHodCMfaWRnuJrnibpS8ZCSD2JCiGh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PHneGzczQ0RTWXG8TKnywXgPF3HBxEOT { box-sizing:content-box;height:7.375rem;width:66.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,49,81,0.37);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:0.6260414123535rem;left:4.9020843505859rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#xdCEwDZW1FplDKXp3q7PttDqAPNRmukz { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3135414123535rem;left:7.3364582061769rem;height:;display:block; }
#e3gzAC7r974xK4VxFGZZKG3zQ5Sa1acf { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.608642578125rem;left:25.46875rem;height:;font-style:normal;display:block; }
#mqf4BmHTdPdByBB3VKVVDw4fdirORAGD { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.937744140625rem;left:25.46875rem;height:1.625rem;font-style:italic;display:block; }
#IOgdUFrq0bpALt5q7WsumHK0FJwCs0iT { position:relative;display:block; }#IOgdUFrq0bpALt5q7WsumHK0FJwCs0iT { background-color: transparent; background-image: none; }#IOgdUFrq0bpALt5q7WsumHK0FJwCs0iT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOgdUFrq0bpALt5q7WsumHK0FJwCs0iT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOgdUFrq0bpALt5q7WsumHK0FJwCs0iT > .row .container > .video-iframe-container { display: none; }#IOgdUFrq0bpALt5q7WsumHK0FJwCs0iT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOgdUFrq0bpALt5q7WsumHK0FJwCs0iT > .row > .video-iframe-container { display: none; }#IOgdUFrq0bpALt5q7WsumHK0FJwCs0iT > .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); }#IOgdUFrq0bpALt5q7WsumHK0FJwCs0iT { border-width: 0; border-radius: 0; }#IOgdUFrq0bpALt5q7WsumHK0FJwCs0iT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IOgdUFrq0bpALt5q7WsumHK0FJwCs0iT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#anuHsQEnVDPkpHpeP8KktbP4cdBc2z4Q { box-sizing:content-box;height:7.375rem;width:66.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,49,81,0.37);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:0.6260414123535rem;left:4.9020843505859rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#gFyDzo4CWl7ialGqftBCcCwJinSZOH5n { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3135414123535rem;left:7.3364582061769rem;height:;display:block; }
#izBf50K1qExScMAZIpsIoowNp93FkcL3 { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.608642578125rem;left:25.46875rem;height:;font-style:normal;display:block; }
#Th3dypMiEG2gTbolk6AIw8zGP3zwaAqB { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.937744140625rem;left:25.46875rem;height:1.625rem;font-style:italic;display:block; }
#dAK3mHacyQ7TBzh2FyUv3UZmTzk0vQOo { position:relative;display:block; }#dAK3mHacyQ7TBzh2FyUv3UZmTzk0vQOo { background-color: transparent; background-image: none; }#dAK3mHacyQ7TBzh2FyUv3UZmTzk0vQOo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAK3mHacyQ7TBzh2FyUv3UZmTzk0vQOo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAK3mHacyQ7TBzh2FyUv3UZmTzk0vQOo > .row .container > .video-iframe-container { display: none; }#dAK3mHacyQ7TBzh2FyUv3UZmTzk0vQOo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAK3mHacyQ7TBzh2FyUv3UZmTzk0vQOo > .row > .video-iframe-container { display: none; }#dAK3mHacyQ7TBzh2FyUv3UZmTzk0vQOo > .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); }#dAK3mHacyQ7TBzh2FyUv3UZmTzk0vQOo { border-width: 0; border-radius: 0; }#dAK3mHacyQ7TBzh2FyUv3UZmTzk0vQOo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dAK3mHacyQ7TBzh2FyUv3UZmTzk0vQOo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LfOoTuEbqzOvlWUFMOMMEJKLzhMehQnN { box-sizing:content-box;height:7.375rem;width:66.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,49,81,0.37);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:0.6260414123535rem;left:4.9020843505859rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#zFvyoCNENhA9dT96DnlJ3Ms4HTRupXDd { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3135414123535rem;left:7.3364582061769rem;height:;display:block; }
#Ws5xegxgull52QcA9TEc4vWXa1LnTwE5 { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.375rem;left:18.125rem;height:;font-style:normal;display:block; }
#x8Uvvba30gek22qXqamW3TLOwxqwzSwn { position:relative;display:block; }#x8Uvvba30gek22qXqamW3TLOwxqwzSwn { background-color: transparent; background-image: none; }#x8Uvvba30gek22qXqamW3TLOwxqwzSwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8Uvvba30gek22qXqamW3TLOwxqwzSwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8Uvvba30gek22qXqamW3TLOwxqwzSwn > .row .container > .video-iframe-container { display: none; }#x8Uvvba30gek22qXqamW3TLOwxqwzSwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8Uvvba30gek22qXqamW3TLOwxqwzSwn > .row > .video-iframe-container { display: none; }#x8Uvvba30gek22qXqamW3TLOwxqwzSwn > .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); }#x8Uvvba30gek22qXqamW3TLOwxqwzSwn { border-width: 0; border-radius: 0; }#x8Uvvba30gek22qXqamW3TLOwxqwzSwn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#x8Uvvba30gek22qXqamW3TLOwxqwzSwn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cQcfZ0QT8qTmgDf9BPlBf4AQTkQMuHDT { box-sizing:content-box;height:7.375rem;width:66.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,49,81,0.37);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:0.6260414123535rem;left:4.9020843505859rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ZStgh6ixZ7aXGnehQ1rnysZDsNCWxIfs { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3135414123535rem;left:7.3364582061769rem;height:;display:block; }
#BwNQF18CrReCfHNfcOZNyeIX5CbW4sqE { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.608642578125rem;left:25.46875rem;height:;font-style:normal;display:block; }
#zaSvt1HXPn8tBJP5dSnREAdpQ4hnkrt9 { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.937744140625rem;left:25.46875rem;height:1.625rem;font-style:italic;display:block; }
#rEMlBwq31A3Xr3RGCsrdrUIr0BAk0vWV { position:relative;display:block; }#rEMlBwq31A3Xr3RGCsrdrUIr0BAk0vWV { background-color: transparent; background-image: none; }#rEMlBwq31A3Xr3RGCsrdrUIr0BAk0vWV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rEMlBwq31A3Xr3RGCsrdrUIr0BAk0vWV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rEMlBwq31A3Xr3RGCsrdrUIr0BAk0vWV > .row .container > .video-iframe-container { display: none; }#rEMlBwq31A3Xr3RGCsrdrUIr0BAk0vWV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rEMlBwq31A3Xr3RGCsrdrUIr0BAk0vWV > .row > .video-iframe-container { display: none; }#rEMlBwq31A3Xr3RGCsrdrUIr0BAk0vWV > .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); }#rEMlBwq31A3Xr3RGCsrdrUIr0BAk0vWV { border-width: 0; border-radius: 0; }#rEMlBwq31A3Xr3RGCsrdrUIr0BAk0vWV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rEMlBwq31A3Xr3RGCsrdrUIr0BAk0vWV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tsaIgfwAxXPTWVxD1DEn1QpUfV3JOIpO { box-sizing:content-box;height:7.375rem;width:66.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,49,81,0.37);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:0.6260414123535rem;left:4.9020843505859rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#o7BwfJOqTRF2zrXXMnBVpzcOR0HO8ltr { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3135414123535rem;left:7.3364582061769rem;height:;display:block; }
#fpJTVHSdPHHKoRg2oyeN8XfwsOVNo7oE { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.608642578125rem;left:25.46875rem;height:;font-style:normal;display:block; }
#gWlN8mU7GqCXQkIKSDyvdZb6MgxRDp7g { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.937744140625rem;left:25.46875rem;height:1.625rem;font-style:italic;display:block; }
#CHdtDDJrAFDPy1wltqxnBVNXqgThsepv { position:relative;display:block; }#CHdtDDJrAFDPy1wltqxnBVNXqgThsepv { background-color: transparent; background-image: none; }#CHdtDDJrAFDPy1wltqxnBVNXqgThsepv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHdtDDJrAFDPy1wltqxnBVNXqgThsepv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHdtDDJrAFDPy1wltqxnBVNXqgThsepv > .row .container > .video-iframe-container { display: none; }#CHdtDDJrAFDPy1wltqxnBVNXqgThsepv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHdtDDJrAFDPy1wltqxnBVNXqgThsepv > .row > .video-iframe-container { display: none; }#CHdtDDJrAFDPy1wltqxnBVNXqgThsepv > .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); }#CHdtDDJrAFDPy1wltqxnBVNXqgThsepv { border-width: 0; border-radius: 0; }#CHdtDDJrAFDPy1wltqxnBVNXqgThsepv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CHdtDDJrAFDPy1wltqxnBVNXqgThsepv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J5WTRJlA6hgLmVxL0w0DIyTCEnZt9Kql { box-sizing:content-box;height:7.375rem;width:66.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,49,81,0.37);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:0.6260414123535rem;left:4.9020843505859rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#lh416JapgzbWGAzmiTXSFtAIPZqla6uA { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3135414123535rem;left:7.3364582061769rem;height:;display:block; }
#oksmaSIe9xE1N8Fn5701HTRygncm0VTR { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.608642578125rem;left:25.46875rem;height:;font-style:normal;display:block; }
#OdCeI9hprU2RH97rXHWllwULHvWyuCVW { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.937744140625rem;left:25.46875rem;height:1.625rem;font-style:italic;display:block; }
#solF7x2eXfa6XgAGf2plH6O6ihzmOZke { position:relative;display:block; }#solF7x2eXfa6XgAGf2plH6O6ihzmOZke { background-color: transparent; background-image: none; }#solF7x2eXfa6XgAGf2plH6O6ihzmOZke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#solF7x2eXfa6XgAGf2plH6O6ihzmOZke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#solF7x2eXfa6XgAGf2plH6O6ihzmOZke > .row .container > .video-iframe-container { display: none; }#solF7x2eXfa6XgAGf2plH6O6ihzmOZke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#solF7x2eXfa6XgAGf2plH6O6ihzmOZke > .row > .video-iframe-container { display: none; }#solF7x2eXfa6XgAGf2plH6O6ihzmOZke > .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); }#solF7x2eXfa6XgAGf2plH6O6ihzmOZke { border-width: 0; border-radius: 0; }#solF7x2eXfa6XgAGf2plH6O6ihzmOZke > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#solF7x2eXfa6XgAGf2plH6O6ihzmOZke > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hE6EdOPVt5VCphxbkQUJFSPMt2OLpany { box-sizing:content-box;height:7.375rem;width:66.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,49,81,0.37);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:0.6260414123535rem;left:4.9020843505859rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#V892ya8vRURf8PfepkVunppPuWA1WDOx { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3135414123535rem;left:7.3364582061769rem;height:;display:block; }
#xfpnDSveDVKotEMKn7ciwdV0gQkux8dw { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.608642578125rem;left:25.46875rem;height:;font-style:normal;display:block; }
#a1tWbF4M7yT37cdUdlt3w9TPpFuaSVbL { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.937744140625rem;left:25.46875rem;height:;font-style:italic;display:block; }
#e4LDvdNTXl7QzF1LkUqJz3hm1y8DlAcc { position:relative;display:block; }#e4LDvdNTXl7QzF1LkUqJz3hm1y8DlAcc { background-color: transparent; background-image: none; }#e4LDvdNTXl7QzF1LkUqJz3hm1y8DlAcc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4LDvdNTXl7QzF1LkUqJz3hm1y8DlAcc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4LDvdNTXl7QzF1LkUqJz3hm1y8DlAcc > .row .container > .video-iframe-container { display: none; }#e4LDvdNTXl7QzF1LkUqJz3hm1y8DlAcc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4LDvdNTXl7QzF1LkUqJz3hm1y8DlAcc > .row > .video-iframe-container { display: none; }#e4LDvdNTXl7QzF1LkUqJz3hm1y8DlAcc > .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); }#e4LDvdNTXl7QzF1LkUqJz3hm1y8DlAcc { border-width: 0; border-radius: 0; }#e4LDvdNTXl7QzF1LkUqJz3hm1y8DlAcc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#e4LDvdNTXl7QzF1LkUqJz3hm1y8DlAcc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PiuCi9ixX2QX6CUFxPR9Qh9gwiFtNvN4 { box-sizing:content-box;height:7.375rem;width:66.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,49,81,0.37);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:0.6260414123535rem;left:4.9020843505859rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Gdo68Ce5N6FfIWl8DSA2crZ8KgalPOlI { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3135414123535rem;left:7.3364582061769rem;height:;display:block; }
#Fdr5dh4Nkoruo9T4d1oVCMkwmX1cxyJ6 { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:18.125rem;height:;font-style:normal;display:block; }
#P4iSVZHafeNFWcbSDRTDUzkUUetq4I4q { position:relative;display:block; }#P4iSVZHafeNFWcbSDRTDUzkUUetq4I4q { background-color: transparent; background-image: none; }#P4iSVZHafeNFWcbSDRTDUzkUUetq4I4q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4iSVZHafeNFWcbSDRTDUzkUUetq4I4q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4iSVZHafeNFWcbSDRTDUzkUUetq4I4q > .row .container > .video-iframe-container { display: none; }#P4iSVZHafeNFWcbSDRTDUzkUUetq4I4q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4iSVZHafeNFWcbSDRTDUzkUUetq4I4q > .row > .video-iframe-container { display: none; }#P4iSVZHafeNFWcbSDRTDUzkUUetq4I4q > .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); }#P4iSVZHafeNFWcbSDRTDUzkUUetq4I4q { border-width: 0; border-radius: 0; }#P4iSVZHafeNFWcbSDRTDUzkUUetq4I4q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#P4iSVZHafeNFWcbSDRTDUzkUUetq4I4q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wrvSlBcCRNiBISkd7Jf3QLTTyTSUkzRN { box-sizing:content-box;height:7.375rem;width:66.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,49,81,0.37);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:0.6260414123535rem;left:4.9020843505859rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#qsv5kHdkP3qf1XlT74MIeoIuVBKTvz2u { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3135414123535rem;left:7.3364582061769rem;height:;display:block; }
#xSQk1hXWs9rKuE4XOoL1X6JtUcpePuyy { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:18.125rem;height:;font-style:normal;display:block; }
#DlGNuXPSxU6GkoNtAp32EyImQkbb643W { position:relative;display:block; }#DlGNuXPSxU6GkoNtAp32EyImQkbb643W { background-color: transparent; background-image: none; }#DlGNuXPSxU6GkoNtAp32EyImQkbb643W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlGNuXPSxU6GkoNtAp32EyImQkbb643W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlGNuXPSxU6GkoNtAp32EyImQkbb643W > .row .container > .video-iframe-container { display: none; }#DlGNuXPSxU6GkoNtAp32EyImQkbb643W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlGNuXPSxU6GkoNtAp32EyImQkbb643W > .row > .video-iframe-container { display: none; }#DlGNuXPSxU6GkoNtAp32EyImQkbb643W > .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); }#DlGNuXPSxU6GkoNtAp32EyImQkbb643W { border-width: 0; border-radius: 0; }#DlGNuXPSxU6GkoNtAp32EyImQkbb643W > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DlGNuXPSxU6GkoNtAp32EyImQkbb643W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uwObdRpQsXSic2vTKKBDqmTA84TGtWLy { box-sizing:content-box;height:7.375rem;width:66.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,49,81,0.37);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:0.6260414123535rem;left:4.9020843505859rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Jpv6cBtg8H4wlyheEuqsxUGxtOWzm6g8 { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3135414123535rem;left:7.3364582061769rem;height:;display:block; }
#z2HLZvbfZfIBJOU75BNGty6wX3bn2VRf { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:18.125rem;height:;font-style:normal;display:block; }
#cNQDx0RRWRhUgSN3Ex3POwJN6Zfb6qJf { position:relative;display:block; }#cNQDx0RRWRhUgSN3Ex3POwJN6Zfb6qJf { background-color: transparent; background-image: none; }#cNQDx0RRWRhUgSN3Ex3POwJN6Zfb6qJf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNQDx0RRWRhUgSN3Ex3POwJN6Zfb6qJf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNQDx0RRWRhUgSN3Ex3POwJN6Zfb6qJf > .row .container > .video-iframe-container { display: none; }#cNQDx0RRWRhUgSN3Ex3POwJN6Zfb6qJf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNQDx0RRWRhUgSN3Ex3POwJN6Zfb6qJf > .row > .video-iframe-container { display: none; }#cNQDx0RRWRhUgSN3Ex3POwJN6Zfb6qJf > .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); }#cNQDx0RRWRhUgSN3Ex3POwJN6Zfb6qJf { border-width: 0; border-radius: 0; }#cNQDx0RRWRhUgSN3Ex3POwJN6Zfb6qJf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cNQDx0RRWRhUgSN3Ex3POwJN6Zfb6qJf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BlzzftuiOGBLfJAf8eml5XtIzTLTlfNT { box-sizing:content-box;height:7.375rem;width:66.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,49,81,0.37);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:0.6260414123535rem;left:4.9020843505859rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#gaH3zsbUuqnO8mTZgIPmEu4bGXAqoT5w { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3135414123535rem;left:7.3364582061769rem;height:;display:block; }
#cO8o0sI3mqqEKvdNANS4LWGMz0akUPV8 { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:18.125rem;height:;font-style:normal;display:block; }
#ynWh4H4E6E2sqQWDvTORpmVRWJCnFKRo { position:relative;display:block; }#ynWh4H4E6E2sqQWDvTORpmVRWJCnFKRo { background-color: transparent; background-image: none; }#ynWh4H4E6E2sqQWDvTORpmVRWJCnFKRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynWh4H4E6E2sqQWDvTORpmVRWJCnFKRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynWh4H4E6E2sqQWDvTORpmVRWJCnFKRo > .row .container > .video-iframe-container { display: none; }#ynWh4H4E6E2sqQWDvTORpmVRWJCnFKRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynWh4H4E6E2sqQWDvTORpmVRWJCnFKRo > .row > .video-iframe-container { display: none; }#ynWh4H4E6E2sqQWDvTORpmVRWJCnFKRo > .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); }#ynWh4H4E6E2sqQWDvTORpmVRWJCnFKRo { border-width: 0; border-radius: 0; }#ynWh4H4E6E2sqQWDvTORpmVRWJCnFKRo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ynWh4H4E6E2sqQWDvTORpmVRWJCnFKRo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wBQD6HlXPJ25hBhLMugDZvTmHqqpxnZd { box-sizing:content-box;height:7.375rem;width:66.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,49,81,0.37);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:0.6260414123535rem;left:4.9020843505859rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#R6IqeotlrCcg5Z53J9xKDxop9Aai9ToU { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3135414123535rem;left:7.3364582061769rem;height:;display:block; }
#ALWGTxhulUUHiEqZ0TIrffuMXduG5zxc { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:18.125rem;height:;font-style:normal;display:block; }
#XButXMKaiw8k3vFsgIfSyp2WcGKzK5UQ { position:relative;display:none; }#XButXMKaiw8k3vFsgIfSyp2WcGKzK5UQ { border-width: 0; border-radius: 0; }#XButXMKaiw8k3vFsgIfSyp2WcGKzK5UQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XButXMKaiw8k3vFsgIfSyp2WcGKzK5UQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#v4VUap2LxgKeLths8UXTdW3f4MI2uRvM { box-sizing:content-box;height:7.375rem;width:66.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,49,81,0.37);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:0.6260414123535rem;left:4.9020843505859rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#H9X4pNXbNwoPo1NMHuFMZX7JnSZwWopH { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3135414123535rem;left:7.3364582061769rem;height:;display:block; }
#e16rKwfkyoUtxfTkOMISMN1yR4nyldZq { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.375rem;top:1.84375rem;left:18.561460494995rem;overflow:hidden;display:block; }
#u2keg75fii1QarzzdNQyxdb7E8K0Q16t { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0947914123535rem;left:25.464586257934rem;height:4.0625rem;display:block; }
#kq65clCvlQNoLrJVcwZLpWSfc4F2V0U4 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-primary-3),1);border-left:0.25rem solid rgba(var(--color-primary-3),1);border-right:0.25rem solid rgba(var(--color-primary-3),1);border-bottom:0.25rem solid rgba(var(--color-primary-3),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.4072914123535rem;left:57.437505722046rem;display:block; }
#I6RbyXrZx4BluQplXHtKkVqo2VdBsCVS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AUyyaZMT7N2s8VFfVwyXhGtVKyclGNFW { box-sizing:content-box;height:5.8125rem;width:5.8125rem;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:15001;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:1.5562515258789rem;left:18.276041030884rem;display:block; }
#AxQBcVvlDLVgnMw5Ien74AQO648ieAKC { position:relative;display:none; }#AxQBcVvlDLVgnMw5Ien74AQO648ieAKC { border-width: 0; border-radius: 0; }#AxQBcVvlDLVgnMw5Ien74AQO648ieAKC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AxQBcVvlDLVgnMw5Ien74AQO648ieAKC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:17.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uilxTXp9cn20xDVcmBaTBgUFZ2JUxVrB { box-sizing:content-box;height:15.1875rem;width:66.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,49,81,0.37);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:0.6875rem;left:4.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#buH8dnBiuHhnoZOnaqhq6SVtGI5f2Fhl { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1875rem;left:14.5rem;height:1.625rem;display:block; }
#C2dTB45wCk59ox096nT4UxpNdBE9ueig { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.625rem;left:14.5rem;height:1.21875rem;font-style:normal;display:block; }
#vn8ptfSlVhh4KSrb0uHn4rst0UDM3oRb { box-sizing:content-box;height:5.5rem;width:5.5rem;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:15007;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/EZ4TYgXPNWk/unsplash/ludovic-migneault-EZ4TYgXPNWk-photo-1590086782957-93c06ef21604.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.4375rem;left:27.625001907349rem;display:block; }#vn8ptfSlVhh4KSrb0uHn4rst0UDM3oRb.adaptive-delivery-prevent-bg, #vn8ptfSlVhh4KSrb0uHn4rst0UDM3oRb.lazyload, #vn8ptfSlVhh4KSrb0uHn4rst0UDM3oRb.lazyloading { background-image: none; }
#yhs002RaAt05PiMwlbPKDTgTXiWsnUVR { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.25rem;left:34.3125rem;height:1.625rem;display:block; }
#TMnHLD0VJKvmpym2O9D9sluCGkEQ4cSg { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.625rem;left:34.3125rem;height:1.21875rem;font-style:normal;display:block; }
#DyfXx9nTgiKEzZilryKFcfE1Ly7rMKzU { color:#ffffff;display:block;width:55.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.558334350586rem;left:7.5000019073488rem;height:3.25rem;font-style:normal;display:block; }
#U56ZQ0wzh5fbs8LzaMX4rQveTNTqRElv { box-sizing:content-box;height:7.3125rem;width:18.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(48,49,81,0.37);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:1.5625rem;left:6.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#GvATwiWsA6XMSL7AB6nT8KJAVXnbT76a { box-sizing:content-box;height:7.3125rem;width:18.1875rem;position:absolute;display:block;z-index:15001;background-color:rgba(48,49,81,0.37);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:1.4624996185302rem;left:26.500001907349rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#cM6BJsymcKvSqQcmvaVOBxG6TOJVdhJJ { box-sizing:content-box;height:5.5rem;width:5.5rem;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:15008;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/EZ4TYgXPNWk/unsplash/ludovic-migneault-EZ4TYgXPNWk-photo-1590086782957-93c06ef21604.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:7.5000019073488rem;display:block; }#cM6BJsymcKvSqQcmvaVOBxG6TOJVdhJJ.adaptive-delivery-prevent-bg, #cM6BJsymcKvSqQcmvaVOBxG6TOJVdhJJ.lazyload, #cM6BJsymcKvSqQcmvaVOBxG6TOJVdhJJ.lazyloading { background-image: none; }
#HiwVRrqFIMzo6tqHLrngfCTu5dpwwr4u { position:relative;display:none; }#HiwVRrqFIMzo6tqHLrngfCTu5dpwwr4u { border-width: 0; border-radius: 0; }#HiwVRrqFIMzo6tqHLrngfCTu5dpwwr4u > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HiwVRrqFIMzo6tqHLrngfCTu5dpwwr4u > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:71.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#uPsmfei6kAy3vlyunbikhNPqZrq0TFcQ { color:#ffffff;display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:19.625rem;left:7.5rem;height:15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c2am7OS02MCv07QWiwR0547WIyAIdgr5 { color:#ffffff;display:block;width:63.373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:37.5rem;left:7.5rem;height:10.025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#c2am7OS02MCv07QWiwR0547WIyAIdgr5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c2am7OS02MCv07QWiwR0547WIyAIdgr5 li:before{  }
#iXw3OZoDa0TITTdQbUItfMUDMy0nyNmH { color:#ffffff;display:block;width:63.373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:50.0625rem;left:7.5rem;height:2.925rem;text-align:left;text-align-last:left;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; }
#IsvcglHC7LzfTa78e57JlJiaapC2WKGf { color:#ffffff;display:block;width:10.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:59.125rem;left:29.125rem;height:5.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bVgWnzJ5WPadGTmWKQINwwvE9i5Tt3uM { color:#ffffff;display:block;width:8.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:59.125rem;left:19.3125rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eWE80H95KrqB4GF6EEAA8e0msfgSX7uF { color:#ffffff;display:block;width:10.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:59.125rem;left:41.9375rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zPXO2g0K8UrCgibgJHPLSFWSG9eE28LA { color:#ffffff;display:block;width:15.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:59.125rem;left:54.75rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HLGL3twOHscnevfro8wTBxBix85RFivv { color:#ffffff;display:block;width:8.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:59.125rem;left:7.5rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c2gtHdoaCXIMGTNXRuhNPfrwdV7WJwOb { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:55.3125rem;left:7.5rem;height:1.4625rem;text-align:left;text-align-last:left;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; }
#xcmaQipo2iSqKIVWIWKeBZt24zPARXLr { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:altronded;font-size:3.4375rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:4.875rem;left:5.0625rem;height:3.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J5Uik6ehKrBOMSZT3kgEcQllRgsx6f7W { color:#e16565;display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:2.3125rem;left:5.0625rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VwBelzAHNS58afAW3iv2FGDGGGMnoy0v { position:relative;display:block; }#VwBelzAHNS58afAW3iv2FGDGGGMnoy0v { background-color: transparent; background-image: none; }#VwBelzAHNS58afAW3iv2FGDGGGMnoy0v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwBelzAHNS58afAW3iv2FGDGGGMnoy0v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwBelzAHNS58afAW3iv2FGDGGGMnoy0v > .row .container > .video-iframe-container { display: none; }#VwBelzAHNS58afAW3iv2FGDGGGMnoy0v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwBelzAHNS58afAW3iv2FGDGGGMnoy0v > .row > .video-iframe-container { display: none; }#VwBelzAHNS58afAW3iv2FGDGGGMnoy0v > .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); }#VwBelzAHNS58afAW3iv2FGDGGGMnoy0v { border-width: 0; border-radius: 0; }#VwBelzAHNS58afAW3iv2FGDGGGMnoy0v > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VwBelzAHNS58afAW3iv2FGDGGGMnoy0v > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#pJ60nbDRfQQbNl0HLZxfTTbuPBiqoQsE { color:#ffffff;display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.436458587646rem;left:9.375rem;height:21.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QE3JiVf3X06qUSK2o0G7nHCwUi5BVdwK { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:altronded;font-size:3.4375rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:5rem;left:4.375rem;height:3.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ke0hkzZoS5Uhf6zZeTSASGKhkwDq78M2 { color:#e16565;display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:2.4375rem;left:4.375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BhfPmJOobfRtiANUnBBg9V80IeTRUTgm { 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; }#BhfPmJOobfRtiANUnBBg9V80IeTRUTgm > .row .container { background-color: transparent; background-image: none; }#BhfPmJOobfRtiANUnBBg9V80IeTRUTgm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhfPmJOobfRtiANUnBBg9V80IeTRUTgm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhfPmJOobfRtiANUnBBg9V80IeTRUTgm > .row .container > .video-iframe-container { display: none; }#BhfPmJOobfRtiANUnBBg9V80IeTRUTgm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhfPmJOobfRtiANUnBBg9V80IeTRUTgm > .row > .video-iframe-container { display: none; }#BhfPmJOobfRtiANUnBBg9V80IeTRUTgm > .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); }#BhfPmJOobfRtiANUnBBg9V80IeTRUTgm > .row .container { border-width: 0; border-radius: 0; }#BhfPmJOobfRtiANUnBBg9V80IeTRUTgm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BhfPmJOobfRtiANUnBBg9V80IeTRUTgm > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#pSiFSmGMALqhgmIxPcieqIpSy8MOxeH5 { position:absolute;display:block;z-index:15002;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.625rem;width:14.625rem;top:4.875rem;left:3.125rem;overflow:hidden;display:block; }
#ln0Kq0JXrTOHeG2x2HwP2dNNHqc04el9 { 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.0625rem;width:12.125rem;top:4.125rem;left:19.25rem;overflow:hidden;display:block; }
#brCmXZiB00cowZV6i9vhqwzNBDSxF6IT { 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; }#brCmXZiB00cowZV6i9vhqwzNBDSxF6IT > .row .container { background-color: transparent; background-image: none; }#brCmXZiB00cowZV6i9vhqwzNBDSxF6IT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brCmXZiB00cowZV6i9vhqwzNBDSxF6IT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brCmXZiB00cowZV6i9vhqwzNBDSxF6IT > .row .container > .video-iframe-container { display: none; }#brCmXZiB00cowZV6i9vhqwzNBDSxF6IT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brCmXZiB00cowZV6i9vhqwzNBDSxF6IT > .row > .video-iframe-container { display: none; }#brCmXZiB00cowZV6i9vhqwzNBDSxF6IT > .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); }#brCmXZiB00cowZV6i9vhqwzNBDSxF6IT > .row .container { border-width: 0; border-radius: 0; }#brCmXZiB00cowZV6i9vhqwzNBDSxF6IT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#brCmXZiB00cowZV6i9vhqwzNBDSxF6IT > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#hdyV4nJPZdJcDmBZxNGcT6ZiMxcPiT8g { 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:2.5rem;width:4.93555rem;top:2.24853515625rem;left:21.436767578125rem;overflow:hidden;display:block; }
#AR6Muk7FmtVJ3TCXnZS95v1UMLgBbmb7 { position:absolute;display:block;z-index:15005;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.5625rem;width:7.6875rem;top:2.21875rem;left:3.34375rem;overflow:hidden;display:block; }
#hqbI8LLO14A9TtmPE4WDlNZHbEM88h7I { 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:4.624025rem;width:4.624025rem;top:1.1865234375rem;left:13.709716796875rem;overflow:hidden;display:block; }
#dt2IATcrZPiEwhdat3mu7yzR1ltmh6EQ { 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:1.25rem;width:12.125rem;top:2.87353515625rem;left:29.647216796875rem;overflow:hidden;display:block; }
#Pq0va1kT3PrKC3zJrrEseRuZvDn73V1N { 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; }#Pq0va1kT3PrKC3zJrrEseRuZvDn73V1N > .row .container { background-color: transparent; background-image: none; }#Pq0va1kT3PrKC3zJrrEseRuZvDn73V1N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq0va1kT3PrKC3zJrrEseRuZvDn73V1N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq0va1kT3PrKC3zJrrEseRuZvDn73V1N > .row .container > .video-iframe-container { display: none; }#Pq0va1kT3PrKC3zJrrEseRuZvDn73V1N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq0va1kT3PrKC3zJrrEseRuZvDn73V1N > .row > .video-iframe-container { display: none; }#Pq0va1kT3PrKC3zJrrEseRuZvDn73V1N > .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); }#Pq0va1kT3PrKC3zJrrEseRuZvDn73V1N > .row .container { border-width: 0; border-radius: 0; }#Pq0va1kT3PrKC3zJrrEseRuZvDn73V1N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pq0va1kT3PrKC3zJrrEseRuZvDn73V1N > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#KRE2QBni6OEB4NpSHAogyS7DIrWe24Cu { 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:1.43645625rem;width:9.9354375rem;top:2.625rem;left:14.5625rem;overflow:hidden;display:block; }
#JMh7UTn68EITT3WIZlzFGr6Re4kvCAMy { 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:1.8125rem;width:6.625rem;top:2.625rem;left:27rem;overflow:hidden;display:block; }
#Vkk8FuZsQ6Wsyp1L3QsJCBaRdgqCbLPK { position:absolute;display:block;z-index:15002;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.625rem;width:12.3125rem;top:2.6875rem;left:35.875rem;overflow:hidden;display:block; }
#dRMTC7hSEL3pSytdeGzseExr4lE3nmQX { 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:3.5rem;width:9.75rem;top:1.749267578125rem;left:3.436279296875rem;overflow:hidden;display:block; }
#OOT5ecswVRzwaf59s48yyEVnAfvoT9UP { position:relative;display:block; }#OOT5ecswVRzwaf59s48yyEVnAfvoT9UP { background-color: transparent; background-image: none; }#OOT5ecswVRzwaf59s48yyEVnAfvoT9UP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOT5ecswVRzwaf59s48yyEVnAfvoT9UP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOT5ecswVRzwaf59s48yyEVnAfvoT9UP > .row .container > .video-iframe-container { display: none; }#OOT5ecswVRzwaf59s48yyEVnAfvoT9UP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOT5ecswVRzwaf59s48yyEVnAfvoT9UP > .row > .video-iframe-container { display: none; }#OOT5ecswVRzwaf59s48yyEVnAfvoT9UP > .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); }#OOT5ecswVRzwaf59s48yyEVnAfvoT9UP { border-width: 0; border-radius: 0; }#OOT5ecswVRzwaf59s48yyEVnAfvoT9UP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OOT5ecswVRzwaf59s48yyEVnAfvoT9UP > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#u8sndNye9GkN4PvhZR064Oay32v6bqfT { color:#ffffff;display:block;width:53.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:18.0625rem;left:9.3750019073488rem;height:23.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NM33uXLtsmbBrSJADNXwEtKyrQhozLD6 { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:altronded;font-size:3.4375rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:4.9375rem;left:3.875rem;height:3.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xbQnMxa0UFQhdzgNuxHvm5LnuMU151yH { color:#e16565;display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:2.375rem;left:3.875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g06TGHBy9vWU3JoR9UJxAiQcwfweibU9 { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:altronded;font-size:3.4375rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:9.3541679382325rem;left:3.875rem;height:3.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TUPfnXissBTfs0UuCFXyZnf8LldIDqRK { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:44.93750166893rem;left:9.375rem;display:block; }
#xly4uqOZyfn5lsNw9DPTxnyynWLQvK8S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NsECQf8Mna5eMOZCllyLaIhaIx5RQOsI { position:relative;display:block; }#NsECQf8Mna5eMOZCllyLaIhaIx5RQOsI { background-color: transparent; background-image: none; }#NsECQf8Mna5eMOZCllyLaIhaIx5RQOsI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsECQf8Mna5eMOZCllyLaIhaIx5RQOsI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsECQf8Mna5eMOZCllyLaIhaIx5RQOsI > .row .container > .video-iframe-container { display: none; }#NsECQf8Mna5eMOZCllyLaIhaIx5RQOsI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsECQf8Mna5eMOZCllyLaIhaIx5RQOsI > .row > .video-iframe-container { display: none; }#NsECQf8Mna5eMOZCllyLaIhaIx5RQOsI > .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); }#NsECQf8Mna5eMOZCllyLaIhaIx5RQOsI { border-width: 0; border-radius: 0; }#NsECQf8Mna5eMOZCllyLaIhaIx5RQOsI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NsECQf8Mna5eMOZCllyLaIhaIx5RQOsI > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#XQlC8pL9Bo7uztDstBmuotdyKRlfyaTE { position:absolute;display:block;z-index:15022;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:35.3125rem;width:49.8125rem;top:2.5625rem;left:12.593751907349rem;overflow:hidden;display:block; }
#PGGoH6zgf3Xx5zMJA7zT1TqByXBCRJy8 { position:relative;display:block; }#PGGoH6zgf3Xx5zMJA7zT1TqByXBCRJy8 { background-color: transparent; background-image: none; }#PGGoH6zgf3Xx5zMJA7zT1TqByXBCRJy8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGGoH6zgf3Xx5zMJA7zT1TqByXBCRJy8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGGoH6zgf3Xx5zMJA7zT1TqByXBCRJy8 > .row .container > .video-iframe-container { display: none; }#PGGoH6zgf3Xx5zMJA7zT1TqByXBCRJy8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGGoH6zgf3Xx5zMJA7zT1TqByXBCRJy8 > .row > .video-iframe-container { display: none; }#PGGoH6zgf3Xx5zMJA7zT1TqByXBCRJy8 > .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); }#PGGoH6zgf3Xx5zMJA7zT1TqByXBCRJy8 { border-width: 0; border-radius: 0; }#PGGoH6zgf3Xx5zMJA7zT1TqByXBCRJy8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PGGoH6zgf3Xx5zMJA7zT1TqByXBCRJy8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#KhKOgZScM724hKRXEMPhLm6NOdqlfas8 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:18.0625rem;top:0.34375rem;left:0.34375rem;overflow:hidden;display:block; }
#OGrNmqnq0nCkXltqzqcgdKZsqNtn4BSO { 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:18.0625rem;width:18.0625rem;top:0.34375rem;left:19.09375rem;overflow:hidden;display:block; }
#UvaDTT1JXUTQQBvQhMsME6eScAxDk7lm { 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:18.0625rem;width:18.0625rem;top:0.34375rem;left:37.84375rem;overflow:hidden;display:block; }
#yXaDdcTVTwmJ8HOHAIyIu4vRXVwZPE8W { 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:18.0625rem;width:18.0625rem;top:0.34375rem;left:56.59375rem;overflow:hidden;display:block; }
#vqIL91iO0pkuUGblBxmBmJ93qXcCDKxS { position:relative;display:block; }#vqIL91iO0pkuUGblBxmBmJ93qXcCDKxS { background-color: transparent; background-image: none; }#vqIL91iO0pkuUGblBxmBmJ93qXcCDKxS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqIL91iO0pkuUGblBxmBmJ93qXcCDKxS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqIL91iO0pkuUGblBxmBmJ93qXcCDKxS > .row .container > .video-iframe-container { display: none; }#vqIL91iO0pkuUGblBxmBmJ93qXcCDKxS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqIL91iO0pkuUGblBxmBmJ93qXcCDKxS > .row > .video-iframe-container { display: none; }#vqIL91iO0pkuUGblBxmBmJ93qXcCDKxS > .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); }#vqIL91iO0pkuUGblBxmBmJ93qXcCDKxS { border-width: 0; border-radius: 0; }#vqIL91iO0pkuUGblBxmBmJ93qXcCDKxS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vqIL91iO0pkuUGblBxmBmJ93qXcCDKxS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#T0Oku6aSH78LA6smcgwIkWIPZkiS8AZ6 { color:#ffffff;display:block;width:56.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:15.0625rem;left:9.375rem;height:7.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P7XAPwftt7BxBC9LDCBEunMFOTcyHq3P { color:#ffffff;display:block;width:60.3125rem;position:absolute;font-family:altronded;font-size:3.4375rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:5.375rem;left:3.25rem;height:3.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bFetTzbkrwml5nOGyzTJaXz038pG0d4x { color:#e16565;display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:2.8125rem;left:3.25rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LxW4rQDDTxayerBu6ZsxL4WvtxxP2hDJ { position:relative;display:block; }#LxW4rQDDTxayerBu6ZsxL4WvtxxP2hDJ { background-color: transparent; background-image: none; }#LxW4rQDDTxayerBu6ZsxL4WvtxxP2hDJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxW4rQDDTxayerBu6ZsxL4WvtxxP2hDJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxW4rQDDTxayerBu6ZsxL4WvtxxP2hDJ > .row .container > .video-iframe-container { display: none; }#LxW4rQDDTxayerBu6ZsxL4WvtxxP2hDJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxW4rQDDTxayerBu6ZsxL4WvtxxP2hDJ > .row > .video-iframe-container { display: none; }#LxW4rQDDTxayerBu6ZsxL4WvtxxP2hDJ > .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); }#LxW4rQDDTxayerBu6ZsxL4WvtxxP2hDJ { border-width: 0; border-radius: 0; }#LxW4rQDDTxayerBu6ZsxL4WvtxxP2hDJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LxW4rQDDTxayerBu6ZsxL4WvtxxP2hDJ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Gi8EODGfEHTL4HPVPQBExb15HubCkg6m { color:#ffffff;display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:17.812503814698rem;left:7.625rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A1As6xzuR6xN761snvlVNgbQTlgeodZ4 { color:#ffffff;display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:17.812542915344rem;left:32.5625rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B56xCUTfCrFq2W8rc6x4tKUXW4HM6naW { color:rgba(var(--color-primary-0),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:17.8125rem;left:57.6875rem;height:2.099825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TdeABZtn1Tuyk6bSTo7zJpnBLGwoyKae { color:#ffffff;display:block;width:20.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:21.5625rem;left:52.125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yNgi083Cg0hgIDyWnKdODqEdtiMex5Th { color:#ffffff;display:block;width:20.8720625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:21.5625rem;left:27.125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pQPL9czGaclfHcDvMVq1hTkC8h29QgAf { color:#ffffff;display:block;width:20.871125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:21.562503814698rem;left:2.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IxX0TVnk4240bOThkrVf4DgJMJMgS4ZZ { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15.3125rem;width:15.3125rem;top:0.81562423706056rem;left:4.90625rem;overflow:hidden;display:block; }
#KaVFJbQcErNSyZd1Ehgpf7h1LaAR68fF { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15.3125rem;width:15.3125rem;top:0.8135414123535rem;left:29.84375rem;overflow:hidden;display:block; }
#vThcF6CrCgPkhb2BSG1EooCJvNdN61VM { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15.3125rem;width:15.3125rem;top:0.8135414123535rem;left:54.84375rem;overflow:hidden;display:block; }
#Wh8X7HPWdER6NN9OEEDIboyBGMpl3iPX { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:28.790605545044rem;left:28.75rem;display:block; }
#hgVxUrG7cTmXrN5FWNyfhUD0LUB9IzQ2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X4z6q7e1t8KgNOqV3ZKL8AJdZMVTSKxF { position:relative;display:block; }#X4z6q7e1t8KgNOqV3ZKL8AJdZMVTSKxF { background-color: transparent; background-image: none; }#X4z6q7e1t8KgNOqV3ZKL8AJdZMVTSKxF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4z6q7e1t8KgNOqV3ZKL8AJdZMVTSKxF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4z6q7e1t8KgNOqV3ZKL8AJdZMVTSKxF > .row .container > .video-iframe-container { display: none; }#X4z6q7e1t8KgNOqV3ZKL8AJdZMVTSKxF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4z6q7e1t8KgNOqV3ZKL8AJdZMVTSKxF > .row > .video-iframe-container { display: none; }#X4z6q7e1t8KgNOqV3ZKL8AJdZMVTSKxF > .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); }#X4z6q7e1t8KgNOqV3ZKL8AJdZMVTSKxF { border-width: 0; border-radius: 0; }#X4z6q7e1t8KgNOqV3ZKL8AJdZMVTSKxF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X4z6q7e1t8KgNOqV3ZKL8AJdZMVTSKxF > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#SGhbzKKdKb7v0TIuqhcyJxSaczuITRKv { color:#ffffff;display:block;width:58.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:14.561462402344rem;left:9.375rem;height:14.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kJX0ED83TX9GkNTRmefss8v5pEnS5hK0 { color:#ffffff;display:block;width:60.3125rem;position:absolute;font-family:altronded;font-size:3.4375rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:5.1875rem;left:4.1875rem;height:3.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZksC3uJDl6Cq5529ANBZ8Sf7STVpeE08 { color:#e16565;display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:2.6875rem;left:4.1875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nfZQ9DdCfLD5lxr4pH9klo9ts9rndtZS { position:relative;display:block; }#nfZQ9DdCfLD5lxr4pH9klo9ts9rndtZS { background-color: transparent; background-image: none; }#nfZQ9DdCfLD5lxr4pH9klo9ts9rndtZS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfZQ9DdCfLD5lxr4pH9klo9ts9rndtZS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfZQ9DdCfLD5lxr4pH9klo9ts9rndtZS > .row .container > .video-iframe-container { display: none; }#nfZQ9DdCfLD5lxr4pH9klo9ts9rndtZS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfZQ9DdCfLD5lxr4pH9klo9ts9rndtZS > .row > .video-iframe-container { display: none; }#nfZQ9DdCfLD5lxr4pH9klo9ts9rndtZS > .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); }#nfZQ9DdCfLD5lxr4pH9klo9ts9rndtZS { border-width: 0; border-radius: 0; }#nfZQ9DdCfLD5lxr4pH9klo9ts9rndtZS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nfZQ9DdCfLD5lxr4pH9klo9ts9rndtZS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#HF7N9xnyBktNxaaKWBT35QQ7TpJDi8HL { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:19.375003814698rem;left:52.46875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OESi1hH5wXeCucFauADvwQtkPlL8qpPs { color:#ffffff;display:block;width:20.8720625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:19.375003814698rem;left:27.125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WNUfsxKJ1kN6uwBkFix4Tuq4tooCptfZ { color:#ffffff;display:block;width:20.8720625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:20.125003814698rem;left:2.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fy86ADbEphzlRVfnmMNB73BqNgWMP38A { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15.3125rem;width:15.3125rem;top:1.2125015258789rem;left:4.84375rem;overflow:hidden;display:block; }
#N6m65umQGqKmpvryCq7HLBcXkWCMRoGk { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15.3125rem;width:15.3125rem;top:1.2125015258789rem;left:29.84375rem;overflow:hidden;display:block; }
#IJRX7cDIFuAWlBA97tuOdk8f9FOTu7zh { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15.3125rem;width:15.3125rem;top:1.2125015258789rem;left:54.84375rem;overflow:hidden;display:block; }
#bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1b976e85-813d-4310-9788-e51e727a6212/IPSDbackgroundver10.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd.adaptive-delivery-prevent-bg, #bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd.lazyload, #bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd.lazyloading { background-image: none; }#bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd > .row .container { background-color: transparent; background-image: none; }#bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd > .row .container > .video-iframe-container { display: none; }#bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd > .row > .video-iframe-container { display: none; }#bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd > .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); }#bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd > .row .container { border-width: 0; border-radius: 0; }#bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd > .row .container { width:75rem;height:25.5625rem;font-size:0.875rem;font-family:ubuntu;position:relative;display:block; }#yKfpGT3K84RMnTqvS1E70ndT1BdLciFR { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:5.01171875rem;left:14.6142578125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bmARC5EoOZ6euuL69NxuFieTThMTo0LW { 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:4.625rem;width:11.4375rem;top:3.69921875rem;left:2.5537109375rem;overflow:hidden;display:block; }
#KI3hz4wJipL6i21bmFPJS8agQaAIR1k6 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:14.3125rem;left:39.625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#KI3hz4wJipL6i21bmFPJS8agQaAIR1k6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KI3hz4wJipL6i21bmFPJS8agQaAIR1k6 li:before{  }
#ihJGGfnRnHT76xBreJQn87rTtuJgZ5m2 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:8rem;left:39.625rem;height:4.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O2es1GP4fU04ZVBqnLNs4Cx7tlqioXPg { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:altronded;font-size:4.5625rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;text-shadow:0.3125rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.125rem;left:2.5625rem;height:5.01875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xJOfWeb9L28RLxPnCMUhxg4cLeHtaFQM { color:#93c01f;display:block;width:13.25rem;position:absolute;font-family:altronded;font-size:2.25rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:18.143750190735rem;left:21.941667556762rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FeKmPTtXuCJTb9yeSfo8HyvT3xs0tGrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1b976e85-813d-4310-9788-e51e727a6212/IPSDbackgroundver10.png");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; }#FeKmPTtXuCJTb9yeSfo8HyvT3xs0tGrT.adaptive-delivery-prevent-bg, #FeKmPTtXuCJTb9yeSfo8HyvT3xs0tGrT.lazyload, #FeKmPTtXuCJTb9yeSfo8HyvT3xs0tGrT.lazyloading { background-image: none; }#FeKmPTtXuCJTb9yeSfo8HyvT3xs0tGrT > .row .container { background-color: transparent; background-image: none; }#FeKmPTtXuCJTb9yeSfo8HyvT3xs0tGrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeKmPTtXuCJTb9yeSfo8HyvT3xs0tGrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeKmPTtXuCJTb9yeSfo8HyvT3xs0tGrT > .row .container > .video-iframe-container { display: none; }#FeKmPTtXuCJTb9yeSfo8HyvT3xs0tGrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeKmPTtXuCJTb9yeSfo8HyvT3xs0tGrT > .row > .video-iframe-container { display: none; }#FeKmPTtXuCJTb9yeSfo8HyvT3xs0tGrT > .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); }#FeKmPTtXuCJTb9yeSfo8HyvT3xs0tGrT > .row .container { border-width: 0; border-radius: 0; }#FeKmPTtXuCJTb9yeSfo8HyvT3xs0tGrT::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; }#FeKmPTtXuCJTb9yeSfo8HyvT3xs0tGrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FeKmPTtXuCJTb9yeSfo8HyvT3xs0tGrT > .row .container { font-size:0.875rem;font-family:arial;height:99.0625rem;width:75rem;position:relative;display:block; }#tBlKRTb67VDWRsXcL22ZPNW6cclErHPO { position:absolute;display:block;z-index:15005;height:65.1875rem;width:65rem;top:5.1864566802979rem;left:6.21875rem;display:block; }
#qgmMnu0Q82FnOTto95gISagas3glce3T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);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; }#qgmMnu0Q82FnOTto95gISagas3glce3T > .row .container { background-color: transparent; background-image: none; }#qgmMnu0Q82FnOTto95gISagas3glce3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgmMnu0Q82FnOTto95gISagas3glce3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgmMnu0Q82FnOTto95gISagas3glce3T > .row .container > .video-iframe-container { display: none; }#qgmMnu0Q82FnOTto95gISagas3glce3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgmMnu0Q82FnOTto95gISagas3glce3T > .row > .video-iframe-container { display: none; }#qgmMnu0Q82FnOTto95gISagas3glce3T > .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); }#qgmMnu0Q82FnOTto95gISagas3glce3T > .row .container { border-width: 0; border-radius: 0; }#qgmMnu0Q82FnOTto95gISagas3glce3T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qgmMnu0Q82FnOTto95gISagas3glce3T > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#SPAwGN2OpabNWCtv3c62kBsEvz9To5lR { color:rgba(var(--color-tertiary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.3125rem;left:2.5625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HJMBXDhTi9sTnKOtB4zhsOR6cFS6TFGa { 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:3.8125rem;width:9.3125rem;top:2.125rem;left:1.625rem;overflow:hidden;display:block; }
#roP4Jb5lTWL3rED4vbCUAtT1odnbG8O7 { position:absolute;display:block;z-index:15006;height:22.4375rem;width:38.75rem;top:0rem;left:53.404163360596rem;display:none; }
#Bl8Atu6do4ePTfXd2CPW3wLL3c9troVR { position:absolute;display:block;z-index:15013;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.1875rem;width:2.1875rem;top:8.1875rem;left:55.0625rem;overflow:hidden;display:block; }
#STdOeOd8eKSX7F5uyUJnsTTNHuwnX80l { position:absolute;display:block;z-index:15014;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.1875rem;width:2.1875rem;top:8.1875rem;left:57.5625rem;overflow:hidden;display:block; }
#wo7o9qyhaQDybDdLxZkLTlnigrS83QAt { position:absolute;display:block;z-index:15015;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.1875rem;width:2.1875rem;top:8.1875rem;left:60rem;overflow:hidden;display:block; }
#iRHrrFOJT90vm373rDBSIgHmAq9TKEsk { position:absolute;display:block;z-index:15016;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.1875rem;width:2.1875rem;top:8.1875rem;left:62.4375rem;overflow:hidden;display:block; }
#RiTf44u5i2gv7k87BKUBPNVi43w4L2H2 { 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:2.1875rem;width:2.1875rem;top:8.1875rem;left:64.875rem;overflow:hidden;display:block; }
#yU1JyOEHXOptDThl2PN3q7mk4B45L6dE { 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:2.1875rem;width:2.1875rem;top:8.1875rem;left:67.3125rem;overflow:hidden;display:block; }
#TJJCrmVFQNHO7hKMzwEirx3AH8HA7iT9 { 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.1875rem;width:2.1875rem;top:8.1875rem;left:69.75rem;overflow:hidden;display:block; }
#i80pwtKJRzNbUpW1DrcOFI9o5nnOrbfs { color:rgba(var(--color-tertiary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:3.5rem;left:56.3125rem;height:2.4375rem;text-align:right;text-align-last:right;display:block; }
#u8wayrwIeAqRK2JTAu8PE6C0f2wRIp1l { color:rgba(var(--color-tertiary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:6.3125rem;left:2.5625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mbkq0Jy1p665sNlS2RV8puvuF7GTOALE { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Mbkq0Jy1p665sNlS2RV8puvuF7GTOALE { background-color: transparent; background-image: none; }#Mbkq0Jy1p665sNlS2RV8puvuF7GTOALE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mbkq0Jy1p665sNlS2RV8puvuF7GTOALE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mbkq0Jy1p665sNlS2RV8puvuF7GTOALE > .row .container > .video-iframe-container { display: none; }#Mbkq0Jy1p665sNlS2RV8puvuF7GTOALE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mbkq0Jy1p665sNlS2RV8puvuF7GTOALE > .row > .video-iframe-container { display: none; }#Mbkq0Jy1p665sNlS2RV8puvuF7GTOALE > .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); }#Mbkq0Jy1p665sNlS2RV8puvuF7GTOALE { border-width: 0; border-radius: 0; }#Mbkq0Jy1p665sNlS2RV8puvuF7GTOALE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mbkq0Jy1p665sNlS2RV8puvuF7GTOALE > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#NMdiNXDMJRsdk8xPQpvzWQnt8gfSltaF { position:absolute;display:block;z-index:15001;height:7.0625rem;width:75rem;top:0.43645858764649rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hKfr7ddVr0Eu3qCdEsc62obuxE6f7lFC { display:block; }#hKfr7ddVr0Eu3qCdEsc62obuxE6f7lFC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqCyP4CTWO0dNiTFutX35E2KoW0gy8nc { top:0.625rem;left:0rem;width:10.8125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDBfBqdCBBdMwRI8sm1Qp6NfLNhM24Du { width:9.125rem;height:3.5625rem;top:1.3125rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMHoURIzDUTGapu46dqkMnPHVQOzluOF { display:block; }
 }@media only screen and (max-width: 763px) { #fBz84k80vDhbfwJooxA1n4O16rCeov75 { width:9.125rem;height:3.5625rem;top:1.3125rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anX6Pi7zECI5NnCOAxNCokxa4mpUGXIp { display:block; }
 }@media only screen and (max-width: 763px) { #rhdkkl8Gt0RHpq0zD30uPTemEIBITVAb { width:5.8125rem;height:1.5625rem;top:2.25rem;left:41.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNUcsmEFmDEBoZEtVXyGT1oKhba2pOHH { display:block; }#dNUcsmEFmDEBoZEtVXyGT1oKhba2pOHH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2z1eoI0fHLJyQlysfX0svRkUfaTy2pS { width:26.3125rem;height:1.375rem;top:1.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv3XolhutHW2Wayc8HxinPvVKVHccDmx { width:16.25rem;height:1.375rem;top:1.625rem;left:17.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRyDRqn70k08VoGgIfzTsZKUVd75MWhH { width:23.0625rem;height:1.375rem;top:1.625rem;left:24.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNEEruzfEgPul11brHT2OSAwwTfGTvzu { display:block; }#rNEEruzfEgPul11brHT2OSAwwTfGTvzu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8JsIgIEPIMqvb6CAMNrFoIeLgn50zUh { top:22.125rem;left:0rem;width:40.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVa4uLTxsnGQ9o1sW6vptdTuXfItSz4y { width:18.625rem;height:3.625rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSGcerpSoLoqETu11796mUromGRgWLQK { display:block; }
 }@media only screen and (max-width: 763px) { #oT5Jz79I7c32DFtfQXwNfNJI6m4VDkpm { width:42.25rem;height:5.5625rem;top:10.875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f25idpg0Z46GPaMJHRrbFa7WIHuLTOV8 { width:16.3125rem;height:2.5rem;top:16.5rem;left:10.625003814698rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUF2xrZ6qgUpxfREDGKb0XHPdzkSifAL { display:block; }#gUF2xrZ6qgUpxfREDGKb0XHPdzkSifAL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hownPolEH3pXiyQXa3zGyEtlKr0HRhcX { width:18.625rem;height:3.625rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhMus0Mf7RDTsPn1hAUgmPdwowixyfN4 { display:block; }
 }@media only screen and (max-width: 763px) { #Os33tMJWQ2JEdmEn2qbaHmTQBFZ7A8Gz { width:18.625rem;height:3.625rem;top:2.0625rem;left:8.0895862579344rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu7GHqveypgN3h8IpNnrR8Nr2Fyu3ieF { display:block; }
 }@media only screen and (max-width: 763px) { #n40UsQhVd6LStrT3tCcxon6O8mRK5KS8 { width:18.625rem;height:3.625rem;top:2.0625rem;left:28.154165267944rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA6PyP6SUllZ97nee3NBAhQ6dVARCq1y { display:block; }
 }@media only screen and (max-width: 763px) { #NTWA5wc9X4CRWChyiS7ddT5D3CSGNJMm { width:18.625rem;height:3.625rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmVHMU2oKzM9PmWBrQ1rI7W8J2UQlblu { display:block; }
 }@media only screen and (max-width: 763px) { #swJqkpKP3L2qu7Q8hcEM5LfVTSri9pik { width:18.625rem;height:3.625rem;top:7.6875rem;left:8.0895862579344rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWkH6Tk9gawuEMLWayyD6NSuu316z2qn { display:block; }
 }@media only screen and (max-width: 763px) { #neWgHaMJ5ZvqyGoTon2iI9MIidLk30VT { width:18.625rem;height:3.625rem;top:7.6875rem;left:28.154165267944rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6wO0AGNl3f3C9eShLIIGU3qTTTKxbVZ { display:block; }
 }@media only screen and (max-width: 763px) { #lEDAchzKMz5ODuHgOPoD2pkeKqLL24WC { display:block; }#lEDAchzKMz5ODuHgOPoD2pkeKqLL24WC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xbBzZ1ylkzJExiaw2dHiJBJhSM52vcLF { width:36.6875rem;height:3.75rem;top:6.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuSJlDIcJ3fiufSsOpXwfaTwBTcw8Ron { width:47.75rem;height:21.0625rem;top:17.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX9fSKpVDJoUsaMcefThmndWeeIXyXgT { width:12.5rem;height:1.875rem;top:4.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ3eubNI9TVUpZlkEbhem7CTDIC0KxUk { display:block; }#GZ3eubNI9TVUpZlkEbhem7CTDIC0KxUk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfR6kDnogTTSePmRw7wFTC2TaTS9Wabo { width:36.6875rem;height:3.75rem;top:5.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI2erlWfzOCvkJ5gX3uL1HTOmmTiuyyc { width:12.5rem;height:1.875rem;top:2.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbG3exgMaDSrwfHmR1HUqN40qOvOJS3p { width:47.75rem;height:21.0625rem;top:14.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz1HBeuy9ffZEGwbnhSGXJHiJe2COkfk { display:block; }#iz1HBeuy9ffZEGwbnhSGXJHiJe2COkfk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuxcVlg9o3Oz0bqbnWqzhDy70xwHpoyb { top:0rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZKxoV1K8kA7F4oUVKALD9fDzvC9XRnf { top:0rem;left:5.125rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJvxurSm06RQFOOb8XXKEDf1vuJUnVig { top:0rem;left:17.0625rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ1BvhXnPib5N34x1KDCSL1zIN3ZktJT { top:0rem;left:29rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKbin4iudUl47rqCoKxIKV2QVPrO2ICS { display:block; }#cKbin4iudUl47rqCoKxIKV2QVPrO2ICS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X8xBEA1cgIJnxtnVcQmhcc9moL95TfQO { width:47.75rem;height:11.6875rem;top:44.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cansksJAAX4xeZJKtuTQAIOm6WHeTlOV { top:13.5rem;left:0rem;width:47.75rem;height:26.737639060569rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBDd3vWK6it4ahxcTOW42UyqPf6eUTBL { width:42.75rem;height:3.8125rem;top:5.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkqFkbk7M09kXsCMfFKQwHzzbfFVSn9l { width:20.4375rem;height:1.875rem;top:3.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQCF4lkng0WpkIohOEJX3iVrqMOSMWgr { display:block; }#nQCF4lkng0WpkIohOEJX3iVrqMOSMWgr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCAsN5TnbtBRBaUMK3aacv3B6fI0aG6H { top:0.3125rem;left:0rem;width:18.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkG7u7eGL5tElbd7z1in8hpitgTaS3Go { top:0.3125rem;left:5.8125rem;width:18.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmbek8Oefas7ElstJVWeSC8CNgkw2yv9 { top:0.3125rem;left:17.75rem;width:18.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev07XAE3yZam7i90X3XwB2BvCwWWC6yJ { top:0.3125rem;left:29.6875rem;width:18.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KysWygEP1UyTbH2A4ls86xQUQRiT2tu2 { display:block; }#KysWygEP1UyTbH2A4ls86xQUQRiT2tu2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmCbO0QTIx3Lhz8qBHATfLmMSWyW7bfI { top:0.3125rem;left:0rem;width:18.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgaQMZzFJL32yPsDMOxks6VeXCvxDmNG { top:0.3125rem;left:5.8125rem;width:18.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwHMA0gXsD3ORaPO4rZIqBpQ1byTdbZP { top:0.3125rem;left:17.75rem;width:18.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMdB8g5fpDElyB3JHEWyDivJwsKoLRMW { top:0.3125rem;left:29.6875rem;width:18.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIAuqI4JZWGypXukoBRAT7ToitlsCPbT { display:block; }#IIAuqI4JZWGypXukoBRAT7ToitlsCPbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qavX2tEEGm5U95kcnRezSifULNZuu84R { width:42.75rem;height:3.75rem;top:5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObwqxfsKMussq1IQbiLQGPNeNHUHguM6 { width:16.4375rem;height:1.875rem;top:2.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJg1RcwdqQXgysVqBK5rdVqmHKio9DcC { top:11.125rem;left:0rem;width:36.1875rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtfPhCvnxz5wVkGfkANVutfdd4IrJEXy { display:block; }#qtfPhCvnxz5wVkGfkANVutfdd4IrJEXy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJVKihwrUZEsh7ztNX8kWmRF6izFogTh { top:4.375rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJJMXGOxaqukltsKGV3oe9Biq2a92TSB { top:6.6875rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXUA5c4tcrXLQK9Lze3DApySvScHStRo { top:10.6875rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3nxP4vlcZo0mtg70NMPPxzPMGSm7fkc { top:13.375rem;left:0rem;width:8.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVU0msyktBt1wWPu78K1IzT5SBnLnTNp { top:13.125rem;left:4.5263671875rem;width:28.9375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5kBmEqchTFyq2hOwWWQO2iVuxzSAo5i { display:block; }#W5kBmEqchTFyq2hOwWWQO2iVuxzSAo5i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hfCCJ2eETKAwXP0J1p60GNH9EIFTthCv { top:0.625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTLiuv0OPNoVxnVtNWxZXxqZ2f4dqZ32 { top:3.3125rem;left:0rem;width:8.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6QtzuCgiOeBucJ4f2G6SiCxBl3geu92 { top:3.0625rem;left:12.1513671875rem;width:26.6875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkmbMXCbWxIqK2wwi9XhrlCOthnRCnrW { display:block; }#GkmbMXCbWxIqK2wwi9XhrlCOthnRCnrW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEgT5oDeSvy0OXhUePbdoOq2CF6H1aPc { top:0.625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIH6U9HxiGv6tKeuI4Jrp3kqlE879qdn { top:3.3125rem;left:0rem;width:8.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp1DUkDMXQyTmnEi1EWQlDyvBHHt5rot { top:2.5625rem;left:11.84375rem;width:24.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6ziLTXdTWmh23DoKiOk2ZVXhONw6vRV { top:4.9375rem;left:11.84375rem;width:24.0625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #df06nUbk3pCXp6uccTlclUQWr4A76aBv { display:block; }#df06nUbk3pCXp6uccTlclUQWr4A76aBv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugaaMGdVyZLA95Kc9Myp4MGDEv1r1zAI { top:0.625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q29EUTS1Ed57gtLN1R3SeqEE96xl5k8u { top:3.3125rem;left:0rem;width:8.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtZ8EPqxCg8qeTXSVVJtlAskAZrotaHf { top:2.5625rem;left:11.84375rem;width:24.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcADduD9wJxpCMvltslMLNEQGyRd6ZgA { top:4.9375rem;left:11.84375rem;width:24.0625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRHQUQgdTx6IWCqGapNM6UAkAQz6g1PW { display:block; }#rRHQUQgdTx6IWCqGapNM6UAkAQz6g1PW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iR2ODochTvcRTZD021g9orThvanTBTZc { top:0.625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMIHQPNganRfiQ0kxeool9VLgu85AJDa { top:3.3125rem;left:0rem;width:8.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnfRbEqpa2Jt4Ar1AQD1ylzDffExUmd8 { top:2.5625rem;left:11.84375rem;width:24.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3g6y5ZMlBSB80NLrQ9J4T91l2XR4iql { top:4.9375rem;left:11.84375rem;width:24.0625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exrMtKfwEO2ry5uCGLa4q0KE2z34K1IS { display:block; }#exrMtKfwEO2ry5uCGLa4q0KE2z34K1IS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVnqto3vdcbChlPoXPpGTOcE9pbDNa27 { top:0.625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJxBiNHdqS8ytzrsvT6NUdEdr71xUWii { top:3.3125rem;left:0rem;width:8.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsu76LbBSQr1TWHgyi20i8f6i6WK9kgv { top:3.3125rem;left:4.5rem;width:27.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0VNVPqWw0iXiUbKdA1uTgfkE5fIo9Fu { display:block; }#W0VNVPqWw0iXiUbKdA1uTgfkE5fIo9Fu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qycdhARGTwHfUndpNldUQJdtCAw6ZGoq { top:0.625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4ZgQpIUhPRWUb31ulq2ifHzxoNXaNQ7 { top:3.3125rem;left:0rem;width:8.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrT7vpOuh80ostfznrkbGBCe3r9LJ6Lg { top:2.5625rem;left:11.84375rem;width:24.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeLZzNGTw58CwXDDz9WNr7IWaxZZK1Jd { top:4.9375rem;left:11.84375rem;width:24.0625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8amZPVDN4I2Z3mxkK9O6OMKZHPdFu63 { display:block; }#p8amZPVDN4I2Z3mxkK9O6OMKZHPdFu63 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFVTiAnXXyAR0sgBsyPpzKX2TZPgZwt2 { top:0.625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKNJDx099hHTop1xS6yNBe5c1XTQTuBO { top:3.3125rem;left:0rem;width:8.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK6xPpH5qAMWO75xN6ByyqCtg3papEEX { top:2.5625rem;left:11.84375rem;width:24.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhIlILh2Ogpec3MKBStUcJMf0mCQu2PI { top:4.9375rem;left:11.84375rem;width:24.0625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9Jic3KPnUWnGwDwy1bgzaPUrAPkDJs4 { display:block; }#W9Jic3KPnUWnGwDwy1bgzaPUrAPkDJs4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Il2ckVNb1UKzQFWMOxQTkyIq0JaCsWyH { top:0.625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #viTvN2lk6e8MQ9zu1qeZGS5dztprBZ1a { top:3.3125rem;left:0rem;width:8.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRbIyNTGTEe9TawIMfwzWszqRrczpsN1 { top:2.5625rem;left:11.84375rem;width:24.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #noqyW3HwXUcJA3MnsrQrNcw9nrMw0hlA { top:4.9375rem;left:11.84375rem;width:24.0625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha4Zk6oZsArb4s5leZEDNDP8HG04ulR3 { display:block; }#Ha4Zk6oZsArb4s5leZEDNDP8HG04ulR3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvfQvoUSuL077P6MsWMXyiiycwnmRB0h { top:0.625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6y6SbNT2CaXbGwIIi3CR5D1i4O4f8Id { top:3.3125rem;left:0rem;width:8.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoxU2lslfbEzUUuc89XfzyyQHGNH4ezl { top:2.5625rem;left:11.84375rem;width:27.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEVJiCNWSToF8LzoQpogcNqHv0MPG6fU { top:4.9375rem;left:11.84375rem;width:24.0625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2ZlZmsdu8ace2M2ehbJXkEWurhC0pt6 { display:block; }#Z2ZlZmsdu8ace2M2ehbJXkEWurhC0pt6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3D6CptUB5tmdL2RdBoTdRvrp2Nug76F { top:0.625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSisTTX0qJplzaSrbBbxKdmz7cvtf3Vm { top:3.3125rem;left:0rem;width:8.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSHC0yVbsNlLC8rFTaAmufeXDD2hlda5 { top:3.3125rem;left:4.530517578125rem;width:27.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZwhihODCGz7ntupVuRUfQVyem9UNGAo { display:block; }#yZwhihODCGz7ntupVuRUfQVyem9UNGAo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w55MFMXMQzOso3fi3cMTqif4DGRTHqJb { top:0.625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kayUa9Gyde68nLP8rRJBMtEoNBBB4Oao { top:3.3125rem;left:0rem;width:8.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #unp4JMUaIkXOUczBnUgwCnr9yZuhUbZS { top:2.5625rem;left:11.84375rem;width:27.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgPSBFJCT0FDHknmryS3DrXkTh0Cr7mv { top:4.9375rem;left:11.84375rem;width:24.0625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1vHodCMfaWRnuJrnibpS8ZCSD2JCiGh { display:block; }#v1vHodCMfaWRnuJrnibpS8ZCSD2JCiGh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHneGzczQ0RTWXG8TKnywXgPF3HBxEOT { top:0.625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdCEwDZW1FplDKXp3q7PttDqAPNRmukz { top:3.3125rem;left:0rem;width:8.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3gzAC7r974xK4VxFGZZKG3zQ5Sa1acf { top:2.5625rem;left:11.84375rem;width:27.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqf4BmHTdPdByBB3VKVVDw4fdirORAGD { top:4.9375rem;left:11.84375rem;width:24.0625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOgdUFrq0bpALt5q7WsumHK0FJwCs0iT { display:block; }#IOgdUFrq0bpALt5q7WsumHK0FJwCs0iT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anuHsQEnVDPkpHpeP8KktbP4cdBc2z4Q { top:0.625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFyDzo4CWl7ialGqftBCcCwJinSZOH5n { top:3.3125rem;left:0rem;width:8.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #izBf50K1qExScMAZIpsIoowNp93FkcL3 { top:2.5625rem;left:11.84375rem;width:27.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th3dypMiEG2gTbolk6AIw8zGP3zwaAqB { top:4.9375rem;left:11.84375rem;width:24.0625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAK3mHacyQ7TBzh2FyUv3UZmTzk0vQOo { display:block; }#dAK3mHacyQ7TBzh2FyUv3UZmTzk0vQOo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfOoTuEbqzOvlWUFMOMMEJKLzhMehQnN { top:0.625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFvyoCNENhA9dT96DnlJ3Ms4HTRupXDd { top:3.3125rem;left:0rem;width:8.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws5xegxgull52QcA9TEc4vWXa1LnTwE5 { top:3.3125rem;left:4.5rem;width:27.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8Uvvba30gek22qXqamW3TLOwxqwzSwn { display:block; }#x8Uvvba30gek22qXqamW3TLOwxqwzSwn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQcfZ0QT8qTmgDf9BPlBf4AQTkQMuHDT { top:0.625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZStgh6ixZ7aXGnehQ1rnysZDsNCWxIfs { top:3.3125rem;left:0rem;width:8.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwNQF18CrReCfHNfcOZNyeIX5CbW4sqE { top:2.5625rem;left:11.84375rem;width:33.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaSvt1HXPn8tBJP5dSnREAdpQ4hnkrt9 { top:4.9375rem;left:11.84375rem;width:24.0625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEMlBwq31A3Xr3RGCsrdrUIr0BAk0vWV { display:block; }#rEMlBwq31A3Xr3RGCsrdrUIr0BAk0vWV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tsaIgfwAxXPTWVxD1DEn1QpUfV3JOIpO { top:0.625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7BwfJOqTRF2zrXXMnBVpzcOR0HO8ltr { top:3.3125rem;left:0rem;width:8.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpJTVHSdPHHKoRg2oyeN8XfwsOVNo7oE { top:2.5625rem;left:11.84375rem;width:33.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWlN8mU7GqCXQkIKSDyvdZb6MgxRDp7g { top:4.9375rem;left:11.84375rem;width:24.0625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHdtDDJrAFDPy1wltqxnBVNXqgThsepv { display:block; }#CHdtDDJrAFDPy1wltqxnBVNXqgThsepv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5WTRJlA6hgLmVxL0w0DIyTCEnZt9Kql { top:0.625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh416JapgzbWGAzmiTXSFtAIPZqla6uA { top:3.3125rem;left:0rem;width:8.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oksmaSIe9xE1N8Fn5701HTRygncm0VTR { top:2.5625rem;left:11.84375rem;width:33.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdCeI9hprU2RH97rXHWllwULHvWyuCVW { top:4.9375rem;left:11.84375rem;width:24.0625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #solF7x2eXfa6XgAGf2plH6O6ihzmOZke { display:block; }#solF7x2eXfa6XgAGf2plH6O6ihzmOZke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hE6EdOPVt5VCphxbkQUJFSPMt2OLpany { top:0.625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V892ya8vRURf8PfepkVunppPuWA1WDOx { top:3.3125rem;left:0rem;width:8.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfpnDSveDVKotEMKn7ciwdV0gQkux8dw { top:2.5625rem;left:11.84375rem;width:33.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1tWbF4M7yT37cdUdlt3w9TPpFuaSVbL { top:4.9375rem;left:11.84375rem;width:24.0625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4LDvdNTXl7QzF1LkUqJz3hm1y8DlAcc { display:block; }#e4LDvdNTXl7QzF1LkUqJz3hm1y8DlAcc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PiuCi9ixX2QX6CUFxPR9Qh9gwiFtNvN4 { top:0.625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdo68Ce5N6FfIWl8DSA2crZ8KgalPOlI { top:3.3125rem;left:0rem;width:8.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdr5dh4Nkoruo9T4d1oVCMkwmX1cxyJ6 { top:3.3125rem;left:4.5rem;width:27.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4iSVZHafeNFWcbSDRTDUzkUUetq4I4q { display:block; }#P4iSVZHafeNFWcbSDRTDUzkUUetq4I4q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wrvSlBcCRNiBISkd7Jf3QLTTyTSUkzRN { top:0.625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsv5kHdkP3qf1XlT74MIeoIuVBKTvz2u { top:3.3125rem;left:0rem;width:8.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSQk1hXWs9rKuE4XOoL1X6JtUcpePuyy { top:3.3125rem;left:4.5rem;width:27.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlGNuXPSxU6GkoNtAp32EyImQkbb643W { display:block; }#DlGNuXPSxU6GkoNtAp32EyImQkbb643W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwObdRpQsXSic2vTKKBDqmTA84TGtWLy { top:0.625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpv6cBtg8H4wlyheEuqsxUGxtOWzm6g8 { top:3.3125rem;left:0rem;width:8.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2HLZvbfZfIBJOU75BNGty6wX3bn2VRf { top:3.3125rem;left:4.5rem;width:27.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNQDx0RRWRhUgSN3Ex3POwJN6Zfb6qJf { display:block; }#cNQDx0RRWRhUgSN3Ex3POwJN6Zfb6qJf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BlzzftuiOGBLfJAf8eml5XtIzTLTlfNT { top:0.625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaH3zsbUuqnO8mTZgIPmEu4bGXAqoT5w { top:3.3125rem;left:0rem;width:8.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO8o0sI3mqqEKvdNANS4LWGMz0akUPV8 { top:3.3125rem;left:4.5rem;width:27.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynWh4H4E6E2sqQWDvTORpmVRWJCnFKRo { display:block; }#ynWh4H4E6E2sqQWDvTORpmVRWJCnFKRo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBQD6HlXPJ25hBhLMugDZvTmHqqpxnZd { top:0.625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6IqeotlrCcg5Z53J9xKDxop9Aai9ToU { top:3.3125rem;left:0rem;width:8.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALWGTxhulUUHiEqZ0TIrffuMXduG5zxc { top:3.3125rem;left:4.5rem;width:27.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XButXMKaiw8k3vFsgIfSyp2WcGKzK5UQ { display:block; }#XButXMKaiw8k3vFsgIfSyp2WcGKzK5UQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4VUap2LxgKeLths8UXTdW3f4MI2uRvM { top:0.625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9X4pNXbNwoPo1NMHuFMZX7JnSZwWopH { top:3.3125rem;left:0rem;width:8.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e16rKwfkyoUtxfTkOMISMN1yR4nyldZq { top:1.8125rem;left:4.9364604949951rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2keg75fii1QarzzdNQyxdb7E8K0Q16t { top:2.0625rem;left:11.839586257934rem;width:28.9375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq65clCvlQNoLrJVcwZLpWSfc4F2V0U4 { width:12.8125rem;height:3.4375rem;top:2.375rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6RbyXrZx4BluQplXHtKkVqo2VdBsCVS { display:block; }
 }@media only screen and (max-width: 763px) { #AUyyaZMT7N2s8VFfVwyXhGtVKyclGNFW { top:1.5rem;left:4.6510410308838rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxQBcVvlDLVgnMw5Ien74AQO648ieAKC { display:block; }#AxQBcVvlDLVgnMw5Ien74AQO648ieAKC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uilxTXp9cn20xDVcmBaTBgUFZ2JUxVrB { top:0.6875rem;left:0rem;width:47.75rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buH8dnBiuHhnoZOnaqhq6SVtGI5f2Fhl { top:4.1875rem;left:0.875rem;width:8.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2dTB45wCk59ox096nT4UxpNdBE9ueig { top:5.625rem;left:0.875rem;width:9.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn8ptfSlVhh4KSrb0uHn4rst0UDM3oRb { top:2.4375rem;left:14.000001907349rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhs002RaAt05PiMwlbPKDTgTXiWsnUVR { top:4.25rem;left:20.6875rem;width:8.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMnHLD0VJKvmpym2O9D9sluCGkEQ4cSg { top:5.625rem;left:20.6875rem;width:9.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyfXx9nTgiKEzZilryKFcfE1Ly7rMKzU { top:10.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U56ZQ0wzh5fbs8LzaMX4rQveTNTqRElv { top:1.5625rem;left:0rem;width:18.1875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvATwiWsA6XMSL7AB6nT8KJAVXnbT76a { top:1.4375rem;left:12.875001907349rem;width:18.1875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM6BJsymcKvSqQcmvaVOBxG6TOJVdhJJ { top:2.25rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiwVRrqFIMzo6tqHLrngfCTu5dpwwr4u { display:block; }#HiwVRrqFIMzo6tqHLrngfCTu5dpwwr4u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uPsmfei6kAy3vlyunbikhNPqZrq0TFcQ { width:47.75rem;height:15rem;top:19.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2am7OS02MCv07QWiwR0547WIyAIdgr5 { width:47.75rem;height:10rem;top:37.5rem;left:0rem;font-size:1.0625rem;display:block; }#c2am7OS02MCv07QWiwR0547WIyAIdgr5 li:before{  }
 }@media only screen and (max-width: 763px) { #iXw3OZoDa0TITTdQbUItfMUDMy0nyNmH { width:47.75rem;height:2.875rem;top:50.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsvcglHC7LzfTa78e57JlJiaapC2WKGf { width:10.5625rem;height:5.1875rem;top:59.125rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVgWnzJ5WPadGTmWKQINwwvE9i5Tt3uM { width:8.375rem;height:3.875rem;top:59.125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWE80H95KrqB4GF6EEAA8e0msfgSX7uF { width:10.9375rem;height:3.875rem;top:59.125rem;left:28.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPXO2g0K8UrCgibgJHPLSFWSG9eE28LA { width:15.8125rem;height:3.875rem;top:59.125rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLGL3twOHscnevfro8wTBxBix85RFivv { width:8.375rem;height:6.4375rem;top:59.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2gtHdoaCXIMGTNXRuhNPfrwdV7WJwOb { width:15.3125rem;height:1.4375rem;top:55.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcmaQipo2iSqKIVWIWKeBZt24zPARXLr { width:47.75rem;height:3.8125rem;top:4.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5Uik6ehKrBOMSZT3kgEcQllRgsx6f7W { width:16.4375rem;height:1.875rem;top:2.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwBelzAHNS58afAW3iv2FGDGGGMnoy0v { display:block; }#VwBelzAHNS58afAW3iv2FGDGGGMnoy0v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJ60nbDRfQQbNl0HLZxfTTbuPBiqoQsE { width:47.75rem;height:21.0625rem;top:16.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE3JiVf3X06qUSK2o0G7nHCwUi5BVdwK { width:47.75rem;height:3.75rem;top:5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke0hkzZoS5Uhf6zZeTSASGKhkwDq78M2 { width:16.4375rem;height:1.875rem;top:2.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhfPmJOobfRtiANUnBBg9V80IeTRUTgm { display:block; }#BhfPmJOobfRtiANUnBBg9V80IeTRUTgm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pSiFSmGMALqhgmIxPcieqIpSy8MOxeH5 { top:4.875rem;left:0rem;width:14.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln0Kq0JXrTOHeG2x2HwP2dNNHqc04el9 { top:4.125rem;left:5.625rem;width:12.125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #brCmXZiB00cowZV6i9vhqwzNBDSxF6IT { display:block; }#brCmXZiB00cowZV6i9vhqwzNBDSxF6IT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hdyV4nJPZdJcDmBZxNGcT6ZiMxcPiT8g { top:2.1875rem;left:7.811767578125rem;width:4.875rem;height:2.4693296593085rem;display:block; }
 }@media only screen and (max-width: 763px) { #AR6Muk7FmtVJ3TCXnZS95v1UMLgBbmb7 { top:2.1875rem;left:0rem;width:7.6875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqbI8LLO14A9TtmPE4WDlNZHbEM88h7I { top:1.125rem;left:0.084716796875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt2IATcrZPiEwhdat3mu7yzR1ltmh6EQ { top:2.8125rem;left:16.022216796875rem;width:12.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq0va1kT3PrKC3zJrrEseRuZvDn73V1N { display:block; }#Pq0va1kT3PrKC3zJrrEseRuZvDn73V1N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRE2QBni6OEB4NpSHAogyS7DIrWe24Cu { top:2.625rem;left:0.9375rem;width:9.875rem;height:1.4269431844633rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMh7UTn68EITT3WIZlzFGr6Re4kvCAMy { top:2.625rem;left:13.375rem;width:6.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkk8FuZsQ6Wsyp1L3QsJCBaRdgqCbLPK { top:2.6875rem;left:22.25rem;width:12.3125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRMTC7hSEL3pSytdeGzseExr4lE3nmQX { top:1.6875rem;left:0rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOT5ecswVRzwaf59s48yyEVnAfvoT9UP { display:block; }#OOT5ecswVRzwaf59s48yyEVnAfvoT9UP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8sndNye9GkN4PvhZR064Oay32v6bqfT { width:47.75rem;height:23.4375rem;top:18.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM33uXLtsmbBrSJADNXwEtKyrQhozLD6 { width:47.75rem;height:3.75rem;top:4.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbQnMxa0UFQhdzgNuxHvm5LnuMU151yH { width:16.4375rem;height:1.875rem;top:2.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g06TGHBy9vWU3JoR9UJxAiQcwfweibU9 { width:47.75rem;height:3.75rem;top:9.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUPfnXissBTfs0UuCFXyZnf8LldIDqRK { width:17.5rem;height:3.4375rem;top:44.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xly4uqOZyfn5lsNw9DPTxnyynWLQvK8S { display:block; }
 }@media only screen and (max-width: 763px) { #NsECQf8Mna5eMOZCllyLaIhaIx5RQOsI { display:block; }#NsECQf8Mna5eMOZCllyLaIhaIx5RQOsI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQlC8pL9Bo7uztDstBmuotdyKRlfyaTE { top:2.5625rem;left:0rem;width:47.75rem;height:33.850376411543rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGGoH6zgf3Xx5zMJA7zT1TqByXBCRJy8 { display:block; }#PGGoH6zgf3Xx5zMJA7zT1TqByXBCRJy8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KhKOgZScM724hKRXEMPhLm6NOdqlfas8 { top:0.3125rem;left:0rem;width:18.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGrNmqnq0nCkXltqzqcgdKZsqNtn4BSO { top:0.3125rem;left:5.8125rem;width:18.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvaDTT1JXUTQQBvQhMsME6eScAxDk7lm { top:0.3125rem;left:17.75rem;width:18.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXaDdcTVTwmJ8HOHAIyIu4vRXVwZPE8W { top:0.3125rem;left:29.6875rem;width:18.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqIL91iO0pkuUGblBxmBmJ93qXcCDKxS { display:block; }#vqIL91iO0pkuUGblBxmBmJ93qXcCDKxS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0Oku6aSH78LA6smcgwIkWIPZkiS8AZ6 { width:47.75rem;height:7rem;top:15.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7XAPwftt7BxBC9LDCBEunMFOTcyHq3P { width:47.75rem;height:3.75rem;top:5.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFetTzbkrwml5nOGyzTJaXz038pG0d4x { width:16.4375rem;height:1.875rem;top:2.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxW4rQDDTxayerBu6ZsxL4WvtxxP2hDJ { display:block; }#LxW4rQDDTxayerBu6ZsxL4WvtxxP2hDJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gi8EODGfEHTL4HPVPQBExb15HubCkg6m { width:9.875rem;height:2.0625rem;top:17.8125rem;left:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1As6xzuR6xN761snvlVNgbQTlgeodZ4 { width:9.875rem;height:2.0625rem;top:17.8125rem;left:18.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B56xCUTfCrFq2W8rc6x4tKUXW4HM6naW { width:9.875rem;height:2.0625rem;top:17.8125rem;left:34.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdeABZtn1Tuyk6bSTo7zJpnBLGwoyKae { width:20.8125rem;height:4.875rem;top:21.5625rem;left:26.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNgi083Cg0hgIDyWnKdODqEdtiMex5Th { width:20.8125rem;height:3.25rem;top:21.5625rem;left:10.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQPL9czGaclfHcDvMVq1hTkC8h29QgAf { width:20.8125rem;height:1.625rem;top:21.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxX0TVnk4240bOThkrVf4DgJMJMgS4ZZ { top:0.8125rem;left:0.34375rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaVFJbQcErNSyZd1Ehgpf7h1LaAR68fF { top:0.8125rem;left:16.15625rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vThcF6CrCgPkhb2BSG1EooCJvNdN61VM { top:0.8125rem;left:32.03125rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh8X7HPWdER6NN9OEEDIboyBGMpl3iPX { width:17.5rem;height:3.4375rem;top:28.75rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgVxUrG7cTmXrN5FWNyfhUD0LUB9IzQ2 { display:block; }
 }@media only screen and (max-width: 763px) { #X4z6q7e1t8KgNOqV3ZKL8AJdZMVTSKxF { display:block; }#X4z6q7e1t8KgNOqV3ZKL8AJdZMVTSKxF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SGhbzKKdKb7v0TIuqhcyJxSaczuITRKv { width:47.75rem;height:14.0625rem;top:14.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJX0ED83TX9GkNTRmefss8v5pEnS5hK0 { width:47.75rem;height:3.75rem;top:5.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZksC3uJDl6Cq5529ANBZ8Sf7STVpeE08 { width:16.4375rem;height:1.875rem;top:2.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfZQ9DdCfLD5lxr4pH9klo9ts9rndtZS { display:block; }#nfZQ9DdCfLD5lxr4pH9klo9ts9rndtZS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HF7N9xnyBktNxaaKWBT35QQ7TpJDi8HL { width:20.0625rem;height:1.625rem;top:19.375rem;left:27.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OESi1hH5wXeCucFauADvwQtkPlL8qpPs { width:20.8125rem;height:3.25rem;top:19.375rem;left:10.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNUfsxKJ1kN6uwBkFix4Tuq4tooCptfZ { width:20.8125rem;height:1.625rem;top:20.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy86ADbEphzlRVfnmMNB73BqNgWMP38A { top:1.1875rem;left:0.28125rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6m65umQGqKmpvryCq7HLBcXkWCMRoGk { top:1.1875rem;left:16.15625rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJRX7cDIFuAWlBA97tuOdk8f9FOTu7zh { top:1.1875rem;left:32.03125rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd { display:block; }#bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKfpGT3K84RMnTqvS1E70ndT1BdLciFR { width:14.3125rem;height:3rem;top:5rem;left:0.98871517181394rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmARC5EoOZ6euuL69NxuFieTThMTo0LW { top:3.6875rem;left:0rem;width:11.4375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI3hz4wJipL6i21bmFPJS8agQaAIR1k6 { width:32.5625rem;height:;top:14.3125rem;left:15.1875rem;font-size:1.125rem;display:block; }#KI3hz4wJipL6i21bmFPJS8agQaAIR1k6 li:before{  }
 }@media only screen and (max-width: 763px) { #ihJGGfnRnHT76xBreJQn87rTtuJgZ5m2 { width:27.625rem;height:4.375rem;top:8rem;left:20.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2es1GP4fU04ZVBqnLNs4Cx7tlqioXPg { width:31.5rem;height:5rem;top:13.125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJOfWeb9L28RLxPnCMUhxg4cLeHtaFQM { width:13.25rem;height:2.25rem;top:18.125rem;left:8.3166675567625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeKmPTtXuCJTb9yeSfo8HyvT3xs0tGrT { display:block; }#FeKmPTtXuCJTb9yeSfo8HyvT3xs0tGrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBlKRTb67VDWRsXcL22ZPNW6cclErHPO { top:5.125rem;left:0rem;width:47.75rem;height:65.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgmMnu0Q82FnOTto95gISagas3glce3T { display:block; }#qgmMnu0Q82FnOTto95gISagas3glce3T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPAwGN2OpabNWCtv3c62kBsEvz9To5lR { top:8.3125rem;left:0rem;width:17.1875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJMBXDhTi9sTnKOtB4zhsOR6cFS6TFGa { width:9.3125rem;height:3.8125rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #roP4Jb5lTWL3rED4vbCUAtT1odnbG8O7 { top:0.625rem;left:9rem;width:38.75rem;height:22.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bl8Atu6do4ePTfXd2CPW3wLL3c9troVR { top:8.1875rem;left:41.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STdOeOd8eKSX7F5uyUJnsTTNHuwnX80l { top:8.1875rem;left:43.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo7o9qyhaQDybDdLxZkLTlnigrS83QAt { top:8.1875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRHrrFOJT90vm373rDBSIgHmAq9TKEsk { top:8.1875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiTf44u5i2gv7k87BKUBPNVi43w4L2H2 { top:8.1875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU1JyOEHXOptDThl2PN3q7mk4B45L6dE { top:8.1875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJJCrmVFQNHO7hKMzwEirx3AH8HA7iT9 { top:8.1875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i80pwtKJRzNbUpW1DrcOFI9o5nnOrbfs { top:3.5rem;left:32.0625rem;width:15.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8wayrwIeAqRK2JTAu8PE6C0f2wRIp1l { top:6.3125rem;left:0rem;width:17.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbkq0Jy1p665sNlS2RV8puvuF7GTOALE { display:block; }#Mbkq0Jy1p665sNlS2RV8puvuF7GTOALE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMdiNXDMJRsdk8xPQpvzWQnt8gfSltaF { top:0.375rem;left:0rem;width:47.75rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hKfr7ddVr0Eu3qCdEsc62obuxE6f7lFC { background-color:rgba(0,0,0,0.2);background-image:none;display:block; }#hKfr7ddVr0Eu3qCdEsc62obuxE6f7lFC > .row .container { background-color: transparent; background-image: none; }#hKfr7ddVr0Eu3qCdEsc62obuxE6f7lFC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKfr7ddVr0Eu3qCdEsc62obuxE6f7lFC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKfr7ddVr0Eu3qCdEsc62obuxE6f7lFC > .row .container > .video-iframe-container { display: none; }#hKfr7ddVr0Eu3qCdEsc62obuxE6f7lFC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKfr7ddVr0Eu3qCdEsc62obuxE6f7lFC > .row > .video-iframe-container { display: none; }#hKfr7ddVr0Eu3qCdEsc62obuxE6f7lFC > .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); }#hKfr7ddVr0Eu3qCdEsc62obuxE6f7lFC > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqCyP4CTWO0dNiTFutX35E2KoW0gy8nc { width:10rem;height:4.0625rem;top:0.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDBfBqdCBBdMwRI8sm1Qp6NfLNhM24Du { width:9.125rem;height:3.5625rem;top:6.4375rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMHoURIzDUTGapu46dqkMnPHVQOzluOF { display:block; }
 }@media only screen and (max-width: 763px) { #fBz84k80vDhbfwJooxA1n4O16rCeov75 { width:9.125rem;height:3.5625rem;top:11.375rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #anX6Pi7zECI5NnCOAxNCokxa4mpUGXIp { display:block; }
 }@media only screen and (max-width: 763px) { #rhdkkl8Gt0RHpq0zD30uPTemEIBITVAb { width:5.8125rem;height:1.5625rem;top:1.9375rem;left:11.875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dNUcsmEFmDEBoZEtVXyGT1oKhba2pOHH { background-color:rgba(0,0,0,0.2);background-image:none;display:block; }#dNUcsmEFmDEBoZEtVXyGT1oKhba2pOHH > .row .container { background-color: transparent; background-image: none; }#dNUcsmEFmDEBoZEtVXyGT1oKhba2pOHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNUcsmEFmDEBoZEtVXyGT1oKhba2pOHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNUcsmEFmDEBoZEtVXyGT1oKhba2pOHH > .row .container > .video-iframe-container { display: none; }#dNUcsmEFmDEBoZEtVXyGT1oKhba2pOHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNUcsmEFmDEBoZEtVXyGT1oKhba2pOHH > .row > .video-iframe-container { display: none; }#dNUcsmEFmDEBoZEtVXyGT1oKhba2pOHH > .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); }#dNUcsmEFmDEBoZEtVXyGT1oKhba2pOHH > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2z1eoI0fHLJyQlysfX0svRkUfaTy2pS { width:15.9375rem;height:0.9375rem;top:1.125rem;left:2.03125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iv3XolhutHW2Wayc8HxinPvVKVHccDmx { width:6.4375rem;height:1.875rem;top:3.34375rem;left:2.0312501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MRyDRqn70k08VoGgIfzTsZKUVd75MWhH { width:8.4375rem;height:1.875rem;top:3.34375rem;left:10.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rNEEruzfEgPul11brHT2OSAwwTfGTvzu { display:block; }#rNEEruzfEgPul11brHT2OSAwwTfGTvzu > .row .container { width:20rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8JsIgIEPIMqvb6CAMNrFoIeLgn50zUh { width:19.1875rem;height:18.75rem;top:9.18359375rem;left:0.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVa4uLTxsnGQ9o1sW6vptdTuXfItSz4y { width:18.625rem;height:3.625rem;top:32.8046875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSGcerpSoLoqETu11796mUromGRgWLQK { display:block; }
 }@media only screen and (max-width: 763px) { #oT5Jz79I7c32DFtfQXwNfNJI6m4VDkpm { width:20rem;height:2.81875rem;top:2.1875rem;left:0rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f25idpg0Z46GPaMJHRrbFa7WIHuLTOV8 { width:12.25rem;height:2rem;top:5rem;left:7.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gUF2xrZ6qgUpxfREDGKb0XHPdzkSifAL { display:none; }#gUF2xrZ6qgUpxfREDGKb0XHPdzkSifAL > .row .container { width:20rem;height:32.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hownPolEH3pXiyQXa3zGyEtlKr0HRhcX { width:18.625rem;height:3.625rem;top:1rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhMus0Mf7RDTsPn1hAUgmPdwowixyfN4 { display:block; }
 }@media only screen and (max-width: 763px) { #Os33tMJWQ2JEdmEn2qbaHmTQBFZ7A8Gz { width:18.625rem;height:3.625rem;top:5.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu7GHqveypgN3h8IpNnrR8Nr2Fyu3ieF { display:block; }
 }@media only screen and (max-width: 763px) { #n40UsQhVd6LStrT3tCcxon6O8mRK5KS8 { width:18.625rem;height:3.625rem;top:10.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA6PyP6SUllZ97nee3NBAhQ6dVARCq1y { display:block; }
 }@media only screen and (max-width: 763px) { #NTWA5wc9X4CRWChyiS7ddT5D3CSGNJMm { width:18.625rem;height:3.625rem;top:15.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmVHMU2oKzM9PmWBrQ1rI7W8J2UQlblu { display:block; }
 }@media only screen and (max-width: 763px) { #swJqkpKP3L2qu7Q8hcEM5LfVTSri9pik { width:18.625rem;height:3.625rem;top:20.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWkH6Tk9gawuEMLWayyD6NSuu316z2qn { display:block; }
 }@media only screen and (max-width: 763px) { #neWgHaMJ5ZvqyGoTon2iI9MIidLk30VT { width:18.625rem;height:3.625rem;top:25.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6wO0AGNl3f3C9eShLIIGU3qTTTKxbVZ { display:block; }
 }@media only screen and (max-width: 763px) { #lEDAchzKMz5ODuHgOPoD2pkeKqLL24WC { display:block; }#lEDAchzKMz5ODuHgOPoD2pkeKqLL24WC > .row .container { width:20rem;height:32.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xbBzZ1ylkzJExiaw2dHiJBJhSM52vcLF { width:16.6875rem;height:1.71875rem;top:2.59375rem;left:0.4375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AuSJlDIcJ3fiufSsOpXwfaTwBTcw8Ron { width:19.125rem;height:25.3125rem;top:6.5rem;left:0.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JX9fSKpVDJoUsaMcefThmndWeeIXyXgT { width:12.5rem;height:1.6875rem;top:1rem;left:0.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #GZ3eubNI9TVUpZlkEbhem7CTDIC0KxUk { display:block; }#GZ3eubNI9TVUpZlkEbhem7CTDIC0KxUk > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfR6kDnogTTSePmRw7wFTC2TaTS9Wabo { width:10.625rem;height:1.71875rem;top:3.625rem;left:0.4375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TI2erlWfzOCvkJ5gX3uL1HTOmmTiuyyc { width:12.5rem;height:1.6875rem;top:1.6875rem;left:0.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #HbG3exgMaDSrwfHmR1HUqN40qOvOJS3p { width:18.5625rem;height:19.6875rem;top:7.3124980926512rem;left:0.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iz1HBeuy9ffZEGwbnhSGXJHiJe2COkfk { display:none; }#iz1HBeuy9ffZEGwbnhSGXJHiJe2COkfk > .row .container { width:20rem;height:81.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RuxcVlg9o3Oz0bqbnWqzhDy70xwHpoyb { width:18.75rem;height:18.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZKxoV1K8kA7F4oUVKALD9fDzvC9XRnf { width:18.75rem;height:18.75rem;top:21.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJvxurSm06RQFOOb8XXKEDf1vuJUnVig { width:18.75rem;height:18.75rem;top:41.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ1BvhXnPib5N34x1KDCSL1zIN3ZktJT { width:18.75rem;height:18.75rem;top:61.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKbin4iudUl47rqCoKxIKV2QVPrO2ICS { display:block; }#cKbin4iudUl47rqCoKxIKV2QVPrO2ICS > .row .container { width:20rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X8xBEA1cgIJnxtnVcQmhcc9moL95TfQO { width:19.125rem;height:12.65625rem;top:18.8359375rem;left:0.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cansksJAAX4xeZJKtuTQAIOm6WHeTlOV { height:11.2265625rem;width:20rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBDd3vWK6it4ahxcTOW42UyqPf6eUTBL { width:19.125rem;height:1.71875rem;top:2.0221357345581rem;left:0.4375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nkqFkbk7M09kXsCMfFKQwHzzbfFVSn9l { width:16.4375rem;height:1.6875rem;top:0.25rem;left:0.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #nQCF4lkng0WpkIohOEJX3iVrqMOSMWgr { display:block; }#nQCF4lkng0WpkIohOEJX3iVrqMOSMWgr > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCAsN5TnbtBRBaUMK3aacv3B6fI0aG6H { width:18.0625rem;height:18.0625rem;top:0.9375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkG7u7eGL5tElbd7z1in8hpitgTaS3Go { width:18.0625rem;height:18.0625rem;top:19.75rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmbek8Oefas7ElstJVWeSC8CNgkw2yv9 { width:18.0625rem;height:18.0625rem;top:38.4375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev07XAE3yZam7i90X3XwB2BvCwWWC6yJ { width:18.0625rem;height:18.0625rem;top:57.25rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KysWygEP1UyTbH2A4ls86xQUQRiT2tu2 { display:block; }#KysWygEP1UyTbH2A4ls86xQUQRiT2tu2 > .row .container { width:20rem;height:75.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmCbO0QTIx3Lhz8qBHATfLmMSWyW7bfI { width:18.0625rem;height:18.0625rem;top:0.5625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgaQMZzFJL32yPsDMOxks6VeXCvxDmNG { width:18.0625rem;height:18.0625rem;top:19.3125rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwHMA0gXsD3ORaPO4rZIqBpQ1byTdbZP { width:18.0625rem;height:18.0625rem;top:37.9375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMdB8g5fpDElyB3JHEWyDivJwsKoLRMW { width:18.0625rem;height:18.0625rem;top:56.75rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIAuqI4JZWGypXukoBRAT7ToitlsCPbT { display:block; }#IIAuqI4JZWGypXukoBRAT7ToitlsCPbT > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qavX2tEEGm5U95kcnRezSifULNZuu84R { width:9.4375rem;height:1.71875rem;top:3.828125rem;left:0.4375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ObwqxfsKMussq1IQbiLQGPNeNHUHguM6 { width:16.4375rem;height:1.6875rem;top:1.25rem;left:0.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #eJg1RcwdqQXgysVqBK5rdVqmHKio9DcC { width:20rem;height:4.0625rem;top:6.796875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtfPhCvnxz5wVkGfkANVutfdd4IrJEXy { display:block; }#qtfPhCvnxz5wVkGfkANVutfdd4IrJEXy > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJVKihwrUZEsh7ztNX8kWmRF6izFogTh { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJJMXGOxaqukltsKGV3oe9Biq2a92TSB { width:20rem;height:1.625rem;top:4.53125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXUA5c4tcrXLQK9Lze3DApySvScHStRo { width:20rem;height:7rem;top:7.4062576293944rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3nxP4vlcZo0mtg70NMPPxzPMGSm7fkc { width:8.75rem;height:1.625rem;top:8.25390625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVU0msyktBt1wWPu78K1IzT5SBnLnTNp { width:16.75rem;height:1.625rem;top:10.87890625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5kBmEqchTFyq2hOwWWQO2iVuxzSAo5i { display:block; }#W5kBmEqchTFyq2hOwWWQO2iVuxzSAo5i > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hfCCJ2eETKAwXP0J1p60GNH9EIFTthCv { width:20rem;height:7.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTLiuv0OPNoVxnVtNWxZXxqZ2f4dqZ32 { width:8.75rem;height:1.625rem;top:2.5625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6QtzuCgiOeBucJ4f2G6SiCxBl3geu92 { width:18.3125rem;height:1.625rem;top:5.15625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkmbMXCbWxIqK2wwi9XhrlCOthnRCnrW { display:block; }#GkmbMXCbWxIqK2wwi9XhrlCOthnRCnrW > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEgT5oDeSvy0OXhUePbdoOq2CF6H1aPc { width:20.0625rem;height:8.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIH6U9HxiGv6tKeuI4Jrp3kqlE879qdn { width:8.75rem;height:1.625rem;top:2.5625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp1DUkDMXQyTmnEi1EWQlDyvBHHt5rot { width:18.3125rem;height:1.625rem;top:5.15625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6ziLTXdTWmh23DoKiOk2ZVXhONw6vRV { width:16.5625rem;height:1.21875rem;top:7.281005859375rem;left:0.9326171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #df06nUbk3pCXp6uccTlclUQWr4A76aBv { display:block; }#df06nUbk3pCXp6uccTlclUQWr4A76aBv > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugaaMGdVyZLA95Kc9Myp4MGDEv1r1zAI { width:20.0625rem;height:8.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q29EUTS1Ed57gtLN1R3SeqEE96xl5k8u { width:8.75rem;height:1.625rem;top:2.5625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtZ8EPqxCg8qeTXSVVJtlAskAZrotaHf { width:18.3125rem;height:1.625rem;top:5.15625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcADduD9wJxpCMvltslMLNEQGyRd6ZgA { width:16.5625rem;height:1.21875rem;top:7.281005859375rem;left:0.9326171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRHQUQgdTx6IWCqGapNM6UAkAQz6g1PW { display:block; }#rRHQUQgdTx6IWCqGapNM6UAkAQz6g1PW > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iR2ODochTvcRTZD021g9orThvanTBTZc { width:20.0625rem;height:8.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMIHQPNganRfiQ0kxeool9VLgu85AJDa { width:8.75rem;height:1.625rem;top:2.5625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnfRbEqpa2Jt4Ar1AQD1ylzDffExUmd8 { width:18.3125rem;height:1.625rem;top:5.15625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3g6y5ZMlBSB80NLrQ9J4T91l2XR4iql { width:16.5625rem;height:1.21875rem;top:7.281005859375rem;left:0.9326171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exrMtKfwEO2ry5uCGLa4q0KE2z34K1IS { display:block; }#exrMtKfwEO2ry5uCGLa4q0KE2z34K1IS > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVnqto3vdcbChlPoXPpGTOcE9pbDNa27 { width:20rem;height:7.4375rem;top:1.2500019073486rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJxBiNHdqS8ytzrsvT6NUdEdr71xUWii { width:8.75rem;height:1.625rem;top:2.5625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsu76LbBSQr1TWHgyi20i8f6i6WK9kgv { width:18.3125rem;height:1.625rem;top:5.15625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0VNVPqWw0iXiUbKdA1uTgfkE5fIo9Fu { display:block; }#W0VNVPqWw0iXiUbKdA1uTgfkE5fIo9Fu > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qycdhARGTwHfUndpNldUQJdtCAw6ZGoq { width:20.0625rem;height:8.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4ZgQpIUhPRWUb31ulq2ifHzxoNXaNQ7 { width:8.75rem;height:1.625rem;top:2.5625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrT7vpOuh80ostfznrkbGBCe3r9LJ6Lg { width:18.3125rem;height:1.625rem;top:5.15625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeLZzNGTw58CwXDDz9WNr7IWaxZZK1Jd { width:16.5625rem;height:1.21875rem;top:7.281005859375rem;left:0.9326171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8amZPVDN4I2Z3mxkK9O6OMKZHPdFu63 { display:block; }#p8amZPVDN4I2Z3mxkK9O6OMKZHPdFu63 > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFVTiAnXXyAR0sgBsyPpzKX2TZPgZwt2 { width:20.0625rem;height:8.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKNJDx099hHTop1xS6yNBe5c1XTQTuBO { width:8.75rem;height:1.625rem;top:2.5625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK6xPpH5qAMWO75xN6ByyqCtg3papEEX { width:18.3125rem;height:1.625rem;top:5.15625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhIlILh2Ogpec3MKBStUcJMf0mCQu2PI { width:16.5625rem;height:1.21875rem;top:7.281005859375rem;left:0.9326171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9Jic3KPnUWnGwDwy1bgzaPUrAPkDJs4 { display:block; }#W9Jic3KPnUWnGwDwy1bgzaPUrAPkDJs4 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Il2ckVNb1UKzQFWMOxQTkyIq0JaCsWyH { width:20.0625rem;height:9.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #viTvN2lk6e8MQ9zu1qeZGS5dztprBZ1a { width:8.75rem;height:1.625rem;top:2.5625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRbIyNTGTEe9TawIMfwzWszqRrczpsN1 { width:18.3125rem;height:1.625rem;top:5.15625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #noqyW3HwXUcJA3MnsrQrNcw9nrMw0hlA { width:16.5625rem;height:1.21875rem;top:8.71826171875rem;left:0.9326171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha4Zk6oZsArb4s5leZEDNDP8HG04ulR3 { display:block; }#Ha4Zk6oZsArb4s5leZEDNDP8HG04ulR3 > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvfQvoUSuL077P6MsWMXyiiycwnmRB0h { width:20.0625rem;height:10rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6y6SbNT2CaXbGwIIi3CR5D1i4O4f8Id { width:8.75rem;height:1.625rem;top:2.5625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoxU2lslfbEzUUuc89XfzyyQHGNH4ezl { width:18.3125rem;height:1.625rem;top:5.15625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEVJiCNWSToF8LzoQpogcNqHv0MPG6fU { width:16.5625rem;height:1.21875rem;top:9.03076171875rem;left:0.9326171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2ZlZmsdu8ace2M2ehbJXkEWurhC0pt6 { display:block; }#Z2ZlZmsdu8ace2M2ehbJXkEWurhC0pt6 > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3D6CptUB5tmdL2RdBoTdRvrp2Nug76F { width:20.0625rem;height:7.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSisTTX0qJplzaSrbBbxKdmz7cvtf3Vm { width:8.75rem;height:1.625rem;top:2.5625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSHC0yVbsNlLC8rFTaAmufeXDD2hlda5 { width:18.3125rem;height:1.625rem;top:5.15625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZwhihODCGz7ntupVuRUfQVyem9UNGAo { display:block; }#yZwhihODCGz7ntupVuRUfQVyem9UNGAo > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w55MFMXMQzOso3fi3cMTqif4DGRTHqJb { width:20.0625rem;height:8.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kayUa9Gyde68nLP8rRJBMtEoNBBB4Oao { width:8.75rem;height:1.625rem;top:2.5625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #unp4JMUaIkXOUczBnUgwCnr9yZuhUbZS { width:18.3125rem;height:1.625rem;top:5.15625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgPSBFJCT0FDHknmryS3DrXkTh0Cr7mv { width:16.5625rem;height:1.21875rem;top:7.281005859375rem;left:0.9326171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1vHodCMfaWRnuJrnibpS8ZCSD2JCiGh { display:block; }#v1vHodCMfaWRnuJrnibpS8ZCSD2JCiGh > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHneGzczQ0RTWXG8TKnywXgPF3HBxEOT { width:20.0625rem;height:8.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdCEwDZW1FplDKXp3q7PttDqAPNRmukz { width:8.75rem;height:1.625rem;top:2.5625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3gzAC7r974xK4VxFGZZKG3zQ5Sa1acf { width:18.3125rem;height:1.625rem;top:5.15625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqf4BmHTdPdByBB3VKVVDw4fdirORAGD { width:16.5625rem;height:1.21875rem;top:7.281005859375rem;left:0.9326171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOgdUFrq0bpALt5q7WsumHK0FJwCs0iT { display:block; }#IOgdUFrq0bpALt5q7WsumHK0FJwCs0iT > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anuHsQEnVDPkpHpeP8KktbP4cdBc2z4Q { width:20.0625rem;height:8.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFyDzo4CWl7ialGqftBCcCwJinSZOH5n { width:8.75rem;height:1.625rem;top:2.5625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #izBf50K1qExScMAZIpsIoowNp93FkcL3 { width:18.3125rem;height:1.625rem;top:5.15625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th3dypMiEG2gTbolk6AIw8zGP3zwaAqB { width:16.5625rem;height:1.21875rem;top:7.281005859375rem;left:0.9326171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAK3mHacyQ7TBzh2FyUv3UZmTzk0vQOo { display:block; }#dAK3mHacyQ7TBzh2FyUv3UZmTzk0vQOo > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfOoTuEbqzOvlWUFMOMMEJKLzhMehQnN { width:20.0625rem;height:8.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFvyoCNENhA9dT96DnlJ3Ms4HTRupXDd { width:8.75rem;height:1.625rem;top:2.5625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws5xegxgull52QcA9TEc4vWXa1LnTwE5 { width:18.3125rem;height:1.625rem;top:5.15625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8Uvvba30gek22qXqamW3TLOwxqwzSwn { display:block; }#x8Uvvba30gek22qXqamW3TLOwxqwzSwn > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQcfZ0QT8qTmgDf9BPlBf4AQTkQMuHDT { width:20.0625rem;height:10.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZStgh6ixZ7aXGnehQ1rnysZDsNCWxIfs { width:8.75rem;height:1.625rem;top:2.5625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwNQF18CrReCfHNfcOZNyeIX5CbW4sqE { width:18.3125rem;height:3.25rem;top:5.15625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaSvt1HXPn8tBJP5dSnREAdpQ4hnkrt9 { width:16.5625rem;height:1.21875rem;top:9.32568359375rem;left:0.9326171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEMlBwq31A3Xr3RGCsrdrUIr0BAk0vWV { display:block; }#rEMlBwq31A3Xr3RGCsrdrUIr0BAk0vWV > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tsaIgfwAxXPTWVxD1DEn1QpUfV3JOIpO { width:20.0625rem;height:10.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7BwfJOqTRF2zrXXMnBVpzcOR0HO8ltr { width:8.75rem;height:1.625rem;top:2.5625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpJTVHSdPHHKoRg2oyeN8XfwsOVNo7oE { width:18.3125rem;height:1.625rem;top:5.15625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWlN8mU7GqCXQkIKSDyvdZb6MgxRDp7g { width:16.5625rem;height:1.21875rem;top:9.15576171875rem;left:0.9326171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHdtDDJrAFDPy1wltqxnBVNXqgThsepv { display:block; }#CHdtDDJrAFDPy1wltqxnBVNXqgThsepv > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5WTRJlA6hgLmVxL0w0DIyTCEnZt9Kql { width:20.0625rem;height:8.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh416JapgzbWGAzmiTXSFtAIPZqla6uA { width:8.75rem;height:1.625rem;top:2.5625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oksmaSIe9xE1N8Fn5701HTRygncm0VTR { width:18.3125rem;height:1.625rem;top:5.15625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdCeI9hprU2RH97rXHWllwULHvWyuCVW { width:16.5625rem;height:1.21875rem;top:7.281005859375rem;left:0.9326171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #solF7x2eXfa6XgAGf2plH6O6ihzmOZke { display:block; }#solF7x2eXfa6XgAGf2plH6O6ihzmOZke > .row .container { width:20rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hE6EdOPVt5VCphxbkQUJFSPMt2OLpany { width:20.0625rem;height:8.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V892ya8vRURf8PfepkVunppPuWA1WDOx { width:8.75rem;height:1.625rem;top:2.5625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfpnDSveDVKotEMKn7ciwdV0gQkux8dw { width:18.3125rem;height:1.625rem;top:5.15625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1tWbF4M7yT37cdUdlt3w9TPpFuaSVbL { width:16.5625rem;height:1.21875rem;top:7.281005859375rem;left:0.9326171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4LDvdNTXl7QzF1LkUqJz3hm1y8DlAcc { display:block; }#e4LDvdNTXl7QzF1LkUqJz3hm1y8DlAcc > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PiuCi9ixX2QX6CUFxPR9Qh9gwiFtNvN4 { width:20.0625rem;height:8.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdo68Ce5N6FfIWl8DSA2crZ8KgalPOlI { width:8.75rem;height:1.625rem;top:2.5625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdr5dh4Nkoruo9T4d1oVCMkwmX1cxyJ6 { width:10.18675rem;height:1.625rem;top:5.311279296875rem;left:0.9326171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4iSVZHafeNFWcbSDRTDUzkUUetq4I4q { display:block; }#P4iSVZHafeNFWcbSDRTDUzkUUetq4I4q > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wrvSlBcCRNiBISkd7Jf3QLTTyTSUkzRN { width:20.0625rem;height:8.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsv5kHdkP3qf1XlT74MIeoIuVBKTvz2u { width:8.75rem;height:1.625rem;top:2.5625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSQk1hXWs9rKuE4XOoL1X6JtUcpePuyy { width:12.4365rem;height:1.625rem;top:5.592041015625rem;left:0.9326171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlGNuXPSxU6GkoNtAp32EyImQkbb643W { display:block; }#DlGNuXPSxU6GkoNtAp32EyImQkbb643W > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwObdRpQsXSic2vTKKBDqmTA84TGtWLy { width:20.0625rem;height:8.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpv6cBtg8H4wlyheEuqsxUGxtOWzm6g8 { width:8.75rem;height:1.625rem;top:2.5625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2HLZvbfZfIBJOU75BNGty6wX3bn2VRf { width:9.187rem;height:1.625rem;top:5.341796875rem;left:0.9326171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNQDx0RRWRhUgSN3Ex3POwJN6Zfb6qJf { display:block; }#cNQDx0RRWRhUgSN3Ex3POwJN6Zfb6qJf > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BlzzftuiOGBLfJAf8eml5XtIzTLTlfNT { width:20.0625rem;height:8.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaH3zsbUuqnO8mTZgIPmEu4bGXAqoT5w { width:8.75rem;height:1.625rem;top:2.5625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO8o0sI3mqqEKvdNANS4LWGMz0akUPV8 { width:9.624rem;height:1.625rem;top:5.592041015625rem;left:0.9326171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynWh4H4E6E2sqQWDvTORpmVRWJCnFKRo { display:block; }#ynWh4H4E6E2sqQWDvTORpmVRWJCnFKRo > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBQD6HlXPJ25hBhLMugDZvTmHqqpxnZd { width:20.0625rem;height:8.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6IqeotlrCcg5Z53J9xKDxop9Aai9ToU { width:8.75rem;height:1.625rem;top:2.5625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALWGTxhulUUHiEqZ0TIrffuMXduG5zxc { width:8.125rem;height:1.625rem;top:5.046142578125rem;left:0.9326171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XButXMKaiw8k3vFsgIfSyp2WcGKzK5UQ { display:none; }#XButXMKaiw8k3vFsgIfSyp2WcGKzK5UQ > .row .container { width:20rem;height:16.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v4VUap2LxgKeLths8UXTdW3f4MI2uRvM { width:20rem;height:13.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9X4pNXbNwoPo1NMHuFMZX7JnSZwWopH { width:8.75rem;height:1.625rem;top:2.5625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e16rKwfkyoUtxfTkOMISMN1yR4nyldZq { width:5.375rem;height:5.375rem;top:2.46875rem;left:13.659376144409rem;display:none; }
 }@media only screen and (max-width: 763px) { #u2keg75fii1QarzzdNQyxdb7E8K0Q16t { width:18.3125rem;height:3.25rem;top:5.15625rem;left:0.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq65clCvlQNoLrJVcwZLpWSfc4F2V0U4 { width:12.8125rem;height:3.4375rem;top:9.84375rem;left:0.93359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6RbyXrZx4BluQplXHtKkVqo2VdBsCVS { display:block; }
 }@media only screen and (max-width: 763px) { #AUyyaZMT7N2s8VFfVwyXhGtVKyclGNFW { width:5.8125rem;height:5.8125rem;top:2.1812438964844rem;left:13.373956680298rem;display:none; }
 }@media only screen and (max-width: 763px) { #AxQBcVvlDLVgnMw5Ien74AQO648ieAKC { display:none; }#AxQBcVvlDLVgnMw5Ien74AQO648ieAKC > .row .container { width:20rem;height:33.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uilxTXp9cn20xDVcmBaTBgUFZ2JUxVrB { width:20rem;height:29.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #buH8dnBiuHhnoZOnaqhq6SVtGI5f2Fhl { width:8.75rem;height:1.625rem;top:4.64453125rem;left:9.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2dTB45wCk59ox096nT4UxpNdBE9ueig { width:9.1875rem;height:1.21875rem;top:6.1875rem;left:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn8ptfSlVhh4KSrb0uHn4rst0UDM3oRb { width:5.5rem;height:5.5rem;top:2.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhs002RaAt05PiMwlbPKDTgTXiWsnUVR { width:8.75rem;height:1.625rem;top:13.145833969116rem;left:9.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMnHLD0VJKvmpym2O9D9sluCGkEQ4cSg { width:9.1875rem;height:1.21875rem;top:14.770833969116rem;left:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyfXx9nTgiKEzZilryKFcfE1Ly7rMKzU { width:18.5rem;height:8.28125rem;top:20.743490219116rem;left:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U56ZQ0wzh5fbs8LzaMX4rQveTNTqRElv { width:18.1875rem;height:7.3125rem;top:2.0091142654419rem;left:0.8229167461395rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvATwiWsA6XMSL7AB6nT8KJAVXnbT76a { width:18.1875rem;height:7.3125rem;top:10.811197280884rem;left:0.8229167461395rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM6BJsymcKvSqQcmvaVOBxG6TOJVdhJJ { width:5.5rem;height:5.5rem;top:11.802083969116rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiwVRrqFIMzo6tqHLrngfCTu5dpwwr4u { display:none; }#HiwVRrqFIMzo6tqHLrngfCTu5dpwwr4u > .row .container { width:20rem;height:115.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uPsmfei6kAy3vlyunbikhNPqZrq0TFcQ { width:17.999rem;height:25.3125rem;top:9.146484375rem;left:0.9990234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #c2am7OS02MCv07QWiwR0547WIyAIdgr5 { width:20rem;height:28.875rem;top:45.5rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#c2am7OS02MCv07QWiwR0547WIyAIdgr5 li:before{  }
 }@media only screen and (max-width: 763px) { #iXw3OZoDa0TITTdQbUItfMUDMy0nyNmH { width:19.3115rem;height:8.2875rem;top:36rem;left:0.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IsvcglHC7LzfTa78e57JlJiaapC2WKGf { width:10.5620625rem;height:5.2rem;top:91.4375rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bVgWnzJ5WPadGTmWKQINwwvE9i5Tt3uM { width:8.3738125rem;height:3.9rem;top:85.5625rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eWE80H95KrqB4GF6EEAA8e0msfgSX7uF { width:18.312375rem;height:2.6rem;top:98.0625rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zPXO2g0K8UrCgibgJHPLSFWSG9eE28LA { width:18.3745625rem;height:3.9rem;top:102.4375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HLGL3twOHscnevfro8wTBxBix85RFivv { width:8.4360625rem;height:6.5rem;top:77.5625rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c2gtHdoaCXIMGTNXRuhNPfrwdV7WJwOb { width:18.998875rem;height:1.38125rem;top:75.625rem;left:1rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xcmaQipo2iSqKIVWIWKeBZt24zPARXLr { width:20rem;height:3.4375rem;top:110.525rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J5Uik6ehKrBOMSZT3kgEcQllRgsx6f7W { width:16.4375rem;height:1.6875rem;top:107.5875rem;left:1.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #VwBelzAHNS58afAW3iv2FGDGGGMnoy0v { display:block; }#VwBelzAHNS58afAW3iv2FGDGGGMnoy0v > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJ60nbDRfQQbNl0HLZxfTTbuPBiqoQsE { width:18rem;height:19.6875rem;top:6.8125rem;left:1rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QE3JiVf3X06qUSK2o0G7nHCwUi5BVdwK { width:14.3125rem;height:3.4375rem;top:2.33203125rem;left:0.4375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ke0hkzZoS5Uhf6zZeTSASGKhkwDq78M2 { width:16.4375rem;height:1.6875rem;top:0.64453125rem;left:0.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #BhfPmJOobfRtiANUnBBg9V80IeTRUTgm { display:block; }#BhfPmJOobfRtiANUnBBg9V80IeTRUTgm > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pSiFSmGMALqhgmIxPcieqIpSy8MOxeH5 { width:10.3125rem;height:1.875rem;top:2.5rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln0Kq0JXrTOHeG2x2HwP2dNNHqc04el9 { width:12.125rem;height:4.0625rem;top:5.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #brCmXZiB00cowZV6i9vhqwzNBDSxF6IT { display:block; }#brCmXZiB00cowZV6i9vhqwzNBDSxF6IT > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hdyV4nJPZdJcDmBZxNGcT6ZiMxcPiT8g { width:5.7487rem;height:2.8737rem;top:6.0625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AR6Muk7FmtVJ3TCXnZS95v1UMLgBbmb7 { width:7.6875rem;height:2.5625rem;top:1.625rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqbI8LLO14A9TtmPE4WDlNZHbEM88h7I { width:4.5625rem;height:4.5625rem;top:10.18554921875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt2IATcrZPiEwhdat3mu7yzR1ltmh6EQ { width:12.125rem;height:1.25rem;top:15.99804921875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq0va1kT3PrKC3zJrrEseRuZvDn73V1N { display:block; }#Pq0va1kT3PrKC3zJrrEseRuZvDn73V1N > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRE2QBni6OEB4NpSHAogyS7DIrWe24Cu { width:9.8730625rem;height:1.42578125rem;top:6.37451171875rem;left:5.062255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMh7UTn68EITT3WIZlzFGr6Re4kvCAMy { width:6.625rem;height:1.8125rem;top:9.8125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkk8FuZsQ6Wsyp1L3QsJCBaRdgqCbLPK { width:12.312rem;height:1.62475625rem;top:13.81103515625rem;left:3.8427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRMTC7hSEL3pSytdeGzseExr4lE3nmQX { width:9.187rem;height:3.374025rem;top:1.25244140625rem;left:5.406494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOT5ecswVRzwaf59s48yyEVnAfvoT9UP { display:block; }#OOT5ecswVRzwaf59s48yyEVnAfvoT9UP > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8sndNye9GkN4PvhZR064Oay32v6bqfT { width:17.9375rem;height:22.5rem;top:9.1992197036744rem;left:0.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NM33uXLtsmbBrSJADNXwEtKyrQhozLD6 { width:18.125rem;height:1.71875rem;top:2.1953125rem;left:0.4375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xbQnMxa0UFQhdzgNuxHvm5LnuMU151yH { width:16.4375rem;height:1.6875rem;top:0.5103759765625rem;left:0.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #g06TGHBy9vWU3JoR9UJxAiQcwfweibU9 { width:17.3125rem;height:3.4375rem;top:4.3437509536743rem;left:0.4375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TUPfnXissBTfs0UuCFXyZnf8LldIDqRK { width:17.5rem;height:3.4375rem;top:33.261699676514rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xly4uqOZyfn5lsNw9DPTxnyynWLQvK8S { display:block; }
 }@media only screen and (max-width: 763px) { #NsECQf8Mna5eMOZCllyLaIhaIx5RQOsI { display:block; }#NsECQf8Mna5eMOZCllyLaIhaIx5RQOsI > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQlC8pL9Bo7uztDstBmuotdyKRlfyaTE { width:20rem;height:14.25rem;top:1.0000190734863rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGGoH6zgf3Xx5zMJA7zT1TqByXBCRJy8 { display:block; }#PGGoH6zgf3Xx5zMJA7zT1TqByXBCRJy8 > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KhKOgZScM724hKRXEMPhLm6NOdqlfas8 { width:18.0625rem;height:18.0625rem;top:0rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGrNmqnq0nCkXltqzqcgdKZsqNtn4BSO { width:18.0625rem;height:18.0625rem;top:18.875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvaDTT1JXUTQQBvQhMsME6eScAxDk7lm { width:18.0625rem;height:18.0625rem;top:37.625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXaDdcTVTwmJ8HOHAIyIu4vRXVwZPE8W { width:18.0625rem;height:18.0625rem;top:56.4375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqIL91iO0pkuUGblBxmBmJ93qXcCDKxS { display:block; }#vqIL91iO0pkuUGblBxmBmJ93qXcCDKxS > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0Oku6aSH78LA6smcgwIkWIPZkiS8AZ6 { width:17.75rem;height:7.03125rem;top:6.6875rem;left:0.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #P7XAPwftt7BxBC9LDCBEunMFOTcyHq3P { width:16rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bFetTzbkrwml5nOGyzTJaXz038pG0d4x { width:16.4375rem;height:1.6875rem;top:0.62502098083494rem;left:0.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #LxW4rQDDTxayerBu6ZsxL4WvtxxP2hDJ { display:block; }#LxW4rQDDTxayerBu6ZsxL4WvtxxP2hDJ > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gi8EODGfEHTL4HPVPQBExb15HubCkg6m { width:9.8108125rem;height:2.5rem;top:9.75rem;left:5.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1As6xzuR6xN761snvlVNgbQTlgeodZ4 { width:9.812rem;height:2.5rem;top:26.0625rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B56xCUTfCrFq2W8rc6x4tKUXW4HM6naW { width:9.812rem;height:2.5rem;top:49.9375rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdeABZtn1Tuyk6bSTo7zJpnBLGwoyKae { width:20rem;height:4.875rem;top:53.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNgi083Cg0hgIDyWnKdODqEdtiMex5Th { width:20rem;height:3.25rem;top:29.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQPL9czGaclfHcDvMVq1hTkC8h29QgAf { width:20rem;height:1.625rem;top:12.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxX0TVnk4240bOThkrVf4DgJMJMgS4ZZ { width:8.75rem;height:8.75rem;top:1rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaVFJbQcErNSyZd1Ehgpf7h1LaAR68fF { width:8.75rem;height:8.75rem;top:16.624979972839rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vThcF6CrCgPkhb2BSG1EooCJvNdN61VM { width:8.75rem;height:8.75rem;top:40.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh8X7HPWdER6NN9OEEDIboyBGMpl3iPX { width:17.5rem;height:3.4375rem;top:33.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgVxUrG7cTmXrN5FWNyfhUD0LUB9IzQ2 { display:block; }
 }@media only screen and (max-width: 763px) { #X4z6q7e1t8KgNOqV3ZKL8AJdZMVTSKxF { display:block; }#X4z6q7e1t8KgNOqV3ZKL8AJdZMVTSKxF > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SGhbzKKdKb7v0TIuqhcyJxSaczuITRKv { width:18.4375rem;height:15.46875rem;top:6.1875rem;left:0.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kJX0ED83TX9GkNTRmefss8v5pEnS5hK0 { width:17.25rem;height:1.71875rem;top:2.625rem;left:0.4375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZksC3uJDl6Cq5529ANBZ8Sf7STVpeE08 { width:16.4375rem;height:1.6875rem;top:0.9375rem;left:0.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #nfZQ9DdCfLD5lxr4pH9klo9ts9rndtZS { display:block; }#nfZQ9DdCfLD5lxr4pH9klo9ts9rndtZS > .row .container { width:20rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HF7N9xnyBktNxaaKWBT35QQ7TpJDi8HL { width:20rem;height:1.625rem;top:40.812502563rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OESi1hH5wXeCucFauADvwQtkPlL8qpPs { width:20rem;height:3.25rem;top:24.625000655651rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNUfsxKJ1kN6uwBkFix4Tuq4tooCptfZ { width:20rem;height:1.625rem;top:10.125000953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy86ADbEphzlRVfnmMNB73BqNgWMP38A { width:8.75rem;height:8.75rem;top:0.81245899200437rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6m65umQGqKmpvryCq7HLBcXkWCMRoGk { width:8.75rem;height:8.75rem;top:14.937541007996rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJRX7cDIFuAWlBA97tuOdk8f9FOTu7zh { width:8.75rem;height:8.75rem;top:30.750001907349rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/78c28665-070c-4cb1-ac29-ae2465ebb7e9/IPSDbackgroundver15.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd.adaptive-delivery-prevent-bg, #bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd.lazyload, #bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd.lazyloading { background-image: none; }#bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd > .row .container { background-color: transparent; background-image: none; }#bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd > .row .container > .video-iframe-container { display: none; }#bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd > .row > .video-iframe-container { display: none; }#bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd > .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); }#bPTuGg0DTlMrrAPeT73ZTnVReCyn1Fwd > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKfpGT3K84RMnTqvS1E70ndT1BdLciFR { width:20rem;height:3rem;top:13.875001907349rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bmARC5EoOZ6euuL69NxuFieTThMTo0LW { width:10rem;height:4.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI3hz4wJipL6i21bmFPJS8agQaAIR1k6 { width:19.5625rem;height:6.472625rem;top:26.874961853028rem;left:0.43750005960464rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#KI3hz4wJipL6i21bmFPJS8agQaAIR1k6 li:before{  }
 }@media only screen and (max-width: 763px) { #ihJGGfnRnHT76xBreJQn87rTtuJgZ5m2 { width:16rem;height:4.3857375rem;top:19.953126907349rem;left:2rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #O2es1GP4fU04ZVBqnLNs4Cx7tlqioXPg { width:20rem;height:2.81875rem;top:6.625rem;left:0rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xJOfWeb9L28RLxPnCMUhxg4cLeHtaFQM { width:12.625rem;height:2rem;top:9.4375rem;left:7.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FeKmPTtXuCJTb9yeSfo8HyvT3xs0tGrT { background-color:rgba(0,0,0,0);background-image:none;display:block; }#FeKmPTtXuCJTb9yeSfo8HyvT3xs0tGrT > .row .container { background-color: transparent; background-image: none; }#FeKmPTtXuCJTb9yeSfo8HyvT3xs0tGrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeKmPTtXuCJTb9yeSfo8HyvT3xs0tGrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeKmPTtXuCJTb9yeSfo8HyvT3xs0tGrT > .row .container > .video-iframe-container { display: none; }#FeKmPTtXuCJTb9yeSfo8HyvT3xs0tGrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeKmPTtXuCJTb9yeSfo8HyvT3xs0tGrT > .row > .video-iframe-container { display: none; }#FeKmPTtXuCJTb9yeSfo8HyvT3xs0tGrT > .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); }#FeKmPTtXuCJTb9yeSfo8HyvT3xs0tGrT > .row .container { width:20rem;height:109.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBlKRTb67VDWRsXcL22ZPNW6cclErHPO { width:20rem;height:33.8739375rem;top:2.2927104234696rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgmMnu0Q82FnOTto95gISagas3glce3T { display:block; }#qgmMnu0Q82FnOTto95gISagas3glce3T > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPAwGN2OpabNWCtv3c62kBsEvz9To5lR { width:15.75rem;height:2.4375rem;top:10.125000953674rem;left:2.1250000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HJMBXDhTi9sTnKOtB4zhsOR6cFS6TFGa { width:5.9375rem;height:2.4375rem;top:0.5625rem;left:6.7812500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #roP4Jb5lTWL3rED4vbCUAtT1odnbG8O7 { width:20rem;height:22.4375rem;top:7.1375002384187rem;left:0rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #Bl8Atu6do4ePTfXd2CPW3wLL3c9troVR { width:2.1875rem;height:2.1875rem;top:13.875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STdOeOd8eKSX7F5uyUJnsTTNHuwnX80l { width:2.1875rem;height:2.1875rem;top:13.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo7o9qyhaQDybDdLxZkLTlnigrS83QAt { width:2.1875rem;height:2.1875rem;top:13.9375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRHrrFOJT90vm373rDBSIgHmAq9TKEsk { width:2.1875rem;height:2.1875rem;top:13.875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiTf44u5i2gv7k87BKUBPNVi43w4L2H2 { width:2.1875rem;height:2.1875rem;top:13.875rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU1JyOEHXOptDThl2PN3q7mk4B45L6dE { width:2.1875rem;height:2.1875rem;top:13.875000953674rem;left:14.629167377949rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJJCrmVFQNHO7hKMzwEirx3AH8HA7iT9 { width:2.1875rem;height:2.1875rem;top:13.875000953674rem;left:17.500001728535rem;display:block; }
 }@media only screen and (max-width: 763px) { #i80pwtKJRzNbUpW1DrcOFI9o5nnOrbfs { width:15.6875rem;height:2.4375rem;top:6.3750004768369rem;left:2.1562500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u8wayrwIeAqRK2JTAu8PE6C0f2wRIp1l { width:17.1875rem;height:1.21875rem;top:4.0125002861023rem;left:1.4062500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mbkq0Jy1p665sNlS2RV8puvuF7GTOALE { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Mbkq0Jy1p665sNlS2RV8puvuF7GTOALE > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMdiNXDMJRsdk8xPQpvzWQnt8gfSltaF { width:20rem;height:7.0625rem;top:1.25rem;left:0rem;display:block; }
 }