.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:#f0f0f0;background-image:none;position:relative;display:block; }
 #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/03f5feba-e43b-4fb2-aa4a-b2aeba58b6a2/educationhero.jpg");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:46.25rem;width:60rem;overflow:visible;position:relative;display:block; }#r9WLGLC0H0s7opseRo9BH31ycetBWNbk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #6e3795, #712ba0);background-image: -moz-linear-gradient(top, #6e3795, #712ba0);background-image: -ms-linear-gradient(top, #6e3795, #712ba0);background-image: -o-linear-gradient(top, #6e3795, #712ba0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e3795', endColorstr='#712ba0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e3795', endColorstr='#712ba0' );";background-image: linear-gradient(to bottom, #6e3795, #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; }#r9WLGLC0H0s7opseRo9BH31ycetBWNbk > .row .container { background-color: transparent; background-image: none; }#r9WLGLC0H0s7opseRo9BH31ycetBWNbk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9WLGLC0H0s7opseRo9BH31ycetBWNbk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9WLGLC0H0s7opseRo9BH31ycetBWNbk > .row .container > .video-iframe-container { display: none; }#r9WLGLC0H0s7opseRo9BH31ycetBWNbk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9WLGLC0H0s7opseRo9BH31ycetBWNbk > .row > .video-iframe-container { display: none; }#r9WLGLC0H0s7opseRo9BH31ycetBWNbk > .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); }#r9WLGLC0H0s7opseRo9BH31ycetBWNbk > .row .container { border-width: 0; border-radius: 0; }#r9WLGLC0H0s7opseRo9BH31ycetBWNbk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r9WLGLC0H0s7opseRo9BH31ycetBWNbk > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;position:relative;display:block; }#fJSeIlHioGhF37uH5eSZT9VB3NK94WHg { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:"kulim park";font-size:4.375rem;font-weight:400;z-index:15001;line-height:.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.8740234375rem;left:18.5625rem;height:3.5rem;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; }
#kG329QbxDRMLOOrz93g7r1WN8Cv4aiPk { position:absolute;display:block;z-index:15010;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:1.8125rem;width:9.6875rem;top:0.125rem;left:29.6875rem;overflow:hidden;display:block; }
#avZyBdFaC4DiD6lyoTyLRcuemnJOHwlQ { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:"kulim park";font-size:2.5rem;font-weight:700;z-index:15004;line-height:.8;letter-spacing:0;top:0.0625rem;left:20.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;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; }
#UwbTACe167OB6tcWdnlVuppOaZPoyTKu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#712ba0;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; }#UwbTACe167OB6tcWdnlVuppOaZPoyTKu > .row .container { background-color: transparent; background-image: none; }#UwbTACe167OB6tcWdnlVuppOaZPoyTKu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwbTACe167OB6tcWdnlVuppOaZPoyTKu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwbTACe167OB6tcWdnlVuppOaZPoyTKu > .row .container > .video-iframe-container { display: none; }#UwbTACe167OB6tcWdnlVuppOaZPoyTKu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwbTACe167OB6tcWdnlVuppOaZPoyTKu > .row > .video-iframe-container { display: none; }#UwbTACe167OB6tcWdnlVuppOaZPoyTKu > .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); }#UwbTACe167OB6tcWdnlVuppOaZPoyTKu > .row .container { border-width: 0; border-radius: 0; }#UwbTACe167OB6tcWdnlVuppOaZPoyTKu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UwbTACe167OB6tcWdnlVuppOaZPoyTKu > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#C5bJGZGUTCpXTUn6T0zbxETIaPpa78WN { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:2.4387431144714rem;left:0rem;height:6.048825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:37.5625rem;width:60rem;position:relative;display:block; }#PKCp5W1rynkAaTAbT0lTSTev6gXoLLiv { color:#ffffff;display:block;width:50rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:2.4185013771057rem;left:4.9380321502686rem;height:8.39648125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nqUp2dTpHbuSEamHWXbtCOGKcDdpPd13 { position:absolute;display:block;z-index:14999;background-color:#e8e8e8;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.5rem;width:52.5rem;top:13.124992370606rem;left:3.7496452331543rem;display:block; }
#ls1SmNne55dMlbA20VdMVvq9bqPmdrDH { color:#000000;display:block;width:47.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:18.124641418457rem;left:6.0617904663086rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kll7OkzqLGIf2Jt5cmqUtW9tbXDO9ZgL { color:#ffffff;display:block;width:50rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:28.437492370606rem;left:4.9371452331543rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o0KEad2KoqCBPctJgzOoAvwdMG6NMJoK { color:#712ba0;display:block;width:50.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:14.374816894531rem;left:4.7496452331543rem;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; }
#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU { 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; }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row .container { background-color: transparent; background-image: none; }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row .container > .video-iframe-container { display: none; }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row > .video-iframe-container { display: none; }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .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); }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row .container { border-width: 0; border-radius: 0; }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#qnRAWz2EIvUdXBncpFg31IWfadrU0gfh { color:#712ba0;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:2.3765983581543rem;left:0rem;height:3.0244125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oOdTzcDAuA4ir26RmQUtI90SEzzbVUmG { position:absolute;display:block;z-index:15001;height:1.375rem;width:2.5rem;top:1.0634765625rem;left:0rem;display:block; }
#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk { 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; }#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:43.75rem;width:60rem;position:relative;display:block; }#r40vTRc3iTwciD33r5B0Hbq5w0O4TzS7 { color:#000000;display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:31.124820709229rem;left:28.811967849731rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HiEh6UfLeVdK0Xe9WrScOUhPyp3tU4Dv { position:absolute;display:block;z-index:15000;background-color:#f0f0f0;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.4375rem;width:31.5rem;top:29.999820709229rem;left:23.499643325806rem;display:block; }
#ysh5P3ksigMMrbU9CTdvi7J9fTRiZwmk { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:38.5625rem;width:21.6875rem;top:1.2492904663086rem;left:4.9515530230014rem;display:block; }
#oBIixtRcITzcIuQ9DnKECvTvNSgrVTtX { color:#000000;display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:4.6866116523742rem;left:28.749467849731rem;height:19.5917875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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:10.0625rem;width:60rem;position:relative;display:block; }#TsKrIJ7MNaBf1TXNEqKW4cVV9scKKRGO { color:#712ba0;display:block;width:48.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:2.505859375rem;left:0rem;height:6.048825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F30SiI4kqyAIp8Mbuw9yLTOaZvbz1EHc { position:absolute;display:block;z-index:15002;height:1.375rem;width:2.5rem;top:1.193359375rem;left:0.125rem;display:block; }
#i9Oc9kouP30LlkIJMtaQXBouIhooy2zc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#i9Oc9kouP30LlkIJMtaQXBouIhooy2zc > .row .container { background-color: transparent; background-image: none; }#i9Oc9kouP30LlkIJMtaQXBouIhooy2zc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9Oc9kouP30LlkIJMtaQXBouIhooy2zc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9Oc9kouP30LlkIJMtaQXBouIhooy2zc > .row .container > .video-iframe-container { display: none; }#i9Oc9kouP30LlkIJMtaQXBouIhooy2zc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9Oc9kouP30LlkIJMtaQXBouIhooy2zc > .row > .video-iframe-container { display: none; }#i9Oc9kouP30LlkIJMtaQXBouIhooy2zc > .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); }#i9Oc9kouP30LlkIJMtaQXBouIhooy2zc > .row .container { border-width: 0; border-radius: 0; }#i9Oc9kouP30LlkIJMtaQXBouIhooy2zc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i9Oc9kouP30LlkIJMtaQXBouIhooy2zc > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#qJ57aNyyh4TxJkCRAJ6vGe3epuLJadFx { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:2.7290496826172rem;left:3.310546875rem;height:16.792975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wfx7iKsSe8xZy2rhzTR9QxKznC6ZRIP8 { position:absolute;display:block;z-index:15004;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;box-shadow: none;height:18.125rem;width:18.125rem;top:2.060546875rem;left:39.059833526611rem;overflow:hidden;display:block; }
#JwxJPWLcAcH3WOetipFuOTdJAU70POOE { position:absolute;display:block;z-index:15000;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:21.0618125rem;width:57.5rem;top:0.59215545654297rem;left:1.25rem;display:block; }
#v9OkJ84QIr38rbryPoGRDQtc0crWxwRh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#v9OkJ84QIr38rbryPoGRDQtc0crWxwRh > .row .container { background-color: transparent; background-image: none; }#v9OkJ84QIr38rbryPoGRDQtc0crWxwRh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9OkJ84QIr38rbryPoGRDQtc0crWxwRh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9OkJ84QIr38rbryPoGRDQtc0crWxwRh > .row .container > .video-iframe-container { display: none; }#v9OkJ84QIr38rbryPoGRDQtc0crWxwRh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9OkJ84QIr38rbryPoGRDQtc0crWxwRh > .row > .video-iframe-container { display: none; }#v9OkJ84QIr38rbryPoGRDQtc0crWxwRh > .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); }#v9OkJ84QIr38rbryPoGRDQtc0crWxwRh > .row .container { border-width: 0; border-radius: 0; }#v9OkJ84QIr38rbryPoGRDQtc0crWxwRh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v9OkJ84QIr38rbryPoGRDQtc0crWxwRh > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;position:relative;display:block; }#tO1n66ndKqDrIJCLGae2qOyDgpZdmwIo { 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:30.0625rem;width:28rem;position:absolute;display:block;z-index:15016;top:0.716438293457rem;left:1.2491121292114rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#hfmgiPg5XGNET7eZsksy1diQw1BNFnUy { position:absolute;display:block;z-index:15017;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;box-shadow: none;height:14.1875rem;width:25.625rem;top:1.9637842178345rem;left:2.4351921081543rem;overflow:hidden;display:block; }
#ebgi0uThpZoAfSXE7Q3405sxp9mb1kw7 { 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:30.0625rem;width:28rem;position:absolute;display:block;z-index:15020;top:0.716438293457rem;left:30.624109268189rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#e33keHZGqJmEgiAzkDvkrtxm3BgJwG6q { position:absolute;display:block;z-index:15024;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;box-shadow: none;height:14.1875rem;width:25.625rem;top:1.96644115448rem;left:31.810192108154rem;overflow:hidden;display:block; }
#mPq8lEyodc1cFJZaQ285Rs9ln7vzskkR { display:block;width:25.625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:17.149324417114rem;left:2.4351921081543rem;height:12rem;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bIk5aKG9WTtFU5QVNi2TulePJSfsTRxw { display:block;width:25.625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:17.149324417114rem;left:32.1875rem;height:10.5rem;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PqFDEk99T4doqcPxpAS6B1SK149wPLUo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#PqFDEk99T4doqcPxpAS6B1SK149wPLUo > .row .container { background-color: transparent; background-image: none; }#PqFDEk99T4doqcPxpAS6B1SK149wPLUo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqFDEk99T4doqcPxpAS6B1SK149wPLUo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqFDEk99T4doqcPxpAS6B1SK149wPLUo > .row .container > .video-iframe-container { display: none; }#PqFDEk99T4doqcPxpAS6B1SK149wPLUo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqFDEk99T4doqcPxpAS6B1SK149wPLUo > .row > .video-iframe-container { display: none; }#PqFDEk99T4doqcPxpAS6B1SK149wPLUo > .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); }#PqFDEk99T4doqcPxpAS6B1SK149wPLUo > .row .container { border-width: 0; border-radius: 0; }#PqFDEk99T4doqcPxpAS6B1SK149wPLUo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PqFDEk99T4doqcPxpAS6B1SK149wPLUo > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:60rem;position:relative;display:block; }#viWybabkIEqFVuiMlq9vhFoNPHg2kZXN { position:absolute;display:block;z-index:14999;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:38.375rem;width:57.5rem;top:0.43838119506836rem;left:1.25rem;display:block; }
#PRvRTztvXED19wytHeXdZ5tSGJ45EH3d { color:#000000;display:block;width:55rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:33.894708633423rem;left:2.5rem;height:2.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GTleR14OIdZUDgbmOXvA2Wn68Cy7FigT { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30.75rem;width:55rem;top:1.6876773834229rem;left:2.5rem;display:block; }
#f7agqZbmlc2FRfsdresP1Guv3wffp1zW { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#OANoqx09pzVOV23atJ0oB5vD2BHUNnmJ { position:absolute;display:block;z-index:15008;height:1.6875rem;width:3.25rem;top:0.4375rem;left:0.625rem;display:block; }
#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c4982713-282c-450d-bdac-5f04fd3fedab/mtroselandscape.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG.adaptive-delivery-prevent-bg, #qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG.lazyload, #qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG.lazyloading { background-image: none; }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row .container { background-color: transparent; background-image: none; }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(113,43,160,0.75); }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row .container > .video-iframe-container { display: none; }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(113,43,160,0.75); }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row > .video-iframe-container { display: none; }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .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); }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row .container { border-width: 0; border-radius: 0; }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG::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; }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:60rem;position:relative;display:block; }#WVQaOQszVpTSIpfUbkiBuWvVxdHZxybz { color:#ffffff;display:block;width:22.562125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7);top:4.5809659957886rem;left:1.9992885589599rem;height:18.1465rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AtZle9fyqGy6XZQZoRyblHrtzQtRfpye { color:#000000;display:block;width:29.8739375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:6.875rem;left:26.875rem;height:12.594725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lJnH4c08aPv3T4VmT4UpWZTyWdh1ZGi3 { background-color:#ffcc00;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:#441c55;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:20.5rem;left:32.4375rem;display:block; }
#rRAccfW7tr1uGAlaOOWVZD14lu8PIGbu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wo7y7OAnPJlNpLeeiKSRHWfHoMQmXn1W { position:absolute;display:block;z-index:14999;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.8125rem;width:32.4375rem;top:5.4375rem;left:25.5625rem;display:block; }
#rl62HabUn1GiTEzRg8s5cZeoTCSk3SqN { position:absolute;display:block;z-index:15003;background-color:#ffcc00;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:2.5rem;left:23.125rem;display:block; }
#Ute7nRu88ub6b9kAy3sEQNuWRqgRCnrn { 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:15037;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2));top:3.75rem;left:24.375rem; }
#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:13.6875rem;width:60rem;position:relative;display:block; }#Xr4LTItImGK78F0I5xguV6o0Sy2TTWUQ { display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4428329467774rem;left:0rem;height:3.57421875rem;text-align:left;text-align-last:left;color:#712ba0;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; }
#m8vCJK2ZrWnWeOy3l3khdtcJhEiCymub { color:#000000;display:block;width:50rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:7.4414024353025rem;left:5rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z6t07LIKMxQCq3OEVHAxb9hC18ov8XiK { 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; }#Z6t07LIKMxQCq3OEVHAxb9hC18ov8XiK > .row .container { background-color: transparent; background-image: none; }#Z6t07LIKMxQCq3OEVHAxb9hC18ov8XiK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6t07LIKMxQCq3OEVHAxb9hC18ov8XiK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6t07LIKMxQCq3OEVHAxb9hC18ov8XiK > .row .container > .video-iframe-container { display: none; }#Z6t07LIKMxQCq3OEVHAxb9hC18ov8XiK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6t07LIKMxQCq3OEVHAxb9hC18ov8XiK > .row > .video-iframe-container { display: none; }#Z6t07LIKMxQCq3OEVHAxb9hC18ov8XiK > .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); }#Z6t07LIKMxQCq3OEVHAxb9hC18ov8XiK > .row .container { border-width: 0; border-radius: 0; }#Z6t07LIKMxQCq3OEVHAxb9hC18ov8XiK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z6t07LIKMxQCq3OEVHAxb9hC18ov8XiK > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;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:32.5rem;width:17.5rem;position:absolute;display:block;z-index:15000;top:6.2498245239258rem;left:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#rAKaKoB1f7qgt4TfQQyh3XxC55c3dPhy { display:block;width:14.6875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:12.436985969544rem;left:2.65625rem;height:15.46875rem;color:#000000;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:0.625rem;left:4.6875rem;overflow:hidden;display:block; }
#uEUTwO0KgLylQ7I0C3emf2emtlGCIoJ0 { display:block;width:16.875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:32.375rem;left:1.5625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;color:#2d62ae;display:block; }
#oXbyoE2E0q8bgs20wLy2XlAP3pszJdJW { 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:32.5rem;width:17.5rem;position:absolute;display:block;z-index:15004;top:6.2498245239258rem;left:21.249998092651rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#izJebJG1zgNiPVSONwwPNtbkZdGtf1Ww { display:block;width:14.6875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:12.436985969544rem;left:22.655359268189rem;height:18.28125rem;color:#000000;font-style:italic;text-align:center;text-align-last:center;display:block; }
#EMTmQF7mMcysFzoeEFnV8hTIk7bPc2BH { display:block;width:16.875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:32.375rem;left:21.5625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;color:#2d62ae;display:block; }
#iQa8d8inqplF23J1t5nx9eNfrpHm7eRI { 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:32.5rem;width:17.5rem;position:absolute;display:block;z-index:15008;top:6.3123245239256rem;left:41.249998092651rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#S5vfSRQpoufXTKVOfchi2AKAQNCBTUbZ { display:block;width:16.875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:32.375rem;left:41.5625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;color:#2d62ae;display:block; }
#EROkXdi3775IeuA0VLAXmLneLHJTiaES { display:block;width:14.6875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:12.436985969544rem;left:42.656248092651rem;height:15.46875rem;color:#000000;font-style:italic;text-align:center;text-align-last:center;display:block; }
#cL4Onh8nZIM8KKPDbfILqaRARMmHLTJO { position:absolute;display:block;z-index:15010;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:0.62499713897705rem;left:44.687498092651rem;overflow:hidden;display:block; }
#aF3ueCIrR1fVWuiT3H2bB1nOG6ks933E { position:absolute;display:block;z-index:15006;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:0.62499713897705rem;left:24.686609268189rem;overflow:hidden;display:block; }
#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:10rem;width:60rem;position:relative;display:block; }#PIhicSL5ZTbqBS9vcSEIZLr4ImB91tT8 { color:#712ba0;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:2.4422941207886rem;left:0rem;height:6.048825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XRL7CBi3C6pPWFztSv33gL2ISneIhmub { position:absolute;display:block;z-index:15003;height:1.375rem;width:2.5rem;top:0.5625rem;left:0.5625rem;display:block; }
#w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk > .row .container { background-color: transparent; background-image: none; }#w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk > .row .container > .video-iframe-container { display: none; }#w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk > .row > .video-iframe-container { display: none; }#w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk > .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); }#w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk > .row .container { border-width: 0; border-radius: 0; }#w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:60rem;position:relative;display:block; }#rOiKq8N0PvRx4Xb8KPVF72kpSIVWOBvT { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:32.25rem;top:2.4422941207886rem;left:3.75rem;display:block; }
#GuTOXmyNmK8QIKL4qlMDdiQQh5tzcEfV { color:#000000;display:block;width:25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:3.6922941207886rem;left:5rem;height:6.9970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#sn0AFH0P1n8aRHSlqHbb46XI4nALG8M1 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.624625rem;width:25rem;top:1.1922941207886rem;left:31.249998092651rem;overflow:hidden;display:block; }
#iZQeB9pbdaA9PwBr5LhPypOZy6E18It8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iZQeB9pbdaA9PwBr5LhPypOZy6E18It8 > .row .container { background-color: transparent; background-image: none; }#iZQeB9pbdaA9PwBr5LhPypOZy6E18It8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZQeB9pbdaA9PwBr5LhPypOZy6E18It8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZQeB9pbdaA9PwBr5LhPypOZy6E18It8 > .row .container > .video-iframe-container { display: none; }#iZQeB9pbdaA9PwBr5LhPypOZy6E18It8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZQeB9pbdaA9PwBr5LhPypOZy6E18It8 > .row > .video-iframe-container { display: none; }#iZQeB9pbdaA9PwBr5LhPypOZy6E18It8 > .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); }#iZQeB9pbdaA9PwBr5LhPypOZy6E18It8 > .row .container { border-width: 0; border-radius: 0; }#iZQeB9pbdaA9PwBr5LhPypOZy6E18It8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iZQeB9pbdaA9PwBr5LhPypOZy6E18It8 > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:60rem;position:relative;display:block; }#MEa8duwe2205QaQX6z6klUlifTbv0fLd { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.25rem;width:32.4369375rem;top:3.0672941207886rem;left:23.749113082886rem;display:block; }
#WmxnZSevdyep3nlZqVLvioS7CTOLLxgG { color:#000000;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:4.3172941207886rem;left:29.999998092651rem;height:8.3965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AUAgVogkGcz7pSC0XLp864dTqm653qc5 { position:absolute;display:block;z-index:15004;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:18.75rem;width:25rem;top:1.8172941207886rem;left:3.75rem;overflow:hidden;display:block; }
#dSTnzsKhq1pbsMVW14CwPlIp9UypzNxG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dSTnzsKhq1pbsMVW14CwPlIp9UypzNxG > .row .container { background-color: transparent; background-image: none; }#dSTnzsKhq1pbsMVW14CwPlIp9UypzNxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSTnzsKhq1pbsMVW14CwPlIp9UypzNxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSTnzsKhq1pbsMVW14CwPlIp9UypzNxG > .row .container > .video-iframe-container { display: none; }#dSTnzsKhq1pbsMVW14CwPlIp9UypzNxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSTnzsKhq1pbsMVW14CwPlIp9UypzNxG > .row > .video-iframe-container { display: none; }#dSTnzsKhq1pbsMVW14CwPlIp9UypzNxG > .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); }#dSTnzsKhq1pbsMVW14CwPlIp9UypzNxG > .row .container { border-width: 0; border-radius: 0; }#dSTnzsKhq1pbsMVW14CwPlIp9UypzNxG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dSTnzsKhq1pbsMVW14CwPlIp9UypzNxG > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#nR8RhmeWZ2DNTv4Ou8acWnRSaZEmC9SX { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.75rem;width:31.9375rem;top:3.0673179626465rem;left:3.75rem;display:block; }
#PmfCmElC2VREIniepyeFbkEZXW3wdeJB { color:#000000;display:block;width:25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:4.3173179626465rem;left:5rem;height:12.59475rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#iayveiOgXG7FV0IOkNcaLZQEHDyt4KNE { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:25rem;top:1.8164215087891rem;left:31.249998092651rem;overflow:hidden;display:block; }
#EtL3lRQeRCmkOEkUcvPUPCGA6t16b61L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EtL3lRQeRCmkOEkUcvPUPCGA6t16b61L > .row .container { background-color: transparent; background-image: none; }#EtL3lRQeRCmkOEkUcvPUPCGA6t16b61L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtL3lRQeRCmkOEkUcvPUPCGA6t16b61L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtL3lRQeRCmkOEkUcvPUPCGA6t16b61L > .row .container > .video-iframe-container { display: none; }#EtL3lRQeRCmkOEkUcvPUPCGA6t16b61L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtL3lRQeRCmkOEkUcvPUPCGA6t16b61L > .row > .video-iframe-container { display: none; }#EtL3lRQeRCmkOEkUcvPUPCGA6t16b61L > .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); }#EtL3lRQeRCmkOEkUcvPUPCGA6t16b61L > .row .container { border-width: 0; border-radius: 0; }#EtL3lRQeRCmkOEkUcvPUPCGA6t16b61L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EtL3lRQeRCmkOEkUcvPUPCGA6t16b61L > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:60rem;position:relative;display:block; }#btJDGdrKqUpEXyRIeahQRkmpLtwiXeTu { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:36.3125rem;width:31.0625rem;top:2.4422988891601rem;left:25.062322616577rem;display:block; }
#sH10Ivxwr3cVP2EoUOXv9Rvlo74B4fWs { color:#000000;display:block;width:25.625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:3.6922988891601rem;left:28.749113082886rem;height:32.18654375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m9SqzoqkuDlhm8TW6sCHZMzrT4xTnN9a { position:absolute;display:block;z-index:15004;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:18.75rem;width:23.4375rem;top:1.1914110183716rem;left:3.75rem;overflow:hidden;display:block; }
#WdMs4508Vo6PpWQGTHVZMRfENNXQObq3 { 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; }#WdMs4508Vo6PpWQGTHVZMRfENNXQObq3 > .row .container { background-color: transparent; background-image: none; }#WdMs4508Vo6PpWQGTHVZMRfENNXQObq3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdMs4508Vo6PpWQGTHVZMRfENNXQObq3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdMs4508Vo6PpWQGTHVZMRfENNXQObq3 > .row .container > .video-iframe-container { display: none; }#WdMs4508Vo6PpWQGTHVZMRfENNXQObq3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdMs4508Vo6PpWQGTHVZMRfENNXQObq3 > .row > .video-iframe-container { display: none; }#WdMs4508Vo6PpWQGTHVZMRfENNXQObq3 > .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); }#WdMs4508Vo6PpWQGTHVZMRfENNXQObq3 > .row .container { border-width: 0; border-radius: 0; }#WdMs4508Vo6PpWQGTHVZMRfENNXQObq3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WdMs4508Vo6PpWQGTHVZMRfENNXQObq3 > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:60rem;position:relative;display:block; }#VwKPJvpDCakp8bZZafQ9HEhpSvXrD0kO { color:#ffffff;display:block;width:59.1868125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:2.4414157867432rem;left:0rem;height:3.0244125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G9mPW1Euf3cK6KkWkn6nVaXe2oXSsBxf { position:absolute;display:block;z-index:15005;height:1.375rem;width:2.5rem;top:0.94140625rem;left:0.1875rem;display:block; }
#NORbWBt9rqJoHzchbgPMrcMwmyPz965Z { position:relative;display:block; }#NORbWBt9rqJoHzchbgPMrcMwmyPz965Z > .row .container { position:relative;display:block; }#v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ > .row .container { background-color: transparent; background-image: none; }#v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ > .row .container > .video-iframe-container { display: none; }#v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ > .row > .video-iframe-container { display: none; }#v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ > .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); }#v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ > .row .container { border-width: 0; border-radius: 0; }#v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#MATNipDbweighzIyCFGmOdygQLtLObXN { color:#712ba0;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:2.4431838989258rem;left:0rem;height:3.0249rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q > .row .container { background-color: transparent; background-image: none; }#gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q > .row .container > .video-iframe-container { display: none; }#gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q > .row > .video-iframe-container { display: none; }#gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q > .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); }#gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q > .row .container { border-width: 0; border-radius: 0; }#gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:block; }#KLVlsUhbnrfLzlpsMEGP3Tr4NIq54ZRy { color:#000000;display:block;width:50rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:1.1922941207886rem;left:5rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kyFdSCX8mTaAHs64TtIqNPHHhGkE7TMU { background-color:#2d62ae;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:#ffffff;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:20rem;height:2.875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:4.9371452331543rem;left:19.999998092651rem;display:block; }
#l8E4A9Pl5mz1DPm8bluOKgRhsK4Tclos { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HWgynQ10tfZZThE0ZTn7TtXQciayKhcI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#HWgynQ10tfZZThE0ZTn7TtXQciayKhcI > .row .container { background-color: transparent; background-image: none; }#HWgynQ10tfZZThE0ZTn7TtXQciayKhcI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWgynQ10tfZZThE0ZTn7TtXQciayKhcI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWgynQ10tfZZThE0ZTn7TtXQciayKhcI > .row .container > .video-iframe-container { display: none; }#HWgynQ10tfZZThE0ZTn7TtXQciayKhcI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWgynQ10tfZZThE0ZTn7TtXQciayKhcI > .row > .video-iframe-container { display: none; }#HWgynQ10tfZZThE0ZTn7TtXQciayKhcI > .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); }#HWgynQ10tfZZThE0ZTn7TtXQciayKhcI > .row .container { border-width: 0; border-radius: 0; }#HWgynQ10tfZZThE0ZTn7TtXQciayKhcI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HWgynQ10tfZZThE0ZTn7TtXQciayKhcI > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:60rem;position:relative;display:block; }#gM2hffiDE5f1SoedBi8Mh2goB0HVcRT7 { position:absolute;display:block;z-index:15000;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:9.375rem;width:12.5rem;top:0.3125rem;left:2.5rem;overflow:hidden;display:block; }
#WkxG82h32MC30M9Taqg4kGluya0Hn1fs { box-sizing:content-box;height:9.375rem;width:12.5rem;position:absolute;display:block;z-index:15035;background-color:rgba(113,43,160,0.7);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.3125rem;left:2.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#AtoZXorLoeSyLvlnAT7Cqbl9nwAy3VS8 { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:2.9375rem;left:3.125rem;height:4.048825rem;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; }
#Ffmr5OA8Mhr6hCeW0W6BNbVJ1HeHCE8y { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:3.1244812011719rem;left:17.1875rem;height:4.048825rem;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; }
#CID6ICTubl5MC7pn6rKIzHLzl6wVpSZk { position:absolute;display:block;z-index:15003;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:9.375rem;width:12.5rem;top:0.375rem;left:16.5625rem;overflow:hidden;display:block; }
#UCtC97523dWTWEui73xhDtJWCfs9M5gC { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:3.0623168945312rem;left:31.562498092651rem;height:4.048825rem;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; }
#yhVLmHRkDL2mKpkX60dKSlWHWDDAy23N { position:absolute;display:block;z-index:15006;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:9.375rem;width:12.5rem;top:0.375rem;left:30.937498092651rem;overflow:hidden;display:block; }
#me4kMhkvM7vv32gHA2fZvcVakTQP4Jni { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.2;letter-spacing:0;top:3.6869812011719rem;left:45.624998092651rem;height:2.70019375rem;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; }
#dhwgm0x3L5gMcZ1n6VVQDt3HS3rvlGlh { position:absolute;display:block;z-index:15009;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:9.375rem;width:12.5rem;top:0.3125rem;left:44.999998092651rem;overflow:hidden;display:block; }
#W8Uyr8kETCRnZyNgGrxe4smfQ07qXoGh { box-sizing:content-box;height:9.375rem;width:12.5rem;position:absolute;display:block;z-index:15036;background-color:rgba(113,43,160,0.7);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.375rem;left:16.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#vno9TCtba7qeGi93wM6bA79qcI6MTvFZ { box-sizing:content-box;height:9.375rem;width:12.5rem;position:absolute;display:block;z-index:15037;background-color:rgba(113,43,160,0.7);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.375rem;left:30.937498092651rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#d4Sx5QtQuZRZvumFa93VROP4lJoBQNr3 { box-sizing:content-box;height:9.375rem;width:12.5rem;position:absolute;display:block;z-index:15038;background-color:rgba(113,43,160,0.7);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.3125rem;left:44.999998092651rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni > .row .container { background-color: transparent; background-image: none; }#JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni > .row .container > .video-iframe-container { display: none; }#JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni > .row > .video-iframe-container { display: none; }#JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni > .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); }#JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni > .row .container { border-width: 0; border-radius: 0; }#JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;position:relative;display:block; }#IMNWl6HWLrrcpVIOPpsNXK1VGkEl0FFZ { box-sizing:content-box;height:9.375rem;width:12.5rem;position:absolute;display:block;z-index:15035;background-color:rgba(113,43,160,0.7);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.125rem;left:2.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#aJ5wWUTazqlZqxmFzXEaqCw0HQeAp7Ap { box-sizing:content-box;height:9.375rem;width:12.5rem;position:absolute;display:block;z-index:15036;background-color:rgba(113,43,160,0.7);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.125rem;left:16.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#seUidbZPi9y284FRQAHsvZ6nteffyffQ { box-sizing:content-box;height:9.375rem;width:12.5rem;position:absolute;display:block;z-index:15037;background-color:rgba(113,43,160,0.7);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.13018798828125rem;left:30.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#swzayzM3e9Gmi3TD1fuD7lXyD3X0r9UB { box-sizing:content-box;height:9.375rem;width:12.5rem;position:absolute;display:block;z-index:15038;background-color:rgba(113,43,160,0.7);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.125rem;left:44.999998092651rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#nEq7F0RB6JWd3L2BClFncxouUOyE6BG2 { position:absolute;display:block;z-index:15001;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:9.375rem;width:12.5rem;top:0.125rem;left:2.5rem;overflow:hidden;display:block; }
#v5pDse1OLUJc6zOTC9EO8gJXlpfIlcDB { color:#f3f3f3;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.2;letter-spacing:0;top:3.1301574707031rem;left:3.125rem;height:4.048825rem;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; }
#BJF8ngETuXxcCm9yLfrkAz7i7JuCxubM { position:absolute;display:block;z-index:15004;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:9.375rem;width:12.5rem;top:0.125rem;left:16.5625rem;overflow:hidden;display:block; }
#PV8agIC0asMGxsn3e4505z7SSZldIeHR { position:absolute;display:block;z-index:15010;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:9.375rem;width:12.5rem;top:0.125rem;left:44.999998092651rem;overflow:hidden;display:block; }
#sNUygrZTJFSs71dU8tQwPgOhzHDCHy6Z { position:absolute;display:block;z-index:15007;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:9.375rem;width:12.5rem;top:0.125rem;left:30.90553855896rem;overflow:hidden;display:block; }
#CBGu5kyqv77ZCuUooTx0DpSP1EmArfXb { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.2;letter-spacing:0;top:3.1310424804688rem;left:17.1875rem;height:4.048825rem;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; }
#FpThzvWlKULmDLVJ1hZ9T3EHDW34yl6y { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:3.1310424804688rem;left:31.562498092651rem;height:4.048825rem;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; }
#TnehEbyfB4UL2kU4rpfXMQq3x5hSdqUU { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;top:3.4621887207031rem;left:45.624998092651rem;height:2.70019375rem;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; }
#dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no > .row .container { background-color: transparent; background-image: none; }#dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no > .row .container > .video-iframe-container { display: none; }#dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no > .row > .video-iframe-container { display: none; }#dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no > .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); }#dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no > .row .container { border-width: 0; border-radius: 0; }#dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:60rem;position:relative;display:block; }#GFTwku6tSePxvzHGrwxhchl9pJ51yl0H { box-sizing:content-box;height:9.375rem;width:12.5rem;position:absolute;display:block;z-index:15036;background-color:rgba(113,43,160,0.7);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:16.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#hTTigmB9CxCTmKqLCOu8gvaqy32OB8h3 { box-sizing:content-box;height:9.375rem;width:12.5rem;position:absolute;display:block;z-index:15037;background-color:rgba(113,43,160,0.7);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:30.937498092651rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#uIBWwBJmVgnHn0aElBF9AcVE6UeUhc3S { position:absolute;display:block;z-index:15007;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:9.3125rem;width:12.5rem;top:0rem;left:30.937498092651rem;overflow:hidden;display:block; }
#W95XWuTCtiASTrRBdigpT9E2MkpRmGyd { position:absolute;display:block;z-index:15004;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:9.375rem;width:12.5rem;top:0rem;left:16.625rem;overflow:hidden;display:block; }
#SgmRptMm3oCro7H8If9rXptz8a9SDvE7 { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:3.0060119628906rem;left:31.562498092651rem;height:4.048825rem;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; }
#MFUaEDK0Ln9sw4TxFeQa1lwNGKCnMd7D { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.2;letter-spacing:0;top:3.0060348510742rem;left:17.25rem;height:4.048825rem;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; }
#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2d62ae, #441c55);background-image: -moz-linear-gradient(180deg, #2d62ae, #441c55);background-image: -ms-linear-gradient(180deg, #2d62ae, #441c55);background-image: -o-linear-gradient(180deg, #2d62ae, #441c55);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d62ae', endColorstr='#441c55' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d62ae', endColorstr='#441c55' );";background-image: linear-gradient(180deg, #2d62ae, #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; }#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:13.9994375rem;top:4.9351921081543rem;left:7.9989337921144rem;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:11.4375rem;left:8.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:11.4375rem;left:11.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:14.4375rem;left:11rem;height:1.19939375rem;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:11.4375rem;left:13.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:11.4375rem;left:16.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:11.4375rem;left:18.625rem;overflow:hidden;display:block; }
#dIf1w0gx7qrt4XyKJpTko0hCo9Cn7Dfk { background-color:#ffcc00;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:#441c55;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:6.875rem;left:35.625rem;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; }
#uzV7IOCq8AkcsVVdoJPQf39adJw4pJoR { background-color:#ffcc00;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:#441c55;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.0625rem;left:35.625rem;display:block; }
#TGoGZqefZXpGXA5PQf9EMD6r7KJNZhVU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas { display:block; }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9WLGLC0H0s7opseRo9BH31ycetBWNbk { display:block; }#r9WLGLC0H0s7opseRo9BH31ycetBWNbk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJSeIlHioGhF37uH5eSZT9VB3NK94WHg { width:22.875rem;height:3.5rem;top:2.8125rem;left:12.4375rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG329QbxDRMLOOrz93g7r1WN8Cv4aiPk { top:0.125rem;left:23.5625rem;width:9.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avZyBdFaC4DiD6lyoTyLRcuemnJOHwlQ { width:8.5625rem;height:2rem;top:0.0625rem;left:14.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwbTACe167OB6tcWdnlVuppOaZPoyTKu { display:block; }#UwbTACe167OB6tcWdnlVuppOaZPoyTKu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5bJGZGUTCpXTUn6T0zbxETIaPpa78WN { width:47.75rem;height:6rem;top:2.4375rem;left:0rem;font-size:1.75rem;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.375rem;left:0rem;width:47.75rem;height:8.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqUp2dTpHbuSEamHWXbtCOGKcDdpPd13 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls1SmNne55dMlbA20VdMVvq9bqPmdrDH { top:18.0625rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kll7OkzqLGIf2Jt5cmqUtW9tbXDO9ZgL { top:28.375rem;left:0rem;width:47.75rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0KEad2KoqCBPctJgzOoAvwdMG6NMJoK { width:47.75rem;height:;top:14.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU { display:block; }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnRAWz2EIvUdXBncpFg31IWfadrU0gfh { width:47.75rem;height:3rem;top:2.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOdTzcDAuA4ir26RmQUtI90SEzzbVUmG { top:1.0625rem;left:0rem;width:2.5rem;height:1.375rem;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:31.0625rem;left:22.6865234375rem;width:23.75rem;height:5.25rem;font-size:0.875rem;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) { #ysh5P3ksigMMrbU9CTdvi7J9fTRiZwmk { top:1.1875rem;left:0rem;width:21.6875rem;height:38.563034959321rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBIixtRcITzcIuQ9DnKECvTvNSgrVTtX { top:4.625rem;left:22.624467849731rem;width:23.75rem;height:19.5625rem;font-size:0.9375rem;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:;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F30SiI4kqyAIp8Mbuw9yLTOaZvbz1EHc { top:1.1875rem;left:0rem;width:2.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9Oc9kouP30LlkIJMtaQXBouIhooy2zc { display:block; }#i9Oc9kouP30LlkIJMtaQXBouIhooy2zc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ57aNyyh4TxJkCRAJ6vGe3epuLJadFx { top:2.6875rem;left:0rem;width:34.8125rem;height:16.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfx7iKsSe8xZy2rhzTR9QxKznC6ZRIP8 { width:18.125rem;height:18.125rem;top:2rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwxJPWLcAcH3WOetipFuOTdJAU70POOE { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9OkJ84QIr38rbryPoGRDQtc0crWxwRh { display:block; }#v9OkJ84QIr38rbryPoGRDQtc0crWxwRh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tO1n66ndKqDrIJCLGae2qOyDgpZdmwIo { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfmgiPg5XGNET7eZsksy1diQw1BNFnUy { width:25.625rem;height:14.1875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebgi0uThpZoAfSXE7Q3405sxp9mb1kw7 { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e33keHZGqJmEgiAzkDvkrtxm3BgJwG6q { width:25.625rem;height:14.1875rem;top:1.9375rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPq8lEyodc1cFJZaQ285Rs9ln7vzskkR { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIk5aKG9WTtFU5QVNi2TulePJSfsTRxw { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqFDEk99T4doqcPxpAS6B1SK149wPLUo { display:block; }#PqFDEk99T4doqcPxpAS6B1SK149wPLUo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #viWybabkIEqFVuiMlq9vhFoNPHg2kZXN { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRvRTztvXED19wytHeXdZ5tSGJ45EH3d { top:33.875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTleR14OIdZUDgbmOXvA2Wn68Cy7FigT { top:1.6875rem;left:0rem;width:47.75rem;height:26.696590909091rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7agqZbmlc2FRfsdresP1Guv3wffp1zW { display:none; }
 }@media only screen and (max-width: 763px) { #OANoqx09pzVOV23atJ0oB5vD2BHUNnmJ { top:0.4375rem;left:0rem;width:3.25rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG { display:block; }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVQaOQszVpTSIpfUbkiBuWvVxdHZxybz { width:22.5rem;height:18.125rem;top:4.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtZle9fyqGy6XZQZoRyblHrtzQtRfpye { top:6.875rem;left:17.9375rem;width:29.8125rem;height:12.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJnH4c08aPv3T4VmT4UpWZTyWdh1ZGi3 { width:18.75rem;height:3.4375rem;top:20.5rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRAccfW7tr1uGAlaOOWVZD14lu8PIGbu { display:block; }
 }@media only screen and (max-width: 763px) { #Wo7y7OAnPJlNpLeeiKSRHWfHoMQmXn1W { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl62HabUn1GiTEzRg8s5cZeoTCSk3SqN { width:6.25rem;height:6.25rem;top:2.5rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ute7nRu88ub6b9kAy3sEQNuWRqgRCnrn { top:3.75rem;left:18.25rem;width:3.75rem;height:3.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:;top:2.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8vCJK2ZrWnWeOy3l3khdtcJhEiCymub { top:7.4375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6t07LIKMxQCq3OEVHAxb9hC18ov8XiK { display:block; }#Z6t07LIKMxQCq3OEVHAxb9hC18ov8XiK > .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:0.625rem;left:2.625rem;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) { #oXbyoE2E0q8bgs20wLy2XlAP3pszJdJW { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #izJebJG1zgNiPVSONwwPNtbkZdGtf1Ww { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMTmQF7mMcysFzoeEFnV8hTIk7bPc2BH { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQa8d8inqplF23J1t5nx9eNfrpHm7eRI { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5vfSRQpoufXTKVOfchi2AKAQNCBTUbZ { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EROkXdi3775IeuA0VLAXmLneLHJTiaES { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL4Onh8nZIM8KKPDbfILqaRARMmHLTJO { width:10.625rem;height:10.625rem;top:0.5625rem;left:34.374998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF3ueCIrR1fVWuiT3H2bB1nOG6ks933E { width:10.625rem;height:10.625rem;top:0.5625rem;left:18.499109268189rem;display:block; }
 }@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:6rem;top:2.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRL7CBi3C6pPWFztSv33gL2ISneIhmub { top:0.5625rem;left:0rem;width:2.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk { display:block; }#w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOiKq8N0PvRx4Xb8KPVF72kpSIVWOBvT { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuTOXmyNmK8QIKL4qlMDdiQQh5tzcEfV { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn0AFH0P1n8aRHSlqHbb46XI4nALG8M1 { top:1.1875rem;left:22.75rem;width:25rem;height:16.624625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZQeB9pbdaA9PwBr5LhPypOZy6E18It8 { display:block; }#iZQeB9pbdaA9PwBr5LhPypOZy6E18It8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEa8duwe2205QaQX6z6klUlifTbv0fLd { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmxnZSevdyep3nlZqVLvioS7CTOLLxgG { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUAgVogkGcz7pSC0XLp864dTqm653qc5 { top:1.8125rem;left:0rem;width:25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSTnzsKhq1pbsMVW14CwPlIp9UypzNxG { display:block; }#dSTnzsKhq1pbsMVW14CwPlIp9UypzNxG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nR8RhmeWZ2DNTv4Ou8acWnRSaZEmC9SX { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmfCmElC2VREIniepyeFbkEZXW3wdeJB { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iayveiOgXG7FV0IOkNcaLZQEHDyt4KNE { top:1.8125rem;left:22.75rem;width:25rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtL3lRQeRCmkOEkUcvPUPCGA6t16b61L { display:block; }#EtL3lRQeRCmkOEkUcvPUPCGA6t16b61L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btJDGdrKqUpEXyRIeahQRkmpLtwiXeTu { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH10Ivxwr3cVP2EoUOXv9Rvlo74B4fWs { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9SqzoqkuDlhm8TW6sCHZMzrT4xTnN9a { top:1.1875rem;left:0rem;width:23.4375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdMs4508Vo6PpWQGTHVZMRfENNXQObq3 { display:block; }#WdMs4508Vo6PpWQGTHVZMRfENNXQObq3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwKPJvpDCakp8bZZafQ9HEhpSvXrD0kO { width:47.75rem;height:3rem;top:2.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9mPW1Euf3cK6KkWkn6nVaXe2oXSsBxf { top:0.9375rem;left:0rem;width:2.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NORbWBt9rqJoHzchbgPMrcMwmyPz965Z { display:block; }#NORbWBt9rqJoHzchbgPMrcMwmyPz965Z > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ { display:block; }#v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MATNipDbweighzIyCFGmOdygQLtLObXN { width:47.75rem;height:3rem;top:2.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q { display:block; }#gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLVlsUhbnrfLzlpsMEGP3Tr4NIq54ZRy { top:1.1875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyFdSCX8mTaAHs64TtIqNPHHhGkE7TMU { width:20rem;height:2.875rem;top:4.875rem;left:13.874998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8E4A9Pl5mz1DPm8bluOKgRhsK4Tclos { display:block; }
 }@media only screen and (max-width: 763px) { #HWgynQ10tfZZThE0ZTn7TtXQciayKhcI { display:block; }#HWgynQ10tfZZThE0ZTn7TtXQciayKhcI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gM2hffiDE5f1SoedBi8Mh2goB0HVcRT7 { top:0.3125rem;left:0rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkxG82h32MC30M9Taqg4kGluya0Hn1fs { top:0.3125rem;left:0rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtoZXorLoeSyLvlnAT7Cqbl9nwAy3VS8 { width:11.25rem;height:4rem;top:2.9375rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ffmr5OA8Mhr6hCeW0W6BNbVJ1HeHCE8y { width:11.25rem;height:4rem;top:3.0625rem;left:12.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CID6ICTubl5MC7pn6rKIzHLzl6wVpSZk { top:0.375rem;left:11.375rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCtC97523dWTWEui73xhDtJWCfs9M5gC { width:11.25rem;height:4rem;top:3rem;left:23.906248092651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhVLmHRkDL2mKpkX60dKSlWHWDDAy23N { top:0.375rem;left:23.3125rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #me4kMhkvM7vv32gHA2fZvcVakTQP4Jni { width:11.25rem;height:2.6875rem;top:3.625rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhwgm0x3L5gMcZ1n6VVQDt3HS3rvlGlh { top:0.3125rem;left:23.3125rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8Uyr8kETCRnZyNgGrxe4smfQ07qXoGh { top:0.375rem;left:11.375rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vno9TCtba7qeGi93wM6bA79qcI6MTvFZ { top:0.375rem;left:23.3125rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4Sx5QtQuZRZvumFa93VROP4lJoBQNr3 { top:0.3125rem;left:23.3125rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni { display:block; }#JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMNWl6HWLrrcpVIOPpsNXK1VGkEl0FFZ { top:0.125rem;left:0rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ5wWUTazqlZqxmFzXEaqCw0HQeAp7Ap { top:0.125rem;left:11.375rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #seUidbZPi9y284FRQAHsvZ6nteffyffQ { top:0.125rem;left:23.3125rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swzayzM3e9Gmi3TD1fuD7lXyD3X0r9UB { top:0.125rem;left:23.3125rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEq7F0RB6JWd3L2BClFncxouUOyE6BG2 { top:0.125rem;left:0rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5pDse1OLUJc6zOTC9EO8gJXlpfIlcDB { width:11.25rem;height:4rem;top:3.125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJF8ngETuXxcCm9yLfrkAz7i7JuCxubM { top:0.125rem;left:11.375rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV8agIC0asMGxsn3e4505z7SSZldIeHR { top:0.125rem;left:23.3125rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNUygrZTJFSs71dU8tQwPgOhzHDCHy6Z { top:0.125rem;left:23.25rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBGu5kyqv77ZCuUooTx0DpSP1EmArfXb { width:11.25rem;height:4rem;top:3.125rem;left:12.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpThzvWlKULmDLVJ1hZ9T3EHDW34yl6y { width:11.25rem;height:4rem;top:3.125rem;left:23.906248092651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnehEbyfB4UL2kU4rpfXMQq3x5hSdqUU { width:11.25rem;height:2.6875rem;top:3.4375rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no { display:block; }#dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFTwku6tSePxvzHGrwxhchl9pJ51yl0H { top:0rem;left:11.375rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTTigmB9CxCTmKqLCOu8gvaqy32OB8h3 { top:0rem;left:23.3125rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIBWwBJmVgnHn0aElBF9AcVE6UeUhc3S { top:0rem;left:23.3125rem;width:12.5rem;height:9.3119375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W95XWuTCtiASTrRBdigpT9E2MkpRmGyd { top:0rem;left:11.375rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgmRptMm3oCro7H8If9rXptz8a9SDvE7 { width:11.25rem;height:4rem;top:3rem;left:23.906248092651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFUaEDK0Ln9sw4TxFeQa1lwNGKCnMd7D { width:11.25rem;height:4rem;top:3rem;left:12.625rem;font-size:1rem;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:13.9375rem;height:4.3556437535437rem;top:4.875rem;left:4.9364337921142rem;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:18.75rem;height:3.4375rem;top:6.875rem;left:26.4375rem;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) { #uzV7IOCq8AkcsVVdoJPQf39adJw4pJoR { width:18.75rem;height:3.4375rem;top:11.0625rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGoGZqefZXpGXA5PQf9EMD6r7KJNZhVU { 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:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9WLGLC0H0s7opseRo9BH31ycetBWNbk { display:block; }#r9WLGLC0H0s7opseRo9BH31ycetBWNbk > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJSeIlHioGhF37uH5eSZT9VB3NK94WHg { width:20rem;height:3.0996125rem;top:2.4365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG329QbxDRMLOOrz93g7r1WN8Cv4aiPk { width:8.625rem;height:1.625rem;top:0.1875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avZyBdFaC4DiD6lyoTyLRcuemnJOHwlQ { width:8.5625rem;height:1.79980625rem;top:0.125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwbTACe167OB6tcWdnlVuppOaZPoyTKu { display:block; }#UwbTACe167OB6tcWdnlVuppOaZPoyTKu > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5bJGZGUTCpXTUn6T0zbxETIaPpa78WN { width:20rem;height:6.2988125rem;top:2.4369678497314rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H { display:block; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKCp5W1rynkAaTAbT0lTSTev6gXoLLiv { width:18.75rem;height:18.375rem;top:0rem;left:0.625rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nqUp2dTpHbuSEamHWXbtCOGKcDdpPd13 { width:20rem;height:21.3125rem;top:19.937853813171rem;left:0rem;background-color:#f3f3f3;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) { #ls1SmNne55dMlbA20VdMVvq9bqPmdrDH { width:18.75rem;height:13.125rem;top:26.187853813171rem;left:0.62411212921143rem;font-size:0.9375rem;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kll7OkzqLGIf2Jt5cmqUtW9tbXDO9ZgL { width:18.75rem;height:11.8125rem;top:43.252307891846rem;left:0.56019175052643rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #o0KEad2KoqCBPctJgzOoAvwdMG6NMJoK { width:20rem;height:3.5996125rem;top:21.187854766846rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU { display:block; }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnRAWz2EIvUdXBncpFg31IWfadrU0gfh { width:20rem;height:4.19921875rem;top:2.3748245239258rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oOdTzcDAuA4ir26RmQUtI90SEzzbVUmG { width:2.5rem;height:1.375rem;top:0.5107421875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhicTJTc9H01UC50AsZoE4sCf6MlpoOk { display:block; }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r40vTRc3iTwciD33r5B0Hbq5w0O4TzS7 { width:16.25rem;height:6.12305rem;top:29.123756408691rem;left:1.875rem;font-size:0.875rem;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HiEh6UfLeVdK0Xe9WrScOUhPyp3tU4Dv { width:18.75rem;height:15.5619375rem;top:27.8125rem;left:0.625rem;background-color:#f0f0f0;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) { #ysh5P3ksigMMrbU9CTdvi7J9fTRiZwmk { width:20rem;height:35.4820625rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBIixtRcITzcIuQ9DnKECvTvNSgrVTtX { width:16.875rem;height:24.9375rem;top:0.74662494659425rem;left:1.5625rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 { display:block; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsKrIJ7MNaBf1TXNEqKW4cVV9scKKRGO { width:20rem;height:6.2988125rem;top:2.3748359680176rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #F30SiI4kqyAIp8Mbuw9yLTOaZvbz1EHc { width:2.5rem;height:1.375rem;top:0.6865234375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9Oc9kouP30LlkIJMtaQXBouIhooy2zc { display:block; }#i9Oc9kouP30LlkIJMtaQXBouIhooy2zc > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ57aNyyh4TxJkCRAJ6vGe3epuLJadFx { width:16.875rem;height:30.1875rem;top:22.857775211334rem;left:1.5625rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wfx7iKsSe8xZy2rhzTR9QxKznC6ZRIP8 { width:20rem;height:20rem;top:1.9762077331543rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #JwxJPWLcAcH3WOetipFuOTdJAU70POOE { width:20rem;height:54.25rem;top:0.3572416305542rem;left:0rem;background-color:#ffffff;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) { #v9OkJ84QIr38rbryPoGRDQtc0crWxwRh { display:block; }#v9OkJ84QIr38rbryPoGRDQtc0crWxwRh > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tO1n66ndKqDrIJCLGae2qOyDgpZdmwIo { width:20rem;height:29.6875rem;top:0.062145233154297rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfmgiPg5XGNET7eZsksy1diQw1BNFnUy { width:20rem;height:11.1875rem;top:1.6184310913086rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ebgi0uThpZoAfSXE7Q3405sxp9mb1kw7 { width:20rem;height:29.3125rem;top:31.499485492706rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e33keHZGqJmEgiAzkDvkrtxm3BgJwG6q { width:20rem;height:11rem;top:33.185368537903rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #mPq8lEyodc1cFJZaQ285Rs9ln7vzskkR { width:16.875rem;height:14.4375rem;top:13.811256885529rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bIk5aKG9WTtFU5QVNi2TulePJSfsTRxw { width:16.875rem;height:13.125rem;top:45.498044013977rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PqFDEk99T4doqcPxpAS6B1SK149wPLUo { display:block; }#PqFDEk99T4doqcPxpAS6B1SK149wPLUo > .row .container { width:20rem;height:50.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #viWybabkIEqFVuiMlq9vhFoNPHg2kZXN { width:20rem;height:45.8125rem;top:0.185546875rem;left:0rem;background-color:#ffffff;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) { #PRvRTztvXED19wytHeXdZ5tSGJ45EH3d { width:16.875rem;height:6.5625rem;top:38.173828125rem;left:1.5625rem;font-size:0.9375rem;line-height:1.4;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #GTleR14OIdZUDgbmOXvA2Wn68Cy7FigT { height:11.25rem;width:20rem;top:1.6415233612061rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7agqZbmlc2FRfsdresP1Guv3wffp1zW { top:1.4375rem;left:0rem;width:20rem;height:35.6875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #OANoqx09pzVOV23atJ0oB5vD2BHUNnmJ { width:3.25rem;height:1.6875rem;top:1.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c4982713-282c-450d-bdac-5f04fd3fedab/mtroselandscape.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG.adaptive-delivery-prevent-bg, #qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG.lazyload, #qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG.lazyloading { background-image: none; }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row .container { background-color: transparent; background-image: none; }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(113,43,160,0.8); }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row .container > .video-iframe-container { display: none; }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(113,43,160,0.8); }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row > .video-iframe-container { display: none; }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .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); }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVQaOQszVpTSIpfUbkiBuWvVxdHZxybz { width:19.3119375rem;height:8.3984375rem;top:1.6015625rem;left:0.34268462657929rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AtZle9fyqGy6XZQZoRyblHrtzQtRfpye { width:16.875rem;height:15.75rem;top:17.251242280006rem;left:1.5625rem;font-size:0.9375rem;line-height:1.4;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #lJnH4c08aPv3T4VmT4UpWZTyWdh1ZGi3 { width:15.625rem;height:3.4375rem;top:34.248932480812rem;left:2.1866121292114rem;font-size:1.0625rem;font-weight:700;font-style:normal;background-color:#fab816;background-image:none;color:#441c55;display:block; }
 }@media only screen and (max-width: 763px) { #rRAccfW7tr1uGAlaOOWVZD14lu8PIGbu { display:block; }
 }@media only screen and (max-width: 763px) { #Wo7y7OAnPJlNpLeeiKSRHWfHoMQmXn1W { width:20rem;height:22.75rem;top:13.3125rem;left:0rem;background-color:#ffffff;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) { #rl62HabUn1GiTEzRg8s5cZeoTCSk3SqN { width:6.25rem;height:6.25rem;top:10rem;left:6.875rem;background-color:#fab816;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) { #Ute7nRu88ub6b9kAy3sEQNuWRqgRCnrn { display:flex;width:3.75rem;height:3.75rem;top:11.25rem;left:8.125rem; }
 }@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:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xr4LTItImGK78F0I5xguV6o0Sy2TTWUQ { width:16.1869375rem;height:4.19921875rem;top:2.5017738342285rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m8vCJK2ZrWnWeOy3l3khdtcJhEiCymub { width:18.75rem;height:7.875rem;top:7.6237487792969rem;left:0.62322437763214rem;font-size:0.9375rem;line-height:1.4;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #Z6t07LIKMxQCq3OEVHAxb9hC18ov8XiK { display:block; }#Z6t07LIKMxQCq3OEVHAxb9hC18ov8XiK > .row .container { width:20rem;height:104.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbvugOw0VRZG3UtIEhrFQuE0ZfRlXGKa { width:20rem;height:26rem;top:5.6832275390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAKaKoB1f7qgt4TfQQyh3XxC55c3dPhy { width:16.875rem;height:13.125rem;top:11.874125719071rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #bylONxGsONPvMxGXzrRssniS0Zqvs1PV { width:10.625rem;height:10.625rem;top:0.1875rem;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:3.65625rem;top:26.185191571713rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oXbyoE2E0q8bgs20wLy2XlAP3pszJdJW { width:20rem;height:29.9375rem;top:38.062133789062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #izJebJG1zgNiPVSONwwPNtbkZdGtf1Ww { width:16.875rem;height:14.4375rem;top:45.370910644531rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #EMTmQF7mMcysFzoeEFnV8hTIk7bPc2BH { width:16.875rem;height:4.875rem;top:61.186767578125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQa8d8inqplF23J1t5nx9eNfrpHm7eRI { width:20rem;height:26.8125rem;top:74.760284423825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5vfSRQpoufXTKVOfchi2AKAQNCBTUbZ { width:16.875rem;height:3.65625rem;top:96.248016357425rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EROkXdi3775IeuA0VLAXmLneLHJTiaES { width:16.875rem;height:13.125rem;top:81.873016357425rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #cL4Onh8nZIM8KKPDbfILqaRARMmHLTJO { width:10.625rem;height:10.625rem;top:69.623382568363rem;left:4.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #aF3ueCIrR1fVWuiT3H2bB1nOG6ks933E { width:10.625rem;height:10.625rem;top:33.061767578125rem;left:4.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 { display:block; }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIhicSL5ZTbqBS9vcSEIZLr4ImB91tT8 { width:20rem;height:6.2988125rem;top:2.4387416839599rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XRL7CBi3C6pPWFztSv33gL2ISneIhmub { width:2.5rem;height:1.375rem;top:0.6884765625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk { display:block; }#w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOiKq8N0PvRx4Xb8KPVF72kpSIVWOBvT { width:18.75rem;height:15.3125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuTOXmyNmK8QIKL4qlMDdiQQh5tzcEfV { width:16.875rem;height:9.1875rem;top:1.4921875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #sn0AFH0P1n8aRHSlqHbb46XI4nALG8M1 { width:20rem;height:13.3123125rem;top:12.186630249024rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZQeB9pbdaA9PwBr5LhPypOZy6E18It8 { display:block; }#iZQeB9pbdaA9PwBr5LhPypOZy6E18It8 > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEa8duwe2205QaQX6z6klUlifTbv0fLd { width:18.75rem;height:15.5625rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmxnZSevdyep3nlZqVLvioS7CTOLLxgG { width:16.875rem;height:10.5rem;top:1.3352222442627rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AUAgVogkGcz7pSC0XLp864dTqm653qc5 { width:20rem;height:14.9369375rem;top:12.686456680298rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSTnzsKhq1pbsMVW14CwPlIp9UypzNxG { display:block; }#dSTnzsKhq1pbsMVW14CwPlIp9UypzNxG > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nR8RhmeWZ2DNTv4Ou8acWnRSaZEmC9SX { width:18.75rem;height:22.375rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmfCmElC2VREIniepyeFbkEZXW3wdeJB { width:16.875rem;height:17.0625rem;top:1.393798828125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iayveiOgXG7FV0IOkNcaLZQEHDyt4KNE { width:20rem;height:15.4368125rem;top:19.585411071778rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtL3lRQeRCmkOEkUcvPUPCGA6t16b61L { display:block; }#EtL3lRQeRCmkOEkUcvPUPCGA6t16b61L > .row .container { width:20rem;height:63.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btJDGdrKqUpEXyRIeahQRkmpLtwiXeTu { width:18.75rem;height:49.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH10Ivxwr3cVP2EoUOXv9Rvlo74B4fWs { width:16.875rem;height:42rem;top:1.0244140625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #m9SqzoqkuDlhm8TW6sCHZMzrT4xTnN9a { width:20rem;height:15.9375rem;top:44.373223304749rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdMs4508Vo6PpWQGTHVZMRfENNXQObq3 { display:block; }#WdMs4508Vo6PpWQGTHVZMRfENNXQObq3 > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwKPJvpDCakp8bZZafQ9HEhpSvXrD0kO { width:20rem;height:4.19921875rem;top:1.962890625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #G9mPW1Euf3cK6KkWkn6nVaXe2oXSsBxf { width:2.5rem;height:1.375rem;top:0.400390625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NORbWBt9rqJoHzchbgPMrcMwmyPz965Z { display:block; }#NORbWBt9rqJoHzchbgPMrcMwmyPz965Z > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ { display:block; }#v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MATNipDbweighzIyCFGmOdygQLtLObXN { width:17.0623125rem;height:4.19921875rem;top:1.7533893585205rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q { display:block; }#gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLVlsUhbnrfLzlpsMEGP3Tr4NIq54ZRy { width:18.75rem;height:5.25rem;top:1.1630859375rem;left:0.625rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kyFdSCX8mTaAHs64TtIqNPHHhGkE7TMU { width:18.125rem;height:3.125rem;top:7.7237186431888rem;left:0.9375rem;font-size:0.9375rem;font-weight:700;font-style:normal;background-color:#2d62ae;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l8E4A9Pl5mz1DPm8bluOKgRhsK4Tclos { display:block; }
 }@media only screen and (max-width: 763px) { #HWgynQ10tfZZThE0ZTn7TtXQciayKhcI { display:block; }#HWgynQ10tfZZThE0ZTn7TtXQciayKhcI > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gM2hffiDE5f1SoedBi8Mh2goB0HVcRT7 { width:9.375rem;height:6.75rem;top:0.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkxG82h32MC30M9Taqg4kGluya0Hn1fs { width:9.375rem;height:6.75rem;top:0.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtoZXorLoeSyLvlnAT7Cqbl9nwAy3VS8 { width:9.375rem;height:3.59765625rem;top:1.9375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ffmr5OA8Mhr6hCeW0W6BNbVJ1HeHCE8y { width:9.375rem;height:3.59765625rem;top:2rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CID6ICTubl5MC7pn6rKIzHLzl6wVpSZk { width:9.375rem;height:6.75rem;top:0.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCtC97523dWTWEui73xhDtJWCfs9M5gC { width:9.375rem;height:3.59765625rem;top:9.3125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhVLmHRkDL2mKpkX60dKSlWHWDDAy23N { width:9.375rem;height:6.75rem;top:7.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #me4kMhkvM7vv32gHA2fZvcVakTQP4Jni { width:9.375rem;height:2.3984375rem;top:9.9375rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhwgm0x3L5gMcZ1n6VVQDt3HS3rvlGlh { width:9.375rem;height:6.75rem;top:7.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8Uyr8kETCRnZyNgGrxe4smfQ07qXoGh { width:9.375rem;height:6.75rem;top:0.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vno9TCtba7qeGi93wM6bA79qcI6MTvFZ { width:9.375rem;height:6.75rem;top:7.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4Sx5QtQuZRZvumFa93VROP4lJoBQNr3 { width:9.375rem;height:6.75rem;top:7.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni { display:block; }#JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMNWl6HWLrrcpVIOPpsNXK1VGkEl0FFZ { width:9.375rem;height:6.75rem;top:0.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ5wWUTazqlZqxmFzXEaqCw0HQeAp7Ap { width:9.375rem;height:6.75rem;top:0.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #seUidbZPi9y284FRQAHsvZ6nteffyffQ { width:9.375rem;height:6.75rem;top:7.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swzayzM3e9Gmi3TD1fuD7lXyD3X0r9UB { width:9.375rem;height:6.75rem;top:7.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEq7F0RB6JWd3L2BClFncxouUOyE6BG2 { width:9.375rem;height:6.75rem;top:0.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5pDse1OLUJc6zOTC9EO8gJXlpfIlcDB { width:9.375rem;height:3.59765625rem;top:2.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJF8ngETuXxcCm9yLfrkAz7i7JuCxubM { width:9.375rem;height:6.75rem;top:0.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV8agIC0asMGxsn3e4505z7SSZldIeHR { width:9.375rem;height:6.75rem;top:7.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNUygrZTJFSs71dU8tQwPgOhzHDCHy6Z { width:9.375rem;height:6.75rem;top:7.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBGu5kyqv77ZCuUooTx0DpSP1EmArfXb { width:9.375rem;height:3.59765625rem;top:2.1875rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpThzvWlKULmDLVJ1hZ9T3EHDW34yl6y { width:9.375rem;height:3.59765625rem;top:9.5rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnehEbyfB4UL2kU4rpfXMQq3x5hSdqUU { width:9.437125rem;height:2.3984375rem;top:10.125rem;left:10.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no { display:block; }#dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFTwku6tSePxvzHGrwxhchl9pJ51yl0H { width:9.375rem;height:6.75rem;top:0.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTTigmB9CxCTmKqLCOu8gvaqy32OB8h3 { width:9.375rem;height:6.75rem;top:0.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIBWwBJmVgnHn0aElBF9AcVE6UeUhc3S { width:9.375rem;height:6.75rem;top:0.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W95XWuTCtiASTrRBdigpT9E2MkpRmGyd { width:9.375rem;height:6.75rem;top:0.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgmRptMm3oCro7H8If9rXptz8a9SDvE7 { width:9.375rem;height:3.59765625rem;top:2.25rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFUaEDK0Ln9sw4TxFeQa1lwNGKCnMd7D { width:9.375rem;height:3.59765625rem;top:2.1875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH { display:block; }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row .container { width:20rem;height:29.0625rem;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.1998375rem;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:18.75rem;height:3.4375rem;top:17.124466896057rem;left:0.62411212921143rem;background-color:#ffcc00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vqdiwXxInlSJxHVPD38iQZPRTQNrSFWB { display:block; }
 }@media only screen and (max-width: 763px) { #GxFiysleJEC9uawf9Kofc96SV2MzGcET { width:20rem;height:1.4609375rem;top:27.248757362366rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uzV7IOCq8AkcsVVdoJPQf39adJw4pJoR { width:18.75rem;height:3.4375rem;top:21.364524841309rem;left:0.62411212921143rem;background-color:#ffcc00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TGoGZqefZXpGXA5PQf9EMD6r7KJNZhVU { display:block; }
 }