.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#WK0fPhskCLTsmGmWLEGcBFmuS5rHmNZn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:10.625rem;top:0.75rem;left:2.3125rem;overflow:hidden;display:block; }
#mPhRAInOyAZR44JcrwnUPFJQK46tTvPb { 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; }#mPhRAInOyAZR44JcrwnUPFJQK46tTvPb > .row .container { background-color: transparent; background-image: none; }#mPhRAInOyAZR44JcrwnUPFJQK46tTvPb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPhRAInOyAZR44JcrwnUPFJQK46tTvPb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPhRAInOyAZR44JcrwnUPFJQK46tTvPb > .row .container > .video-iframe-container { display: none; }#mPhRAInOyAZR44JcrwnUPFJQK46tTvPb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPhRAInOyAZR44JcrwnUPFJQK46tTvPb > .row > .video-iframe-container { display: none; }#mPhRAInOyAZR44JcrwnUPFJQK46tTvPb > .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); }#mPhRAInOyAZR44JcrwnUPFJQK46tTvPb > .row .container { border-width: 0; border-radius: 0; }#mPhRAInOyAZR44JcrwnUPFJQK46tTvPb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mPhRAInOyAZR44JcrwnUPFJQK46tTvPb > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#vCRgIGZQCG9duV1qH8SMFrc4lCbKtS75 { color:#0e0142;display:block;width:15.6875rem;position:absolute;font-family:"euclid circular a";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:2.8538603782654rem;left:3.7500009536743rem;height:1.875rem;display:block; }
#UfOcAT6x1JZR3zybHrN4nRoUtkOc9x1H { background-color:#0e0142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.3125rem;height:3rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:22.1875rem;left:3.75rem;display:block; }
#lMRMswSMpVpeEhyNS433TZCWOHqWrcBL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aJPDTokhoIvQRpRurT3DsXMrzURLOXlO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:29.6875rem;top:3rem;left:37.8125rem;overflow:hidden;display:block; }
#GynZB2sp9K7hEwiNl2JGgmTqnvxQET1O { color:#0e0142;display:block;width:34.375rem;position:absolute;font-family:"euclid circular a";font-size:3.4375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:4.6863512992859rem;left:3.7500009536743rem;height:15.125rem;font-style:normal;display:block; }
#Q7ixzTkGvkScwhIoTgx6C8sufoJUOxPA { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e0142;border-left:0.0625rem solid #0e0142;border-right:0.0625rem solid #0e0142;border-bottom:0.0625rem solid #0e0142;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.3125rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22.1875rem;left:14.6875rem;display:block; }
#HM96tIgHkTH3TRaXdBUfAJTdE7sZWPv2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oi7M9N5mwrqnGo7IREZrko1zy4xPDVS2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efff;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; }#oi7M9N5mwrqnGo7IREZrko1zy4xPDVS2 > .row .container { background-color: transparent; background-image: none; }#oi7M9N5mwrqnGo7IREZrko1zy4xPDVS2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oi7M9N5mwrqnGo7IREZrko1zy4xPDVS2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oi7M9N5mwrqnGo7IREZrko1zy4xPDVS2 > .row .container > .video-iframe-container { display: none; }#oi7M9N5mwrqnGo7IREZrko1zy4xPDVS2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oi7M9N5mwrqnGo7IREZrko1zy4xPDVS2 > .row > .video-iframe-container { display: none; }#oi7M9N5mwrqnGo7IREZrko1zy4xPDVS2 > .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); }#oi7M9N5mwrqnGo7IREZrko1zy4xPDVS2 > .row .container { border-width: 0; border-radius: 0; }#oi7M9N5mwrqnGo7IREZrko1zy4xPDVS2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oi7M9N5mwrqnGo7IREZrko1zy4xPDVS2 > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:75rem;position:relative;display:block; }#dRKzq9T7XFSlI5s5yVkMRDS1pIP552dq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:68.75rem;top:1.7916660308838rem;left:3.125rem;overflow:hidden;display:block; }
#oZKZoQxkgDtVk6R18p8dvAUotKxDec0Q { color:#0e0142;display:block;width:25.2493095625rem;position:absolute;font-family:"euclid circular a";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:34.375rem;left:24.873620033264rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NfyEF8SKzvGfzTzTGqDEBulwWoHyJaWP { color:#0e0142;display:block;width:39.0625rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:2;letter-spacing:0;top:38.125rem;left:17.9375rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#b0Oo2bAhXir0X0Ie4BT2MyHJIxUeV9xo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:17.75rem;display:none; }
#QBzQcWVKZZbzTioDbvJMr3S6riMZOwW7 { 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; }#QBzQcWVKZZbzTioDbvJMr3S6riMZOwW7 > .row .container { background-color: transparent; background-image: none; }#QBzQcWVKZZbzTioDbvJMr3S6riMZOwW7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBzQcWVKZZbzTioDbvJMr3S6riMZOwW7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBzQcWVKZZbzTioDbvJMr3S6riMZOwW7 > .row .container > .video-iframe-container { display: none; }#QBzQcWVKZZbzTioDbvJMr3S6riMZOwW7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBzQcWVKZZbzTioDbvJMr3S6riMZOwW7 > .row > .video-iframe-container { display: none; }#QBzQcWVKZZbzTioDbvJMr3S6riMZOwW7 > .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); }#QBzQcWVKZZbzTioDbvJMr3S6riMZOwW7 > .row .container { border-width: 0; border-radius: 0; }#QBzQcWVKZZbzTioDbvJMr3S6riMZOwW7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QBzQcWVKZZbzTioDbvJMr3S6riMZOwW7 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#IpJJXvVoO2p1qfIqzrguqTlbC6XTgeXU { color:#0e0142;display:block;width:41.25rem;position:absolute;font-family:"euclid circular a";font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.7470092773438rem;left:13.25rem;height:4.0625rem;font-style:normal;display:block; }
#VDVOdzLVmDrsEg8V5oQ3JQVg4qCIqgJQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9368105rem;width:4.9368105rem;top:7.5333175659181rem;left:33.75rem;overflow:hidden;display:block; }
#seno3k2T6Z9rpG6bA2EWhyyV1y3SiPVo { color:#0e0142;display:block;width:2.5rem;position:absolute;font-family:"euclid circular a";font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.734375rem;left:59.1875rem;height:4.0625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PZneBagrh29mTEKE0XEi5PyBdcTmqmcL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8115806875rem;width:4.6875rem;top:2.349494934082rem;left:54.5rem;overflow:hidden;display:block; }
#sptVVakmiHWylx5cyRsevcTN3CGGqN1f { color:#0e0142;display:block;width:19.5622691875rem;position:absolute;font-family:"euclid circular a";font-size:3.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.1203994750975rem;left:14.1875rem;height:4.0625rem;font-style:normal;display:block; }
#whfM25gtoZeUXWKwq5fEfJXMPT0x7OtD { color:#0e0142;display:block;width:22.1243095625rem;position:absolute;font-family:"euclid circular a";font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.9664535522463rem;left:38.6875rem;height:4.0625rem;font-style:normal;display:block; }
#NE2OKiHONsyX6EpEtOmnTENLs3vXi0DR { z-index:;position:relative;display:block; }#NE2OKiHONsyX6EpEtOmnTENLs3vXi0DR { background-color: transparent; background-image: none; }#NE2OKiHONsyX6EpEtOmnTENLs3vXi0DR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NE2OKiHONsyX6EpEtOmnTENLs3vXi0DR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NE2OKiHONsyX6EpEtOmnTENLs3vXi0DR > .row .container > .video-iframe-container { display: none; }#NE2OKiHONsyX6EpEtOmnTENLs3vXi0DR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NE2OKiHONsyX6EpEtOmnTENLs3vXi0DR > .row > .video-iframe-container { display: none; }#NE2OKiHONsyX6EpEtOmnTENLs3vXi0DR > .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); }#NE2OKiHONsyX6EpEtOmnTENLs3vXi0DR { border-width: 0; border-radius: 0; }#NE2OKiHONsyX6EpEtOmnTENLs3vXi0DR > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:25.75rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#PHWUnxpK4C3PxGe4REoRnUKdTN1OTUzT { box-sizing:content-box;height:21.875rem;width:71.5625rem;position:absolute;display:block;z-index:15000;background-color:#0e0142;background-image:none;top:1.4371719360351rem;left:1.6100860309283rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#JDrJR5bOMAEyxkUUrlmsTOoopcMD6lbT { color:#000000;display:block;width:28.811875rem;position:absolute;font-family:"euclid circular a";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6865310668945rem;left:2.685546875rem;height:3.25rem;font-style:normal;display:block; }
#EDwC5JvmTMpBM9rxBhrPvVtrWJtbOVJ4 { color:#000000;display:block;width:33.0623125rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.681159973144rem;left:2.6863603591919rem;height:4.38720625rem;display:block; }
#G0ifrBQB425cgOBUz4G1yeICIePAgSNd { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.3120125rem;text-decoration:none;z-index:15003;text-align:left;text-align-last:left;top:19.436855316162rem;left:2.685546875rem;display:block; }
#ZZ0sSEnnNn26dcTXbSZ32aR25KcO1zhN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pu5NnPw3DEAU9y5Py6pCnuB0VhzLg8fl { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:31.9375rem;top:2.7473959922791rem;left:38.806151390076rem;overflow:hidden;display:block; }
#UoxzN9FEDDRoCth4k2NAp1BhgnpQyha6 { 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; }#UoxzN9FEDDRoCth4k2NAp1BhgnpQyha6 > .row .container { background-color: transparent; background-image: none; }#UoxzN9FEDDRoCth4k2NAp1BhgnpQyha6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UoxzN9FEDDRoCth4k2NAp1BhgnpQyha6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UoxzN9FEDDRoCth4k2NAp1BhgnpQyha6 > .row .container > .video-iframe-container { display: none; }#UoxzN9FEDDRoCth4k2NAp1BhgnpQyha6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UoxzN9FEDDRoCth4k2NAp1BhgnpQyha6 > .row > .video-iframe-container { display: none; }#UoxzN9FEDDRoCth4k2NAp1BhgnpQyha6 > .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); }#UoxzN9FEDDRoCth4k2NAp1BhgnpQyha6 > .row .container { border-width: 0; border-radius: 0; }#UoxzN9FEDDRoCth4k2NAp1BhgnpQyha6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UoxzN9FEDDRoCth4k2NAp1BhgnpQyha6 > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#BJCHl7O3gM0FzcnTuDDguXFNaJVsSOsT { box-sizing:content-box;height:21.875rem;width:71.5625rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:1.5625rem;left:1.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Dd3L0Kx7buOrf9pVrb2JdiMDSHT9qcPL { color:#0e0142;display:block;width:31.3125rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:6.25rem;left:3.7500009536743rem;height:5.2246125rem;font-style:normal;display:block; }
#oJbpz20PCF8a8cK3xg4WCJCNR8BhUQlI { color:#0e0142;display:block;width:26.75rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.5rem;left:3.75rem;height:2.92480625rem;display:block; }
#zaPSvthQFV8OGv7a1vNAV0lEMnc5J2oI { background-color:#f3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:10.9375rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:18.6875rem;left:3.75rem;display:block; }
#OfaFVWF3APw5a8MSyzHvuWG7VaBiM7WU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#atJX60rvCJXLlU7MnTkJgqtusGu1GSGf { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:31.9375rem;top:2.8125rem;left:38.875rem;overflow:hidden;display:block; }
#CitzSQLk0xOlOfM1PHGvgwJqTwp4IVQP { 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; }#CitzSQLk0xOlOfM1PHGvgwJqTwp4IVQP > .row .container { background-color: transparent; background-image: none; }#CitzSQLk0xOlOfM1PHGvgwJqTwp4IVQP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CitzSQLk0xOlOfM1PHGvgwJqTwp4IVQP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CitzSQLk0xOlOfM1PHGvgwJqTwp4IVQP > .row .container > .video-iframe-container { display: none; }#CitzSQLk0xOlOfM1PHGvgwJqTwp4IVQP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CitzSQLk0xOlOfM1PHGvgwJqTwp4IVQP > .row > .video-iframe-container { display: none; }#CitzSQLk0xOlOfM1PHGvgwJqTwp4IVQP > .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); }#CitzSQLk0xOlOfM1PHGvgwJqTwp4IVQP > .row .container { border-width: 0; border-radius: 0; }#CitzSQLk0xOlOfM1PHGvgwJqTwp4IVQP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CitzSQLk0xOlOfM1PHGvgwJqTwp4IVQP > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#GAkU1trI1AAZa5xJnLAptOGTSqvOaHBV { box-sizing:content-box;height:46.875rem;width:34.375rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:1.5625rem;left:1.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#iUzOAWm0Bbnxe4pzRwUOPinFiyTZt1Ed { box-sizing:content-box;height:46.875rem;width:34.375rem;position:absolute;display:block;z-index:15001;background-color:#f3efff;background-image:none;top:1.53125rem;left:39.03125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#i1VD7XxIZlT1N8PxIrlcRaXAM6qeO8GK { color:#0e0142;display:block;width:31.3125rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:27.499992370606rem;left:3.7500009536743rem;height:5.2246125rem;font-style:normal;display:block; }
#R5qX6oT8ZT6A9kxyWoDn2l3aADpbTplz { color:#0e0142;display:block;width:26.5rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:34.375rem;left:3.75rem;height:5.0625rem;display:block; }
#Xz7Msa1B1ivFOqy7o9DxL9eB0Lyhr62e { color:#0e0142;display:block;width:27.8125rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:27.5rem;left:41.25rem;height:5.2246125rem;font-style:normal;display:block; }
#GoRMmSSMo4SXGaW6T0k7VoMF1ndpR6Tw { color:#0e0142;display:block;width:26.5rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:34.375rem;left:41.25rem;height:5.0625rem;display:block; }
#EsTu74hrH4SOL2zShIGTfScOsZmFVFrA { background-color:#f3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:10.9375rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:42.4375rem;left:41.25rem;display:block; }
#TecS5dEaHgoXazpZt5MWLvRzxMHH5UQa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fwpufzlh0et28gfXrg5kD5JgzzlQodn7 { position:absolute;display:block;z-index:15006;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:20.5625rem;width:29.6875rem;top:3.4375rem;left:3.875rem;overflow:hidden;display:block; }
#Ta4NKwkpvManf5gIGyc7klnTpcUmSKoo { position:absolute;display:block;z-index:15007;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:20.5625rem;width:29.6875rem;top:3.4375rem;left:41.375rem;overflow:hidden;display:block; }
#sGeg7Vs38JyMxm597XvBXCqMseil5vEN { background-color:#f3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:10.9375rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:42.4375rem;left:3.75rem;display:block; }
#ALmoRevrZCb7guT7HFmF81F7EQL9fyfU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QRDsTU2iSbO6b3PX8r5utGI1TNxJS5WQ { 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; }#QRDsTU2iSbO6b3PX8r5utGI1TNxJS5WQ > .row .container { background-color: transparent; background-image: none; }#QRDsTU2iSbO6b3PX8r5utGI1TNxJS5WQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRDsTU2iSbO6b3PX8r5utGI1TNxJS5WQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRDsTU2iSbO6b3PX8r5utGI1TNxJS5WQ > .row .container > .video-iframe-container { display: none; }#QRDsTU2iSbO6b3PX8r5utGI1TNxJS5WQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRDsTU2iSbO6b3PX8r5utGI1TNxJS5WQ > .row > .video-iframe-container { display: none; }#QRDsTU2iSbO6b3PX8r5utGI1TNxJS5WQ > .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); }#QRDsTU2iSbO6b3PX8r5utGI1TNxJS5WQ > .row .container { border-width: 0; border-radius: 0; }#QRDsTU2iSbO6b3PX8r5utGI1TNxJS5WQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QRDsTU2iSbO6b3PX8r5utGI1TNxJS5WQ > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:75rem;position:relative;display:block; }#DiOCpIvw4kt9RPsRndAaKcFi9W504ziR { box-sizing:content-box;height:43.75rem;width:34.375rem;position:absolute;display:block;z-index:15001;background-color:#f3efff;background-image:none;top:1.5625rem;left:1.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#KkcKyOKGVanfRA7hXNwzWXExcyyq7PQI { box-sizing:content-box;height:43.75rem;width:34.375rem;position:absolute;display:block;z-index:15002;background-color:#f3efff;background-image:none;top:1.5625rem;left:39.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ZHOMIwp7uLWZZOIiXFpnO6XVhsKeTf4R { color:#0e0142;display:block;width:27.8125rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:23.75rem;left:3.75rem;height:2.61230625rem;font-style:normal;display:block; }
#l6JEHlM16zVXncQbGc3UXEpT3luzAyzw { color:#0e0142;display:block;width:27.8125rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:23.75rem;left:41.25rem;height:2.61230625rem;font-style:normal;display:block; }
#R40l5bc4xZQa1b1KEHcTxoXksfM2SK9A { color:#0e0142;display:block;width:26.5rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:29rem;left:3.75rem;height:8.4375rem;display:block; }
#s2DAKTGlUsZ8RlQ10rePaKXrRmdvasdE { color:#0e0142;display:block;width:26.5rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:28.3125rem;left:41.25rem;height:6.75rem;display:block; }
#KMhHbTBKTTpV5wKlfAcKiO1bogVeAg3C { background-color:#f3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:10.9375rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:38.874084472656rem;left:3.7500009536743rem;display:block; }
#ZgRGB2HJrg5oTLZ94Tn8PPqd8CzWshEf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ccSb98OTucb8hUEQWKDHh7UvTuNIveKF { background-color:#f3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:10.9375rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:38.874084472656rem;left:41.249997138977rem;display:block; }
#iF577ilMwBkHWJettEzAf8ow5c0VQhzf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BdkyggBB1KysQcA5ieQXGrMqC4IAUgT8 { position:absolute;display:block;z-index:15007;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:17.875rem;width:29.6875rem;top:3.4375rem;left:3.875rem;overflow:hidden;display:block; }
#DhntzUWQAgFAPXOq9Rc1nec44KxHGk3D { position:absolute;display:block;z-index:15008;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:17.875rem;width:29.6875rem;top:3.5625rem;left:41.375rem;overflow:hidden;display:block; }
#em4ePXiIITElcx2MmGsdychpZLJN8DO4 { 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; }#em4ePXiIITElcx2MmGsdychpZLJN8DO4 > .row .container { background-color: transparent; background-image: none; }#em4ePXiIITElcx2MmGsdychpZLJN8DO4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#em4ePXiIITElcx2MmGsdychpZLJN8DO4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#em4ePXiIITElcx2MmGsdychpZLJN8DO4 > .row .container > .video-iframe-container { display: none; }#em4ePXiIITElcx2MmGsdychpZLJN8DO4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#em4ePXiIITElcx2MmGsdychpZLJN8DO4 > .row > .video-iframe-container { display: none; }#em4ePXiIITElcx2MmGsdychpZLJN8DO4 > .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); }#em4ePXiIITElcx2MmGsdychpZLJN8DO4 > .row .container { border-width: 0; border-radius: 0; }#em4ePXiIITElcx2MmGsdychpZLJN8DO4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#em4ePXiIITElcx2MmGsdychpZLJN8DO4 > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#UzuM7bazEZh5Wbx0yHxmGpZnydx2T80d { color:#0e0142;display:block;width:28rem;position:absolute;font-family:"euclid circular a";font-size:3.125rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:0.0625rem;left:3.75rem;height:3.125rem;font-style:normal;display:block; }
#rS7H2RxVdBMMRPeKHKqRDdpXRllTwQw3 { 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; }#rS7H2RxVdBMMRPeKHKqRDdpXRllTwQw3 > .row .container { background-color: transparent; background-image: none; }#rS7H2RxVdBMMRPeKHKqRDdpXRllTwQw3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rS7H2RxVdBMMRPeKHKqRDdpXRllTwQw3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rS7H2RxVdBMMRPeKHKqRDdpXRllTwQw3 > .row .container > .video-iframe-container { display: none; }#rS7H2RxVdBMMRPeKHKqRDdpXRllTwQw3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rS7H2RxVdBMMRPeKHKqRDdpXRllTwQw3 > .row > .video-iframe-container { display: none; }#rS7H2RxVdBMMRPeKHKqRDdpXRllTwQw3 > .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); }#rS7H2RxVdBMMRPeKHKqRDdpXRllTwQw3 > .row .container { border-width: 0; border-radius: 0; }#rS7H2RxVdBMMRPeKHKqRDdpXRllTwQw3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rS7H2RxVdBMMRPeKHKqRDdpXRllTwQw3 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#TaHtgZDIOpqapLa5cPGc2XESuidEL0u9 { box-sizing:content-box;height:15.625rem;width:23.4375rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:1.5625rem;left:0.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#xP7Ha6yWMvIRZxn6MEWKx9zwQZhUpwc8 { box-sizing:content-box;height:15.625rem;width:23.4375rem;position:absolute;display:block;z-index:15001;background-color:#f3efff;background-image:none;top:1.5625rem;left:25.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#U7rc2JSCCaICBi7MU9ALrwRqHntFSpCT { box-sizing:content-box;height:15.625rem;width:23.4375rem;position:absolute;display:block;z-index:15002;background-color:#f3efff;background-image:none;top:1.5625rem;left:50.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#K4Cm0eAgf0MH2iwVbOAxWSk7klz5Nix1 { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.0625rem;left:3.125rem;height:3.25rem;font-style:normal;display:block; }
#TrreWA9THXfP4OHb1rBBDQap55rlOfP0 { color:#0e0142;display:block;width:19.4375rem;position:absolute;font-family:"euclid circular a";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.0625rem;left:28.124997138977rem;height:3.25rem;font-style:normal;display:block; }
#TmOPwzILCUdnz1r9VFpMO1smI5BRtrRK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.0625rem;left:53.125rem;height:3.25rem;font-style:normal;display:block; }
#uIFOIS3bsz31LwA6vdNNbUpD44Q2n9dc { color:#0e0142;display:block;width:18.75rem;position:absolute;font-family:"euclid circular a";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.75rem;left:3.125rem;height:4.875rem;display:block; }
#J4kKTuLv7GohXSc7ozOLya2XA5wXQmO1 { color:#0e0142;display:block;width:18.75rem;position:absolute;font-family:"euclid circular a";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.75rem;left:28.125rem;height:6.5rem;display:block; }
#HMNCD3xuFwR0xJwB20i0b1KBW1pWaXZ1 { color:#0e0142;display:block;width:18.75rem;position:absolute;font-family:"euclid circular a";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.75rem;left:53.125rem;height:4.875rem;display:block; }
#dey5uybkI5TI93EOzBo0zDEdVmSU7UhP { 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; }#dey5uybkI5TI93EOzBo0zDEdVmSU7UhP > .row .container { background-color: transparent; background-image: none; }#dey5uybkI5TI93EOzBo0zDEdVmSU7UhP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dey5uybkI5TI93EOzBo0zDEdVmSU7UhP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dey5uybkI5TI93EOzBo0zDEdVmSU7UhP > .row .container > .video-iframe-container { display: none; }#dey5uybkI5TI93EOzBo0zDEdVmSU7UhP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dey5uybkI5TI93EOzBo0zDEdVmSU7UhP > .row > .video-iframe-container { display: none; }#dey5uybkI5TI93EOzBo0zDEdVmSU7UhP > .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); }#dey5uybkI5TI93EOzBo0zDEdVmSU7UhP > .row .container { border-width: 0; border-radius: 0; }#dey5uybkI5TI93EOzBo0zDEdVmSU7UhP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dey5uybkI5TI93EOzBo0zDEdVmSU7UhP > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#ucWglxy77ual124Df2T8doUOXTpPHsMA { box-sizing:content-box;height:15.625rem;width:23.4375rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:1.5625rem;left:0.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#WEhIPIzI5pGDZI6xApNtMODC0618X7Ux { box-sizing:content-box;height:15.625rem;width:23.4375rem;position:absolute;display:block;z-index:15001;background-color:#f3efff;background-image:none;top:1.5625rem;left:25.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#AyJ1IISfR4v9rFGxKemSLLm8n62y0Hge { box-sizing:content-box;height:15.625rem;width:23.4375rem;position:absolute;display:block;z-index:15002;background-color:#f3efff;background-image:none;top:1.5625rem;left:50.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ulu92TocuXnn48xeu7q5ndVeggJWDHki { color:#0e0142;display:block;width:20.6875rem;position:absolute;font-family:"euclid circular a";font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.0625rem;left:3.1250009536743rem;height:3.25rem;font-style:normal;display:block; }
#nJrXJZTeIAV7nNglJpg9ZoWJrTTNzZr0 { color:#0e0142;display:block;width:16.875rem;position:absolute;font-family:"euclid circular a";font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.0625rem;left:28.125rem;height:3.25rem;font-style:normal;display:block; }
#GzBR5urv1aFmdmDTVSBXufkfuLcPT4uV { color:#0e0142;display:block;width:17.75rem;position:absolute;font-family:"euclid circular a";font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.0625rem;left:53.124997138977rem;height:3.25rem;font-style:normal;display:block; }
#cH3o6uWFp7icXb05IeVulzADML5d3e0l { color:#0e0142;display:block;width:18.75rem;position:absolute;font-family:"euclid circular a";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.75rem;left:53.125rem;height:6.5rem;display:block; }
#y5PszLXeZdSXDmD8UGsKgMxPieGr2VW1 { color:#0e0142;display:block;width:18.75rem;position:absolute;font-family:"euclid circular a";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.75rem;left:28.125rem;height:4.875rem;display:block; }
#xWLGnP6M3sIoNwiTFUewyDFG8CLUCumG { color:#0e0142;display:block;width:18.75rem;position:absolute;font-family:"euclid circular a";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.75rem;left:3.125rem;height:4.875rem;display:block; }
#Txcu0D89ZPPXy2Rvt8uJgQyxap3pHsaF { 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; }#Txcu0D89ZPPXy2Rvt8uJgQyxap3pHsaF > .row .container { background-color: transparent; background-image: none; }#Txcu0D89ZPPXy2Rvt8uJgQyxap3pHsaF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txcu0D89ZPPXy2Rvt8uJgQyxap3pHsaF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txcu0D89ZPPXy2Rvt8uJgQyxap3pHsaF > .row .container > .video-iframe-container { display: none; }#Txcu0D89ZPPXy2Rvt8uJgQyxap3pHsaF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txcu0D89ZPPXy2Rvt8uJgQyxap3pHsaF > .row > .video-iframe-container { display: none; }#Txcu0D89ZPPXy2Rvt8uJgQyxap3pHsaF > .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); }#Txcu0D89ZPPXy2Rvt8uJgQyxap3pHsaF > .row .container { border-width: 0; border-radius: 0; }#Txcu0D89ZPPXy2Rvt8uJgQyxap3pHsaF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Txcu0D89ZPPXy2Rvt8uJgQyxap3pHsaF > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#JXXnGphqRAAoiZ5URu83ghWAX7nHzs5i { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:10.125rem;top:4.3125rem;left:4.375rem;overflow:hidden;display:block; }
#oeAsqBfqTn7xmRNtMvAZBg6nNRxd26XT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:10.125rem;top:4.0625rem;left:62.1875rem;overflow:hidden;display:block; }
#NG6TEUv5T0R5LdobiTJ8Cxs3hmcbmHLH { color:#0e0142;display:block;width:49.0625rem;position:absolute;font-family:"euclid circular a";font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.2849426269531rem;left:12.967600822449rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#Pq5ED5u75dUWBH8tWFVBfDcL3fhy2KRk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efff;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; }#Pq5ED5u75dUWBH8tWFVBfDcL3fhy2KRk > .row .container { background-color: transparent; background-image: none; }#Pq5ED5u75dUWBH8tWFVBfDcL3fhy2KRk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq5ED5u75dUWBH8tWFVBfDcL3fhy2KRk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq5ED5u75dUWBH8tWFVBfDcL3fhy2KRk > .row .container > .video-iframe-container { display: none; }#Pq5ED5u75dUWBH8tWFVBfDcL3fhy2KRk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq5ED5u75dUWBH8tWFVBfDcL3fhy2KRk > .row > .video-iframe-container { display: none; }#Pq5ED5u75dUWBH8tWFVBfDcL3fhy2KRk > .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); }#Pq5ED5u75dUWBH8tWFVBfDcL3fhy2KRk > .row .container { border-width: 0; border-radius: 0; }#Pq5ED5u75dUWBH8tWFVBfDcL3fhy2KRk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pq5ED5u75dUWBH8tWFVBfDcL3fhy2KRk > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:75rem;position:relative;display:block; }#JehKRxnTRDQPZVn7C4sPTDknf8N07FFc { position:absolute;display:block;z-index:15000;height:43.75rem;width:33.75rem;top:3.4375rem;left:1.8727025985718rem;display:block; }
#HLXGNp65eWOxFBmTK7EqPUbooauTvkcG { color:#0e0142;display:block;width:36.3125rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:3.4375rem;left:38.625rem;height:8.3994375rem;font-style:normal;display:block; }
#L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.8125rem;line-height:1.6;overflow:hidden;height:auto;font-family:"euclid circular a";color:#0e0142; }
#L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"euclid circular a";color:#0e0142;line-height:1.5;overflow:hidden;height:auto; }
#L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W .accordion-trigger.adaptive-delivery-prevent-bg, #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W .accordion-trigger.lazyload, #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W .accordion-trigger.lazyloading { background-image: none; }
#L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W { box-sizing:content-box;height:auto;width:35.3125rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15002;background-color:#f3efff;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:13.810546875rem;left:38.435546875rem; }
#L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #EVNS9OqWHEiDCWtUkNecC96R8QqtlGXO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #fhGp9y7UFxNh6QlsBQwzizszBvVPJsG3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #wVeXVoNbFsB3ekl2MLhsw7tFq0F5pR3k { display:block;position:relative; }
#L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #drKtKqnNxmlLF9HSd3zpqbG76dm8tKAN {  }
#L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #cQRvVmAfHufrOVlCTp7QWRBS0LXR1JLD {  }
#L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #zdO1K9JMdmcneumACZVWvFSOKQsQoVDP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #DuQMf1WNSOArop3rbA1axMHTiDrH0Hdm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #J94W6FC1hebr2000q6tgzviX2EaOB0yJ { display:block;position:relative; }
#L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #BkBX3TFiqmNgVxwEEyhbJf3URFs2k4Mt {  }
#L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #KTPqxWkZoHpyo9QnsG9k7EsPCpxaU7of { display:none; }
#L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #achVEfsSxRuzI3TdaACGO0avbwsXh6yr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #ZpU6vuWeen29yG0xIhhT5EFs4CN9HwQT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #JlX4ENu2QQyJ1iq7Ogtol2581E5uMzrM { display:block;position:relative; }
#L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #A3rpMMRFQnVDuqOEiUT6hkCuPvymBbyn {  }
#L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #uJ6pm9x0a3QEUhD0CIapJmSx7xaQTIqX { display:none; }
#ylg1n8HhUlw3ATQ1VIfnEIxsB97Ccli4 { position:relative;display:block; }#ylg1n8HhUlw3ATQ1VIfnEIxsB97Ccli4 { background-color: transparent; background-image: none; }#ylg1n8HhUlw3ATQ1VIfnEIxsB97Ccli4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylg1n8HhUlw3ATQ1VIfnEIxsB97Ccli4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylg1n8HhUlw3ATQ1VIfnEIxsB97Ccli4 > .row .container > .video-iframe-container { display: none; }#ylg1n8HhUlw3ATQ1VIfnEIxsB97Ccli4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylg1n8HhUlw3ATQ1VIfnEIxsB97Ccli4 > .row > .video-iframe-container { display: none; }#ylg1n8HhUlw3ATQ1VIfnEIxsB97Ccli4 > .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); }#ylg1n8HhUlw3ATQ1VIfnEIxsB97Ccli4 { border-width: 0; border-radius: 0; }#ylg1n8HhUlw3ATQ1VIfnEIxsB97Ccli4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ylg1n8HhUlw3ATQ1VIfnEIxsB97Ccli4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:61rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mcmUkM7yKzM5cQVgspFrQi9UJvSGhQ74 { position:absolute;display:block;z-index:15000;height:60.9375rem;width:75rem;top:0rem;left:0rem;display:block; }
#yxoLEpG0zgahX2qtDsTMzPtXtK6dqTpJ { position:relative;display:block; }#yxoLEpG0zgahX2qtDsTMzPtXtK6dqTpJ { background-color: transparent; background-image: none; }#yxoLEpG0zgahX2qtDsTMzPtXtK6dqTpJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxoLEpG0zgahX2qtDsTMzPtXtK6dqTpJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxoLEpG0zgahX2qtDsTMzPtXtK6dqTpJ > .row .container > .video-iframe-container { display: none; }#yxoLEpG0zgahX2qtDsTMzPtXtK6dqTpJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxoLEpG0zgahX2qtDsTMzPtXtK6dqTpJ > .row > .video-iframe-container { display: none; }#yxoLEpG0zgahX2qtDsTMzPtXtK6dqTpJ > .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); }#yxoLEpG0zgahX2qtDsTMzPtXtK6dqTpJ { border-width: 0; border-radius: 0; }#yxoLEpG0zgahX2qtDsTMzPtXtK6dqTpJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yxoLEpG0zgahX2qtDsTMzPtXtK6dqTpJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MQ4fpk3uTJb5gzBoZLo4Pn7TEBKwJZr2 { box-sizing:content-box;height:17.1875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#0e0142;background-image:none;top:0.3125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Qx7fyTHlJSZkksVXy0i5mCcTO8VWVar1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.0625rem;top:7.2752685546875rem;left:0rem;overflow:hidden;display:block; }
#SXv61OT3eO3OJZQqqn4tUu5BeyM6QBQK { color:#ffffff;display:block;width:40.2493095625rem;position:absolute;font-family:"euclid circular a";font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1098327636719rem;left:17.372471809387rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sgUnFMdDtSztT11xtUSAws46061fVifS { color:#ffffff;display:block;width:41.1247673125rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:10.062042236328rem;left:16.935891151428rem;height:1.0001625rem;text-align:center;text-align-last:center;display:block; }
#XiwEccQmNbO2UEdIGzrxEGfSqMGn6PEd { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.9375rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:12.1875rem;left:26.5625rem;display:block; }
#DBXVp5Lmfk3sNT1c0hxbTczny60iRmSi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X7Q84VC2SlBoSxVa5SDd0z3hD3OsKIfC { background-color:#0e0142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.9375rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:12.1875rem;left:38.4375rem;display:block; }
#TXqtCGW6TGqk9pv6Rx9gLc5HamytgmFx { 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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WK0fPhskCLTsmGmWLEGcBFmuS5rHmNZn { top:0.75rem;left:0rem;width:10.625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPhRAInOyAZR44JcrwnUPFJQK46tTvPb { display:block; }#mPhRAInOyAZR44JcrwnUPFJQK46tTvPb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCRgIGZQCG9duV1qH8SMFrc4lCbKtS75 { top:2.8125rem;left:0rem;width:15.6875rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfOcAT6x1JZR3zybHrN4nRoUtkOc9x1H { width:10.3125rem;height:3rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMRMswSMpVpeEhyNS433TZCWOHqWrcBL { display:block; }
 }@media only screen and (max-width: 763px) { #aJPDTokhoIvQRpRurT3DsXMrzURLOXlO { top:3rem;left:18.0625rem;width:29.6875rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GynZB2sp9K7hEwiNl2JGgmTqnvxQET1O { top:4.625rem;left:0rem;width:34.375rem;height:15rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7ixzTkGvkScwhIoTgx6C8sufoJUOxPA { width:10.3125rem;height:3rem;top:22.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM96tIgHkTH3TRaXdBUfAJTdE7sZWPv2 { display:block; }
 }@media only screen and (max-width: 763px) { #oi7M9N5mwrqnGo7IREZrko1zy4xPDVS2 { display:block; }#oi7M9N5mwrqnGo7IREZrko1zy4xPDVS2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRKzq9T7XFSlI5s5yVkMRDS1pIP552dq { top:1.75rem;left:0rem;width:47.75rem;height:21.270454545454rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZKZoQxkgDtVk6R18p8dvAUotKxDec0Q { top:34.375rem;left:11.25rem;width:25.1875rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfyEF8SKzvGfzTzTGqDEBulwWoHyJaWP { top:38.125rem;left:4.3125rem;width:39.0625rem;height:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0Oo2bAhXir0X0Ie4BT2MyHJIxUeV9xo { width:14rem;height:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBzQcWVKZZbzTioDbvJMr3S6riMZOwW7 { display:block; }#QBzQcWVKZZbzTioDbvJMr3S6riMZOwW7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpJJXvVoO2p1qfIqzrguqTlbC6XTgeXU { top:2.75rem;left:0rem;width:41.25rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDVOdzLVmDrsEg8V5oQ3JQVg4qCIqgJQ { top:7.5625rem;left:20.125rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #seno3k2T6Z9rpG6bA2EWhyyV1y3SiPVo { top:2.75rem;left:45.25rem;width:2.5rem;height:4rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZneBagrh29mTEKE0XEi5PyBdcTmqmcL { top:2.375rem;left:40.875rem;width:4.6875rem;height:4.8115806875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sptVVakmiHWylx5cyRsevcTN3CGGqN1f { top:8.125rem;left:0.5625rem;width:19.5rem;height:4rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whfM25gtoZeUXWKwq5fEfJXMPT0x7OtD { top:7.9375rem;left:25.0625rem;width:22.0625rem;height:4rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE2OKiHONsyX6EpEtOmnTENLs3vXi0DR { display:block; }#NE2OKiHONsyX6EpEtOmnTENLs3vXi0DR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHWUnxpK4C3PxGe4REoRnUKdTN1OTUzT { top:1.375rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDrJR5bOMAEyxkUUrlmsTOoopcMD6lbT { top:3.625rem;left:0rem;width:28.75rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDwC5JvmTMpBM9rxBhrPvVtrWJtbOVJ4 { top:10.625rem;left:0rem;width:33rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0ifrBQB425cgOBUz4G1yeICIePAgSNd { width:10.9375rem;height:2.25rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ0sSEnnNn26dcTXbSZ32aR25KcO1zhN { display:block; }
 }@media only screen and (max-width: 763px) { #Pu5NnPw3DEAU9y5Py6pCnuB0VhzLg8fl { top:2.6875rem;left:15.8125rem;width:31.9375rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoxzN9FEDDRoCth4k2NAp1BhgnpQyha6 { display:block; }#UoxzN9FEDDRoCth4k2NAp1BhgnpQyha6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJCHl7O3gM0FzcnTuDDguXFNaJVsSOsT { top:1.5625rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd3L0Kx7buOrf9pVrb2JdiMDSHT9qcPL { top:6.25rem;left:0rem;width:31.3125rem;height:5.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJbpz20PCF8a8cK3xg4WCJCNR8BhUQlI { top:12.5rem;left:0rem;width:26.6875rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaPSvthQFV8OGv7a1vNAV0lEMnc5J2oI { width:10.9375rem;height:2.5rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfaFVWF3APw5a8MSyzHvuWG7VaBiM7WU { display:block; }
 }@media only screen and (max-width: 763px) { #atJX60rvCJXLlU7MnTkJgqtusGu1GSGf { top:2.8125rem;left:15.6875rem;width:31.9375rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CitzSQLk0xOlOfM1PHGvgwJqTwp4IVQP { display:block; }#CitzSQLk0xOlOfM1PHGvgwJqTwp4IVQP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAkU1trI1AAZa5xJnLAptOGTSqvOaHBV { top:1.5625rem;left:0rem;width:34.375rem;height:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUzOAWm0Bbnxe4pzRwUOPinFiyTZt1Ed { top:1.5rem;left:13.375rem;width:34.375rem;height:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1VD7XxIZlT1N8PxIrlcRaXAM6qeO8GK { top:27.4375rem;left:0rem;width:31.3125rem;height:5.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5qX6oT8ZT6A9kxyWoDn2l3aADpbTplz { top:34.3125rem;left:0rem;width:26.4375rem;height:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz7Msa1B1ivFOqy7o9DxL9eB0Lyhr62e { top:27.4375rem;left:19.9375rem;width:27.8125rem;height:5.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoRMmSSMo4SXGaW6T0k7VoMF1ndpR6Tw { top:34.3125rem;left:21.3125rem;width:26.4375rem;height:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsTu74hrH4SOL2zShIGTfScOsZmFVFrA { width:10.9375rem;height:2.5rem;top:42.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TecS5dEaHgoXazpZt5MWLvRzxMHH5UQa { display:block; }
 }@media only screen and (max-width: 763px) { #Fwpufzlh0et28gfXrg5kD5JgzzlQodn7 { top:3.4375rem;left:0rem;width:29.6875rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta4NKwkpvManf5gIGyc7klnTpcUmSKoo { top:3.4375rem;left:18.0625rem;width:29.6875rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGeg7Vs38JyMxm597XvBXCqMseil5vEN { width:10.9375rem;height:2.5rem;top:42.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALmoRevrZCb7guT7HFmF81F7EQL9fyfU { display:block; }
 }@media only screen and (max-width: 763px) { #QRDsTU2iSbO6b3PX8r5utGI1TNxJS5WQ { display:block; }#QRDsTU2iSbO6b3PX8r5utGI1TNxJS5WQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DiOCpIvw4kt9RPsRndAaKcFi9W504ziR { top:1.5625rem;left:0rem;width:34.375rem;height:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkcKyOKGVanfRA7hXNwzWXExcyyq7PQI { top:1.5625rem;left:13.375rem;width:34.375rem;height:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHOMIwp7uLWZZOIiXFpnO6XVhsKeTf4R { top:23.75rem;left:0rem;width:27.8125rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6JEHlM16zVXncQbGc3UXEpT3luzAyzw { top:23.75rem;left:19.9375rem;width:27.8125rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R40l5bc4xZQa1b1KEHcTxoXksfM2SK9A { top:28.9375rem;left:0rem;width:26.4375rem;height:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2DAKTGlUsZ8RlQ10rePaKXrRmdvasdE { top:28.25rem;left:21.3125rem;width:26.4375rem;height:6.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMhHbTBKTTpV5wKlfAcKiO1bogVeAg3C { width:10.9375rem;height:2.5rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgRGB2HJrg5oTLZ94Tn8PPqd8CzWshEf { display:block; }
 }@media only screen and (max-width: 763px) { #ccSb98OTucb8hUEQWKDHh7UvTuNIveKF { width:10.9375rem;height:2.5rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF577ilMwBkHWJettEzAf8ow5c0VQhzf { display:block; }
 }@media only screen and (max-width: 763px) { #BdkyggBB1KysQcA5ieQXGrMqC4IAUgT8 { top:3.4375rem;left:0rem;width:29.6875rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhntzUWQAgFAPXOq9Rc1nec44KxHGk3D { top:3.5625rem;left:18.0625rem;width:29.6875rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #em4ePXiIITElcx2MmGsdychpZLJN8DO4 { display:block; }#em4ePXiIITElcx2MmGsdychpZLJN8DO4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UzuM7bazEZh5Wbx0yHxmGpZnydx2T80d { top:0rem;left:0rem;width:27.9375rem;height:3.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS7H2RxVdBMMRPeKHKqRDdpXRllTwQw3 { display:block; }#rS7H2RxVdBMMRPeKHKqRDdpXRllTwQw3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaHtgZDIOpqapLa5cPGc2XESuidEL0u9 { top:1.5625rem;left:0rem;width:23.4375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP7Ha6yWMvIRZxn6MEWKx9zwQZhUpwc8 { top:1.5625rem;left:8.3125rem;width:23.4375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7rc2JSCCaICBi7MU9ALrwRqHntFSpCT { top:1.5625rem;left:24.1875rem;width:23.4375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4Cm0eAgf0MH2iwVbOAxWSk7klz5Nix1 { top:4.0625rem;left:0rem;width:12.5rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrreWA9THXfP4OHb1rBBDQap55rlOfP0 { top:4.0625rem;left:15.875rem;width:19.4375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmOPwzILCUdnz1r9VFpMO1smI5BRtrRK { top:4.0625rem;left:31.75rem;width:12.5rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIFOIS3bsz31LwA6vdNNbUpD44Q2n9dc { top:8.75rem;left:0rem;width:18.75rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4kKTuLv7GohXSc7ozOLya2XA5wXQmO1 { top:8.75rem;left:13rem;width:18.75rem;height:6.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMNCD3xuFwR0xJwB20i0b1KBW1pWaXZ1 { top:8.75rem;left:28.875rem;width:18.75rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dey5uybkI5TI93EOzBo0zDEdVmSU7UhP { display:block; }#dey5uybkI5TI93EOzBo0zDEdVmSU7UhP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucWglxy77ual124Df2T8doUOXTpPHsMA { top:1.5625rem;left:0rem;width:23.4375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEhIPIzI5pGDZI6xApNtMODC0618X7Ux { top:1.5625rem;left:8.3125rem;width:23.4375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyJ1IISfR4v9rFGxKemSLLm8n62y0Hge { top:1.5625rem;left:24.1875rem;width:23.4375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulu92TocuXnn48xeu7q5ndVeggJWDHki { top:4.0625rem;left:0rem;width:20.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJrXJZTeIAV7nNglJpg9ZoWJrTTNzZr0 { top:4.0625rem;left:14.875rem;width:16.875rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzBR5urv1aFmdmDTVSBXufkfuLcPT4uV { top:4.0625rem;left:30rem;width:17.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH3o6uWFp7icXb05IeVulzADML5d3e0l { top:8.6875rem;left:28.875rem;width:18.75rem;height:6.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5PszLXeZdSXDmD8UGsKgMxPieGr2VW1 { top:8.6875rem;left:13rem;width:18.75rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWLGnP6M3sIoNwiTFUewyDFG8CLUCumG { top:8.6875rem;left:0rem;width:18.75rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txcu0D89ZPPXy2Rvt8uJgQyxap3pHsaF { display:block; }#Txcu0D89ZPPXy2Rvt8uJgQyxap3pHsaF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXXnGphqRAAoiZ5URu83ghWAX7nHzs5i { top:4.3125rem;left:0rem;width:10.125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeAsqBfqTn7xmRNtMvAZBg6nNRxd26XT { top:4.0625rem;left:37.625rem;width:10.125rem;height:10.625964798248rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG6TEUv5T0R5LdobiTJ8Cxs3hmcbmHLH { top:5.25rem;left:0rem;width:47.75rem;height:8.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq5ED5u75dUWBH8tWFVBfDcL3fhy2KRk { display:block; }#Pq5ED5u75dUWBH8tWFVBfDcL3fhy2KRk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JehKRxnTRDQPZVn7C4sPTDknf8N07FFc { top:3.4375rem;left:0rem;width:33.75rem;height:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLXGNp65eWOxFBmTK7EqPUbooauTvkcG { top:3.4375rem;left:11.5rem;width:36.25rem;height:8.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W { display:flex;height:auto;width:34.0625rem;top:13.8125rem;left:11.1875rem; }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #EVNS9OqWHEiDCWtUkNecC96R8QqtlGXO {  }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #fhGp9y7UFxNh6QlsBQwzizszBvVPJsG3 {  }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #wVeXVoNbFsB3ekl2MLhsw7tFq0F5pR3k {  }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #drKtKqnNxmlLF9HSd3zpqbG76dm8tKAN {  }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #cQRvVmAfHufrOVlCTp7QWRBS0LXR1JLD {  }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #zdO1K9JMdmcneumACZVWvFSOKQsQoVDP {  }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #DuQMf1WNSOArop3rbA1axMHTiDrH0Hdm {  }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #J94W6FC1hebr2000q6tgzviX2EaOB0yJ {  }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #BkBX3TFiqmNgVxwEEyhbJf3URFs2k4Mt {  }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #KTPqxWkZoHpyo9QnsG9k7EsPCpxaU7of {  }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #achVEfsSxRuzI3TdaACGO0avbwsXh6yr {  }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #ZpU6vuWeen29yG0xIhhT5EFs4CN9HwQT {  }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #JlX4ENu2QQyJ1iq7Ogtol2581E5uMzrM {  }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #A3rpMMRFQnVDuqOEiUT6hkCuPvymBbyn {  }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #uJ6pm9x0a3QEUhD0CIapJmSx7xaQTIqX {  }
 }@media only screen and (max-width: 763px) { #ylg1n8HhUlw3ATQ1VIfnEIxsB97Ccli4 { display:block; }#ylg1n8HhUlw3ATQ1VIfnEIxsB97Ccli4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcmUkM7yKzM5cQVgspFrQi9UJvSGhQ74 { top:0rem;left:0rem;width:47.75rem;height:60.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxoLEpG0zgahX2qtDsTMzPtXtK6dqTpJ { display:block; }#yxoLEpG0zgahX2qtDsTMzPtXtK6dqTpJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQ4fpk3uTJb5gzBoZLo4Pn7TEBKwJZr2 { top:0.3125rem;left:0rem;width:47.75rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx7fyTHlJSZkksVXy0i5mCcTO8VWVar1 { top:7.25rem;left:0rem;width:10.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXv61OT3eO3OJZQqqn4tUu5BeyM6QBQK { top:1.0625rem;left:3.7474718093872rem;width:40.1875rem;height:8.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgUnFMdDtSztT11xtUSAws46061fVifS { top:10rem;left:3.3108911514283rem;width:41.0625rem;height:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiwEccQmNbO2UEdIGzrxEGfSqMGn6PEd { width:10.9375rem;height:3rem;top:12.1875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBXVp5Lmfk3sNT1c0hxbTczny60iRmSi { display:block; }
 }@media only screen and (max-width: 763px) { #X7Q84VC2SlBoSxVa5SDd0z3hD3OsKIfC { width:10.9375rem;height:3rem;top:12.1875rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXqtCGW6TGqk9pv6Rx9gLc5HamytgmFx { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WK0fPhskCLTsmGmWLEGcBFmuS5rHmNZn { width:8.125rem;height:2.6875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPhRAInOyAZR44JcrwnUPFJQK46tTvPb { display:block; }#mPhRAInOyAZR44JcrwnUPFJQK46tTvPb > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCRgIGZQCG9duV1qH8SMFrc4lCbKtS75 { width:11.6245403125rem;height:1.333333375rem;top:1.8003220558166rem;left:4.1877297163009rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UfOcAT6x1JZR3zybHrN4nRoUtkOc9x1H { width:14.0625rem;height:3rem;top:14.20703125rem;left:2.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMRMswSMpVpeEhyNS433TZCWOHqWrcBL { display:block; }
 }@media only screen and (max-width: 763px) { #aJPDTokhoIvQRpRurT3DsXMrzURLOXlO { width:20rem;height:14.56640625rem;top:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GynZB2sp9K7hEwiNl2JGgmTqnvxQET1O { width:20rem;height:8.666667rem;top:3.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q7ixzTkGvkScwhIoTgx6C8sufoJUOxPA { width:14.0625rem;height:3rem;top:18rem;left:2.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM96tIgHkTH3TRaXdBUfAJTdE7sZWPv2 { display:block; }
 }@media only screen and (max-width: 763px) { #oi7M9N5mwrqnGo7IREZrko1zy4xPDVS2 { background-color:#f3efff;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; }#oi7M9N5mwrqnGo7IREZrko1zy4xPDVS2 > .row .container { background-color: transparent; background-image: none; }#oi7M9N5mwrqnGo7IREZrko1zy4xPDVS2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oi7M9N5mwrqnGo7IREZrko1zy4xPDVS2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oi7M9N5mwrqnGo7IREZrko1zy4xPDVS2 > .row .container > .video-iframe-container { display: none; }#oi7M9N5mwrqnGo7IREZrko1zy4xPDVS2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oi7M9N5mwrqnGo7IREZrko1zy4xPDVS2 > .row > .video-iframe-container { display: none; }#oi7M9N5mwrqnGo7IREZrko1zy4xPDVS2 > .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); }#oi7M9N5mwrqnGo7IREZrko1zy4xPDVS2 > .row .container { border-width: 0; border-radius: 0; }#oi7M9N5mwrqnGo7IREZrko1zy4xPDVS2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oi7M9N5mwrqnGo7IREZrko1zy4xPDVS2 > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRKzq9T7XFSlI5s5yVkMRDS1pIP552dq { width:17.5rem;height:7.8125rem;top:1.25rem;left:1.25rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #oZKZoQxkgDtVk6R18p8dvAUotKxDec0Q { width:17.3125rem;height:6rem;top:21.875rem;left:1.34375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NfyEF8SKzvGfzTzTGqDEBulwWoHyJaWP { width:20rem;height:11.25rem;top:27.757095336914rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b0Oo2bAhXir0X0Ie4BT2MyHJIxUeV9xo { top:3.353515625rem;left:1.25rem;width:18.75rem;height:15.4375rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QBzQcWVKZZbzTioDbvJMr3S6riMZOwW7 { display:block; }#QBzQcWVKZZbzTioDbvJMr3S6riMZOwW7 > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpJJXvVoO2p1qfIqzrguqTlbC6XTgeXU { width:16.6865806875rem;height:5.1666665rem;top:3.1514205932617rem;left:1.6567095518112rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VDVOdzLVmDrsEg8V5oQ3JQVg4qCIqgJQ { width:4.9368105rem;height:4.9368105rem;top:10.229774475097rem;left:0.14476102590561rem;display:block; }
 }@media only screen and (max-width: 763px) { #seno3k2T6Z9rpG6bA2EWhyyV1y3SiPVo { width:1.3120404375rem;height:2.58333325rem;top:8.2789535522463rem;left:3.6971505880356rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZneBagrh29mTEKE0XEi5PyBdcTmqmcL { width:3.6868105rem;height:3.75rem;top:5.2458648681641rem;left:14.728859782219rem;display:block; }
 }@media only screen and (max-width: 763px) { #sptVVakmiHWylx5cyRsevcTN3CGGqN1f { width:12.4368105rem;height:2.58333325rem;top:8.2789535522463rem;left:5.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #whfM25gtoZeUXWKwq5fEfJXMPT0x7OtD { width:10.7490806875rem;height:2.58333325rem;top:10.9375rem;left:5.0815714597702rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE2OKiHONsyX6EpEtOmnTENLs3vXi0DR { display:block; }#NE2OKiHONsyX6EpEtOmnTENLs3vXi0DR > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHWUnxpK4C3PxGe4REoRnUKdTN1OTUzT { width:20rem;height:29.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDrJR5bOMAEyxkUUrlmsTOoopcMD6lbT { width:13.5625rem;height:1.583333375rem;top:14.4375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDwC5JvmTMpBM9rxBhrPvVtrWJtbOVJ4 { width:16.6875rem;height:7.5rem;top:17.594617843628rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0ifrBQB425cgOBUz4G1yeICIePAgSNd { width:7.9375rem;height:2.5625rem;top:27.1875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ0sSEnnNn26dcTXbSZ32aR25KcO1zhN { display:block; }
 }@media only screen and (max-width: 763px) { #Pu5NnPw3DEAU9y5Py6pCnuB0VhzLg8fl { width:17.5rem;height:10.5625rem;top:2.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoxzN9FEDDRoCth4k2NAp1BhgnpQyha6 { display:block; }#UoxzN9FEDDRoCth4k2NAp1BhgnpQyha6 > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJCHl7O3gM0FzcnTuDDguXFNaJVsSOsT { width:20rem;height:27.8125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd3L0Kx7buOrf9pVrb2JdiMDSHT9qcPL { width:19.25rem;height:3.16666675rem;top:14.375rem;left:0.9375rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oJbpz20PCF8a8cK3xg4WCJCNR8BhUQlI { width:18.125rem;height:5.6666665rem;top:18.125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaPSvthQFV8OGv7a1vNAV0lEMnc5J2oI { width:15.3125rem;height:3.5rem;top:24.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfaFVWF3APw5a8MSyzHvuWG7VaBiM7WU { display:block; }
 }@media only screen and (max-width: 763px) { #atJX60rvCJXLlU7MnTkJgqtusGu1GSGf { width:17.6875rem;height:10.6875rem;top:2.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CitzSQLk0xOlOfM1PHGvgwJqTwp4IVQP { display:block; }#CitzSQLk0xOlOfM1PHGvgwJqTwp4IVQP > .row .container { width:20rem;height:71.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAkU1trI1AAZa5xJnLAptOGTSqvOaHBV { width:20rem;height:34.375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUzOAWm0Bbnxe4pzRwUOPinFiyTZt1Ed { width:20rem;height:34.375rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1VD7XxIZlT1N8PxIrlcRaXAM6qeO8GK { width:18.25rem;height:3.16666675rem;top:18.4375rem;left:1.1247701644898rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #R5qX6oT8ZT6A9kxyWoDn2l3aADpbTplz { width:18.125rem;height:8.333333rem;top:22.1875rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz7Msa1B1ivFOqy7o9DxL9eB0Lyhr62e { width:18.3125rem;height:3rem;top:53.187042236328rem;left:1.1247701644898rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoRMmSSMo4SXGaW6T0k7VoMF1ndpR6Tw { width:18.125rem;height:6.6666665rem;top:57.21875rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsTu74hrH4SOL2zShIGTfScOsZmFVFrA { width:15.3125rem;height:3.5rem;top:65.15625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TecS5dEaHgoXazpZt5MWLvRzxMHH5UQa { display:block; }
 }@media only screen and (max-width: 763px) { #Fwpufzlh0et28gfXrg5kD5JgzzlQodn7 { width:17.8125rem;height:12.3125rem;top:3.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta4NKwkpvManf5gIGyc7klnTpcUmSKoo { width:17.8125rem;height:12.3125rem;top:39.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGeg7Vs38JyMxm597XvBXCqMseil5vEN { width:15.3125rem;height:3.5rem;top:31.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALmoRevrZCb7guT7HFmF81F7EQL9fyfU { display:block; }
 }@media only screen and (max-width: 763px) { #QRDsTU2iSbO6b3PX8r5utGI1TNxJS5WQ { display:block; }#QRDsTU2iSbO6b3PX8r5utGI1TNxJS5WQ > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DiOCpIvw4kt9RPsRndAaKcFi9W504ziR { width:20rem;height:34.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkcKyOKGVanfRA7hXNwzWXExcyyq7PQI { width:20rem;height:36.875rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHOMIwp7uLWZZOIiXFpnO6XVhsKeTf4R { width:14.625rem;height:1.5rem;top:16.6875rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6JEHlM16zVXncQbGc3UXEpT3luzAyzw { width:15.75rem;height:1.5rem;top:51.5625rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R40l5bc4xZQa1b1KEHcTxoXksfM2SK9A { width:18.125rem;height:11.666667rem;top:19.6875rem;left:1.125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #s2DAKTGlUsZ8RlQ10rePaKXrRmdvasdE { width:18.125rem;height:11.666667rem;top:54.5rem;left:1.125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KMhHbTBKTTpV5wKlfAcKiO1bogVeAg3C { width:15.3125rem;height:3.5rem;top:31.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgRGB2HJrg5oTLZ94Tn8PPqd8CzWshEf { display:block; }
 }@media only screen and (max-width: 763px) { #ccSb98OTucb8hUEQWKDHh7UvTuNIveKF { width:15.3125rem;height:3.5rem;top:68.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF577ilMwBkHWJettEzAf8ow5c0VQhzf { display:block; }
 }@media only screen and (max-width: 763px) { #BdkyggBB1KysQcA5ieQXGrMqC4IAUgT8 { width:17.6875rem;height:10.6875rem;top:2.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhntzUWQAgFAPXOq9Rc1nec44KxHGk3D { width:17.625rem;height:10.625rem;top:39.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #em4ePXiIITElcx2MmGsdychpZLJN8DO4 { display:block; }#em4ePXiIITElcx2MmGsdychpZLJN8DO4 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UzuM7bazEZh5Wbx0yHxmGpZnydx2T80d { width:20rem;height:2.000325rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS7H2RxVdBMMRPeKHKqRDdpXRllTwQw3 { display:block; }#rS7H2RxVdBMMRPeKHKqRDdpXRllTwQw3 > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaHtgZDIOpqapLa5cPGc2XESuidEL0u9 { width:20rem;height:15.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP7Ha6yWMvIRZxn6MEWKx9zwQZhUpwc8 { width:20rem;height:15.625rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7rc2JSCCaICBi7MU9ALrwRqHntFSpCT { width:20rem;height:15.625rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4Cm0eAgf0MH2iwVbOAxWSk7klz5Nix1 { width:12.5rem;height:2.58333325rem;top:3.75rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrreWA9THXfP4OHb1rBBDQap55rlOfP0 { width:16.5rem;height:2.58333325rem;top:20.625rem;left:1.2499998807907rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmOPwzILCUdnz1r9VFpMO1smI5BRtrRK { width:12.5rem;height:2.58333325rem;top:37.5rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIFOIS3bsz31LwA6vdNNbUpD44Q2n9dc { width:17.1875rem;height:4.75rem;top:8.4375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4kKTuLv7GohXSc7ozOLya2XA5wXQmO1 { width:17.1875rem;height:6.3333335rem;top:25.3125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMNCD3xuFwR0xJwB20i0b1KBW1pWaXZ1 { width:17.1875rem;height:4.75rem;top:42.1875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dey5uybkI5TI93EOzBo0zDEdVmSU7UhP { display:block; }#dey5uybkI5TI93EOzBo0zDEdVmSU7UhP > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucWglxy77ual124Df2T8doUOXTpPHsMA { width:20rem;height:15.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEhIPIzI5pGDZI6xApNtMODC0618X7Ux { width:20rem;height:15.625rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyJ1IISfR4v9rFGxKemSLLm8n62y0Hge { width:20rem;height:15.625rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulu92TocuXnn48xeu7q5ndVeggJWDHki { width:16.625rem;height:2.58333325rem;top:3.75rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJrXJZTeIAV7nNglJpg9ZoWJrTTNzZr0 { width:16.875rem;height:2.58333325rem;top:20.625rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzBR5urv1aFmdmDTVSBXufkfuLcPT4uV { width:12.5rem;height:2.58333325rem;top:37.5rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH3o6uWFp7icXb05IeVulzADML5d3e0l { width:17.1875rem;height:6.3333335rem;top:42.1875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5PszLXeZdSXDmD8UGsKgMxPieGr2VW1 { width:17.1875rem;height:6.3333335rem;top:25.3125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWLGnP6M3sIoNwiTFUewyDFG8CLUCumG { width:17.1875rem;height:4.75rem;top:8.4375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txcu0D89ZPPXy2Rvt8uJgQyxap3pHsaF { display:block; }#Txcu0D89ZPPXy2Rvt8uJgQyxap3pHsaF > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXXnGphqRAAoiZ5URu83ghWAX7nHzs5i { width:10.1240806875rem;height:10.0620403125rem;top:17.087554931641rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeAsqBfqTn7xmRNtMvAZBg6nNRxd26XT { width:10.1240806875rem;height:10.0620403125rem;top:17.05078125rem;left:9.8759182691575rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG6TEUv5T0R5LdobiTJ8Cxs3hmcbmHLH { width:17.1875rem;height:12.916667rem;top:1.5625rem;left:1.405100941658rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq5ED5u75dUWBH8tWFVBfDcL3fhy2KRk { display:block; }#Pq5ED5u75dUWBH8tWFVBfDcL3fhy2KRk > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JehKRxnTRDQPZVn7C4sPTDknf8N07FFc { width:20rem;height:43.75rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HLXGNp65eWOxFBmTK7EqPUbooauTvkcG { width:20rem;height:4.5rem;top:1.0880126953125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W .accordion-heading-text { font-size:1.4375rem;height:auto; }
#L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W .accordion-desc-text { font-size:0.9375rem;height:auto; }
#L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W { display:flex;height:auto;width:20rem;top:7.8536376953125rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #EVNS9OqWHEiDCWtUkNecC96R8QqtlGXO {  }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #fhGp9y7UFxNh6QlsBQwzizszBvVPJsG3 {  }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #wVeXVoNbFsB3ekl2MLhsw7tFq0F5pR3k {  }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #drKtKqnNxmlLF9HSd3zpqbG76dm8tKAN {  }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #cQRvVmAfHufrOVlCTp7QWRBS0LXR1JLD {  }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #zdO1K9JMdmcneumACZVWvFSOKQsQoVDP {  }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #DuQMf1WNSOArop3rbA1axMHTiDrH0Hdm {  }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #J94W6FC1hebr2000q6tgzviX2EaOB0yJ {  }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #BkBX3TFiqmNgVxwEEyhbJf3URFs2k4Mt {  }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #KTPqxWkZoHpyo9QnsG9k7EsPCpxaU7of {  }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #achVEfsSxRuzI3TdaACGO0avbwsXh6yr {  }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #ZpU6vuWeen29yG0xIhhT5EFs4CN9HwQT {  }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #JlX4ENu2QQyJ1iq7Ogtol2581E5uMzrM {  }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #A3rpMMRFQnVDuqOEiUT6hkCuPvymBbyn {  }
 }@media only screen and (max-width: 763px) { #L4kNpk2JOn7Z4tg3qlWf1NsfyyP6MT6W #uJ6pm9x0a3QEUhD0CIapJmSx7xaQTIqX {  }
 }@media only screen and (max-width: 763px) { #ylg1n8HhUlw3ATQ1VIfnEIxsB97Ccli4 { display:block; }#ylg1n8HhUlw3ATQ1VIfnEIxsB97Ccli4 > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcmUkM7yKzM5cQVgspFrQi9UJvSGhQ74 { width:20rem;height:81.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxoLEpG0zgahX2qtDsTMzPtXtK6dqTpJ { display:block; }#yxoLEpG0zgahX2qtDsTMzPtXtK6dqTpJ > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQ4fpk3uTJb5gzBoZLo4Pn7TEBKwJZr2 { width:20rem;height:22.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx7fyTHlJSZkksVXy0i5mCcTO8VWVar1 { width:10.0625rem;height:10.25rem;top:8.2127685546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SXv61OT3eO3OJZQqqn4tUu5BeyM6QBQK { width:16.25rem;height:3.66666675rem;top:2.56201171875rem;left:1.8749998807907rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sgUnFMdDtSztT11xtUSAws46061fVifS { width:14.2497701875rem;height:3.0004875rem;top:7.4827270507812rem;left:2.8733912706375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XiwEccQmNbO2UEdIGzrxEGfSqMGn6PEd { width:15.9375rem;height:2.75rem;top:12.125rem;left:2.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBXVp5Lmfk3sNT1c0hxbTczny60iRmSi { display:block; }
 }@media only screen and (max-width: 763px) { #X7Q84VC2SlBoSxVa5SDd0z3hD3OsKIfC { width:15.9375rem;height:3rem;top:15.625rem;left:2.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXqtCGW6TGqk9pv6Rx9gLc5HamytgmFx { display:block; }
 }