.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:229,221,234;--color-primary-1:169,143,186;--color-primary-2:83,31,117;--color-primary-3:42,16,59;--color-primary-4:12,5,18;--color-secondary-0:254,236,222;--color-secondary-1:250,193,144;--color-secondary-2:245,130,32;--color-secondary-3:123,65,16;--color-secondary-4:37,20,5;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Lora";--paragraphs-font-family:"Nunito Sans"; }@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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;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:6.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#v9NUyP8V9ebMuOKmiW2SPzkm2UAivSmm { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.12478125rem;width:11.624375rem;top:0.93489587306975rem;left:0rem;overflow:hidden;display:block; }
#f4CUuRVCJ45cHQgng8BruJCxUlFqiKwu { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.74956875rem;width:18.4375rem;top:0.6875rem;left:56.5625rem;overflow:hidden;display:block; }
#LUaTCfgJtq2ZKnmoOB0AvNebP6vwP2ba { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.7498125rem;height:2.43706875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:3.8118491172791rem;left:30.062067031861rem;display:block; }
#IspIxvmTu5ZKph30F2s5I2DSypOFQw8l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gi5eox8PTxQKWLVFnu9HJbSepDSBI5K6 { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1870625rem;height:2.43706875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:3.8118491172791rem;left:40.874132156372rem;display:block; }
#gMeXUbfZ9TIgKI4sLmkdIXvolMpdTSV2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S2TlIhFRynNlysa0V6NpkyTDIn9P1G5E { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:3.8118491172791rem;left:52.186418533325rem;display:block; }
#W7lg9uwOwl08SlrVT2tqRTRBSVl3nUtx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CRhGJVtTIKVq6Ibm57ChTl5hkpK42pu1 { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.43706875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:3.8125rem;left:68.75rem;display:block; }
#TA5vWGA7VqTCiwqE8Tt3gytRk2FgMlw7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eARQyHvHJsbGDaL5ZWeLZoGGKXIfpcdd { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:6.375rem;top:1.5787811279297rem;left:12.609594345092rem;overflow:hidden;display:block; }
#hQ0NLUaeB93yxV2kJgwHXF46Wpixudqv { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:3.8118491172791rem;left:21.062067031861rem;display:block; }
#QgpMfMgKEf11S5ikuPlqkSy2BxGJlm5a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ytPH4s3bk2n1y8nq9unqLvdTdELuAu59 { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:2.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:3.8140192031861rem;left:61.497179031372rem;display:block; }
#QLLr3huTwb3fAS0ui0VJCGK5ysTBUfy0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row .container { background-color: transparent; background-image: none; }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row .container > .video-iframe-container { display: none; }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row > .video-iframe-container { display: none; }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .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); }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row .container { border-width: 0; border-radius: 0; }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#Er1lKc2hXRL6I11RF9rWotJtg35rUEHe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#xsDuJNCUR6n7ATBpwJ7TO0OTxyfDT2Nu { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:11.625rem;top:0.6875rem;left:0rem;overflow:hidden;display:none; }
#HWcVArJTThQeTXasZdEBtCATi3WGhqXA { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:2.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:2.8125rem;left:25.875rem;display:block; }
#twfRTy1ibdt9CLmaNRivSnmbKcHMSnA8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L49GLZm894KwWJ2ToAm1yZLma9wsoIpW { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.8125rem;left:36.8125rem;display:block; }
#xyD6iAfXQRpAFnwslLllDAXFoLcZrXwK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rw9UIsFSxZ21FQVHuTekhPPVLRtyTcNC { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:2.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:2.8125rem;left:46.9375rem;display:block; }
#pzpCN3Tq2ihosrwGy5RS8C7HgmN74TcB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H5ooX65pqBdWuslIz6APgqR1ZXLwU1Ax { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:2.8125rem;left:58.3125rem;display:block; }
#EUtBTZ3JfgQTpGwiMwnwyFg7s2bSWLfK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uwFCvIlvRzWKnXvZBkzNoEKWHiRS84VT { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:2.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.8125rem;left:68.3125rem;display:block; }
#MXSfAD4TWtu8Cgh6nKDDBTiDacT5Beub { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DERGLJtuOBrszyczzZl7ylETyoweQWNd { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:7.375rem;top:0.6875rem;left:0rem;overflow:hidden;display:none; }
#pGcsZFF5cnC7eCMwikN1HODUogOT0kXb { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:2.8125rem;left:58.3125rem;display:none; }
#Pm79mxnzzoS784c3FrOLsCddRtC8BKzV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6581ca51-e53d-45af-8099-06e485d8c376/spjimr1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ.adaptive-delivery-prevent-bg, #Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ.lazyload, #Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ.lazyloading { background-image: none; }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row .container { background-color: transparent; background-image: none; }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(83,31,117,0.9); }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row .container > .video-iframe-container { display: none; }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(83,31,117,0.9); }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row > .video-iframe-container { display: none; }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .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); }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row .container { border-width: 0; border-radius: 0; }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:75rem;position:relative;display:block; }#PL1QdOUoopRv4PE5Nkw6xWIkdEbhBNrK { position:absolute;display:block;z-index:15024;height:36.25rem;width:21.5625rem;top:10.623915672303rem;left:52.187501907349rem;display:block; }
#ThKl0ya5CilTk6r3hULR3rDtCH1MQahx { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:41.9375rem;width:24.0625rem;top:6.0611982345581rem;left:50.937501907349rem;display:block; }
#W724TbPt5T6vNLU8yLOMC2Ogfan5mTTS { color:rgba(var(--color-secondary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:30.061850547791rem;left:55.186632156372rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uD71IW4yvoLTz6cENuHZy2mUTsrQlo68 { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:lora;font-size:2.8125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:7.2493495941163rem;left:0rem;height:14.625rem;display:block; }
#TC0TfmL2poHTQ6yiTyBut7xlObpkzaZ4 { color:#ffffff;display:block;width:47.375rem;position:absolute;font-family:"nunito sans";font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:23.311633110046rem;left:0rem;height:3.8496125rem;font-style:normal;display:block; }
#gMgVW24ZxfnE3xhR8KQc1p90x7F5rpT9 { box-sizing:content-box;height:2.625rem;width:19.1875rem;position:absolute;display:block;z-index:15028;background-color:rgba(255,255,255,0.3);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:30.0625rem;left:0rem;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; }
#r9sEiQ0lOWAquy5F8zlMgQ6eMeOn7g8b { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:30.8125rem;left:2.9375rem;height:1.2999125rem;font-style:normal;display:block; }
#zhcyurnwvtPzr6zKDQ6ilKSGiZK4952P { box-sizing:content-box;height:0.68685rem;width:0.68685rem;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:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125rem;left:1.75rem;display:block; }
#ZTmicIZUQbUiKJsvq5eRzzMBW1uKXyHh { box-sizing:content-box;height:2.625rem;width:12.625rem;position:absolute;display:block;z-index:15031;background-color:rgba(255,255,255,0.3);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:30.0625rem;left:19.875rem;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; }
#ki705MEFsHez9MtMvRduCJbLXQLvRs5q { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:30.75rem;left:22.8125rem;height:1.2999125rem;font-style:normal;display:block; }
#JIyyLhOKS99JLoweU5p8DTl6hZ9ZV0IA { box-sizing:content-box;height:0.6875rem;width:0.6875rem;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:15034;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.0625rem;left:21.625rem;display:block; }
#TCm4NtFXCbkDOVPwIt7S3bqXET2WMSZc { box-sizing:content-box;height:2.625rem;width:12.25rem;position:absolute;display:block;z-index:15034;background-color:rgba(255,255,255,0.3);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:30.0625rem;left:33.1875rem;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; }
#iW28H8ivTCsWiQxxOnA5ROfgKnL8Z9Pl { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:30.8125rem;left:35.875rem;height:1.2999125rem;font-style:normal;display:block; }
#u1gw8JJ9Zl1mUHdzuyalouUTiUAA183g { box-sizing:content-box;height:0.68685rem;width:0.68685rem;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:15037;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125rem;left:34.75rem;display:block; }
#aBCuMy0a3kvvRgHN4ot3hC5PhGkemHhs { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:40.75rem;left:0rem;display:block; }
#OXGbTqAMX9DZTdnc0pGPdzmEDLKdSIwS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ATKeOVRWv6CxtdoVnubgwwqILHexqNsq { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.59654875rem;height:3.409505rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:40.75rem;left:26.1875rem;display:block; }
#yrWsW08ISAqwAKlxSeWvs755fdTamsvs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FIC46OLAXT1EgDsGSTrJBOebmEsQbWc1 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:33.8125rem;left:0rem;display:none; }
#GuX7aLHgOiLUVCmpAplkXtNr3aTVNA5B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K8vi8b9SlbMTMP3eCFt1eWZRiPvBV9iT { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.8743495941163rem;left:55.156251907349rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OWfZZuhITKDyOICkLZLnxw0eQcQhFIRz { box-sizing:content-box;height:2.625rem;width:45.1875rem;position:absolute;display:block;z-index:15034;background-color:rgba(255,255,255,0.3);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:34.125rem;left:0rem;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; }
#xkROOv0ZzInEaRxfLEkTRuCLHKazdDJg { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:34.875rem;left:7.5rem;height:1.2999125rem;font-style:normal;display:block; }
#W7SIio5I86JKqGNKmGBmtzbNeKzXttEF { box-sizing:content-box;height:0.6875rem;width:0.6875rem;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:15037;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.1875rem;left:6.3125rem;display:block; }
#NKwKotB92t9rvDGXg8TrP8ovXQOFgDlo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.3);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; }#NKwKotB92t9rvDGXg8TrP8ovXQOFgDlo > .row .container { background-color: transparent; background-image: none; }#NKwKotB92t9rvDGXg8TrP8ovXQOFgDlo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKwKotB92t9rvDGXg8TrP8ovXQOFgDlo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKwKotB92t9rvDGXg8TrP8ovXQOFgDlo > .row .container > .video-iframe-container { display: none; }#NKwKotB92t9rvDGXg8TrP8ovXQOFgDlo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKwKotB92t9rvDGXg8TrP8ovXQOFgDlo > .row > .video-iframe-container { display: none; }#NKwKotB92t9rvDGXg8TrP8ovXQOFgDlo > .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); }#NKwKotB92t9rvDGXg8TrP8ovXQOFgDlo > .row .container { border-width: 0; border-radius: 0; }#NKwKotB92t9rvDGXg8TrP8ovXQOFgDlo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NKwKotB92t9rvDGXg8TrP8ovXQOFgDlo > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:block; }#ZJUKIHVzrJOCuocALUXHehGNshQ17gnk { color:#582d78;display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:2.8125rem;left:26.875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e250tshlABMAqzcLygDSuvInsGxNBcUQ { color:#000000;display:block;width:37.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:8.6875rem;left:18.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ubbpvEiM1BCi7VAXSL8fGklV8gPW3Til { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:19.934875rem;top:0.0625rem;left:30.5625rem;overflow:hidden;display:none; }
#pk2isbWHy4EN2JcGgCp69WekTT29xNg2 { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.8125rem;left:28.125rem;display:block; }
#i1xx8NbSQt9vZkFR3GP4EuVcc07khRSX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.3);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; }#i1xx8NbSQt9vZkFR3GP4EuVcc07khRSX > .row .container { background-color: transparent; background-image: none; }#i1xx8NbSQt9vZkFR3GP4EuVcc07khRSX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1xx8NbSQt9vZkFR3GP4EuVcc07khRSX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1xx8NbSQt9vZkFR3GP4EuVcc07khRSX > .row .container > .video-iframe-container { display: none; }#i1xx8NbSQt9vZkFR3GP4EuVcc07khRSX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1xx8NbSQt9vZkFR3GP4EuVcc07khRSX > .row > .video-iframe-container { display: none; }#i1xx8NbSQt9vZkFR3GP4EuVcc07khRSX > .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); }#i1xx8NbSQt9vZkFR3GP4EuVcc07khRSX > .row .container { border-width: 0; border-radius: 0; }#i1xx8NbSQt9vZkFR3GP4EuVcc07khRSX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i1xx8NbSQt9vZkFR3GP4EuVcc07khRSX > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#sPNiFJHecTbNvICWqWspPyPv6FrUnpwt { color:#f58220;display:block;width:3.999025rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.5rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:7.75rem;left:54.75rem;height:7.1494375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aLhb2wu0i4EkNE2qbMEST4lCB0V4TcUE { color:#f58220;display:block;width:5.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.5rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:7.75rem;left:65.75rem;height:7.1494375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Tn2L241CaPpl0TQKDePfOlgCuwGbgnMi { color:rgba(var(--color-tertiary-2),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:16.6875rem;left:52.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rTNIaBZotuv4MF0og9QBw0qZfRlSM4p2 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:16.6875rem;left:64.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTpNmtaaXFbD9KdCVT2hlbT4wBf939ur { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:20.875rem;left:52.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gqAgNm27QdPCEa56BX4BPUznzarysgbe { 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:6.3125rem;width:8.9375rem;top:8.875rem;left:52.25rem;overflow:hidden;display:block; }
#TMLAM3sQvQaD1c34SOHQHx0l75wt1ezC { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:8.9375rem;top:8.625rem;left:63.875rem;overflow:hidden;display:block; }
#E0BFGb9wkVCksbif0h093MVSi7TFGTlw { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.375rem;width:23.75rem;top:6.5625rem;left:50.625rem;display:block; }
#PC2qrZJBQuce6pzqpKSvK7Lw6MNKKmct { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.375rem;width:23.75rem;top:6.625rem;left:25.625rem;display:block; }
#oTyad94iFORPaT5v1tQW43tCyh73ymm2 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:20.875rem;left:27.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MvNAblWEb8SnHqKA7HcUdNs6xiPXKUow { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.375rem;width:23.75rem;top:6.5625rem;left:0.5625rem;display:block; }
#VBTTB9AII4TGvotvtv05BUcP9rFzFJVC { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:20.875rem;left:2.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yJZ5db1EPzle1ivtQFe0xf6X1R3oQNqF { color:rgba(var(--color-tertiary-2),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:16.625rem;left:2.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kboIXbxDNBbl42GiEQCOSJx1BBvy7P8U { color:rgba(var(--color-tertiary-2),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:16.625rem;left:13.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WeDB6hw9tTqZG6wNIVaKUndVrfCocXaB { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:8.9375rem;top:8.875rem;left:2.1875rem;overflow:hidden;display:block; }
#yl1g0sLi8J0dATNLEgUgNZDgTJ4Gn7fc { color:#f58220;display:block;width:3.999025rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:8.1875rem;left:4.6875rem;height:5.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WdTC7QDuxeHfvhCpZBUQqFgFJoDd5kVo { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:8.9375rem;top:8.625rem;left:13.875rem;overflow:hidden;display:block; }
#PbfRFIdOvKNfW2ePTstCyQXiRy6wo6xQ { color:#f58220;display:block;width:5.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:8.1875rem;left:15.75rem;height:5.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tiaiH0vwxvyHr4oydUDrbKbdByGR4uO8 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:16.6875rem;left:27.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z0BErGnX97nArTUSIntO6qk4rIMWSTKR { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:8.9375rem;top:8.875rem;left:27.25rem;overflow:hidden;display:block; }
#kRnFEQDzizm6QutGoAgDM3mt5wTU2U1p { color:#f58220;display:block;width:3.999025rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.5rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:7.75rem;left:29.75rem;height:7.1494375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pOpZ6noLZ6UJxJdO0QnV6L3AS55J1pGk { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:8.9375rem;top:8.625rem;left:38.875rem;overflow:hidden;display:block; }
#HFrhvBC8fNnetnhJ0wU46i47SS4OgE7i { color:#f58220;display:block;width:5.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.5rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:7.75rem;left:40.75rem;height:7.1494375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tMQDhVyAMvTm6E9tuH7w0oRe93vsLQJO { color:rgba(var(--color-tertiary-2),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:16.6875rem;left:39.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zLmrlzm8qGKDlLv1yLP2Sb7dmI2FGdXy { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:19.9338125rem;top:1.1859817504882rem;left:27.311201095581rem;overflow:hidden;display:block; }
#c7EHXvd9eCBs02Hzyp5dNE1nwJFdR9nC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c7EHXvd9eCBs02Hzyp5dNE1nwJFdR9nC > .row .container { background-color: transparent; background-image: none; }#c7EHXvd9eCBs02Hzyp5dNE1nwJFdR9nC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7EHXvd9eCBs02Hzyp5dNE1nwJFdR9nC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7EHXvd9eCBs02Hzyp5dNE1nwJFdR9nC > .row .container > .video-iframe-container { display: none; }#c7EHXvd9eCBs02Hzyp5dNE1nwJFdR9nC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7EHXvd9eCBs02Hzyp5dNE1nwJFdR9nC > .row > .video-iframe-container { display: none; }#c7EHXvd9eCBs02Hzyp5dNE1nwJFdR9nC > .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); }#c7EHXvd9eCBs02Hzyp5dNE1nwJFdR9nC > .row .container { border-width: 0; border-radius: 0; }#c7EHXvd9eCBs02Hzyp5dNE1nwJFdR9nC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c7EHXvd9eCBs02Hzyp5dNE1nwJFdR9nC > .row .container { font-size:0.875rem;font-family:arial;height:27.25rem;width:75rem;position:relative;display:block; }#Ak7DepnDgT7shDRemeZMgBQefZk2MV6x { color:rgba(var(--color-primary-2),1);display:block;width:51.25rem;position:absolute;font-family:lora;font-size:2.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:2.9361991882324rem;left:11.875001907349rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#akUHEWT0vmN5T6SQT8pbmPBJvz3yUlRH { color:#000000;display:block;width:64.75rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:8.375rem;left:5.3125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lmoEcQQWHBErNWEmDnGxMygmrBbWyE06 { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7rem;left:28.3125rem;display:block; }
#wImrC8KsuZPtifX4CSZuUZbd3qk9WTGQ { box-sizing:content-box;height:6.6875rem;width:16.625rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5625rem;left:1.125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#EdNHBPTqWaN5ewBpO5douaNa6l4kTQA7 { box-sizing:content-box;height:6.6875rem;width:16.625rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5625rem;left:19.8125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#fTOdXtWkATq26CAff7ES8rO6JMqfcb3E { box-sizing:content-box;height:6.6875rem;width:16.625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5625rem;left:38.5625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#yugAT5LXSG4o9yu1dxMbTsdRl2Q50Ilx { box-sizing:content-box;height:6.6875rem;width:16.9375rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5625rem;left:57.3125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#fGJzrp7PZgDyDwu6pUTIDbyb5TxGEnax { color:rgba(var(--color-tertiary-0),1);display:block;width:2.625rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:13.9375rem;left:2.0625rem;height:2.5996125rem;display:block; }
#nS3XgXgvqEw9IVV2burpsgO4NmTPwI0u { color:rgba(var(--color-tertiary-0),1);display:block;width:2.625rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:13.9375rem;left:20.875rem;height:2.5996125rem;display:block; }
#tIy4Zex5oFND6zLkEP7exM74D82RUHTQ { color:rgba(var(--color-tertiary-0),1);display:block;width:2.625rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:13.9375rem;left:39.5625rem;height:2.5996125rem;display:block; }
#HIvpye2xCQWJNrFLaeLWoFdq2b2mZT92 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.625rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:13.9375rem;left:58.3125rem;height:2.5996125rem;display:block; }
#kDTAWxqaLE596TRtq5HAly366xR4dFCz { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:16.5625rem;left:2.0625rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rfFxHcNmxFdLfzevHJd1qn3J1x59SeH2 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:16.5625rem;left:20.875rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fh1ShCAPTFF8fb3AZTReI6iRDzrrNbEy { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16.5625rem;left:39.625rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fy1K8fhb0vhwQGGxSCBLdKIGTw3Urv86 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:16.5625rem;left:58.3125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r1JX9WRzDfnDUigqG3qslWkrdrCoboSN { color:#000000;display:block;width:36.0625rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:22.1875rem;left:19.625rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ditmWGPLckyIoTPwLPSHcTDpT848elw4 { box-sizing:content-box;height:6.6875rem;width:16.625rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5625rem;left:0.8125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#Bk1po42qPO2Ez4sq3Kwd05e14RWVT3Gi { box-sizing:content-box;height:6.6875rem;width:16.625rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5625rem;left:19.5rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#Q2syuSJZg7soSJWU0VzViqTs2OoXHr80 { box-sizing:content-box;height:6.6875rem;width:16.625rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5625rem;left:38.25rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#BczgZk7tMdhwUoEVpeA25l3HtdMmiTmf { box-sizing:content-box;height:6.6875rem;width:16.625rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5625rem;left:57rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC > .row .container { background-color: transparent; background-image: none; }#vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC > .row .container > .video-iframe-container { display: none; }#vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC > .row > .video-iframe-container { display: none; }#vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC > .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); }#vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC > .row .container { border-width: 0; border-radius: 0; }#vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#IIumGPV8Kfic2J4nPshlNc19cGiTRwMG { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:2.5996125rem;display:block; }
#GUccWU7togMMUCWCgbwgRwsKgBTH7VrE { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:11.375rem;left:0rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F6O8EgvbfsQiFbkNBN0Cc1cdsX3WkywX { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10rem;left:0rem;display:block; }
#KCSTeGToKLaTGFrh9i51UNlMkwxll5ZS { box-sizing:content-box;height:10.625rem;width:34.0625rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:0rem;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; }
#ITd8mzleltg8IyxlMIrZ8ysUdbCI6bTc { color:#000000;display:block;width:30.686875rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:21.293405532837rem;left:1.6872844696045rem;height:6.785125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ITd8mzleltg8IyxlMIrZ8ysUdbCI6bTc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ITd8mzleltg8IyxlMIrZ8ysUdbCI6bTc li:before{  }
#MwK1kOgRbO2E5BB7HKseJfZaonG7ycXo { box-sizing:content-box;height:10.625rem;width:34.0625rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.375rem;left:0.4375rem;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; }
#W5wcTP5Uv0fix8XvM63LbphhN7dBzLy9 { position:absolute;display:block;z-index:15045;border-top:0.25rem solid rgba(var(--color-primary-0),1);border-left:0.25rem solid rgba(var(--color-primary-0),1);border-right:0.25rem solid rgba(var(--color-primary-0),1);border-bottom:0.25rem solid rgba(var(--color-primary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:34.5625rem;top:6.4637584686281rem;left:40.02170753479rem;overflow:hidden;display:block; }
#hku4zwJJhpJC22aIniCDy1QGudG9mJAT { box-sizing:content-box;height:12.999125rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.9672317504882rem;left:62.50000190735rem;border-top-left-radius:0.25rem;border-top-right-radius:62.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#L6HvyaaKPklcriDRSGpGTu90LTN5FEHG { box-sizing:content-box;height:11.6873125rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.061201095581rem;left:62.50000190735rem;display:block; }
#rcAmZp4gszoozMUxv7f0BthzqVRQANsT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.3);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; }#rcAmZp4gszoozMUxv7f0BthzqVRQANsT > .row .container { background-color: transparent; background-image: none; }#rcAmZp4gszoozMUxv7f0BthzqVRQANsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcAmZp4gszoozMUxv7f0BthzqVRQANsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcAmZp4gszoozMUxv7f0BthzqVRQANsT > .row .container > .video-iframe-container { display: none; }#rcAmZp4gszoozMUxv7f0BthzqVRQANsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcAmZp4gszoozMUxv7f0BthzqVRQANsT > .row > .video-iframe-container { display: none; }#rcAmZp4gszoozMUxv7f0BthzqVRQANsT > .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); }#rcAmZp4gszoozMUxv7f0BthzqVRQANsT > .row .container { border-width: 0; border-radius: 0; }#rcAmZp4gszoozMUxv7f0BthzqVRQANsT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rcAmZp4gszoozMUxv7f0BthzqVRQANsT > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#MLiT9Fkd4RLsdRWqAJ8G6xmNq1s1bk8I { color:rgba(var(--color-primary-2),1);display:block;width:27.3123125rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:2.4375rem;left:23.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#sXW4AVP3gEpDkTwivNrD8hDSpEWL7719 { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.875rem;left:28.125rem;display:block; }
#xJR20ctyep1uiLoGMqBb6Vt23XsHaUmu { box-sizing:content-box;height:2.75rem;width:75rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:8.125rem;left:0.125rem;display:block; }
#oXQW1OTpiGGRkF5ii5040QIzfSJpcmr2 { color:#ffffff;display:block;width:4.12475625rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:8.8747863769531rem;left:10.374349594116rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z18ARM4kT5nhLR1q4XEkHb3uyxLmNIi5 { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:8.625rem;left:43.625rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AkpfyPHq1eHS83QbXnoQZUBNJ1he2gdH { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:2.5;letter-spacing:0;top:10.874572753906rem;left:10.374349594116rem;height:14.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L2bFnz1P40dd981VkdqfRZ7zdZowFDmd { box-sizing:content-box;height:2.749025rem;width:75rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:10.875rem;left:0rem;display:block; }
#EORohZrrayIwhd1Nx4Aolrg3Z4ZTl5FQ { box-sizing:content-box;height:2.749025rem;width:75rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:13.625rem;left:0rem;display:block; }
#b4cKOyXTyhtuhXFsFWTK6ZNTBSWlzsy1 { box-sizing:content-box;height:2.749025rem;width:75rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:16.5rem;left:0rem;display:block; }
#qp5Ma5zOWe2mqd6qxDU5Jg6XCkA5ZUy2 { box-sizing:content-box;height:2.749025rem;width:75rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:19.25rem;left:0rem;display:block; }
#sCmKGnMAC1uAdvVdJhbVzfWOnRd7MnIb { box-sizing:content-box;height:2.749025rem;width:75rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:21.9375rem;left:0rem;display:block; }
#Se45A7bU6NdqX5HgNmQLBMpN9yci0lub { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15032;line-height:2.5;letter-spacing:0;top:10.875rem;left:43.625rem;height:14.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w4dP4HMaiyByS1gdz678OgJFLp8llF2V { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3111875rem;height:3.75rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:27.5rem;left:45.6875rem;display:block; }
#zN8wkQgA2cueBGxUK4aiUv4F0TARthoZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yJdCIGg9mZVcDN7THHq2pxDRP1CK6ncK { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:2.4;letter-spacing:0;top:12.4375rem;left:1.75rem;height:13.501rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#tOfENZIrAQIJTvUQ79vranRM8hVUTidn { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15032;line-height:2.4;letter-spacing:0;top:12.4375rem;left:22.8125rem;height:13.501rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#bo87Swqu3gFHEdZDSz0blh6oyosOqflM { box-sizing:content-box;height:3.75rem;width:27.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.5rem;left:17.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Q1BF69zmAhqAqU2f0oLdFcb7eNKCHgn2 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:28.5rem;left:17.5rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT { position:relative;display:block; }#eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT { background-color: transparent; background-image: none; }#eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT > .row .container > .video-iframe-container { display: none; }#eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT > .row > .video-iframe-container { display: none; }#eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT > .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); }#eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT { border-width: 0; border-radius: 0; }#eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E3T9lmnd3ZWFTWDlprbyzVxa1x6Qg9Xa { color:rgba(var(--color-primary-2),1);display:block;width:18.5625rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:9.5625rem;left:42.25rem;height:2.5996125rem;display:block; }
#ci2DTbElN5hpMTC37cTagF3ePgETKDeB { box-sizing:content-box;height:0.1875rem;width:18rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13rem;left:42.125rem;display:block; }
#MdVfS2hIxp7S92MlSnCDoyyNT4oRCkON { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:14.875rem;left:42.375rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TvgS5OX4MNtKr54g9pU7Th4lUPP26b28 { box-sizing:content-box;height:10.625rem;width:32.75rem;position:absolute;display:block;z-index:15030;background-color:#e1e1e1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.625rem;left:42.25rem;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; }
#oNbQcg9oZLxBUONrgTWCOcIDo3OyM31V { box-sizing:content-box;height:10.625rem;width:32.3125rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.0625rem;left:42.25rem;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; }
#v62wFhsGC9TP7IwETsuEZQVBBJKCnIx5 { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:23.0625rem;left:44.8125rem;height:6.785125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#v62wFhsGC9TP7IwETsuEZQVBBJKCnIx5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v62wFhsGC9TP7IwETsuEZQVBBJKCnIx5 li:before{  }
#wDLIeb33OZ5ahtt9iwVXhWyvQffmCePX { box-sizing:content-box;height:10.625rem;width:34.0625rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.75rem;left:36.375rem;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:none; }
#PAAwnDeUO0zAJNqLS12U4fHk2nGByzEH { box-sizing:content-box;height:10.625rem;width:34.0625rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.25rem;left:35.9375rem;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:none; }
#rTAOfONlPZnNcIHLhzM64owp3IrkcLBO { box-sizing:content-box;height:10.625rem;width:34.0625rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.75rem;left:36.375rem;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:none; }
#ItZqPMyicpxKCTyoUeZXzXVI1QBx285u { position:absolute;display:block;z-index:15045;border-top:0.25rem solid rgba(var(--color-primary-0),1);border-left:0.25rem solid rgba(var(--color-primary-0),1);border-right:0.25rem solid rgba(var(--color-primary-0),1);border-bottom:0.25rem solid rgba(var(--color-primary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:38.9355625rem;top:7.7474040985106rem;left:0rem;overflow:hidden;display:block; }
#oETeshTR90DBkyLQeUqb3xUisiG4CrcS { box-sizing:content-box;height:12.9980625rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.9954452514649rem;left:0rem;border-top-left-radius:30rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#QKXSBiqMheWLiktoECveaeikdvJ0THmM { box-sizing:content-box;height:10.5620625rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.311845779419rem;left:0rem;display:block; }
#pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.3);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; }#pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM > .row .container { background-color: transparent; background-image: none; }#pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM > .row .container > .video-iframe-container { display: none; }#pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM > .row > .video-iframe-container { display: none; }#pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM > .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); }#pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM > .row .container { border-width: 0; border-radius: 0; }#pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#Dpq0H97b9naIM2QSvZEQWKt2swDubbED { color:rgba(var(--color-primary-2),1);display:block;width:36.749125rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:2.6875rem;left:19.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#nDagtQRhUrPhMXZXpZT6TVzcNaHeF9co { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.375rem;left:28.1875rem;display:block; }
#NOfrt6dkF5ampEMFZSLhuJmfCNThKwSV { color:rgba(var(--color-tertiary-4),1);display:block;width:59.124375rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:7.8125rem;left:8rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gJqFVaqLpZIfm8s0TgOKifUxMBoduo4T { box-sizing:content-box;height:8.875rem;width:15.374375rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:12.5625rem;left:3.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#n5MtbMScI4rnhTbkNMI6TKQ4VmuEl50w { box-sizing:content-box;height:8.875rem;width:15.374375rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:12.5625rem;left:20.9375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#pm3cgn8wrm8uLyliPIZukZMxxP4Mu5xH { box-sizing:content-box;height:8.875rem;width:15.375rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:12.561637878418rem;left:38.562288284302rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#e4FAXTntXXWDQiPNNDAaTrVDe0sEObW5 { box-sizing:content-box;height:8.875rem;width:15.374375rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:12.5625rem;left:56.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#cxBxRkM6soMpTsqE5BHbD4LGasfiq9PC { color:#ffffff;display:block;width:8.3745625rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:17.374134063721rem;left:7.0681438446044rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nJhX8ZbtzsDWgIZaN66aUZBhe2tD4I7C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:13.6875rem;left:9.75rem; }
#wDZMIgB80aM2Ahgqxy40GDkP4fXHH0Zg { color:#ffffff;display:block;width:10.8745625rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:17.375rem;left:23.255208969116rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CSQmks4uSKvTAgbM8PM31A9bmVLtHALD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:13.6875rem;left:27.1875rem; }
#lIOQTgSGiwNebbHtF2U1zNRvwkdqQGIM { color:#ffffff;display:block;width:12.561875rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:17.355686187744rem;left:40.037981033325rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eTG9L6T4OaAhOf8CDCTDt5L2TUeMxzV6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:13.685981750488rem;left:44.755861282349rem; }
#c21o6SJRZkpV2cGTsSudTEuqyTBmN6Lk { color:#ffffff;display:block;width:14.5605625rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:17.375rem;left:56.75rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zWLD3mV4tIM80AWFo6bXEGTGSUsCVZRt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:13.6875rem;left:62.4375rem; }
#HxJl76Jphx7mU9TS6PC1Z0u6fIfObVxr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HxJl76Jphx7mU9TS6PC1Z0u6fIfObVxr > .row .container { border-width: 0; border-radius: 0; }#HxJl76Jphx7mU9TS6PC1Z0u6fIfObVxr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HxJl76Jphx7mU9TS6PC1Z0u6fIfObVxr > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;position:relative;display:none; }#sfbRdQnX8cpZ1chN5krh3URRc3yPKgTa { color:rgba(var(--color-primary-2),1);display:block;width:20.874rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:2.686767578125rem;left:27.061767578125rem;height:2.59895625rem;display:block; }
#rVs3XuapaqPvRTKgURe35cPfRXh6e9WE { box-sizing:content-box;height:0.1867675rem;width:18.75rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.5625rem;left:28.1875rem;display:block; }
#OgaiC1TozvM6baK1TfMGsO1rOSmx3wnc { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:17.81005859375rem;left:3.546142578125rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gcu3bxGUnyCUsMiK6y20MbsZTBEdXs6s { box-sizing:content-box;height:6.25rem;width:6.25rem;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:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:9.5625rem;left:6.75rem;display:block; }
#omTvTV28lCVKeun2sdFvT1E3Rr1aJwna { box-sizing:content-box;height:6.25rem;width:6.25rem;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:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:9.5625rem;left:20.5625rem;display:block; }
#gxTXmDbTrUbSFGpbpB2CZE4bbbdgt6EB { box-sizing:content-box;height:6.25rem;width:6.25rem;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:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:9.5625rem;left:34.3125rem;display:block; }
#M5dmLy7XPlXJZt0nvBFQ18Jvw2ioJUK4 { box-sizing:content-box;height:6.25rem;width:6.25rem;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:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:9.5625rem;left:48.0625rem;display:block; }
#Ayr9PTBewfskIPGf1HtFJQgTQMuDAL1H { box-sizing:content-box;height:6.25rem;width:6.25rem;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:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:9.5625rem;left:61.8125rem;display:block; }
#naheRpRUkbbSR1VBaswnB5Pe1bBNhylQ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81225625rem;width:3.81225625rem;top:10.875rem;left:14.875rem;overflow:hidden;display:block; }
#MSKhDOsEqHH9bI98GUdH8WnReMkmEe2k { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81225625rem;width:3.81225625rem;top:10.875rem;left:28.1875rem;overflow:hidden;display:block; }
#yTERmyzvBSTJ7VOQVe7qmM1Cm46To1LD { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81225625rem;width:3.81225625rem;top:10.875rem;left:42.3125rem;overflow:hidden;display:block; }
#TeovCaQRlEtLluQl5TWlLJ7PLbF7ftse { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81225625rem;width:3.81225625rem;top:10.875rem;left:56.375rem;overflow:hidden;display:block; }
#ziocCQaXvpuzrdHr3SZUlSc8Pf19PvKr { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:17.81005859375rem;left:17.3583984375rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cL0D8n0PhTIVUDRqBCbFS9ZDuZcdf5lV { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:17.81005859375rem;left:31.09375rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kxHOit3VfbvThi90ElvzFqU5XWvCWJO6 { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:17.81005859375rem;left:44.8583984375rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zwxRcIXsXg7Z3rTKm3c7TTQObreVeUVs { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:17.81005859375rem;left:58.6083984375rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VLIzAs8Vdp0IiBFoT5SpSNdKsNlFcPti { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:11.202392578125rem;left:8.389892578125rem; }
#c25E0RzHDIxtc3E9TTWCv2kkTXUmznIB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:11.358642578125rem;left:22.3583984375rem; }
#bUbx6Pq376WQaStrHOXEH7gOm2bSuOnT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.374025rem;width:3.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:11.07666015625rem;left:35.81298828125rem; }
#wvkLDqCkTzqaTlg7F9uCODyKZBdXmyEA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.061525rem;width:3.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:11.23291015625rem;left:49.73388671875rem; }
#VFaKhqkJsmH4BaFsfTmMAeKhf4Kgo9Vw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.061525rem;width:3.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:11.23291015625rem;left:63.48388671875rem; }
#CJ2Qer81vnJOgJzcaOnfycxIEGxyX6Qr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#542b74;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; }#CJ2Qer81vnJOgJzcaOnfycxIEGxyX6Qr > .row .container { background-color: transparent; background-image: none; }#CJ2Qer81vnJOgJzcaOnfycxIEGxyX6Qr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJ2Qer81vnJOgJzcaOnfycxIEGxyX6Qr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJ2Qer81vnJOgJzcaOnfycxIEGxyX6Qr > .row .container > .video-iframe-container { display: none; }#CJ2Qer81vnJOgJzcaOnfycxIEGxyX6Qr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJ2Qer81vnJOgJzcaOnfycxIEGxyX6Qr > .row > .video-iframe-container { display: none; }#CJ2Qer81vnJOgJzcaOnfycxIEGxyX6Qr > .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); }#CJ2Qer81vnJOgJzcaOnfycxIEGxyX6Qr > .row .container { border-width: 0; border-radius: 0; }#CJ2Qer81vnJOgJzcaOnfycxIEGxyX6Qr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CJ2Qer81vnJOgJzcaOnfycxIEGxyX6Qr > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#UErmnnTv5nbpZspptmPZCzgxIM4OgLVQ { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.375rem;left:25rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q2DpTdwPbWoC5TOM1Nc236QAA0d2LMBE { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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:0.124783125rem;width:18.75rem;top:7.0625rem;left:27.75rem;display:block; }
#m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#542b74;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; }#m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w > .row .container { background-color: transparent; background-image: none; }#m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w > .row .container > .video-iframe-container { display: none; }#m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w > .row > .video-iframe-container { display: none; }#m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w > .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); }#m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w > .row .container { border-width: 0; border-radius: 0; }#m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:block; }#zM0fRP1iIuR6W8g6GSJWbflzZokHXBMS { position:absolute;display:block;z-index:15001;height:32rem;width:60rem;top:1.185998916626rem;left:7.5000019073488rem;display:block; }
#PavRxoigVkMJnvHE5fXCkZicCqyuxRWX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#542b74;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PavRxoigVkMJnvHE5fXCkZicCqyuxRWX > .row .container { border-width: 0; border-radius: 0; }#PavRxoigVkMJnvHE5fXCkZicCqyuxRWX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PavRxoigVkMJnvHE5fXCkZicCqyuxRWX > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:none; }#s0K0QTHXf5RrHZUzxKu8Zxrp1JALEczJ { position:absolute;display:block;z-index:15001;height:32.4370625rem;width:70.686875rem;top:1.3118648529052rem;left:2.1560344696045rem;display:block; }
#h6H5ePSleSTo2shg7IAiaLv0l6c4ACMp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h6H5ePSleSTo2shg7IAiaLv0l6c4ACMp > .row .container { background-color: transparent; background-image: none; }#h6H5ePSleSTo2shg7IAiaLv0l6c4ACMp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6H5ePSleSTo2shg7IAiaLv0l6c4ACMp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6H5ePSleSTo2shg7IAiaLv0l6c4ACMp > .row .container > .video-iframe-container { display: none; }#h6H5ePSleSTo2shg7IAiaLv0l6c4ACMp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6H5ePSleSTo2shg7IAiaLv0l6c4ACMp > .row > .video-iframe-container { display: none; }#h6H5ePSleSTo2shg7IAiaLv0l6c4ACMp > .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); }#h6H5ePSleSTo2shg7IAiaLv0l6c4ACMp > .row .container { border-width: 0; border-radius: 0; }#h6H5ePSleSTo2shg7IAiaLv0l6c4ACMp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h6H5ePSleSTo2shg7IAiaLv0l6c4ACMp > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#OcSxLXuUU4lu1oZGtzi9Hh9RPZVvZVdE { color:rgba(var(--color-primary-2),1);display:block;width:74.875rem;position:absolute;font-family:lora;font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.0935325622559rem;left:0.092882156372069rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JIU82ZTMOhDB4IQolG8E6WREr2NnPlck { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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:0.1875rem;width:18.75rem;top:6.8739109039306rem;left:28.125001907349rem;display:block; }
#LOsGIdmU8cP2oV5oZ7dPwNw6tOEdGacD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LOsGIdmU8cP2oV5oZ7dPwNw6tOEdGacD > .row .container { background-color: transparent; background-image: none; }#LOsGIdmU8cP2oV5oZ7dPwNw6tOEdGacD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOsGIdmU8cP2oV5oZ7dPwNw6tOEdGacD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOsGIdmU8cP2oV5oZ7dPwNw6tOEdGacD > .row .container > .video-iframe-container { display: none; }#LOsGIdmU8cP2oV5oZ7dPwNw6tOEdGacD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOsGIdmU8cP2oV5oZ7dPwNw6tOEdGacD > .row > .video-iframe-container { display: none; }#LOsGIdmU8cP2oV5oZ7dPwNw6tOEdGacD > .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); }#LOsGIdmU8cP2oV5oZ7dPwNw6tOEdGacD > .row .container { border-width: 0; border-radius: 0; }#LOsGIdmU8cP2oV5oZ7dPwNw6tOEdGacD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LOsGIdmU8cP2oV5oZ7dPwNw6tOEdGacD > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#soMqJ6g5ODnJZbPQ2Ia1GO8UR0euuzV7 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:39.436875rem;width:70.499375rem;top:1.6875rem;left:2.25rem;display:block; }
#xb8SpFXLquXEVyUQUpiWMiuPTzK0s39R { box-sizing:content-box;height:41.124125rem;width:72.124375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.875rem;left:1.4375rem;display:block; }
#ExbSDVaw3UT8NQkpxTMVTITTbdWBbk5v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ExbSDVaw3UT8NQkpxTMVTITTbdWBbk5v > .row .container { border-width: 0; border-radius: 0; }#ExbSDVaw3UT8NQkpxTMVTITTbdWBbk5v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ExbSDVaw3UT8NQkpxTMVTITTbdWBbk5v > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:none; }#MCCCpMxAxngAlGnAzQeQphRQ19evRKDg { box-sizing:content-box;height:0.1867675rem;width:18.75rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.9375rem;left:0rem;display:block; }
#hfQxtN3Z9ofdCfnKhdoMHe408RRr7Bes { color:#000000;display:block;width:34.24925rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:10.1875rem;left:0rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KkENV0OwpnXteOBq2tGvCa7gTzdM39Qd { color:rgba(var(--color-primary-2),1);display:block;width:31.5625rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:5.5rem;left:0.125rem;height:2.59874375rem;display:block; }
#vSd7RCi074EQZVcuPMPK45E97ke81JZp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3120125rem;width:2.3120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:7.75rem;left:47.125rem; }
#DEZlhlXnoVQv8CTIpdBzMWqBUTwwZdDq { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15034;line-height:2.4;letter-spacing:0;top:7.5rem;left:51.0625rem;height:10.7986rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZWybFHpC3lyuxdX9XVaGV8uF26Q9kc70 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3120125rem;width:2.3120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:10.5rem;left:47.125rem; }
#TKDBoBUhApuOV9wvsgFKng8bM0n9yfxm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3120125rem;width:2.3120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:12.9375rem;left:47.125rem; }
#My77OhRzoyAJ7F7AvGpPeix0KiGv9C6D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3120125rem;width:2.3120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:15.75rem;left:47.125rem; }
#qXLiZsfBvOXXQ6NRonFflBa64MA4ig2l { box-sizing:content-box;height:18.6865rem;width:37.6245rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5rem;left:37.375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#G0XmmgcnT5uF5ZB49IDEozeZm2Rv3sWC { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.310125rem;height:3.75rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:16.375rem;left:0rem;display:block; }
#t9fwELoPXTPJEQ1d7CTmHozH6y89NOBn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xuU3TCpXwKRRt5J6EskRC7TD8NfT4s3p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.3);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xuU3TCpXwKRRt5J6EskRC7TD8NfT4s3p > .row .container { border-width: 0; border-radius: 0; }#xuU3TCpXwKRRt5J6EskRC7TD8NfT4s3p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xuU3TCpXwKRRt5J6EskRC7TD8NfT4s3p > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:none; }#CqBBr3D6HePzGUssqPmb9lHiwXF1CeTx { color:rgba(var(--color-primary-2),1);display:block;width:21.8115rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:4.3125rem;left:26.5rem;height:2.59895625rem;display:block; }
#uQvUqd1SX4vEh1fIBhWTb9RLhTIDMiFT { box-sizing:content-box;height:0.185546875rem;width:18.75rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.1875rem;left:28.125rem;display:block; }
#nJxon4VIg8Obs6BfyQvZGwv6MTSLrqM9 { box-sizing:content-box;height:3.18725625rem;width:32.24975rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:10.375rem;left:21.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#TI4OPHVBvhWl7UZoe2ZZWhKDWSBHcQpg { box-sizing:content-box;height:3.18725625rem;width:37.37425rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:15.75rem;left:18.6875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#zs1t3KF1v0DNvenUhKLDFvqstuv8WtVR { box-sizing:content-box;height:3.18725625rem;width:42.5rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:21.25rem;left:16.1875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#i0X6k4xgwV3hF8KtZORFscCaw3W2w5WT { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:"nunito sans";font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:11.25rem;left:23.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#itxQbLkBoJPLzikMN3lpq7V8EhhuX9Tc { color:#ffffff;display:block;width:33.936625rem;position:absolute;font-family:"nunito sans";font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:22.125rem;left:20.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k0ZxQzZIk1Bi6UTAozOErl6n5prrPlfZ { color:#ffffff;display:block;width:32.1245625rem;position:absolute;font-family:"nunito sans";font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:16.625rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#edzQJen1iJT5uEpa5Qu3UZJ1TWcxJNpT { box-sizing:content-box;height:3.18725625rem;width:37.37425rem;position:absolute;display:block;z-index:15037;background-color:rgba(135,73,179,0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:16.38671875rem;left:18.73291015625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#v9duK4tfD2Ul8xE0gv0NkNgwNNqN1yPX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v9duK4tfD2Ul8xE0gv0NkNgwNNqN1yPX > .row .container { background-color: transparent; background-image: none; }#v9duK4tfD2Ul8xE0gv0NkNgwNNqN1yPX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9duK4tfD2Ul8xE0gv0NkNgwNNqN1yPX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9duK4tfD2Ul8xE0gv0NkNgwNNqN1yPX > .row .container > .video-iframe-container { display: none; }#v9duK4tfD2Ul8xE0gv0NkNgwNNqN1yPX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9duK4tfD2Ul8xE0gv0NkNgwNNqN1yPX > .row > .video-iframe-container { display: none; }#v9duK4tfD2Ul8xE0gv0NkNgwNNqN1yPX > .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); }#v9duK4tfD2Ul8xE0gv0NkNgwNNqN1yPX > .row .container { border-width: 0; border-radius: 0; }#v9duK4tfD2Ul8xE0gv0NkNgwNNqN1yPX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v9duK4tfD2Ul8xE0gv0NkNgwNNqN1yPX > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#KlKTNkSv6F2aMrRF79GPXF8aLZCFPI1R { color:rgba(var(--color-primary-2),1);display:block;width:24.3125rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.9375rem;left:25.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g1wQZ9nhUH3Pw88t1EAP3Znmle05qeO0 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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:0.125rem;width:12.5rem;top:5.6875rem;left:31.25rem;display:block; }
#nvJ9MrLilzIShG3btkRNDEms9JAT7cL5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nvJ9MrLilzIShG3btkRNDEms9JAT7cL5 > .row .container { background-color: transparent; background-image: none; }#nvJ9MrLilzIShG3btkRNDEms9JAT7cL5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvJ9MrLilzIShG3btkRNDEms9JAT7cL5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvJ9MrLilzIShG3btkRNDEms9JAT7cL5 > .row .container > .video-iframe-container { display: none; }#nvJ9MrLilzIShG3btkRNDEms9JAT7cL5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvJ9MrLilzIShG3btkRNDEms9JAT7cL5 > .row > .video-iframe-container { display: none; }#nvJ9MrLilzIShG3btkRNDEms9JAT7cL5 > .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); }#nvJ9MrLilzIShG3btkRNDEms9JAT7cL5 > .row .container { border-width: 0; border-radius: 0; }#nvJ9MrLilzIShG3btkRNDEms9JAT7cL5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nvJ9MrLilzIShG3btkRNDEms9JAT7cL5 > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#bfDITONgkkmr7iTgFi07FdD5CEHQRwBc { color:rgba(var(--color-tertiary-4),1);display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:0.8125rem;left:19rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uvu4bpQuZTQlRF8ZEEHnZqKqawF0mCXV { color:rgba(var(--color-primary-2),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:14.1875rem;left:13.8125rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ubcG2I8zN5sE8nAUlyvCOOZKAHr2idDp { color:rgba(var(--color-primary-2),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:14.25rem;left:32.3125rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w9ywSUiaqeq0fH7KRRpUvA1Zrov3p58e { color:rgba(var(--color-primary-2),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:14.25rem;left:50.1875rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FbAGl5GGHnEnUoyz72k3BuUNB1WIuPlN { color:rgba(var(--color-tertiary-4),1);display:block;width:48.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:19.510631561279rem;left:12.624784469604rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wxLVDocAdS9TX1ftocPiiGRTVPah3hGG { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.125rem;width:6.125rem;top:6.6875rem;left:15.5rem;display:block; }
#oXUqo5yaiq8041nRk0ICSgLDSnuMFipq { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.125rem;width:6.125rem;top:6.875rem;left:34.3125rem;display:block; }
#SLOb3LLQyiqN07xif99kxRkuTbMWBrue { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.125rem;width:6.125rem;top:6.875rem;left:52.1875rem;display:block; }
#MshIu9VevVrtpsmVk1JZhyfZI4EpZtIT { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:7.90625rem;left:53.21875rem;overflow:hidden;display:block; }
#kIXRCUaeHq75x6L21cIrFJr6g3dBvCTQ { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:7.90625rem;left:35.34375rem;overflow:hidden;display:block; }
#FwnVDUopmfAPLg1qFolt4CydeiSR6GwB { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:7.90625rem;left:16.71875rem;overflow:hidden;display:block; }
#Dhp8eLl9Xu9bDK9O8z20Jf0AvHKswLXa { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:7.96875rem;left:25.9375rem;overflow:hidden;display:block; }
#TZn1a6Nho7EofryAaFElzoFoienZReFx { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:7.96875rem;left:44.375rem;overflow:hidden;display:block; }
#ttsxZSB5yeOuG31NccTowhWGg4I2284m { 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:16rem;width:16rem;display:none; }
#aL1IRpdTrq55Sxorim0JI4lCpDl7BywF { 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:16rem;width:16rem;display:none; }
#svPT6nQG9J3Blu9qzqtLorHyF49QxJJx { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.310125rem;height:3.75rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:25.157337188721rem;left:31.219621658325rem;display:block; }
#ybV2xa4n1hffshohgLiEOT49X74E3VEA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xdnCHpFlXhA1GVi1QKwG0fkioCeW1PmR { position:relative;display:block; }#xdnCHpFlXhA1GVi1QKwG0fkioCeW1PmR { background-color: transparent; background-image: none; }#xdnCHpFlXhA1GVi1QKwG0fkioCeW1PmR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdnCHpFlXhA1GVi1QKwG0fkioCeW1PmR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdnCHpFlXhA1GVi1QKwG0fkioCeW1PmR > .row .container > .video-iframe-container { display: none; }#xdnCHpFlXhA1GVi1QKwG0fkioCeW1PmR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdnCHpFlXhA1GVi1QKwG0fkioCeW1PmR > .row > .video-iframe-container { display: none; }#xdnCHpFlXhA1GVi1QKwG0fkioCeW1PmR > .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); }#xdnCHpFlXhA1GVi1QKwG0fkioCeW1PmR { border-width: 0; border-radius: 0; }#xdnCHpFlXhA1GVi1QKwG0fkioCeW1PmR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xdnCHpFlXhA1GVi1QKwG0fkioCeW1PmR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ud5u1L3AQZLRy3lBnvTiKQDnvZmJ3Qdw { color:rgba(var(--color-primary-2),1);display:block;width:24.3125rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2rem;left:25.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F7mS7tDQePIW7x04eoTyC8ZQlXq2Uo4n { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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:0.125rem;width:12.5rem;top:5.6875rem;left:31.1875rem;display:block; }
#StyOEaFVyy1zQzqmFW1AZDG1ELb1R434 { color:rgba(var(--color-tertiary-3),1);display:block;width:69.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:7.5rem;left:2.75rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EayJZlDGLQe1KeP6G2ebwpohFd7TTfTc { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:18.936625rem;width:33.75rem;top:16.1875rem;left:2.75rem;display:block; }
#RlwWTiMNn61WSFNXfJJObkPe9zclIdRy { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:18.9355625rem;width:33.75rem;top:16.1875rem;left:38.5rem;display:block; }
#BymKQ8pGsq1uXxAZg9TTGgEpre0uNrqu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf4ff;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; }#BymKQ8pGsq1uXxAZg9TTGgEpre0uNrqu > .row .container { background-color: transparent; background-image: none; }#BymKQ8pGsq1uXxAZg9TTGgEpre0uNrqu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BymKQ8pGsq1uXxAZg9TTGgEpre0uNrqu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BymKQ8pGsq1uXxAZg9TTGgEpre0uNrqu > .row .container > .video-iframe-container { display: none; }#BymKQ8pGsq1uXxAZg9TTGgEpre0uNrqu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BymKQ8pGsq1uXxAZg9TTGgEpre0uNrqu > .row > .video-iframe-container { display: none; }#BymKQ8pGsq1uXxAZg9TTGgEpre0uNrqu > .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); }#BymKQ8pGsq1uXxAZg9TTGgEpre0uNrqu > .row .container { border-width: 0; border-radius: 0; }#BymKQ8pGsq1uXxAZg9TTGgEpre0uNrqu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BymKQ8pGsq1uXxAZg9TTGgEpre0uNrqu > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#Q6IWxXH7BJTOXyrie1nqX71xgrH956X0 { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:9.5625rem;left:23.875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fkwl13DPA2iF4BOeTgp69oRlWT4luJMD { color:rgba(var(--color-primary-2),1);display:block;width:25.249rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:5.375rem;left:24.875rem;height:2.5996125rem;display:block; }
#M1NpI7mfdo9spXfHbRpAnBahXqzLX3kd { box-sizing:content-box;height:3.8745125rem;width:30.7483125rem;position:absolute;display:block;z-index:15037;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);top:4.5625rem;left:22rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#BsB2yqstQrN4x8GVNPFoXP3ZO1B9nreb { color:#ffffff;display:block;width:21.624375rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:12.4375rem;left:26.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZkBhhJhFGQwkb1oqDk6ThF339OXVaEiF { box-sizing:content-box;height:3.06206875rem;width:26.749125rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.625rem;left:24.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#TfcP99ie0ApAMxSTzmULHLOTVachkGRT { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Cyd7KqUJ2vnNZuZcrLTLMQFnGARo2nFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NAo4kdylcFJe1eRpJG4zm6XWSN4y9rsT { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.62413125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:16.125rem;left:28.75rem;display:block; }
#yXZyVAJqAJXK77Z2L0fTyUpBFix4ggma { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MTHczEnaNKVmp5fR66BhHolVZRbSyhvB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MTHczEnaNKVmp5fR66BhHolVZRbSyhvB > .row .container { background-color: transparent; background-image: none; }#MTHczEnaNKVmp5fR66BhHolVZRbSyhvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTHczEnaNKVmp5fR66BhHolVZRbSyhvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTHczEnaNKVmp5fR66BhHolVZRbSyhvB > .row .container > .video-iframe-container { display: none; }#MTHczEnaNKVmp5fR66BhHolVZRbSyhvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTHczEnaNKVmp5fR66BhHolVZRbSyhvB > .row > .video-iframe-container { display: none; }#MTHczEnaNKVmp5fR66BhHolVZRbSyhvB > .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); }#MTHczEnaNKVmp5fR66BhHolVZRbSyhvB > .row .container { border-width: 0; border-radius: 0; }#MTHczEnaNKVmp5fR66BhHolVZRbSyhvB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTHczEnaNKVmp5fR66BhHolVZRbSyhvB > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;position:relative;display:block; }#iBxrHTqadE2sRddUJuw5alLQsBf37mFt { display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.2;top:8.4375rem;left:7.125rem;background-color:transparent;background-image:none;height:1.79980625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#fqfTrEVuOTIwgpgsTd1c7bO3reyl4KbA { display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.2;top:10.5rem;left:7.125rem;background-color:transparent;background-image:none;height:1.79980625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#MuFbgFxDAqp478EcnWAT4IXmyTF8V80g { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;top:3.5rem;left:19.75rem; }
#ymKIKsvG766EeVeefo6fy4tRv96cM3Qv { display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.4;top:13.875rem;left:7.125rem;background-color:transparent;background-image:none;height:1.57470625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#HaRmebFuGWnVrsyJXS0npUh5tpn2dLiM { background-color:#ccd4db;background-image:none;height:12.5rem;width:0.062255875rem;position:absolute;display:block;z-index:15016;top:3.125rem;left:37.5rem;display:block; }
#wJeAqfR8ronW4hsavHrfs0VzcTk14hnT { display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.2;top:8.3125rem;left:40.125rem;background-color:transparent;background-image:none;height:1.79980625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#OVst9COuCQ5iaRo22CQCdIyyzVod7xnx { display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.4;top:11.5625rem;left:44.6875rem;background-color:transparent;background-image:none;height:1.57470625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#nsQ5HKosQC3xDQzIZPNhgPNIVuKgV0l1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:13.75rem;left:49.6875rem; }
#nsQ5HKosQC3xDQzIZPNhgPNIVuKgV0l1 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#Fown9J6FPbCqAV7mBQHGTwZ1wTvUofDn { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;top:3.5rem;left:52.75rem; }
#pqkc37nO8Fuuuz6ViqwFmdio5FVTEVOx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:13.566623687744rem;left:52.843317031861rem; }
#pqkc37nO8Fuuuz6ViqwFmdio5FVTEVOx > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#FVDByFIo3KAGyJ78QTrT4CHMWhV4qBTi { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#UcSykXK7JqTb9J4yEWWwSzl2kmTTZNeK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:13.625rem;left:56.125rem; }
#UcSykXK7JqTb9J4yEWWwSzl2kmTTZNeK > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row .container { background-color: transparent; background-image: none; }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row .container > .video-iframe-container { display: none; }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row > .video-iframe-container { display: none; }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .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); }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row .container { border-width: 0; border-radius: 0; }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row .container { font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;position:relative;display:block; }#nrwVLOWHM5TRymrgqJG9g6fCLgTOC99J { display:block;width:60.1236875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;top:0.830078125rem;left:7.4370670318606rem;background-color:transparent;background-image:none;height:1.4003875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v9NUyP8V9ebMuOKmiW2SPzkm2UAivSmm { width:8.0625rem;height:3.5625rem;top:1.25rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4CUuRVCJ45cHQgng8BruJCxUlFqiKwu { width:18.4375rem;height:2.74956875rem;top:0.6875rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUaTCfgJtq2ZKnmoOB0AvNebP6vwP2ba { width:10.6875rem;height:2.375rem;top:3.75rem;left:16.437067031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #IspIxvmTu5ZKph30F2s5I2DSypOFQw8l { display:block; }
 }@media only screen and (max-width: 763px) { #Gi5eox8PTxQKWLVFnu9HJbSepDSBI5K6 { width:11.125rem;height:2.375rem;top:3.75rem;left:27.249132156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMeXUbfZ9TIgKI4sLmkdIXvolMpdTSV2 { display:block; }
 }@media only screen and (max-width: 763px) { #S2TlIhFRynNlysa0V6NpkyTDIn9P1G5E { width:9.1875rem;height:2.4375rem;top:3.75rem;left:38.561418533325rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7lg9uwOwl08SlrVT2tqRTRBSVl3nUtx { display:block; }
 }@media only screen and (max-width: 763px) { #CRhGJVtTIKVq6Ibm57ChTl5hkpK42pu1 { width:6.25rem;height:2.375rem;top:3.8125rem;left:41.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TA5vWGA7VqTCiwqE8Tt3gytRk2FgMlw7 { display:block; }
 }@media only screen and (max-width: 763px) { #eARQyHvHJsbGDaL5ZWeLZoGGKXIfpcdd { width:5.125rem;height:3.5625rem;top:1.25rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ0NLUaeB93yxV2kJgwHXF46Wpixudqv { width:8.8125rem;height:2.4375rem;top:3.75rem;left:7.4370670318606rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgpMfMgKEf11S5ikuPlqkSy2BxGJlm5a { display:block; }
 }@media only screen and (max-width: 763px) { #ytPH4s3bk2n1y8nq9unqLvdTdELuAu59 { width:7.1875rem;height:2.4375rem;top:3.8125rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLLr3huTwb3fAS0ui0VJCGK5ysTBUfy0 { display:block; }
 }@media only screen and (max-width: 763px) { #OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N { display:none; }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Er1lKc2hXRL6I11RF9rWotJtg35rUEHe { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xsDuJNCUR6n7ATBpwJ7TO0OTxyfDT2Nu { width:8.0625rem;height:3.5625rem;top:1.25rem;left:1.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWcVArJTThQeTXasZdEBtCATi3WGhqXA { width:10.6875rem;height:2.375rem;top:2.8125rem;left:12.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #twfRTy1ibdt9CLmaNRivSnmbKcHMSnA8 { display:block; }
 }@media only screen and (max-width: 763px) { #L49GLZm894KwWJ2ToAm1yZLma9wsoIpW { width:9.875rem;height:2.375rem;top:2.8125rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyD6iAfXQRpAFnwslLllDAXFoLcZrXwK { display:block; }
 }@media only screen and (max-width: 763px) { #Rw9UIsFSxZ21FQVHuTekhPPVLRtyTcNC { width:11.125rem;height:2.375rem;top:2.8125rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzpCN3Tq2ihosrwGy5RS8C7HgmN74TcB { display:block; }
 }@media only screen and (max-width: 763px) { #H5ooX65pqBdWuslIz6APgqR1ZXLwU1Ax { width:9.6875rem;height:2.375rem;top:2.8125rem;left:38.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EUtBTZ3JfgQTpGwiMwnwyFg7s2bSWLfK { display:block; }
 }@media only screen and (max-width: 763px) { #uwFCvIlvRzWKnXvZBkzNoEKWHiRS84VT { width:6.6875rem;height:2.4375rem;top:2.8125rem;left:41.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXSfAD4TWtu8Cgh6nKDDBTiDacT5Beub { display:block; }
 }@media only screen and (max-width: 763px) { #DERGLJtuOBrszyczzZl7ylETyoweQWNd { width:5.125rem;height:3.5625rem;top:1.25rem;left:1.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGcsZFF5cnC7eCMwikN1HODUogOT0kXb { width:9.6875rem;height:2.375rem;top:2.8125rem;left:38.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pm79mxnzzoS784c3FrOLsCddRtC8BKzV { display:block; }
 }@media only screen and (max-width: 763px) { #Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ { display:block; }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PL1QdOUoopRv4PE5Nkw6xWIkdEbhBNrK { width:21.5625rem;height:36.25rem;top:10.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThKl0ya5CilTk6r3hULR3rDtCH1MQahx { width:24.0625rem;height:41.9375rem;top:6rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W724TbPt5T6vNLU8yLOMC2Ogfan5mTTS { width:15.625rem;height:2.0625rem;top:30rem;left:32.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD71IW4yvoLTz6cENuHZy2mUTsrQlo68 { width:47.5rem;height:14.625rem;top:7.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC0TfmL2poHTQ6yiTyBut7xlObpkzaZ4 { width:47.375rem;height:3.875rem;top:23.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMgVW24ZxfnE3xhR8KQc1p90x7F5rpT9 { width:19.125rem;height:2.5625rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9sEiQ0lOWAquy5F8zlMgQ6eMeOn7g8b { width:14.6875rem;height:1.25rem;top:30.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhcyurnwvtPzr6zKDQ6ilKSGiZK4952P { width:0.625rem;height:0.625rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTmicIZUQbUiKJsvq5eRzzMBW1uKXyHh { width:12.5625rem;height:2.5625rem;top:30.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki705MEFsHez9MtMvRduCJbLXQLvRs5q { width:8.125rem;height:1.25rem;top:30.75rem;left:9.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIyyLhOKS99JLoweU5p8DTl6hZ9ZV0IA { width:0.625rem;height:0.625rem;top:31.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCm4NtFXCbkDOVPwIt7S3bqXET2WMSZc { width:12.1875rem;height:2.5625rem;top:30.0625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW28H8ivTCsWiQxxOnA5ROfgKnL8Z9Pl { width:8.125rem;height:1.25rem;top:30.8125rem;left:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1gw8JJ9Zl1mUHdzuyalouUTiUAA183g { width:0.625rem;height:0.625rem;top:31.125rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBCuMy0a3kvvRgHN4ot3hC5PhGkemHhs { width:25rem;height:3.4375rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXGbTqAMX9DZTdnc0pGPdzmEDLKdSIwS { display:block; }
 }@media only screen and (max-width: 763px) { #ATKeOVRWv6CxtdoVnubgwwqILHexqNsq { width:14.5625rem;height:3.375rem;top:40.75rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrWsW08ISAqwAKlxSeWvs755fdTamsvs { display:block; }
 }@media only screen and (max-width: 763px) { #FIC46OLAXT1EgDsGSTrJBOebmEsQbWc1 { width:25rem;height:3.4375rem;top:33.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GuX7aLHgOiLUVCmpAplkXtNr3aTVNA5B { display:block; }
 }@media only screen and (max-width: 763px) { #K8vi8b9SlbMTMP3eCFt1eWZRiPvBV9iT { width:15.625rem;height:2.0625rem;top:7.8125rem;left:32.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWfZZuhITKDyOICkLZLnxw0eQcQhFIRz { width:45.125rem;height:2.5625rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkROOv0ZzInEaRxfLEkTRuCLHKazdDJg { width:30rem;height:1.25rem;top:34.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7SIio5I86JKqGNKmGBmtzbNeKzXttEF { width:0.625rem;height:0.625rem;top:35.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKwKotB92t9rvDGXg8TrP8ovXQOFgDlo { display:block; }#NKwKotB92t9rvDGXg8TrP8ovXQOFgDlo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZJUKIHVzrJOCuocALUXHehGNshQ17gnk { width:21.25rem;height:2.75rem;top:2.8125rem;left:13.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e250tshlABMAqzcLygDSuvInsGxNBcUQ { width:37.625rem;height:1.5625rem;top:8.6875rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubbpvEiM1BCi7VAXSL8fGklV8gPW3Til { width:19.875rem;height:4.0502981583782rem;top:0.0625rem;left:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pk2isbWHy4EN2JcGgCp69WekTT29xNg2 { width:18.75rem;height:0.125rem;top:6.8125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1xx8NbSQt9vZkFR3GP4EuVcc07khRSX { display:block; }#i1xx8NbSQt9vZkFR3GP4EuVcc07khRSX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPNiFJHecTbNvICWqWspPyPv6FrUnpwt { width:3.9375rem;height:5.8496125rem;top:7.75rem;left:31.9375rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLhb2wu0i4EkNE2qbMEST4lCB0V4TcUE { width:5.125rem;height:5.8496125rem;top:7.75rem;left:42.5rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn2L241CaPpl0TQKDePfOlgCuwGbgnMi { width:9.0625rem;height:2.92535rem;top:16.6875rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTNIaBZotuv4MF0og9QBw0qZfRlSM4p2 { width:9.125rem;height:1.462675rem;top:16.6875rem;left:38.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTpNmtaaXFbD9KdCVT2hlbT4wBf939ur { width:20.5rem;height:3.2487rem;top:20.875rem;left:27.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqAgNm27QdPCEa56BX4BPUznzarysgbe { width:8.875rem;height:6.2683496985719rem;top:8.875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMLAM3sQvQaD1c34SOHQHx0l75wt1ezC { width:8.875rem;height:6.2683496985719rem;top:8.625rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0BFGb9wkVCksbif0h093MVSi7TFGTlw { width:23.75rem;height:18.3125rem;top:6.5625rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC2qrZJBQuce6pzqpKSvK7Lw6MNKKmct { width:23.75rem;height:18.3125rem;top:6.625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTyad94iFORPaT5v1tQW43tCyh73ymm2 { width:20.5rem;height:3.2487rem;top:20.875rem;left:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvNAblWEb8SnHqKA7HcUdNs6xiPXKUow { width:23.75rem;height:18.3125rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBTTB9AII4TGvotvtv05BUcP9rFzFJVC { width:20.5rem;height:1.62435rem;top:20.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJZ5db1EPzle1ivtQFe0xf6X1R3oQNqF { width:9.0625rem;height:2.92535rem;top:16.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kboIXbxDNBbl42GiEQCOSJx1BBvy7P8U { width:9.125rem;height:1.462675rem;top:16.625rem;left:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeDB6hw9tTqZG6wNIVaKUndVrfCocXaB { width:8.875rem;height:6.2683496985719rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl1g0sLi8J0dATNLEgUgNZDgTJ4Gn7fc { width:3.9375rem;height:5.68685rem;top:8.1875rem;left:0.125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdTC7QDuxeHfvhCpZBUQqFgFJoDd5kVo { width:8.875rem;height:6.2683496985719rem;top:8.625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbfRFIdOvKNfW2ePTstCyQXiRy6wo6xQ { width:5.125rem;height:5.68685rem;top:8.1875rem;left:10.75rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiaiH0vwxvyHr4oydUDrbKbdByGR4uO8 { width:9.0625rem;height:2.92535rem;top:16.6875rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0BErGnX97nArTUSIntO6qk4rIMWSTKR { width:8.875rem;height:6.2683496985719rem;top:8.875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRnFEQDzizm6QutGoAgDM3mt5wTU2U1p { width:3.9375rem;height:5.8496125rem;top:7.75rem;left:16.0625rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOpZ6noLZ6UJxJdO0QnV6L3AS55J1pGk { width:8.875rem;height:6.2683496985719rem;top:8.625rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFrhvBC8fNnetnhJ0wU46i47SS4OgE7i { width:5.125rem;height:5.8496125rem;top:7.75rem;left:26.625rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMQDhVyAMvTm6E9tuH7w0oRe93vsLQJO { width:9.125rem;height:1.462675rem;top:16.6875rem;left:22.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLmrlzm8qGKDlLv1yLP2Sb7dmI2FGdXy { width:19.875rem;height:4.0505140449174rem;top:1.125rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7EHXvd9eCBs02Hzyp5dNE1nwJFdR9nC { display:block; }#c7EHXvd9eCBs02Hzyp5dNE1nwJFdR9nC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ak7DepnDgT7shDRemeZMgBQefZk2MV6x { width:47.75rem;height:2.43706875rem;top:2.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #akUHEWT0vmN5T6SQT8pbmPBJvz3yUlRH { width:47.75rem;height:2.92535rem;top:8.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmoEcQQWHBErNWEmDnGxMygmrBbWyE06 { width:18.75rem;height:0.1875rem;top:7rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wImrC8KsuZPtifX4CSZuUZbd3qk9WTGQ { width:16.625rem;height:6.6875rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdNHBPTqWaN5ewBpO5douaNa6l4kTQA7 { width:16.625rem;height:6.6875rem;top:13.5625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTOdXtWkATq26CAff7ES8rO6JMqfcb3E { width:16.625rem;height:6.6875rem;top:13.5625rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yugAT5LXSG4o9yu1dxMbTsdRl2Q50Ilx { width:16.9375rem;height:6.6875rem;top:13.5625rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGJzrp7PZgDyDwu6pUTIDbyb5TxGEnax { width:2.625rem;height:2.59874375rem;top:13.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS3XgXgvqEw9IVV2burpsgO4NmTPwI0u { width:2.625rem;height:2.59874375rem;top:13.9375rem;left:7.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIy4Zex5oFND6zLkEP7exM74D82RUHTQ { width:2.625rem;height:2.59874375rem;top:13.9375rem;left:25.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIvpye2xCQWJNrFLaeLWoFdq2b2mZT92 { width:2.625rem;height:2.59874375rem;top:13.9375rem;left:44.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDTAWxqaLE596TRtq5HAly366xR4dFCz { width:11.875rem;height:2.92535rem;top:16.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfFxHcNmxFdLfzevHJd1qn3J1x59SeH2 { width:14.5rem;height:2.92535rem;top:16.5625rem;left:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh1ShCAPTFF8fb3AZTReI6iRDzrrNbEy { width:15.25rem;height:2.92535rem;top:16.5625rem;left:26rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy1K8fhb0vhwQGGxSCBLdKIGTw3Urv86 { width:15.6875rem;height:2.92535rem;top:16.5625rem;left:32.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1JX9WRzDfnDUigqG3qslWkrdrCoboSN { width:36.0625rem;height:1.462675rem;top:22.1875rem;left:6rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ditmWGPLckyIoTPwLPSHcTDpT848elw4 { width:16.625rem;height:6.6875rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk1po42qPO2Ez4sq3Kwd05e14RWVT3Gi { width:16.625rem;height:6.6875rem;top:13.5625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2syuSJZg7soSJWU0VzViqTs2OoXHr80 { width:16.625rem;height:6.6875rem;top:13.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BczgZk7tMdhwUoEVpeA25l3HtdMmiTmf { width:16.625rem;height:6.6875rem;top:13.5625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC { display:block; }#vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IIumGPV8Kfic2J4nPshlNc19cGiTRwMG { width:30.625rem;height:2.43706875rem;top:6.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUccWU7togMMUCWCgbwgRwsKgBTH7VrE { width:30.5rem;height:3.8997375rem;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6O8EgvbfsQiFbkNBN0Cc1cdsX3WkywX { width:18.75rem;height:0.125rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCSTeGToKLaTGFrh9i51UNlMkwxll5ZS { width:34.0625rem;height:10.625rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITd8mzleltg8IyxlMIrZ8ysUdbCI6bTc { width:30.625rem;height:6.13715625rem;top:21.25rem;left:0rem;font-size:1rem;display:block; }#ITd8mzleltg8IyxlMIrZ8ysUdbCI6bTc li:before{  }
 }@media only screen and (max-width: 763px) { #MwK1kOgRbO2E5BB7HKseJfZaonG7ycXo { width:34.0625rem;height:10.625rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5wcTP5Uv0fix8XvM63LbphhN7dBzLy9 { width:34.5625rem;height:23rem;top:6.4375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hku4zwJJhpJC22aIniCDy1QGudG9mJAT { width:12.5rem;height:12.9375rem;top:1.9375rem;left:35.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6HvyaaKPklcriDRSGpGTu90LTN5FEHG { width:12.5rem;height:11.625rem;top:21rem;left:35.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rcAmZp4gszoozMUxv7f0BthzqVRQANsT { display:block; }#rcAmZp4gszoozMUxv7f0BthzqVRQANsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLiT9Fkd4RLsdRWqAJ8G6xmNq1s1bk8I { width:27.25rem;height:2.5625rem;top:2.4375rem;left:10.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXW4AVP3gEpDkTwivNrD8hDSpEWL7719 { width:18.75rem;height:0.125rem;top:5.875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJR20ctyep1uiLoGMqBb6Vt23XsHaUmu { width:47.625rem;height:2.6875rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXQW1OTpiGGRkF5ii5040QIzfSJpcmr2 { width:4.0625rem;height:1.4375rem;top:8.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z18ARM4kT5nhLR1q4XEkHb3uyxLmNIi5 { width:4.0625rem;height:1.4375rem;top:8.625rem;left:30rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkpfyPHq1eHS83QbXnoQZUBNJ1he2gdH { width:15.3125rem;height:14.0625rem;top:10.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2bFnz1P40dd981VkdqfRZ7zdZowFDmd { width:47.625rem;height:2.6875rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EORohZrrayIwhd1Nx4Aolrg3Z4ZTl5FQ { width:47.625rem;height:2.6875rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4cKOyXTyhtuhXFsFWTK6ZNTBSWlzsy1 { width:47.625rem;height:2.6875rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp5Ma5zOWe2mqd6qxDU5Jg6XCkA5ZUy2 { width:47.625rem;height:2.6875rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCmKGnMAC1uAdvVdJhbVzfWOnRd7MnIb { width:47.625rem;height:2.6875rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se45A7bU6NdqX5HgNmQLBMpN9yci0lub { width:16.75rem;height:14.0625rem;top:10.8125rem;left:29.999132156372rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4dP4HMaiyByS1gdz678OgJFLp8llF2V { width:12.25rem;height:3.75rem;top:27.5rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN8wkQgA2cueBGxUK4aiUv4F0TARthoZ { display:block; }
 }@media only screen and (max-width: 763px) { #yJdCIGg9mZVcDN7THHq2pxDRP1CK6ncK { width:15.3125rem;height:;top:11.1875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tOfENZIrAQIJTvUQ79vranRM8hVUTidn { width:13.8125rem;height:;top:44rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bo87Swqu3gFHEdZDSz0blh6oyosOqflM { width:27.0625rem;height:3.75rem;top:27.5rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1BF69zmAhqAqU2f0oLdFcb7eNKCHgn2 { width:26.125rem;height:;top:28.4375rem;left:3.8750019073486rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT { display:block; }#eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3T9lmnd3ZWFTWDlprbyzVxa1x6Qg9Xa { width:18.5rem;height:2.43706875rem;top:9.5625rem;left:28.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci2DTbElN5hpMTC37cTagF3ePgETKDeB { width:17.9375rem;height:0.125rem;top:13rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdVfS2hIxp7S92MlSnCDoyyNT4oRCkON { width:32.625rem;height:3.8997375rem;top:14.875rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvgS5OX4MNtKr54g9pU7Th4lUPP26b28 { width:32.6875rem;height:10.625rem;top:21.625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNbQcg9oZLxBUONrgTWCOcIDo3OyM31V { width:32.25rem;height:10.625rem;top:21.0625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v62wFhsGC9TP7IwETsuEZQVBBJKCnIx5 { width:21.875rem;height:6.13715625rem;top:23.0625rem;left:25.875rem;font-size:1rem;display:block; }#v62wFhsGC9TP7IwETsuEZQVBBJKCnIx5 li:before{  }
 }@media only screen and (max-width: 763px) { #wDLIeb33OZ5ahtt9iwVXhWyvQffmCePX { width:34.0625rem;height:10.625rem;top:4.75rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PAAwnDeUO0zAJNqLS12U4fHk2nGByzEH { width:34.0625rem;height:10.625rem;top:4.25rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTAOfONlPZnNcIHLhzM64owp3IrkcLBO { width:34.0625rem;height:10.625rem;top:4.75rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItZqPMyicpxKCTyoUeZXzXVI1QBx285u { width:38.875rem;height:25.897155396175rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oETeshTR90DBkyLQeUqb3xUisiG4CrcS { width:12.5rem;height:12.9375rem;top:1.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKXSBiqMheWLiktoECveaeikdvJ0THmM { width:12.5rem;height:10.5rem;top:26.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM { display:block; }#pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dpq0H97b9naIM2QSvZEQWKt2swDubbED { width:36.6875rem;height:2.5625rem;top:2.6875rem;left:5.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDagtQRhUrPhMXZXpZT6TVzcNaHeF9co { width:18.75rem;height:0.125rem;top:6.375rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOfrt6dkF5ampEMFZSLhuJmfCNThKwSV { width:47.75rem;height:2.875rem;top:7.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJqFVaqLpZIfm8s0TgOKifUxMBoduo4T { width:15.375rem;height:8.875rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5MtbMScI4rnhTbkNMI6TKQ4VmuEl50w { width:15.375rem;height:8.875rem;top:12.5625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm3cgn8wrm8uLyliPIZukZMxxP4Mu5xH { width:15.375rem;height:8.875rem;top:12.5rem;left:24.937288284302rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4FAXTntXXWDQiPNNDAaTrVDe0sEObW5 { width:15.375rem;height:8.875rem;top:12.5625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxBxRkM6soMpTsqE5BHbD4LGasfiq9PC { width:8.3125rem;height:2.875rem;top:17.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJhX8ZbtzsDWgIZaN66aUZBhe2tD4I7C { width:3.125rem;height:3.125rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDZMIgB80aM2Ahgqxy40GDkP4fXHH0Zg { width:10.8125rem;height:2.875rem;top:17.375rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSQmks4uSKvTAgbM8PM31A9bmVLtHALD { width:3.125rem;height:3.125rem;top:13.6875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIOQTgSGiwNebbHtF2U1zNRvwkdqQGIM { width:12.5rem;height:2.875rem;top:17.3125rem;left:26.412981033325rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTG9L6T4OaAhOf8CDCTDt5L2TUeMxzV6 { width:3.125rem;height:3.125rem;top:13.625rem;left:31.130861282349rem;display:block; }
 }@media only screen and (max-width: 763px) { #c21o6SJRZkpV2cGTsSudTEuqyTBmN6Lk { width:14.5rem;height:;top:17.375rem;left:33.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWLD3mV4tIM80AWFo6bXEGTGSUsCVZRt { width:3.125rem;height:3.125rem;top:13.6875rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxJl76Jphx7mU9TS6PC1Z0u6fIfObVxr { display:none; }#HxJl76Jphx7mU9TS6PC1Z0u6fIfObVxr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sfbRdQnX8cpZ1chN5krh3URRc3yPKgTa { width:20.8125rem;height:2.5625rem;top:2.625rem;left:13.436767578125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVs3XuapaqPvRTKgURe35cPfRXh6e9WE { width:18.75rem;height:0.125rem;top:6.5625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgaiC1TozvM6baK1TfMGsO1rOSmx3wnc { width:12.8125rem;height:2.875rem;top:17.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcu3bxGUnyCUsMiK6y20MbsZTBEdXs6s { width:6.25rem;height:6.25rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #omTvTV28lCVKeun2sdFvT1E3Rr1aJwna { width:6.25rem;height:6.25rem;top:9.5625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxTXmDbTrUbSFGpbpB2CZE4bbbdgt6EB { width:6.25rem;height:6.25rem;top:9.5625rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5dmLy7XPlXJZt0nvBFQ18Jvw2ioJUK4 { width:6.25rem;height:6.25rem;top:9.5625rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ayr9PTBewfskIPGf1HtFJQgTQMuDAL1H { width:6.25rem;height:6.25rem;top:9.5625rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #naheRpRUkbbSR1VBaswnB5Pe1bBNhylQ { width:3.75rem;height:3.75rem;top:10.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSKhDOsEqHH9bI98GUdH8WnReMkmEe2k { width:3.75rem;height:3.75rem;top:10.875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTERmyzvBSTJ7VOQVe7qmM1Cm46To1LD { width:3.75rem;height:3.75rem;top:10.875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeovCaQRlEtLluQl5TWlLJ7PLbF7ftse { width:3.75rem;height:3.75rem;top:10.875rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziocCQaXvpuzrdHr3SZUlSc8Pf19PvKr { width:12.8125rem;height:2.875rem;top:17.75rem;left:3.7333984375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL0D8n0PhTIVUDRqBCbFS9ZDuZcdf5lV { width:12.8125rem;height:2.875rem;top:17.75rem;left:17.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxHOit3VfbvThi90ElvzFqU5XWvCWJO6 { width:12.8125rem;height:2.875rem;top:17.75rem;left:31.2333984375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwxRcIXsXg7Z3rTKm3c7TTQObreVeUVs { width:12.8125rem;height:2.875rem;top:17.75rem;left:34.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLIzAs8Vdp0IiBFoT5SpSNdKsNlFcPti { width:3.125rem;height:3.125rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c25E0RzHDIxtc3E9TTWCv2kkTXUmznIB { width:2.8125rem;height:2.8125rem;top:11.3125rem;left:8.7333984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUbx6Pq376WQaStrHOXEH7gOm2bSuOnT { width:3.3125rem;height:3.3125rem;top:11.0625rem;left:22.18798828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvkLDqCkTzqaTlg7F9uCODyKZBdXmyEA { width:3rem;height:3rem;top:11.1875rem;left:36.10888671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFaKhqkJsmH4BaFsfTmMAeKhf4Kgo9Vw { width:3rem;height:3rem;top:11.1875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ2Qer81vnJOgJzcaOnfycxIEGxyX6Qr { display:block; }#CJ2Qer81vnJOgJzcaOnfycxIEGxyX6Qr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UErmnnTv5nbpZspptmPZCzgxIM4OgLVQ { width:24.25rem;height:2.5625rem;top:3.375rem;left:7.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2DpTdwPbWoC5TOM1Nc236QAA0d2LMBE { top:7.0625rem;left:13rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w { display:none; }#m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zM0fRP1iIuR6W8g6GSJWbflzZokHXBMS { width:47.75rem;height:32rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PavRxoigVkMJnvHE5fXCkZicCqyuxRWX { display:none; }#PavRxoigVkMJnvHE5fXCkZicCqyuxRWX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s0K0QTHXf5RrHZUzxKu8Zxrp1JALEczJ { width:47.75rem;height:32.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6H5ePSleSTo2shg7IAiaLv0l6c4ACMp { display:block; }#h6H5ePSleSTo2shg7IAiaLv0l6c4ACMp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcSxLXuUU4lu1oZGtzi9Hh9RPZVvZVdE { width:47.75rem;height:2.375rem;top:3.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIU82ZTMOhDB4IQolG8E6WREr2NnPlck { top:6.8125rem;left:13rem;width:18.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOsGIdmU8cP2oV5oZ7dPwNw6tOEdGacD { display:block; }#LOsGIdmU8cP2oV5oZ7dPwNw6tOEdGacD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soMqJ6g5ODnJZbPQ2Ia1GO8UR0euuzV7 { width:47.75rem;height:26.711028023298rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb8SpFXLquXEVyUQUpiWMiuPTzK0s39R { width:47.75rem;height:41.0625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExbSDVaw3UT8NQkpxTMVTITTbdWBbk5v { display:none; }#ExbSDVaw3UT8NQkpxTMVTITTbdWBbk5v > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MCCCpMxAxngAlGnAzQeQphRQ19evRKDg { width:18.75rem;height:0.125rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfQxtN3Z9ofdCfnKhdoMHe408RRr7Bes { width:34.1875rem;height:2.875rem;top:10.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkENV0OwpnXteOBq2tGvCa7gTzdM39Qd { width:31.5625rem;height:2.5625rem;top:5.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSd7RCi074EQZVcuPMPK45E97ke81JZp { width:2.25rem;height:2.25rem;top:7.75rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEZlhlXnoVQv8CTIpdBzMWqBUTwwZdDq { width:14.1875rem;height:10.75rem;top:7.5rem;left:30.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWybFHpC3lyuxdX9XVaGV8uF26Q9kc70 { width:2.25rem;height:2.25rem;top:10.5rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKDBoBUhApuOV9wvsgFKng8bM0n9yfxm { width:2.25rem;height:2.25rem;top:12.9375rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #My77OhRzoyAJ7F7AvGpPeix0KiGv9C6D { width:2.25rem;height:2.25rem;top:15.75rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXLiZsfBvOXXQ6NRonFflBa64MA4ig2l { width:37.5625rem;height:18.625rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0XmmgcnT5uF5ZB49IDEozeZm2Rv3sWC { width:12.25rem;height:3.75rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9fwELoPXTPJEQ1d7CTmHozH6y89NOBn { display:block; }
 }@media only screen and (max-width: 763px) { #xuU3TCpXwKRRt5J6EskRC7TD8NfT4s3p { display:none; }#xuU3TCpXwKRRt5J6EskRC7TD8NfT4s3p > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CqBBr3D6HePzGUssqPmb9lHiwXF1CeTx { width:21.75rem;height:2.43706875rem;top:4.3125rem;left:12.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQvUqd1SX4vEh1fIBhWTb9RLhTIDMiFT { width:18.75rem;height:0.125rem;top:8.1875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJxon4VIg8Obs6BfyQvZGwv6MTSLrqM9 { width:32.1875rem;height:3.125rem;top:10.375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI4OPHVBvhWl7UZoe2ZZWhKDWSBHcQpg { width:37.3125rem;height:3.125rem;top:15.75rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs1t3KF1v0DNvenUhKLDFvqstuv8WtVR { width:42.5rem;height:3.125rem;top:21.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0X6k4xgwV3hF8KtZORFscCaw3W2w5WT { width:28.4375rem;height:1.62435rem;top:11.25rem;left:9.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #itxQbLkBoJPLzikMN3lpq7V8EhhuX9Tc { width:33.875rem;height:1.62435rem;top:22.125rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0ZxQzZIk1Bi6UTAozOErl6n5prrPlfZ { width:32.0625rem;height:1.62435rem;top:16.625rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #edzQJen1iJT5uEpa5Qu3UZJ1TWcxJNpT { width:37.3125rem;height:3.125rem;top:16.375rem;left:5.10791015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9duK4tfD2Ul8xE0gv0NkNgwNNqN1yPX { display:block; }#v9duK4tfD2Ul8xE0gv0NkNgwNNqN1yPX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlKTNkSv6F2aMrRF79GPXF8aLZCFPI1R { width:24.25rem;height:2.5625rem;top:1.9375rem;left:7.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1wQZ9nhUH3Pw88t1EAP3Znmle05qeO0 { top:5.6875rem;left:17.5625rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvJ9MrLilzIShG3btkRNDEms9JAT7cL5 { display:block; }#nvJ9MrLilzIShG3btkRNDEms9JAT7cL5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfDITONgkkmr7iTgFi07FdD5CEHQRwBc { width:36.0625rem;height:1.462675rem;top:0.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvu4bpQuZTQlRF8ZEEHnZqKqawF0mCXV { width:10.125rem;height:1.6875rem;top:14.1875rem;left:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubcG2I8zN5sE8nAUlyvCOOZKAHr2idDp { width:10.125rem;height:1.6875rem;top:14.25rem;left:13.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9ywSUiaqeq0fH7KRRpUvA1Zrov3p58e { width:10.125rem;height:1.6875rem;top:14.25rem;left:29.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbAGl5GGHnEnUoyz72k3BuUNB1WIuPlN { width:47.75rem;height:2.875rem;top:19.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxLVDocAdS9TX1ftocPiiGRTVPah3hGG { width:6.125rem;height:6.125rem;top:6.6875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXUqo5yaiq8041nRk0ICSgLDSnuMFipq { width:6.125rem;height:6.125rem;top:6.875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLOb3LLQyiqN07xif99kxRkuTbMWBrue { width:6.125rem;height:6.125rem;top:6.875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MshIu9VevVrtpsmVk1JZhyfZI4EpZtIT { width:4.0625rem;height:4.0625rem;top:7.875rem;left:32.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIXRCUaeHq75x6L21cIrFJr6g3dBvCTQ { width:4.0625rem;height:4.0625rem;top:7.875rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwnVDUopmfAPLg1qFolt4CydeiSR6GwB { width:4.0625rem;height:4.0625rem;top:7.875rem;left:9.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhp8eLl9Xu9bDK9O8z20Jf0AvHKswLXa { width:3.8125rem;height:3.8125rem;top:7.9375rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZn1a6Nho7EofryAaFElzoFoienZReFx { width:3.8125rem;height:3.8125rem;top:7.9375rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttsxZSB5yeOuG31NccTowhWGg4I2284m { width:16rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #aL1IRpdTrq55Sxorim0JI4lCpDl7BywF { width:16rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #svPT6nQG9J3Blu9qzqtLorHyF49QxJJx { width:12.25rem;height:3.75rem;top:25.125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybV2xa4n1hffshohgLiEOT49X74E3VEA { display:block; }
 }@media only screen and (max-width: 763px) { #xdnCHpFlXhA1GVi1QKwG0fkioCeW1PmR { display:none; }#xdnCHpFlXhA1GVi1QKwG0fkioCeW1PmR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ud5u1L3AQZLRy3lBnvTiKQDnvZmJ3Qdw { width:24.25rem;height:2.5625rem;top:2rem;left:7.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7mS7tDQePIW7x04eoTyC8ZQlXq2Uo4n { top:5.6875rem;left:17.5rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #StyOEaFVyy1zQzqmFW1AZDG1ELb1R434 { width:47.75rem;height:5rem;top:7.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EayJZlDGLQe1KeP6G2ebwpohFd7TTfTc { width:33.75rem;height:18.9355625rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlwWTiMNn61WSFNXfJJObkPe9zclIdRy { width:33.75rem;height:18.9355625rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BymKQ8pGsq1uXxAZg9TTGgEpre0uNrqu { display:block; }#BymKQ8pGsq1uXxAZg9TTGgEpre0uNrqu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6IWxXH7BJTOXyrie1nqX71xgrH956X0 { width:27.1875rem;height:1.462675rem;top:9.5625rem;left:10.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkwl13DPA2iF4BOeTgp69oRlWT4luJMD { width:25.1875rem;height:1.7871125rem;top:5.375rem;left:11.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1NpI7mfdo9spXfHbRpAnBahXqzLX3kd { width:30.6875rem;height:3.8125rem;top:4.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsB2yqstQrN4x8GVNPFoXP3ZO1B9nreb { width:21.5625rem;height:;top:12.4375rem;left:13.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkBhhJhFGQwkb1oqDk6ThF339OXVaEiF { width:26.6875rem;height:3rem;top:11.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfcP99ie0ApAMxSTzmULHLOTVachkGRT { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cyd7KqUJ2vnNZuZcrLTLMQFnGARo2nFT { display:block; }
 }@media only screen and (max-width: 763px) { #NAo4kdylcFJe1eRpJG4zm6XWSN4y9rsT { width:17.5rem;height:3.5625rem;top:16.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXZyVAJqAJXK77Z2L0fTyUpBFix4ggma { display:block; }
 }@media only screen and (max-width: 763px) { #MTHczEnaNKVmp5fR66BhHolVZRbSyhvB { display:block; }#MTHczEnaNKVmp5fR66BhHolVZRbSyhvB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBxrHTqadE2sRddUJuw5alLQsBf37mFt { top:5.875rem;left:4.1875rem;width:12.5rem;height:3.5980875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqfTrEVuOTIwgpgsTd1c7bO3reyl4KbA { top:5.875rem;left:4.1875rem;width:12.5rem;height:3.5980875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuFbgFxDAqp478EcnWAT4IXmyTF8V80g { top:3.5rem;left:6.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymKIKsvG766EeVeefo6fy4tRv96cM3Qv { top:9.125rem;left:-0.0625rem;width:19.8125rem;height:1.5744375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaRmebFuGWnVrsyJXS0npUh5tpn2dLiM { left:25.25rem;top:0.625rem;background-color:#ccd4db;background-image:none;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJeAqfR8ronW4hsavHrfs0VzcTk14hnT { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.79980625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVst9COuCQ5iaRo22CQCdIyyzVod7xnx { top:9.125rem;left:-0.0625rem;width:19.8125rem;height:1.5744375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsQ5HKosQC3xDQzIZPNhgPNIVuKgV0l1 { width:1.875rem;height:1.875rem;top:13.75rem;left:36.0625rem;display:block; }
#nsQ5HKosQC3xDQzIZPNhgPNIVuKgV0l1 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Fown9J6FPbCqAV7mBQHGTwZ1wTvUofDn { top:3.5rem;left:39.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqkc37nO8Fuuuz6ViqwFmdio5FVTEVOx { width:2.1875rem;height:2.1875rem;top:13.5625rem;left:39.218317031861rem;display:block; }
#pqkc37nO8Fuuuz6ViqwFmdio5FVTEVOx > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #FVDByFIo3KAGyJ78QTrT4CHMWhV4qBTi { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UcSykXK7JqTb9J4yEWWwSzl2kmTTZNeK { width:2.1875rem;height:2.1875rem;top:13.625rem;left:42.5rem;display:block; }
#UcSykXK7JqTb9J4yEWWwSzl2kmTTZNeK > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #pt7U58CHhSg5fFqivcn1ui2vgbItZeLe { display:block; }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrwVLOWHM5TRymrgqJG9g6fCLgTOC99J { top:9.125rem;left:-0.0625rem;width:19.8125rem;height:3.14886875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:26.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v9NUyP8V9ebMuOKmiW2SPzkm2UAivSmm { width:9.375rem;height:4.0625rem;top:0.74978685379031rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f4CUuRVCJ45cHQgng8BruJCxUlFqiKwu { width:18.4375rem;height:2.74956875rem;top:5.9700522422791rem;left:0.78125005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUaTCfgJtq2ZKnmoOB0AvNebP6vwP2ba { width:11.125rem;height:2.375rem;top:12.75rem;left:4.4375rem;font-size:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #IspIxvmTu5ZKph30F2s5I2DSypOFQw8l { display:block; }
 }@media only screen and (max-width: 763px) { #Gi5eox8PTxQKWLVFnu9HJbSepDSBI5K6 { width:11.125rem;height:2.375rem;top:15.4375rem;left:4.4375rem;font-size:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #gMeXUbfZ9TIgKI4sLmkdIXvolMpdTSV2 { display:block; }
 }@media only screen and (max-width: 763px) { #S2TlIhFRynNlysa0V6NpkyTDIn9P1G5E { width:11.125rem;height:2.375rem;top:18.125rem;left:4.4375rem;font-size:0.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #W7lg9uwOwl08SlrVT2tqRTRBSVl3nUtx { display:block; }
 }@media only screen and (max-width: 763px) { #CRhGJVtTIKVq6Ibm57ChTl5hkpK42pu1 { width:11.124125rem;height:2.37413125rem;top:23.375rem;left:4.4375rem;font-size:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TA5vWGA7VqTCiwqE8Tt3gytRk2FgMlw7 { display:block; }
 }@media only screen and (max-width: 763px) { #eARQyHvHJsbGDaL5ZWeLZoGGKXIfpcdd { width:6.3748125rem;height:4.375rem;top:0.59353303909302rem;left:13.624132454395rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hQ0NLUaeB93yxV2kJgwHXF46Wpixudqv { width:11.125rem;height:2.43706875rem;top:10.0625rem;left:4.4375rem;font-size:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #QgpMfMgKEf11S5ikuPlqkSy2BxGJlm5a { display:block; }
 }@media only screen and (max-width: 763px) { #ytPH4s3bk2n1y8nq9unqLvdTdELuAu59 { width:11.125rem;height:2.4375rem;top:20.75rem;left:4.4375rem;font-size:0.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QLLr3huTwb3fAS0ui0VJCGK5ysTBUfy0 { display:block; }
 }@media only screen and (max-width: 763px) { #OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N { position:relative;z-index:auto;background-color:#fdfdfd;background-image:none;display:block; }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row .container { background-color: transparent; background-image: none; }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row .container > .video-iframe-container { display: none; }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row > .video-iframe-container { display: none; }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .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); }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Er1lKc2hXRL6I11RF9rWotJtg35rUEHe { display:flex;top:1.4058151245118rem;left:17.311633408069rem;width:2.125rem;height:2.125rem;z-index:15016;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #xsDuJNCUR6n7ATBpwJ7TO0OTxyfDT2Nu { width:7.561875rem;height:3.24978125rem;top:0.7790813446045rem;left:0rem;overflow:hidden;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #HWcVArJTThQeTXasZdEBtCATi3WGhqXA { width:15.625rem;height:2.125rem;top:6.5625rem;left:2.1875rem;font-size:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e3e3e3;text-align:left;text-align-last:left;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #twfRTy1ibdt9CLmaNRivSnmbKcHMSnA8 { display:block; }
 }@media only screen and (max-width: 763px) { #L49GLZm894KwWJ2ToAm1yZLma9wsoIpW { width:15.625rem;height:2.125rem;top:9.3745670318606rem;left:2.1875000596046rem;font-size:0.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #a6a6a6;text-align:left;text-align-last:left;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xyD6iAfXQRpAFnwslLllDAXFoLcZrXwK { display:block; }
 }@media only screen and (max-width: 763px) { #Rw9UIsFSxZ21FQVHuTekhPPVLRtyTcNC { width:15.625rem;height:2.125rem;top:12.186632156372rem;left:2.1875000596046rem;font-size:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #a6a6a6;text-align:left;text-align-last:left;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #pzpCN3Tq2ihosrwGy5RS8C7HgmN74TcB { display:block; }
 }@media only screen and (max-width: 763px) { #H5ooX65pqBdWuslIz6APgqR1ZXLwU1Ax { width:15.625rem;height:2.125rem;top:14.999784469604rem;left:2.1875000596046rem;font-size:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #a6a6a6;text-align:left;text-align-last:left;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EUtBTZ3JfgQTpGwiMwnwyFg7s2bSWLfK { display:block; }
 }@media only screen and (max-width: 763px) { #uwFCvIlvRzWKnXvZBkzNoEKWHiRS84VT { width:15.625rem;height:2.125rem;top:20.437501907349rem;left:2.1875000596046rem;font-size:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #a6a6a6;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MXSfAD4TWtu8Cgh6nKDDBTiDacT5Beub { display:block; }
 }@media only screen and (max-width: 763px) { #DERGLJtuOBrszyczzZl7ylETyoweQWNd { width:4.5625rem;height:3.125rem;top:0.96788215637206rem;left:8.530382454395rem;overflow:hidden;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #pGcsZFF5cnC7eCMwikN1HODUogOT0kXb { width:15.625rem;height:2.125rem;top:17.749784469604rem;left:2.1875000596046rem;font-size:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #a6a6a6;text-align:left;text-align-last:left;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #Pm79mxnzzoS784c3FrOLsCddRtC8BKzV { display:block; }
 }@media only screen and (max-width: 763px) { #Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/74b19d82-d007-40a1-8edf-980474e667ca/57151458_gruy271.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ.adaptive-delivery-prevent-bg, #Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ.lazyload, #Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ.lazyloading { background-image: none; }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row .container { background-color: transparent; background-image: none; }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(83,31,117,0.95); }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row .container > .video-iframe-container { display: none; }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(83,31,117,0.95); }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row > .video-iframe-container { display: none; }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .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); }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row .container { width:20rem;height:105.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PL1QdOUoopRv4PE5Nkw6xWIkdEbhBNrK { width:20rem;height:36.25rem;top:63.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThKl0ya5CilTk6r3hULR3rDtCH1MQahx { width:20rem;height:40.625rem;top:59.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W724TbPt5T6vNLU8yLOMC2Ogfan5mTTS { width:15.625rem;height:2.11263125rem;top:89.125rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uD71IW4yvoLTz6cENuHZy2mUTsrQlo68 { width:20rem;height:22.75rem;top:1.4659275561571rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TC0TfmL2poHTQ6yiTyBut7xlObpkzaZ4 { width:20rem;height:6.29775rem;top:25.184463024139rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gMgVW24ZxfnE3xhR8KQc1p90x7F5rpT9 { width:19.25rem;height:2.62478125rem;top:32.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9sEiQ0lOWAquy5F8zlMgQ6eMeOn7g8b { width:14.6875rem;height:1.2999125rem;top:33.5rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhcyurnwvtPzr6zKDQ6ilKSGiZK4952P { width:0.6875rem;height:0.6875rem;top:33.8125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTmicIZUQbUiKJsvq5eRzzMBW1uKXyHh { width:19.25rem;height:2.62478125rem;top:41.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki705MEFsHez9MtMvRduCJbLXQLvRs5q { width:8.125rem;height:1.2999125rem;top:42.375rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIyyLhOKS99JLoweU5p8DTl6hZ9ZV0IA { width:0.6875rem;height:0.6875rem;top:42.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCm4NtFXCbkDOVPwIt7S3bqXET2WMSZc { width:19.25rem;height:2.62478125rem;top:44.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW28H8ivTCsWiQxxOnA5ROfgKnL8Z9Pl { width:8.125rem;height:1.2999125rem;top:45.625rem;left:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1gw8JJ9Zl1mUHdzuyalouUTiUAA183g { width:0.625rem;height:0.625rem;top:45.875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBCuMy0a3kvvRgHN4ot3hC5PhGkemHhs { width:18.93675rem;height:4.1870125rem;top:40.242919921875rem;left:0.52978515625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OXGbTqAMX9DZTdnc0pGPdzmEDLKdSIwS { display:block; }
 }@media only screen and (max-width: 763px) { #ATKeOVRWv6CxtdoVnubgwwqILHexqNsq { width:18.9375rem;height:3.3921425rem;top:54.8125rem;left:0.5rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #yrWsW08ISAqwAKlxSeWvs755fdTamsvs { display:block; }
 }@media only screen and (max-width: 763px) { #FIC46OLAXT1EgDsGSTrJBOebmEsQbWc1 { width:18.9355625rem;height:4.1862rem;top:49.686637878418rem;left:0.5316841006279rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #GuX7aLHgOiLUVCmpAplkXtNr3aTVNA5B { display:block; }
 }@media only screen and (max-width: 763px) { #K8vi8b9SlbMTMP3eCFt1eWZRiPvBV9iT { width:15.625rem;height:2.11263125rem;top:61.125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.625rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #OWfZZuhITKDyOICkLZLnxw0eQcQhFIRz { width:19.25rem;height:4.75rem;top:36.125rem;left:0.375rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkROOv0ZzInEaRxfLEkTRuCLHKazdDJg { width:15.625rem;height:2.599825rem;top:37.25rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7SIio5I86JKqGNKmGBmtzbNeKzXttEF { width:0.625rem;height:0.625rem;top:37.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKwKotB92t9rvDGXg8TrP8ovXQOFgDlo { display:block; }#NKwKotB92t9rvDGXg8TrP8ovXQOFgDlo > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZJUKIHVzrJOCuocALUXHehGNshQ17gnk { width:20rem;height:2.4375rem;top:1.6853256225586rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e250tshlABMAqzcLygDSuvInsGxNBcUQ { width:19.936rem;height:1.2999125rem;top:6.1412811279297rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ubbpvEiM1BCi7VAXSL8fGklV8gPW3Til { width:17.8125rem;height:3.37456875rem;top:7.6226196289062rem;left:1.0937500596046rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #pk2isbWHy4EN2JcGgCp69WekTT29xNg2 { width:15.625rem;height:0.186631875rem;top:4.8170576095581rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1xx8NbSQt9vZkFR3GP4EuVcc07khRSX { display:block; }#i1xx8NbSQt9vZkFR3GP4EuVcc07khRSX > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPNiFJHecTbNvICWqWspPyPv6FrUnpwt { width:3.9375rem;height:5.8496125rem;top:18.437501907349rem;left:3.0620661377907rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLhb2wu0i4EkNE2qbMEST4lCB0V4TcUE { width:5.1875rem;height:5.8496125rem;top:18.062067031861rem;left:12.249349892139rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn2L241CaPpl0TQKDePfOlgCuwGbgnMi { width:8.5rem;height:2.923825rem;top:25.437284469604rem;left:0.81163197755812rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTNIaBZotuv4MF0og9QBw0qZfRlSM4p2 { width:7.9375rem;height:1.462675rem;top:25.437284469604rem;left:10.811632454395rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTpNmtaaXFbD9KdCVT2hlbT4wBf939ur { width:20rem;height:3.25rem;top:29.624567031861rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqAgNm27QdPCEa56BX4BPUznzarysgbe { width:7.5rem;height:5.25rem;top:19.249132156372rem;left:1.3118489384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMLAM3sQvQaD1c34SOHQHx0l75wt1ezC { width:7.5rem;height:5.25rem;top:18.999567031861rem;left:11.062283813953rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0BFGb9wkVCksbif0h093MVSi7TFGTlw { width:19.875rem;height:16.1875rem;top:17.374132156372rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #PC2qrZJBQuce6pzqpKSvK7Lw6MNKKmct { width:19.875rem;height:16.1875rem;top:34.812284469604rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #oTyad94iFORPaT5v1tQW43tCyh73ymm2 { width:14.9375rem;height:3.25rem;top:46.187067031861rem;left:2.5618491768837rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvNAblWEb8SnHqKA7HcUdNs6xiPXKUow { width:19.875rem;height:16.1875rem;top:0rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #VBTTB9AII4TGvotvtv05BUcP9rFzFJVC { width:16.0625rem;height:1.625rem;top:11.936849594116rem;left:1.9683161377907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJZ5db1EPzle1ivtQFe0xf6X1R3oQNqF { width:9.125rem;height:2.923825rem;top:8.9366321563719rem;left:0.81163197755812rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kboIXbxDNBbl42GiEQCOSJx1BBvy7P8U { width:9.1875rem;height:1.462675rem;top:8.9366321563719rem;left:10.811632454395rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeDB6hw9tTqZG6wNIVaKUndVrfCocXaB { width:7.5rem;height:5.25rem;top:2.3122844696045rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl1g0sLi8J0dATNLEgUgNZDgTJ4Gn7fc { width:3.9375rem;height:5.8496125rem;top:1.1870670318604rem;left:2.8125000596046rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdTC7QDuxeHfvhCpZBUQqFgFJoDd5kVo { width:7.5rem;height:5.25rem;top:2.0616321563721rem;left:11.062283813953rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbfRFIdOvKNfW2ePTstCyQXiRy6wo6xQ { width:5.1875rem;height:5.8496125rem;top:1.1870670318604rem;left:12.249349892139rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiaiH0vwxvyHr4oydUDrbKbdByGR4uO8 { width:9.0625rem;height:2.923825rem;top:42.797311782837rem;left:0.81163197755812rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0BErGnX97nArTUSIntO6qk4rIMWSTKR { width:7.5rem;height:5.25rem;top:36.999788284302rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRnFEQDzizm6QutGoAgDM3mt5wTU2U1p { width:3.93663125rem;height:5.8496125rem;top:35.749784469604rem;left:3.4375002980233rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOpZ6noLZ6UJxJdO0QnV6L3AS55J1pGk { width:7.5rem;height:5.25rem;top:36.999788284302rem;left:10.374349892139rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFrhvBC8fNnetnhJ0wU46i47SS4OgE7i { width:5.12478125rem;height:5.8496125rem;top:35.749784469604rem;left:11.499566376209rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMQDhVyAMvTm6E9tuH7w0oRe93vsLQJO { width:9.124375rem;height:1.462675rem;top:42.812501907349rem;left:10.249566376209rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLmrlzm8qGKDlLv1yLP2Sb7dmI2FGdXy { width:13.2498125rem;height:2.62478125rem;top:4.375rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #c7EHXvd9eCBs02Hzyp5dNE1nwJFdR9nC { display:block; }#c7EHXvd9eCBs02Hzyp5dNE1nwJFdR9nC > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ak7DepnDgT7shDRemeZMgBQefZk2MV6x { width:20rem;height:7.3125rem;top:3.0625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #akUHEWT0vmN5T6SQT8pbmPBJvz3yUlRH { width:20rem;height:7.3095625rem;top:13.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmoEcQQWHBErNWEmDnGxMygmrBbWyE06 { width:18.75rem;height:0.1867675rem;top:11.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wImrC8KsuZPtifX4CSZuUZbd3qk9WTGQ { width:16.625rem;height:6.6875rem;top:22.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdNHBPTqWaN5ewBpO5douaNa6l4kTQA7 { width:16.625rem;height:6.6875rem;top:29.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTOdXtWkATq26CAff7ES8rO6JMqfcb3E { width:16.625rem;height:6.6875rem;top:37.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yugAT5LXSG4o9yu1dxMbTsdRl2Q50Ilx { width:16.9375rem;height:6.6875rem;top:45.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGJzrp7PZgDyDwu6pUTIDbyb5TxGEnax { width:2.62478125rem;height:2.5996125rem;top:22.5625rem;left:2.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS3XgXgvqEw9IVV2burpsgO4NmTPwI0u { width:2.62478125rem;height:2.5996125rem;top:30.375rem;left:2.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIy4Zex5oFND6zLkEP7exM74D82RUHTQ { width:2.62478125rem;height:2.5996125rem;top:38.0625rem;left:2.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIvpye2xCQWJNrFLaeLWoFdq2b2mZT92 { width:2.62478125rem;height:2.5996125rem;top:46rem;left:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDTAWxqaLE596TRtq5HAly366xR4dFCz { width:11.875rem;height:2.923825rem;top:25.1875rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfFxHcNmxFdLfzevHJd1qn3J1x59SeH2 { width:14.4998125rem;height:2.923825rem;top:33rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh1ShCAPTFF8fb3AZTReI6iRDzrrNbEy { width:15.2495625rem;height:2.923825rem;top:40.6875rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy1K8fhb0vhwQGGxSCBLdKIGTw3Urv86 { width:15.686875rem;height:2.923825rem;top:48.625rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1JX9WRzDfnDUigqG3qslWkrdrCoboSN { width:20rem;height:2.923825rem;top:53.808594703674rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ditmWGPLckyIoTPwLPSHcTDpT848elw4 { width:16.625rem;height:6.6875rem;top:21.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk1po42qPO2Ez4sq3Kwd05e14RWVT3Gi { width:16.625rem;height:6.6875rem;top:29.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2syuSJZg7soSJWU0VzViqTs2OoXHr80 { width:16.625rem;height:6.6875rem;top:37.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BczgZk7tMdhwUoEVpeA25l3HtdMmiTmf { width:16.625rem;height:6.6875rem;top:45.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC { display:block; }#vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IIumGPV8Kfic2J4nPshlNc19cGiTRwMG { width:20rem;height:4.875rem;top:2.5rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GUccWU7togMMUCWCgbwgRwsKgBTH7VrE { width:20rem;height:7.7995rem;top:25.374572753906rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F6O8EgvbfsQiFbkNBN0Cc1cdsX3WkywX { width:18.75rem;height:0.185546875rem;top:8.8194427490238rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCSTeGToKLaTGFrh9i51UNlMkwxll5ZS { width:20rem;height:7.937rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITd8mzleltg8IyxlMIrZ8ysUdbCI6bTc { width:18.93675rem;height:10.036875rem;top:36.8125rem;left:0.5rem;font-size:1rem;display:block; }#ITd8mzleltg8IyxlMIrZ8ysUdbCI6bTc li:before{  }
 }@media only screen and (max-width: 763px) { #MwK1kOgRbO2E5BB7HKseJfZaonG7ycXo { width:20rem;height:13rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5wcTP5Uv0fix8XvM63LbphhN7dBzLy9 { width:19.4998125rem;height:12.999125rem;top:10.277778625488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hku4zwJJhpJC22aIniCDy1QGudG9mJAT { width:12.5rem;height:12.9375rem;top:1.9375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6HvyaaKPklcriDRSGpGTu90LTN5FEHG { width:12.5rem;height:11.625rem;top:21rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rcAmZp4gszoozMUxv7f0BthzqVRQANsT { display:block; }#rcAmZp4gszoozMUxv7f0BthzqVRQANsT > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLiT9Fkd4RLsdRWqAJ8G6xmNq1s1bk8I { width:18.5611875rem;height:4.5rem;top:2.3821411132812rem;left:0.71831601858137rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sXW4AVP3gEpDkTwivNrD8hDSpEWL7719 { width:18.75rem;height:0.185546875rem;top:7.6241149902344rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJR20ctyep1uiLoGMqBb6Vt23XsHaUmu { width:20rem;height:2.75rem;top:9.5620727539062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXQW1OTpiGGRkF5ii5040QIzfSJpcmr2 { width:4.1235375rem;height:1.462675rem;top:10.25rem;left:0.68684905767444rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z18ARM4kT5nhLR1q4XEkHb3uyxLmNIi5 { width:4.1235375rem;height:1.462675rem;top:10.25rem;left:15.186632454395rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkpfyPHq1eHS83QbXnoQZUBNJ1he2gdH { width:15.3735625rem;height:0;top:11.123046875rem;left:0.687255859375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L2bFnz1P40dd981VkdqfRZ7zdZowFDmd { width:20rem;height:2.749025rem;top:12.311614990234rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EORohZrrayIwhd1Nx4Aolrg3Z4ZTl5FQ { width:20rem;height:2.749025rem;top:15.062286376953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4cKOyXTyhtuhXFsFWTK6ZNTBSWlzsy1 { width:20rem;height:2.749025rem;top:17.811828613281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp5Ma5zOWe2mqd6qxDU5Jg6XCkA5ZUy2 { width:20rem;height:2.749025rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCmKGnMAC1uAdvVdJhbVzfWOnRd7MnIb { width:20rem;height:2.749025rem;top:23.312072753906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se45A7bU6NdqX5HgNmQLBMpN9yci0lub { width:13.8745rem;height:0;top:33.372802734375rem;left:5.45166015625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w4dP4HMaiyByS1gdz678OgJFLp8llF2V { width:20rem;height:3.4375rem;top:32.612182617188rem;left:0.031467020511628rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN8wkQgA2cueBGxUK4aiUv4F0TARthoZ { display:block; }
 }@media only screen and (max-width: 763px) { #yJdCIGg9mZVcDN7THHq2pxDRP1CK6ncK { width:15.3735625rem;height:13.59375rem;top:12.311614990234rem;left:0.68684905767444rem;font-size:0.9375rem;z-index:15032;line-height:2.9;display:block; }
 }@media only screen and (max-width: 763px) { #tOfENZIrAQIJTvUQ79vranRM8hVUTidn { width:7.312rem;height:13.59375rem;top:12.311614990234rem;left:11.999783813953rem;font-size:0.9375rem;z-index:15035;line-height:2.9;display:block; }
 }@media only screen and (max-width: 763px) { #bo87Swqu3gFHEdZDSz0blh6oyosOqflM { width:20rem;height:3.75rem;top:27.624114990234rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1BF69zmAhqAqU2f0oLdFcb7eNKCHgn2 { width:13.5623125rem;height:2.923825rem;top:28.036024093628rem;left:3.2183161377907rem;font-size:1.125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT { display:block; }#eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3T9lmnd3ZWFTWDlprbyzVxa1x6Qg9Xa { width:18.125rem;height:2.4375rem;top:2.9361991882324rem;left:0.93750005960463rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ci2DTbElN5hpMTC37cTagF3ePgETKDeB { width:18.75rem;height:0.186631875rem;top:6.3736991882325rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdVfS2hIxp7S92MlSnCDoyyNT4oRCkON { width:20rem;height:6.4995625rem;top:22.249787628651rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvgS5OX4MNtKr54g9pU7Th4lUPP26b28 { width:20rem;height:10.625rem;top:15.723876953125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oNbQcg9oZLxBUONrgTWCOcIDo3OyM31V { width:20rem;height:10.625rem;top:15.09961875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v62wFhsGC9TP7IwETsuEZQVBBJKCnIx5 { width:18.8745rem;height:6.13715625rem;top:31.625rem;left:0.5625rem;font-size:1rem;z-index:15035;display:block; }#v62wFhsGC9TP7IwETsuEZQVBBJKCnIx5 li:before{  }
 }@media only screen and (max-width: 763px) { #wDLIeb33OZ5ahtt9iwVXhWyvQffmCePX { width:20rem;height:10.5rem;top:29.312072753906rem;left:0rem;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PAAwnDeUO0zAJNqLS12U4fHk2nGByzEH { width:20rem;height:7.9358125rem;top:18.4375rem;left:0rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #rTAOfONlPZnNcIHLhzM64owp3IrkcLBO { width:20rem;height:11.0625rem;top:29.312072753906rem;left:0rem;z-index:15028;background-color:#e1e1e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ItZqPMyicpxKCTyoUeZXzXVI1QBx285u { width:19.625rem;height:13.0625rem;top:7.8721618652344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oETeshTR90DBkyLQeUqb3xUisiG4CrcS { width:12.5rem;height:12.9375rem;top:1.9375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKXSBiqMheWLiktoECveaeikdvJ0THmM { width:12.5rem;height:10.5rem;top:26.25rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM { display:block; }#pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dpq0H97b9naIM2QSvZEQWKt2swDubbED { width:18.8736875rem;height:4.875rem;top:2.373046875rem;left:0.56206601858139rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nDagtQRhUrPhMXZXpZT6TVzcNaHeF9co { width:18.75rem;height:0.1875rem;top:8.3832473754881rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOfrt6dkF5ampEMFZSLhuJmfCNThKwSV { width:20rem;height:5.84765625rem;top:10.13427734375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJqFVaqLpZIfm8s0TgOKifUxMBoduo4T { width:15.3125rem;height:7.8125rem;top:17.625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5MtbMScI4rnhTbkNMI6TKQ4VmuEl50w { width:15.3125rem;height:7.8125rem;top:26.8125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm3cgn8wrm8uLyliPIZukZMxxP4Mu5xH { width:15.3125rem;height:7.8125rem;top:36.0625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4FAXTntXXWDQiPNNDAaTrVDe0sEObW5 { width:15.3125rem;height:7.8125rem;top:45.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxBxRkM6soMpTsqE5BHbD4LGasfiq9PC { width:14.4995rem;height:1.462675rem;top:22.6875rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJhX8ZbtzsDWgIZaN66aUZBhe2tD4I7C { display:flex;width:3.125rem;height:3.125rem;top:19.125rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #wDZMIgB80aM2Ahgqxy40GDkP4fXHH0Zg { width:14.4995rem;height:1.462675rem;top:31.875rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSQmks4uSKvTAgbM8PM31A9bmVLtHALD { display:flex;width:3.125rem;height:3.125rem;top:28.3125rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #lIOQTgSGiwNebbHtF2U1zNRvwkdqQGIM { width:14.4995rem;height:2.923825rem;top:40.4375rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTG9L6T4OaAhOf8CDCTDt5L2TUeMxzV6 { display:flex;width:3.125rem;height:3.125rem;top:36.875rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #c21o6SJRZkpV2cGTsSudTEuqyTBmN6Lk { width:14.4995rem;height:2.923825rem;top:49.5625rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWLD3mV4tIM80AWFo6bXEGTGSUsCVZRt { display:flex;width:3.125rem;height:3.125rem;top:46rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #HxJl76Jphx7mU9TS6PC1Z0u6fIfObVxr { display:none; }#HxJl76Jphx7mU9TS6PC1Z0u6fIfObVxr > .row .container { width:20rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sfbRdQnX8cpZ1chN5krh3URRc3yPKgTa { width:20rem;height:2.4375rem;top:1.99951171875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rVs3XuapaqPvRTKgURe35cPfRXh6e9WE { width:18.75rem;height:0.123698125rem;top:5.4470500946045rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgaiC1TozvM6baK1TfMGsO1rOSmx3wnc { width:12.8125rem;height:2.599825rem;top:8.5188817977906rem;left:7.1864154934881rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gcu3bxGUnyCUsMiK6y20MbsZTBEdXs6s { width:5rem;height:5rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #omTvTV28lCVKeun2sdFvT1E3Rr1aJwna { width:5rem;height:5rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxTXmDbTrUbSFGpbpB2CZE4bbbdgt6EB { width:5rem;height:5rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5dmLy7XPlXJZt0nvBFQ18Jvw2ioJUK4 { width:5rem;height:5rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ayr9PTBewfskIPGf1HtFJQgTQMuDAL1H { width:5rem;height:5rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #naheRpRUkbbSR1VBaswnB5Pe1bBNhylQ { width:3.75rem;height:3.75rem;top:10.875rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSKhDOsEqHH9bI98GUdH8WnReMkmEe2k { width:3.75rem;height:3.75rem;top:10.875rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTERmyzvBSTJ7VOQVe7qmM1Cm46To1LD { width:3.75rem;height:3.75rem;top:10.875rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeovCaQRlEtLluQl5TWlLJ7PLbF7ftse { width:3.75rem;height:3.75rem;top:10.875rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ziocCQaXvpuzrdHr3SZUlSc8Pf19PvKr { width:12.8125rem;height:2.599825rem;top:14.3125rem;left:7.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cL0D8n0PhTIVUDRqBCbFS9ZDuZcdf5lV { width:12.8125rem;height:2.599825rem;top:20.019532203674rem;left:7.1864154934881rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kxHOit3VfbvThi90ElvzFqU5XWvCWJO6 { width:12.8125rem;height:2.599825rem;top:25.769325256347rem;left:7.1864154934881rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zwxRcIXsXg7Z3rTKm3c7TTQObreVeUVs { width:12.8125rem;height:2.599825rem;top:31.519099235534rem;left:7.1864154934881rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VLIzAs8Vdp0IiBFoT5SpSNdKsNlFcPti { display:flex;width:2.5rem;height:2.5rem;top:8.5625rem;left:1.3125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #c25E0RzHDIxtc3E9TTWCv2kkTXUmznIB { display:flex;width:2.5rem;height:2.5rem;top:14.3125rem;left:1.3125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #bUbx6Pq376WQaStrHOXEH7gOm2bSuOnT { display:flex;width:2.5rem;height:2.5rem;top:20.0625rem;left:1.3125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #wvkLDqCkTzqaTlg7F9uCODyKZBdXmyEA { display:flex;width:2.5rem;height:2.5rem;top:25.8125rem;left:1.3125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #VFaKhqkJsmH4BaFsfTmMAeKhf4Kgo9Vw { display:flex;width:2.5rem;height:2.5rem;top:31.5625rem;left:1.3125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #CJ2Qer81vnJOgJzcaOnfycxIEGxyX6Qr { display:block; }#CJ2Qer81vnJOgJzcaOnfycxIEGxyX6Qr > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UErmnnTv5nbpZspptmPZCzgxIM4OgLVQ { width:20rem;height:4.875rem;top:2.119140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q2DpTdwPbWoC5TOM1Nc236QAA0d2LMBE { width:12.5rem;height:0.1875rem;top:8.173828125rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w { display:none; }#m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w > .row .container { width:20rem;height:49.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zM0fRP1iIuR6W8g6GSJWbflzZokHXBMS { width:20rem;height:34.625rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PavRxoigVkMJnvHE5fXCkZicCqyuxRWX { display:block; }#PavRxoigVkMJnvHE5fXCkZicCqyuxRWX > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0K0QTHXf5RrHZUzxKu8Zxrp1JALEczJ { width:20rem;height:28.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6H5ePSleSTo2shg7IAiaLv0l6c4ACMp { display:block; }#h6H5ePSleSTo2shg7IAiaLv0l6c4ACMp > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcSxLXuUU4lu1oZGtzi9Hh9RPZVvZVdE { width:20rem;height:8.44925rem;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #JIU82ZTMOhDB4IQolG8E6WREr2NnPlck { width:12.5rem;height:0.124783125rem;top:12.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOsGIdmU8cP2oV5oZ7dPwNw6tOEdGacD { display:block; }#LOsGIdmU8cP2oV5oZ7dPwNw6tOEdGacD > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soMqJ6g5ODnJZbPQ2Ia1GO8UR0euuzV7 { height:11.216433333333rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb8SpFXLquXEVyUQUpiWMiuPTzK0s39R { width:20rem;height:12.3125rem;top:0.715060710907rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExbSDVaw3UT8NQkpxTMVTITTbdWBbk5v { display:none; }#ExbSDVaw3UT8NQkpxTMVTITTbdWBbk5v > .row .container { width:20rem;height:39.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MCCCpMxAxngAlGnAzQeQphRQ19evRKDg { width:18.75rem;height:0.1875rem;top:8.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfQxtN3Z9ofdCfnKhdoMHe408RRr7Bes { width:20rem;height:5.85069375rem;top:10.186859130859rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KkENV0OwpnXteOBq2tGvCa7gTzdM39Qd { width:20rem;height:4.87413125rem;top:2.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vSd7RCi074EQZVcuPMPK45E97ke81JZp { display:flex;width:2.25rem;height:2.25rem;top:19.687530517578rem;left:1.3747830986977rem; }
 }@media only screen and (max-width: 763px) { #DEZlhlXnoVQv8CTIpdBzMWqBUTwwZdDq { width:14.187rem;height:10.7986rem;top:19.375030517578rem;left:4.7493494153022rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWybFHpC3lyuxdX9XVaGV8uF26Q9kc70 { display:flex;width:2.25rem;height:2.25rem;top:22.437042236328rem;left:1.3747830986977rem; }
 }@media only screen and (max-width: 763px) { #TKDBoBUhApuOV9wvsgFKng8bM0n9yfxm { display:flex;width:2.25rem;height:2.25rem;top:24.874114990234rem;left:1.3747830986977rem; }
 }@media only screen and (max-width: 763px) { #My77OhRzoyAJ7F7AvGpPeix0KiGv9C6D { display:flex;width:2.25rem;height:2.25rem;top:27.686614990234rem;left:1.3747830986977rem; }
 }@media only screen and (max-width: 763px) { #qXLiZsfBvOXXQ6NRonFflBa64MA4ig2l { width:20rem;height:14.812rem;top:17.366546630859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0XmmgcnT5uF5ZB49IDEozeZm2Rv3sWC { width:12.25rem;height:3.75rem;top:33.427734130859rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9fwELoPXTPJEQ1d7CTmHozH6y89NOBn { display:block; }
 }@media only screen and (max-width: 763px) { #xuU3TCpXwKRRt5J6EskRC7TD8NfT4s3p { display:none; }#xuU3TCpXwKRRt5J6EskRC7TD8NfT4s3p > .row .container { width:20rem;height:27.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CqBBr3D6HePzGUssqPmb9lHiwXF1CeTx { width:20rem;height:4.87413125rem;top:2.4375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uQvUqd1SX4vEh1fIBhWTb9RLhTIDMiFT { width:18.75rem;height:0.1875rem;top:8.624755859375rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJxon4VIg8Obs6BfyQvZGwv6MTSLrqM9 { width:19.875rem;height:3.125rem;top:10.374328613281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI4OPHVBvhWl7UZoe2ZZWhKDWSBHcQpg { width:19.875rem;height:4.75rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs1t3KF1v0DNvenUhKLDFvqstuv8WtVR { width:19.875rem;height:3.125rem;top:26.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i0X6k4xgwV3hF8KtZORFscCaw3W2w5WT { width:15.9375rem;height:1.462675rem;top:11.311828613281rem;left:2.0616319775581rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #itxQbLkBoJPLzikMN3lpq7V8EhhuX9Tc { width:20rem;height:2.92535rem;top:20.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k0ZxQzZIk1Bi6UTAozOErl6n5prrPlfZ { width:20rem;height:2.92535rem;top:15.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #edzQJen1iJT5uEpa5Qu3UZJ1TWcxJNpT { width:19.87425rem;height:4.74975625rem;top:19.8125rem;left:0rem;z-index:15038;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #v9duK4tfD2Ul8xE0gv0NkNgwNNqN1yPX { display:block; }#v9duK4tfD2Ul8xE0gv0NkNgwNNqN1yPX > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlKTNkSv6F2aMrRF79GPXF8aLZCFPI1R { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #g1wQZ9nhUH3Pw88t1EAP3Znmle05qeO0 { width:12.5rem;height:0.1875rem;top:4.4863014221191rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvJ9MrLilzIShG3btkRNDEms9JAT7cL5 { display:block; }#nvJ9MrLilzIShG3btkRNDEms9JAT7cL5 > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfDITONgkkmr7iTgFi07FdD5CEHQRwBc { width:20rem;height:2.923825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#1e1b1b;display:block; }
 }@media only screen and (max-width: 763px) { #uvu4bpQuZTQlRF8ZEEHnZqKqawF0mCXV { width:12rem;height:1.6875rem;top:12.421875rem;left:4rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubcG2I8zN5sE8nAUlyvCOOZKAHr2idDp { width:10.125rem;height:1.6875rem;top:25.921875rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9ywSUiaqeq0fH7KRRpUvA1Zrov3p58e { width:10.125rem;height:1.6875rem;top:39.125rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbAGl5GGHnEnUoyz72k3BuUNB1WIuPlN { width:20rem;height:6.4995625rem;top:42.859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#1e1b1b;display:block; }
 }@media only screen and (max-width: 763px) { #wxLVDocAdS9TX1ftocPiiGRTVPah3hGG { width:6.125rem;height:6.125rem;top:5.625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXUqo5yaiq8041nRk0ICSgLDSnuMFipq { width:6.125rem;height:6.125rem;top:18.625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLOb3LLQyiqN07xif99kxRkuTbMWBrue { width:6.125rem;height:6.125rem;top:32rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MshIu9VevVrtpsmVk1JZhyfZI4EpZtIT { width:4.0625rem;height:4.0625rem;top:33.0625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIXRCUaeHq75x6L21cIrFJr6g3dBvCTQ { width:4.0625rem;height:4.0625rem;top:19.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwnVDUopmfAPLg1qFolt4CydeiSR6GwB { width:4.0625rem;height:4.0625rem;top:6.8125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhp8eLl9Xu9bDK9O8z20Jf0AvHKswLXa { width:3.8125rem;height:3.8125rem;top:61.5625rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZn1a6Nho7EofryAaFElzoFoienZReFx { width:3.8125rem;height:3.8125rem;top:7.9375rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttsxZSB5yeOuG31NccTowhWGg4I2284m { top:14.9375rem;left:8.4375rem;width:3.125rem;height:2.5625rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aL1IRpdTrq55Sxorim0JI4lCpDl7BywF { top:28.5rem;left:8.34375rem;width:3.125rem;height:2.5625rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #svPT6nQG9J3Blu9qzqtLorHyF49QxJJx { width:12.25rem;height:3.75rem;top:50.607661376953rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybV2xa4n1hffshohgLiEOT49X74E3VEA { display:block; }
 }@media only screen and (max-width: 763px) { #xdnCHpFlXhA1GVi1QKwG0fkioCeW1PmR { display:block; }#xdnCHpFlXhA1GVi1QKwG0fkioCeW1PmR > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ud5u1L3AQZLRy3lBnvTiKQDnvZmJ3Qdw { width:20rem;height:4.875rem;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #F7mS7tDQePIW7x04eoTyC8ZQlXq2Uo4n { width:12.5rem;height:0.1875rem;top:8.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #StyOEaFVyy1zQzqmFW1AZDG1ELb1R434 { width:20rem;height:15rem;top:10.372179031372rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EayJZlDGLQe1KeP6G2ebwpohFd7TTfTc { height:11.221703703704rem;width:20rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlwWTiMNn61WSFNXfJJObkPe9zclIdRy { height:11.221074074074rem;width:20rem;top:41.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BymKQ8pGsq1uXxAZg9TTGgEpre0uNrqu { display:block; }#BymKQ8pGsq1uXxAZg9TTGgEpre0uNrqu > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6IWxXH7BJTOXyrie1nqX71xgrH956X0 { width:20rem;height:2.923825rem;top:6.1870670318604rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkwl13DPA2iF4BOeTgp69oRlWT4luJMD { width:17.4365rem;height:1.7871125rem;top:2.9375rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1NpI7mfdo9spXfHbRpAnBahXqzLX3kd { width:19.624rem;height:2.56225625rem;top:2.391357421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsB2yqstQrN4x8GVNPFoXP3ZO1B9nreb { width:20rem;height:2.923825rem;top:11.9248046875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkBhhJhFGQwkb1oqDk6ThF339OXVaEiF { width:20rem;height:10.4375rem;top:10.24951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfcP99ie0ApAMxSTzmULHLOTVachkGRT { top:15.437274932861rem;left:2.7810330986977rem;width:14.436875rem;height:3.4375rem;z-index:15039;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyd7KqUJ2vnNZuZcrLTLMQFnGARo2nFT { display:block; }
 }@media only screen and (max-width: 763px) { #NAo4kdylcFJe1eRpJG4zm6XWSN4y9rsT { width:17.5rem;height:3.625rem;top:21.0009765625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yXZyVAJqAJXK77Z2L0fTyUpBFix4ggma { display:block; }
 }@media only screen and (max-width: 763px) { #MTHczEnaNKVmp5fR66BhHolVZRbSyhvB { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#MTHczEnaNKVmp5fR66BhHolVZRbSyhvB > .row .container { background-color: transparent; background-image: none; }#MTHczEnaNKVmp5fR66BhHolVZRbSyhvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTHczEnaNKVmp5fR66BhHolVZRbSyhvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTHczEnaNKVmp5fR66BhHolVZRbSyhvB > .row .container > .video-iframe-container { display: none; }#MTHczEnaNKVmp5fR66BhHolVZRbSyhvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTHczEnaNKVmp5fR66BhHolVZRbSyhvB > .row > .video-iframe-container { display: none; }#MTHczEnaNKVmp5fR66BhHolVZRbSyhvB > .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); }#MTHczEnaNKVmp5fR66BhHolVZRbSyhvB > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBxrHTqadE2sRddUJuw5alLQsBf37mFt { left:0rem;background-color:transparent;background-image:none;top:6.5rem;width:20rem;height:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fqfTrEVuOTIwgpgsTd1c7bO3reyl4KbA { left:0rem;background-color:transparent;background-image:none;top:8.625rem;width:20rem;height:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MuFbgFxDAqp478EcnWAT4IXmyTF8V80g { width:2.5rem;height:2.5rem;top:2.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymKIKsvG766EeVeefo6fy4tRv96cM3Qv { left:0rem;background-color:transparent;background-image:none;top:17.8125rem;width:20rem;height:1.4003875rem;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HaRmebFuGWnVrsyJXS0npUh5tpn2dLiM { left:19.130860626698rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:2.1864166259766rem;width:0;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJeAqfR8ronW4hsavHrfs0VzcTk14hnT { left:0.875rem;background-color:transparent;background-image:none;top:15.5rem;width:18.18725rem;height:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OVst9COuCQ5iaRo22CQCdIyyzVod7xnx { left:6rem;background-color:transparent;background-image:none;top:22.9375rem;width:7.99925rem;height:1.57470625rem;font-size:1.125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nsQ5HKosQC3xDQzIZPNhgPNIVuKgV0l1 { display:flex;width:1.875rem;height:1.875rem;top:25.625rem;left:6.0625rem; }
#nsQ5HKosQC3xDQzIZPNhgPNIVuKgV0l1 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Fown9J6FPbCqAV7mBQHGTwZ1wTvUofDn { width:2.5rem;height:2.5rem;top:11.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqkc37nO8Fuuuz6ViqwFmdio5FVTEVOx { display:flex;width:2.1875rem;height:2.1875rem;top:25.468751907349rem;left:8.9062502980231rem; }
#pqkc37nO8Fuuuz6ViqwFmdio5FVTEVOx > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #FVDByFIo3KAGyJ78QTrT4CHMWhV4qBTi { top:21.125rem;left:5.3125rem;width:9.375rem;height:0.0625rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #UcSykXK7JqTb9J4yEWWwSzl2kmTTZNeK { display:flex;width:2.1875rem;height:2.1875rem;top:25.4375rem;left:11.75rem; }
#UcSykXK7JqTb9J4yEWWwSzl2kmTTZNeK > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #pt7U58CHhSg5fFqivcn1ui2vgbItZeLe { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row .container { background-color: transparent; background-image: none; }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row .container > .video-iframe-container { display: none; }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row > .video-iframe-container { display: none; }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .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); }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row .container { border-width: 0; border-radius: 0; }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrwVLOWHM5TRymrgqJG9g6fCLgTOC99J { left:1.4995661377907rem;background-color:transparent;background-image:none;top:0.908203125rem;width:16.9986875rem;height:1.055775rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }