.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#292440;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:#292440;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:33.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#ptbsnh8iWEP4EsgT8NnScVHpD6CVwIiy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:8.25rem;top:1.3125rem;left:9.5rem;overflow:hidden;display:block; }
#gQC4HMmQ9yBmxo7gwlZJw8Ag0aHvcqUL { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:"euclid circular a";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:9.6241321563719rem;left:24.718751907349rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oVioxra4SPmvnsCJ5FT7qFZZHaBAPrIR { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:"euclid circular a";font-size:3.5rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:12.25rem;left:23.750001907349rem;height:3.849825rem;font-style:normal;display:block; }
#AAoueOLoHik3yTHDgZB1TFD52DvMuwuF { color:#ffffff;display:block;width:28rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:17.875rem;left:23.500001907349rem;height:6.3984375rem;text-align:center;text-align-last:center;display:block; }
#Je5wwOaV3Cwi8ISZIpRTHT95BUKBFUo4 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.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.0625rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:11.124875rem;height:3.124275rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.75rem;left:30.998988628388rem;display:block; }
#dZqW4LSXiORUIp0zgtsvgtZwzKTZCOIK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oTzsmzMm1SfdQWcwdxA94TfKCXbaNKPq { 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:1.5rem;width:1.5rem;top:9.7734375rem;left:48.5625rem;overflow:hidden;display:block; }
#GT9WRuDKPANwCNQ393m7OALTqUl7nyMf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:8.25rem;top:1.3125rem;left:9.5rem;overflow:hidden;display:none; }
#gXLS5czLcMFlOQxXGP10UJJdHQK0GOq3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3c3559;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; }#gXLS5czLcMFlOQxXGP10UJJdHQK0GOq3 > .row .container { background-color: transparent; background-image: none; }#gXLS5czLcMFlOQxXGP10UJJdHQK0GOq3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXLS5czLcMFlOQxXGP10UJJdHQK0GOq3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXLS5czLcMFlOQxXGP10UJJdHQK0GOq3 > .row .container > .video-iframe-container { display: none; }#gXLS5czLcMFlOQxXGP10UJJdHQK0GOq3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXLS5czLcMFlOQxXGP10UJJdHQK0GOq3 > .row > .video-iframe-container { display: none; }#gXLS5czLcMFlOQxXGP10UJJdHQK0GOq3 > .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); }#gXLS5czLcMFlOQxXGP10UJJdHQK0GOq3 > .row .container { border-width: 0; border-radius: 0; }#gXLS5czLcMFlOQxXGP10UJJdHQK0GOq3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gXLS5czLcMFlOQxXGP10UJJdHQK0GOq3 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#XM2sRfKHuD0nAepwWFmsGVTGsExaqlH2 { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"euclid circular a";font-size:4rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.42578125rem;left:4.375rem;height:5.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tTn3OBprKxclN3BKB1m2860ECrbt0oCp { 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:6.9375rem;width:4.5625rem;top:5.90625rem;left:16.375rem;overflow:hidden;display:block; }
#Hh41zWwDyvhzCR8pbbPQlm7Ib2EyIass { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:10.5625rem;left:4.375rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MW7JGZIFTFBadKDsNS0JkcQVJtcNPqhO { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:10.625rem;left:31.4375rem;height:1.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qSnLHUQMAuNbckcXSEcsphTreOZMzN80 { 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:6.25rem;width:6.25rem;top:5.42578125rem;left:39.25rem;overflow:hidden;display:block; }
#SpBLuSkdJNSlIRllmKgTtgen43E1WbVP { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:"euclid circular a";font-size:4rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.4375rem;left:31.4375rem;height:5.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rdX4NR8q921PplbamH9hLJtUtGcdGXu9 { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:10.625rem;left:55.4375rem;height:1.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZPinNOIEewWzAtp2JrRQOKruU9T1u43U { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:"euclid circular a";font-size:4rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.4375rem;left:55.4375rem;height:5.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uCFqx0p6gQef7waOUCfwAhifzXBhhtxG { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.186525rem;width:4.936525rem;top:5.431640625rem;left:66.0625rem;overflow:hidden;display:block; }
#NK3E5iL5ywu75igfITGbdl5BJSQVg8lD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#292440;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; }#NK3E5iL5ywu75igfITGbdl5BJSQVg8lD > .row .container { background-color: transparent; background-image: none; }#NK3E5iL5ywu75igfITGbdl5BJSQVg8lD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NK3E5iL5ywu75igfITGbdl5BJSQVg8lD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NK3E5iL5ywu75igfITGbdl5BJSQVg8lD > .row .container > .video-iframe-container { display: none; }#NK3E5iL5ywu75igfITGbdl5BJSQVg8lD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NK3E5iL5ywu75igfITGbdl5BJSQVg8lD > .row > .video-iframe-container { display: none; }#NK3E5iL5ywu75igfITGbdl5BJSQVg8lD > .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); }#NK3E5iL5ywu75igfITGbdl5BJSQVg8lD > .row .container { border-width: 0; border-radius: 0; }#NK3E5iL5ywu75igfITGbdl5BJSQVg8lD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NK3E5iL5ywu75igfITGbdl5BJSQVg8lD > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#qozSDH3Zix7A05AkISSPU0NnNnkLQ6CP { color:#dcd9e9;display:block;width:26.5625rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.26953125rem;left:3.75rem;height:3.8999rem;display:block; }
#pD5f4nd3FypHKDbta8rRzT3tgcGcg6Ed { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#292440;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; }#pD5f4nd3FypHKDbta8rRzT3tgcGcg6Ed > .row .container { background-color: transparent; background-image: none; }#pD5f4nd3FypHKDbta8rRzT3tgcGcg6Ed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pD5f4nd3FypHKDbta8rRzT3tgcGcg6Ed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pD5f4nd3FypHKDbta8rRzT3tgcGcg6Ed > .row .container > .video-iframe-container { display: none; }#pD5f4nd3FypHKDbta8rRzT3tgcGcg6Ed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pD5f4nd3FypHKDbta8rRzT3tgcGcg6Ed > .row > .video-iframe-container { display: none; }#pD5f4nd3FypHKDbta8rRzT3tgcGcg6Ed > .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); }#pD5f4nd3FypHKDbta8rRzT3tgcGcg6Ed > .row .container { border-width: 0; border-radius: 0; }#pD5f4nd3FypHKDbta8rRzT3tgcGcg6Ed > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pD5f4nd3FypHKDbta8rRzT3tgcGcg6Ed > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#Wf6tOgqeMag0U4bKE7SdBwqG8eC8Mm7m { box-sizing:content-box;height:23.625rem;width:37.5rem;position:absolute;display:block;z-index:15001;background-color:#3c3559;background-image:none;top:1.5625rem;left:37.5rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;display:block; }
#NnU1ZGfkANsJ0bBWRftGlGKm3zS7gzko { color:#a6a2b5;display:block;width:25.1875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:12.792534828186rem;left:44.4375rem;height:1.5996125rem;display:block; }
#ZrTr8lHR2VJzi6o7QV5WObm8ieTbQooT { color:#dcd9e9;display:block;width:24.624125rem;position:absolute;font-family:"euclid circular a";font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:14.391494750976rem;left:44.4375rem;height:1.79980625rem;font-style:normal;display:block; }
#t9zK4J7PQHVMozBbBkm0aFdDeHMMzitw { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"euclid circular a";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.6223964691163rem;left:45.078557968139rem;height:1.787325rem;display:none; }
#snJwRhnTG190ubiexKnsDPZ1bULSWZfL { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:15.625rem;left:0.875rem;display:none; }
#GTVygmKaTdoNH4RekNBlXxvNz5ozHa7D { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:23.625rem;width:37.5rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#S9Cc1BQUXgRc4HRx0O8RBsH4TciFEgP2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#292440;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; }#S9Cc1BQUXgRc4HRx0O8RBsH4TciFEgP2 > .row .container { background-color: transparent; background-image: none; }#S9Cc1BQUXgRc4HRx0O8RBsH4TciFEgP2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9Cc1BQUXgRc4HRx0O8RBsH4TciFEgP2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9Cc1BQUXgRc4HRx0O8RBsH4TciFEgP2 > .row .container > .video-iframe-container { display: none; }#S9Cc1BQUXgRc4HRx0O8RBsH4TciFEgP2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9Cc1BQUXgRc4HRx0O8RBsH4TciFEgP2 > .row > .video-iframe-container { display: none; }#S9Cc1BQUXgRc4HRx0O8RBsH4TciFEgP2 > .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); }#S9Cc1BQUXgRc4HRx0O8RBsH4TciFEgP2 > .row .container { border-width: 0; border-radius: 0; }#S9Cc1BQUXgRc4HRx0O8RBsH4TciFEgP2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S9Cc1BQUXgRc4HRx0O8RBsH4TciFEgP2 > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#IT4cCAiasva5i9lQ8UNKIhSPv1Cq4edc { box-sizing:content-box;height:23.625rem;width:37.5rem;position:absolute;display:block;z-index:15001;background-color:#3c3559;background-image:none;top:1.5625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#F4yqcNWEk4E4i1QgniTFf3ye3JtDLmxM { color:#a6a2b5;display:block;width:25.1875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:12.793405532837rem;left:3.75rem;height:1.5996125rem;display:block; }
#ZuovCMy7OyHaspsXrJ78XPpTJELRfZeR { color:#dcd9e9;display:block;width:24.62325rem;position:absolute;font-family:"euclid circular a";font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:14.391494750976rem;left:3.75rem;height:1.79980625rem;font-style:normal;display:block; }
#FRu9UZSFcx0WyB4TxPOGoegFQFMXAXbn { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"euclid circular a";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.6223964691163rem;left:45.078557968139rem;height:1.787325rem;display:none; }
#lFSmwGiFPLupTVZikDrmHCadgbIeGXA3 { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:19.25rem;left:3.125rem;display:none; }
#QGkx9ycrvXL7ZKswwVh1vopV1VThNSEz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.625rem;width:37.5rem;top:1.5625rem;left:37.5rem;overflow:hidden;display:block; }
#MmH9Lg7RevanOhVTKTh1bvtiGGT7H7QO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#292440;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; }#MmH9Lg7RevanOhVTKTh1bvtiGGT7H7QO > .row .container { background-color: transparent; background-image: none; }#MmH9Lg7RevanOhVTKTh1bvtiGGT7H7QO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmH9Lg7RevanOhVTKTh1bvtiGGT7H7QO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmH9Lg7RevanOhVTKTh1bvtiGGT7H7QO > .row .container > .video-iframe-container { display: none; }#MmH9Lg7RevanOhVTKTh1bvtiGGT7H7QO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmH9Lg7RevanOhVTKTh1bvtiGGT7H7QO > .row > .video-iframe-container { display: none; }#MmH9Lg7RevanOhVTKTh1bvtiGGT7H7QO > .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); }#MmH9Lg7RevanOhVTKTh1bvtiGGT7H7QO > .row .container { border-width: 0; border-radius: 0; }#MmH9Lg7RevanOhVTKTh1bvtiGGT7H7QO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MmH9Lg7RevanOhVTKTh1bvtiGGT7H7QO > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#LrK6ZOFzT6aWv4xgHbyXQqbTVFOBmBKk { box-sizing:content-box;height:23.625rem;width:37.5rem;position:absolute;display:block;z-index:15001;background-color:#3c3559;background-image:none;top:1.5625rem;left:37.5rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;display:block; }
#TCiIOdwVKevwwTy0L5Nm3IFxOHinCasR { color:#a6a2b5;display:block;width:25.1875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:12.793405532837rem;left:43.75rem;height:1.5996125rem;display:block; }
#Oh5ZIzCSHCcRbm8P5IbUs7J3miqz8ACU { color:#dcd9e9;display:block;width:24.624125rem;position:absolute;font-family:"euclid circular a";font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:14.390625rem;left:43.75rem;height:1.79980625rem;font-style:normal;display:block; }
#KXyUc8ECM5b6AKoTn4po6XGgXT2PfAJA { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"euclid circular a";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.6223964691163rem;left:45.078557968139rem;height:1.787325rem;display:none; }
#Fa2TM4JwkgKzeMPe1LAT6be2vtv3sLyL { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:21.4375rem;left:2.8125rem;display:none; }
#HnJbkOzPw1QkTlA8IT9gzQdTd7PWW7V4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:23.625rem;width:37.5rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#nIHMQChwu3ypKmW0uHkiwgEMtFLJDIl1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#292440;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; }#nIHMQChwu3ypKmW0uHkiwgEMtFLJDIl1 > .row .container { background-color: transparent; background-image: none; }#nIHMQChwu3ypKmW0uHkiwgEMtFLJDIl1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIHMQChwu3ypKmW0uHkiwgEMtFLJDIl1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIHMQChwu3ypKmW0uHkiwgEMtFLJDIl1 > .row .container > .video-iframe-container { display: none; }#nIHMQChwu3ypKmW0uHkiwgEMtFLJDIl1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIHMQChwu3ypKmW0uHkiwgEMtFLJDIl1 > .row > .video-iframe-container { display: none; }#nIHMQChwu3ypKmW0uHkiwgEMtFLJDIl1 > .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); }#nIHMQChwu3ypKmW0uHkiwgEMtFLJDIl1 > .row .container { border-width: 0; border-radius: 0; }#nIHMQChwu3ypKmW0uHkiwgEMtFLJDIl1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nIHMQChwu3ypKmW0uHkiwgEMtFLJDIl1 > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#oonhik0KfgDKPOxkyV7oSfgucm5LZ7fA { box-sizing:content-box;height:23.625rem;width:37.5rem;position:absolute;display:block;z-index:15001;background-color:#3c3559;background-image:none;top:1.5625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#SFHUXK0se2UkJZDTGNEB4qqRd6GsfXrw { color:#a6a2b5;display:block;width:25.1875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:12.793405532837rem;left:3.75rem;height:1.5996125rem;display:block; }
#AOuxAiLn37P5DT96FfXsMSQJ6NdC5eh5 { color:#dcd9e9;display:block;width:24.62325rem;position:absolute;font-family:"euclid circular a";font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:14.391494750976rem;left:3.75rem;height:1.79980625rem;font-style:normal;display:block; }
#NVwObO71tFobct8zIdSxBq8N5svv49xe { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"euclid circular a";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.6223964691163rem;left:45.078557968139rem;height:1.787325rem;display:none; }
#zNg1OJlQ88iweGPK2O17gF3aIDfMEe8L { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:17rem;left:1.375rem;display:none; }
#GFCsRHLZa6nDGPUlUhyc8kWLS6OloDEV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.625rem;width:37.5rem;top:1.5625rem;left:37.5rem;overflow:hidden;display:block; }
#m7l7lkpPFMvfsMy4PghbzlPAwfr8RLTR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#292440;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; }#m7l7lkpPFMvfsMy4PghbzlPAwfr8RLTR > .row .container { background-color: transparent; background-image: none; }#m7l7lkpPFMvfsMy4PghbzlPAwfr8RLTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7l7lkpPFMvfsMy4PghbzlPAwfr8RLTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7l7lkpPFMvfsMy4PghbzlPAwfr8RLTR > .row .container > .video-iframe-container { display: none; }#m7l7lkpPFMvfsMy4PghbzlPAwfr8RLTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7l7lkpPFMvfsMy4PghbzlPAwfr8RLTR > .row > .video-iframe-container { display: none; }#m7l7lkpPFMvfsMy4PghbzlPAwfr8RLTR > .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); }#m7l7lkpPFMvfsMy4PghbzlPAwfr8RLTR > .row .container { border-width: 0; border-radius: 0; }#m7l7lkpPFMvfsMy4PghbzlPAwfr8RLTR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m7l7lkpPFMvfsMy4PghbzlPAwfr8RLTR > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#pmoUAN3tAVkCqPRQ36bXeZZXAxX63r7B { box-sizing:content-box;height:23.625rem;width:37.5rem;position:absolute;display:block;z-index:15001;background-color:#3c3559;background-image:none;top:1.5625rem;left:37.25rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;display:block; }
#OkXp0IeWwg01pdKRaff4R1VkTzkBTTcB { color:#a6a2b5;display:block;width:25.1875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:12.793405532837rem;left:43.75rem;height:1.5996125rem;display:block; }
#ZkWaHktt4XFW7h1P9S66CfEnTwT46q6M { color:#dcd9e9;display:block;width:24.624125rem;position:absolute;font-family:"euclid circular a";font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:14.390625rem;left:43.75rem;height:1.79980625rem;font-style:normal;display:block; }
#TivACsoGnFnRayUAIFeDkpbZzZ2akq1t { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"euclid circular a";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.6223964691163rem;left:45.078557968139rem;height:1.787325rem;display:none; }
#wau7EgFET4g1DIoqaOKoFDLrdkX6HSvv { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:15.8125rem;left:1.375rem;display:none; }
#TSuEunJH9Nbt5EazFsZ0A6WCsGbxEvqh { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:23.5625rem;width:37.3125rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#crBwkTgaJ8h7VbNWM5Wq6v0hOg3BIQeK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#292440;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; }#crBwkTgaJ8h7VbNWM5Wq6v0hOg3BIQeK > .row .container { background-color: transparent; background-image: none; }#crBwkTgaJ8h7VbNWM5Wq6v0hOg3BIQeK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crBwkTgaJ8h7VbNWM5Wq6v0hOg3BIQeK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crBwkTgaJ8h7VbNWM5Wq6v0hOg3BIQeK > .row .container > .video-iframe-container { display: none; }#crBwkTgaJ8h7VbNWM5Wq6v0hOg3BIQeK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crBwkTgaJ8h7VbNWM5Wq6v0hOg3BIQeK > .row > .video-iframe-container { display: none; }#crBwkTgaJ8h7VbNWM5Wq6v0hOg3BIQeK > .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); }#crBwkTgaJ8h7VbNWM5Wq6v0hOg3BIQeK > .row .container { border-width: 0; border-radius: 0; }#crBwkTgaJ8h7VbNWM5Wq6v0hOg3BIQeK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#crBwkTgaJ8h7VbNWM5Wq6v0hOg3BIQeK > .row .container { font-size:0.875rem;font-family:arial;height:54.375rem;width:75rem;position:relative;display:block; }#rtfqSnHoV30qoslkThKXzw2HUCIOaPbV { box-sizing:content-box;height:15.75rem;width:31.5625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:9.5rem;left:5.921875rem;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; }
#nGzD1z2tJquF36OxIdwcuZSU7WOwydH0 { box-sizing:content-box;height:15.75rem;width:31.5625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:9.5rem;left:38.875rem;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; }
#qiCbZ5oWtAWCHx6q3RayI5AS1G6QrStT { box-sizing:content-box;height:15.75rem;width:31.5625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:26.625rem;left:5.921875rem;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; }
#TmoWTGx60wZVhohoJ8uxenzAaCeS8PNh { box-sizing:content-box;height:15.75rem;width:31.5625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:26.625000476837rem;left:38.875001907349rem;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; }
#py0JGGLvtEba46lyfJSifpFSuBb9DLnn { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:"euclid circular a";font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.7500004768372rem;left:21.328126907349rem;height:0;display:block; }
#UIV4TI1p56rTVunHSuzlndkzFU4vD5bZ { color:#0e0142;display:block;width:25rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:18.249428749084rem;left:9.2013888359069rem;height:4.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NXGtg27BdvzRX439gXziWVHakOArBmAt { color:#0e0142;display:block;width:25rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:18.249428749084rem;left:42.154948711395rem;height:4.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qPd3aRTNRPmapAuosRbs5DEtDlrTBq2w { color:#0e0142;display:block;width:25rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:35.373265266419rem;left:9.2013888359069rem;height:4.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EOyKH75Tb8wd1ud6NrexPca79tGZVB0c { color:#0e0142;display:block;width:24.4375rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:35.37500166893rem;left:42.437501907349rem;height:4.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W9xEUslvXtuZyioU6flhy3TAPOyuFLTS { position:absolute;display:block;z-index:15011;height:1.875rem;width:3.375rem;top:13.812500476837rem;left:20.015626907349rem;display:block; }
#GQ00EtOKnhV4NaumzDh7hfmRCS7ELbkM { box-sizing:content-box;height:4rem;width:4rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#f3efff;background-image:none;top:12.75rem;left:19.703126907349rem;display:block; }
#uXxMKo46maDkDNXtEvUxfCFQpsBPGMBp { box-sizing:content-box;height:4rem;width:4rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#f3efff;background-image:none;top:12.750000476837rem;left:52.655385971069rem;display:block; }
#d1Bh9vLvKULoFwtiGn6TgRBgJkTMScGg { position:absolute;display:block;z-index:15012;height:1.875rem;width:3.375rem;top:13.812500476837rem;left:52.967885971069rem;display:block; }
#pkh1oz3BrWl75URQtcoMFXc3zlt9rRA6 { box-sizing:content-box;height:4rem;width:4rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#f3efff;background-image:none;top:29.875rem;left:19.703126907349rem;display:block; }
#Q3KwHT1ONf5adeRpQcAEHRQFT0XUeQo2 { box-sizing:content-box;height:4rem;width:4rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#f3efff;background-image:none;top:29.875rem;left:52.655385971069rem;display:block; }
#X3BT2x41k5iCDivvccIucr2P3TbuJ6Hc { position:absolute;display:block;z-index:15012;height:1.875rem;width:3.375rem;top:30.937499761581rem;left:20.015626907349rem;display:block; }
#Jug1GpJfBxIm1Tx4l6t2kRudlIG5d5ab { position:absolute;display:block;z-index:15013;height:1.875rem;width:3.375rem;top:30.937499761581rem;left:52.967885971069rem;display:block; }
#rvulESqidUwSGk8QQ1DLItByav2hpWa8 { position:absolute;display:block;z-index:14999;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:32.8125rem;width:21.125rem;top:18.09375rem;left:53.874135971069rem;overflow:hidden;display:block; }
#ssSTFZRAT2Cdd8TrsVVdmihONleCvyWJ { color:#ffffff;display:block;width:49.874875rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.7478298544884rem;left:12.562211513519rem;height:3.0874rem;text-align:left;text-align-last:left;display:block; }
#zXMCoXO2qTFDFtAeedFZ49aBXPXh7Qbw { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.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.0625rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:11.125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:44.875rem;left:32.640626907349rem;display:block; }
#RxTuK45R7vTBPs3llFTZfCPXEKVxu8Sg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#smvqZ78Gs272w4srH0WkOeyDMboFgeOR { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.25rem;width:32.5rem;top:6.9697551727294rem;left:0rem;overflow:hidden;display:block; }
#sVnkv54ACRzduQ9Cy0LBHtXM1kFdaN5N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#292440;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; }#sVnkv54ACRzduQ9Cy0LBHtXM1kFdaN5N > .row .container { background-color: transparent; background-image: none; }#sVnkv54ACRzduQ9Cy0LBHtXM1kFdaN5N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVnkv54ACRzduQ9Cy0LBHtXM1kFdaN5N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVnkv54ACRzduQ9Cy0LBHtXM1kFdaN5N > .row .container > .video-iframe-container { display: none; }#sVnkv54ACRzduQ9Cy0LBHtXM1kFdaN5N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVnkv54ACRzduQ9Cy0LBHtXM1kFdaN5N > .row > .video-iframe-container { display: none; }#sVnkv54ACRzduQ9Cy0LBHtXM1kFdaN5N > .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); }#sVnkv54ACRzduQ9Cy0LBHtXM1kFdaN5N > .row .container { border-width: 0; border-radius: 0; }#sVnkv54ACRzduQ9Cy0LBHtXM1kFdaN5N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sVnkv54ACRzduQ9Cy0LBHtXM1kFdaN5N > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#uP4xq5ORzmTy4sMEEJCGBybC1GGRlQdK { color:#dcd9e9;display:block;width:21.1875rem;position:absolute;font-family:"euclid circular a";font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:3.75rem;height:3.41218125rem;display:block; }
#fQ2IszTDAWNuKgEGPQbAdm3brIM2kQrQ { color:#dcd9e9;display:block;width:18.75rem;position:absolute;font-family:"euclid circular a";font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:9.162109375rem;left:6.25rem;height:1.79980625rem;display:block; }
#CkbQDJTVRzr7rPoTPeAd2C695TVssnhP { color:#dcd9e9;display:block;width:18.75rem;position:absolute;font-family:"euclid circular a";font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.599609375rem;left:6.25rem;height:1.79980625rem;display:block; }
#HJzxaxRUiNDOtonaUiJLcRymLboEk419 { 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:2rem;width:2rem;top:12.5rem;left:3.75rem;overflow:hidden;display:block; }
#vweacGerwtSF2eztiBQD42NhFwPpgW0a { 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:2rem;width:2rem;top:9.0625rem;left:3.75rem;overflow:hidden;display:block; }
#kL7WBpL1lJECl0XQh2WIrqfsCK629OWJ { 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:23.75rem;width:31.25rem;top:17.1875rem;left:3.75rem;overflow:hidden;display:block; }
#nAFiym7RtguLOilyyOzcxKesJlg2yVsg { position:absolute;display:block;z-index:15007;height:23.75rem;width:31.25rem;top:17.1875rem;left:39.0625rem;display:block; }
#yUW2zzoxcuXsd6Q7tq1NJNPgf7ShmDJD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#292440;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; }#yUW2zzoxcuXsd6Q7tq1NJNPgf7ShmDJD > .row .container { background-color: transparent; background-image: none; }#yUW2zzoxcuXsd6Q7tq1NJNPgf7ShmDJD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUW2zzoxcuXsd6Q7tq1NJNPgf7ShmDJD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUW2zzoxcuXsd6Q7tq1NJNPgf7ShmDJD > .row .container > .video-iframe-container { display: none; }#yUW2zzoxcuXsd6Q7tq1NJNPgf7ShmDJD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUW2zzoxcuXsd6Q7tq1NJNPgf7ShmDJD > .row > .video-iframe-container { display: none; }#yUW2zzoxcuXsd6Q7tq1NJNPgf7ShmDJD > .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); }#yUW2zzoxcuXsd6Q7tq1NJNPgf7ShmDJD > .row .container { border-width: 0; border-radius: 0; }#yUW2zzoxcuXsd6Q7tq1NJNPgf7ShmDJD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yUW2zzoxcuXsd6Q7tq1NJNPgf7ShmDJD > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru .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:#3c3559;background-image:none;vertical-align:top; }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru .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; }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru .accordion-heading-text { display:block;position:relative;width:100%;font-family:"euclid circular a";font-weight:700;font-size:1.75rem;color:#ffffff;height:auto;font-style:normal; }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru .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:#dcd9e9;line-height:2;overflow:hidden;height:auto; }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru .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; }#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru .accordion-trigger.adaptive-delivery-prevent-bg, #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru .accordion-trigger.lazyload, #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru .accordion-trigger.lazyloading { background-image: none; }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru { box-sizing:content-box;height:auto;width:74.999375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#292440;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:4.8125rem;left:0rem; }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #FNlhlR3Ci4bsUTRGJvtqmu8cEUSvTvXP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #skvnvsyrWOpGb4zzDORSLWKIwx7IWnED { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #SqlJmyX0lsISQBVg4TGMqoR1wGvbOr9M { display:block;position:relative; }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #XGw5izgzKxSwNhfTcpfs3IFik4KT9rOW {  }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #RD3ZWJt7drxiTlHAuKtdhEmPZzvH0Xwi {  }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #KfOMxTJEH9WaXRv0McqyVUBVhIzKJLZc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #VeedRcRteocpogEs1gZmm4FiX3my4Bep { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #RVUFGULx2gpUaHIvHIAJx49SkshCwwJb { display:block;position:relative; }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #NrRRuc3fJoEm6hQ4A7tFHm4KCvx00pvM {  }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #i4zwRkF9QGoql46vE3TzRB3nmqfAzCAR { display:none; }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #mPwCntP9J40mmd2vbOf6LAH9uGh1BbNe { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #XHEgeQitPBdyqwTZTSSicotODJuL1TKt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #PSNyx35UJdPOxSWotZQEnkUgPqh8fWF7 { display:block;position:relative; }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #g50yFHJ2XrUe3M02HTDT9nABsNtSiOoZ {  }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #oJKP9lfseKGMJcUT4VU93iuAHwuZuLay { display:none; }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #poBaTq71xuyxmq2C1WEhBTB66xFBTIQt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #Qm2ACJaFDW2dyNpBFUEEa7GEf3ypL9ZX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #RGTza6ZA2zyeEoaSMfqcf37a4i5NdrFK { display:block;position:relative; }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #fFzFVfaqox8i2swHNRNbvGdqMWum89r7 {  }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #vT6Dng6VA26TEZ8KvrlWkGZTWuFcyGrM { display:none; }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #UW091p3fGBfPgpb4OqIdtsTM5eaVb4aR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #WX9zfU6AU4PZrsfWcI4gpWSiCPDZlvFI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #LfVLCtZ1lRHiHdx8coW5QRExzEyIKase { display:block;position:relative; }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #HHHX2s7BH3CmDlcgVE0kICEkUtnSl5ow {  }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #SDTxZxZfXaLxxkVe3wcekPtCOxQg9P4J { display:none; }
#eWDiOITI2U5QgvenA1nIsveM5ZJRGCqF { color:#dcd9e9;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:1.2569446563721rem;left:4.25rem;height:2.8496125rem;font-style:normal;display:block; }
#iwrIki8EK36XA2Oad6erSQN80BHAQcnF { 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; }#iwrIki8EK36XA2Oad6erSQN80BHAQcnF > .row .container { background-color: transparent; background-image: none; }#iwrIki8EK36XA2Oad6erSQN80BHAQcnF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwrIki8EK36XA2Oad6erSQN80BHAQcnF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwrIki8EK36XA2Oad6erSQN80BHAQcnF > .row .container > .video-iframe-container { display: none; }#iwrIki8EK36XA2Oad6erSQN80BHAQcnF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwrIki8EK36XA2Oad6erSQN80BHAQcnF > .row > .video-iframe-container { display: none; }#iwrIki8EK36XA2Oad6erSQN80BHAQcnF > .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); }#iwrIki8EK36XA2Oad6erSQN80BHAQcnF > .row .container { border-width: 0; border-radius: 0; }#iwrIki8EK36XA2Oad6erSQN80BHAQcnF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iwrIki8EK36XA2Oad6erSQN80BHAQcnF > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#xtTT1bg7PHI96SV7kDmx25uKoM86FZPT { 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.0625rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:11.124875rem;height:3.12355625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.125rem;left:31.937213420868rem;display:block; }
#NPTVGQVN7KGq2ZzTWy2u92K1Kkv5wAIi { 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) { #ptbsnh8iWEP4EsgT8NnScVHpD6CVwIiy { top:1.3125rem;left:0rem;width:8.25rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQC4HMmQ9yBmxo7gwlZJw8Ag0aHvcqUL { top:9.5625rem;left:11.093606472016rem;width:23.625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVioxra4SPmvnsCJ5FT7qFZZHaBAPrIR { top:12.25rem;left:10.125rem;width:27.5rem;height:3.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAoueOLoHik3yTHDgZB1TFD52DvMuwuF { top:17.8125rem;left:9.8747115135194rem;width:27.9375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je5wwOaV3Cwi8ISZIpRTHT95BUKBFUo4 { width:11.0625rem;height:3.0625rem;top:26.75rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZqW4LSXiORUIp0zgtsvgtZwzKTZCOIK { display:block; }
 }@media only screen and (max-width: 763px) { #oTzsmzMm1SfdQWcwdxA94TfKCXbaNKPq { top:9.75rem;left:34.9375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT9WRuDKPANwCNQ393m7OALTqUl7nyMf { top:1.3125rem;left:0rem;width:8.25rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gXLS5czLcMFlOQxXGP10UJJdHQK0GOq3 { display:block; }#gXLS5czLcMFlOQxXGP10UJJdHQK0GOq3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XM2sRfKHuD0nAepwWFmsGVTGsExaqlH2 { top:5.375rem;left:0rem;width:12.5625rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTn3OBprKxclN3BKB1m2860ECrbt0oCp { top:5.875rem;left:11.3125rem;width:4.5625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh41zWwDyvhzCR8pbbPQlm7Ib2EyIass { top:10.5rem;left:0rem;width:12.5rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW7JGZIFTFBadKDsNS0JkcQVJtcNPqhO { top:10.625rem;left:17.75rem;width:7.8125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSnLHUQMAuNbckcXSEcsphTreOZMzN80 { top:5.375rem;left:25.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpBLuSkdJNSlIRllmKgTtgen43E1WbVP { top:5.4375rem;left:17.75rem;width:7.8125rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdX4NR8q921PplbamH9hLJtUtGcdGXu9 { top:10.5625rem;left:32.624423503876rem;width:10.5625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPinNOIEewWzAtp2JrRQOKruU9T1u43U { top:5.4375rem;left:32.625rem;width:10.625rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCFqx0p6gQef7waOUCfwAhifzXBhhtxG { top:5.375rem;left:42.75rem;width:4.875rem;height:5.1218841948537rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK3E5iL5ywu75igfITGbdl5BJSQVg8lD { display:block; }#NK3E5iL5ywu75igfITGbdl5BJSQVg8lD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qozSDH3Zix7A05AkISSPU0NnNnkLQ6CP { top:1.25rem;left:0rem;width:26.5625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD5f4nd3FypHKDbta8rRzT3tgcGcg6Ed { display:block; }#pD5f4nd3FypHKDbta8rRzT3tgcGcg6Ed > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wf6tOgqeMag0U4bKE7SdBwqG8eC8Mm7m { top:1.5625rem;left:10.25rem;width:37.5rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnU1ZGfkANsJ0bBWRftGlGKm3zS7gzko { top:12.8125rem;left:22.5625rem;width:25.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrTr8lHR2VJzi6o7QV5WObm8ieTbQooT { top:14.375rem;left:23.1875rem;width:24.5625rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9zK4J7PQHVMozBbBkm0aFdDeHMMzitw { top:14.4375rem;left:0rem;width:16.75rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #snJwRhnTG190ubiexKnsDPZ1bULSWZfL { top:15.625rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTVygmKaTdoNH4RekNBlXxvNz5ozHa7D { top:1.5625rem;left:0rem;width:37.5rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9Cc1BQUXgRc4HRx0O8RBsH4TciFEgP2 { display:block; }#S9Cc1BQUXgRc4HRx0O8RBsH4TciFEgP2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IT4cCAiasva5i9lQ8UNKIhSPv1Cq4edc { top:1.5625rem;left:0rem;width:37.5rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4yqcNWEk4E4i1QgniTFf3ye3JtDLmxM { top:12.8125rem;left:0rem;width:25.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuovCMy7OyHaspsXrJ78XPpTJELRfZeR { top:14.375rem;left:0rem;width:24.5625rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRu9UZSFcx0WyB4TxPOGoegFQFMXAXbn { top:18.1875rem;left:0rem;width:16.75rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFSmwGiFPLupTVZikDrmHCadgbIeGXA3 { top:19.25rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QGkx9ycrvXL7ZKswwVh1vopV1VThNSEz { top:1.5625rem;left:10.25rem;width:37.5rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmH9Lg7RevanOhVTKTh1bvtiGGT7H7QO { display:block; }#MmH9Lg7RevanOhVTKTh1bvtiGGT7H7QO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LrK6ZOFzT6aWv4xgHbyXQqbTVFOBmBKk { top:1.5625rem;left:10.25rem;width:37.5rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCiIOdwVKevwwTy0L5Nm3IFxOHinCasR { top:12.8125rem;left:22.625rem;width:25.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh5ZIzCSHCcRbm8P5IbUs7J3miqz8ACU { top:14.375rem;left:23.1875rem;width:24.5625rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXyUc8ECM5b6AKoTn4po6XGgXT2PfAJA { top:18.1875rem;left:0rem;width:16.75rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fa2TM4JwkgKzeMPe1LAT6be2vtv3sLyL { top:21.4375rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HnJbkOzPw1QkTlA8IT9gzQdTd7PWW7V4 { top:1.5625rem;left:0rem;width:37.5rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIHMQChwu3ypKmW0uHkiwgEMtFLJDIl1 { display:block; }#nIHMQChwu3ypKmW0uHkiwgEMtFLJDIl1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oonhik0KfgDKPOxkyV7oSfgucm5LZ7fA { top:1.5625rem;left:0rem;width:37.5rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFHUXK0se2UkJZDTGNEB4qqRd6GsfXrw { top:12.8125rem;left:0rem;width:25.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOuxAiLn37P5DT96FfXsMSQJ6NdC5eh5 { top:14.375rem;left:0rem;width:24.5625rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVwObO71tFobct8zIdSxBq8N5svv49xe { top:14.5625rem;left:0rem;width:16.75rem;height:2.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zNg1OJlQ88iweGPK2O17gF3aIDfMEe8L { top:17rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GFCsRHLZa6nDGPUlUhyc8kWLS6OloDEV { top:1.5625rem;left:10.25rem;width:37.5rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7l7lkpPFMvfsMy4PghbzlPAwfr8RLTR { display:block; }#m7l7lkpPFMvfsMy4PghbzlPAwfr8RLTR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmoUAN3tAVkCqPRQ36bXeZZXAxX63r7B { top:1.5625rem;left:10.25rem;width:37.5rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkXp0IeWwg01pdKRaff4R1VkTzkBTTcB { top:12.75rem;left:22.625rem;width:25.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkWaHktt4XFW7h1P9S66CfEnTwT46q6M { top:14.375rem;left:23.1875rem;width:24.5625rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TivACsoGnFnRayUAIFeDkpbZzZ2akq1t { top:14.5625rem;left:0rem;width:16.75rem;height:2.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wau7EgFET4g1DIoqaOKoFDLrdkX6HSvv { top:15.8125rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSuEunJH9Nbt5EazFsZ0A6WCsGbxEvqh { top:1.5625rem;left:0rem;width:37.3125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crBwkTgaJ8h7VbNWM5Wq6v0hOg3BIQeK { display:block; }#crBwkTgaJ8h7VbNWM5Wq6v0hOg3BIQeK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtfqSnHoV30qoslkThKXzw2HUCIOaPbV { top:9.5rem;left:0rem;width:31.5625rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGzD1z2tJquF36OxIdwcuZSU7WOwydH0 { top:9.5rem;left:16.1875rem;width:31.5625rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiCbZ5oWtAWCHx6q3RayI5AS1G6QrStT { top:26.625rem;left:0rem;width:31.5625rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmoWTGx60wZVhohoJ8uxenzAaCeS8PNh { top:26.625rem;left:16.1875rem;width:31.5625rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #py0JGGLvtEba46lyfJSifpFSuBb9DLnn { top:3.75rem;left:7.7031269073488rem;width:33.75rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIV4TI1p56rTVunHSuzlndkzFU4vD5bZ { top:18.1875rem;left:0rem;width:25rem;height:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXGtg27BdvzRX439gXziWVHakOArBmAt { top:18.1875rem;left:22.75rem;width:25rem;height:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPd3aRTNRPmapAuosRbs5DEtDlrTBq2w { top:35.3125rem;left:0rem;width:25rem;height:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOyKH75Tb8wd1ud6NrexPca79tGZVB0c { top:35.3125rem;left:23.375rem;width:24.375rem;height:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9xEUslvXtuZyioU6flhy3TAPOyuFLTS { top:13.8125rem;left:6.3906269073488rem;width:3.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQ00EtOKnhV4NaumzDh7hfmRCS7ELbkM { top:12.75rem;left:6.0625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXxMKo46maDkDNXtEvUxfCFQpsBPGMBp { top:12.75rem;left:39.030385971069rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1Bh9vLvKULoFwtiGn6TgRBgJkTMScGg { top:13.8125rem;left:39.342885971069rem;width:3.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkh1oz3BrWl75URQtcoMFXc3zlt9rRA6 { top:29.875rem;left:6.0625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3KwHT1ONf5adeRpQcAEHRQFT0XUeQo2 { top:29.875rem;left:39.030385971069rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3BT2x41k5iCDivvccIucr2P3TbuJ6Hc { top:30.875rem;left:6.3906269073488rem;width:3.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jug1GpJfBxIm1Tx4l6t2kRudlIG5d5ab { top:30.875rem;left:39.342885971069rem;width:3.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvulESqidUwSGk8QQ1DLItByav2hpWa8 { top:18.0625rem;left:26.625rem;width:21.125rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssSTFZRAT2Cdd8TrsVVdmihONleCvyWJ { top:3.6875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXMCoXO2qTFDFtAeedFZ49aBXPXh7Qbw { width:11.125rem;height:3.125rem;top:44.875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxTuK45R7vTBPs3llFTZfCPXEKVxu8Sg { display:block; }
 }@media only screen and (max-width: 763px) { #smvqZ78Gs272w4srH0WkOeyDMboFgeOR { top:6.9375rem;left:0rem;width:32.5rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVnkv54ACRzduQ9Cy0LBHtXM1kFdaN5N { display:block; }#sVnkv54ACRzduQ9Cy0LBHtXM1kFdaN5N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uP4xq5ORzmTy4sMEEJCGBybC1GGRlQdK { top:3.6875rem;left:0rem;width:21.125rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ2IszTDAWNuKgEGPQbAdm3brIM2kQrQ { top:9.125rem;left:0rem;width:18.6875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkbQDJTVRzr7rPoTPeAd2C695TVssnhP { top:12.5625rem;left:0rem;width:18.6875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJzxaxRUiNDOtonaUiJLcRymLboEk419 { top:12.5rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vweacGerwtSF2eztiBQD42NhFwPpgW0a { top:9.0625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL7WBpL1lJECl0XQh2WIrqfsCK629OWJ { top:17.1875rem;left:0rem;width:31.25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAFiym7RtguLOilyyOzcxKesJlg2yVsg { top:17.1875rem;left:16.5rem;width:31.25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUW2zzoxcuXsd6Q7tq1NJNPgf7ShmDJD { display:block; }#yUW2zzoxcuXsd6Q7tq1NJNPgf7ShmDJD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru { display:flex;height:auto;width:45.25rem;top:2.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #FNlhlR3Ci4bsUTRGJvtqmu8cEUSvTvXP {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #skvnvsyrWOpGb4zzDORSLWKIwx7IWnED {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #SqlJmyX0lsISQBVg4TGMqoR1wGvbOr9M {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #XGw5izgzKxSwNhfTcpfs3IFik4KT9rOW {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #RD3ZWJt7drxiTlHAuKtdhEmPZzvH0Xwi {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #KfOMxTJEH9WaXRv0McqyVUBVhIzKJLZc {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #VeedRcRteocpogEs1gZmm4FiX3my4Bep {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #RVUFGULx2gpUaHIvHIAJx49SkshCwwJb {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #NrRRuc3fJoEm6hQ4A7tFHm4KCvx00pvM {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #i4zwRkF9QGoql46vE3TzRB3nmqfAzCAR {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #mPwCntP9J40mmd2vbOf6LAH9uGh1BbNe {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #XHEgeQitPBdyqwTZTSSicotODJuL1TKt {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #PSNyx35UJdPOxSWotZQEnkUgPqh8fWF7 {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #g50yFHJ2XrUe3M02HTDT9nABsNtSiOoZ {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #oJKP9lfseKGMJcUT4VU93iuAHwuZuLay {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #poBaTq71xuyxmq2C1WEhBTB66xFBTIQt {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #Qm2ACJaFDW2dyNpBFUEEa7GEf3ypL9ZX {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #RGTza6ZA2zyeEoaSMfqcf37a4i5NdrFK {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #fFzFVfaqox8i2swHNRNbvGdqMWum89r7 {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #vT6Dng6VA26TEZ8KvrlWkGZTWuFcyGrM {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #UW091p3fGBfPgpb4OqIdtsTM5eaVb4aR {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #WX9zfU6AU4PZrsfWcI4gpWSiCPDZlvFI {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #LfVLCtZ1lRHiHdx8coW5QRExzEyIKase {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #HHHX2s7BH3CmDlcgVE0kICEkUtnSl5ow {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #SDTxZxZfXaLxxkVe3wcekPtCOxQg9P4J {  }
 }@media only screen and (max-width: 763px) { #eWDiOITI2U5QgvenA1nIsveM5ZJRGCqF { top:1.25rem;left:0rem;width:12.5rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwrIki8EK36XA2Oad6erSQN80BHAQcnF { display:block; }#iwrIki8EK36XA2Oad6erSQN80BHAQcnF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xtTT1bg7PHI96SV7kDmx25uKoM86FZPT { width:11.0625rem;height:3.0625rem;top:3.125rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPTVGQVN7KGq2ZzTWy2u92K1Kkv5wAIi { 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:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ptbsnh8iWEP4EsgT8NnScVHpD6CVwIiy { width:4.8125rem;height:1rem;top:0.4375rem;left:2.4375rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #gQC4HMmQ9yBmxo7gwlZJw8Ag0aHvcqUL { width:12.375rem;height:2.69965rem;top:3.125rem;left:3.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oVioxra4SPmvnsCJ5FT7qFZZHaBAPrIR { width:15rem;height:1.92480625rem;top:6.875rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AAoueOLoHik3yTHDgZB1TFD52DvMuwuF { width:15rem;height:12.795125rem;top:9.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je5wwOaV3Cwi8ISZIpRTHT95BUKBFUo4 { width:14.99925rem;height:3.12283125rem;top:25rem;left:2.4978300333023rem;font-weight:400;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZqW4LSXiORUIp0zgtsvgtZwzKTZCOIK { display:block; }
 }@media only screen and (max-width: 763px) { #oTzsmzMm1SfdQWcwdxA94TfKCXbaNKPq { width:1.43735625rem;height:1.43735625rem;top:4.431423664093rem;left:12.873264908791rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT9WRuDKPANwCNQ393m7OALTqUl7nyMf { width:4.811525rem;height:0.999025rem;top:0.90625rem;left:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #gXLS5czLcMFlOQxXGP10UJJdHQK0GOq3 { display:block; }#gXLS5czLcMFlOQxXGP10UJJdHQK0GOq3 > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XM2sRfKHuD0nAepwWFmsGVTGsExaqlH2 { width:12.5615rem;height:2.599825rem;top:1.9375rem;left:2.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTn3OBprKxclN3BKB1m2860ECrbt0oCp { width:3.3125rem;height:5rem;top:2.4375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh41zWwDyvhzCR8pbbPQlm7Ib2EyIass { width:10.0621875rem;height:2.69965rem;top:4.5rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW7JGZIFTFBadKDsNS0JkcQVJtcNPqhO { width:7.8110625rem;height:1.349825rem;top:15.0625rem;left:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSnLHUQMAuNbckcXSEcsphTreOZMzN80 { width:4.1875rem;height:4.1875rem;top:12.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpBLuSkdJNSlIRllmKgTtgen43E1WbVP { width:7.8110625rem;height:2.599825rem;top:12.5rem;left:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdX4NR8q921PplbamH9hLJtUtGcdGXu9 { width:10.6235625rem;height:1.349825rem;top:23.454139709472rem;left:3.6689816713333rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPinNOIEewWzAtp2JrRQOKruU9T1u43U { width:10.6235625rem;height:2.599825rem;top:20.0625rem;left:3.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCFqx0p6gQef7waOUCfwAhifzXBhhtxG { width:4.1875rem;height:4.375rem;top:20.5625rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK3E5iL5ywu75igfITGbdl5BJSQVg8lD { display:block; }#NK3E5iL5ywu75igfITGbdl5BJSQVg8lD > .row .container { width:20rem;height:2.8872985839844rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qozSDH3Zix7A05AkISSPU0NnNnkLQ6CP { width:19.999rem;height:1.95023125rem;top:0.9501953125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:"euclid circular a";display:block; }
 }@media only screen and (max-width: 763px) { #pD5f4nd3FypHKDbta8rRzT3tgcGcg6Ed { display:block; }#pD5f4nd3FypHKDbta8rRzT3tgcGcg6Ed > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wf6tOgqeMag0U4bKE7SdBwqG8eC8Mm7m { width:19.9985625rem;height:12.249rem;top:10.366030693054rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnU1ZGfkANsJ0bBWRftGlGKm3zS7gzko { width:17.5rem;height:1.787325rem;top:27.661892175674rem;left:2.4995659589768rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZrTr8lHR2VJzi6o7QV5WObm8ieTbQooT { width:20rem;height:7.7995rem;top:23.976565124512rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9zK4J7PQHVMozBbBkm0aFdDeHMMzitw { width:16.811375rem;height:1.21875rem;top:14.625rem;left:1.4375rem;font-size:0.9375rem;z-index:15004;color:#8680a0;display:block; }
 }@media only screen and (max-width: 763px) { #snJwRhnTG190ubiexKnsDPZ1bULSWZfL { top:15.842014312744rem;left:1.4366320371627rem;width:12.4985625rem;height:1.29980625rem;z-index:15007;color:#dcd9e9;display:block; }
 }@media only screen and (max-width: 763px) { #GTVygmKaTdoNH4RekNBlXxvNz5ozHa7D { width:20rem;height:12.6rem;top:1rem;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; }
 }@media only screen and (max-width: 763px) { #S9Cc1BQUXgRc4HRx0O8RBsH4TciFEgP2 { display:block; }#S9Cc1BQUXgRc4HRx0O8RBsH4TciFEgP2 > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IT4cCAiasva5i9lQ8UNKIhSPv1Cq4edc { width:19.99925rem;height:12.2496875rem;top:10.366031646729rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4yqcNWEk4E4i1QgniTFf3ye3JtDLmxM { width:17.5rem;height:1.787325rem;top:27.661892175674rem;left:2.4995659589768rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZuovCMy7OyHaspsXrJ78XPpTJELRfZeR { width:20rem;height:7.7995rem;top:23.976565124512rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FRu9UZSFcx0WyB4TxPOGoegFQFMXAXbn { width:16.811375rem;height:1.21875rem;top:14.625rem;left:1.4375rem;font-size:0.9375rem;z-index:15004;color:#8680a0;display:block; }
 }@media only screen and (max-width: 763px) { #lFSmwGiFPLupTVZikDrmHCadgbIeGXA3 { top:15.842014312744rem;left:1.4366320371627rem;width:12.49925rem;height:1.29980625rem;z-index:15007;color:#dcd9e9;display:block; }
 }@media only screen and (max-width: 763px) { #QGkx9ycrvXL7ZKswwVh1vopV1VThNSEz { width:20rem;height:12.6rem;top:1rem;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; }
 }@media only screen and (max-width: 763px) { #MmH9Lg7RevanOhVTKTh1bvtiGGT7H7QO { display:block; }#MmH9Lg7RevanOhVTKTh1bvtiGGT7H7QO > .row .container { width:20rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LrK6ZOFzT6aWv4xgHbyXQqbTVFOBmBKk { width:19.9985625rem;height:12.249rem;top:9.754777908325rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCiIOdwVKevwwTy0L5Nm3IFxOHinCasR { width:17.5rem;height:1.787325rem;top:27.661892175674rem;left:2.4995659589768rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oh5ZIzCSHCcRbm8P5IbUs7J3miqz8ACU { width:20rem;height:7.7995rem;top:23.976565124512rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KXyUc8ECM5b6AKoTn4po6XGgXT2PfAJA { width:16.8120625rem;height:1.21875rem;top:14.625rem;left:1.4375rem;font-size:0.9375rem;z-index:15004;color:#8680a0;display:block; }
 }@media only screen and (max-width: 763px) { #Fa2TM4JwkgKzeMPe1LAT6be2vtv3sLyL { top:15.842014312744rem;left:1.4366320371627rem;width:12.49925rem;height:1.29980625rem;z-index:15007;color:#dcd9e9;display:block; }
 }@media only screen and (max-width: 763px) { #HnJbkOzPw1QkTlA8IT9gzQdTd7PWW7V4 { width:20rem;height:12.6rem;top:1rem;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; }
 }@media only screen and (max-width: 763px) { #nIHMQChwu3ypKmW0uHkiwgEMtFLJDIl1 { display:block; }#nIHMQChwu3ypKmW0uHkiwgEMtFLJDIl1 > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oonhik0KfgDKPOxkyV7oSfgucm5LZ7fA { width:19.99925rem;height:12.2496875rem;top:10.366031646729rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFHUXK0se2UkJZDTGNEB4qqRd6GsfXrw { width:17.5rem;height:1.787325rem;top:27.661892175674rem;left:2.4995659589768rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AOuxAiLn37P5DT96FfXsMSQJ6NdC5eh5 { width:20rem;height:7.7995rem;top:23.976565124512rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NVwObO71tFobct8zIdSxBq8N5svv49xe { width:16.811375rem;height:2.43634375rem;top:14.625rem;left:1.4375rem;font-size:0.9375rem;z-index:15004;color:#8680a0;display:block; }
 }@media only screen and (max-width: 763px) { #zNg1OJlQ88iweGPK2O17gF3aIDfMEe8L { top:17.060907363892rem;left:1.4366320371627rem;width:12.4985625rem;height:1.29980625rem;z-index:15007;color:#dcd9e9;display:block; }
 }@media only screen and (max-width: 763px) { #GFCsRHLZa6nDGPUlUhyc8kWLS6OloDEV { width:20rem;height:12.6rem;top:1rem;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; }
 }@media only screen and (max-width: 763px) { #m7l7lkpPFMvfsMy4PghbzlPAwfr8RLTR { display:block; }#m7l7lkpPFMvfsMy4PghbzlPAwfr8RLTR > .row .container { width:20rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmoUAN3tAVkCqPRQ36bXeZZXAxX63r7B { width:19.9985625rem;height:12.249rem;top:9.754777908325rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkXp0IeWwg01pdKRaff4R1VkTzkBTTcB { width:17.5rem;height:1.787325rem;top:27.661892175674rem;left:2.4995659589768rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZkWaHktt4XFW7h1P9S66CfEnTwT46q6M { width:20rem;height:7.7995rem;top:23.976565124512rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TivACsoGnFnRayUAIFeDkpbZzZ2akq1t { width:16.8120625rem;height:2.43634375rem;top:14.625rem;left:1.4375rem;font-size:0.9375rem;z-index:15004;color:#8680a0;display:block; }
 }@media only screen and (max-width: 763px) { #wau7EgFET4g1DIoqaOKoFDLrdkX6HSvv { top:17.060909748077rem;left:1.4366320371627rem;width:12.4985625rem;height:1.2991875rem;z-index:15007;color:#dcd9e9;display:block; }
 }@media only screen and (max-width: 763px) { #TSuEunJH9Nbt5EazFsZ0A6WCsGbxEvqh { width:20rem;height:12.5625rem;top:1rem;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; }
 }@media only screen and (max-width: 763px) { #crBwkTgaJ8h7VbNWM5Wq6v0hOg3BIQeK { display:block; }#crBwkTgaJ8h7VbNWM5Wq6v0hOg3BIQeK > .row .container { width:20rem;height:67.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtfqSnHoV30qoslkThKXzw2HUCIOaPbV { width:18rem;height:11.875rem;top:7.1867790222169rem;left:0.99826395511625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGzD1z2tJquF36OxIdwcuZSU7WOwydH0 { width:18rem;height:11.875rem;top:20.436922550201rem;left:0.99826395511625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiCbZ5oWtAWCHx6q3RayI5AS1G6QrStT { width:17.999875rem;height:11.875rem;top:33.6875rem;left:0.99826395511625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmoWTGx60wZVhohoJ8uxenzAaCeS8PNh { width:17.999875rem;height:11.875rem;top:46.9375rem;left:0.99826395511625rem;display:block; }
 }@media only screen and (max-width: 763px) { #py0JGGLvtEba46lyfJSifpFSuBb9DLnn { width:16.625rem;height:0;top:1.875rem;left:1.6875000596046rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UIV4TI1p56rTVunHSuzlndkzFU4vD5bZ { width:15.7494375rem;height:3.30005625rem;top:14.1875rem;left:2.1238428354263rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXGtg27BdvzRX439gXziWVHakOArBmAt { width:15.7494375rem;height:3.30005625rem;top:27.4375rem;left:2.1238428354263rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPd3aRTNRPmapAuosRbs5DEtDlrTBq2w { width:15.7494375rem;height:3.30005625rem;top:40.6875rem;left:2.1238428354263rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOyKH75Tb8wd1ud6NrexPca79tGZVB0c { width:15.7494375rem;height:3.30005625rem;top:53.9375rem;left:2.1238428354263rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9xEUslvXtuZyioU6flhy3TAPOyuFLTS { width:3.37456875rem;height:1.874275rem;top:9.7497110366819rem;left:8.3109089136125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQ00EtOKnhV4NaumzDh7hfmRCS7ELbkM { width:3.99956875rem;height:3.99956875rem;top:8.6875rem;left:7.9984089136125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXxMKo46maDkDNXtEvUxfCFQpsBPGMBp { width:3.99956875rem;height:3.99956875rem;top:21.9375rem;left:7.9984089136125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1Bh9vLvKULoFwtiGn6TgRBgJkTMScGg { width:3.37456875rem;height:1.87355625rem;top:22.999132633209rem;left:8.3109089136125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkh1oz3BrWl75URQtcoMFXc3zlt9rRA6 { width:3.99956875rem;height:3.99956875rem;top:35.1875rem;left:7.9984089136125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3KwHT1ONf5adeRpQcAEHRQFT0XUeQo2 { width:3.99956875rem;height:3.99956875rem;top:48.4375rem;left:7.9984089136125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3BT2x41k5iCDivvccIucr2P3TbuJ6Hc { width:3.37456875rem;height:1.87355625rem;top:36.250001907349rem;left:8.3109089136125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jug1GpJfBxIm1Tx4l6t2kRudlIG5d5ab { width:3.37456875rem;height:1.87355625rem;top:49.499423980713rem;left:8.3109089136125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvulESqidUwSGk8QQ1DLItByav2hpWa8 { width:19.68675rem;height:30.5620625rem;top:25.545430660248rem;left:0.31322348117828rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssSTFZRAT2Cdd8TrsVVdmihONleCvyWJ { width:19.9985625rem;height:3.9004625rem;top:2.7473945617676rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:"euclid circular a";display:block; }
 }@media only screen and (max-width: 763px) { #zXMCoXO2qTFDFtAeedFZ49aBXPXh7Qbw { width:11.124875rem;height:3.12355625rem;top:61.3125rem;left:4.4350405931473rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxTuK45R7vTBPs3llFTZfCPXEKVxu8Sg { display:block; }
 }@media only screen and (max-width: 763px) { #smvqZ78Gs272w4srH0WkOeyDMboFgeOR { width:19.9375rem;height:19.6875rem;top:22.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVnkv54ACRzduQ9Cy0LBHtXM1kFdaN5N { display:block; }#sVnkv54ACRzduQ9Cy0LBHtXM1kFdaN5N > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uP4xq5ORzmTy4sMEEJCGBybC1GGRlQdK { width:15.0625rem;height:2.2749rem;top:1.5617752075195rem;left:1.2492767572403rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fQ2IszTDAWNuKgEGPQbAdm3brIM2kQrQ { width:15.1865rem;height:1.349825rem;top:5.41796875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkbQDJTVRzr7rPoTPeAd2C695TVssnhP { width:12.749rem;height:2.69965rem;top:8.302734375rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJzxaxRUiNDOtonaUiJLcRymLboEk419 { width:1.5625rem;height:1.5625rem;top:8.1980619430544rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vweacGerwtSF2eztiBQD42NhFwPpgW0a { width:1.5625rem;height:1.5625rem;top:5.3125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL7WBpL1lJECl0XQh2WIrqfsCK629OWJ { width:18rem;height:13.75rem;top:13.467881202697rem;left:0.99826395511625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAFiym7RtguLOilyyOzcxKesJlg2yVsg { width:18rem;height:13.75rem;top:28.341796875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUW2zzoxcuXsd6Q7tq1NJNPgf7ShmDJD { display:block; }#yUW2zzoxcuXsd6Q7tq1NJNPgf7ShmDJD > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru .accordion-heading-text { font-size:1.25rem;height:auto; }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru .accordion-desc-text { font-size:1rem;height:auto; }
#OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru { display:flex;height:auto;width:20rem;top:6.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #FNlhlR3Ci4bsUTRGJvtqmu8cEUSvTvXP {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #skvnvsyrWOpGb4zzDORSLWKIwx7IWnED {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #SqlJmyX0lsISQBVg4TGMqoR1wGvbOr9M {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #XGw5izgzKxSwNhfTcpfs3IFik4KT9rOW {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #RD3ZWJt7drxiTlHAuKtdhEmPZzvH0Xwi {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #KfOMxTJEH9WaXRv0McqyVUBVhIzKJLZc {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #VeedRcRteocpogEs1gZmm4FiX3my4Bep {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #RVUFGULx2gpUaHIvHIAJx49SkshCwwJb {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #NrRRuc3fJoEm6hQ4A7tFHm4KCvx00pvM {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #i4zwRkF9QGoql46vE3TzRB3nmqfAzCAR {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #mPwCntP9J40mmd2vbOf6LAH9uGh1BbNe {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #XHEgeQitPBdyqwTZTSSicotODJuL1TKt {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #PSNyx35UJdPOxSWotZQEnkUgPqh8fWF7 {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #g50yFHJ2XrUe3M02HTDT9nABsNtSiOoZ {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #oJKP9lfseKGMJcUT4VU93iuAHwuZuLay {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #poBaTq71xuyxmq2C1WEhBTB66xFBTIQt {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #Qm2ACJaFDW2dyNpBFUEEa7GEf3ypL9ZX {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #RGTza6ZA2zyeEoaSMfqcf37a4i5NdrFK {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #fFzFVfaqox8i2swHNRNbvGdqMWum89r7 {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #vT6Dng6VA26TEZ8KvrlWkGZTWuFcyGrM {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #UW091p3fGBfPgpb4OqIdtsTM5eaVb4aR {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #WX9zfU6AU4PZrsfWcI4gpWSiCPDZlvFI {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #LfVLCtZ1lRHiHdx8coW5QRExzEyIKase {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #HHHX2s7BH3CmDlcgVE0kICEkUtnSl5ow {  }
 }@media only screen and (max-width: 763px) { #OcnpL6AQ6mUzL1Du07HT7C6v6XPJrOru #SDTxZxZfXaLxxkVe3wcekPtCOxQg9P4J {  }
 }@media only screen and (max-width: 763px) { #eWDiOITI2U5QgvenA1nIsveM5ZJRGCqF { width:5.375rem;height:1.65003125rem;top:2.5rem;left:1.2490234375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwrIki8EK36XA2Oad6erSQN80BHAQcnF { display:block; }#iwrIki8EK36XA2Oad6erSQN80BHAQcnF > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xtTT1bg7PHI96SV7kDmx25uKoM86FZPT { width:14.999rem;height:3.0610375rem;top:1.59423828125rem;left:2.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPTVGQVN7KGq2ZzTWy2u92K1Kkv5wAIi { display:block; }
 }