.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:251,232,214;--color-primary-1:243,186,133;--color-primary-2:235,140,52;--color-primary-3:235,163,52;--color-primary-4:47,28,10;--color-secondary-0:225,227,238;--color-secondary-1:165,170,205;--color-secondary-2:105,113,171;--color-secondary-3:67,78,150;--color-secondary-4:62,61,116;--color-tertiary-0:255,255,255;--color-tertiary-1:251,245,238;--color-tertiary-2:151,147,143;--color-tertiary-3:91,88,86;--color-tertiary-4:40,40,40;--headlines-font-family:"Catamaran";--paragraphs-font-family:"Catamaran"; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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:url("https://images.assets-landingi.com/uc/c5e95f47-cb43-42e2-98c5-3834ee2acdb8/parislaranja.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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:30.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#SenLIDSXqsozoadw6BMW43BoUXgdarlM { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.0625rem;font-weight:700;z-index:15007;line-height:.8;letter-spacing:0;top:6.1230473518372rem;left:0rem;height:;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; }
#V6Zm2TXydwqqvikvqugXCyk3lrLsvFsC { color:rgba(var(--color-secondary-4),1);display:block;width:31.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:19.497613906861rem;left:21.654731750488rem;height:4.87413125rem;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; }
#xQBXaio8QbhisqNkNdSnCbxKhiRIHBUw { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:28.8125rem;top:9.9375rem;left:23rem;overflow:hidden;display:block; }
#gTN5KrWVSSLZcTZ3GUMte0zR0T79VZUL { 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; }#gTN5KrWVSSLZcTZ3GUMte0zR0T79VZUL > .row .container { background-color: transparent; background-image: none; }#gTN5KrWVSSLZcTZ3GUMte0zR0T79VZUL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTN5KrWVSSLZcTZ3GUMte0zR0T79VZUL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTN5KrWVSSLZcTZ3GUMte0zR0T79VZUL > .row .container > .video-iframe-container { display: none; }#gTN5KrWVSSLZcTZ3GUMte0zR0T79VZUL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTN5KrWVSSLZcTZ3GUMte0zR0T79VZUL > .row > .video-iframe-container { display: none; }#gTN5KrWVSSLZcTZ3GUMte0zR0T79VZUL > .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); }#gTN5KrWVSSLZcTZ3GUMte0zR0T79VZUL > .row .container { border-width: 0; border-radius: 0; }#gTN5KrWVSSLZcTZ3GUMte0zR0T79VZUL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gTN5KrWVSSLZcTZ3GUMte0zR0T79VZUL > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#QITGEOV3hosMo4dC6y6VBXnROaq1cwXt { 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; }#QITGEOV3hosMo4dC6y6VBXnROaq1cwXt > .row .container { background-color: transparent; background-image: none; }#QITGEOV3hosMo4dC6y6VBXnROaq1cwXt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QITGEOV3hosMo4dC6y6VBXnROaq1cwXt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QITGEOV3hosMo4dC6y6VBXnROaq1cwXt > .row .container > .video-iframe-container { display: none; }#QITGEOV3hosMo4dC6y6VBXnROaq1cwXt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QITGEOV3hosMo4dC6y6VBXnROaq1cwXt > .row > .video-iframe-container { display: none; }#QITGEOV3hosMo4dC6y6VBXnROaq1cwXt > .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); }#QITGEOV3hosMo4dC6y6VBXnROaq1cwXt > .row .container { border-width: 0; border-radius: 0; }#QITGEOV3hosMo4dC6y6VBXnROaq1cwXt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QITGEOV3hosMo4dC6y6VBXnROaq1cwXt > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:block; }#qAITJCmA7VNcTKpFngeD3tqDZ5dQHQ9s { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:2.75rem;left:0rem;height:5.54904375rem;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; }
#QX8zvNuTWsi9BkFcs4VWWLJHVEZ0aT5X { background-color:rgba(var(--color-secondary-4),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: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:15.4980625rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:10.248481750488rem;left:29.750434875488rem;display:block; }
#bLKcO72lh52g7KKTHKvVcGO63Ud4Zndp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nGwBTq38qgPra6RMCSa7dNrnTbaLP5Iw { 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; }#nGwBTq38qgPra6RMCSa7dNrnTbaLP5Iw > .row .container { background-color: transparent; background-image: none; }#nGwBTq38qgPra6RMCSa7dNrnTbaLP5Iw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGwBTq38qgPra6RMCSa7dNrnTbaLP5Iw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGwBTq38qgPra6RMCSa7dNrnTbaLP5Iw > .row .container > .video-iframe-container { display: none; }#nGwBTq38qgPra6RMCSa7dNrnTbaLP5Iw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGwBTq38qgPra6RMCSa7dNrnTbaLP5Iw > .row > .video-iframe-container { display: none; }#nGwBTq38qgPra6RMCSa7dNrnTbaLP5Iw > .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); }#nGwBTq38qgPra6RMCSa7dNrnTbaLP5Iw > .row .container { border-width: 0; border-radius: 0; }#nGwBTq38qgPra6RMCSa7dNrnTbaLP5Iw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nGwBTq38qgPra6RMCSa7dNrnTbaLP5Iw > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#lm8oqJngvRH19oiRsRCKckr8tAfnQsQR { 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; }#lm8oqJngvRH19oiRsRCKckr8tAfnQsQR > .row .container { background-color: transparent; background-image: none; }#lm8oqJngvRH19oiRsRCKckr8tAfnQsQR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lm8oqJngvRH19oiRsRCKckr8tAfnQsQR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lm8oqJngvRH19oiRsRCKckr8tAfnQsQR > .row .container > .video-iframe-container { display: none; }#lm8oqJngvRH19oiRsRCKckr8tAfnQsQR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lm8oqJngvRH19oiRsRCKckr8tAfnQsQR > .row > .video-iframe-container { display: none; }#lm8oqJngvRH19oiRsRCKckr8tAfnQsQR > .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); }#lm8oqJngvRH19oiRsRCKckr8tAfnQsQR > .row .container { border-width: 0; border-radius: 0; }#lm8oqJngvRH19oiRsRCKckr8tAfnQsQR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lm8oqJngvRH19oiRsRCKckr8tAfnQsQR > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#cy3iEJDwTQl1gNNeIlKzFtVUsC2xWsLD { color:rgba(var(--color-tertiary-4),0.7);display:block;width:15.249rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3573124408722rem;left:59.750432968139rem;height:1.54296875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wNP1msMzCKritEHJT9xWXS3OmEu0tJRz { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:6.5rem;left:3.875rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ixi89bUbHZBTF92CPPlMFJdaVaBvZ5Rp { position:absolute;display:block;z-index:15002;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.1875rem;width:6.875rem;top:1.75rem;left:52.9375rem;overflow:hidden;display:block; }
#XCTtLmTVXHstxVzuDnwRUPXlmhuhkWuV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:14.3125rem;left:3.875rem; }
#NXz3DeL92TgJne3oyeTE69S8wobnIPSO { color:rgba(var(--color-tertiary-4),0.85);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:14.3125rem;left:6rem;height:1.48654375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q2G27u6wDs62FN4uGwclR9NxduSHPBO8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:16.75rem;left:3.875rem; }
#s2JMH7PSDdFmGSaldnLWyktRdE6P3O0m { color:rgba(var(--color-tertiary-4),0.85);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:19.037109375rem;left:6.0625rem;height:1.48654375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BcJmaidNEmaReGZxwDHb8qen6aydTGTh { color:rgba(var(--color-tertiary-4),0.85);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:23.599609375rem;left:6rem;height:1.48654375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QnGPk7d9DdpAcVMdtopH15uxP53q9aiV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:19.0625rem;left:3.875rem; }
#wI32dtFt6D4VKeykqDuHvtPTEkITAqFU { color:rgba(var(--color-tertiary-4),0.85);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:21.375rem;left:6rem;height:1.48654375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cwF75DpBvUngQZgxkJ1QxqPDFinXG4hC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:21.375rem;left:3.875rem; }
#e4qDgQcuELAaaFSTsFCMk6Rg7aM1Wtac { color:rgba(var(--color-tertiary-4),0.85);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:16.724609375rem;left:6rem;height:1.48654375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V9w1vDbIReBnp2AKLRdOe5yQ2bFPIE4X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:23.625rem;left:3.875rem; }
#Gyk7L9zrlnh5GG9Ac3SxLmyrE9RlMJ8w { background-color:rgba(var(--color-secondary-4),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: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:18.8125rem;height:4.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:27.75rem;left:6.25rem;display:block; }
#Ayv6fHIoq9TM7rfKx8l693PCVJ2ugurO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AMcew24886eDiK0gd1zCvdKw0eUtXAiJ { box-sizing:content-box;height:24.5rem;width:0.125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.4931640625rem;left:37.375rem;display:block; }
#MtBQfFavaepP6UsLrnz7aERVrm2IB6WX { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:8.5625rem;left:43.1875rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ab4b1aPZgzSf07evtL9c6C0XZgktUbWB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:15.75rem;left:43.1875rem; }
#PuV7mVpLplEm5BrsiI2yHPVGSeoPWHgV { color:rgba(var(--color-tertiary-4),0.85);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:15.75rem;left:45.3125rem;height:1.48730625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zHy2URkdToRvImG3kpLD9i2sTXrGILSB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:18.5625rem;left:43.1875rem; }
#P9RvuIi8XOQGhh4W5UpuCARF5RpZGUN5 { color:rgba(var(--color-tertiary-4),0.85);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:18.625rem;left:45.3125rem;height:1.48730625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AGuTM60o9oNT7Jn6DCRnUOcbbOyVSuaX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:21.1875rem;left:43.1875rem; }
#qTKF02c20FW6UzkbftbN1SP3IEqCUhF1 { color:rgba(var(--color-tertiary-4),0.85);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:21.25rem;left:45.3125rem;height:1.48730625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fWuxTWdyoDDmWqhcwOhEIZ4f0g0FudDV { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-3),0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1875rem;width:29.5625rem;top:6.5rem;left:41.625rem;display:block; }
#TtTnaZ7kENUvTfwN7793lNH57FA9ctoJ { 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; }#TtTnaZ7kENUvTfwN7793lNH57FA9ctoJ > .row .container { background-color: transparent; background-image: none; }#TtTnaZ7kENUvTfwN7793lNH57FA9ctoJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtTnaZ7kENUvTfwN7793lNH57FA9ctoJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtTnaZ7kENUvTfwN7793lNH57FA9ctoJ > .row .container > .video-iframe-container { display: none; }#TtTnaZ7kENUvTfwN7793lNH57FA9ctoJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtTnaZ7kENUvTfwN7793lNH57FA9ctoJ > .row > .video-iframe-container { display: none; }#TtTnaZ7kENUvTfwN7793lNH57FA9ctoJ > .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); }#TtTnaZ7kENUvTfwN7793lNH57FA9ctoJ > .row .container { border-width: 0; border-radius: 0; }#TtTnaZ7kENUvTfwN7793lNH57FA9ctoJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtTnaZ7kENUvTfwN7793lNH57FA9ctoJ > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#ElXT4bh2PgrurVfNr1rIduulfKBnIce9 { 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; }#ElXT4bh2PgrurVfNr1rIduulfKBnIce9 > .row .container { background-color: transparent; background-image: none; }#ElXT4bh2PgrurVfNr1rIduulfKBnIce9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElXT4bh2PgrurVfNr1rIduulfKBnIce9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElXT4bh2PgrurVfNr1rIduulfKBnIce9 > .row .container > .video-iframe-container { display: none; }#ElXT4bh2PgrurVfNr1rIduulfKBnIce9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElXT4bh2PgrurVfNr1rIduulfKBnIce9 > .row > .video-iframe-container { display: none; }#ElXT4bh2PgrurVfNr1rIduulfKBnIce9 > .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); }#ElXT4bh2PgrurVfNr1rIduulfKBnIce9 > .row .container { border-width: 0; border-radius: 0; }#ElXT4bh2PgrurVfNr1rIduulfKBnIce9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ElXT4bh2PgrurVfNr1rIduulfKBnIce9 > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#ty7KJqnPhmp7WOAXR5PRJHmOU4NxqPAl { color:rgba(var(--color-tertiary-4),0.7);display:block;width:15.249rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3573124408722rem;left:59.750432968139rem;height:1.54296875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s375Bykq4JF46nT03lkTigihQ5y7CvO6 { position:absolute;display:block;z-index:15002;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.1875rem;width:6.875rem;top:1.7816848754882rem;left:52.65625rem;overflow:hidden;display:block; }
#LTmhTtaCvNCTMqQRB6Tw8BL9T39PVWrK { color:rgba(var(--color-tertiary-4),0.85);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:19rem;left:41.25rem;height:1.48654375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DJgLGtseJMqfsqmihLVoaBObvTLx09o6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:19rem;left:39.125rem; }
#QO1a0qnXKys6T1MWs094vqZIOo8pRcp0 { color:rgba(var(--color-tertiary-4),0.85);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:15.5625rem;left:41.25rem;height:1.48654375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TdlCFd3FTMniE7cD70xoCeSB9GxUJ0DO { color:rgba(var(--color-tertiary-4),0.85);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:12.125rem;left:41.25rem;height:1.48654375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gfJlqa0rIuJWz6OTIa4HLas5dJPW5xn8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:12.125rem;left:39.125rem; }
#WBpuotve2gw0W5GUbaE8wmWuZkXxp66g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:15.5625rem;left:39.125rem; }
#ET1Dy98ErSGkPbDq2Vhw2t0DIyOLKGSf { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:3.875rem;left:4.25rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oLoeA1XCMq2650LqlNeTGWFhPwNOeZvT { color:rgba(var(--color-tertiary-4),0.85);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:12.125rem;left:4.25rem;height:16.35199375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MuuUSReTmdy45mQMNJl0D5MFhmeL0n25 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:22.3125rem;left:39.125rem; }
#E4bXn1DH8pHGk1Cpl8p7LalaWf3uJtfo { color:rgba(var(--color-tertiary-4),0.85);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:22.3125rem;left:41.25rem;height:1.48654375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EtpOuUFhFnPBSLeK4teS4oDwwqcOnQpP { color:rgba(var(--color-tertiary-4),0.85);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:25.5rem;left:41.25rem;height:1.48654375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M5bFlGvdnacaphddRRNm6ISfwnefzTI4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:25.5rem;left:39.125rem; }
#WRdQtngP8l2TosaeCX2QZLeubldDU7GW { 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; }#WRdQtngP8l2TosaeCX2QZLeubldDU7GW > .row .container { background-color: transparent; background-image: none; }#WRdQtngP8l2TosaeCX2QZLeubldDU7GW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRdQtngP8l2TosaeCX2QZLeubldDU7GW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRdQtngP8l2TosaeCX2QZLeubldDU7GW > .row .container > .video-iframe-container { display: none; }#WRdQtngP8l2TosaeCX2QZLeubldDU7GW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRdQtngP8l2TosaeCX2QZLeubldDU7GW > .row > .video-iframe-container { display: none; }#WRdQtngP8l2TosaeCX2QZLeubldDU7GW > .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); }#WRdQtngP8l2TosaeCX2QZLeubldDU7GW > .row .container { border-width: 0; border-radius: 0; }#WRdQtngP8l2TosaeCX2QZLeubldDU7GW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WRdQtngP8l2TosaeCX2QZLeubldDU7GW > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#PP1bBH6gsuMJmmLGocBgAgTJMJNJNaMe { 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; }#PP1bBH6gsuMJmmLGocBgAgTJMJNJNaMe > .row .container { background-color: transparent; background-image: none; }#PP1bBH6gsuMJmmLGocBgAgTJMJNJNaMe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PP1bBH6gsuMJmmLGocBgAgTJMJNJNaMe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PP1bBH6gsuMJmmLGocBgAgTJMJNJNaMe > .row .container > .video-iframe-container { display: none; }#PP1bBH6gsuMJmmLGocBgAgTJMJNJNaMe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PP1bBH6gsuMJmmLGocBgAgTJMJNJNaMe > .row > .video-iframe-container { display: none; }#PP1bBH6gsuMJmmLGocBgAgTJMJNJNaMe > .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); }#PP1bBH6gsuMJmmLGocBgAgTJMJNJNaMe > .row .container { border-width: 0; border-radius: 0; }#PP1bBH6gsuMJmmLGocBgAgTJMJNJNaMe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PP1bBH6gsuMJmmLGocBgAgTJMJNJNaMe > .row .container { font-size:0.875rem;font-family:arial;height:49.5625rem;width:75rem;position:relative;display:block; }#xV6hKvu7v5LJTVkqgPyPGXJ0oOOl1bTg { color:rgba(var(--color-tertiary-4),0.7);display:block;width:15.249rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3573124408722rem;left:59.750432968139rem;height:1.54296875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TTQtxIJBJHRUAK33WaLCqv4dHLguEf40 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:3.875rem;left:4.0625rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TcN8mQoFU3yNzClqJimJ4UDOMJzWTeFT { position:absolute;display:block;z-index:15002;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.1875rem;width:6.875rem;top:1.75rem;left:52.9375rem;overflow:hidden;display:block; }
#Kqkfp6QxQGnK8cJWSP1XWzQFOqrN4IhV { color:rgba(var(--color-tertiary-4),0.85);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15040;line-height:1.4;letter-spacing:0;top:34.8125rem;left:6.1875rem;height:2.9730875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rFbCseCDw4JMofyXcS04um4saaCwIt11 { color:rgba(var(--color-tertiary-4),0.85);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15038;line-height:1.4;letter-spacing:0;top:30.9375rem;left:6.1875rem;height:2.9730875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fD3GO7MsOPQTHEdEvPscnzbopdqxuLdV { color:rgba(var(--color-tertiary-4),0.85);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15036;line-height:1.4;letter-spacing:0;top:27.375rem;left:6.1875rem;height:2.9730875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dt655dq8rTrkx7N6kCQVG6emvTbAOfgp { color:rgba(var(--color-tertiary-4),0.85);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.4;letter-spacing:0;top:23.5625rem;left:6.1875rem;height:2.9730875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lUR5sh6WiKASwe3BIMAghtEf22El5uNt { color:rgba(var(--color-tertiary-4),0.85);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15032;line-height:1.4;letter-spacing:0;top:19.875rem;left:6.1875rem;height:2.9730875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G9XOLOT3CcXyByy5ZWK23y6XJQGyJ192 { color:rgba(var(--color-tertiary-4),0.85);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:16.1875rem;left:6.1875rem;height:2.9730875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Glwak4MQFtzmLUNHCRXPfLZOsyFyNtlv { color:rgba(var(--color-tertiary-4),0.85);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15032;line-height:1.4;letter-spacing:0;top:12.3125rem;left:6.1875rem;height:2.9730875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Nd8XUKZAyZ51kaRwPTbauGvTkTv5T7BF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:19.875rem;left:4.0625rem; }
#TfDiPg3wXvrub9WlgeQd5X8JAMEsJwEL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:16.1875rem;left:4.0625rem; }
#QKDiBTtd1KQFUfVMXOwEJ9qKmhGyNgwh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:30.9375rem;left:4.0625rem; }
#Rl4VZQw9eu54K4EFk6c5F0MpPPB3RAuk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:27.375rem;left:4.0625rem; }
#di4w6178SQhECssQ1iUyMVegCV4Ga3F2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:23.5625rem;left:4.0625rem; }
#is35SyeUfm5LW4GkXSubstzXsPnCe4K9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:34.8125rem;left:4.0625rem; }
#UV7VB1E1LQ2TSxtwskUMIPeL5ip0LKXG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:12.3125rem;left:4.0625rem; }
#xZNrlKSRlD0OCem8e4Ayy7mLhicSTSOy { position:absolute;display:block;z-index:15047;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:37.625rem;width:30rem;top:5.96875rem;left:41.375rem;overflow:hidden;display:block; }
#c3qgqtqr6TSFWsWZRyGr4pwiid2RtCP1 { background-color:rgba(var(--color-secondary-4),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: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.4375rem;height:4.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:43.2685546875rem;left:7.125rem;display:block; }
#vAWcDXdBlIp9w8mFwXhrl2KKV9OBW1n3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#un3OlsmTXAqVwGKECCxeskefZax4sT5z { color:rgba(var(--color-tertiary-4),0.85);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15041;line-height:1.4;letter-spacing:0;top:39.0625rem;left:4.0625rem;height:2.9730875rem;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:left;text-align-last:left;display:block; }
#sODyFqJJbTH5z2CEX5fPx8ZLmQ0mLVwT { 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; }#sODyFqJJbTH5z2CEX5fPx8ZLmQ0mLVwT > .row .container { background-color: transparent; background-image: none; }#sODyFqJJbTH5z2CEX5fPx8ZLmQ0mLVwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sODyFqJJbTH5z2CEX5fPx8ZLmQ0mLVwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sODyFqJJbTH5z2CEX5fPx8ZLmQ0mLVwT > .row .container > .video-iframe-container { display: none; }#sODyFqJJbTH5z2CEX5fPx8ZLmQ0mLVwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sODyFqJJbTH5z2CEX5fPx8ZLmQ0mLVwT > .row > .video-iframe-container { display: none; }#sODyFqJJbTH5z2CEX5fPx8ZLmQ0mLVwT > .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); }#sODyFqJJbTH5z2CEX5fPx8ZLmQ0mLVwT > .row .container { border-width: 0; border-radius: 0; }#sODyFqJJbTH5z2CEX5fPx8ZLmQ0mLVwT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sODyFqJJbTH5z2CEX5fPx8ZLmQ0mLVwT > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#cUvg38so86iTOobeI5o9ITUtwrSSyH2J { 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; }#cUvg38so86iTOobeI5o9ITUtwrSSyH2J > .row .container { background-color: transparent; background-image: none; }#cUvg38so86iTOobeI5o9ITUtwrSSyH2J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUvg38so86iTOobeI5o9ITUtwrSSyH2J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUvg38so86iTOobeI5o9ITUtwrSSyH2J > .row .container > .video-iframe-container { display: none; }#cUvg38so86iTOobeI5o9ITUtwrSSyH2J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUvg38so86iTOobeI5o9ITUtwrSSyH2J > .row > .video-iframe-container { display: none; }#cUvg38so86iTOobeI5o9ITUtwrSSyH2J > .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); }#cUvg38so86iTOobeI5o9ITUtwrSSyH2J > .row .container { border-width: 0; border-radius: 0; }#cUvg38so86iTOobeI5o9ITUtwrSSyH2J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cUvg38so86iTOobeI5o9ITUtwrSSyH2J > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#NZiQne8LTN2CqxVxVnQbT9zuLeVT1APS { color:rgba(var(--color-tertiary-4),0.85);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:4.9609375rem;left:23.78125rem;height:1.6621125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mJDyIsvyxsGepGvGqJXf9TzKAPfvQ5gk { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:2.1875rem;left:0rem;height:;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; }
#eKadsAmmNwLacNSbxZqydEzQ7ScqJnMI { 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; }#eKadsAmmNwLacNSbxZqydEzQ7ScqJnMI > .row .container { background-color: transparent; background-image: none; }#eKadsAmmNwLacNSbxZqydEzQ7ScqJnMI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKadsAmmNwLacNSbxZqydEzQ7ScqJnMI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKadsAmmNwLacNSbxZqydEzQ7ScqJnMI > .row .container > .video-iframe-container { display: none; }#eKadsAmmNwLacNSbxZqydEzQ7ScqJnMI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKadsAmmNwLacNSbxZqydEzQ7ScqJnMI > .row > .video-iframe-container { display: none; }#eKadsAmmNwLacNSbxZqydEzQ7ScqJnMI > .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); }#eKadsAmmNwLacNSbxZqydEzQ7ScqJnMI > .row .container { border-width: 0; border-radius: 0; }#eKadsAmmNwLacNSbxZqydEzQ7ScqJnMI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eKadsAmmNwLacNSbxZqydEzQ7ScqJnMI > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#sapVeM25T4NtQdg0JnV8ADteHFtGhGJO { color:rgba(var(--color-secondary-4),1);display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:4.125rem;left:4.5rem;height:2.68120625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rr1ODF50GMI47HexcyJqdtRbKR9FsEcp { background-color:rgba(var(--color-secondary-4),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: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:21rem;left:5.6875rem;display:block; }
#CyNrXicKk1EdigIBvw36IuexJp5gGZPG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wub8wXfR4KbTlWTMKbaknqae8mcHfxn3 { color:rgba(var(--color-secondary-4),1);display:block;width:7.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.125rem;left:8.0625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vIbbUMVBncrGOP89JsM5O2Ws9NDInFes { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:4.125rem;left:27.9375rem;height:2.68120625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r3Nkm0bZS7v3xQJyusgnGolXU7rAR8W3 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16.3125rem;left:32.9375rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JcfQwsOc5kwGaAJMNbPVZpInV44xVPIW { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.1875rem;left:30.6875rem;display:block; }
#tcT715LUBFwG91ZtLJApCOTqoicUVpRF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KxKlNeCPeAXTvQ3V3IHPVAbI4HPauHTU { color:rgba(var(--color-secondary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:4.125rem;left:52.5rem;height:2.68120625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xK4EpDXoXCyUgHZNQPWwufV2xQoKkn7q { color:rgba(var(--color-secondary-4),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16.3125rem;left:58.0625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M5WV5W96Lp1DpsryaeXcvBzEwx1XV3eb { background-color:rgba(var(--color-secondary-4),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: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.1875rem;left:55.6875rem;display:block; }
#U6wpcBklF0uieDTTU3ohk0IK6cQARlin { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OupPH0X2SbTryBJCgJEvk6TpTFck6hwC { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.875rem;width:21.5rem;top:1.8125rem;left:26.75rem;display:block; }
#BTGPWKCalf87KgNvSS6yV1g7FHqag63x { color:rgba(var(--color-secondary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:1.75rem;left:27.8125rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SLuB9s2ieseoPQxtCTvwrOTDApN0WEID { color:rgba(var(--color-secondary-4),1);display:block;width:8.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.0625rem;left:8.0625rem;height:2.84288125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HvbrdhCCAUXSku74um0CAq0qydLebzyl { color:rgba(var(--color-secondary-4),1);display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:8.125rem;left:8.0625rem;height:2.3556875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xl9irCR2lTk9iXRW9WaBU6uTNDbEL7uw { color:rgba(var(--color-secondary-4),1);display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:14.4375rem;left:8.0625rem;height:2.3556875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTfxDH5tiNVM7s4sCWRa8WbRXxBQHHE2 { color:rgba(var(--color-tertiary-1),1);display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:7.9375rem;left:32.9375rem;height:2.3556875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EhP9yRcRLOOvLMO1espla7ZkAKKEz0Vh { color:rgba(var(--color-tertiary-1),1);display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:9.875rem;left:32.9375rem;height:2.84288125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zzRrqFh886DKZPgQkrD1txx6qyCybLzW { color:rgba(var(--color-tertiary-0),1);display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:14.25rem;left:32.9375rem;height:2.3556875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qK9XbSkgi3SUEM1irUZJLrVSixEq8TQo { color:rgba(var(--color-secondary-4),1);display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:7.9375rem;left:58.0625rem;height:2.3556875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zFaN1lMVXkkW3eRlJfvTzUHHeJTMQXkR { color:rgba(var(--color-secondary-4),1);display:block;width:8.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:9.875rem;left:58.0625rem;height:2.84288125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iVHsEXZvotEKueKd6zqhvocURC8m3HBz { color:rgba(var(--color-secondary-4),1);display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:14.1875rem;left:58.3125rem;height:2.3556875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UvI5TRSbwza1rrLnJLW2TpB957g7OUAE { box-sizing:content-box;height:0.0625rem;width:8.0625rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:13.4375rem;left:8.5rem;display:block; }
#gteUzuaUM0BHVk9rRspaK4eNhiuolecQ { box-sizing:content-box;height:0.0625rem;width:8.0625rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:13.625rem;left:33.5rem;display:block; }
#aRh1XcS5J4TRAwcVhGOJF3U9dPoJCZRt { box-sizing:content-box;height:0.0625rem;width:8.0625rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:13.625rem;left:58.5rem;display:block; }
#d7qMll9Ez0dJBi0TbVgv31Qyk5A7zVsu { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25rem;width:21.5rem;top:2.875rem;left:1.75rem;display:block; }
#CJ4RT2BfM8CBKCODe49ebQdWFMWnEA6q { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.0625rem;width:21.5rem;top:3rem;left:26.75rem;display:block; }
#sFTgfqhvlA4hqOD0mV2iksJCEMFfAXlV { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25rem;width:21.5rem;top:3.0625rem;left:51.75rem;display:block; }
#HvrFES0vuJlLPPdV8Cc1zHKX0aLmN1i6 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.875rem;width:21.5rem;top:1.8125rem;left:51.75rem;display:block; }
#ReMyfTQIwdz587ryWnGZzmZBpqvp5DwS { color:rgba(var(--color-tertiary-0),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:1.875rem;left:51.40625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ECSbpT2CZgLvWzUho3S2JSnZqTcmQXw9 { 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; }#ECSbpT2CZgLvWzUho3S2JSnZqTcmQXw9 > .row .container { background-color: transparent; background-image: none; }#ECSbpT2CZgLvWzUho3S2JSnZqTcmQXw9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECSbpT2CZgLvWzUho3S2JSnZqTcmQXw9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECSbpT2CZgLvWzUho3S2JSnZqTcmQXw9 > .row .container > .video-iframe-container { display: none; }#ECSbpT2CZgLvWzUho3S2JSnZqTcmQXw9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECSbpT2CZgLvWzUho3S2JSnZqTcmQXw9 > .row > .video-iframe-container { display: none; }#ECSbpT2CZgLvWzUho3S2JSnZqTcmQXw9 > .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); }#ECSbpT2CZgLvWzUho3S2JSnZqTcmQXw9 > .row .container { border-width: 0; border-radius: 0; }#ECSbpT2CZgLvWzUho3S2JSnZqTcmQXw9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ECSbpT2CZgLvWzUho3S2JSnZqTcmQXw9 > .row .container { font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;position:relative;display:block; }#sGcQuLJwdTo8L4UqZ7X3AL74dQiXn8iy { color:rgba(var(--color-tertiary-4),0.85);display:block;width:49.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:0.8359375rem;left:12.96875rem;height:1.6621125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GnksJbxOHa5i8cD8m1lUn05EFkvIvX1S { 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; }#GnksJbxOHa5i8cD8m1lUn05EFkvIvX1S > .row .container { background-color: transparent; background-image: none; }#GnksJbxOHa5i8cD8m1lUn05EFkvIvX1S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnksJbxOHa5i8cD8m1lUn05EFkvIvX1S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnksJbxOHa5i8cD8m1lUn05EFkvIvX1S > .row .container > .video-iframe-container { display: none; }#GnksJbxOHa5i8cD8m1lUn05EFkvIvX1S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnksJbxOHa5i8cD8m1lUn05EFkvIvX1S > .row > .video-iframe-container { display: none; }#GnksJbxOHa5i8cD8m1lUn05EFkvIvX1S > .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); }#GnksJbxOHa5i8cD8m1lUn05EFkvIvX1S > .row .container { border-width: 0; border-radius: 0; }#GnksJbxOHa5i8cD8m1lUn05EFkvIvX1S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GnksJbxOHa5i8cD8m1lUn05EFkvIvX1S > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#IeaD4Cq7Rkw9R9wE5U7zpzKz8aXfcmdh { 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; }#IeaD4Cq7Rkw9R9wE5U7zpzKz8aXfcmdh > .row .container { background-color: transparent; background-image: none; }#IeaD4Cq7Rkw9R9wE5U7zpzKz8aXfcmdh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeaD4Cq7Rkw9R9wE5U7zpzKz8aXfcmdh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeaD4Cq7Rkw9R9wE5U7zpzKz8aXfcmdh > .row .container > .video-iframe-container { display: none; }#IeaD4Cq7Rkw9R9wE5U7zpzKz8aXfcmdh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeaD4Cq7Rkw9R9wE5U7zpzKz8aXfcmdh > .row > .video-iframe-container { display: none; }#IeaD4Cq7Rkw9R9wE5U7zpzKz8aXfcmdh > .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); }#IeaD4Cq7Rkw9R9wE5U7zpzKz8aXfcmdh > .row .container { border-width: 0; border-radius: 0; }#IeaD4Cq7Rkw9R9wE5U7zpzKz8aXfcmdh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IeaD4Cq7Rkw9R9wE5U7zpzKz8aXfcmdh > .row .container { font-size:0.875rem;font-family:arial;height:64.375rem;width:75rem;position:relative;display:block; }#Qtb0RpGsIvOgVPNun2kBPPQoE02e8p47 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.624875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:4.3560149669648rem;left:2.6236972808838rem;height:8.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LGMS7O1zaFyJxEkgciJAJUadbJc5ivL5 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-3),0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.125rem;width:19rem;top:14.8125rem;left:2.5625rem;display:block; }
#pxrWMe4t5gwTn9A49FTl7NiTUANkvtTH { color:#33343e;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:27.9375rem;left:4.1875rem;height:19.20575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T8JEZpzlQXXFVLb4WuohM1BsvDnblXuB { color:#33343e;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:26.375rem;left:3.75rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ReQzSzWGAlBbcohN2H7NZAKmkMHNWBX6 { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-3),0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.0625rem;width:19rem;top:14.9375rem;left:27.9375rem;display:block; }
#lApPqDWsABqU3mz3DSIJ2uTvuLqgFzdX { color:#33343e;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:26.4375rem;left:29rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qfaVQv2arzDL6FTPtV5HThGqTV3JRTbq { color:#33343e;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.6;letter-spacing:0;top:28.0625rem;left:29.5625rem;height:19.20575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H4ASL8ZIvxwIWEkAym7goBDBwRRTTzpk { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-3),0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.0625rem;width:19rem;top:14.875rem;left:53.5rem;display:block; }
#kwX3KMtZsy0ZRACiJw1J1NOvGnJrHTxm { color:#33343e;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15034;line-height:1.6;letter-spacing:0;top:26.3994140625rem;left:54.5625rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#moJVrHWDWvBg1WGudPXcO1fPbPyIqtl2 { color:#33343e;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15033;line-height:1.6;letter-spacing:0;top:27.9375rem;left:55.125rem;height:19.20575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OI5sE8GgsyJH94g5m9lgv4KR56PuZFXl { color:rgba(var(--color-tertiary-4),0.7);display:block;width:15.249rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.8125rem;left:59.75rem;height:1.54296875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VUoMo8timaG8bIFsRTCA7TVl3ikuZmGk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:6.875rem;top:2.1875rem;left:52.9375rem;overflow:hidden;display:block; }
#i87E7b0FpnRFCZ1C3CnCKaAiwmAZgeVb { position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,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-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:14.25rem;border-top-right-radius:14.25rem;border-bottom-left-radius:14.25rem;border-bottom-right-radius:14.25rem;box-shadow: none;height:10.875rem;width:10.875rem;top:15.125rem;left:6.5625rem;display:block; }
#XUtzzo92192m9hQwVWwX8PBbVuf8ahcQ { 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:10rem;width:10rem;top:15.875rem;left:7.3125rem;overflow:hidden;display:block; }
#Vfk7rvVrrClJznWrCklusfRfHzkskTn7 { position:absolute;display:block;z-index:15027;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:14.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:14.8125rem;left:7.0625rem;display:block; }
#XTsy4TSUvdyKGJq9EonbihpEMJ4LDqJy { 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:10rem;width:10rem;top:15.875rem;left:32.6875rem;overflow:hidden;display:block; }
#vFPcRiCVNcFJtZCXBqDsshNtE2KQKkyL { position:absolute;display:block;z-index:15031;background-color:rgba(0,0,0,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-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:14.25rem;border-top-right-radius:14.25rem;border-bottom-left-radius:14.25rem;border-bottom-right-radius:14.25rem;box-shadow: none;height:10.875rem;width:10.875rem;top:15.125rem;left:31.9375rem;display:block; }
#g8oV2wxwGozt8U8VT6ybLXS0l2fWe8fB { position:absolute;display:block;z-index:15030;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:14.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:14.8125rem;left:32.4375rem;display:block; }
#lgvwO4n7HsLOzboiSOyp1d0lUpiHpqqT { position:absolute;display:block;z-index:15037;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:10rem;width:10rem;top:15.875rem;left:58.25rem;overflow:hidden;display:block; }
#ZfGPI8GPmlEeydaKoxztuR0UlRShyIvm { position:absolute;display:block;z-index:15034;background-color:rgba(0,0,0,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-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:14.25rem;border-top-right-radius:14.25rem;border-bottom-left-radius:14.25rem;border-bottom-right-radius:14.25rem;box-shadow: none;height:10.875rem;width:10.875rem;top:15.125rem;left:57.5rem;display:block; }
#OSKFuU587HTMhN2XEv9hbKsvoOPPo7vv { position:absolute;display:block;z-index:15033;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:14.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:14.8125rem;left:58rem;display:block; }
#CiCtrmTsBHEOiT7eO7TDLGyRJAPV1rBX { background-color:rgba(var(--color-secondary-4),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: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.0625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:56.9375rem;left:28.6875rem;display:block; }
#NBlPtsAygIFfcgEF4elL8FhTZpoNmXSM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qQ8gUBcyZZXT8FNeqU3MC3tDcluG6C11 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:52.6875rem;left:0rem;height:;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; }
#MOLCVa0m8TT9q04zmZs0A54SDmt2NwGK { 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; }#MOLCVa0m8TT9q04zmZs0A54SDmt2NwGK > .row .container { background-color: transparent; background-image: none; }#MOLCVa0m8TT9q04zmZs0A54SDmt2NwGK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOLCVa0m8TT9q04zmZs0A54SDmt2NwGK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOLCVa0m8TT9q04zmZs0A54SDmt2NwGK > .row .container > .video-iframe-container { display: none; }#MOLCVa0m8TT9q04zmZs0A54SDmt2NwGK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOLCVa0m8TT9q04zmZs0A54SDmt2NwGK > .row > .video-iframe-container { display: none; }#MOLCVa0m8TT9q04zmZs0A54SDmt2NwGK > .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); }#MOLCVa0m8TT9q04zmZs0A54SDmt2NwGK > .row .container { border-width: 0; border-radius: 0; }#MOLCVa0m8TT9q04zmZs0A54SDmt2NwGK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MOLCVa0m8TT9q04zmZs0A54SDmt2NwGK > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#tlTOUsERMulnppO47m0SGJ7moTWIxzWc { 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; }#tlTOUsERMulnppO47m0SGJ7moTWIxzWc > .row .container { background-color: transparent; background-image: none; }#tlTOUsERMulnppO47m0SGJ7moTWIxzWc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlTOUsERMulnppO47m0SGJ7moTWIxzWc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlTOUsERMulnppO47m0SGJ7moTWIxzWc > .row .container > .video-iframe-container { display: none; }#tlTOUsERMulnppO47m0SGJ7moTWIxzWc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlTOUsERMulnppO47m0SGJ7moTWIxzWc > .row > .video-iframe-container { display: none; }#tlTOUsERMulnppO47m0SGJ7moTWIxzWc > .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); }#tlTOUsERMulnppO47m0SGJ7moTWIxzWc > .row .container { border-width: 0; border-radius: 0; }#tlTOUsERMulnppO47m0SGJ7moTWIxzWc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tlTOUsERMulnppO47m0SGJ7moTWIxzWc > .row .container { font-size:0.875rem;font-family:arial;height:132rem;width:75rem;position:relative;display:block; }#v7QKoq5d1DuDCpmkpB07qXngBZvQ0aOK { color:rgba(var(--color-tertiary-4),1);display:block;width:31.624875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:4.8556861877441rem;left:2.6247825622559rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UsHTwIkK2Z7FnoVTyz3UVAdOxIxwUXFJ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:6.875rem;top:2.6875rem;left:52.9375rem;overflow:hidden;display:block; }
#E3Vhk8wd8H5qxSnUUR9dTpoSR1vPwUOD { color:rgba(var(--color-tertiary-4),0.7);display:block;width:15.249rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:59.75rem;height:1.54296875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xLVscaH8igBvFXUOyUfoZ5Pg3M9SNMtt { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,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-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:14.25rem;border-top-right-radius:14.25rem;border-bottom-left-radius:14.25rem;border-bottom-right-radius:14.25rem;box-shadow: none;height:13.75rem;width:13.75rem;top:14.75rem;left:0rem;display:block; }
#adif2uv37PrRS0D0BQcUt6eQThci46tZ { 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:12.375rem;width:12.375rem;top:15.5rem;left:1.25rem;overflow:hidden;display:block; }
#wmMcTFMBsXexhF01CTgqrbWxZAXkJ7zW { position:absolute;display:block;z-index:15002;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:14.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:13.875rem;left:0rem;display:block; }
#TGgbALazgWI4wEOMx8XiODN67kwouMTC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:15.1875rem;left:22.875rem; }
#TGgbALazgWI4wEOMx8XiODN67kwouMTC > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#bD2AOTH7sfInunMsgg1JGv9RFOn6fHLl { color:rgba(var(--color-tertiary-4),0.7);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:15.5rem;left:14.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oNLyZ4gQX0L18NR2i3sT2cl9MS1gMfiG { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-3),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:3.125rem;top:15rem;left:14.9375rem;display:block; }
#Ie5ewRwf58ikrvLTJXrJOvDvDcoTJCKF { color:rgba(var(--color-tertiary-4),0.7);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:17.375rem;left:15rem;height:11.0416875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xt3my6WPXvgb0IiWaPwIictXXXkMIHPT { color:rgba(var(--color-tertiary-4),0.7);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:45.0625rem;left:15rem;height:8.28125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#erDWQmsIdUHqPa24fkk00yDdBWbZHKJf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:42.9375rem;left:23.9375rem; }
#erDWQmsIdUHqPa24fkk00yDdBWbZHKJf > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#DUXVaENURJXWZ3fHGmRkNUWSkLpVbwQc { color:rgba(var(--color-tertiary-4),0.7);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:43.1875rem;left:14.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pUTTVycrTgViFHaDzlMTTK86pVxp8cF1 { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-3),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:3.125rem;top:42.6875rem;left:14.9375rem;display:block; }
#tFlBxLVunvw0QbtMlJHA3qdN8Dg5U0NC { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,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-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:14.25rem;border-top-right-radius:14.25rem;border-bottom-left-radius:14.25rem;border-bottom-right-radius:14.25rem;box-shadow: none;height:13.75rem;width:13.75rem;top:56.9375rem;left:34.25rem;display:block; }
#VTtePyBHIHpg5R9LNnuQmcVtV7xEcTeh { position:absolute;display:block;z-index:15020;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:12.375rem;width:12.375rem;top:57.6875rem;left:35.5rem;overflow:hidden;display:block; }
#EzVNUTPHMytA6dFE3sWleIoEMnNnV9XL { position:absolute;display:block;z-index:15016;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:14.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:56rem;left:35.625rem;display:block; }
#EF11m2Pbe8VsZcpsDPm4OeqI25TPX39y { color:rgba(var(--color-tertiary-4),0.7);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:59.5625rem;left:49.25rem;height:9.6614375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eyn1GTSc2mwQCXUeHdqxAEwv24rf8rvz { color:rgba(var(--color-tertiary-4),0.7);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:57.6875rem;left:49.1875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CR3B1aRTsIeiysPSCZIUSpxcuHSfQDvC { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-3),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:3.125rem;top:57.1875rem;left:49.1875rem;display:block; }
#vaov0tCo614XFFnXIiXvKOEsCpisr7II { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:57.4375rem;left:57.03125rem; }
#vaov0tCo614XFFnXIiXvKOEsCpisr7II > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#xhCI9gnBvKqUKWCns6GNzSEtA6kF69ys { position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,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-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:14.25rem;border-top-right-radius:14.25rem;border-bottom-left-radius:14.25rem;border-bottom-right-radius:14.25rem;box-shadow: none;height:13.75rem;width:13.75rem;top:28.8125rem;left:34.25rem;display:block; }
#i7903eNNEiPAVEhlcEpmNHtbbflfkRKH { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:12.375rem;top:42.625rem;left:1.1875rem;overflow:hidden;display:block; }
#pxuR64i69VLULDuKTGdLU7XS5Ge2QNEk { position:absolute;display:block;z-index:15022;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:14.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:27.875rem;left:35.625rem;display:block; }
#x3UCauxT8Fzg03KmKMkxC8sNo2tlTa4g { color:rgba(var(--color-tertiary-4),0.7);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:31.4375rem;left:49.25rem;height:9.6614375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FnP2cMhE6h1MB1mTMBWABWXhqxnma430 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:29.5625rem;left:49.1875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dFfzSMp1GfMqThupKQ69wsaVFwBsZUKJ { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-3),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:3.125rem;top:29.0625rem;left:49.1875rem;display:block; }
#dLcbTfXGCesIEaUzAe7JT2dO3Q10rs68 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:73.625rem;left:15rem;height:11.0416875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lDdyKfaHE8uNMEUTIhaCFbghZL0t9nrw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:71.5rem;left:22.75rem; }
#lDdyKfaHE8uNMEUTIhaCFbghZL0t9nrw > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#LMWGkKdUl59L9nA73BawBgo0zivHsrgu { color:rgba(var(--color-tertiary-4),0.7);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:71.75rem;left:14.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aQd4ex2xV1fyI4mplMrrf60xtArlUhSr { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,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-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:14.25rem;border-top-right-radius:14.25rem;border-bottom-left-radius:14.25rem;border-bottom-right-radius:14.25rem;box-shadow: none;height:13.75rem;width:13.75rem;top:71rem;left:0rem;display:block; }
#gDQQAI59LVwDrXMQWBM7W55gNVOcpXoh { position:absolute;display:block;z-index:15020;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:12.375rem;width:12.375rem;top:71.75rem;left:1.25rem;overflow:hidden;display:block; }
#prITpH9oPzFQQpb0zw3OmOgrelfsoRn1 { position:absolute;display:block;z-index:15016;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:14.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:70.0625rem;left:0rem;display:block; }
#dXT8eLtQm22fdqAg6MuxKdvtTUPJmtr5 { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-3),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:3.125rem;top:71.25rem;left:14.9375rem;display:block; }
#sbzvF6uECGHFNXFRuQWJqb2JNJIuonTa { color:rgba(var(--color-tertiary-4),0.7);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:87.6875rem;left:49.25rem;height:11.0416875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CI0NGK7NN237r00welkxIJiNbwv7hSx8 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:85.8125rem;left:49.1875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fDia0LaUWhh3ORizvFTf6FCoxDc666sX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:85.5rem;left:58.34375rem; }
#fDia0LaUWhh3ORizvFTf6FCoxDc666sX > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Kyb0bPcKmtHnREC0F5yFlkrP82xTdHOr { position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,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-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:14.25rem;border-top-right-radius:14.25rem;border-bottom-left-radius:14.25rem;border-bottom-right-radius:14.25rem;box-shadow: none;height:13.75rem;width:13.75rem;top:85.0625rem;left:34.25rem;display:block; }
#QorpkxeafKtTcGb0rDsQxZwZ5RQbv7y3 { 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:12.375rem;width:12.375rem;top:85.8125rem;left:35.5rem;overflow:hidden;display:block; }
#vKk2BgAkTKBiJbT7XZBQ9F1RTT9JqXiZ { position:absolute;display:block;z-index:15024;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:14.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:84.125rem;left:35.625rem;display:block; }
#I4bu90v4mFuomGlKFK2rkKWqHOP3osbE { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-3),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:3.125rem;top:85.3125rem;left:49.1875rem;display:block; }
#cZVxTTJ6XnxmfVNuFb2Rttlq8OZ3qQwT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:29.25rem;left:58.53125rem; }
#cZVxTTJ6XnxmfVNuFb2Rttlq8OZ3qQwT > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#hHz2F3bsg6d5rHWiXfVrCbNLznzPyyTb { position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,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-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:14.25rem;border-top-right-radius:14.25rem;border-bottom-left-radius:14.25rem;border-bottom-right-radius:14.25rem;box-shadow: none;height:13.75rem;width:13.75rem;top:99.125rem;left:0rem;display:block; }
#cUkg3ODLpa8kcLhQeN6HmQ562ZgnfP8K { 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:12.375rem;width:12.375rem;top:99.875rem;left:1.25rem;overflow:hidden;display:block; }
#bS20Ktc9oPcpzcVZzQy2wufSLXTgDaDq { position:absolute;display:block;z-index:15023;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:14.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:98.1875rem;left:0rem;display:block; }
#mxPdOMH6ehKtILnWPVDEKnHRFB3tSKP3 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:101.75rem;left:15rem;height:9.6614375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vu2yd78NHK2LDtpBzuTAqm13nwOE65Ao { color:rgba(var(--color-tertiary-4),0.7);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:99.875rem;left:14.9375rem;height:1.62435rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VqE59PTKLZHZy4WplNhF8u7kozg3IzqR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:99.625rem;left:23.375rem; }
#VqE59PTKLZHZy4WplNhF8u7kozg3IzqR > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#JC1JfDglOodhWfQe0BROLBVoI7cXq5bn { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-3),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:3.125rem;top:99.375rem;left:14.9375rem;display:block; }
#gh9LzrJ5P721svru9bOHivTAxVGVQW8Q { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,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-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:14.25rem;border-top-right-radius:14.25rem;border-bottom-left-radius:14.25rem;border-bottom-right-radius:14.25rem;box-shadow: none;height:13.75rem;width:13.75rem;top:41.875rem;left:0rem;display:block; }
#qtuCnKHnmWksrOsEzpRbEdrkZExc1WlB { position:absolute;display:block;z-index:15046;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:12.375rem;width:12.375rem;top:29.5rem;left:35.4375rem;overflow:hidden;display:block; }
#wcm5ZnsQ4mi6xGsfdCvBMSO14pETdWvM { position:absolute;display:block;z-index:15005;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:14.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:41rem;left:0rem;display:block; }
#P2FXA2fr5v2KkW0aVv4Fr7qP6GzSvC6D { color:rgba(var(--color-tertiary-4),0.7);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:116.5625rem;left:49.3125rem;height:9.6614375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W4wPvmVCLoDLO913Ix94gPFnpk35bzk4 { position:absolute;display:block;z-index:15031;background-color:rgba(0,0,0,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-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:14.25rem;border-top-right-radius:14.25rem;border-bottom-left-radius:14.25rem;border-bottom-right-radius:14.25rem;box-shadow: none;height:13.75rem;width:13.75rem;top:113.9375rem;left:34.3125rem;display:block; }
#g5L4BdWvDVoPIT7qs7pQJFTBeD5CW3xC { 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:12.3125rem;width:12.3125rem;top:114.6875rem;left:35.5625rem;overflow:hidden;display:block; }
#acN2foTkF8N4HBxqDhlLwzFttuNy3TfT { position:absolute;display:block;z-index:15030;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:14.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:113rem;left:34.3125rem;display:block; }
#JkqKROoGeZa4UnXQlvndlFH1kAMp3G6s { color:rgba(var(--color-tertiary-4),0.7);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:114.6875rem;left:49.25rem;height:1.62435rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FLkvEp6dpn99xMzF4enw9DEp0VvS0TkN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:114.4375rem;left:57.6875rem; }
#FLkvEp6dpn99xMzF4enw9DEp0VvS0TkN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#n4LE6yKJpXQshRd9I0SOSHSDzhKgs3X6 { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-3),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:3.125rem;top:114.1875rem;left:49.25rem;display:block; }
#IPWuMJJFhNOkz5El78FwIdR3T3LsNO0e { 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; }#IPWuMJJFhNOkz5El78FwIdR3T3LsNO0e > .row .container { background-color: transparent; background-image: none; }#IPWuMJJFhNOkz5El78FwIdR3T3LsNO0e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPWuMJJFhNOkz5El78FwIdR3T3LsNO0e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPWuMJJFhNOkz5El78FwIdR3T3LsNO0e > .row .container > .video-iframe-container { display: none; }#IPWuMJJFhNOkz5El78FwIdR3T3LsNO0e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPWuMJJFhNOkz5El78FwIdR3T3LsNO0e > .row > .video-iframe-container { display: none; }#IPWuMJJFhNOkz5El78FwIdR3T3LsNO0e > .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); }#IPWuMJJFhNOkz5El78FwIdR3T3LsNO0e > .row .container { border-width: 0; border-radius: 0; }#IPWuMJJFhNOkz5El78FwIdR3T3LsNO0e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IPWuMJJFhNOkz5El78FwIdR3T3LsNO0e > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#cVtcn5bozeAasun8rXAGRVTr86DUbRi0 { 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; }#cVtcn5bozeAasun8rXAGRVTr86DUbRi0 > .row .container { background-color: transparent; background-image: none; }#cVtcn5bozeAasun8rXAGRVTr86DUbRi0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVtcn5bozeAasun8rXAGRVTr86DUbRi0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVtcn5bozeAasun8rXAGRVTr86DUbRi0 > .row .container > .video-iframe-container { display: none; }#cVtcn5bozeAasun8rXAGRVTr86DUbRi0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVtcn5bozeAasun8rXAGRVTr86DUbRi0 > .row > .video-iframe-container { display: none; }#cVtcn5bozeAasun8rXAGRVTr86DUbRi0 > .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); }#cVtcn5bozeAasun8rXAGRVTr86DUbRi0 > .row .container { border-width: 0; border-radius: 0; }#cVtcn5bozeAasun8rXAGRVTr86DUbRi0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cVtcn5bozeAasun8rXAGRVTr86DUbRi0 > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;position:relative;display:block; }#rfs1nl14IashuoZ6xo2A1cnhHmU3SirE { color:rgba(var(--color-tertiary-4),0.85);display:block;width:47.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:8.5390625rem;left:13.8125rem;height:3.3224875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zfH2CBT3AX8Na3NhlIAKuNLukyFdh3UG { background-color:rgba(var(--color-secondary-4),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: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.0625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:13.48828125rem;left:28.65625rem;display:block; }
#Vsf6eKyLmuMERLZ3myZSmCOTMqRTlPWC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QmJzgvzE7M4zsHlmtexlOxMwl4Ivd90g { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:2.1875rem;left:0rem;height:;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; }
#Ezp2dsxzmSpdetSTuQSRhqrHh8zmWiwc { 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; }#Ezp2dsxzmSpdetSTuQSRhqrHh8zmWiwc > .row .container { background-color: transparent; background-image: none; }#Ezp2dsxzmSpdetSTuQSRhqrHh8zmWiwc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ezp2dsxzmSpdetSTuQSRhqrHh8zmWiwc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ezp2dsxzmSpdetSTuQSRhqrHh8zmWiwc > .row .container > .video-iframe-container { display: none; }#Ezp2dsxzmSpdetSTuQSRhqrHh8zmWiwc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ezp2dsxzmSpdetSTuQSRhqrHh8zmWiwc > .row > .video-iframe-container { display: none; }#Ezp2dsxzmSpdetSTuQSRhqrHh8zmWiwc > .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); }#Ezp2dsxzmSpdetSTuQSRhqrHh8zmWiwc > .row .container { border-width: 0; border-radius: 0; }#Ezp2dsxzmSpdetSTuQSRhqrHh8zmWiwc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ezp2dsxzmSpdetSTuQSRhqrHh8zmWiwc > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#BfTM1humKtRavk4uWO6Z088gIdrRfJDg { 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; }#BfTM1humKtRavk4uWO6Z088gIdrRfJDg > .row .container { background-color: transparent; background-image: none; }#BfTM1humKtRavk4uWO6Z088gIdrRfJDg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfTM1humKtRavk4uWO6Z088gIdrRfJDg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfTM1humKtRavk4uWO6Z088gIdrRfJDg > .row .container > .video-iframe-container { display: none; }#BfTM1humKtRavk4uWO6Z088gIdrRfJDg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfTM1humKtRavk4uWO6Z088gIdrRfJDg > .row > .video-iframe-container { display: none; }#BfTM1humKtRavk4uWO6Z088gIdrRfJDg > .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); }#BfTM1humKtRavk4uWO6Z088gIdrRfJDg > .row .container { border-width: 0; border-radius: 0; }#BfTM1humKtRavk4uWO6Z088gIdrRfJDg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BfTM1humKtRavk4uWO6Z088gIdrRfJDg > .row .container { font-size:0.875rem;font-family:arial;height:48.5rem;width:75rem;position:relative;display:block; }#Tpqd4KVfRBIwPW0uwHVN6gG9XgK3ZiJp { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:2rem;left:41.1875rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g8TeiorxxgipSSrU3gbkSK4qwwLLHuo8 { color:rgba(var(--color-tertiary-4),0.85);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:9.2491321563719rem;left:41.187065124512rem;height:9.5572875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bttEwTdMK0WdT0ik1xq4aanEUzQVvk9t { color:rgba(var(--color-tertiary-4),0.85);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:28.625rem;left:43.3125rem;height:4.4596375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PtJwehd58f867Q7mftN7coGQGUInb0zu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:28.625rem;left:41.1875rem; }
#TOTlQlPTt0X3iOWwrdRpaNFqm0AUg331 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:20.6875rem;left:41.1875rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#snrEhpMsa7X79RLM3PPqLxWKN4DR2aw2 { color:rgba(var(--color-tertiary-4),0.85);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:33.3125rem;left:43.3125rem;height:4.4596375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#giUm1E6kNkTJCt80DLW9PGQyqFusMWaZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:33.3125rem;left:41.1875rem; }
#CIM4R1eTyth3N9uyRuiJ6zm3c7eVB8WD { color:rgba(var(--color-tertiary-4),0.85);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:38.0625rem;left:43.3125rem;height:4.4596375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WGFZ3lpBD22gQVPHwAsmg5hc4WZJCQOq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:38.0625rem;left:41.1875rem; }
#y1Dqd7S98naeXTORRQ5JeJMQITirJ4RH { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24935rem;width:6.936875rem;top:4.9370441436767rem;left:51.687286376953rem;overflow:hidden;display:block; }
#Uxu1zQGcBQrEctuCse2VmAiB6qlNcz5f { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24935rem;width:6.936875rem;top:23.5625rem;left:61.0625rem;overflow:hidden;display:block; }
#F8npN1H0J0uKPvWlfb2U49z4X8rwR19m { 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:40rem;width:32.122375rem;top:0.90277814865113rem;left:3.7901496887207rem;overflow:hidden;display:block; }
#TvlToB84KGR7loJ2mMFFnsCo9OeMgf5x { background-color:rgba(var(--color-secondary-4),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: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:4.0625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:40.902781009674rem;left:12.350261688233rem;display:block; }
#eLMUpQseh2GHehovpTa6JeXeu85msvFP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G8nyKSTQ1DuU3UEerlDDX8DFGou8meoZ { 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; }#G8nyKSTQ1DuU3UEerlDDX8DFGou8meoZ > .row .container { background-color: transparent; background-image: none; }#G8nyKSTQ1DuU3UEerlDDX8DFGou8meoZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8nyKSTQ1DuU3UEerlDDX8DFGou8meoZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8nyKSTQ1DuU3UEerlDDX8DFGou8meoZ > .row .container > .video-iframe-container { display: none; }#G8nyKSTQ1DuU3UEerlDDX8DFGou8meoZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8nyKSTQ1DuU3UEerlDDX8DFGou8meoZ > .row > .video-iframe-container { display: none; }#G8nyKSTQ1DuU3UEerlDDX8DFGou8meoZ > .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); }#G8nyKSTQ1DuU3UEerlDDX8DFGou8meoZ > .row .container { border-width: 0; border-radius: 0; }#G8nyKSTQ1DuU3UEerlDDX8DFGou8meoZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G8nyKSTQ1DuU3UEerlDDX8DFGou8meoZ > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#S4CulPIxKUQVIzumVCxCFGvgGggP8HkT { 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; }#S4CulPIxKUQVIzumVCxCFGvgGggP8HkT > .row .container { background-color: transparent; background-image: none; }#S4CulPIxKUQVIzumVCxCFGvgGggP8HkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4CulPIxKUQVIzumVCxCFGvgGggP8HkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4CulPIxKUQVIzumVCxCFGvgGggP8HkT > .row .container > .video-iframe-container { display: none; }#S4CulPIxKUQVIzumVCxCFGvgGggP8HkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4CulPIxKUQVIzumVCxCFGvgGggP8HkT > .row > .video-iframe-container { display: none; }#S4CulPIxKUQVIzumVCxCFGvgGggP8HkT > .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); }#S4CulPIxKUQVIzumVCxCFGvgGggP8HkT > .row .container { border-width: 0; border-radius: 0; }#S4CulPIxKUQVIzumVCxCFGvgGggP8HkT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S4CulPIxKUQVIzumVCxCFGvgGggP8HkT > .row .container { font-size:0.875rem;font-family:arial;height:52.3125rem;width:75rem;position:relative;display:block; }#f287BGHDWICNwXeTRmJ2aFQwuhG0Ss6T { color:rgba(var(--color-tertiary-4),1);display:block;width:39.9374375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:1.8125rem;left:15.625rem;height:;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; }
#Ty1HtZDy7KFATwXsSFQdS0BBKkoTwn5D { 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:2.24964375rem;width:6.937125rem;top:5.25rem;left:52.4375rem;overflow:hidden;display:block; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU .accordion-element-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-4),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.0625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;height:auto; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.0625rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);height:auto;font-weight:300;font-style:normal; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU .accordion-trigger.adaptive-delivery-prevent-bg, #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU .accordion-trigger.lazyload, #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU .accordion-trigger.lazyloading { background-image: none; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU { box-sizing:content-box;height:auto;width:39.3088125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15022;background-color:rgba(var(--color-primary-2),0.35);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.060802459717rem;left:15.624999523163rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #nlcN8xIZDK9JNvxhZTy9wbETEpK20T18 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #fHJzOqhLEoCkefxralL4Fi5vlokv4Xlb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #SkbyxFRtS35sWirTV5nJubD9BTh1vsUJ { display:block;position:relative; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #FWC79xb52EPA3AuTPmBizEfSIN4XoZSf {  }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #KszMeiA99Tvl8BXTrew4rmCzVZ9RUz79 {  }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #LaQ8tX2Py4kScd517IJgE3ZMbQlMNvZk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #o6bDlHCq6UoQeSxpbFvbtbcJpHp7Hdyi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #hfTNlvKudI33qgaDmEpWFNUSQmK6b19N { display:block;position:relative; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #P8BbS1780WyAg7InvFm7DGaROG4aQF1v {  }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #WUiJiu6g858GJCpHlOz7c2Dyaftrqakc { display:none; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #eAxyTHF6pkEOReHR7T6V3gfpi5oulC4c { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #aoRoNzAXu3wS7EgbV68rlPdVlfhkyIu2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #ZfhTEiX23pKaMNN5l7ESvCFhHnSz2TrL { display:block;position:relative; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #KMBFf9PC5JElIgfdSgffvwUPTd8TJoXp {  }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #DKb0AzOB0ni9MGEpiOdoSnIP4kLGW5EB { display:none; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #bqO7n6wQ3pdTqlIV3TAcCu3JDVHIWCOA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #T2qScxSEczqsMhacx6c5U2TnrzG46hGo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #CMvpHB4EoTHuhwiOd8bD19JEcFIlUETh { display:block;position:relative; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #qh4sUXK7iidQrAHfnn8CO03HS1wkHEpc {  }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #SEsnRsxSGxDH0BBibTTTUdUEON9VQSiT { display:none; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #XTi7wyglunWa16KR7meN83GfcrEvNoLG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #kZ8QA0MFAw8Nahh1DtOZ3lgmKZTT5FBL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #ZNGkATo3RhTg71TkL7p6MOwBuTTqLxeT { display:block;position:relative; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #K45wxN5XP5VDqVJvUSfho1svr3bEJdO4 {  }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #AsElTnPTEhaR0TylvkAsB7wT8S8PZFsS { display:none; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #q8qmDRA9tHxEyEJXesOfLw52h7qChD1Z { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #vDMu7w0caIcM8uyNONngEIRQrTyBSGLL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #mxX40qHxTsEmhQLmVzKldGuzkZG8cHRa { display:block;position:relative; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #ORmOwzxsGoBOELMxODaAf27WkhdCcNas {  }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #Gr0cUPpizGhNbD07XLDEJdTBp684mDZG { display:none; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #JQDm91ayLwfcM1qL8xiWeHSV1k0uRZPX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #wkvzpSlf2JsJO8KaAtkpOSeJTfq0NXGr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #G4U7dH8dPEPT4azufRu6JLSUwlUN9OKA { display:block;position:relative; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #Jfa3uBvtwTJ1z3z9T9LV6Gx0wsUztc6L {  }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #PTBaRtlZeEXTMOgGACHtLiyuLiEIQtxm { display:none; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #mNZCTl7Tbw8PZy8wLWM0lF5t4lRGaxxC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #bsNFn4B30GM982NEo7Cwe4igWt5Hpwy6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #eIXtvAPqZxCZ4h8UDsowTZEdBqkPBy5A { display:block;position:relative; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #T4Q3SrZmKpzm7sTkzhOh8g0dQHroc0Tf {  }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #cfMaftr6sRl25kfBVFfZIJ3OS4dNR6sK { display:none; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #ivOTPCbaArsvk5d4KIvtPDF73f7baXfQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #gI9oIkRLckHhM9JEXq4n3y9JCavyt400 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #cVO8WsCPavVsXspIQMl1hsuUxzwsgB8h { display:block;position:relative; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #rx7EcL65GbBW8kWHkTotshi0CHRKE3Wm {  }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #NRFu2hbNc0nUOxVXDktovb1eCLLbU7e1 { display:none; }
#pKwL0zzTFaicwMBMGKyXbTXA5OiTNTvn { color:rgba(var(--color-tertiary-4),0.85);display:block;width:31.1870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:48.097867965698rem;left:21.319442749024rem;height:1.66124375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TXaauSszpq4nntQMK1hTSlIyekORX7D8 { 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; }#TXaauSszpq4nntQMK1hTSlIyekORX7D8 > .row .container { background-color: transparent; background-image: none; }#TXaauSszpq4nntQMK1hTSlIyekORX7D8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXaauSszpq4nntQMK1hTSlIyekORX7D8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXaauSszpq4nntQMK1hTSlIyekORX7D8 > .row .container > .video-iframe-container { display: none; }#TXaauSszpq4nntQMK1hTSlIyekORX7D8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXaauSszpq4nntQMK1hTSlIyekORX7D8 > .row > .video-iframe-container { display: none; }#TXaauSszpq4nntQMK1hTSlIyekORX7D8 > .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); }#TXaauSszpq4nntQMK1hTSlIyekORX7D8 > .row .container { border-width: 0; border-radius: 0; }#TXaauSszpq4nntQMK1hTSlIyekORX7D8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXaauSszpq4nntQMK1hTSlIyekORX7D8 > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#fuTlkuyvckLqQ99yHQI6EeNXMqTtNmTB { 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; }#fuTlkuyvckLqQ99yHQI6EeNXMqTtNmTB > .row .container { background-color: transparent; background-image: none; }#fuTlkuyvckLqQ99yHQI6EeNXMqTtNmTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuTlkuyvckLqQ99yHQI6EeNXMqTtNmTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuTlkuyvckLqQ99yHQI6EeNXMqTtNmTB > .row .container > .video-iframe-container { display: none; }#fuTlkuyvckLqQ99yHQI6EeNXMqTtNmTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuTlkuyvckLqQ99yHQI6EeNXMqTtNmTB > .row > .video-iframe-container { display: none; }#fuTlkuyvckLqQ99yHQI6EeNXMqTtNmTB > .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); }#fuTlkuyvckLqQ99yHQI6EeNXMqTtNmTB > .row .container { border-width: 0; border-radius: 0; }#fuTlkuyvckLqQ99yHQI6EeNXMqTtNmTB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fuTlkuyvckLqQ99yHQI6EeNXMqTtNmTB > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#hzpQ02D4QarKZJWcHamictZpCvS95OCS { color:rgba(var(--color-tertiary-4),0.85);display:block;width:65rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:8.1369361877444rem;left:5rem;height:1.66124375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kGuoT4DbBGH5NSHgonh2KCiTnUrrbUcw { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:2.1875rem;left:0rem;height:5.54904375rem;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; }
#kdc8eQ3oBGtXytvXotO4NFM81xF2vklZ { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.936525rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:11.8408203125rem;left:26.5625rem;display:block; }
#PebO73saXy5umAvTqlIsuzpnWdD3ocZX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rSs1vkzMbBGEayEihyAwnHcd8gHRglSA { 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; }#rSs1vkzMbBGEayEihyAwnHcd8gHRglSA > .row .container { background-color: transparent; background-image: none; }#rSs1vkzMbBGEayEihyAwnHcd8gHRglSA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSs1vkzMbBGEayEihyAwnHcd8gHRglSA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSs1vkzMbBGEayEihyAwnHcd8gHRglSA > .row .container > .video-iframe-container { display: none; }#rSs1vkzMbBGEayEihyAwnHcd8gHRglSA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSs1vkzMbBGEayEihyAwnHcd8gHRglSA > .row > .video-iframe-container { display: none; }#rSs1vkzMbBGEayEihyAwnHcd8gHRglSA > .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); }#rSs1vkzMbBGEayEihyAwnHcd8gHRglSA > .row .container { border-width: 0; border-radius: 0; }#rSs1vkzMbBGEayEihyAwnHcd8gHRglSA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSs1vkzMbBGEayEihyAwnHcd8gHRglSA > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;position:relative;display:block; }#KSiHs9TvPIVLcyF305KF34CGrXUEXCwn { 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; }#KSiHs9TvPIVLcyF305KF34CGrXUEXCwn > .row .container { background-color: transparent; background-image: none; }#KSiHs9TvPIVLcyF305KF34CGrXUEXCwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSiHs9TvPIVLcyF305KF34CGrXUEXCwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSiHs9TvPIVLcyF305KF34CGrXUEXCwn > .row .container > .video-iframe-container { display: none; }#KSiHs9TvPIVLcyF305KF34CGrXUEXCwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSiHs9TvPIVLcyF305KF34CGrXUEXCwn > .row > .video-iframe-container { display: none; }#KSiHs9TvPIVLcyF305KF34CGrXUEXCwn > .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); }#KSiHs9TvPIVLcyF305KF34CGrXUEXCwn > .row .container { border-width: 0; border-radius: 0; }#KSiHs9TvPIVLcyF305KF34CGrXUEXCwn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KSiHs9TvPIVLcyF305KF34CGrXUEXCwn > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#rr3cwWuusED1bmruQaE3iwMs8DcpHp7L { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:4.125rem;left:4.3125rem;height:8.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zRt1s0tHgmFzXvCXOqBKEPZy0TeRzbL1 { color:rgba(var(--color-tertiary-4),0.85);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:14.375rem;left:4.3125rem;height:3.5612rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lyn22BzpmmZyxZe28mRkcbAcleuC9Bkz { 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:2.25rem;width:6.9375rem;top:9.75rem;left:19.9375rem;overflow:hidden;display:block; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-form-header {  }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:29.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-input-text {padding-top: 0; padding-bottom: 0;}#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-input-select {padding-top: 0; padding-bottom: 0;}#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-secondary-4),1);width:29.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn [class*="-text"]:-moz-placeholder { color:#4f4f4f;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn [class*="-text"]::-moz-placeholder { color:#4f4f4f;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn [class*="-text"]:-ms-input-placeholder { color:#4f4f4f;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn [class*="-text"]::-webkit-input-placeholder { color:#4f4f4f;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:28.125rem;overflow:hidden;font-style:normal; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-container:first-of-type{padding-top:0;}#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-container:last-of-type{padding-bottom:0;}#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn  { background-color:rgba(var(--color-secondary-4),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.71875rem;left:38.936637878418rem; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.5rem; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn {display:block;}#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn { background-color:rgba(var(--color-secondary-4),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.71875rem;left:38.936637878418rem; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #ieAi43qD86eCrFDnV2c0XgtQCDeX0xLe { position:relative; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #OmMWRv6A3p1WNn1Z3Zxh06GzoMPVzeVh { position:relative;display:block; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #w7G0ZcpnTfNzbeThEAQCWgzQqQVGl1Ln { position:relative; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #PAXFWlu5TtqSbfF3Muu4lyyE9aWmK7gh { position:relative; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #PtspeAbEyAGU289Or6iiwwy2w4CTQyrG { position:relative;display:block; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #Rc9NgOcUPQMf2n282hi1cxQn7WrEUu3n { position:relative; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #AFrxgiv4CZutMbNuoFaesOZT4fbT2pLa { position:relative; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #I7UzkcIECWCtPXIe8slWvwikpGvxTgfQ { position:relative;display:block; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #s1go9PNnupm4nB4bV7wgnqKg5XeV2GOT { position:relative; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #nRDZNzRpaKTA43MUIIdRdTUxXTaLkeVg { position:relative; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #fWTuEV1VttBSuGsDXkw0LTCaUoUmHnOa { position:relative;display:block; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #fUn6D0iLlfXo8tCINHKVWl6XAQMrDkTy { position:relative; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #tUS3d4AxCo1XOXrWU34rn9SRs9E3RxuW { position:relative; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #LovtfOirMDJkSy9v2Ts5O6Tpat0wcKSg { position:relative; }
#MaVnqOi0t9sXku8LwOGDVpl4HqfMhHTW { 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; }#MaVnqOi0t9sXku8LwOGDVpl4HqfMhHTW > .row .container { background-color: transparent; background-image: none; }#MaVnqOi0t9sXku8LwOGDVpl4HqfMhHTW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaVnqOi0t9sXku8LwOGDVpl4HqfMhHTW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaVnqOi0t9sXku8LwOGDVpl4HqfMhHTW > .row .container > .video-iframe-container { display: none; }#MaVnqOi0t9sXku8LwOGDVpl4HqfMhHTW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaVnqOi0t9sXku8LwOGDVpl4HqfMhHTW > .row > .video-iframe-container { display: none; }#MaVnqOi0t9sXku8LwOGDVpl4HqfMhHTW > .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); }#MaVnqOi0t9sXku8LwOGDVpl4HqfMhHTW > .row .container { border-width: 0; border-radius: 0; }#MaVnqOi0t9sXku8LwOGDVpl4HqfMhHTW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MaVnqOi0t9sXku8LwOGDVpl4HqfMhHTW > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:75rem;position:relative;display:block; }#xTL9k3EtVd1c2nJZpvHsGcMVJTJfORSu { color:#33343e;display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:0.734375rem;left:23.25rem;height:1.21853125rem;text-align:center;text-align-last:center;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:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SenLIDSXqsozoadw6BMW43BoUXgdarlM { width:47.75rem;height:;top:6.0625rem;left:0rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6Zm2TXydwqqvikvqugXCyk3lrLsvFsC { width:31.625rem;height:4.8125rem;top:19.4375rem;left:8.0297317504881rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQBXaio8QbhisqNkNdSnCbxKhiRIHBUw { top:9.9375rem;left:9.375rem;width:28.8125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTN5KrWVSSLZcTZ3GUMte0zR0T79VZUL { display:block; }#gTN5KrWVSSLZcTZ3GUMte0zR0T79VZUL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QITGEOV3hosMo4dC6y6VBXnROaq1cwXt { display:block; }#QITGEOV3hosMo4dC6y6VBXnROaq1cwXt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAITJCmA7VNcTKpFngeD3tqDZ5dQHQ9s { width:47.75rem;height:5.5rem;top:2.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX8zvNuTWsi9BkFcs4VWWLJHVEZ0aT5X { width:15.4375rem;height:4.0625rem;top:10.1875rem;left:16.125434875488rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLKcO72lh52g7KKTHKvVcGO63Ud4Zndp { display:block; }
 }@media only screen and (max-width: 763px) { #nGwBTq38qgPra6RMCSa7dNrnTbaLP5Iw { display:block; }#nGwBTq38qgPra6RMCSa7dNrnTbaLP5Iw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lm8oqJngvRH19oiRsRCKckr8tAfnQsQR { display:block; }#lm8oqJngvRH19oiRsRCKckr8tAfnQsQR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cy3iEJDwTQl1gNNeIlKzFtVUsC2xWsLD { width:15.1875rem;height:1.5rem;top:2.3125rem;left:32.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNP1msMzCKritEHJT9xWXS3OmEu0tJRz { width:23.5rem;height:5.625rem;top:6.5rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixi89bUbHZBTF92CPPlMFJdaVaBvZ5Rp { width:6.875rem;height:2.1875rem;top:1.75rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCTtLmTVXHstxVzuDnwRUPXlmhuhkWuV { top:14.3125rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXz3DeL92TgJne3oyeTE69S8wobnIPSO { width:29.6875rem;height:1.4375rem;top:14.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2G27u6wDs62FN4uGwclR9NxduSHPBO8 { top:16.75rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2JMH7PSDdFmGSaldnLWyktRdE6P3O0m { width:29.6875rem;height:1.4375rem;top:19rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcJmaidNEmaReGZxwDHb8qen6aydTGTh { width:33.75rem;height:1.4375rem;top:23.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnGPk7d9DdpAcVMdtopH15uxP53q9aiV { top:19.0625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI32dtFt6D4VKeykqDuHvtPTEkITAqFU { width:29.6875rem;height:1.4375rem;top:21.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwF75DpBvUngQZgxkJ1QxqPDFinXG4hC { top:21.375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4qDgQcuELAaaFSTsFCMk6Rg7aM1Wtac { width:29.6875rem;height:1.4375rem;top:16.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9w1vDbIReBnp2AKLRdOe5yQ2bFPIE4X { top:23.625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gyk7L9zrlnh5GG9Ac3SxLmyrE9RlMJ8w { width:18.8125rem;height:4.0625rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ayv6fHIoq9TM7rfKx8l693PCVJ2ugurO { display:block; }
 }@media only screen and (max-width: 763px) { #AMcew24886eDiK0gd1zCvdKw0eUtXAiJ { top:6.4375rem;left:23.25rem;width:0.125rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtBQfFavaepP6UsLrnz7aERVrm2IB6WX { width:29.375rem;height:5.625rem;top:8.5625rem;left:18.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab4b1aPZgzSf07evtL9c6C0XZgktUbWB { top:15.75rem;left:29.5625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuV7mVpLplEm5BrsiI2yHPVGSeoPWHgV { width:29.6875rem;height:1.4375rem;top:15.75rem;left:18.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHy2URkdToRvImG3kpLD9i2sTXrGILSB { top:18.5625rem;left:29.5625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9RvuIi8XOQGhh4W5UpuCARF5RpZGUN5 { width:29.6875rem;height:1.4375rem;top:18.625rem;left:18.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGuTM60o9oNT7Jn6DCRnUOcbbOyVSuaX { top:21.1875rem;left:29.5625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTKF02c20FW6UzkbftbN1SP3IEqCUhF1 { width:29.6875rem;height:1.4375rem;top:21.25rem;left:18.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWuxTWdyoDDmWqhcwOhEIZ4f0g0FudDV { width:29.5625rem;height:22.1875rem;top:6.5rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtTnaZ7kENUvTfwN7793lNH57FA9ctoJ { display:block; }#TtTnaZ7kENUvTfwN7793lNH57FA9ctoJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElXT4bh2PgrurVfNr1rIduulfKBnIce9 { display:block; }#ElXT4bh2PgrurVfNr1rIduulfKBnIce9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ty7KJqnPhmp7WOAXR5PRJHmOU4NxqPAl { width:15.1875rem;height:1.5rem;top:2.3125rem;left:32.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s375Bykq4JF46nT03lkTigihQ5y7CvO6 { width:6.875rem;height:2.1875rem;top:1.75rem;left:39.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTmhTtaCvNCTMqQRB6Tw8BL9T39PVWrK { width:33.75rem;height:1.4375rem;top:19rem;left:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJgLGtseJMqfsqmihLVoaBObvTLx09o6 { top:19rem;left:25.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO1a0qnXKys6T1MWs094vqZIOo8pRcp0 { width:32.5rem;height:1.4375rem;top:15.5625rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdlCFd3FTMniE7cD70xoCeSB9GxUJ0DO { width:29.6875rem;height:1.4375rem;top:12.125rem;left:18.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfJlqa0rIuJWz6OTIa4HLas5dJPW5xn8 { top:12.125rem;left:25.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBpuotve2gw0W5GUbaE8wmWuZkXxp66g { top:15.5625rem;left:25.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET1Dy98ErSGkPbDq2Vhw2t0DIyOLKGSf { width:27.3125rem;height:5.625rem;top:3.875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLoeA1XCMq2650LqlNeTGWFhPwNOeZvT { width:30.625rem;height:16.3125rem;top:12.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuuUSReTmdy45mQMNJl0D5MFhmeL0n25 { top:22.3125rem;left:25.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4bXn1DH8pHGk1Cpl8p7LalaWf3uJtfo { width:29.6875rem;height:1.4375rem;top:22.3125rem;left:18.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtpOuUFhFnPBSLeK4teS4oDwwqcOnQpP { width:33.75rem;height:1.4375rem;top:25.5rem;left:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5bFlGvdnacaphddRRNm6ISfwnefzTI4 { top:25.5rem;left:25.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRdQtngP8l2TosaeCX2QZLeubldDU7GW { display:block; }#WRdQtngP8l2TosaeCX2QZLeubldDU7GW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PP1bBH6gsuMJmmLGocBgAgTJMJNJNaMe { display:block; }#PP1bBH6gsuMJmmLGocBgAgTJMJNJNaMe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xV6hKvu7v5LJTVkqgPyPGXJ0oOOl1bTg { width:15.1875rem;height:1.5rem;top:2.3125rem;left:32.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTQtxIJBJHRUAK33WaLCqv4dHLguEf40 { width:30.5625rem;height:5.625rem;top:3.875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcN8mQoFU3yNzClqJimJ4UDOMJzWTeFT { width:6.875rem;height:2.1875rem;top:1.75rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kqkfp6QxQGnK8cJWSP1XWzQFOqrN4IhV { width:29.125rem;height:2.9375rem;top:34.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFbCseCDw4JMofyXcS04um4saaCwIt11 { width:28.625rem;height:2.9375rem;top:30.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD3GO7MsOPQTHEdEvPscnzbopdqxuLdV { width:29.3125rem;height:2.9375rem;top:27.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt655dq8rTrkx7N6kCQVG6emvTbAOfgp { width:29.3125rem;height:2.9375rem;top:23.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUR5sh6WiKASwe3BIMAghtEf22El5uNt { width:29.5rem;height:2.9375rem;top:19.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9XOLOT3CcXyByy5ZWK23y6XJQGyJ192 { width:29.6875rem;height:2.9375rem;top:16.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Glwak4MQFtzmLUNHCRXPfLZOsyFyNtlv { width:29.8125rem;height:2.9375rem;top:12.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd8XUKZAyZ51kaRwPTbauGvTkTv5T7BF { top:19.875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfDiPg3wXvrub9WlgeQd5X8JAMEsJwEL { top:16.1875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKDiBTtd1KQFUfVMXOwEJ9qKmhGyNgwh { top:30.9375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl4VZQw9eu54K4EFk6c5F0MpPPB3RAuk { top:27.375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #di4w6178SQhECssQ1iUyMVegCV4Ga3F2 { top:23.5625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #is35SyeUfm5LW4GkXSubstzXsPnCe4K9 { top:34.8125rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV7VB1E1LQ2TSxtwskUMIPeL5ip0LKXG { top:12.3125rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZNrlKSRlD0OCem8e4Ayy7mLhicSTSOy { top:5.9375rem;left:17.75rem;width:30rem;height:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3qgqtqr6TSFWsWZRyGr4pwiid2RtCP1 { width:24.4375rem;height:4.0625rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAWcDXdBlIp9w8mFwXhrl2KKV9OBW1n3 { display:block; }
 }@media only screen and (max-width: 763px) { #un3OlsmTXAqVwGKECCxeskefZax4sT5z { width:29.375rem;height:2.9375rem;top:39.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sODyFqJJbTH5z2CEX5fPx8ZLmQ0mLVwT { display:block; }#sODyFqJJbTH5z2CEX5fPx8ZLmQ0mLVwT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUvg38so86iTOobeI5o9ITUtwrSSyH2J { display:block; }#cUvg38so86iTOobeI5o9ITUtwrSSyH2J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZiQne8LTN2CqxVxVnQbT9zuLeVT1APS { width:27.4375rem;height:1.625rem;top:4.9375rem;left:10.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJDyIsvyxsGepGvGqJXf9TzKAPfvQ5gk { width:47.75rem;height:;top:2.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKadsAmmNwLacNSbxZqydEzQ7ScqJnMI { display:block; }#eKadsAmmNwLacNSbxZqydEzQ7ScqJnMI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sapVeM25T4NtQdg0JnV8ADteHFtGhGJO { top:4.125rem;left:0rem;width:16rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr1ODF50GMI47HexcyJqdtRbKR9FsEcp { width:13.6875rem;height:4.0625rem;top:21rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyNrXicKk1EdigIBvw36IuexJp5gGZPG { display:block; }
 }@media only screen and (max-width: 763px) { #Wub8wXfR4KbTlWTMKbaknqae8mcHfxn3 { width:7.875rem;height:2.4375rem;top:16.125rem;left:3.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIbbUMVBncrGOP89JsM5O2Ws9NDInFes { top:4.125rem;left:12.625rem;width:19.125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3Nkm0bZS7v3xQJyusgnGolXU7rAR8W3 { width:8.25rem;height:2.4375rem;top:16.3125rem;left:19.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcfQwsOc5kwGaAJMNbPVZpInV44xVPIW { width:13.6875rem;height:4.0625rem;top:21.1875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcT715LUBFwG91ZtLJApCOTqoicUVpRF { display:block; }
 }@media only screen and (max-width: 763px) { #KxKlNeCPeAXTvQ3V3IHPVAbI4HPauHTU { top:4.125rem;left:27.5625rem;width:20.0625rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK4EpDXoXCyUgHZNQPWwufV2xQoKkn7q { width:8.375rem;height:2.4375rem;top:16.3125rem;left:35.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5WV5W96Lp1DpsryaeXcvBzEwx1XV3eb { width:13.6875rem;height:4.0625rem;top:21.1875rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6wpcBklF0uieDTTU3ohk0IK6cQARlin { display:block; }
 }@media only screen and (max-width: 763px) { #OupPH0X2SbTryBJCgJEvk6TpTFck6hwC { width:21.5rem;height:1.875rem;top:1.8125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTGPWKCalf87KgNvSS6yV1g7FHqag63x { top:1.75rem;left:12.3125rem;width:19.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLuB9s2ieseoPQxtCTvwrOTDApN0WEID { width:8.875rem;height:2.8125rem;top:10.0625rem;left:3.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvbrdhCCAUXSku74um0CAq0qydLebzyl { top:8.125rem;left:3.5rem;width:4.0625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl9irCR2lTk9iXRW9WaBU6uTNDbEL7uw { top:14.4375rem;left:3.5rem;width:4.8125rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTfxDH5tiNVM7s4sCWRa8WbRXxBQHHE2 { top:7.9375rem;left:19.25rem;width:4.0625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhP9yRcRLOOvLMO1espla7ZkAKKEz0Vh { width:9.1875rem;height:2.8125rem;top:9.875rem;left:19.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzRrqFh886DKZPgQkrD1txx6qyCybLzW { top:14.25rem;left:19.25rem;width:4.8125rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK9XbSkgi3SUEM1irUZJLrVSixEq8TQo { top:7.9375rem;left:35.25rem;width:4.0625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFaN1lMVXkkW3eRlJfvTzUHHeJTMQXkR { width:8.875rem;height:2.8125rem;top:9.875rem;left:35.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVHsEXZvotEKueKd6zqhvocURC8m3HBz { top:14.1875rem;left:35.5rem;width:4.8125rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvI5TRSbwza1rrLnJLW2TpB957g7OUAE { top:13.4375rem;left:3.9375rem;width:8.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gteUzuaUM0BHVk9rRspaK4eNhiuolecQ { top:13.625rem;left:19.8125rem;width:8.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRh1XcS5J4TRAwcVhGOJF3U9dPoJCZRt { top:13.625rem;left:35.6875rem;width:8.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7qMll9Ez0dJBi0TbVgv31Qyk5A7zVsu { width:21.5rem;height:25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ4RT2BfM8CBKCODe49ebQdWFMWnEA6q { width:21.5rem;height:25.0625rem;top:3rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFTgfqhvlA4hqOD0mV2iksJCEMFfAXlV { width:21.5rem;height:25rem;top:3.0625rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvrFES0vuJlLPPdV8Cc1zHKX0aLmN1i6 { width:21.5rem;height:1.875rem;top:1.8125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReMyfTQIwdz587ryWnGZzmZBpqvp5DwS { top:1.875rem;left:25.625rem;width:22rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECSbpT2CZgLvWzUho3S2JSnZqTcmQXw9 { display:block; }#ECSbpT2CZgLvWzUho3S2JSnZqTcmQXw9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGcQuLJwdTo8L4UqZ7X3AL74dQiXn8iy { width:47.75rem;height:1.625rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnksJbxOHa5i8cD8m1lUn05EFkvIvX1S { display:block; }#GnksJbxOHa5i8cD8m1lUn05EFkvIvX1S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IeaD4Cq7Rkw9R9wE5U7zpzKz8aXfcmdh { display:block; }#IeaD4Cq7Rkw9R9wE5U7zpzKz8aXfcmdh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qtb0RpGsIvOgVPNun2kBPPQoE02e8p47 { width:31.5625rem;height:8.4375rem;top:4.3125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGMS7O1zaFyJxEkgciJAJUadbJc5ivL5 { width:19rem;height:33.125rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxrWMe4t5gwTn9A49FTl7NiTUANkvtTH { width:15.75rem;height:19.1875rem;top:27.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8JEZpzlQXXFVLb4WuohM1BsvDnblXuB { width:16.875rem;height:1.5625rem;top:26.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReQzSzWGAlBbcohN2H7NZAKmkMHNWBX6 { width:19rem;height:33.0625rem;top:14.9375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lApPqDWsABqU3mz3DSIJ2uTvuLqgFzdX { width:16.875rem;height:1.5625rem;top:26.4375rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfaVQv2arzDL6FTPtV5HThGqTV3JRTbq { width:15.75rem;height:19.1875rem;top:28.0625rem;left:15.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4ASL8ZIvxwIWEkAym7goBDBwRRTTzpk { width:19rem;height:33.0625rem;top:14.875rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwX3KMtZsy0ZRACiJw1J1NOvGnJrHTxm { width:16.875rem;height:1.5625rem;top:26.375rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #moJVrHWDWvBg1WGudPXcO1fPbPyIqtl2 { width:15.75rem;height:19.1875rem;top:27.9375rem;left:32rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI5sE8GgsyJH94g5m9lgv4KR56PuZFXl { width:15.1875rem;height:1.5rem;top:2.8125rem;left:32.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUoMo8timaG8bIFsRTCA7TVl3ikuZmGk { width:6.875rem;height:2.1875rem;top:2.1875rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i87E7b0FpnRFCZ1C3CnCKaAiwmAZgeVb { top:15.125rem;left:0rem;width:10.875rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUtzzo92192m9hQwVWwX8PBbVuf8ahcQ { top:15.875rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfk7rvVrrClJznWrCklusfRfHzkskTn7 { top:14.8125rem;left:0rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTsy4TSUvdyKGJq9EonbihpEMJ4LDqJy { top:15.875rem;left:19.0625rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFPcRiCVNcFJtZCXBqDsshNtE2KQKkyL { top:15.125rem;left:18.3125rem;width:10.875rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8oV2wxwGozt8U8VT6ybLXS0l2fWe8fB { top:14.8125rem;left:18.8125rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgvwO4n7HsLOzboiSOyp1d0lUpiHpqqT { top:15.875rem;left:37.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfGPI8GPmlEeydaKoxztuR0UlRShyIvm { top:15.125rem;left:36.75rem;width:10.875rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSKFuU587HTMhN2XEv9hbKsvoOPPo7vv { top:14.8125rem;left:37.25rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiCtrmTsBHEOiT7eO7TDLGyRJAPV1rBX { width:17.6875rem;height:4.0625rem;top:56.9375rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBlPtsAygIFfcgEF4elL8FhTZpoNmXSM { display:block; }
 }@media only screen and (max-width: 763px) { #qQ8gUBcyZZXT8FNeqU3MC3tDcluG6C11 { width:47.75rem;height:;top:52.6875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOLCVa0m8TT9q04zmZs0A54SDmt2NwGK { display:block; }#MOLCVa0m8TT9q04zmZs0A54SDmt2NwGK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlTOUsERMulnppO47m0SGJ7moTWIxzWc { display:block; }#tlTOUsERMulnppO47m0SGJ7moTWIxzWc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7QKoq5d1DuDCpmkpB07qXngBZvQ0aOK { width:31.5625rem;height:5.625rem;top:4.8125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsHTwIkK2Z7FnoVTyz3UVAdOxIxwUXFJ { width:6.875rem;height:2.1875rem;top:2.6875rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3Vhk8wd8H5qxSnUUR9dTpoSR1vPwUOD { width:15.1875rem;height:1.5rem;top:3.3125rem;left:32.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLVscaH8igBvFXUOyUfoZ5Pg3M9SNMtt { top:14.75rem;left:0rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #adif2uv37PrRS0D0BQcUt6eQThci46tZ { top:15.5rem;left:0rem;width:12.375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmMcTFMBsXexhF01CTgqrbWxZAXkJ7zW { top:13.875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGgbALazgWI4wEOMx8XiODN67kwouMTC { top:15.1875rem;left:9.25rem;width:1.875rem;height:1.875rem;display:block; }
#TGgbALazgWI4wEOMx8XiODN67kwouMTC > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #bD2AOTH7sfInunMsgg1JGv9RFOn6fHLl { top:15.5rem;left:1.3125rem;width:25.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNLyZ4gQX0L18NR2i3sT2cl9MS1gMfiG { top:15rem;left:1.3125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie5ewRwf58ikrvLTJXrJOvDvDcoTJCKF { top:17.3125rem;left:1.375rem;width:25.625rem;height:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt3my6WPXvgb0IiWaPwIictXXXkMIHPT { top:45rem;left:1.375rem;width:25.625rem;height:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erDWQmsIdUHqPa24fkk00yDdBWbZHKJf { top:42.9375rem;left:10.3125rem;width:1.875rem;height:1.875rem;display:block; }
#erDWQmsIdUHqPa24fkk00yDdBWbZHKJf > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #DUXVaENURJXWZ3fHGmRkNUWSkLpVbwQc { top:43.1875rem;left:1.3125rem;width:25.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUTTVycrTgViFHaDzlMTTK86pVxp8cF1 { top:42.6875rem;left:1.3125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFlBxLVunvw0QbtMlJHA3qdN8Dg5U0NC { top:56.9375rem;left:20.625rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTtePyBHIHpg5R9LNnuQmcVtV7xEcTeh { top:57.6875rem;left:21.875rem;width:12.375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzVNUTPHMytA6dFE3sWleIoEMnNnV9XL { top:56rem;left:22rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF11m2Pbe8VsZcpsDPm4OeqI25TPX39y { top:59.5rem;left:22.125rem;width:25.625rem;height:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyn1GTSc2mwQCXUeHdqxAEwv24rf8rvz { top:57.6875rem;left:21.9375rem;width:25.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR3B1aRTsIeiysPSCZIUSpxcuHSfQDvC { top:57.1875rem;left:35.5625rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaov0tCo614XFFnXIiXvKOEsCpisr7II { top:57.4375rem;left:43.40625rem;width:1.875rem;height:1.875rem;display:block; }
#vaov0tCo614XFFnXIiXvKOEsCpisr7II > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #xhCI9gnBvKqUKWCns6GNzSEtA6kF69ys { top:28.8125rem;left:20.625rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7903eNNEiPAVEhlcEpmNHtbbflfkRKH { top:42.625rem;left:0rem;width:12.375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxuR64i69VLULDuKTGdLU7XS5Ge2QNEk { top:27.875rem;left:22rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3UCauxT8Fzg03KmKMkxC8sNo2tlTa4g { top:31.375rem;left:22.125rem;width:25.625rem;height:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnP2cMhE6h1MB1mTMBWABWXhqxnma430 { top:29.5625rem;left:21.9375rem;width:25.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFfzSMp1GfMqThupKQ69wsaVFwBsZUKJ { top:29.0625rem;left:35.5625rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLcbTfXGCesIEaUzAe7JT2dO3Q10rs68 { top:73.5625rem;left:1.375rem;width:25.625rem;height:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDdyKfaHE8uNMEUTIhaCFbghZL0t9nrw { top:71.5rem;left:9.125rem;width:1.875rem;height:1.875rem;display:block; }
#lDdyKfaHE8uNMEUTIhaCFbghZL0t9nrw > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #LMWGkKdUl59L9nA73BawBgo0zivHsrgu { top:71.75rem;left:1.3125rem;width:25.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQd4ex2xV1fyI4mplMrrf60xtArlUhSr { top:71rem;left:0rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDQQAI59LVwDrXMQWBM7W55gNVOcpXoh { top:71.75rem;left:0rem;width:12.375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prITpH9oPzFQQpb0zw3OmOgrelfsoRn1 { top:70.0625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXT8eLtQm22fdqAg6MuxKdvtTUPJmtr5 { top:71.25rem;left:1.3125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbzvF6uECGHFNXFRuQWJqb2JNJIuonTa { top:87.625rem;left:22.125rem;width:25.625rem;height:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI0NGK7NN237r00welkxIJiNbwv7hSx8 { top:85.8125rem;left:21.9375rem;width:25.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDia0LaUWhh3ORizvFTf6FCoxDc666sX { top:85.5rem;left:44.71875rem;width:1.875rem;height:1.875rem;display:block; }
#fDia0LaUWhh3ORizvFTf6FCoxDc666sX > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Kyb0bPcKmtHnREC0F5yFlkrP82xTdHOr { top:85.0625rem;left:20.625rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QorpkxeafKtTcGb0rDsQxZwZ5RQbv7y3 { top:85.8125rem;left:21.875rem;width:12.375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKk2BgAkTKBiJbT7XZBQ9F1RTT9JqXiZ { top:84.125rem;left:22rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4bu90v4mFuomGlKFK2rkKWqHOP3osbE { top:85.3125rem;left:35.5625rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZVxTTJ6XnxmfVNuFb2Rttlq8OZ3qQwT { top:29.25rem;left:44.90625rem;width:1.875rem;height:1.875rem;display:block; }
#cZVxTTJ6XnxmfVNuFb2Rttlq8OZ3qQwT > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #hHz2F3bsg6d5rHWiXfVrCbNLznzPyyTb { top:99.125rem;left:0rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUkg3ODLpa8kcLhQeN6HmQ562ZgnfP8K { top:99.875rem;left:0rem;width:12.375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS20Ktc9oPcpzcVZzQy2wufSLXTgDaDq { top:98.1875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxPdOMH6ehKtILnWPVDEKnHRFB3tSKP3 { top:101.6875rem;left:1.375rem;width:25.625rem;height:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu2yd78NHK2LDtpBzuTAqm13nwOE65Ao { top:99.875rem;left:1.3125rem;width:25.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqE59PTKLZHZy4WplNhF8u7kozg3IzqR { top:99.625rem;left:9.75rem;width:1.875rem;height:1.875rem;display:block; }
#VqE59PTKLZHZy4WplNhF8u7kozg3IzqR > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #JC1JfDglOodhWfQe0BROLBVoI7cXq5bn { top:99.375rem;left:1.3125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh9LzrJ5P721svru9bOHivTAxVGVQW8Q { top:41.875rem;left:0rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtuCnKHnmWksrOsEzpRbEdrkZExc1WlB { top:29.5rem;left:21.8125rem;width:12.375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcm5ZnsQ4mi6xGsfdCvBMSO14pETdWvM { top:41rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2FXA2fr5v2KkW0aVv4Fr7qP6GzSvC6D { top:116.5625rem;left:22.125rem;width:25.625rem;height:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4wPvmVCLoDLO913Ix94gPFnpk35bzk4 { top:113.9375rem;left:20.6875rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5L4BdWvDVoPIT7qs7pQJFTBeD5CW3xC { top:114.6875rem;left:21.9375rem;width:12.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acN2foTkF8N4HBxqDhlLwzFttuNy3TfT { top:113rem;left:20.6875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkqKROoGeZa4UnXQlvndlFH1kAMp3G6s { top:114.6875rem;left:22rem;width:25.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLkvEp6dpn99xMzF4enw9DEp0VvS0TkN { top:114.4375rem;left:44.0625rem;width:1.875rem;height:1.875rem;display:block; }
#FLkvEp6dpn99xMzF4enw9DEp0VvS0TkN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #n4LE6yKJpXQshRd9I0SOSHSDzhKgs3X6 { top:114.1875rem;left:35.625rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPWuMJJFhNOkz5El78FwIdR3T3LsNO0e { display:block; }#IPWuMJJFhNOkz5El78FwIdR3T3LsNO0e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVtcn5bozeAasun8rXAGRVTr86DUbRi0 { display:block; }#cVtcn5bozeAasun8rXAGRVTr86DUbRi0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfs1nl14IashuoZ6xo2A1cnhHmU3SirE { width:47.375rem;height:3.3125rem;top:8.5rem;left:0.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfH2CBT3AX8Na3NhlIAKuNLukyFdh3UG { width:17.6875rem;height:4.0625rem;top:13.4375rem;left:15.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vsf6eKyLmuMERLZ3myZSmCOTMqRTlPWC { display:block; }
 }@media only screen and (max-width: 763px) { #QmJzgvzE7M4zsHlmtexlOxMwl4Ivd90g { width:47.75rem;height:;top:2.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ezp2dsxzmSpdetSTuQSRhqrHh8zmWiwc { display:block; }#Ezp2dsxzmSpdetSTuQSRhqrHh8zmWiwc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfTM1humKtRavk4uWO6Z088gIdrRfJDg { display:block; }#BfTM1humKtRavk4uWO6Z088gIdrRfJDg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tpqd4KVfRBIwPW0uwHVN6gG9XgK3ZiJp { width:28.5rem;height:5.625rem;top:1.9375rem;left:19.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8TeiorxxgipSSrU3gbkSK4qwwLLHuo8 { width:30.3125rem;height:9.5rem;top:9.1875rem;left:17.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bttEwTdMK0WdT0ik1xq4aanEUzQVvk9t { width:27.5rem;height:4.4375rem;top:28.625rem;left:20.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtJwehd58f867Q7mftN7coGQGUInb0zu { top:28.625rem;left:27.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOTlQlPTt0X3iOWwrdRpaNFqm0AUg331 { width:28.5rem;height:5.625rem;top:20.6875rem;left:19.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snrEhpMsa7X79RLM3PPqLxWKN4DR2aw2 { width:27.5rem;height:4.4375rem;top:33.3125rem;left:20.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #giUm1E6kNkTJCt80DLW9PGQyqFusMWaZ { top:33.3125rem;left:27.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIM4R1eTyth3N9uyRuiJ6zm3c7eVB8WD { width:27.5rem;height:4.4375rem;top:38.0625rem;left:20.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGFZ3lpBD22gQVPHwAsmg5hc4WZJCQOq { top:38.0625rem;left:27.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1Dqd7S98naeXTORRQ5JeJMQITirJ4RH { width:6.875rem;height:2.2292864222002rem;top:4.875rem;left:38.062286376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxu1zQGcBQrEctuCse2VmAiB6qlNcz5f { width:6.875rem;height:2.2292864222002rem;top:23.5625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8npN1H0J0uKPvWlfb2U49z4X8rwR19m { width:32.0625rem;height:39.925441378478rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvlToB84KGR7loJ2mMFFnsCo9OeMgf5x { width:15rem;height:4.0625rem;top:40.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLMUpQseh2GHehovpTa6JeXeu85msvFP { display:block; }
 }@media only screen and (max-width: 763px) { #G8nyKSTQ1DuU3UEerlDDX8DFGou8meoZ { display:block; }#G8nyKSTQ1DuU3UEerlDDX8DFGou8meoZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4CulPIxKUQVIzumVCxCFGvgGggP8HkT { display:block; }#S4CulPIxKUQVIzumVCxCFGvgGggP8HkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f287BGHDWICNwXeTRmJ2aFQwuhG0Ss6T { width:39.875rem;height:;top:1.75rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty1HtZDy7KFATwXsSFQdS0BBKkoTwn5D { width:6.875rem;height:2.2294972025515rem;top:5.25rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU { display:flex;height:auto;width:39.3125rem;top:15.5rem;left:0rem; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #nlcN8xIZDK9JNvxhZTy9wbETEpK20T18 {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #fHJzOqhLEoCkefxralL4Fi5vlokv4Xlb {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #SkbyxFRtS35sWirTV5nJubD9BTh1vsUJ {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #FWC79xb52EPA3AuTPmBizEfSIN4XoZSf {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #KszMeiA99Tvl8BXTrew4rmCzVZ9RUz79 {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #LaQ8tX2Py4kScd517IJgE3ZMbQlMNvZk {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #o6bDlHCq6UoQeSxpbFvbtbcJpHp7Hdyi {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #hfTNlvKudI33qgaDmEpWFNUSQmK6b19N {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #P8BbS1780WyAg7InvFm7DGaROG4aQF1v {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #WUiJiu6g858GJCpHlOz7c2Dyaftrqakc {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #eAxyTHF6pkEOReHR7T6V3gfpi5oulC4c {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #aoRoNzAXu3wS7EgbV68rlPdVlfhkyIu2 {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #ZfhTEiX23pKaMNN5l7ESvCFhHnSz2TrL {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #KMBFf9PC5JElIgfdSgffvwUPTd8TJoXp {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #DKb0AzOB0ni9MGEpiOdoSnIP4kLGW5EB {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #bqO7n6wQ3pdTqlIV3TAcCu3JDVHIWCOA {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #T2qScxSEczqsMhacx6c5U2TnrzG46hGo {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #CMvpHB4EoTHuhwiOd8bD19JEcFIlUETh {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #qh4sUXK7iidQrAHfnn8CO03HS1wkHEpc {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #SEsnRsxSGxDH0BBibTTTUdUEON9VQSiT {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #XTi7wyglunWa16KR7meN83GfcrEvNoLG {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #kZ8QA0MFAw8Nahh1DtOZ3lgmKZTT5FBL {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #ZNGkATo3RhTg71TkL7p6MOwBuTTqLxeT {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #K45wxN5XP5VDqVJvUSfho1svr3bEJdO4 {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #AsElTnPTEhaR0TylvkAsB7wT8S8PZFsS {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #q8qmDRA9tHxEyEJXesOfLw52h7qChD1Z {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #vDMu7w0caIcM8uyNONngEIRQrTyBSGLL {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #mxX40qHxTsEmhQLmVzKldGuzkZG8cHRa {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #ORmOwzxsGoBOELMxODaAf27WkhdCcNas {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #Gr0cUPpizGhNbD07XLDEJdTBp684mDZG {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #JQDm91ayLwfcM1qL8xiWeHSV1k0uRZPX {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #wkvzpSlf2JsJO8KaAtkpOSeJTfq0NXGr {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #G4U7dH8dPEPT4azufRu6JLSUwlUN9OKA {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #Jfa3uBvtwTJ1z3z9T9LV6Gx0wsUztc6L {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #PTBaRtlZeEXTMOgGACHtLiyuLiEIQtxm {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #mNZCTl7Tbw8PZy8wLWM0lF5t4lRGaxxC {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #bsNFn4B30GM982NEo7Cwe4igWt5Hpwy6 {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #eIXtvAPqZxCZ4h8UDsowTZEdBqkPBy5A {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #T4Q3SrZmKpzm7sTkzhOh8g0dQHroc0Tf {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #cfMaftr6sRl25kfBVFfZIJ3OS4dNR6sK {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #ivOTPCbaArsvk5d4KIvtPDF73f7baXfQ {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #gI9oIkRLckHhM9JEXq4n3y9JCavyt400 {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #cVO8WsCPavVsXspIQMl1hsuUxzwsgB8h {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #rx7EcL65GbBW8kWHkTotshi0CHRKE3Wm {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #NRFu2hbNc0nUOxVXDktovb1eCLLbU7e1 {  }
 }@media only screen and (max-width: 763px) { #pKwL0zzTFaicwMBMGKyXbTXA5OiTNTvn { width:31.125rem;height:1.625rem;top:48.0625rem;left:7.6944427490238rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXaauSszpq4nntQMK1hTSlIyekORX7D8 { display:block; }#TXaauSszpq4nntQMK1hTSlIyekORX7D8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuTlkuyvckLqQ99yHQI6EeNXMqTtNmTB { display:block; }#fuTlkuyvckLqQ99yHQI6EeNXMqTtNmTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hzpQ02D4QarKZJWcHamictZpCvS95OCS { width:47.75rem;height:1.625rem;top:8.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGuoT4DbBGH5NSHgonh2KCiTnUrrbUcw { width:47.75rem;height:;top:2.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdc8eQ3oBGtXytvXotO4NFM81xF2vklZ { width:21.875rem;height:3.875rem;top:11.8125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PebO73saXy5umAvTqlIsuzpnWdD3ocZX { display:block; }
 }@media only screen and (max-width: 763px) { #rSs1vkzMbBGEayEihyAwnHcd8gHRglSA { display:block; }#rSs1vkzMbBGEayEihyAwnHcd8gHRglSA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KSiHs9TvPIVLcyF305KF34CGrXUEXCwn { display:block; }#KSiHs9TvPIVLcyF305KF34CGrXUEXCwn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rr3cwWuusED1bmruQaE3iwMs8DcpHp7L { width:28.5625rem;height:8.4375rem;top:4.125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRt1s0tHgmFzXvCXOqBKEPZy0TeRzbL1 { width:27.9375rem;height:3.5625rem;top:14.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyn22BzpmmZyxZe28mRkcbAcleuC9Bkz { width:6.9375rem;height:2.25rem;top:9.75rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-regular-label { width:29.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-input-text { width:29.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-input-text {padding-top: 0; padding-bottom: 0;}#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-textarea { width:29.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-input-select { width:29.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-input-select {padding-top: 0; padding-bottom: 0;}#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-input-button { width:29.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-checkbox-label { width:28.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn  { width:29.5rem;height:auto;top:1.6875rem;left:15.75rem; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .radio-container { width:29.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn {display:block;}#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn { width:29.5rem;height:auto;top:1.6875rem;left:15.75rem; }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #ieAi43qD86eCrFDnV2c0XgtQCDeX0xLe {  }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #OmMWRv6A3p1WNn1Z3Zxh06GzoMPVzeVh {  }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #w7G0ZcpnTfNzbeThEAQCWgzQqQVGl1Ln {  }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #PAXFWlu5TtqSbfF3Muu4lyyE9aWmK7gh {  }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #PtspeAbEyAGU289Or6iiwwy2w4CTQyrG {  }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #Rc9NgOcUPQMf2n282hi1cxQn7WrEUu3n {  }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #AFrxgiv4CZutMbNuoFaesOZT4fbT2pLa {  }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #I7UzkcIECWCtPXIe8slWvwikpGvxTgfQ {  }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #s1go9PNnupm4nB4bV7wgnqKg5XeV2GOT {  }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #nRDZNzRpaKTA43MUIIdRdTUxXTaLkeVg {  }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #fWTuEV1VttBSuGsDXkw0LTCaUoUmHnOa {  }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #fUn6D0iLlfXo8tCINHKVWl6XAQMrDkTy {  }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #tUS3d4AxCo1XOXrWU34rn9SRs9E3RxuW {  }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #LovtfOirMDJkSy9v2Ts5O6Tpat0wcKSg {  }
 }@media only screen and (max-width: 763px) { #MaVnqOi0t9sXku8LwOGDVpl4HqfMhHTW { display:block; }#MaVnqOi0t9sXku8LwOGDVpl4HqfMhHTW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTL9k3EtVd1c2nJZpvHsGcMVJTJfORSu { top:0.6875rem;left:9.6247863769531rem;width:28.4375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c5e95f47-cb43-42e2-98c5-3834ee2acdb8/parislaranja.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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 { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SenLIDSXqsozoadw6BMW43BoUXgdarlM { width:20rem;height:2.30035rem;top:4.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6Zm2TXydwqqvikvqugXCyk3lrLsvFsC { width:20rem;height:3.0859375rem;top:11.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-family:catamaran;display:block; }
 }@media only screen and (max-width: 763px) { #xQBXaio8QbhisqNkNdSnCbxKhiRIHBUw { width:17.8125rem;height:5.9375rem;top:5.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTN5KrWVSSLZcTZ3GUMte0zR0T79VZUL { display:block; }#gTN5KrWVSSLZcTZ3GUMte0zR0T79VZUL > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QITGEOV3hosMo4dC6y6VBXnROaq1cwXt { display:block; }#QITGEOV3hosMo4dC6y6VBXnROaq1cwXt > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAITJCmA7VNcTKpFngeD3tqDZ5dQHQ9s { width:20rem;height:9.7439375rem;top:1.0937499701977rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QX8zvNuTWsi9BkFcs4VWWLJHVEZ0aT5X { width:14.436875rem;height:3.4375rem;top:11.873916625976rem;left:2.7810330986977rem;z-index:15020;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLKcO72lh52g7KKTHKvVcGO63Ud4Zndp { display:block; }
 }@media only screen and (max-width: 763px) { #nGwBTq38qgPra6RMCSa7dNrnTbaLP5Iw { display:block; }#nGwBTq38qgPra6RMCSa7dNrnTbaLP5Iw > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lm8oqJngvRH19oiRsRCKckr8tAfnQsQR { display:block; }#lm8oqJngvRH19oiRsRCKckr8tAfnQsQR { border-width: 0; border-radius: 0; }#lm8oqJngvRH19oiRsRCKckr8tAfnQsQR > .row .container { width:20rem;height:62.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cy3iEJDwTQl1gNNeIlKzFtVUsC2xWsLD { width:12.686625rem;height:1.21853125rem;top:0.60894203186035rem;left:7.3122838139531rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNP1msMzCKritEHJT9xWXS3OmEu0tJRz { width:20rem;height:4.375rem;top:3.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixi89bUbHZBTF92CPPlMFJdaVaBvZ5Rp { width:6.875rem;height:2.1875rem;top:0rem;left:4.8739150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCTtLmTVXHstxVzuDnwRUPXlmhuhkWuV { display:flex;width:1.43663125rem;height:1.43663125rem;top:9.1875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #NXz3DeL92TgJne3oyeTE69S8wobnIPSO { width:20rem;height:2.79948125rem;top:10.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2G27u6wDs62FN4uGwclR9NxduSHPBO8 { display:flex;width:1.43663125rem;height:1.43663125rem;top:12.875rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #s2JMH7PSDdFmGSaldnLWyktRdE6P3O0m { width:20rem;height:2.79948125rem;top:19.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcJmaidNEmaReGZxwDHb8qen6aydTGTh { width:20rem;height:2.79948125rem;top:27.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnGPk7d9DdpAcVMdtopH15uxP53q9aiV { display:flex;width:1.43663125rem;height:1.43663125rem;top:17.9375rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #wI32dtFt6D4VKeykqDuHvtPTEkITAqFU { width:20rem;height:1.3997375rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwF75DpBvUngQZgxkJ1QxqPDFinXG4hC { display:flex;width:1.43663125rem;height:1.43663125rem;top:22.25rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #e4qDgQcuELAaaFSTsFCMk6Rg7aM1Wtac { width:20rem;height:2.79948125rem;top:14.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9w1vDbIReBnp2AKLRdOe5yQ2bFPIE4X { display:flex;width:1.43663125rem;height:1.43663125rem;top:26.3125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #Gyk7L9zrlnh5GG9Ac3SxLmyrE9RlMJ8w { width:18.811875rem;height:4.0625rem;top:32.498918533325rem;left:0.59353297948838rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #Ayv6fHIoq9TM7rfKx8l693PCVJ2ugurO { display:block; }
 }@media only screen and (max-width: 763px) { #AMcew24886eDiK0gd1zCvdKw0eUtXAiJ { width:0.124783125rem;height:24.4998125rem;top:6.663414001465rem;left:19.874133408069rem;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MtBQfFavaepP6UsLrnz7aERVrm2IB6WX { width:20rem;height:3.99956875rem;top:40.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab4b1aPZgzSf07evtL9c6C0XZgktUbWB { display:flex;width:1.43663125rem;height:1.43663125rem;top:45.3125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #PuV7mVpLplEm5BrsiI2yHPVGSeoPWHgV { width:20rem;height:1.48654375rem;top:46.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHy2URkdToRvImG3kpLD9i2sTXrGILSB { display:flex;width:1.43663125rem;height:1.43663125rem;top:49.6875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #P9RvuIi8XOQGhh4W5UpuCARF5RpZGUN5 { width:20rem;height:2.79948125rem;top:51.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGuTM60o9oNT7Jn6DCRnUOcbbOyVSuaX { display:flex;width:1.43663125rem;height:1.43663125rem;top:54.8125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #qTKF02c20FW6UzkbftbN1SP3IEqCUhF1 { width:20rem;height:2.79948125rem;top:56.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWuxTWdyoDDmWqhcwOhEIZ4f0g0FudDV { width:20rem;height:22.1875rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtTnaZ7kENUvTfwN7793lNH57FA9ctoJ { display:block; }#TtTnaZ7kENUvTfwN7793lNH57FA9ctoJ > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElXT4bh2PgrurVfNr1rIduulfKBnIce9 { display:block; }#ElXT4bh2PgrurVfNr1rIduulfKBnIce9 { border-width: 0; border-radius: 0; }#ElXT4bh2PgrurVfNr1rIduulfKBnIce9 > .row .container { width:20rem;height:57.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ty7KJqnPhmp7WOAXR5PRJHmOU4NxqPAl { width:12.1875rem;height:1.21853125rem;top:0.76953125rem;left:7.7486985325813rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s375Bykq4JF46nT03lkTigihQ5y7CvO6 { width:6.875rem;height:2.1875rem;top:0rem;left:5.4040802121163rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTmhTtaCvNCTMqQRB6Tw8BL9T39PVWrK { width:20rem;height:2.79948125rem;top:41.249359130859rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJgLGtseJMqfsqmihLVoaBObvTLx09o6 { display:flex;width:1.4375rem;height:1.4375rem;top:39.811630249024rem;left:9.249132454395rem; }
 }@media only screen and (max-width: 763px) { #QO1a0qnXKys6T1MWs094vqZIOo8pRcp0 { width:20rem;height:2.79948125rem;top:35.812072753906rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdlCFd3FTMniE7cD70xoCeSB9GxUJ0DO { width:20rem;height:1.3997375rem;top:31.599830627441rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfJlqa0rIuJWz6OTIa4HLas5dJPW5xn8 { display:flex;width:1.4375rem;height:1.4375rem;top:30.163200378418rem;left:9.249132454395rem; }
 }@media only screen and (max-width: 763px) { #WBpuotve2gw0W5GUbaE8wmWuZkXxp66g { display:flex;width:1.4375rem;height:1.4375rem;top:34.374351501465rem;left:9.249132454395rem; }
 }@media only screen and (max-width: 763px) { #ET1Dy98ErSGkPbDq2Vhw2t0DIyOLKGSf { width:20rem;height:4.375rem;top:4.108512878418rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLoeA1XCMq2650LqlNeTGWFhPwNOeZvT { width:20rem;height:19.5963375rem;top:9.4839477539062rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuuUSReTmdy45mQMNJl0D5MFhmeL0n25 { display:flex;width:1.4375rem;height:1.4375rem;top:45.248916625976rem;left:9.249132454395rem; }
 }@media only screen and (max-width: 763px) { #E4bXn1DH8pHGk1Cpl8p7LalaWf3uJtfo { width:20rem;height:2.79948125rem;top:46.686630249024rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtpOuUFhFnPBSLeK4teS4oDwwqcOnQpP { width:20rem;height:2.79948125rem;top:52.123916625976rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5bFlGvdnacaphddRRNm6ISfwnefzTI4 { display:flex;width:1.4375rem;height:1.4375rem;top:50.68620300293rem;left:9.249132454395rem; }
 }@media only screen and (max-width: 763px) { #WRdQtngP8l2TosaeCX2QZLeubldDU7GW { display:block; }#WRdQtngP8l2TosaeCX2QZLeubldDU7GW > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PP1bBH6gsuMJmmLGocBgAgTJMJNJNaMe { display:block; }#PP1bBH6gsuMJmmLGocBgAgTJMJNJNaMe { border-width: 0; border-radius: 0; }#PP1bBH6gsuMJmmLGocBgAgTJMJNJNaMe > .row .container { width:20rem;height:88.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xV6hKvu7v5LJTVkqgPyPGXJ0oOOl1bTg { width:13.125rem;height:1.21853125rem;top:0.625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTQtxIJBJHRUAK33WaLCqv4dHLguEf40 { width:20rem;height:4.375rem;top:4.0462188720703rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcN8mQoFU3yNzClqJimJ4UDOMJzWTeFT { width:6.875rem;height:2.1875rem;top:0rem;left:4.8114150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kqkfp6QxQGnK8cJWSP1XWzQFOqrN4IhV { width:20rem;height:4.19921875rem;top:45.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFbCseCDw4JMofyXcS04um4saaCwIt11 { width:20rem;height:2.79948125rem;top:39.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD3GO7MsOPQTHEdEvPscnzbopdqxuLdV { width:20rem;height:2.79948125rem;top:34.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt655dq8rTrkx7N6kCQVG6emvTbAOfgp { width:20rem;height:2.79948125rem;top:28.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUR5sh6WiKASwe3BIMAghtEf22El5uNt { width:20rem;height:2.79948125rem;top:23.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9XOLOT3CcXyByy5ZWK23y6XJQGyJ192 { width:20rem;height:2.79948125rem;top:18.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Glwak4MQFtzmLUNHCRXPfLZOsyFyNtlv { width:20rem;height:4.19921875rem;top:11.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd8XUKZAyZ51kaRwPTbauGvTkTv5T7BF { display:flex;width:1.4375rem;height:1.4375rem;top:22.0625rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #TfDiPg3wXvrub9WlgeQd5X8JAMEsJwEL { display:flex;width:1.4375rem;height:1.4375rem;top:16.625rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #QKDiBTtd1KQFUfVMXOwEJ9qKmhGyNgwh { display:flex;width:1.4375rem;height:1.4375rem;top:38.375rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #Rl4VZQw9eu54K4EFk6c5F0MpPPB3RAuk { display:flex;width:1.4375rem;height:1.4375rem;top:32.9375rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #di4w6178SQhECssQ1iUyMVegCV4Ga3F2 { display:flex;width:1.4375rem;height:1.4375rem;top:27.5rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #is35SyeUfm5LW4GkXSubstzXsPnCe4K9 { display:flex;width:1.4375rem;height:1.4375rem;top:43.875rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #UV7VB1E1LQ2TSxtwskUMIPeL5ip0LKXG { display:flex;width:1.4375rem;height:1.4375rem;top:9.875rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #xZNrlKSRlD0OCem8e4Ayy7mLhicSTSOy { width:20rem;height:25.0824375rem;top:50.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3qgqtqr6TSFWsWZRyGr4pwiid2RtCP1 { width:18.9995625rem;height:4.0625rem;top:82.125rem;left:0.5rem;z-index:15020;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAWcDXdBlIp9w8mFwXhrl2KKV9OBW1n3 { display:block; }
 }@media only screen and (max-width: 763px) { #un3OlsmTXAqVwGKECCxeskefZax4sT5z { width:20rem;height:4.19921875rem;top:77.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sODyFqJJbTH5z2CEX5fPx8ZLmQ0mLVwT { display:block; }#sODyFqJJbTH5z2CEX5fPx8ZLmQ0mLVwT > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUvg38so86iTOobeI5o9ITUtwrSSyH2J { display:block; }#cUvg38so86iTOobeI5o9ITUtwrSSyH2J { border-width: 0; border-radius: 0; }#cUvg38so86iTOobeI5o9ITUtwrSSyH2J > .row .container { width:20rem;height:9.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZiQne8LTN2CqxVxVnQbT9zuLeVT1APS { width:20rem;height:2.79948125rem;top:5.7487030029297rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJDyIsvyxsGepGvGqJXf9TzKAPfvQ5gk { width:20rem;height:4.4987rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKadsAmmNwLacNSbxZqydEzQ7ScqJnMI { background-color:#ffffff;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; }#eKadsAmmNwLacNSbxZqydEzQ7ScqJnMI > .row .container { background-color: transparent; background-image: none; }#eKadsAmmNwLacNSbxZqydEzQ7ScqJnMI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKadsAmmNwLacNSbxZqydEzQ7ScqJnMI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKadsAmmNwLacNSbxZqydEzQ7ScqJnMI > .row .container > .video-iframe-container { display: none; }#eKadsAmmNwLacNSbxZqydEzQ7ScqJnMI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKadsAmmNwLacNSbxZqydEzQ7ScqJnMI > .row > .video-iframe-container { display: none; }#eKadsAmmNwLacNSbxZqydEzQ7ScqJnMI > .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); }#eKadsAmmNwLacNSbxZqydEzQ7ScqJnMI > .row .container { border-width: 0; border-radius: 0; }#eKadsAmmNwLacNSbxZqydEzQ7ScqJnMI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eKadsAmmNwLacNSbxZqydEzQ7ScqJnMI > .row .container { width:20rem;height:79.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sapVeM25T4NtQdg0JnV8ADteHFtGhGJO { width:20rem;height:2.59874375rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr1ODF50GMI47HexcyJqdtRbKR9FsEcp { width:13.6875rem;height:4.0625rem;top:19.0625rem;left:3.1875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #CyNrXicKk1EdigIBvw36IuexJp5gGZPG { display:block; }
 }@media only screen and (max-width: 763px) { #Wub8wXfR4KbTlWTMKbaknqae8mcHfxn3 { width:20rem;height:2.192925rem;top:14.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIbbUMVBncrGOP89JsM5O2Ws9NDInFes { width:19.125rem;height:2.59874375rem;top:28.5625rem;left:0.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3Nkm0bZS7v3xQJyusgnGolXU7rAR8W3 { width:20rem;height:2.192925rem;top:41.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcfQwsOc5kwGaAJMNbPVZpInV44xVPIW { width:13.6875rem;height:4.0625rem;top:46rem;left:3.1875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #tcT715LUBFwG91ZtLJApCOTqoicUVpRF { display:block; }
 }@media only screen and (max-width: 763px) { #KxKlNeCPeAXTvQ3V3IHPVAbI4HPauHTU { width:20rem;height:2.59874375rem;top:55.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK4EpDXoXCyUgHZNQPWwufV2xQoKkn7q { width:20rem;height:2.192925rem;top:68.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5WV5W96Lp1DpsryaeXcvBzEwx1XV3eb { width:13.6875rem;height:4.0625rem;top:73.4375rem;left:3.1875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #U6wpcBklF0uieDTTU3ohk0IK6cQARlin { display:block; }
 }@media only screen and (max-width: 763px) { #OupPH0X2SbTryBJCgJEvk6TpTFck6hwC { width:20rem;height:1.875rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTGPWKCalf87KgNvSS6yV1g7FHqag63x { width:19.4375rem;height:1.38020625rem;top:25.9375rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLuB9s2ieseoPQxtCTvwrOTDApN0WEID { width:20rem;height:2.43706875rem;top:9rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvbrdhCCAUXSku74um0CAq0qydLebzyl { width:20rem;height:2.3556875rem;top:7.1875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl9irCR2lTk9iXRW9WaBU6uTNDbEL7uw { width:20rem;height:1.9487875rem;top:13.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTfxDH5tiNVM7s4sCWRa8WbRXxBQHHE2 { width:20rem;height:2.3556875rem;top:34.125rem;left:0rem;font-size:1.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EhP9yRcRLOOvLMO1espla7ZkAKKEz0Vh { width:20rem;height:2.43706875rem;top:36.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zzRrqFh886DKZPgQkrD1txx6qyCybLzW { width:20rem;height:1.9487875rem;top:40.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK9XbSkgi3SUEM1irUZJLrVSixEq8TQo { width:20rem;height:2.3556875rem;top:61.6875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFaN1lMVXkkW3eRlJfvTzUHHeJTMQXkR { width:20rem;height:2.43706875rem;top:63.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVHsEXZvotEKueKd6zqhvocURC8m3HBz { width:20rem;height:1.9487875rem;top:67.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvI5TRSbwza1rrLnJLW2TpB957g7OUAE { width:8.0625rem;height:0.0625rem;top:12.375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #gteUzuaUM0BHVk9rRspaK4eNhiuolecQ { width:8.0625rem;height:0.0625rem;top:39.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRh1XcS5J4TRAwcVhGOJF3U9dPoJCZRt { width:8.0625rem;height:0.0625rem;top:66.5rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7qMll9Ez0dJBi0TbVgv31Qyk5A7zVsu { width:20rem;height:24.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ4RT2BfM8CBKCODe49ebQdWFMWnEA6q { width:20rem;height:24.75rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFTgfqhvlA4hqOD0mV2iksJCEMFfAXlV { width:20rem;height:24.75rem;top:54.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvrFES0vuJlLPPdV8Cc1zHKX0aLmN1i6 { width:20rem;height:1.875rem;top:52.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReMyfTQIwdz587ryWnGZzmZBpqvp5DwS { width:20rem;height:1.21853125rem;top:53.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECSbpT2CZgLvWzUho3S2JSnZqTcmQXw9 { display:block; }#ECSbpT2CZgLvWzUho3S2JSnZqTcmQXw9 { border-width: 0; border-radius: 0; }#ECSbpT2CZgLvWzUho3S2JSnZqTcmQXw9 > .row .container { width:20rem;height:5.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGcQuLJwdTo8L4UqZ7X3AL74dQiXn8iy { width:20rem;height:4.19921875rem;top:0.74871826171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnksJbxOHa5i8cD8m1lUn05EFkvIvX1S { display:block; }#GnksJbxOHa5i8cD8m1lUn05EFkvIvX1S > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IeaD4Cq7Rkw9R9wE5U7zpzKz8aXfcmdh { display:block; }#IeaD4Cq7Rkw9R9wE5U7zpzKz8aXfcmdh > .row .container { width:20rem;height:118.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qtb0RpGsIvOgVPNun2kBPPQoE02e8p47 { width:20rem;height:6.5625rem;top:3.9279479980469rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGMS7O1zaFyJxEkgciJAJUadbJc5ivL5 { width:19rem;height:31.75rem;top:11.873901367188rem;left:0.49913197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxrWMe4t5gwTn9A49FTl7NiTUANkvtTH { width:15.7495rem;height:17.9948125rem;top:24.998916625976rem;left:2.1245661377907rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8JEZpzlQXXFVLb4WuohM1BsvDnblXuB { width:16.875rem;height:1.600475rem;top:23.436416625976rem;left:1.6872830986977rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReQzSzWGAlBbcohN2H7NZAKmkMHNWBX6 { width:19rem;height:30.125rem;top:44.686416625976rem;left:0.49913197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #lApPqDWsABqU3mz3DSIJ2uTvuLqgFzdX { width:16.875rem;height:1.600475rem;top:56.187057495118rem;left:1.5625000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfaVQv2arzDL6FTPtV5HThGqTV3JRTbq { width:15.7495rem;height:16.49525rem;top:57.811416625976rem;left:2.1245661377907rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4ASL8ZIvxwIWEkAym7goBDBwRRTTzpk { width:19rem;height:30.1875rem;top:76.187057495119rem;left:0.49913197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwX3KMtZsy0ZRACiJw1J1NOvGnJrHTxm { width:16.875rem;height:1.600475rem;top:87.624771118162rem;left:2.3122830986977rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #moJVrHWDWvBg1WGudPXcO1fPbPyIqtl2 { width:15.7495rem;height:16.49525rem;top:89.249130249025rem;left:2.1245661377907rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI5sE8GgsyJH94g5m9lgv4KR56PuZFXl { width:12.875rem;height:1.21853125rem;top:0.62281799316406rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUoMo8timaG8bIFsRTCA7TVl3ikuZmGk { width:6.875rem;height:2.1875rem;top:0rem;left:5.5618494153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #i87E7b0FpnRFCZ1C3CnCKaAiwmAZgeVb { width:10.875rem;height:10.875rem;top:12.186401367188rem;left:4.4997833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUtzzo92192m9hQwVWwX8PBbVuf8ahcQ { width:10rem;height:10rem;top:12.937271118164rem;left:5.2495663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfk7rvVrrClJznWrCklusfRfHzkskTn7 { width:10.5rem;height:10.5rem;top:11.873901367188rem;left:5.0000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTsy4TSUvdyKGJq9EonbihpEMJ4LDqJy { width:10rem;height:10rem;top:45.623916625976rem;left:5.2495663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFPcRiCVNcFJtZCXBqDsshNtE2KQKkyL { width:10.875rem;height:10.875rem;top:44.874130249024rem;left:4.4997833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8oV2wxwGozt8U8VT6ybLXS0l2fWe8fB { width:10.5rem;height:10.5rem;top:44.561630249024rem;left:5.0000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgvwO4n7HsLOzboiSOyp1d0lUpiHpqqT { width:10rem;height:10rem;top:77.186416625975rem;left:5.2495663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfGPI8GPmlEeydaKoxztuR0UlRShyIvm { width:10.875rem;height:10.875rem;top:76.436630249025rem;left:4.4997833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSKFuU587HTMhN2XEv9hbKsvoOPPo7vv { width:10.5rem;height:10.5rem;top:76.124130249025rem;left:5.0000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiCtrmTsBHEOiT7eO7TDLGyRJAPV1rBX { width:17.6875rem;height:4.0625rem;top:112.17121887207rem;left:1.1241319775581rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #NBlPtsAygIFfcgEF4elL8FhTZpoNmXSM { display:block; }
 }@media only screen and (max-width: 763px) { #qQ8gUBcyZZXT8FNeqU3MC3tDcluG6C11 { width:20rem;height:3.2986125rem;top:107.62260437012rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOLCVa0m8TT9q04zmZs0A54SDmt2NwGK { display:block; }#MOLCVa0m8TT9q04zmZs0A54SDmt2NwGK > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlTOUsERMulnppO47m0SGJ7moTWIxzWc { display:block; }#tlTOUsERMulnppO47m0SGJ7moTWIxzWc > .row .container { width:20rem;height:238.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7QKoq5d1DuDCpmkpB07qXngBZvQ0aOK { width:20rem;height:6.5625rem;top:4.3717451095581rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsHTwIkK2Z7FnoVTyz3UVAdOxIxwUXFJ { width:6.875rem;height:2.1875rem;top:0.04901123046875rem;left:5.7489154934883rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3Vhk8wd8H5qxSnUUR9dTpoSR1vPwUOD { width:12.9375rem;height:1.21853125rem;top:0.68643188476562rem;left:7.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLVscaH8igBvFXUOyUfoZ5Pg3M9SNMtt { width:12.625rem;height:12.625rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #adif2uv37PrRS0D0BQcUt6eQThci46tZ { width:11.1875rem;height:11.1875rem;top:14.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmMcTFMBsXexhF01CTgqrbWxZAXkJ7zW { width:11rem;height:11rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGgbALazgWI4wEOMx8XiODN67kwouMTC { display:flex;width:1.875rem;height:1.875rem;top:25.9375rem;left:8rem; }
#TGgbALazgWI4wEOMx8XiODN67kwouMTC > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #bD2AOTH7sfInunMsgg1JGv9RFOn6fHLl { width:20rem;height:1.462675rem;top:26.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:rgba(40,40,40,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #oNLyZ4gQX0L18NR2i3sT2cl9MS1gMfiG { width:3.125rem;height:0.12473375rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie5ewRwf58ikrvLTJXrJOvDvDcoTJCKF { width:20rem;height:11.69925rem;top:27.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:rgba(40,40,40,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #xt3my6WPXvgb0IiWaPwIictXXXkMIHPT { width:20rem;height:9.099375rem;top:84.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #erDWQmsIdUHqPa24fkk00yDdBWbZHKJf { display:flex;width:1.875rem;height:1.875rem;top:82.75rem;left:8rem; }
#erDWQmsIdUHqPa24fkk00yDdBWbZHKJf > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #DUXVaENURJXWZ3fHGmRkNUWSkLpVbwQc { width:20rem;height:1.462675rem;top:83.0625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pUTTVycrTgViFHaDzlMTTK86pVxp8cF1 { width:3.125rem;height:0.12473375rem;top:82.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFlBxLVunvw0QbtMlJHA3qdN8Dg5U0NC { width:12.625rem;height:12.625rem;top:95.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTtePyBHIHpg5R9LNnuQmcVtV7xEcTeh { width:11.1875rem;height:11.1875rem;top:96.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzVNUTPHMytA6dFE3sWleIoEMnNnV9XL { width:11.1875rem;height:12.5rem;top:94.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF11m2Pbe8VsZcpsDPm4OeqI25TPX39y { width:20rem;height:11.69925rem;top:110.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eyn1GTSc2mwQCXUeHdqxAEwv24rf8rvz { width:20rem;height:1.462675rem;top:109.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CR3B1aRTsIeiysPSCZIUSpxcuHSfQDvC { width:3.125rem;height:0.12473375rem;top:109rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaov0tCo614XFFnXIiXvKOEsCpisr7II { display:flex;width:1.875rem;height:1.875rem;top:108.6875rem;left:8rem; }
#vaov0tCo614XFFnXIiXvKOEsCpisr7II > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #xhCI9gnBvKqUKWCns6GNzSEtA6kF69ys { width:12.625rem;height:12.625rem;top:70.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7903eNNEiPAVEhlcEpmNHtbbflfkRKH { width:11.1875rem;height:11.1875rem;top:71.0625rem;left:1.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pxuR64i69VLULDuKTGdLU7XS5Ge2QNEk { width:11.1875rem;height:11.1875rem;top:69.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3UCauxT8Fzg03KmKMkxC8sNo2tlTa4g { width:20rem;height:11.69925rem;top:56.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FnP2cMhE6h1MB1mTMBWABWXhqxnma430 { width:20rem;height:1.462675rem;top:54.9375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dFfzSMp1GfMqThupKQ69wsaVFwBsZUKJ { width:3.125rem;height:0.12473375rem;top:54.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLcbTfXGCesIEaUzAe7JT2dO3Q10rs68 { width:20rem;height:11.69925rem;top:138.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lDdyKfaHE8uNMEUTIhaCFbghZL0t9nrw { display:flex;width:1.875rem;height:1.875rem;top:136.3125rem;left:8rem; }
#lDdyKfaHE8uNMEUTIhaCFbghZL0t9nrw > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #LMWGkKdUl59L9nA73BawBgo0zivHsrgu { width:20rem;height:1.462675rem;top:136.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aQd4ex2xV1fyI4mplMrrf60xtArlUhSr { width:12.625rem;height:12.625rem;top:124rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDQQAI59LVwDrXMQWBM7W55gNVOcpXoh { width:11.1875rem;height:11.1875rem;top:124.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #prITpH9oPzFQQpb0zw3OmOgrelfsoRn1 { width:11.1875rem;height:11.1875rem;top:123.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXT8eLtQm22fdqAg6MuxKdvtTUPJmtr5 { width:3.125rem;height:0.12473375rem;top:136.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbzvF6uECGHFNXFRuQWJqb2JNJIuonTa { width:20rem;height:11.69925rem;top:166.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CI0NGK7NN237r00welkxIJiNbwv7hSx8 { width:20rem;height:1.462675rem;top:165rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fDia0LaUWhh3ORizvFTf6FCoxDc666sX { display:flex;width:1.875rem;height:1.875rem;top:164.6875rem;left:8rem; }
#fDia0LaUWhh3ORizvFTf6FCoxDc666sX > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Kyb0bPcKmtHnREC0F5yFlkrP82xTdHOr { width:12.625rem;height:12.625rem;top:151.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QorpkxeafKtTcGb0rDsQxZwZ5RQbv7y3 { width:11.1875rem;height:11.1875rem;top:152.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKk2BgAkTKBiJbT7XZBQ9F1RTT9JqXiZ { width:11.1875rem;height:11.1875rem;top:150.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4bu90v4mFuomGlKFK2rkKWqHOP3osbE { width:3.125rem;height:0.12473375rem;top:164.875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZVxTTJ6XnxmfVNuFb2Rttlq8OZ3qQwT { display:flex;width:1.875rem;height:1.875rem;top:54.5625rem;left:8rem; }
#cZVxTTJ6XnxmfVNuFb2Rttlq8OZ3qQwT > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #hHz2F3bsg6d5rHWiXfVrCbNLznzPyyTb { width:12.625rem;height:12.625rem;top:180.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUkg3ODLpa8kcLhQeN6HmQ562ZgnfP8K { width:11.1875rem;height:11.1875rem;top:181.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS20Ktc9oPcpzcVZzQy2wufSLXTgDaDq { width:11.1875rem;height:11.1875rem;top:179.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxPdOMH6ehKtILnWPVDEKnHRFB3tSKP3 { width:20rem;height:10.3993125rem;top:194.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vu2yd78NHK2LDtpBzuTAqm13nwOE65Ao { width:20rem;height:1.462675rem;top:193.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VqE59PTKLZHZy4WplNhF8u7kozg3IzqR { display:flex;width:1.875rem;height:1.875rem;top:192.875rem;left:8rem; }
#VqE59PTKLZHZy4WplNhF8u7kozg3IzqR > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #JC1JfDglOodhWfQe0BROLBVoI7cXq5bn { width:3.125rem;height:0.12473375rem;top:192.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh9LzrJ5P721svru9bOHivTAxVGVQW8Q { width:12.625rem;height:12.625rem;top:41.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtuCnKHnmWksrOsEzpRbEdrkZExc1WlB { width:11.1875rem;height:11.1875rem;top:42.375rem;left:1.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wcm5ZnsQ4mi6xGsfdCvBMSO14pETdWvM { width:11rem;height:11rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2FXA2fr5v2KkW0aVv4Fr7qP6GzSvC6D { width:20rem;height:10.3993125rem;top:226.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W4wPvmVCLoDLO913Ix94gPFnpk35bzk4 { width:13.75rem;height:13.75rem;top:207.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5L4BdWvDVoPIT7qs7pQJFTBeD5CW3xC { width:12.3125rem;height:12.3125rem;top:208.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #acN2foTkF8N4HBxqDhlLwzFttuNy3TfT { width:12.5rem;height:12.5rem;top:206.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkqKROoGeZa4UnXQlvndlFH1kAMp3G6s { width:20rem;height:1.462675rem;top:223.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FLkvEp6dpn99xMzF4enw9DEp0VvS0TkN { display:flex;width:1.875rem;height:1.875rem;top:223.4375rem;left:8.25rem; }
#FLkvEp6dpn99xMzF4enw9DEp0VvS0TkN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #n4LE6yKJpXQshRd9I0SOSHSDzhKgs3X6 { width:3.125rem;height:0.0625rem;top:223.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPWuMJJFhNOkz5El78FwIdR3T3LsNO0e { display:block; }#IPWuMJJFhNOkz5El78FwIdR3T3LsNO0e > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVtcn5bozeAasun8rXAGRVTr86DUbRi0 { display:block; }#cVtcn5bozeAasun8rXAGRVTr86DUbRi0 { border-width: 0; border-radius: 0; }#cVtcn5bozeAasun8rXAGRVTr86DUbRi0 > .row .container { width:20rem;height:22.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfs1nl14IashuoZ6xo2A1cnhHmU3SirE { width:20rem;height:8.919275rem;top:6.9476852416994rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfH2CBT3AX8Na3NhlIAKuNLukyFdh3UG { width:17.686625rem;height:4.0625rem;top:16.789279937744rem;left:1.1555990576744rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #Vsf6eKyLmuMERLZ3myZSmCOTMqRTlPWC { display:block; }
 }@media only screen and (max-width: 763px) { #QmJzgvzE7M4zsHlmtexlOxMwl4Ivd90g { width:20rem;height:5.17578125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ezp2dsxzmSpdetSTuQSRhqrHh8zmWiwc { display:block; }#Ezp2dsxzmSpdetSTuQSRhqrHh8zmWiwc > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfTM1humKtRavk4uWO6Z088gIdrRfJDg { display:block; }#BfTM1humKtRavk4uWO6Z088gIdrRfJDg > .row .container { width:20rem;height:75.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tpqd4KVfRBIwPW0uwHVN6gG9XgK3ZiJp { width:20rem;height:4.375rem;top:1.1709871292114rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8TeiorxxgipSSrU3gbkSK4qwwLLHuo8 { width:20rem;height:12.00520625rem;top:6.7888841629031rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bttEwTdMK0WdT0ik1xq4aanEUzQVvk9t { width:20rem;height:3.93555rem;top:51.434465408325rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtJwehd58f867Q7mftN7coGQGUInb0zu { display:flex;width:1.43663125rem;height:1.43663125rem;top:50.068361282349rem;left:9.2816842198375rem; }
 }@media only screen and (max-width: 763px) { #TOTlQlPTt0X3iOWwrdRpaNFqm0AUg331 { width:20rem;height:3.50043125rem;top:44.812282562256rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #snrEhpMsa7X79RLM3PPqLxWKN4DR2aw2 { width:20rem;height:3.93555rem;top:57.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giUm1E6kNkTJCt80DLW9PGQyqFusMWaZ { display:flex;width:1.43663125rem;height:1.43663125rem;top:56.5rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #CIM4R1eTyth3N9uyRuiJ6zm3c7eVB8WD { width:20rem;height:3.93555rem;top:64.371747970581rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGFZ3lpBD22gQVPHwAsmg5hc4WZJCQOq { display:flex;width:1.43663125rem;height:1.43663125rem;top:62.936201095581rem;left:9.2816842198375rem; }
 }@media only screen and (max-width: 763px) { #y1Dqd7S98naeXTORRQ5JeJMQITirJ4RH { width:6.8120625rem;height:2.24935rem;top:3.4283866882324rem;left:10.692491829395rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxu1zQGcBQrEctuCse2VmAiB6qlNcz5f { width:6.875rem;height:2.22873125rem;top:46.277347505093rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8npN1H0J0uKPvWlfb2U49z4X8rwR19m { width:20rem;height:24.874125rem;top:19.507377624512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvlToB84KGR7loJ2mMFFnsCo9OeMgf5x { width:18.9985rem;height:4.0625rem;top:69.99240112305rem;left:0.50021702051162rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #eLMUpQseh2GHehovpTa6JeXeu85msvFP { display:block; }
 }@media only screen and (max-width: 763px) { #G8nyKSTQ1DuU3UEerlDDX8DFGou8meoZ { display:block; }#G8nyKSTQ1DuU3UEerlDDX8DFGou8meoZ > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4CulPIxKUQVIzumVCxCFGvgGggP8HkT { display:block; }#S4CulPIxKUQVIzumVCxCFGvgGggP8HkT > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f287BGHDWICNwXeTRmJ2aFQwuhG0Ss6T { width:20rem;height:6.5625rem;top:2.7473959922791rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty1HtZDy7KFATwXsSFQdS0BBKkoTwn5D { width:6.875rem;height:2.22765rem;top:0rem;left:13.123915970326rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU .accordion-heading-text { font-size:0.9375rem;height:auto; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU { display:flex;height:auto;width:17.5rem;top:10.722690582276rem;left:0rem; }
#nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #nlcN8xIZDK9JNvxhZTy9wbETEpK20T18 {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #fHJzOqhLEoCkefxralL4Fi5vlokv4Xlb {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #SkbyxFRtS35sWirTV5nJubD9BTh1vsUJ {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #FWC79xb52EPA3AuTPmBizEfSIN4XoZSf {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #KszMeiA99Tvl8BXTrew4rmCzVZ9RUz79 {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #LaQ8tX2Py4kScd517IJgE3ZMbQlMNvZk {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #o6bDlHCq6UoQeSxpbFvbtbcJpHp7Hdyi {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #hfTNlvKudI33qgaDmEpWFNUSQmK6b19N {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #P8BbS1780WyAg7InvFm7DGaROG4aQF1v {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #WUiJiu6g858GJCpHlOz7c2Dyaftrqakc {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #eAxyTHF6pkEOReHR7T6V3gfpi5oulC4c {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #aoRoNzAXu3wS7EgbV68rlPdVlfhkyIu2 {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #ZfhTEiX23pKaMNN5l7ESvCFhHnSz2TrL {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #KMBFf9PC5JElIgfdSgffvwUPTd8TJoXp {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #DKb0AzOB0ni9MGEpiOdoSnIP4kLGW5EB {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #bqO7n6wQ3pdTqlIV3TAcCu3JDVHIWCOA {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #T2qScxSEczqsMhacx6c5U2TnrzG46hGo {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #CMvpHB4EoTHuhwiOd8bD19JEcFIlUETh {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #qh4sUXK7iidQrAHfnn8CO03HS1wkHEpc {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #SEsnRsxSGxDH0BBibTTTUdUEON9VQSiT {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #XTi7wyglunWa16KR7meN83GfcrEvNoLG {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #kZ8QA0MFAw8Nahh1DtOZ3lgmKZTT5FBL {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #ZNGkATo3RhTg71TkL7p6MOwBuTTqLxeT {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #K45wxN5XP5VDqVJvUSfho1svr3bEJdO4 {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #AsElTnPTEhaR0TylvkAsB7wT8S8PZFsS {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #q8qmDRA9tHxEyEJXesOfLw52h7qChD1Z {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #vDMu7w0caIcM8uyNONngEIRQrTyBSGLL {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #mxX40qHxTsEmhQLmVzKldGuzkZG8cHRa {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #ORmOwzxsGoBOELMxODaAf27WkhdCcNas {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #Gr0cUPpizGhNbD07XLDEJdTBp684mDZG {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #JQDm91ayLwfcM1qL8xiWeHSV1k0uRZPX {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #wkvzpSlf2JsJO8KaAtkpOSeJTfq0NXGr {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #G4U7dH8dPEPT4azufRu6JLSUwlUN9OKA {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #Jfa3uBvtwTJ1z3z9T9LV6Gx0wsUztc6L {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #PTBaRtlZeEXTMOgGACHtLiyuLiEIQtxm {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #mNZCTl7Tbw8PZy8wLWM0lF5t4lRGaxxC {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #bsNFn4B30GM982NEo7Cwe4igWt5Hpwy6 {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #eIXtvAPqZxCZ4h8UDsowTZEdBqkPBy5A {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #T4Q3SrZmKpzm7sTkzhOh8g0dQHroc0Tf {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #cfMaftr6sRl25kfBVFfZIJ3OS4dNR6sK {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #ivOTPCbaArsvk5d4KIvtPDF73f7baXfQ {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #gI9oIkRLckHhM9JEXq4n3y9JCavyt400 {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #cVO8WsCPavVsXspIQMl1hsuUxzwsgB8h {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #rx7EcL65GbBW8kWHkTotshi0CHRKE3Wm {  }
 }@media only screen and (max-width: 763px) { #nPnhx1ZJxe40Gt90siihMweZgAQl2ZMU #NRFu2hbNc0nUOxVXDktovb1eCLLbU7e1 {  }
 }@media only screen and (max-width: 763px) { #pKwL0zzTFaicwMBMGKyXbTXA5OiTNTvn { width:20rem;height:2.9730875rem;top:54.408612966537rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXaauSszpq4nntQMK1hTSlIyekORX7D8 { display:block; }#TXaauSszpq4nntQMK1hTSlIyekORX7D8 > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuTlkuyvckLqQ99yHQI6EeNXMqTtNmTB { display:block; }#fuTlkuyvckLqQ99yHQI6EeNXMqTtNmTB { border-width: 0; border-radius: 0; }#fuTlkuyvckLqQ99yHQI6EeNXMqTtNmTB > .row .container { width:20rem;height:19.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hzpQ02D4QarKZJWcHamictZpCvS95OCS { width:20rem;height:4.4596375rem;top:8.7152786254881rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGuoT4DbBGH5NSHgonh2KCiTnUrrbUcw { width:20rem;height:6.9010625rem;top:0.99609351158144rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdc8eQ3oBGtXytvXotO4NFM81xF2vklZ { width:16.6221875rem;height:3.31055rem;top:14.185113668442rem;left:1.6883681416511rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PebO73saXy5umAvTqlIsuzpnWdD3ocZX { display:block; }
 }@media only screen and (max-width: 763px) { #rSs1vkzMbBGEayEihyAwnHcd8gHRglSA { display:block; }#rSs1vkzMbBGEayEihyAwnHcd8gHRglSA > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KSiHs9TvPIVLcyF305KF34CGrXUEXCwn { display:block; }#KSiHs9TvPIVLcyF305KF34CGrXUEXCwn > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rr3cwWuusED1bmruQaE3iwMs8DcpHp7L { width:20rem;height:5.99935rem;top:2.2482624053955rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRt1s0tHgmFzXvCXOqBKEPZy0TeRzbL1 { width:20rem;height:4.50195rem;top:8.9366645812987rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyn22BzpmmZyxZe28mRkcbAcleuC9Bkz { width:6.936875rem;height:2.24935rem;top:0rem;left:13.062066376209rem;display:block; }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-input-text {padding-top: 0; padding-bottom: 0;}#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-input-select {padding-top: 0; padding-bottom: 0;}#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn [class*="-text"]:-moz-placeholder { color:#4f4f4f; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn [class*="-text"]::-moz-placeholder { color:#4f4f4f; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn [class*="-text"]:-ms-input-placeholder { color:#4f4f4f; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn [class*="-text"]::-webkit-input-placeholder { color:#4f4f4f; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn  { width:17.5rem;height:auto;top:14.312072753906rem;left:0rem; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn {display:block;}#txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn { width:17.5rem;height:auto;top:14.312072753906rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #ieAi43qD86eCrFDnV2c0XgtQCDeX0xLe {  }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #OmMWRv6A3p1WNn1Z3Zxh06GzoMPVzeVh {  }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #w7G0ZcpnTfNzbeThEAQCWgzQqQVGl1Ln {  }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #PAXFWlu5TtqSbfF3Muu4lyyE9aWmK7gh {  }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #PtspeAbEyAGU289Or6iiwwy2w4CTQyrG {  }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #Rc9NgOcUPQMf2n282hi1cxQn7WrEUu3n {  }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #AFrxgiv4CZutMbNuoFaesOZT4fbT2pLa {  }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #I7UzkcIECWCtPXIe8slWvwikpGvxTgfQ {  }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #s1go9PNnupm4nB4bV7wgnqKg5XeV2GOT {  }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #nRDZNzRpaKTA43MUIIdRdTUxXTaLkeVg {  }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #fWTuEV1VttBSuGsDXkw0LTCaUoUmHnOa {  }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #fUn6D0iLlfXo8tCINHKVWl6XAQMrDkTy {  }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #tUS3d4AxCo1XOXrWU34rn9SRs9E3RxuW {  }
 }@media only screen and (max-width: 763px) { #txEwtbrQ8RHukpd9PnB1PED4qyTDFPSn #LovtfOirMDJkSy9v2Ts5O6Tpat0wcKSg {  }
 }@media only screen and (max-width: 763px) { #MaVnqOi0t9sXku8LwOGDVpl4HqfMhHTW { display:block; }#MaVnqOi0t9sXku8LwOGDVpl4HqfMhHTW > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTL9k3EtVd1c2nJZpvHsGcMVJTJfORSu { width:20rem;height:0.9746125rem;top:0.625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }