.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:255,230,223;--color-primary-1:254,217,188;--color-primary-2:255,132,94;--color-primary-3:153,79,56;--color-primary-4:51,26,19;--color-secondary-0:247,227,233;--color-secondary-1:231,172,190;--color-secondary-2:215,117,147;--color-secondary-3:107,44,67;--color-secondary-4:43,23,29;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:104,104,104;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/eU90ia5I/sekcja8_foto_tlo2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
 #khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV *:focus-visible, #khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV input[type="text"]:focus-visible, #khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV input[type="email"]:focus-visible, #khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV input[type="tel"]:focus-visible, #khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV textarea:focus-visible { outline:0.125rem solid #000000;; } #khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row > .video-iframe-container { display: none; }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .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); }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/78547655-f3c4-466f-9703-f24685516df9/ElevateUSACHeronolines21366x768.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas.adaptive-delivery-prevent-bg, #zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas.lazyload, #zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas.lazyloading { background-image: none; }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas > .row .container { background-color: transparent; background-image: none; }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0); }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas > .row .container > .video-iframe-container { display: none; }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0); }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas > .row > .video-iframe-container { display: none; }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas > .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); }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas > .row .container { border-width: 0; border-radius: 0; }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas::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; }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas > .row .container { font-size:0.875rem;font-family:arial;height:52.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #6e3593, #712ba0);background-image: -moz-linear-gradient(top, #6e3593, #712ba0);background-image: -ms-linear-gradient(top, #6e3593, #712ba0);background-image: -o-linear-gradient(top, #6e3593, #712ba0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e3593', endColorstr='#712ba0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e3593', endColorstr='#712ba0' );";background-image: linear-gradient(to bottom, #6e3593, #712ba0);background-size:auto !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; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row .container { background-color: transparent; background-image: none; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row .container > .video-iframe-container { display: none; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row > .video-iframe-container { display: none; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .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); }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row .container { border-width: 0; border-radius: 0; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#C5bJGZGUTCpXTUn6T0zbxETIaPpa78WN { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.318359375rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #712ba0, #441c55);background-image: -moz-linear-gradient(top, #712ba0, #441c55);background-image: -ms-linear-gradient(top, #712ba0, #441c55);background-image: -o-linear-gradient(top, #712ba0, #441c55);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#712ba0', endColorstr='#441c55' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#712ba0', endColorstr='#441c55' );";background-image: linear-gradient(to bottom, #712ba0, #441c55);background-size:auto !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; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { background-color: transparent; background-image: none; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container > .video-iframe-container { display: none; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row > .video-iframe-container { display: none; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .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); }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { border-width: 0; border-radius: 0; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:60rem;position:relative;display:block; }#PKCp5W1rynkAaTAbT0lTSTev6gXoLLiv { color:#ffffff;display:block;width:58.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:2.9912109375rem;left:0.59375rem;height:19.598625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 { 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; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { background-color: transparent; background-image: none; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container > .video-iframe-container { display: none; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row > .video-iframe-container { display: none; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .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); }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { border-width: 0; border-radius: 0; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#TsKrIJ7MNaBf1TXNEqKW4cVV9scKKRGO { color:#441c55;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.505859375rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh { 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; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container { background-color: transparent; background-image: none; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container > .video-iframe-container { display: none; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row > .video-iframe-container { display: none; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .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); }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container { border-width: 0; border-radius: 0; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:60rem;position:relative;display:block; }#wbnM7JeuiDcK0izezGK6EVfv1BRWq7uL { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.1875rem;left:30.625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Snzp8KufKrexBQA8JFo7KUpxRFiN0RPf { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(top, #2d62ae, #712ba0);background-image: -moz-linear-gradient(top, #2d62ae, #712ba0);background-image: -ms-linear-gradient(top, #2d62ae, #712ba0);background-image: -o-linear-gradient(top, #2d62ae, #712ba0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d62ae', endColorstr='#712ba0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d62ae', endColorstr='#712ba0' );";background-image: linear-gradient(to bottom, #2d62ae, #712ba0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:13.75rem;width:13.75rem;top:1.0625rem;left:30.625rem;display:block; }
#vDVy9E8V59CIpRqbu8NCLgq2dCHMUkma { box-sizing:content-box;color:#5d92ff;font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:9.6875rem;left:34.8125rem; }
#gx7dSmbMKFlNo09eQCcO7rI6TM3AtTre { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0.625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LCm1rSb8xgU0bLtR38GByysMvQKi2eEO { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(top, #2d62ae, #712ba0);background-image: -moz-linear-gradient(top, #2d62ae, #712ba0);background-image: -ms-linear-gradient(top, #2d62ae, #712ba0);background-image: -o-linear-gradient(top, #2d62ae, #712ba0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d62ae', endColorstr='#712ba0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d62ae', endColorstr='#712ba0' );";background-image: linear-gradient(to bottom, #2d62ae, #712ba0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:13.75rem;width:13.75rem;top:1.0625rem;left:0.625rem;display:block; }
#M2DWWDpdaJwe6RSFPtPLmunza60Qy7BJ { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.1875rem;left:45.625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V9tnXRc4Q32ds4R9676mWImiLzongO3w { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(top, #2d62ae, #712ba0);background-image: -moz-linear-gradient(top, #2d62ae, #712ba0);background-image: -ms-linear-gradient(top, #2d62ae, #712ba0);background-image: -o-linear-gradient(top, #2d62ae, #712ba0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d62ae', endColorstr='#712ba0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d62ae', endColorstr='#712ba0' );";background-image: linear-gradient(to bottom, #2d62ae, #712ba0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:13.75rem;width:13.75rem;top:1.0625rem;left:45.625rem;display:block; }
#aR8b0UxgdCJtBVRMMEBb7n3zJFV0MX4i { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.1875rem;left:15.625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TrKmLq5f7NzBex8qU05eVyQi0XgSEVw7 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(top, #2d62ae, #712ba0);background-image: -moz-linear-gradient(top, #2d62ae, #712ba0);background-image: -ms-linear-gradient(top, #2d62ae, #712ba0);background-image: -o-linear-gradient(top, #2d62ae, #712ba0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d62ae', endColorstr='#712ba0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d62ae', endColorstr='#712ba0' );";background-image: linear-gradient(to bottom, #2d62ae, #712ba0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:13.75rem;width:13.75rem;top:1.0625rem;left:15.625rem;display:block; }
#TTpIersH3oiJlKkcZsiXPDc5uZGB1fLz { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:9.625rem;left:4.375rem; }
#iqw7ZpF8rROc4SzDt0SBDkZ0apfVFLJ1 { box-sizing:content-box;color:#5d92ff;font-size:4.625rem;font-weight:400;line-height:1;height:6.625rem;width:6.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:9.8125rem;left:49.1875rem; }
#JuqgEW92UFLdkAu4MQi2InrNLcRr9vZP { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:9.3125rem;left:19.375rem; }
#U2emTJURPlfoexugB59UhM8nd2gcUtCJ { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.8125rem;left:31.3125rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MkWaCzFAOXOdJTJU1o5CDkAu61nLZrZT { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:3.5rem;left:46.3125rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AtoZXorLoeSyLvlnAT7Cqbl9nwAy3VS8 { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:3.5rem;left:1.3125rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eNCKR2XszNmlMq7Sp3JIMJD5pSPU8E4v { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:5.21875rem;left:16.3125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oAThpDQeaAKJucBtNQk9xtPcONrp2TaJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#oAThpDQeaAKJucBtNQk9xtPcONrp2TaJ > .row .container { background-color: transparent; background-image: none; }#oAThpDQeaAKJucBtNQk9xtPcONrp2TaJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAThpDQeaAKJucBtNQk9xtPcONrp2TaJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAThpDQeaAKJucBtNQk9xtPcONrp2TaJ > .row .container > .video-iframe-container { display: none; }#oAThpDQeaAKJucBtNQk9xtPcONrp2TaJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAThpDQeaAKJucBtNQk9xtPcONrp2TaJ > .row > .video-iframe-container { display: none; }#oAThpDQeaAKJucBtNQk9xtPcONrp2TaJ > .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); }#oAThpDQeaAKJucBtNQk9xtPcONrp2TaJ > .row .container { border-width: 0; border-radius: 0; }#oAThpDQeaAKJucBtNQk9xtPcONrp2TaJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oAThpDQeaAKJucBtNQk9xtPcONrp2TaJ > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#puN58tMLueXfD1shRtaX64zZTq2Ffd1D { color:#441c55;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.505859375rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row .container { background-color: transparent; background-image: none; }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row .container > .video-iframe-container { display: none; }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row > .video-iframe-container { display: none; }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .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); }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row .container { border-width: 0; border-radius: 0; }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:60rem;position:relative;display:block; }#r40vTRc3iTwciD33r5B0Hbq5w0O4TzS7 { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:5.375rem;left:28.9375rem;height:23.79831875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OTtiTJrdoDkqa9TVfTrZOg0aMgTTzp8i { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:2.875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:31.625rem;left:29.3125rem;display:block; }
#mCJdmdOfLCSvyhtAeoDnuBbpoAUAGD1A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HiEh6UfLeVdK0Xe9WrScOUhPyp3tU4Dv { position:absolute;display:block;z-index:15000;background-color:#712ba0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.0625rem;width:30.9375rem;top:3.9375rem;left:25rem;display:block; }
#qg2Z7CbuAXX6DL09gcB88Q4Me629RwwP { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:22.5rem;top:1.59375rem;left:4.125rem;overflow:hidden;display:block; }
#ZJbr7ks5zSKtiW89J27lHAnZwTmkJ4L8 { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:13.3125rem;top:1.59375rem;left:4.125rem;overflow:hidden;display:none; }
#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 { 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; }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row .container { background-color: transparent; background-image: none; }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row .container > .video-iframe-container { display: none; }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row > .video-iframe-container { display: none; }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .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); }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row .container { border-width: 0; border-radius: 0; }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#PIhicSL5ZTbqBS9vcSEIZLr4ImB91tT8 { color:#441c55;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.505859375rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rLsG5m06pR6CcszOmncrrfCiq4qqusKC { 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; }#rLsG5m06pR6CcszOmncrrfCiq4qqusKC > .row .container { background-color: transparent; background-image: none; }#rLsG5m06pR6CcszOmncrrfCiq4qqusKC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLsG5m06pR6CcszOmncrrfCiq4qqusKC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLsG5m06pR6CcszOmncrrfCiq4qqusKC > .row .container > .video-iframe-container { display: none; }#rLsG5m06pR6CcszOmncrrfCiq4qqusKC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLsG5m06pR6CcszOmncrrfCiq4qqusKC > .row > .video-iframe-container { display: none; }#rLsG5m06pR6CcszOmncrrfCiq4qqusKC > .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); }#rLsG5m06pR6CcszOmncrrfCiq4qqusKC > .row .container { border-width: 0; border-radius: 0; }#rLsG5m06pR6CcszOmncrrfCiq4qqusKC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rLsG5m06pR6CcszOmncrrfCiq4qqusKC > .row .container { font-size:0.875rem;font-family:arial;height:63.25rem;width:60rem;position:relative;display:block; }#fxLsH2M2IAObbZrSNfdGzb6PdBE0BxgZ { position:absolute;display:block;z-index:15002;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23.125rem;width:14.3125rem;top:35.375rem;left:45.6875rem;display:block; }
#t14Hy8bTfIfmfB7W5kPcfITQDnQXXbPb { position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23.125rem;width:14.3125rem;top:35.375rem;left:30.71875rem;display:block; }
#zunBRmMLGxxP5DLF84eWCHloubnk3ran { color:#333333;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:43.875rem;left:46.625rem;height:12.599125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CAaiTyiAM8o7ZTqc6uTKOma3O8SlTzQ0 { color:#333333;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:43.875rem;left:31.625rem;height:9.7993125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OeAsRBelkJXX9t5I9Ggwx2dVpP9NOBOa { color:#712ba0;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:39.5625rem;left:31.625rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eXWthxzthT23FZGvHV8IRyeikGACUNkv { color:#712ba0;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:39.5625rem;left:46.625rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SWbfvmAgtLgiipLgm6DtTQZXbERdRh4o { position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20rem;width:14.3125rem;top:7.4375rem;left:0rem;display:block; }
#QTKzBeWopf8Wf4MDpufoH5dqx9xlpclN { position:absolute;display:block;z-index:15001;background-color:#441c55;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:32.1875rem;left:34.6875rem;display:block; }
#bGSpV7C1Aryy4pD1gWncZ0pZ6eElCFmF { position:absolute;display:block;z-index:15003;background-color:#441c55;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:32.25rem;left:49.6875rem;display:block; }
#x0EWhWEgetAeiXH5zSToeTtcU0yTTkyW { color:#333333;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:11.5rem;left:0.9375rem;height:13.999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aeewUsz4XPQ2KsaSMdl3WxxM9cS121za { position:absolute;display:block;z-index:15001;background-color:#441c55;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:4.3125rem;left:4rem;display:block; }
#yuHXqcvxJPGEFxg4ac88xduZQyREJgv4 { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:5.75rem;left:4.03125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WPKRPKMOJowOdNwCK0MSHya9agTFds19 { position:absolute;display:block;z-index:15004;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20rem;width:14.3125rem;top:7.5rem;left:15rem;display:block; }
#Nn5ClRZOJP6FTq3RGmCJpOvpisLxXbIU { color:#333333;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:11.5625rem;left:15.9375rem;height:12.599125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HUDTcQhI3EFq3HPTyfuRQOhe2PqzxcQO { position:absolute;display:block;z-index:15005;background-color:#441c55;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:4.375rem;left:19rem;display:block; }
#uiRl8AvfwA3W8ts24foxILD7LMsEFIOp { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15033;line-height:1.1;letter-spacing:0;top:6.0625rem;left:19.03125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OC5kF2HJ69pfns8fe9uRGhUbcOJL4D97 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:33.4375rem;left:36rem; }
#kTGC7DERJ0RFK83Z4akzi8TppON9AXtP { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:33.4375rem;left:51rem; }
#N1L8F29V10Nshx0bMQkb9emp1P0sX9Eq { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2d62ae, #712ba0);background-image: -moz-linear-gradient(90deg, #2d62ae, #712ba0);background-image: -ms-linear-gradient(90deg, #2d62ae, #712ba0);background-image: -o-linear-gradient(90deg, #2d62ae, #712ba0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d62ae', endColorstr='#712ba0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d62ae', endColorstr='#712ba0' );";background-image: linear-gradient(90deg, #2d62ae, #712ba0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:14.375rem;width:14.375rem;top:0rem;left:45.625rem;display:block; }
#yN96bdlt5kTAzaSzVvpEByB1TQi6VayB { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #712ba0, #2d62ae);background-image: -moz-linear-gradient(90deg, #712ba0, #2d62ae);background-image: -ms-linear-gradient(90deg, #712ba0, #2d62ae);background-image: -o-linear-gradient(90deg, #712ba0, #2d62ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#712ba0', endColorstr='#2d62ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#712ba0', endColorstr='#2d62ae' );";background-image: linear-gradient(90deg, #712ba0, #2d62ae);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:14.375rem;width:14.375rem;top:46.25rem;left:0rem;display:block; }
#V50ZVDTdcFklapxC0smkZiTyeboI8ycg { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:23.75rem;top:3.75rem;left:32.25rem;overflow:hidden;display:block; }
#ON2DHQPqvpKp6wo0qVPN54rHofGQFRJA { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:23.75rem;top:32.1875rem;left:4rem;overflow:hidden;display:block; }
#zid4au4TZ9pxqJAPChodW5nNSBGy3Ufg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#zid4au4TZ9pxqJAPChodW5nNSBGy3Ufg > .row .container { background-color: transparent; background-image: none; }#zid4au4TZ9pxqJAPChodW5nNSBGy3Ufg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zid4au4TZ9pxqJAPChodW5nNSBGy3Ufg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zid4au4TZ9pxqJAPChodW5nNSBGy3Ufg > .row .container > .video-iframe-container { display: none; }#zid4au4TZ9pxqJAPChodW5nNSBGy3Ufg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zid4au4TZ9pxqJAPChodW5nNSBGy3Ufg > .row > .video-iframe-container { display: none; }#zid4au4TZ9pxqJAPChodW5nNSBGy3Ufg > .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); }#zid4au4TZ9pxqJAPChodW5nNSBGy3Ufg > .row .container { border-width: 0; border-radius: 0; }#zid4au4TZ9pxqJAPChodW5nNSBGy3Ufg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zid4au4TZ9pxqJAPChodW5nNSBGy3Ufg > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#Xr4LTItImGK78F0I5xguV6o0Sy2TTWUQ { display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.505859375rem;left:0rem;height:3.73730625rem;text-align:center;text-align-last:center;color:#441c55;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; }
#mT30suoJdqtauGMCChxlS1urrHueL6JH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#mT30suoJdqtauGMCChxlS1urrHueL6JH > .row .container { background-color: transparent; background-image: none; }#mT30suoJdqtauGMCChxlS1urrHueL6JH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT30suoJdqtauGMCChxlS1urrHueL6JH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT30suoJdqtauGMCChxlS1urrHueL6JH > .row .container > .video-iframe-container { display: none; }#mT30suoJdqtauGMCChxlS1urrHueL6JH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT30suoJdqtauGMCChxlS1urrHueL6JH > .row > .video-iframe-container { display: none; }#mT30suoJdqtauGMCChxlS1urrHueL6JH > .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); }#mT30suoJdqtauGMCChxlS1urrHueL6JH > .row .container { border-width: 0; border-radius: 0; }#mT30suoJdqtauGMCChxlS1urrHueL6JH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mT30suoJdqtauGMCChxlS1urrHueL6JH > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:60rem;position:relative;display:block; }#HbvugOw0VRZG3UtIEhrFQuE0ZfRlXGKa { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:24.0625rem;width:26.25rem;position:absolute;display:block;z-index:15000;top:5.1875rem;left:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#rAKaKoB1f7qgt4TfQQyh3XxC55c3dPhy { display:block;width:23.125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:11.96875rem;left:3.4375rem;height:10.5rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bylONxGsONPvMxGXzrRssniS0Zqvs1PV { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.625rem;width:10.625rem;top:0rem;left:9.75rem;overflow:hidden;display:block; }
#uEUTwO0KgLylQ7I0C3emf2emtlGCIoJ0 { display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:24.5rem;left:2.5rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;color:#2d62ae;display:block; }
#WZClzH0qbJa74SWvQalpMXd9ZUSEMKTV { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:24rem;width:26.25rem;position:absolute;display:block;z-index:15004;top:5.1875rem;left:31.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#f1sdD3c0rtzTCrEVt85fIT3h6JTuu4tn { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.625rem;width:10.625rem;top:0rem;left:39.75rem;overflow:hidden;display:block; }
#gbWPTXfA6zWZM5AtMJriHtS0N3bRZgQm { display:block;width:23.125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:11.96875rem;left:33.4375rem;height:12rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#q2XNcSBwSGlNAZKhPMr5cxgOhsVDCbsl { display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.625rem;left:32.5rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;color:#2d62ae;display:block; }
#EAEfB2oobRST6C1neATAlWU5DhAe8pJy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d62ae;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; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { background-color: transparent; background-image: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container > .video-iframe-container { display: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row > .video-iframe-container { display: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .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); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { border-width: 0; border-radius: 0; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { font-size:0.875rem;font-family:arial;height:67rem;width:60rem;position:relative;display:block; }#Bkme2oDJTOh0otrgkQDMAsd9ZQbMkbgW { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:31.9375rem;width:60rem;top:8.5625rem;left:0rem;display:block; }
#UxLFT8vJGHW3voDw1g5wKDmrpTz2GnGD { color:#333333;display:block;width:44.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:42.9853515625rem;left:7.625rem;height:16.79885rem;text-align:center;text-align-last:center;display:block; }
#brLOv1dilmGD3ara4XtsCFbZtzahEEem { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nMSDI8Bg4mFz0Mz3TE5mI0Vqix089UHr { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:28.875rem;width:51.6875rem;top:33.9140625rem;left:4.15625rem;display:block; }
#kTzOblaKLsGcT6NBRF2yawDLZufoZ6AG { position:relative;display:block; }#kTzOblaKLsGcT6NBRF2yawDLZufoZ6AG { background-color: transparent; background-image: none; }#kTzOblaKLsGcT6NBRF2yawDLZufoZ6AG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTzOblaKLsGcT6NBRF2yawDLZufoZ6AG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTzOblaKLsGcT6NBRF2yawDLZufoZ6AG > .row .container > .video-iframe-container { display: none; }#kTzOblaKLsGcT6NBRF2yawDLZufoZ6AG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTzOblaKLsGcT6NBRF2yawDLZufoZ6AG > .row > .video-iframe-container { display: none; }#kTzOblaKLsGcT6NBRF2yawDLZufoZ6AG > .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); }#kTzOblaKLsGcT6NBRF2yawDLZufoZ6AG { border-width: 0; border-radius: 0; }#kTzOblaKLsGcT6NBRF2yawDLZufoZ6AG > .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; }#kTzOblaKLsGcT6NBRF2yawDLZufoZ6AG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f3f3f3;background-image:none;font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uQcSHRVKpeQgdPrprCzBmtX4hTJxcgAe { display:block;width:43.5rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0625rem;left:1.5625rem;height:1.21875rem;text-align:left;text-align-last:left;color:#441c55;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; }
#S9VVTvV3H5AgPNCEsidP510aSlc4fRf8 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:2.375rem;left:1.875rem;height:3.09375rem;text-align:left;text-align-last:left;display:block; }
#tH9GcBgGuN5Qrg6rCL8mdW6IrQo6VeII { position:relative;display:block; }#tH9GcBgGuN5Qrg6rCL8mdW6IrQo6VeII > .row .container { position:relative;display:block; }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#441c55;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; }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row .container { background-color: transparent; background-image: none; }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row .container > .video-iframe-container { display: none; }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row > .video-iframe-container { display: none; }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .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); }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row .container { border-width: 0; border-radius: 0; }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:60rem;position:relative;display:block; }#OtsMsG6D2sVvLbu7H5HhTsCEQf9ixOLw { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:14rem;top:7.625rem;left:7.1875rem;overflow:hidden;display:block; }
#CfQALCiy9xHvH4K1QKtOA4UIaqaGqETW { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:5.875rem;left:38.875rem;overflow:hidden;display:block; }
#ownfD3T6UmgzybMW5RHq7RqByWJ2pmEc { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:5.875rem;left:41.3125rem;overflow:hidden;display:block; }
#Kv9Dn3DuWcfrDH0VEEAz5RfCZNTm6GMS { color:#ffffff;display:block;width:8rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:8.875rem;left:41rem;height:1.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xki7vmmdccv2ZgoTf2PCpbrwPfsCVTnW { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:5.875rem;left:43.75rem;overflow:hidden;display:block; }
#nviyunNFnaGGE0UxlcqfQzv4uOLaXBRz { position:absolute;display:block;z-index:15026;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:2.5rem;top:5.875rem;left:46.1875rem;overflow:hidden;display:block; }
#g0d9rN0f7pyoaaKtObGlJlIC186IpyiE { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:5.875rem;left:48.625rem;overflow:hidden;display:block; }
#dIf1w0gx7qrt4XyKJpTko0hCo9Cn7Dfk { background-color:#2d62ae;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:10.9375rem;left:38.125rem;display:block; }
#vqdiwXxInlSJxHVPD38iQZPRTQNrSFWB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GxFiysleJEC9uawf9Kofc96SV2MzGcET { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:19.6875rem;left:0rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas { display:block; }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szwVBToOrULAJlMGr4iWwz1DnsAO82X1 { display:block; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5bJGZGUTCpXTUn6T0zbxETIaPpa78WN { width:47.75rem;height:;top:2.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H { display:block; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKCp5W1rynkAaTAbT0lTSTev6gXoLLiv { top:2.9375rem;left:0rem;width:47.75rem;height:19.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 { display:block; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsKrIJ7MNaBf1TXNEqKW4cVV9scKKRGO { width:47.75rem;height:3.6875rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh { display:block; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbnM7JeuiDcK0izezGK6EVfv1BRWq7uL { width:13.75rem;height:;top:7.1875rem;left:22.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snzp8KufKrexBQA8JFo7KUpxRFiN0RPf { width:13.75rem;height:13.75rem;top:1.0625rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDVy9E8V59CIpRqbu8NCLgq2dCHMUkma { top:9.6875rem;left:27.15625rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx7dSmbMKFlNo09eQCcO7rI6TM3AtTre { width:13.75rem;height:1.4375rem;top:7.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCm1rSb8xgU0bLtR38GByysMvQKi2eEO { width:13.75rem;height:13.75rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2DWWDpdaJwe6RSFPtPLmunza60Qy7BJ { width:13.75rem;height:;top:7.1875rem;left:34rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9tnXRc4Q32ds4R9676mWImiLzongO3w { width:13.75rem;height:13.75rem;top:1.0625rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR8b0UxgdCJtBVRMMEBb7n3zJFV0MX4i { width:13.75rem;height:1.4375rem;top:7.1875rem;left:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrKmLq5f7NzBex8qU05eVyQi0XgSEVw7 { width:13.75rem;height:13.75rem;top:1.0625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTpIersH3oiJlKkcZsiXPDc5uZGB1fLz { top:9.625rem;left:2.84375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqw7ZpF8rROc4SzDt0SBDkZ0apfVFLJ1 { top:9.8125rem;left:38.46875rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuqgEW92UFLdkAu4MQi2InrNLcRr9vZP { top:9.3125rem;left:14.78125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2emTJURPlfoexugB59UhM8nd2gcUtCJ { width:12.375rem;height:3.4375rem;top:3.8125rem;left:23.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkWaCzFAOXOdJTJU1o5CDkAu61nLZrZT { width:12.375rem;height:3.4375rem;top:3.5rem;left:35.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtoZXorLoeSyLvlnAT7Cqbl9nwAy3VS8 { width:12.375rem;height:3.4375rem;top:3.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNCKR2XszNmlMq7Sp3JIMJD5pSPU8E4v { width:12.375rem;height:2rem;top:5.1875rem;left:11.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAThpDQeaAKJucBtNQk9xtPcONrp2TaJ { display:block; }#oAThpDQeaAKJucBtNQk9xtPcONrp2TaJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #puN58tMLueXfD1shRtaX64zZTq2Ffd1D { width:47.75rem;height:;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhicTJTc9H01UC50AsZoE4sCf6MlpoOk { display:block; }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r40vTRc3iTwciD33r5B0Hbq5w0O4TzS7 { top:5.375rem;left:22.8125rem;width:24.5625rem;height:23.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTtiTJrdoDkqa9TVfTrZOg0aMgTTzp8i { width:23.75rem;height:2.875rem;top:31.625rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCJdmdOfLCSvyhtAeoDnuBbpoAUAGD1A { display:block; }
 }@media only screen and (max-width: 763px) { #HiEh6UfLeVdK0Xe9WrScOUhPyp3tU4Dv { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg2Z7CbuAXX6DL09gcB88Q4Me629RwwP { top:1.5625rem;left:0rem;width:22.5rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJbr7ks5zSKtiW89J27lHAnZwTmkJ4L8 { top:1.5625rem;left:0rem;width:13.3125rem;height:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 { display:block; }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIhicSL5ZTbqBS9vcSEIZLr4ImB91tT8 { width:47.75rem;height:;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLsG5m06pR6CcszOmncrrfCiq4qqusKC { display:block; }#rLsG5m06pR6CcszOmncrrfCiq4qqusKC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxLsH2M2IAObbZrSNfdGzb6PdBE0BxgZ { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t14Hy8bTfIfmfB7W5kPcfITQDnQXXbPb { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zunBRmMLGxxP5DLF84eWCHloubnk3ran { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAaiTyiAM8o7ZTqc6uTKOma3O8SlTzQ0 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeAsRBelkJXX9t5I9Ggwx2dVpP9NOBOa { top:39.5625rem;left:25.5rem;width:12.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXWthxzthT23FZGvHV8IRyeikGACUNkv { top:39.5625rem;left:35.25rem;width:12.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWbfvmAgtLgiipLgm6DtTQZXbERdRh4o { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTKzBeWopf8Wf4MDpufoH5dqx9xlpclN { width:6.25rem;height:6.25rem;top:32.1875rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGSpV7C1Aryy4pD1gWncZ0pZ6eElCFmF { width:6.25rem;height:6.25rem;top:32.25rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0EWhWEgetAeiXH5zSToeTtcU0yTTkyW { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeewUsz4XPQ2KsaSMdl3WxxM9cS121za { width:6.25rem;height:6.25rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuHXqcvxJPGEFxg4ac88xduZQyREJgv4 { width:6.25rem;height:2.75rem;top:5.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPKRPKMOJowOdNwCK0MSHya9agTFds19 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn5ClRZOJP6FTq3RGmCJpOvpisLxXbIU { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUDTcQhI3EFq3HPTyfuRQOhe2PqzxcQO { width:6.25rem;height:6.25rem;top:4.375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiRl8AvfwA3W8ts24foxILD7LMsEFIOp { width:6.25rem;height:2.75rem;top:6.0625rem;left:12.90625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC5kF2HJ69pfns8fe9uRGhUbcOJL4D97 { top:33.4375rem;left:29.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTGC7DERJ0RFK83Z4akzi8TppON9AXtP { top:33.4375rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1L8F29V10Nshx0bMQkb9emp1P0sX9Eq { width:14.375rem;height:14.375rem;top:0rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN96bdlt5kTAzaSzVvpEByB1TQi6VayB { width:14.375rem;height:14.375rem;top:46.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V50ZVDTdcFklapxC0smkZiTyeboI8ycg { top:3.75rem;left:24rem;width:23.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON2DHQPqvpKp6wo0qVPN54rHofGQFRJA { top:32.1875rem;left:0rem;width:23.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zid4au4TZ9pxqJAPChodW5nNSBGy3Ufg { display:block; }#zid4au4TZ9pxqJAPChodW5nNSBGy3Ufg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xr4LTItImGK78F0I5xguV6o0Sy2TTWUQ { width:47.75rem;height:3.6875rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT30suoJdqtauGMCChxlS1urrHueL6JH { display:block; }#mT30suoJdqtauGMCChxlS1urrHueL6JH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbvugOw0VRZG3UtIEhrFQuE0ZfRlXGKa { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAKaKoB1f7qgt4TfQQyh3XxC55c3dPhy { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bylONxGsONPvMxGXzrRssniS0Zqvs1PV { width:10.625rem;height:10.625rem;top:0rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEUTwO0KgLylQ7I0C3emf2emtlGCIoJ0 { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZClzH0qbJa74SWvQalpMXd9ZUSEMKTV { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1sdD3c0rtzTCrEVt85fIT3h6JTuu4tn { width:10.625rem;height:10.625rem;top:0rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbWPTXfA6zWZM5AtMJriHtS0N3bRZgQm { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2XNcSBwSGlNAZKhPMr5cxgOhsVDCbsl { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAEfB2oobRST6C1neATAlWU5DhAe8pJy { display:block; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bkme2oDJTOh0otrgkQDMAsd9ZQbMkbgW { width:47.75rem;height:25.416927083333rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxLFT8vJGHW3voDw1g5wKDmrpTz2GnGD { width:44.75rem;height:16.75rem;top:42.9375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brLOv1dilmGD3ara4XtsCFbZtzahEEem { width:47.75rem;height:;top:2.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMSDI8Bg4mFz0Mz3TE5mI0Vqix089UHr { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTzOblaKLsGcT6NBRF2yawDLZufoZ6AG { display:block; }#kTzOblaKLsGcT6NBRF2yawDLZufoZ6AG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQcSHRVKpeQgdPrprCzBmtX4hTJxcgAe { width:43.5rem;height:1.1875rem;top:1.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9VVTvV3H5AgPNCEsidP510aSlc4fRf8 { top:2.375rem;left:0rem;width:40.25rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH9GcBgGuN5Qrg6rCL8mdW6IrQo6VeII { display:block; }#tH9GcBgGuN5Qrg6rCL8mdW6IrQo6VeII > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH { display:block; }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtsMsG6D2sVvLbu7H5HhTsCEQf9ixOLw { width:14rem;height:4.375rem;top:7.625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfQALCiy9xHvH4K1QKtOA4UIaqaGqETW { width:4.0625rem;height:4.0625rem;top:3rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ownfD3T6UmgzybMW5RHq7RqByWJ2pmEc { width:4.0625rem;height:4.0625rem;top:3rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv9Dn3DuWcfrDH0VEEAz5RfCZNTm6GMS { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xki7vmmdccv2ZgoTf2PCpbrwPfsCVTnW { width:4.0625rem;height:4rem;top:3rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nviyunNFnaGGE0UxlcqfQzv4uOLaXBRz { width:4.0625rem;height:4.0625rem;top:3rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0d9rN0f7pyoaaKtObGlJlIC186IpyiE { width:4rem;height:4rem;top:3rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIf1w0gx7qrt4XyKJpTko0hCo9Cn7Dfk { width:13.75rem;height:2.875rem;top:10.9375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqdiwXxInlSJxHVPD38iQZPRTQNrSFWB { display:block; }
 }@media only screen and (max-width: 763px) { #GxFiysleJEC9uawf9Kofc96SV2MzGcET { top:19.6875rem;left:0rem;width:47.75rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/eU90ia5I/sekcja8_foto_tlo2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row > .video-iframe-container { display: none; }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .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); } }@media only screen and (max-width: 763px) { #zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas { display:block; }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szwVBToOrULAJlMGr4iWwz1DnsAO82X1 { display:block; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5bJGZGUTCpXTUn6T0zbxETIaPpa78WN { width:20rem;height:2.4375rem;top:1.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H { display:block; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { width:20rem;height:60.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKCp5W1rynkAaTAbT0lTSTev6gXoLLiv { width:17.1875rem;height:54.57714375rem;top:1.8056640625rem;left:1.40625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 { display:block; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsKrIJ7MNaBf1TXNEqKW4cVV9scKKRGO { width:15.125rem;height:4.5rem;top:1.912109375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh { background-color:#ffffff;background-image:none;display:block; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container { background-color: transparent; background-image: none; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container > .video-iframe-container { display: none; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row > .video-iframe-container { display: none; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .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); }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container { width:20rem;height:60.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbnM7JeuiDcK0izezGK6EVfv1BRWq7uL { width:13.75rem;height:1.4619125rem;top:6.1875rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Snzp8KufKrexBQA8JFo7KUpxRFiN0RPf { width:13.75rem;height:13.75rem;top:0.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDVy9E8V59CIpRqbu8NCLgq2dCHMUkma { display:flex;width:5.75rem;height:5.75rem;top:8.3125rem;left:7.125rem;font-size:4rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #gx7dSmbMKFlNo09eQCcO7rI6TM3AtTre { width:13.75rem;height:1.54296875rem;top:21.0625rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCm1rSb8xgU0bLtR38GByysMvQKi2eEO { width:13.75rem;height:13.75rem;top:14.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2DWWDpdaJwe6RSFPtPLmunza60Qy7BJ { width:13.75rem;height:1.54296875rem;top:36.0625rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9tnXRc4Q32ds4R9676mWImiLzongO3w { width:13.75rem;height:13.75rem;top:29.9375rem;left:3.0625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #aR8b0UxgdCJtBVRMMEBb7n3zJFV0MX4i { width:13.75rem;height:1.4619125rem;top:51.0625rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrKmLq5f7NzBex8qU05eVyQi0XgSEVw7 { width:13.75rem;height:13.75rem;top:44.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTpIersH3oiJlKkcZsiXPDc5uZGB1fLz { display:flex;width:6.25rem;height:6.25rem;top:23.5rem;left:6.8125rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #iqw7ZpF8rROc4SzDt0SBDkZ0apfVFLJ1 { display:flex;width:6rem;height:6rem;top:39.125rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #JuqgEW92UFLdkAu4MQi2InrNLcRr9vZP { display:flex;width:6.25rem;height:6.25rem;top:53.1875rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #U2emTJURPlfoexugB59UhM8nd2gcUtCJ { width:12.375rem;height:3.4375rem;top:2.8125rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #MkWaCzFAOXOdJTJU1o5CDkAu61nLZrZT { width:12.375rem;height:3.4375rem;top:32.6875rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtoZXorLoeSyLvlnAT7Cqbl9nwAy3VS8 { width:12.375rem;height:3.4375rem;top:17.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNCKR2XszNmlMq7Sp3JIMJD5pSPU8E4v { width:12.375rem;height:2.03125rem;top:49.125rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAThpDQeaAKJucBtNQk9xtPcONrp2TaJ { display:block; }#oAThpDQeaAKJucBtNQk9xtPcONrp2TaJ > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #puN58tMLueXfD1shRtaX64zZTq2Ffd1D { width:15.125rem;height:6.75rem;top:2.03125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xhicTJTc9H01UC50AsZoE4sCf6MlpoOk { display:block; }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r40vTRc3iTwciD33r5B0Hbq5w0O4TzS7 { width:16.75rem;height:33.58591875rem;top:12.3623046875rem;left:1.625rem;font-size:1rem;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OTtiTJrdoDkqa9TVfTrZOg0aMgTTzp8i { width:17.1875rem;height:2.875rem;top:47.9453125rem;left:1.40625rem;font-size:1rem;font-weight:700;font-style:normal;background-color:#ffffff;background-image:none;color:#712ba0;display:block; }
 }@media only screen and (max-width: 763px) { #mCJdmdOfLCSvyhtAeoDnuBbpoAUAGD1A { display:block; }
 }@media only screen and (max-width: 763px) { #HiEh6UfLeVdK0Xe9WrScOUhPyp3tU4Dv { width:18.75rem;height:39.5rem;top:9.8125rem;left:0.625rem;background-color:#712ba0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qg2Z7CbuAXX6DL09gcB88Q4Me629RwwP { width:20rem;height:30rem;top:52.0703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJbr7ks5zSKtiW89J27lHAnZwTmkJ4L8 { width:20rem;height:11.375rem;top:0rem;left:0rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 { display:block; }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIhicSL5ZTbqBS9vcSEIZLr4ImB91tT8 { width:17.0625rem;height:4.5rem;top:1.8125rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rLsG5m06pR6CcszOmncrrfCiq4qqusKC { display:block; }#rLsG5m06pR6CcszOmncrrfCiq4qqusKC > .row .container { width:20rem;height:95.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxLsH2M2IAObbZrSNfdGzb6PdBE0BxgZ { width:16.25rem;height:21.9375rem;top:69.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t14Hy8bTfIfmfB7W5kPcfITQDnQXXbPb { width:16.25rem;height:20.1875rem;top:45.474609375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zunBRmMLGxxP5DLF84eWCHloubnk3ran { width:13.4375rem;height:12.59475rem;top:78.25rem;left:3.28125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CAaiTyiAM8o7ZTqc6uTKOma3O8SlTzQ0 { width:13.4375rem;height:9.795875rem;top:54.0625rem;left:3.28125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OeAsRBelkJXX9t5I9Ggwx2dVpP9NOBOa { width:12.5rem;height:3.57421875rem;top:50.11328125rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXWthxzthT23FZGvHV8IRyeikGACUNkv { width:12.5rem;height:3.57421875rem;top:74.05078125rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWbfvmAgtLgiipLgm6DtTQZXbERdRh4o { width:16.25rem;height:18.125rem;top:3.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTKzBeWopf8Wf4MDpufoH5dqx9xlpclN { width:6.25rem;height:6.25rem;top:42.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGSpV7C1Aryy4pD1gWncZ0pZ6eElCFmF { width:6.25rem;height:6.25rem;top:66.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0EWhWEgetAeiXH5zSToeTtcU0yTTkyW { width:13.4375rem;height:12.59475rem;top:7.625rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aeewUsz4XPQ2KsaSMdl3WxxM9cS121za { width:6.25rem;height:6.25rem;top:0rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuHXqcvxJPGEFxg4ac88xduZQyREJgv4 { width:6.25rem;height:2.75rem;top:1.4375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2.5rem;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #WPKRPKMOJowOdNwCK0MSHya9agTFds19 { width:16.25rem;height:15.5625rem;top:25.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn5ClRZOJP6FTq3RGmCJpOvpisLxXbIU { width:13.4375rem;height:9.795875rem;top:29.9375rem;left:3.28125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HUDTcQhI3EFq3HPTyfuRQOhe2PqzxcQO { width:6.25rem;height:6.25rem;top:22.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiRl8AvfwA3W8ts24foxILD7LMsEFIOp { width:6.25rem;height:2.75rem;top:24.4375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2.5rem;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #OC5kF2HJ69pfns8fe9uRGhUbcOJL4D97 { display:flex;width:3.75rem;height:3.75rem;top:43.5625rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #kTGC7DERJ0RFK83Z4akzi8TppON9AXtP { display:flex;width:3.75rem;height:3.75rem;top:67.8125rem;left:8.125rem;z-index:15038; }
 }@media only screen and (max-width: 763px) { #N1L8F29V10Nshx0bMQkb9emp1P0sX9Eq { width:14.375rem;height:14.375rem;top:120.6875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yN96bdlt5kTAzaSzVvpEByB1TQi6VayB { width:14.375rem;height:14.375rem;top:124.5625rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V50ZVDTdcFklapxC0smkZiTyeboI8ycg { width:20rem;height:20rem;top:93.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ON2DHQPqvpKp6wo0qVPN54rHofGQFRJA { width:20rem;height:20rem;top:114.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zid4au4TZ9pxqJAPChodW5nNSBGy3Ufg { background-color:#f3f3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zid4au4TZ9pxqJAPChodW5nNSBGy3Ufg > .row .container { background-color: transparent; background-image: none; }#zid4au4TZ9pxqJAPChodW5nNSBGy3Ufg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zid4au4TZ9pxqJAPChodW5nNSBGy3Ufg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zid4au4TZ9pxqJAPChodW5nNSBGy3Ufg > .row .container > .video-iframe-container { display: none; }#zid4au4TZ9pxqJAPChodW5nNSBGy3Ufg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zid4au4TZ9pxqJAPChodW5nNSBGy3Ufg > .row > .video-iframe-container { display: none; }#zid4au4TZ9pxqJAPChodW5nNSBGy3Ufg > .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); }#zid4au4TZ9pxqJAPChodW5nNSBGy3Ufg > .row .container { border-width: 0; border-radius: 0; }#zid4au4TZ9pxqJAPChodW5nNSBGy3Ufg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zid4au4TZ9pxqJAPChodW5nNSBGy3Ufg > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xr4LTItImGK78F0I5xguV6o0Sy2TTWUQ { width:16.1875rem;height:4.5rem;top:1.8125rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mT30suoJdqtauGMCChxlS1urrHueL6JH { background-color:#f3f3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mT30suoJdqtauGMCChxlS1urrHueL6JH > .row .container { background-color: transparent; background-image: none; }#mT30suoJdqtauGMCChxlS1urrHueL6JH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT30suoJdqtauGMCChxlS1urrHueL6JH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT30suoJdqtauGMCChxlS1urrHueL6JH > .row .container > .video-iframe-container { display: none; }#mT30suoJdqtauGMCChxlS1urrHueL6JH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT30suoJdqtauGMCChxlS1urrHueL6JH > .row > .video-iframe-container { display: none; }#mT30suoJdqtauGMCChxlS1urrHueL6JH > .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); }#mT30suoJdqtauGMCChxlS1urrHueL6JH > .row .container { border-width: 0; border-radius: 0; }#mT30suoJdqtauGMCChxlS1urrHueL6JH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mT30suoJdqtauGMCChxlS1urrHueL6JH > .row .container { width:20rem;height:71.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbvugOw0VRZG3UtIEhrFQuE0ZfRlXGKa { width:18.75rem;height:24.8125rem;top:5.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAKaKoB1f7qgt4TfQQyh3XxC55c3dPhy { width:16.75rem;height:12.59475rem;top:12.125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bylONxGsONPvMxGXzrRssniS0Zqvs1PV { width:10.625rem;height:10.625rem;top:0rem;left:4.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #uEUTwO0KgLylQ7I0C3emf2emtlGCIoJ0 { width:17.5rem;height:1.4619125rem;top:26.3125rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WZClzH0qbJa74SWvQalpMXd9ZUSEMKTV { width:18.75rem;height:27.625rem;top:38.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1sdD3c0rtzTCrEVt85fIT3h6JTuu4tn { width:10.625rem;height:10.625rem;top:33.5rem;left:4.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #gbWPTXfA6zWZM5AtMJriHtS0N3bRZgQm { width:16.75rem;height:15.3935625rem;top:45.9375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #q2XNcSBwSGlNAZKhPMr5cxgOhsVDCbsl { width:20rem;height:1.4619125rem;top:62.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EAEfB2oobRST6C1neATAlWU5DhAe8pJy { background-color:#2d62ae;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { background-color: transparent; background-image: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container > .video-iframe-container { display: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row > .video-iframe-container { display: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .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); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { border-width: 0; border-radius: 0; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { width:20rem;height:73.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bkme2oDJTOh0otrgkQDMAsd9ZQbMkbgW { height:11.9375rem;width:20rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxLFT8vJGHW3voDw1g5wKDmrpTz2GnGD { width:16.75rem;height:41.9823875rem;top:22.498046875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #brLOv1dilmGD3ara4XtsCFbZtzahEEem { width:20rem;height:4.5rem;top:2.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nMSDI8Bg4mFz0Mz3TE5mI0Vqix089UHr { width:18.75rem;height:48.6875rem;top:18.8994140625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTzOblaKLsGcT6NBRF2yawDLZufoZ6AG { background-color:#f3f3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kTzOblaKLsGcT6NBRF2yawDLZufoZ6AG > .row .container { background-color: transparent; background-image: none; }#kTzOblaKLsGcT6NBRF2yawDLZufoZ6AG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTzOblaKLsGcT6NBRF2yawDLZufoZ6AG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTzOblaKLsGcT6NBRF2yawDLZufoZ6AG > .row .container > .video-iframe-container { display: none; }#kTzOblaKLsGcT6NBRF2yawDLZufoZ6AG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTzOblaKLsGcT6NBRF2yawDLZufoZ6AG > .row > .video-iframe-container { display: none; }#kTzOblaKLsGcT6NBRF2yawDLZufoZ6AG > .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); }#kTzOblaKLsGcT6NBRF2yawDLZufoZ6AG > .row .container { border-width: 0; border-radius: 0; }#kTzOblaKLsGcT6NBRF2yawDLZufoZ6AG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kTzOblaKLsGcT6NBRF2yawDLZufoZ6AG > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQcSHRVKpeQgdPrprCzBmtX4hTJxcgAe { width:15.5rem;height:1.04980625rem;top:0.5625rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #S9VVTvV3H5AgPNCEsidP510aSlc4fRf8 { width:17.125rem;height:3.75rem;top:2rem;left:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH9GcBgGuN5Qrg6rCL8mdW6IrQo6VeII { display:block; }#tH9GcBgGuN5Qrg6rCL8mdW6IrQo6VeII > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH { display:block; }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row .container { width:20rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtsMsG6D2sVvLbu7H5HhTsCEQf9ixOLw { width:14rem;height:4.375rem;top:3.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfQALCiy9xHvH4K1QKtOA4UIaqaGqETW { width:2.5rem;height:2.5rem;top:10.125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ownfD3T6UmgzybMW5RHq7RqByWJ2pmEc { width:2.5rem;height:2.5rem;top:10.125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv9Dn3DuWcfrDH0VEEAz5RfCZNTm6GMS { width:8rem;height:1.19970625rem;top:13.5rem;left:6rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xki7vmmdccv2ZgoTf2PCpbrwPfsCVTnW { width:2.5rem;height:2.5rem;top:10.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nviyunNFnaGGE0UxlcqfQzv4uOLaXBRz { width:2.5rem;height:2.5rem;top:10.125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0d9rN0f7pyoaaKtObGlJlIC186IpyiE { width:2.5rem;height:2.5rem;top:10.125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIf1w0gx7qrt4XyKJpTko0hCo9Cn7Dfk { width:13.75rem;height:2.875rem;top:15.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqdiwXxInlSJxHVPD38iQZPRTQNrSFWB { display:block; }
 }@media only screen and (max-width: 763px) { #GxFiysleJEC9uawf9Kofc96SV2MzGcET { width:20rem;height:1.4619125rem;top:22.25rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }