.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:233,245,237;--color-primary-1:190,224,202;--color-primary-2:146,203,167;--color-primary-3:52,145,93;--color-primary-4:29,41,33;--color-secondary-0:239,225,229;--color-secondary-1:200,154,169;--color-secondary-2:145,52,83;--color-secondary-3:73,26,42;--color-secondary-4:22,8,12;--color-tertiary-0:221,224,226;--color-tertiary-1:143,153,157;--color-tertiary-2:31,51,59;--color-tertiary-3:16,26,30;--color-tertiary-4:5,8,9;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#L9KVTEUHT4eu5D0xFQy0QaQF0ysJkIW1 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:1.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iihRUr4R5xCE632lz47GRS8Ax3CmIw5i { position:absolute;display:block;z-index:15000;height:3.5rem;width:6.25rem;top:0rem;left:67.6875rem;display:block; }
#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd { background-color:rgba(var(--color-primary-2),0.94);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { background-color: transparent; background-image: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container > .video-iframe-container { display: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container { display: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .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); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { border-width: 0; border-radius: 0; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#vWGVSWcq2M0mCR9pJZEVlRxK2yJk6g1Z { position:absolute;display:block;z-index:14988;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-left-radius:287.5rem;border-top-right-radius:287.5rem;border-bottom-left-radius:287.5rem;border-bottom-right-radius:287.5rem;box-shadow: none;height:26.5625rem;width:26.5625rem;top:4rem;left:48.4375rem;display:block; }
#JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5 { position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:10.5rem;width:7.1875rem;top:5.9375rem;left:49.375rem;display:block; }#JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5.adaptive-delivery-prevent-bg, #JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5.lazyload, #JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5.lazyloading { background-image: none; }
#kMsGbE1ElZpi1qkuNJkkEL6gh2vrTAu7 { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:14.1875rem;width:7.1875rem;top:13.5625rem;left:67.3125rem;display:block; }#kMsGbE1ElZpi1qkuNJkkEL6gh2vrTAu7.adaptive-delivery-prevent-bg, #kMsGbE1ElZpi1qkuNJkkEL6gh2vrTAu7.lazyload, #kMsGbE1ElZpi1qkuNJkkEL6gh2vrTAu7.lazyloading { background-image: none; }
#XaZgh5Tha8Xg7th5Zp7AE8tVrw20TnBc { background-color:#913453;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.3125rem;height:4.25rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:23.9375rem;left:0rem;display:block; }
#hrcnk9Uze18H5RLGnD1w5ZlpB9TBp6wI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GNzoWTDgGUw8NuMMToQ1vUPAt2R9ne2T { color:rgba(var(--color-tertiary-4),0.8);display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:29.125rem;left:0rem;height:1.375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VsyCcvXws43V9oDd6asZeFs3WgWS9ggU { color:#000000;display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:16.375rem;left:0.875rem;height:4.6875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#prpbJzvt1xGN28mpWuqtIrW3AHWadBS1 { color:#913453;display:block;width:48.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:10.6875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PdDpixniAR8R46RhoGZQchQZxBfEdbJ3 { box-sizing:content-box;height:6.0625rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:#34915d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.5rem;left:0rem;display:block; }
#iHWBHnLa8N9VimabTtSzAtbHC3RD4Swv { position:absolute;display:block;z-index:15019;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:15.75rem;width:27.625rem;top:9.4375rem;left:47.375rem;overflow:hidden;display:block; }
#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { position:relative;display:block; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { background-color: transparent; background-image: none; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container > .video-iframe-container { display: none; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row > .video-iframe-container { display: none; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .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); }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { border-width: 0; border-radius: 0; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:58rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bk3dQTp3BFfkzOu9cfu8Nvh0sAmGa1cc { color:rgba(var(--color-primary-3),1);display:block;width:50.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:3.875rem;left:12.25rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DsU5eT3bESnA9K3wlOeBbeGEGAPQ59mw { color:#000000;display:block;width:62.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:9.125rem;left:5.3125rem;height:16rem;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; }
#POT12lACD37g9zDP95m71CEwnQdxWb99 { color:#000000;display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:26.75rem;left:5.3125rem;height:2rem;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; }
#V6QL5vRgMa3UIre01vhzMndhdovNoss2 { color:#000000;display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:2.3;letter-spacing:0;top:36.6875rem;left:5.3125rem;height:5.125rem;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; }
#qwviKcMJNrGnLStzLSomw1XDW0oceHuL { color:rgba(var(--color-primary-3),1);display:block;width:64.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:42.5rem;left:5.3125rem;height:2.0625rem;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; }
#kQmD2Wg8EcOBd4LbBBTulrtqQo7SyBrV { color:#000000;display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:46.4375rem;left:5.3125rem;height:6.25rem;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; }
#IlfSBnSZ5N08xhKif7BKIW423DqHWIh9 { color:#000000;display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:29.25rem;left:5.3125rem;height:5.3125rem;text-align:left;text-align-last:left;display:block; }#IlfSBnSZ5N08xhKif7BKIW423DqHWIh9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IlfSBnSZ5N08xhKif7BKIW423DqHWIh9 li:before{  }
#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { background-color: transparent; background-image: none; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container > .video-iframe-container { display: none; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row > .video-iframe-container { display: none; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .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); }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { border-width: 0; border-radius: 0; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#aimTdkWgaMZGXTXmqevhUvIzU4ET1vN5 { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container { background-color: transparent; background-image: none; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container > .video-iframe-container { display: none; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row > .video-iframe-container { display: none; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .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); }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container { border-width: 0; border-radius: 0; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#vL7DIcTn4MvddD4FUD0Tw8JMMfcbcupy { color:rgba(var(--color-tertiary-2),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:5.5rem;left:0.0625rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#EEUUmPrWPt3dcmVQF61DVGliKECbhJzd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0.375rem;left:50rem; }
#a8pyhQuX94aT5T66mJq1SrSgearPBQh8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0.5625rem;left:25rem; }
#BgsnDuTZThvq1W8n38zBcxdPGm2ZoKTP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.5625rem;left:0.0625rem; }
#PN94vTJu08JlwfNw5gaIUyT9TObNlwki { position:absolute;display:block;z-index:15017;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:0.0625rem;display:block; }
#wypdngxBAyWVUV1O10NhFMnzf4ibrfpP { position:absolute;display:block;z-index:15018;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:25rem;display:block; }
#lmICmyXTD7qcKgfpZNroGCfZwk8Zi5Rr { position:absolute;display:block;z-index:15007;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:50rem;display:block; }
#hOch8VIrFOspT87FT9oJ6i15t4X2MMhd { color:rgba(var(--color-tertiary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:5.5rem;left:25.0625rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#BD0SSCJNJNpW2ZbhSXMSdDA4mitVEtBC { color:rgba(var(--color-tertiary-2),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:5.5rem;left:50.0625rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#Fa6xBOxH9eVnu2iKomDqU0BTrt0wHVGb { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:8.75rem;left:0rem;height:6.875rem;text-align:left;text-align-last:left;display:block; }
#CMxA5Xcx0rkx3uahlwZOQ9GpOHmIDIKW { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:9.375rem;left:25rem;height:6.875rem;text-align:left;text-align-last:left;display:block; }
#JU29DrLmUntABGcOUHVgii81top3PZse { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:9.5rem;left:50rem;height:6.875rem;text-align:left;text-align-last:left;display:block; }
#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);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; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container { background-color: transparent; background-image: none; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container > .video-iframe-container { display: none; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row > .video-iframe-container { display: none; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .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); }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container { border-width: 0; border-radius: 0; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container { font-size:0.875rem;font-family:arial;height:67.8125rem;width:75rem;position:relative;display:block; }#nB73wPS1txBNMXr1n50qnJrXeJkG4CeX { color:rgba(var(--color-primary-3),1);display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:2.3125rem;left:11.75rem;height:2.625rem;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; }
#X10y5T075f9bdRd0PBIxT06HQL1o7rvb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:7.3125rem;left:9.25rem; }
#zWVmr3LTLWh8RkEDMKq2NW186qCIsqPu { position:absolute;display:block;z-index:15020;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:6.75rem;left:9.25rem;display:block; }
#xmkMp4fi2ozEfehlTwd4r5kyEqq8AffF { color:rgba(var(--color-tertiary-2),1);display:block;width:49.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:7.5rem;left:12.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#TMmprSfTAMIhDvQFkSGtTop03ualKn7f { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:10.4375rem;left:9.25rem;display:block; }
#emolnGZAIhaEu9JxPQkCNuvcELJOeFbw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:11rem;left:9.25rem; }
#K2LcxlrRZqIbxCaDQmftv7fegDbTWeCJ { color:rgba(var(--color-tertiary-2),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:11.1875rem;left:12.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#rsWTA8WMTezClTJuOqgmk4OA4ZnXHu9W { color:rgba(var(--color-tertiary-2),1);display:block;width:43.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:14.75rem;left:12.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#V0nQbW3RFPxX9OaBpKuxnVgMayClG3ya { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:14.5625rem;left:9.25rem; }
#Pk67levvFEOnmbVF9gQKtbuAT3EHNkwf { position:absolute;display:block;z-index:15026;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:14rem;left:9.25rem;display:block; }
#GKa2KLEpntboW9HSTV1HlFLRzdvvuerP { color:rgba(var(--color-tertiary-2),1);display:block;width:53.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:25.5625rem;left:12.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#SfmPmrtkkJP8E3g1B862ruQ7lWpIPq4R { color:rgba(var(--color-tertiary-2),1);display:block;width:49.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:22rem;left:12.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#TdFoxOMOHw9uJzmA19I64q6VScuGOoiL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:21.8125rem;left:9.25rem; }
#Rzb65QuNtxcktp6VqBT3N7Jqm4C0Xdgs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:25.375rem;left:9.25rem; }
#cvhqvwZB0MnruiVANoT5W9VBCI8IFDSR { position:absolute;display:block;z-index:15029;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:17.5625rem;left:9.25rem;display:block; }
#rfol9wLETvhyQqerbLRXO3zmcp6g7l8h { position:absolute;display:block;z-index:15032;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:21.25rem;left:9.25rem;display:block; }
#o7mXNQrJCpSTBT8rm69PL0xfw7t5vQZG { position:absolute;display:block;z-index:15035;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:24.8125rem;left:9.25rem;display:block; }
#KC4xJHXVZptVJ38Vz8HQW78y7QtgdNUQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:18.125rem;left:9.25rem; }
#nmQ9FzFmrCJHu45dGCpwHoeTzFm6H7xy { color:rgba(var(--color-tertiary-2),1);display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:18.3125rem;left:12.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#PNWUogA5xKT8wHEvCfkzQKqzMaQbgkUw { color:rgba(var(--color-tertiary-2),1);display:block;width:53.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15040;line-height:1.4;letter-spacing:0;top:43.5625rem;left:12.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#OHZbOh8B6yqUazWh43cfLTax9FFeiX7c { color:rgba(var(--color-tertiary-2),1);display:block;width:49.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:40rem;left:12.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#OJNrqTB7wBG2wJP0KqIIqUgoNepXbRTI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:39.8125rem;left:9.25rem; }
#pMnFe2x4oHacrEawNhXc2DmvN7PCz6tZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:43.375rem;left:9.25rem; }
#SyKSATHVNEAscwUTOb0etZfevNnvJnnc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:36.125rem;left:9.25rem; }
#RR5PBfdRPzmaq8i3mEUxpSFSxZoNc0Cu { color:rgba(var(--color-tertiary-2),1);display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15034;line-height:1.4;letter-spacing:0;top:36.3125rem;left:12.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#CdWdSR8x3cIyN9iCPtthFQPrsv5Mvcol { position:absolute;display:block;z-index:15044;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:35.5625rem;left:9.25rem;display:block; }
#KTQiM8ue48AuWTdGCCubkhlySztfXu5h { position:absolute;display:block;z-index:15047;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:39.25rem;left:9.25rem;display:block; }
#lU6ZmU8x7JUo4mM970QxE1z5HO8PTQqW { position:absolute;display:block;z-index:15050;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:42.8125rem;left:9.25rem;display:block; }
#FqsWEU5t67IVZAkpqedwsJ6B7Qu1irs6 { position:absolute;display:block;z-index:15041;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:32rem;left:9.25rem;display:block; }
#eEU5T4aqf4NoUnM5arFWW0ed8lGZaEcE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:32.5625rem;left:9.25rem; }
#wnAzL5edFo7MqTXS9fO99FF48tf0yyEm { color:rgba(var(--color-tertiary-2),1);display:block;width:43.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:32.75rem;left:12.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#kZkTfVX0pk1NbwBuQPFnn0UgzfW6exle { position:absolute;display:block;z-index:15038;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:28.4375rem;left:9.25rem;display:block; }
#LARd20fQG8HJ7NcM2r2D8kpc3Rc0ADyJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:29rem;left:9.25rem; }
#C7Q7cEPBqokBdPsDeqMSVpRmniAqdZEe { color:rgba(var(--color-tertiary-2),1);display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:29.1875rem;left:12.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#DbIcwJobVpu3PZ8AN9TlS6G4fSTMWDxG { color:rgba(var(--color-tertiary-2),1);display:block;width:56.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:47.25rem;left:12.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#tu8g43A6pPsMHOiwDV7gALtcfic7BGhJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:47.0625rem;left:9.25rem; }
#BLDhZq8xn1xtOuD9pbJuGPzVaPFlAuXD { position:absolute;display:block;z-index:15053;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:46.5rem;left:9.25rem;display:block; }
#CgyCBEPcionenRVEqZ5kh63n0tx7ObGm { color:rgba(var(--color-tertiary-2),1);display:block;width:66.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:52.935546875rem;left:4.0625rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#WQ2VT7oCFrtpT8NyxuoAuSD4Kpnvri6q { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:29rem;height:4.9375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:58rem;left:24.46875rem;display:block; }
#ANIT4al7CxBB77EkCNhI8ZkTouTX4A4s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row .container { background-color: transparent; background-image: none; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row .container > .video-iframe-container { display: none; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row > .video-iframe-container { display: none; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .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); }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row .container { border-width: 0; border-radius: 0; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#QvEGGQTAyCdE0ZC1riZnkLFoCLARt8WW { color:rgba(var(--color-primary-3),1);display:block;width:61.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.71875rem;left:6.6875rem;height:6.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MiR9Sw4d6TuGPMVKTwwK8wRD7TIW4W1s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#MiR9Sw4d6TuGPMVKTwwK8wRD7TIW4W1s > .row .container { background-color: transparent; background-image: none; }#MiR9Sw4d6TuGPMVKTwwK8wRD7TIW4W1s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MiR9Sw4d6TuGPMVKTwwK8wRD7TIW4W1s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MiR9Sw4d6TuGPMVKTwwK8wRD7TIW4W1s > .row .container > .video-iframe-container { display: none; }#MiR9Sw4d6TuGPMVKTwwK8wRD7TIW4W1s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MiR9Sw4d6TuGPMVKTwwK8wRD7TIW4W1s > .row > .video-iframe-container { display: none; }#MiR9Sw4d6TuGPMVKTwwK8wRD7TIW4W1s > .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); }#MiR9Sw4d6TuGPMVKTwwK8wRD7TIW4W1s > .row .container { border-width: 0; border-radius: 0; }#MiR9Sw4d6TuGPMVKTwwK8wRD7TIW4W1s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MiR9Sw4d6TuGPMVKTwwK8wRD7TIW4W1s > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;position:relative;display:block; }#ggK3nbc6WnA7c9GDu6C4oR9cSfltugNR { position:absolute;display:block;z-index:15004;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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:40.8125rem;width:49.25rem;top:0rem;left:25.8125rem;display:block; }
#LDnF7SsIAszTgNeHNnHMb8EIhsUMWEPP { position:absolute;display:block;z-index:15029;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:20rem;left:28rem;display:block; }
#KpcnUir08cSbZgtusvzlnrwd3ITJ920s { color:rgba(var(--color-tertiary-0),1);display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:20.5625rem;left:30.8125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#E79zxJvL5EM4qySbMvbKIRBM8lUwtpeM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:20.5625rem;left:28rem; }
#Pm7LSN8dFkTdt3Vv7uAUNfbTbUTFcpHr { color:rgba(var(--color-tertiary-0),1);display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:14.5625rem;left:30.75rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#uRKLF6GR24nTIOQt11fwuX2tETSHilbS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:14.5625rem;left:27.9375rem; }
#n7lBDC3Nx6nsfcJOTRv0Xm9V59272d2N { position:absolute;display:block;z-index:15026;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:14rem;left:27.9375rem;display:block; }
#hLEK5bHXgGr6k2Z8fTRf0pZLItnMrtGy { color:rgba(var(--color-tertiary-0),1);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:8.5rem;left:30.75rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#WMi5xnsklyV6AATQFDQOpn76QDuAzqGo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:2.5625rem;left:27.9375rem; }
#N6pXVHC9GAGTSrMHA5xuUxFmux1oDJwe { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:2rem;left:27.9375rem;display:block; }
#fDGso6iuAc6ynqZOv5lHVbSfeGFBUaFB { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:2.5625rem;left:30.75rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#vN6kRBvHU0lsTZAVTxPPNTNWI5VTa1d2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:8.3125rem;left:27.9375rem; }
#uXbRC6MRgQxpGRaFoATlTIJChXEgttsP { position:absolute;display:block;z-index:15026;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:7.75rem;left:27.9375rem;display:block; }
#g78KQP9hDViK0auNkrGb9R4D3sTumOXQ { color:rgba(var(--color-tertiary-0),1);display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:25.0625rem;left:30.8125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#H8gkkUy7vSoITJN2Euzq2pRD2wcexsQh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:25.0625rem;left:28rem; }
#ZfaNwJdiLiMThT48qCHN66NfK4zzz26s { position:absolute;display:block;z-index:15032;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:24.5rem;left:28rem;display:block; }
#bzcMnlHHbKKiWcXkgDlhyPLOVnwOsX4i { color:rgba(var(--color-tertiary-0),1);display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:29.4375rem;left:30.8125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#IlV31ywxS8LP2p6DPMORIy6ZHcAMwXn0 { position:absolute;display:block;z-index:15035;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:28.875rem;left:28rem;display:block; }
#Ibz2JaUmziDSgytsQedoXlxgtTv2bLAC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:29.4375rem;left:28rem; }
#Nb7oVXITot3Uu5p9wyluDeJ51asVMXHr { color:rgba(var(--color-tertiary-0),1);display:block;width:40.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:33.8125rem;left:30.8125rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#c6RCcHnF1VArMf0BkuK1ysswtxZBgcZO { position:absolute;display:block;z-index:15038;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:33.25rem;left:28rem;display:block; }
#fakURMX0ZJxTWRpiBAo5Eq2vZv9TlkJi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:33.8125rem;left:28rem; }
#sxrrRpBImGQxLoKctgiUns2UqaMiqW70 { box-sizing:content-box;height:40.5625rem;width:23.5rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b26236c6-0e76-4fee-8cef-7cddf5001a45/MMMMM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.125rem solid #34915d;border-left:0.125rem solid #34915d;border-right:0.125rem solid #34915d;border-bottom:0.125rem solid #34915d;top:0rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#sxrrRpBImGQxLoKctgiUns2UqaMiqW70.adaptive-delivery-prevent-bg, #sxrrRpBImGQxLoKctgiUns2UqaMiqW70.lazyload, #sxrrRpBImGQxLoKctgiUns2UqaMiqW70.lazyloading { background-image: none; }
#kXH55IZ0oQrUaLTS8uybdViUqXSXCp1S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/84cfd3a9-9536-4634-b8bb-5779571cc9c4/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kXH55IZ0oQrUaLTS8uybdViUqXSXCp1S.adaptive-delivery-prevent-bg, #kXH55IZ0oQrUaLTS8uybdViUqXSXCp1S.lazyload, #kXH55IZ0oQrUaLTS8uybdViUqXSXCp1S.lazyloading { background-image: none; }#kXH55IZ0oQrUaLTS8uybdViUqXSXCp1S > .row .container { background-color: transparent; background-image: none; }#kXH55IZ0oQrUaLTS8uybdViUqXSXCp1S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXH55IZ0oQrUaLTS8uybdViUqXSXCp1S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXH55IZ0oQrUaLTS8uybdViUqXSXCp1S > .row .container > .video-iframe-container { display: none; }#kXH55IZ0oQrUaLTS8uybdViUqXSXCp1S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXH55IZ0oQrUaLTS8uybdViUqXSXCp1S > .row > .video-iframe-container { display: none; }#kXH55IZ0oQrUaLTS8uybdViUqXSXCp1S > .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); }#kXH55IZ0oQrUaLTS8uybdViUqXSXCp1S > .row .container { border-width: 0; border-radius: 0; }#kXH55IZ0oQrUaLTS8uybdViUqXSXCp1S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kXH55IZ0oQrUaLTS8uybdViUqXSXCp1S > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#Lf9eRSpTFu6zbMhTOifMsz1MAyvW0IEz { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:4rem;left:12.1875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KI6ShsIUGw8DFpfeeH1s8ynJDKwWTLry { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);background-image:url("https://images.assets-landingi.com/uc/84cfd3a9-9536-4634-b8bb-5779571cc9c4/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KI6ShsIUGw8DFpfeeH1s8ynJDKwWTLry.adaptive-delivery-prevent-bg, #KI6ShsIUGw8DFpfeeH1s8ynJDKwWTLry.lazyload, #KI6ShsIUGw8DFpfeeH1s8ynJDKwWTLry.lazyloading { background-image: none; }#KI6ShsIUGw8DFpfeeH1s8ynJDKwWTLry > .row .container { background-color: transparent; background-image: none; }#KI6ShsIUGw8DFpfeeH1s8ynJDKwWTLry::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KI6ShsIUGw8DFpfeeH1s8ynJDKwWTLry > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KI6ShsIUGw8DFpfeeH1s8ynJDKwWTLry > .row .container > .video-iframe-container { display: none; }#KI6ShsIUGw8DFpfeeH1s8ynJDKwWTLry > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KI6ShsIUGw8DFpfeeH1s8ynJDKwWTLry > .row > .video-iframe-container { display: none; }#KI6ShsIUGw8DFpfeeH1s8ynJDKwWTLry > .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); }#KI6ShsIUGw8DFpfeeH1s8ynJDKwWTLry > .row .container { border-width: 0; border-radius: 0; }#KI6ShsIUGw8DFpfeeH1s8ynJDKwWTLry > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KI6ShsIUGw8DFpfeeH1s8ynJDKwWTLry > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:block; }#mQ0Hmmz3iW2MzdfTMAedc6vGn43XC0MM { box-sizing:content-box;height:29.1875rem;width:34.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:0rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#gualul1xxcn1vxuXLiwTEI2t1aGwFrid { color:#000000;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:14.25rem;left:1.4375rem;height:9.25rem;text-align:left;text-align-last:left;display:block; }#gualul1xxcn1vxuXLiwTEI2t1aGwFrid li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gualul1xxcn1vxuXLiwTEI2t1aGwFrid li:before{  }
#PocTqlBPFfxyrhMnKTemd9Ho71OnpXof { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:9.4375rem;left:1.4375rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#LQxRZzwroI1Gcayn6glBTpLBH4FfokoX { box-sizing:content-box;height:29.1875rem;width:34.375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:0rem;left:40.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#z1ZOF6067BoDGeyHs4Pi8up6ZL5lLP5v { color:#000000;display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:12.0625rem;left:42.3125rem;height:15.9375rem;text-align:left;text-align-last:left;display:block; }#z1ZOF6067BoDGeyHs4Pi8up6ZL5lLP5v li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z1ZOF6067BoDGeyHs4Pi8up6ZL5lLP5v li:before{  }
#lkURT8MdzdoViIHrbVCwD9P7db7fTx4o { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:9.4375rem;left:42.375rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#oI6CVV8sDHwZNrtrmwcUUC68stOo9wgG { color:rgba(var(--color-primary-4),1);display:block;width:6.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:1.4375rem;height:7.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iz9bbLa7zsex4CyXExAfqXF0sfGULq5T { color:rgba(var(--color-primary-4),1);display:block;width:6.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.25rem;left:42.375rem;height:7.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wTarDwHSdEZWreLOCxkhtTa9h51WfhBv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);background-image:url("https://images.assets-landingi.com/uc/84cfd3a9-9536-4634-b8bb-5779571cc9c4/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wTarDwHSdEZWreLOCxkhtTa9h51WfhBv.adaptive-delivery-prevent-bg, #wTarDwHSdEZWreLOCxkhtTa9h51WfhBv.lazyload, #wTarDwHSdEZWreLOCxkhtTa9h51WfhBv.lazyloading { background-image: none; }#wTarDwHSdEZWreLOCxkhtTa9h51WfhBv > .row .container { background-color: transparent; background-image: none; }#wTarDwHSdEZWreLOCxkhtTa9h51WfhBv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTarDwHSdEZWreLOCxkhtTa9h51WfhBv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTarDwHSdEZWreLOCxkhtTa9h51WfhBv > .row .container > .video-iframe-container { display: none; }#wTarDwHSdEZWreLOCxkhtTa9h51WfhBv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTarDwHSdEZWreLOCxkhtTa9h51WfhBv > .row > .video-iframe-container { display: none; }#wTarDwHSdEZWreLOCxkhtTa9h51WfhBv > .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); }#wTarDwHSdEZWreLOCxkhtTa9h51WfhBv > .row .container { border-width: 0; border-radius: 0; }#wTarDwHSdEZWreLOCxkhtTa9h51WfhBv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wTarDwHSdEZWreLOCxkhtTa9h51WfhBv > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#vlh3bJugTfhRoBGwuiFm3ZBWQZwk3t6N { box-sizing:content-box;height:23.5625rem;width:34.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:0rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#NggH4uhaKg0GyO3gt8nIOJOAIi3rh7VI { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:12.625rem;left:1.8125rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }#NggH4uhaKg0GyO3gt8nIOJOAIi3rh7VI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NggH4uhaKg0GyO3gt8nIOJOAIi3rh7VI li:before{  }
#IbEOoJ9WHVGWeCwkW2lSCSI2v6h5EWOQ { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:9.4375rem;left:1.4375rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#eyFDs0Alqmm4A3Ty4ShqBoXMFfex2TXE { box-sizing:content-box;height:23.625rem;width:34.375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:0rem;left:40.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#PiRBy8TT6osr2fdbV3Xi39Cz6fc1dfdz { color:#000000;display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:12.625rem;left:42.3125rem;height:;text-align:left;text-align-last:left;display:block; }#PiRBy8TT6osr2fdbV3Xi39Cz6fc1dfdz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PiRBy8TT6osr2fdbV3Xi39Cz6fc1dfdz li:before{  }
#esUCF5uJHeXoRkQSQBEKIIIas7PB3w11 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:9.4375rem;left:42.375rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#Op0EevKGSb6yIQpQZZfmDcdO1QkET6AA { color:rgba(var(--color-primary-4),1);display:block;width:6.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:1.4375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mbWkCFIyah0XftDJlJcJtCXRwFIeW9R7 { color:rgba(var(--color-primary-4),1);display:block;width:6.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.25rem;left:42.375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#E9M6ILsSbpIF1xV4f6VEr4OQcyWEQ0kt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/84cfd3a9-9536-4634-b8bb-5779571cc9c4/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E9M6ILsSbpIF1xV4f6VEr4OQcyWEQ0kt.adaptive-delivery-prevent-bg, #E9M6ILsSbpIF1xV4f6VEr4OQcyWEQ0kt.lazyload, #E9M6ILsSbpIF1xV4f6VEr4OQcyWEQ0kt.lazyloading { background-image: none; }#E9M6ILsSbpIF1xV4f6VEr4OQcyWEQ0kt > .row .container { background-color: transparent; background-image: none; }#E9M6ILsSbpIF1xV4f6VEr4OQcyWEQ0kt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9M6ILsSbpIF1xV4f6VEr4OQcyWEQ0kt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9M6ILsSbpIF1xV4f6VEr4OQcyWEQ0kt > .row .container > .video-iframe-container { display: none; }#E9M6ILsSbpIF1xV4f6VEr4OQcyWEQ0kt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9M6ILsSbpIF1xV4f6VEr4OQcyWEQ0kt > .row > .video-iframe-container { display: none; }#E9M6ILsSbpIF1xV4f6VEr4OQcyWEQ0kt > .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); }#E9M6ILsSbpIF1xV4f6VEr4OQcyWEQ0kt > .row .container { border-width: 0; border-radius: 0; }#E9M6ILsSbpIF1xV4f6VEr4OQcyWEQ0kt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E9M6ILsSbpIF1xV4f6VEr4OQcyWEQ0kt > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:75rem;position:relative;display:block; }#htDCf1XVLx8QmBSsxp3LysyTxTx5TnAB { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:2.9375rem;left:2.1875rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#oQTu2bf8LTdt0uxFCKB6RF3TpJ5D1hcd { color:#000000;display:block;width:41.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:6.6875rem;left:2.1875rem;height:4.9375rem;text-align:left;text-align-last:left;display:block; }#oQTu2bf8LTdt0uxFCKB6RF3TpJ5D1hcd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oQTu2bf8LTdt0uxFCKB6RF3TpJ5D1hcd li:before{  }
#T4KBdxnufdprElmTCv7pqJTe5QWIATGI { box-sizing:content-box;height:12.25rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:1.875rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#wEVHKvKllRx0DxMMZtGev0p9upcTyqSO { position:relative;display:block; }#wEVHKvKllRx0DxMMZtGev0p9upcTyqSO { background-color: transparent; background-image: none; }#wEVHKvKllRx0DxMMZtGev0p9upcTyqSO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEVHKvKllRx0DxMMZtGev0p9upcTyqSO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEVHKvKllRx0DxMMZtGev0p9upcTyqSO > .row .container > .video-iframe-container { display: none; }#wEVHKvKllRx0DxMMZtGev0p9upcTyqSO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEVHKvKllRx0DxMMZtGev0p9upcTyqSO > .row > .video-iframe-container { display: none; }#wEVHKvKllRx0DxMMZtGev0p9upcTyqSO > .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); }#wEVHKvKllRx0DxMMZtGev0p9upcTyqSO { border-width: 0; border-radius: 0; }#wEVHKvKllRx0DxMMZtGev0p9upcTyqSO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wEVHKvKllRx0DxMMZtGev0p9upcTyqSO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vWIe54dOq9PDGmkSvXFcPh1EUHlBh8RQ { color:rgba(var(--color-primary-3),1);display:block;width:50.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:3.875rem;left:12.25rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fkPwdUuOsMRnM5FTlbB7nyZdqpTtzhcx { color:#000000;display:block;width:58.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:12.6875rem;left:9.625rem;height:6.25rem;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; }
#utPNOtrmf3TT7DMerys00oFHDVo34B7s { position:absolute;display:block;z-index:15024;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:7.125rem;width:0.125rem;top:12.25rem;left:8.375rem;display:block; }
#BLr2Zvq4Fb6hObQwZTMF1Ntg1DHn8T1I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:22.75rem;left:8.375rem; }
#zToMabowmTCTH7EDizTyaTllX4Ph58rQ { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:22.1875rem;left:8.375rem;display:block; }
#DPNXtnIsbubuzHqgD3GgOAErUkA2TlTB { color:rgba(var(--color-tertiary-2),1);display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:22.9375rem;left:11.25rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#U95LZN8X6aPUAH1PRnmsU2khkLNcH4bE { color:rgba(var(--color-tertiary-2),1);display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:27.5625rem;left:11.25rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#n0CEQP3R6XHGachD8X6Q69axge5CC478 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:27.375rem;left:8.375rem; }
#KT6TgVU9wzqFkG2JntCF4mwAxEzPQCE8 { position:absolute;display:block;z-index:15026;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:26.8125rem;left:8.375rem;display:block; }
#BQRBhd4aHJ9U8gaS98Gfa66KnTubIA6I { color:rgba(var(--color-tertiary-2),1);display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:32.125rem;left:11.25rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#tgvn9xvIxkiW5OqyLvkWygzPN2eftykm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:31.9375rem;left:8.375rem; }
#ZcPK80Uno5LpAUSqU9lvFlUS0tuCZt9l { position:absolute;display:block;z-index:15029;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:31.375rem;left:8.375rem;display:block; }
#mIOtm6q9o2l2uc3uitN6iBgnEfz1dDwH { color:rgba(var(--color-tertiary-2),1);display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:36.6875rem;left:11.25rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Bp4pys2o13QXqRfcTZ0nHqk01ABPaKo2 { position:absolute;display:block;z-index:15032;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:35.9375rem;left:8.375rem;display:block; }
#X5t2crDOK8MGkyHwV1J1gPDyMU2qaPTl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:36.5rem;left:8.375rem; }
#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #92cba7, #ffffff);background-image: -moz-linear-gradient(180deg, #92cba7, #ffffff);background-image: -ms-linear-gradient(180deg, #92cba7, #ffffff);background-image: -o-linear-gradient(180deg, #92cba7, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#92cba7', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#92cba7', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #92cba7, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container { background-color: transparent; background-image: none; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container > .video-iframe-container { display: none; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row > .video-iframe-container { display: none; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .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); }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container { border-width: 0; border-radius: 0; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#RfFSiT7IopQ1pI6vW2WGVZ4sHpugE2QQ { color:rgba(var(--color-primary-3),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:3.375rem;left:14.4375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#l1TPy72THKpkLCT4V7HodumwgSHZmQVx { position:relative;display:block; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx { background-color: transparent; background-image: none; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container > .video-iframe-container { display: none; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row > .video-iframe-container { display: none; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .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); }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx { border-width: 0; border-radius: 0; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GvE1axPPAJOhM0cTMdfE176DbicDF3p9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.3125rem;left:27.875rem; }
#QGTx5mvD2TpPrgIDK17aQqwm0ebTNzkg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.3125rem;left:67.75rem; }
#WH3aQ4LsWBEvi8vpcp5vRrMKbkpc388e { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:29.1875rem;top:4.5625rem;left:3.75rem;overflow:hidden;display:block; }
#Qv1x4yAtZOWty9nHtyOX8i2mDmRA2GFx { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:26.75rem;top:4.5rem;left:43.3125rem;overflow:hidden;display:block; }
#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u { position:relative;display:block; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u { background-color: transparent; background-image: none; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container > .video-iframe-container { display: none; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row > .video-iframe-container { display: none; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .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); }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u { border-width: 0; border-radius: 0; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nrnAiV0OP6uSfpFuIW0J7AHoHr7bAfTw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.3125rem;left:27.875rem; }
#vhcXAtNwJtX102VrwNJl5ZKmTr53k161 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.3125rem;left:67.75rem; }
#IyRdfFoWU817c5T3zNVrUxZUabVVD1D7 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:25.25rem;top:4.375rem;left:3.75rem;overflow:hidden;display:block; }
#S2TvOvVJIBzwpC0R1UOUFn18gIqVdX98 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:28.625rem;top:3.625rem;left:42.625rem;overflow:hidden;display:block; }
#mWXe9ex28hWq0mT59qXxvTpM66u55rlB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#mWXe9ex28hWq0mT59qXxvTpM66u55rlB > .row .container { background-color: transparent; background-image: none; }#mWXe9ex28hWq0mT59qXxvTpM66u55rlB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWXe9ex28hWq0mT59qXxvTpM66u55rlB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWXe9ex28hWq0mT59qXxvTpM66u55rlB > .row .container > .video-iframe-container { display: none; }#mWXe9ex28hWq0mT59qXxvTpM66u55rlB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWXe9ex28hWq0mT59qXxvTpM66u55rlB > .row > .video-iframe-container { display: none; }#mWXe9ex28hWq0mT59qXxvTpM66u55rlB > .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); }#mWXe9ex28hWq0mT59qXxvTpM66u55rlB > .row .container { border-width: 0; border-radius: 0; }#mWXe9ex28hWq0mT59qXxvTpM66u55rlB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mWXe9ex28hWq0mT59qXxvTpM66u55rlB > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:block; }#y7lZLRxNiITnPxhRZ2yNHATM2mrnw1Bi { color:rgba(var(--color-primary-3),1);display:block;width:50.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:3.875rem;left:12.25rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hdCiSHxkKw0I4n86dnVeb3Z3IOi6Vku7 { box-sizing:content-box;height:28.8125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.125rem;left:7.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Kds9qDsNEoFg7UZTEoiUMVCJ6rbqMqgz { color:#000000;display:block;width:47.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:11rem;left:13.9375rem;height:2rem;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; }
#d3Kd1rRx58u42HbQhBG9MJDwqd7N1vZ3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:14.5rem;left:12.25rem; }
#BlHt4SRENCHrimHHIdlHzhEvScWrIKLk { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:13.9375rem;left:12.25rem;display:block; }
#czmkLWGsZqJrdR6lPkTiIuci785I57gi { color:rgba(var(--color-tertiary-2),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:14.6875rem;left:15.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#afvXIZ2N8oCwh6Sb8tkwT14VckevWvZH { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:17.5rem;left:12.25rem;display:block; }
#GNAMwC3f0kEJLkgrrzslsPcRD8BKMJ6y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:18.0625rem;left:12.25rem; }
#BeWmRQEMsNGi0H64vZTRWAp6F5TyJQ1U { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:18.25rem;left:15.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#rvuBOopVFuZtSFf0EtD5I2v99K3AMOLi { position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:24.625rem;left:12.25rem;display:block; }
#OkH4NueBrwhrc4rT6mSOxrK006l5NS7D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:25.1875rem;left:12.25rem; }
#E6uzEyGx0FyGTzxboTkaNZI8k2vnTNl5 { color:rgba(var(--color-tertiary-2),1);display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:25.375rem;left:15.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#VEI8Awu6CmvbfNH76XnaTcFx0MlA8ACU { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:21rem;left:12.25rem;display:block; }
#pkgTC0yckRmcWAx4kkgJhcae09FXPBlD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:21.5625rem;left:12.25rem; }
#vyf4LlX1FIPL7v05sDPoUzk6PFHh04sf { color:rgba(var(--color-tertiary-2),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:21.75rem;left:15.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#P8DLLiQBO2cy3881iD9TJLX7TqExH85l { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:28.3125rem;left:12.25rem;display:block; }
#FObtXzhTmXTezdG2eM5zscLIX4qmy5zR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:28.875rem;left:12.25rem; }
#BwBbnVTBNIPlAUmvqK8RcHikV5xd5lbq { color:rgba(var(--color-tertiary-2),1);display:block;width:52.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:29.0625rem;left:15.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#gCV5G6vsMzAtJs3c13SGTz0IIXuKxVB0 { position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:32.0625rem;left:12.25rem;display:block; }
#tzGghnk3gQeLaNh5RVeDd6KBbuUmrazD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:32.625rem;left:12.25rem; }
#r8ZrFZzCCWICn6WJigOpaolvuM4cFDIR { color:rgba(var(--color-tertiary-2),1);display:block;width:52.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:32.8125rem;left:15.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);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; }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby > .row .container { background-color: transparent; background-image: none; }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby > .row .container > .video-iframe-container { display: none; }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby > .row > .video-iframe-container { display: none; }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby > .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); }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby > .row .container { border-width: 0; border-radius: 0; }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#SveBnHcTGf8mazTy1ykbEdyOZUE1ziHk { box-sizing:content-box;height:24.1875rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#ececec;background-image:none;top:1.25rem;left:7.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#AGoMNyQTWlc1f7IefpWMySxs7Xu7GtvT { color:#000000;display:block;width:47.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:3.3125rem;left:13.9375rem;height:2rem;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; }
#UzZ7fJWTpEtafd5TquOIckTt4vntdnrt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:6.5625rem;left:9.625rem; }
#ogDZr4ZVIMTVDRTQXq4T8bl7fvOIxUcz { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:6rem;left:9.625rem;display:block; }
#i6uvvpDwMDD8We0AJrS13H7L4tG8FCqP { color:rgba(var(--color-tertiary-2),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:6.75rem;left:12.5rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#fmaWR5Mo16Of3QGa3s3gvXNPVzascThD { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:9.625rem;left:9.625rem;display:block; }
#WZK4AkHs8TGM9RWqkicDfPef6CWrVPBi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:10.1875rem;left:9.625rem; }
#VXXkilF2E3riVXLhk9KMNxLoU4rfvX57 { color:rgba(var(--color-tertiary-2),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:10.375rem;left:12.5rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#bA8WpNs4u06q8mbBdzZ3KzuSBfrCU6df { position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:16.8125rem;left:9.625rem;display:block; }
#hQ6GTtZuXKiT2HfZOtd4UFm23ZNKvyAz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:17.375rem;left:9.625rem; }
#LBJX87rXp8VdrqpRR2zclbBJWISsbBTD { color:rgba(var(--color-tertiary-2),1);display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:17.5rem;left:12.75rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#EGOuP2BdTNATWZ70hBQql2wiG64icV9H { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:13.1875rem;left:9.625rem;display:block; }
#fMmSB7Ni40OIOi1thZqyKceK3XyZxpMV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:13.75rem;left:9.625rem; }
#A71ReBDtOOZtVkUed9fAgMvoh5anSSbb { color:rgba(var(--color-tertiary-2),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:13.9375rem;left:12.5rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#dXpUlPgerw2qT5q0CcwU9WgkWzU7HHrT { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:29rem;height:4.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:26.5625rem;left:23rem;display:block; }
#l4C3lkBairTPbI972srfuQxGaN2lMW3J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Invl0LFB8Oxaal9p3sBgbqlXLQFcQUZ0 { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:20.625rem;left:9.625rem;display:block; }
#o02c2EC1MsOyOG71b9MygWBO7c2pZnzg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:21.1875rem;left:9.625rem; }
#uQbCKJfMoEz4SGu14TKrCVXJJ0yVTbDA { color:rgba(var(--color-tertiary-2),1);display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:21.3125rem;left:12.75rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { background-color: transparent; background-image: none; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container > .video-iframe-container { display: none; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row > .video-iframe-container { display: none; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .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); }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { border-width: 0; border-radius: 0; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:75rem;position:relative;display:block; }#Hg7ahoUFvmolymUrJK2FBdk59XGPWqGB { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Em1xZiTPig8rXguO8OeRdOLQX7Tv6Owi { color:rgba(var(--color-tertiary-2),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:7.53125rem;left:13.875rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
#ypwZ8COsqWf5kTvUzdrxE5QOWBteEzrg { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:29rem;height:4.9375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.84375rem;left:23rem;display:block; }
#F4hqabLgZnpIhMVcRgRm7ZTmr8l7pcKP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wRZrEbzmWL08aUCzQDsdHhPAJ3Z57DND { color:rgba(var(--color-tertiary-2),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:7.53125rem;left:13.875rem;height:6.375rem;text-align:center;text-align-last:center;display:none; }
#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { position:relative;display:block; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { background-color: transparent; background-image: none; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container > .video-iframe-container { display: none; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row > .video-iframe-container { display: none; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .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); }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { border-width: 0; border-radius: 0; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pP9nLZTLL48E599A97V9u36eQlvuyG0x { color:rgba(var(--color-tertiary-2),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:1.75rem;left:54.375rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#veQA546lG6imbJvlMS4IWxaHNLXtC37s { color:rgba(var(--color-tertiary-2),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:3.6875rem;left:54.375rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#OG086o73Z3w1yQtQbZZJ7bR6MrHztnI7 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:8.125rem;top:0.9375rem;left:7.5rem;overflow:hidden;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) { #L9KVTEUHT4eu5D0xFQy0QaQF0ysJkIW1 { width:47.75rem;height:1.8125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iihRUr4R5xCE632lz47GRS8Ax3CmIw5i { top:0rem;left:41.5rem;width:6.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd { display:block; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vWGVSWcq2M0mCR9pJZEVlRxK2yJk6g1Z { width:26.5625rem;height:26.5625rem;top:4rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5 { width:7.1875rem;height:10.5rem;top:5.9375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMsGbE1ElZpi1qkuNJkkEL6gh2vrTAu7 { width:7.1875rem;height:14.1875rem;top:13.5625rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaZgh5Tha8Xg7th5Zp7AE8tVrw20TnBc { width:27.3125rem;height:4.25rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrcnk9Uze18H5RLGnD1w5ZlpB9TBp6wI { display:block; }
 }@media only screen and (max-width: 763px) { #GNzoWTDgGUw8NuMMToQ1vUPAt2R9ne2T { width:27.125rem;height:1.375rem;top:29.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsyCcvXws43V9oDd6asZeFs3WgWS9ggU { width:36.3125rem;height:4.6875rem;top:16.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #prpbJzvt1xGN28mpWuqtIrW3AHWadBS1 { width:47.75rem;height:;top:2.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdDpixniAR8R46RhoGZQchQZxBfEdbJ3 { top:15.5rem;left:0rem;width:0.125rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHWBHnLa8N9VimabTtSzAtbHC3RD4Swv { top:9.4375rem;left:20.125rem;width:27.625rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { display:block; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bk3dQTp3BFfkzOu9cfu8Nvh0sAmGa1cc { width:47.75rem;height:;top:3.875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsU5eT3bESnA9K3wlOeBbeGEGAPQ59mw { width:47.75rem;height:16rem;top:9.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POT12lACD37g9zDP95m71CEwnQdxWb99 { width:47.75rem;height:2rem;top:26.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6QL5vRgMa3UIre01vhzMndhdovNoss2 { width:47.75rem;height:5.125rem;top:36.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwviKcMJNrGnLStzLSomw1XDW0oceHuL { width:47.75rem;height:2.0625rem;top:42.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQmD2Wg8EcOBd4LbBBTulrtqQo7SyBrV { width:47.75rem;height:6.25rem;top:46.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlfSBnSZ5N08xhKif7BKIW423DqHWIh9 { width:47.75rem;height:5.3125rem;top:29.25rem;left:0rem;font-size:1.0625rem;display:block; }#IlfSBnSZ5N08xhKif7BKIW423DqHWIh9 li:before{  }
 }@media only screen and (max-width: 763px) { #sipUR2X8ykQZH41mE6swkcVEuJw4BJJW { display:block; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aimTdkWgaMZGXTXmqevhUvIzU4ET1vN5 { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCTPBXITrAyJhPTCgphJkTKJ04672Rsf { display:block; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vL7DIcTn4MvddD4FUD0Tw8JMMfcbcupy { width:12rem;height:3.25rem;top:5.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEUUmPrWPt3dcmVQF61DVGliKECbhJzd { width:3.4375rem;height:3.4375rem;top:0.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8pyhQuX94aT5T66mJq1SrSgearPBQh8 { width:3.125rem;height:3.125rem;top:0.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgsnDuTZThvq1W8n38zBcxdPGm2ZoKTP { width:3.125rem;height:3.125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN94vTJu08JlwfNw5gaIUyT9TObNlwki { width:1.875rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wypdngxBAyWVUV1O10NhFMnzf4ibrfpP { width:1.875rem;height:4.1875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmICmyXTD7qcKgfpZNroGCfZwk8Zi5Rr { width:1.875rem;height:4.1875rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOch8VIrFOspT87FT9oJ6i15t4X2MMhd { width:13.625rem;height:3.25rem;top:5.5rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD0SSCJNJNpW2ZbhSXMSdDA4mitVEtBC { width:14.9375rem;height:3.25rem;top:5.5rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa6xBOxH9eVnu2iKomDqU0BTrt0wHVGb { width:17.0625rem;height:6.875rem;top:8.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMxA5Xcx0rkx3uahlwZOQ9GpOHmIDIKW { width:19.3125rem;height:6.875rem;top:9.375rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU29DrLmUntABGcOUHVgii81top3PZse { width:20.1875rem;height:6.875rem;top:9.5rem;left:27.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 { display:block; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nB73wPS1txBNMXr1n50qnJrXeJkG4CeX { width:47.75rem;height:2.625rem;top:2.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X10y5T075f9bdRd0PBIxT06HQL1o7rvb { width:1.9375rem;height:1.9375rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWVmr3LTLWh8RkEDMKq2NW186qCIsqPu { width:1.3125rem;height:3rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmkMp4fi2ozEfehlTwd4r5kyEqq8AffF { width:47.75rem;height:1.625rem;top:7.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMmprSfTAMIhDvQFkSGtTop03ualKn7f { width:1.3125rem;height:3rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emolnGZAIhaEu9JxPQkCNuvcELJOeFbw { width:1.9375rem;height:1.9375rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2LcxlrRZqIbxCaDQmftv7fegDbTWeCJ { width:40.0625rem;height:1.625rem;top:11.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsWTA8WMTezClTJuOqgmk4OA4ZnXHu9W { width:43.9375rem;height:1.625rem;top:14.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0nQbW3RFPxX9OaBpKuxnVgMayClG3ya { width:1.9375rem;height:1.9375rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk67levvFEOnmbVF9gQKtbuAT3EHNkwf { width:1.3125rem;height:3rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKa2KLEpntboW9HSTV1HlFLRzdvvuerP { width:47.75rem;height:1.625rem;top:25.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfmPmrtkkJP8E3g1B862ruQ7lWpIPq4R { width:47.75rem;height:1.625rem;top:22rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdFoxOMOHw9uJzmA19I64q6VScuGOoiL { width:1.9375rem;height:1.9375rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzb65QuNtxcktp6VqBT3N7Jqm4C0Xdgs { width:1.9375rem;height:1.9375rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvhqvwZB0MnruiVANoT5W9VBCI8IFDSR { width:1.3125rem;height:3rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfol9wLETvhyQqerbLRXO3zmcp6g7l8h { width:1.3125rem;height:3rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7mXNQrJCpSTBT8rm69PL0xfw7t5vQZG { width:1.3125rem;height:3rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC4xJHXVZptVJ38Vz8HQW78y7QtgdNUQ { width:1.9375rem;height:1.9375rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmQ9FzFmrCJHu45dGCpwHoeTzFm6H7xy { width:43.875rem;height:1.625rem;top:18.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNWUogA5xKT8wHEvCfkzQKqzMaQbgkUw { width:47.75rem;height:1.625rem;top:43.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHZbOh8B6yqUazWh43cfLTax9FFeiX7c { width:47.75rem;height:1.625rem;top:40rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJNrqTB7wBG2wJP0KqIIqUgoNepXbRTI { width:1.9375rem;height:1.9375rem;top:39.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMnFe2x4oHacrEawNhXc2DmvN7PCz6tZ { width:1.9375rem;height:1.9375rem;top:43.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyKSATHVNEAscwUTOb0etZfevNnvJnnc { width:1.9375rem;height:1.9375rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR5PBfdRPzmaq8i3mEUxpSFSxZoNc0Cu { width:43.875rem;height:1.625rem;top:36.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdWdSR8x3cIyN9iCPtthFQPrsv5Mvcol { width:1.3125rem;height:3rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTQiM8ue48AuWTdGCCubkhlySztfXu5h { width:1.3125rem;height:3rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU6ZmU8x7JUo4mM970QxE1z5HO8PTQqW { width:1.3125rem;height:3rem;top:42.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqsWEU5t67IVZAkpqedwsJ6B7Qu1irs6 { width:1.3125rem;height:3rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEU5T4aqf4NoUnM5arFWW0ed8lGZaEcE { width:1.9375rem;height:1.9375rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnAzL5edFo7MqTXS9fO99FF48tf0yyEm { width:43.9375rem;height:1.625rem;top:32.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZkTfVX0pk1NbwBuQPFnn0UgzfW6exle { width:1.3125rem;height:3rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LARd20fQG8HJ7NcM2r2D8kpc3Rc0ADyJ { width:1.9375rem;height:1.9375rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Q7cEPBqokBdPsDeqMSVpRmniAqdZEe { width:46.6875rem;height:1.625rem;top:29.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbIcwJobVpu3PZ8AN9TlS6G4fSTMWDxG { width:47.75rem;height:1.625rem;top:47.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu8g43A6pPsMHOiwDV7gALtcfic7BGhJ { width:1.9375rem;height:1.9375rem;top:47.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLDhZq8xn1xtOuD9pbJuGPzVaPFlAuXD { width:1.3125rem;height:3rem;top:46.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgyCBEPcionenRVEqZ5kh63n0tx7ObGm { width:47.75rem;height:2.25rem;top:52.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ2VT7oCFrtpT8NyxuoAuSD4Kpnvri6q { width:29rem;height:4.9375rem;top:58rem;left:10.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANIT4al7CxBB77EkCNhI8ZkTouTX4A4s { display:block; }
 }@media only screen and (max-width: 763px) { #NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk { display:block; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvEGGQTAyCdE0ZC1riZnkLFoCLARt8WW { width:47.75rem;height:6.5rem;top:3.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiR9Sw4d6TuGPMVKTwwK8wRD7TIW4W1s { display:block; }#MiR9Sw4d6TuGPMVKTwwK8wRD7TIW4W1s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggK3nbc6WnA7c9GDu6C4oR9cSfltugNR { top:0rem;left:0rem;width:47.75rem;height:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDnF7SsIAszTgNeHNnHMb8EIhsUMWEPP { width:1.3125rem;height:3rem;top:20rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpcnUir08cSbZgtusvzlnrwd3ITJ920s { width:39.25rem;height:3.25rem;top:20.5625rem;left:8.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E79zxJvL5EM4qySbMvbKIRBM8lUwtpeM { width:1.9375rem;height:1.9375rem;top:20.5625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm7LSN8dFkTdt3Vv7uAUNfbTbUTFcpHr { width:36.625rem;height:4.875rem;top:14.5625rem;left:11.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRKLF6GR24nTIOQt11fwuX2tETSHilbS { width:1.9375rem;height:1.9375rem;top:14.5625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7lBDC3Nx6nsfcJOTRv0Xm9V59272d2N { width:1.3125rem;height:3rem;top:14rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLEK5bHXgGr6k2Z8fTRf0pZLItnMrtGy { width:42.9375rem;height:4.875rem;top:8.5rem;left:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMi5xnsklyV6AATQFDQOpn76QDuAzqGo { width:1.9375rem;height:1.9375rem;top:2.5625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6pXVHC9GAGTSrMHA5xuUxFmux1oDJwe { width:1.3125rem;height:3rem;top:2rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDGso6iuAc6ynqZOv5lHVbSfeGFBUaFB { width:35.625rem;height:4.875rem;top:2.5625rem;left:12.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN6kRBvHU0lsTZAVTxPPNTNWI5VTa1d2 { width:1.9375rem;height:1.9375rem;top:8.3125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXbRC6MRgQxpGRaFoATlTIJChXEgttsP { width:1.3125rem;height:3rem;top:7.75rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g78KQP9hDViK0auNkrGb9R4D3sTumOXQ { width:43.5rem;height:3.25rem;top:25.0625rem;left:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8gkkUy7vSoITJN2Euzq2pRD2wcexsQh { width:1.9375rem;height:1.9375rem;top:25.0625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfaNwJdiLiMThT48qCHN66NfK4zzz26s { width:1.3125rem;height:3rem;top:24.5rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzcMnlHHbKKiWcXkgDlhyPLOVnwOsX4i { width:43.5rem;height:3.25rem;top:29.4375rem;left:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlV31ywxS8LP2p6DPMORIy6ZHcAMwXn0 { width:1.3125rem;height:3rem;top:28.875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ibz2JaUmziDSgytsQedoXlxgtTv2bLAC { width:1.9375rem;height:1.9375rem;top:29.4375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb7oVXITot3Uu5p9wyluDeJ51asVMXHr { width:40.4375rem;height:4.875rem;top:33.8125rem;left:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6RCcHnF1VArMf0BkuK1ysswtxZBgcZO { width:1.3125rem;height:3rem;top:33.25rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fakURMX0ZJxTWRpiBAo5Eq2vZv9TlkJi { width:1.9375rem;height:1.9375rem;top:33.8125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxrrRpBImGQxLoKctgiUns2UqaMiqW70 { top:0rem;left:0rem;width:23.5rem;height:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXH55IZ0oQrUaLTS8uybdViUqXSXCp1S { display:block; }#kXH55IZ0oQrUaLTS8uybdViUqXSXCp1S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lf9eRSpTFu6zbMhTOifMsz1MAyvW0IEz { width:47.75rem;height:;top:4rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI6ShsIUGw8DFpfeeH1s8ynJDKwWTLry { display:block; }#KI6ShsIUGw8DFpfeeH1s8ynJDKwWTLry > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQ0Hmmz3iW2MzdfTMAedc6vGn43XC0MM { top:0rem;left:0rem;width:34.1875rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gualul1xxcn1vxuXLiwTEI2t1aGwFrid { width:29.25rem;height:9.25rem;top:14.25rem;left:0rem;font-size:1.0625rem;display:block; }#gualul1xxcn1vxuXLiwTEI2t1aGwFrid li:before{  }
 }@media only screen and (max-width: 763px) { #PocTqlBPFfxyrhMnKTemd9Ho71OnpXof { width:30rem;height:3.5rem;top:9.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQxRZzwroI1Gcayn6glBTpLBH4FfokoX { top:0rem;left:13.375rem;width:34.375rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1ZOF6067BoDGeyHs4Pi8up6ZL5lLP5v { width:31rem;height:15.9375rem;top:12.0625rem;left:16.75rem;font-size:1.0625rem;display:block; }#z1ZOF6067BoDGeyHs4Pi8up6ZL5lLP5v li:before{  }
 }@media only screen and (max-width: 763px) { #lkURT8MdzdoViIHrbVCwD9P7db7fTx4o { width:21.0625rem;height:1.75rem;top:9.4375rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI6CVV8sDHwZNrtrmwcUUC68stOo9wgG { width:6.9375rem;height:7.0625rem;top:2.375rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz9bbLa7zsex4CyXExAfqXF0sfGULq5T { width:6.9375rem;height:7.0625rem;top:1.25rem;left:23.875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTarDwHSdEZWreLOCxkhtTa9h51WfhBv { display:block; }#wTarDwHSdEZWreLOCxkhtTa9h51WfhBv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlh3bJugTfhRoBGwuiFm3ZBWQZwk3t6N { top:0rem;left:0rem;width:34.1875rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NggH4uhaKg0GyO3gt8nIOJOAIi3rh7VI { width:31.3125rem;height:8.125rem;top:12.625rem;left:0rem;font-size:1.0625rem;display:block; }#NggH4uhaKg0GyO3gt8nIOJOAIi3rh7VI li:before{  }
 }@media only screen and (max-width: 763px) { #IbEOoJ9WHVGWeCwkW2lSCSI2v6h5EWOQ { width:30rem;height:1.75rem;top:9.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyFDs0Alqmm4A3Ty4ShqBoXMFfex2TXE { top:0rem;left:13.375rem;width:34.375rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiRBy8TT6osr2fdbV3Xi39Cz6fc1dfdz { width:31rem;height:;top:12.625rem;left:16.75rem;font-size:1.0625rem;display:block; }#PiRBy8TT6osr2fdbV3Xi39Cz6fc1dfdz li:before{  }
 }@media only screen and (max-width: 763px) { #esUCF5uJHeXoRkQSQBEKIIIas7PB3w11 { width:21.0625rem;height:1.75rem;top:9.4375rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op0EevKGSb6yIQpQZZfmDcdO1QkET6AA { width:6.9375rem;height:;top:2.375rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbWkCFIyah0XftDJlJcJtCXRwFIeW9R7 { width:6.9375rem;height:;top:1.25rem;left:23.875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9M6ILsSbpIF1xV4f6VEr4OQcyWEQ0kt { display:block; }#E9M6ILsSbpIF1xV4f6VEr4OQcyWEQ0kt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htDCf1XVLx8QmBSsxp3LysyTxTx5TnAB { width:30rem;height:1.75rem;top:2.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQTu2bf8LTdt0uxFCKB6RF3TpJ5D1hcd { width:41.3125rem;height:4.9375rem;top:6.6875rem;left:0rem;font-size:1.0625rem;display:block; }#oQTu2bf8LTdt0uxFCKB6RF3TpJ5D1hcd li:before{  }
 }@media only screen and (max-width: 763px) { #T4KBdxnufdprElmTCv7pqJTe5QWIATGI { top:1.875rem;left:0rem;width:47.75rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEVHKvKllRx0DxMMZtGev0p9upcTyqSO { display:block; }#wEVHKvKllRx0DxMMZtGev0p9upcTyqSO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vWIe54dOq9PDGmkSvXFcPh1EUHlBh8RQ { width:47.75rem;height:;top:3.875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkPwdUuOsMRnM5FTlbB7nyZdqpTtzhcx { width:47.75rem;height:6.25rem;top:12.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utPNOtrmf3TT7DMerys00oFHDVo34B7s { width:0.125rem;height:7.125rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLr2Zvq4Fb6hObQwZTMF1Ntg1DHn8T1I { width:1.9375rem;height:1.9375rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zToMabowmTCTH7EDizTyaTllX4Ph58rQ { width:1.3125rem;height:3rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPNXtnIsbubuzHqgD3GgOAErUkA2TlTB { width:47.75rem;height:1.625rem;top:22.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U95LZN8X6aPUAH1PRnmsU2khkLNcH4bE { width:47.5rem;height:1.625rem;top:27.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0CEQP3R6XHGachD8X6Q69axge5CC478 { width:1.9375rem;height:1.9375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT6TgVU9wzqFkG2JntCF4mwAxEzPQCE8 { width:1.3125rem;height:3rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQRBhd4aHJ9U8gaS98Gfa66KnTubIA6I { width:47.5rem;height:3.25rem;top:32.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgvn9xvIxkiW5OqyLvkWygzPN2eftykm { width:1.9375rem;height:1.9375rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcPK80Uno5LpAUSqU9lvFlUS0tuCZt9l { width:1.3125rem;height:3rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIOtm6q9o2l2uc3uitN6iBgnEfz1dDwH { width:47.5rem;height:1.625rem;top:36.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp4pys2o13QXqRfcTZ0nHqk01ABPaKo2 { width:1.3125rem;height:3rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5t2crDOK8MGkyHwV1J1gPDyMU2qaPTl { width:1.9375rem;height:1.9375rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm { display:block; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfFSiT7IopQ1pI6vW2WGVZ4sHpugE2QQ { width:46.0625rem;height:;top:3.375rem;left:0.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1TPy72THKpkLCT4V7HodumwgSHZmQVx { display:block; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvE1axPPAJOhM0cTMdfE176DbicDF3p9 { width:3.5rem;height:3.5rem;top:2.3125rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGTx5mvD2TpPrgIDK17aQqwm0ebTNzkg { width:3.5rem;height:3.5rem;top:2.3125rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH3aQ4LsWBEvi8vpcp5vRrMKbkpc388e { top:4.5625rem;left:0rem;width:29.1875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv1x4yAtZOWty9nHtyOX8i2mDmRA2GFx { top:4.5rem;left:21rem;width:26.75rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u { display:block; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrnAiV0OP6uSfpFuIW0J7AHoHr7bAfTw { width:3.5rem;height:3.5rem;top:2.3125rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhcXAtNwJtX102VrwNJl5ZKmTr53k161 { width:3.5rem;height:3.5rem;top:2.3125rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyRdfFoWU817c5T3zNVrUxZUabVVD1D7 { top:4.375rem;left:0rem;width:25.25rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2TvOvVJIBzwpC0R1UOUFn18gIqVdX98 { top:3.625rem;left:19.125rem;width:28.625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWXe9ex28hWq0mT59qXxvTpM66u55rlB { display:block; }#mWXe9ex28hWq0mT59qXxvTpM66u55rlB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7lZLRxNiITnPxhRZ2yNHATM2mrnw1Bi { width:47.75rem;height:;top:3.875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdCiSHxkKw0I4n86dnVeb3Z3IOi6Vku7 { top:9.125rem;left:0rem;width:47.75rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kds9qDsNEoFg7UZTEoiUMVCJ6rbqMqgz { width:47.125rem;height:2rem;top:11rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3Kd1rRx58u42HbQhBG9MJDwqd7N1vZ3 { width:1.9375rem;height:1.9375rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlHt4SRENCHrimHHIdlHzhEvScWrIKLk { width:1.3125rem;height:3rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #czmkLWGsZqJrdR6lPkTiIuci785I57gi { width:47.75rem;height:1.625rem;top:14.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #afvXIZ2N8oCwh6Sb8tkwT14VckevWvZH { width:1.3125rem;height:3rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNAMwC3f0kEJLkgrrzslsPcRD8BKMJ6y { width:1.9375rem;height:1.9375rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeWmRQEMsNGi0H64vZTRWAp6F5TyJQ1U { width:46.3125rem;height:1.625rem;top:18.25rem;left:1.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvuBOopVFuZtSFf0EtD5I2v99K3AMOLi { width:1.3125rem;height:3rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkH4NueBrwhrc4rT6mSOxrK006l5NS7D { width:1.9375rem;height:1.9375rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6uzEyGx0FyGTzxboTkaNZI8k2vnTNl5 { width:47.75rem;height:1.625rem;top:25.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEI8Awu6CmvbfNH76XnaTcFx0MlA8ACU { width:1.3125rem;height:3rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkgTC0yckRmcWAx4kkgJhcae09FXPBlD { width:1.9375rem;height:1.9375rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyf4LlX1FIPL7v05sDPoUzk6PFHh04sf { width:47.75rem;height:1.625rem;top:21.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8DLLiQBO2cy3881iD9TJLX7TqExH85l { width:1.3125rem;height:3rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FObtXzhTmXTezdG2eM5zscLIX4qmy5zR { width:1.9375rem;height:1.9375rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwBbnVTBNIPlAUmvqK8RcHikV5xd5lbq { width:47.75rem;height:1.625rem;top:29.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCV5G6vsMzAtJs3c13SGTz0IIXuKxVB0 { width:1.3125rem;height:3rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzGghnk3gQeLaNh5RVeDd6KBbuUmrazD { width:1.9375rem;height:1.9375rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8ZrFZzCCWICn6WJigOpaolvuM4cFDIR { width:47.75rem;height:1.625rem;top:32.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby { display:block; }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SveBnHcTGf8mazTy1ykbEdyOZUE1ziHk { top:1.25rem;left:0rem;width:47.75rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGoMNyQTWlc1f7IefpWMySxs7Xu7GtvT { width:47.125rem;height:2rem;top:3.3125rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzZ7fJWTpEtafd5TquOIckTt4vntdnrt { width:1.9375rem;height:1.9375rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogDZr4ZVIMTVDRTQXq4T8bl7fvOIxUcz { width:1.3125rem;height:3rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6uvvpDwMDD8We0AJrS13H7L4tG8FCqP { width:47.75rem;height:1.5625rem;top:6.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmaWR5Mo16Of3QGa3s3gvXNPVzascThD { width:1.3125rem;height:3rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZK4AkHs8TGM9RWqkicDfPef6CWrVPBi { width:1.9375rem;height:1.9375rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXXkilF2E3riVXLhk9KMNxLoU4rfvX57 { width:47.75rem;height:1.5625rem;top:10.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA8WpNs4u06q8mbBdzZ3KzuSBfrCU6df { width:1.3125rem;height:3rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ6GTtZuXKiT2HfZOtd4UFm23ZNKvyAz { width:1.9375rem;height:1.9375rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBJX87rXp8VdrqpRR2zclbBJWISsbBTD { width:47.75rem;height:1.625rem;top:17.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGOuP2BdTNATWZ70hBQql2wiG64icV9H { width:1.3125rem;height:3rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMmSB7Ni40OIOi1thZqyKceK3XyZxpMV { width:1.9375rem;height:1.9375rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A71ReBDtOOZtVkUed9fAgMvoh5anSSbb { width:47.75rem;height:1.5625rem;top:13.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXpUlPgerw2qT5q0CcwU9WgkWzU7HHrT { width:29rem;height:4.9375rem;top:26.5625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4C3lkBairTPbI972srfuQxGaN2lMW3J { display:block; }
 }@media only screen and (max-width: 763px) { #Invl0LFB8Oxaal9p3sBgbqlXLQFcQUZ0 { width:1.3125rem;height:3rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o02c2EC1MsOyOG71b9MygWBO7c2pZnzg { width:1.9375rem;height:1.9375rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQbCKJfMoEz4SGu14TKrCVXJJ0yVTbDA { width:47.75rem;height:1.625rem;top:21.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RolMXGJnRatycHcWQ9F6NQMZIe70yPmi { display:block; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hg7ahoUFvmolymUrJK2FBdk59XGPWqGB { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em1xZiTPig8rXguO8OeRdOLQX7Tv6Owi { width:47.25rem;height:6.375rem;top:7.5rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypwZ8COsqWf5kTvUzdrxE5QOWBteEzrg { width:29rem;height:4.9375rem;top:14.8125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4hqabLgZnpIhMVcRgRm7ZTmr8l7pcKP { display:block; }
 }@media only screen and (max-width: 763px) { #wRZrEbzmWL08aUCzQDsdHhPAJ3Z57DND { width:20rem;height:12.5rem;top:4.375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { display:block; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pP9nLZTLL48E599A97V9u36eQlvuyG0x { width:13.125rem;height:1.3125rem;top:1.75rem;left:34.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veQA546lG6imbJvlMS4IWxaHNLXtC37s { width:12.0625rem;height:1.3125rem;top:3.6875rem;left:35.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG086o73Z3w1yQtQbZZJ7bR6MrHztnI7 { top:0.9375rem;left:0rem;width:8.125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9KVTEUHT4eu5D0xFQy0QaQF0ysJkIW1 { width:20rem;height:5.25rem;top:1.40625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iihRUr4R5xCE632lz47GRS8Ax3CmIw5i { width:6.25rem;height:3.5rem;top:0rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd { background-color:#eef2f1;background-image:none;display:block; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { background-color: transparent; background-image: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container > .video-iframe-container { display: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container { display: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .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); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { width:20rem;height:56.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vWGVSWcq2M0mCR9pJZEVlRxK2yJk6g1Z { width:18.75rem;height:18.75rem;top:33.3125rem;left:0rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5 { width:7.1875rem;height:9.875rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMsGbE1ElZpi1qkuNJkkEL6gh2vrTAu7 { width:7.1875rem;height:8.75rem;top:46.0625rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaZgh5Tha8Xg7th5Zp7AE8tVrw20TnBc { width:19rem;height:4.25rem;top:23.25rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrcnk9Uze18H5RLGnD1w5ZlpB9TBp6wI { display:block; }
 }@media only screen and (max-width: 763px) { #GNzoWTDgGUw8NuMMToQ1vUPAt2R9ne2T { width:20rem;height:1rem;top:28.75rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VsyCcvXws43V9oDd6asZeFs3WgWS9ggU { width:19.0625rem;height:8.625rem;top:12.875rem;left:0.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #prpbJzvt1xGN28mpWuqtIrW3AHWadBS1 { width:20rem;height:9.375rem;top:1.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PdDpixniAR8R46RhoGZQchQZxBfEdbJ3 { width:0.125rem;height:9.4375rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHWBHnLa8N9VimabTtSzAtbHC3RD4Swv { width:20rem;height:11.402714932127rem;top:36.986328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { display:block; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container { width:20rem;height:79.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bk3dQTp3BFfkzOu9cfu8Nvh0sAmGa1cc { width:20rem;height:2.375rem;top:3.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DsU5eT3bESnA9K3wlOeBbeGEGAPQ59mw { width:20rem;height:28.6875rem;top:7.8125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #POT12lACD37g9zDP95m71CEwnQdxWb99 { width:20rem;height:1.4375rem;top:38.0625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #V6QL5vRgMa3UIre01vhzMndhdovNoss2 { width:20rem;height:7.8125rem;top:50.6875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qwviKcMJNrGnLStzLSomw1XDW0oceHuL { width:20rem;height:4.6875rem;top:60.0625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kQmD2Wg8EcOBd4LbBBTulrtqQo7SyBrV { width:20rem;height:11.5rem;top:65.8125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IlfSBnSZ5N08xhKif7BKIW423DqHWIh9 { width:20rem;height:9.25rem;top:40.6875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#IlfSBnSZ5N08xhKif7BKIW423DqHWIh9 li:before{  }
 }@media only screen and (max-width: 763px) { #sipUR2X8ykQZH41mE6swkcVEuJw4BJJW { display:block; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aimTdkWgaMZGXTXmqevhUvIzU4ET1vN5 { width:20rem;height:7.125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uCTPBXITrAyJhPTCgphJkTKJ04672Rsf { display:block; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container { width:20rem;height:55.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vL7DIcTn4MvddD4FUD0Tw8JMMfcbcupy { width:16.8125rem;height:3.125rem;top:6.26171875rem;left:1.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EEUUmPrWPt3dcmVQF61DVGliKECbhJzd { display:flex;width:3.5625rem;height:3.5625rem;top:0.59375rem;left:8.75rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #a8pyhQuX94aT5T66mJq1SrSgearPBQh8 { display:flex;width:3.6875rem;height:3.6875rem;top:18.5625rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #BgsnDuTZThvq1W8n38zBcxdPGm2ZoKTP { display:flex;width:3.25rem;height:3.25rem;top:36.0625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #PN94vTJu08JlwfNw5gaIUyT9TObNlwki { width:1.875rem;height:4.1875rem;top:0rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wypdngxBAyWVUV1O10NhFMnzf4ibrfpP { width:1.875rem;height:4.1875rem;top:18.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmICmyXTD7qcKgfpZNroGCfZwk8Zi5Rr { width:1.875rem;height:4.1875rem;top:35.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOch8VIrFOspT87FT9oJ6i15t4X2MMhd { width:17.0625rem;height:2.875rem;top:24rem;left:1.46875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BD0SSCJNJNpW2ZbhSXMSdDA4mitVEtBC { width:20rem;height:3.125rem;top:40.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fa6xBOxH9eVnu2iKomDqU0BTrt0wHVGb { width:20rem;height:6.875rem;top:10.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CMxA5Xcx0rkx3uahlwZOQ9GpOHmIDIKW { width:20rem;height:6.875rem;top:27.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JU29DrLmUntABGcOUHVgii81top3PZse { width:20rem;height:6.875rem;top:44.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 { display:block; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nB73wPS1txBNMXr1n50qnJrXeJkG4CeX { width:20rem;height:1.875rem;top:1.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X10y5T075f9bdRd0PBIxT06HQL1o7rvb { display:flex;width:1.9375rem;height:1.9375rem;top:5.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zWVmr3LTLWh8RkEDMKq2NW186qCIsqPu { width:1.3125rem;height:3rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmkMp4fi2ozEfehlTwd4r5kyEqq8AffF { width:17.25rem;height:4.6875rem;top:5.9375rem;left:2.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TMmprSfTAMIhDvQFkSGtTop03ualKn7f { width:1.3125rem;height:3rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emolnGZAIhaEu9JxPQkCNuvcELJOeFbw { display:flex;width:1.9375rem;height:1.9375rem;top:12.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K2LcxlrRZqIbxCaDQmftv7fegDbTWeCJ { width:17.25rem;height:3.125rem;top:12.0625rem;left:2.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rsWTA8WMTezClTJuOqgmk4OA4ZnXHu9W { width:17.1875rem;height:3.125rem;top:16.4375rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V0nQbW3RFPxX9OaBpKuxnVgMayClG3ya { display:flex;width:1.9375rem;height:1.9375rem;top:16.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Pk67levvFEOnmbVF9gQKtbuAT3EHNkwf { width:1.3125rem;height:3rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKa2KLEpntboW9HSTV1HlFLRzdvvuerP { width:17.1875rem;height:4.6875rem;top:29.6875rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SfmPmrtkkJP8E3g1B862ruQ7lWpIPq4R { width:17.1875rem;height:3.125rem;top:25.4375rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TdFoxOMOHw9uJzmA19I64q6VScuGOoiL { display:flex;width:1.9375rem;height:1.9375rem;top:25.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Rzb65QuNtxcktp6VqBT3N7Jqm4C0Xdgs { display:flex;width:1.9375rem;height:1.9375rem;top:29.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cvhqvwZB0MnruiVANoT5W9VBCI8IFDSR { width:1.3125rem;height:3rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfol9wLETvhyQqerbLRXO3zmcp6g7l8h { width:1.3125rem;height:3rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7mXNQrJCpSTBT8rm69PL0xfw7t5vQZG { width:1.3125rem;height:3rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC4xJHXVZptVJ38Vz8HQW78y7QtgdNUQ { display:flex;width:1.9375rem;height:1.9375rem;top:20.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nmQ9FzFmrCJHu45dGCpwHoeTzFm6H7xy { width:17.25rem;height:3.125rem;top:20.875rem;left:2.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PNWUogA5xKT8wHEvCfkzQKqzMaQbgkUw { width:17.1875rem;height:3.125rem;top:57.9375rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OHZbOh8B6yqUazWh43cfLTax9FFeiX7c { width:17.3125rem;height:3.125rem;top:53.4375rem;left:2.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OJNrqTB7wBG2wJP0KqIIqUgoNepXbRTI { display:flex;width:1.9375rem;height:1.9375rem;top:53.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pMnFe2x4oHacrEawNhXc2DmvN7PCz6tZ { display:flex;width:1.9375rem;height:1.9375rem;top:57.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SyKSATHVNEAscwUTOb0etZfevNnvJnnc { display:flex;width:1.9375rem;height:1.9375rem;top:47.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RR5PBfdRPzmaq8i3mEUxpSFSxZoNc0Cu { width:17.1875rem;height:4.6875rem;top:47.5rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CdWdSR8x3cIyN9iCPtthFQPrsv5Mvcol { width:1.3125rem;height:3rem;top:46.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTQiM8ue48AuWTdGCCubkhlySztfXu5h { width:1.3125rem;height:3rem;top:52.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU6ZmU8x7JUo4mM970QxE1z5HO8PTQqW { width:1.3125rem;height:3rem;top:57.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqsWEU5t67IVZAkpqedwsJ6B7Qu1irs6 { width:1.3125rem;height:3rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEU5T4aqf4NoUnM5arFWW0ed8lGZaEcE { display:flex;width:1.9375rem;height:1.9375rem;top:41.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wnAzL5edFo7MqTXS9fO99FF48tf0yyEm { width:17.125rem;height:4.6875rem;top:41.625rem;left:2.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kZkTfVX0pk1NbwBuQPFnn0UgzfW6exle { width:1.3125rem;height:3rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LARd20fQG8HJ7NcM2r2D8kpc3Rc0ADyJ { display:flex;width:1.9375rem;height:1.9375rem;top:35.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C7Q7cEPBqokBdPsDeqMSVpRmniAqdZEe { width:17.1875rem;height:4.6875rem;top:35.625rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DbIcwJobVpu3PZ8AN9TlS6G4fSTMWDxG { width:17.3125rem;height:6.25rem;top:62.375rem;left:2.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tu8g43A6pPsMHOiwDV7gALtcfic7BGhJ { display:flex;width:1.9375rem;height:1.9375rem;top:62.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BLDhZq8xn1xtOuD9pbJuGPzVaPFlAuXD { width:1.3125rem;height:3rem;top:61.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgyCBEPcionenRVEqZ5kh63n0tx7ObGm { width:20rem;height:5.25rem;top:70.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #WQ2VT7oCFrtpT8NyxuoAuSD4Kpnvri6q { width:19rem;height:4.9375rem;top:77.25rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANIT4al7CxBB77EkCNhI8ZkTouTX4A4s { display:block; }
 }@media only screen and (max-width: 763px) { #NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk { display:block; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvEGGQTAyCdE0ZC1riZnkLFoCLARt8WW { width:20rem;height:7.75rem;top:2.5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MiR9Sw4d6TuGPMVKTwwK8wRD7TIW4W1s { display:block; }#MiR9Sw4d6TuGPMVKTwwK8wRD7TIW4W1s > .row .container { width:20rem;height:131.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggK3nbc6WnA7c9GDu6C4oR9cSfltugNR { width:20rem;height:102.875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDnF7SsIAszTgNeHNnHMb8EIhsUMWEPP { width:1.3125rem;height:3rem;top:47.8125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpcnUir08cSbZgtusvzlnrwd3ITJ920s { width:19.25rem;height:7.8125rem;top:51.75rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E79zxJvL5EM4qySbMvbKIRBM8lUwtpeM { display:flex;width:1.9375rem;height:1.9375rem;top:48.375rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #Pm7LSN8dFkTdt3Vv7uAUNfbTbUTFcpHr { width:19.5rem;height:9.375rem;top:37rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uRKLF6GR24nTIOQt11fwuX2tETSHilbS { display:flex;width:1.9375rem;height:1.9375rem;top:33.75rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #n7lBDC3Nx6nsfcJOTRv0Xm9V59272d2N { width:1.3125rem;height:3rem;top:33.1875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLEK5bHXgGr6k2Z8fTRf0pZLItnMrtGy { width:19.375rem;height:9.375rem;top:22.75rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WMi5xnsklyV6AATQFDQOpn76QDuAzqGo { display:flex;width:1.9375rem;height:1.9375rem;top:3.75rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #N6pXVHC9GAGTSrMHA5xuUxFmux1oDJwe { width:1.3125rem;height:3rem;top:3.1875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDGso6iuAc6ynqZOv5lHVbSfeGFBUaFB { width:18.5625rem;height:9.375rem;top:7.1875rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vN6kRBvHU0lsTZAVTxPPNTNWI5VTa1d2 { display:flex;width:1.9375rem;height:1.9375rem;top:19.0625rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #uXbRC6MRgQxpGRaFoATlTIJChXEgttsP { width:1.3125rem;height:3rem;top:18.5rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #g78KQP9hDViK0auNkrGb9R4D3sTumOXQ { width:20rem;height:9.375rem;top:64.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H8gkkUy7vSoITJN2Euzq2pRD2wcexsQh { display:flex;width:1.9375rem;height:1.9375rem;top:60.875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #ZfaNwJdiLiMThT48qCHN66NfK4zzz26s { width:1.3125rem;height:3rem;top:60.3125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzcMnlHHbKKiWcXkgDlhyPLOVnwOsX4i { width:20rem;height:7.8125rem;top:79.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IlV31ywxS8LP2p6DPMORIy6ZHcAMwXn0 { width:1.3125rem;height:3rem;top:75.1875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ibz2JaUmziDSgytsQedoXlxgtTv2bLAC { display:flex;width:1.9375rem;height:1.9375rem;top:75.75rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #Nb7oVXITot3Uu5p9wyluDeJ51asVMXHr { width:20rem;height:9.375rem;top:92.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c6RCcHnF1VArMf0BkuK1ysswtxZBgcZO { width:1.3125rem;height:3rem;top:88.5rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fakURMX0ZJxTWRpiBAo5Eq2vZv9TlkJi { display:flex;width:1.9375rem;height:1.9375rem;top:89.0625rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #sxrrRpBImGQxLoKctgiUns2UqaMiqW70 { width:19.75rem;height:22.125rem;top:105.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXH55IZ0oQrUaLTS8uybdViUqXSXCp1S { display:block; }#kXH55IZ0oQrUaLTS8uybdViUqXSXCp1S > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lf9eRSpTFu6zbMhTOifMsz1MAyvW0IEz { width:16.0625rem;height:4.75rem;top:3.4375rem;left:1.96875rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KI6ShsIUGw8DFpfeeH1s8ynJDKwWTLry { display:block; }#KI6ShsIUGw8DFpfeeH1s8ynJDKwWTLry > .row .container { width:20rem;height:69.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQ0Hmmz3iW2MzdfTMAedc6vGn43XC0MM { width:19.25rem;height:30.6875rem;top:0rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gualul1xxcn1vxuXLiwTEI2t1aGwFrid { width:17.5rem;height:16.4375rem;top:13.375rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#gualul1xxcn1vxuXLiwTEI2t1aGwFrid li:before{  }
 }@media only screen and (max-width: 763px) { #PocTqlBPFfxyrhMnKTemd9Ho71OnpXof { width:16.25rem;height:6.25rem;top:6rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LQxRZzwroI1Gcayn6glBTpLBH4FfokoX { width:20rem;height:34.9375rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1ZOF6067BoDGeyHs4Pi8up6ZL5lLP5v { width:19.125rem;height:23.125rem;top:41.6875rem;left:0.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#z1ZOF6067BoDGeyHs4Pi8up6ZL5lLP5v li:before{  }
 }@media only screen and (max-width: 763px) { #lkURT8MdzdoViIHrbVCwD9P7db7fTx4o { width:20rem;height:1.5625rem;top:38.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oI6CVV8sDHwZNrtrmwcUUC68stOo9wgG { width:6.9375rem;height:6rem;top:0rem;left:6.53125rem;font-size:5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iz9bbLa7zsex4CyXExAfqXF0sfGULq5T { width:6.9375rem;height:6rem;top:32rem;left:6.53125rem;font-size:5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wTarDwHSdEZWreLOCxkhtTa9h51WfhBv { display:block; }#wTarDwHSdEZWreLOCxkhtTa9h51WfhBv > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlh3bJugTfhRoBGwuiFm3ZBWQZwk3t6N { width:19.25rem;height:25.3125rem;top:0rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NggH4uhaKg0GyO3gt8nIOJOAIi3rh7VI { width:17.5rem;height:15.3125rem;top:8.6875rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#NggH4uhaKg0GyO3gt8nIOJOAIi3rh7VI li:before{  }
 }@media only screen and (max-width: 763px) { #IbEOoJ9WHVGWeCwkW2lSCSI2v6h5EWOQ { width:16.25rem;height:1.5625rem;top:6rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eyFDs0Alqmm4A3Ty4ShqBoXMFfex2TXE { width:20rem;height:26.6875rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiRBy8TT6osr2fdbV3Xi39Cz6fc1dfdz { width:19.125rem;height:14.1875rem;top:36.5rem;left:0.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#PiRBy8TT6osr2fdbV3Xi39Cz6fc1dfdz li:before{  }
 }@media only screen and (max-width: 763px) { #esUCF5uJHeXoRkQSQBEKIIIas7PB3w11 { width:20rem;height:1.5625rem;top:33.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Op0EevKGSb6yIQpQZZfmDcdO1QkET6AA { width:6.9375rem;height:6rem;top:0rem;left:6.53125rem;font-size:5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mbWkCFIyah0XftDJlJcJtCXRwFIeW9R7 { width:6.9375rem;height:6rem;top:26.8125rem;left:6.5625rem;font-size:5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #E9M6ILsSbpIF1xV4f6VEr4OQcyWEQ0kt { display:block; }#E9M6ILsSbpIF1xV4f6VEr4OQcyWEQ0kt > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htDCf1XVLx8QmBSsxp3LysyTxTx5TnAB { width:20rem;height:1.5625rem;top:2.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oQTu2bf8LTdt0uxFCKB6RF3TpJ5D1hcd { width:18.5625rem;height:10.6875rem;top:4.9375rem;left:0.71875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#oQTu2bf8LTdt0uxFCKB6RF3TpJ5D1hcd li:before{  }
 }@media only screen and (max-width: 763px) { #T4KBdxnufdprElmTCv7pqJTe5QWIATGI { width:20rem;height:16.375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEVHKvKllRx0DxMMZtGev0p9upcTyqSO { display:block; }#wEVHKvKllRx0DxMMZtGev0p9upcTyqSO > .row .container { width:20rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vWIe54dOq9PDGmkSvXFcPh1EUHlBh8RQ { width:18rem;height:11.875rem;top:1.1875rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fkPwdUuOsMRnM5FTlbB7nyZdqpTtzhcx { width:19.125rem;height:15.625rem;top:14.5625rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #utPNOtrmf3TT7DMerys00oFHDVo34B7s { width:0.125rem;height:16.75rem;top:14rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLr2Zvq4Fb6hObQwZTMF1Ntg1DHn8T1I { display:flex;width:1.9375rem;height:1.9375rem;top:33.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zToMabowmTCTH7EDizTyaTllX4Ph58rQ { width:1.3125rem;height:3rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPNXtnIsbubuzHqgD3GgOAErUkA2TlTB { width:17.0625rem;height:4.3125rem;top:33.375rem;left:2.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U95LZN8X6aPUAH1PRnmsU2khkLNcH4bE { width:17.1875rem;height:4.3125rem;top:38.9375rem;left:2.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n0CEQP3R6XHGachD8X6Q69axge5CC478 { display:flex;width:1.9375rem;height:1.9375rem;top:38.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KT6TgVU9wzqFkG2JntCF4mwAxEzPQCE8 { width:1.3125rem;height:3rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQRBhd4aHJ9U8gaS98Gfa66KnTubIA6I { width:17.125rem;height:5.75rem;top:44.4375rem;left:2.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tgvn9xvIxkiW5OqyLvkWygzPN2eftykm { display:flex;width:1.9375rem;height:1.9375rem;top:44.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZcPK80Uno5LpAUSqU9lvFlUS0tuCZt9l { width:1.3125rem;height:3rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIOtm6q9o2l2uc3uitN6iBgnEfz1dDwH { width:17.125rem;height:2.875rem;top:51.375rem;left:2.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bp4pys2o13QXqRfcTZ0nHqk01ABPaKo2 { width:1.3125rem;height:3rem;top:50.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5t2crDOK8MGkyHwV1J1gPDyMU2qaPTl { display:flex;width:1.9375rem;height:1.9375rem;top:51.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm { display:block; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfFSiT7IopQ1pI6vW2WGVZ4sHpugE2QQ { width:20rem;height:6.1875rem;top:3.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #l1TPy72THKpkLCT4V7HodumwgSHZmQVx { display:block; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvE1axPPAJOhM0cTMdfE176DbicDF3p9 { display:flex;width:3.5rem;height:3.5rem;top:0rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #QGTx5mvD2TpPrgIDK17aQqwm0ebTNzkg { display:flex;width:3.5rem;height:3.5rem;top:12.875rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #WH3aQ4LsWBEvi8vpcp5vRrMKbkpc388e { width:20rem;height:9.8125rem;top:2.375rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Qv1x4yAtZOWty9nHtyOX8i2mDmRA2GFx { width:20rem;height:10.6875rem;top:14.5625rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u { display:block; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrnAiV0OP6uSfpFuIW0J7AHoHr7bAfTw { display:flex;width:3.5rem;height:3.5rem;top:0rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #vhcXAtNwJtX102VrwNJl5ZKmTr53k161 { display:flex;width:3.5rem;height:3.5rem;top:11.8125rem;left:15.9375rem; }
 }@media only screen and (max-width: 763px) { #IyRdfFoWU817c5T3zNVrUxZUabVVD1D7 { width:20rem;height:9.3125rem;top:1.25rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #S2TvOvVJIBzwpC0R1UOUFn18gIqVdX98 { width:20rem;height:8.4375rem;top:13.3125rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #mWXe9ex28hWq0mT59qXxvTpM66u55rlB { display:block; }#mWXe9ex28hWq0mT59qXxvTpM66u55rlB > .row .container { width:20rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7lZLRxNiITnPxhRZ2yNHATM2mrnw1Bi { width:20rem;height:4.75rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hdCiSHxkKw0I4n86dnVeb3Z3IOi6Vku7 { width:20rem;height:20.25rem;top:18.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kds9qDsNEoFg7UZTEoiUMVCJ6rbqMqgz { width:20rem;height:2rem;top:7.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d3Kd1rRx58u42HbQhBG9MJDwqd7N1vZ3 { display:flex;width:1.9375rem;height:1.9375rem;top:11.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BlHt4SRENCHrimHHIdlHzhEvScWrIKLk { width:1.3125rem;height:3rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #czmkLWGsZqJrdR6lPkTiIuci785I57gi { width:17.1875rem;height:2.75rem;top:11.3125rem;left:2.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #afvXIZ2N8oCwh6Sb8tkwT14VckevWvZH { width:1.3125rem;height:3rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNAMwC3f0kEJLkgrrzslsPcRD8BKMJ6y { display:flex;width:1.9375rem;height:1.9375rem;top:15.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BeWmRQEMsNGi0H64vZTRWAp6F5TyJQ1U { width:17.125rem;height:4.125rem;top:15.1875rem;left:2.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rvuBOopVFuZtSFf0EtD5I2v99K3AMOLi { width:1.3125rem;height:3rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkH4NueBrwhrc4rT6mSOxrK006l5NS7D { display:flex;width:1.9375rem;height:1.9375rem;top:23.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E6uzEyGx0FyGTzxboTkaNZI8k2vnTNl5 { width:17.25rem;height:2.75rem;top:23.75rem;left:2.75rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #VEI8Awu6CmvbfNH76XnaTcFx0MlA8ACU { width:1.3125rem;height:3rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkgTC0yckRmcWAx4kkgJhcae09FXPBlD { display:flex;width:1.9375rem;height:1.9375rem;top:19.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vyf4LlX1FIPL7v05sDPoUzk6PFHh04sf { width:17.125rem;height:2.75rem;top:19.875rem;left:2.875rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #P8DLLiQBO2cy3881iD9TJLX7TqExH85l { width:1.3125rem;height:3rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FObtXzhTmXTezdG2eM5zscLIX4qmy5zR { display:flex;width:1.9375rem;height:1.9375rem;top:27.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BwBbnVTBNIPlAUmvqK8RcHikV5xd5lbq { width:17.375rem;height:4.125rem;top:27.625rem;left:2.625rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #gCV5G6vsMzAtJs3c13SGTz0IIXuKxVB0 { width:1.3125rem;height:3rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzGghnk3gQeLaNh5RVeDd6KBbuUmrazD { display:flex;width:1.9375rem;height:1.9375rem;top:32.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r8ZrFZzCCWICn6WJigOpaolvuM4cFDIR { width:17.5rem;height:4.125rem;top:32.3125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby { display:block; }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby > .row .container { width:20rem;height:37.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SveBnHcTGf8mazTy1ykbEdyOZUE1ziHk { width:20rem;height:20.25rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AGoMNyQTWlc1f7IefpWMySxs7Xu7GtvT { width:20rem;height:4rem;top:1.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UzZ7fJWTpEtafd5TquOIckTt4vntdnrt { display:flex;width:1.9375rem;height:1.9375rem;top:7rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ogDZr4ZVIMTVDRTQXq4T8bl7fvOIxUcz { width:1.3125rem;height:3rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6uvvpDwMDD8We0AJrS13H7L4tG8FCqP { width:17.375rem;height:2.875rem;top:7rem;left:2.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fmaWR5Mo16Of3QGa3s3gvXNPVzascThD { width:1.3125rem;height:3rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZK4AkHs8TGM9RWqkicDfPef6CWrVPBi { display:flex;width:1.9375rem;height:1.9375rem;top:10.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VXXkilF2E3riVXLhk9KMNxLoU4rfvX57 { width:17.4375rem;height:2.875rem;top:10.3125rem;left:2.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #bA8WpNs4u06q8mbBdzZ3KzuSBfrCU6df { width:1.3125rem;height:3rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ6GTtZuXKiT2HfZOtd4UFm23ZNKvyAz { display:flex;width:1.9375rem;height:1.9375rem;top:17.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LBJX87rXp8VdrqpRR2zclbBJWISsbBTD { width:17.375rem;height:2.875rem;top:17.1875rem;left:2.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #EGOuP2BdTNATWZ70hBQql2wiG64icV9H { width:1.3125rem;height:3rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMmSB7Ni40OIOi1thZqyKceK3XyZxpMV { display:flex;width:1.9375rem;height:1.9375rem;top:13.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A71ReBDtOOZtVkUed9fAgMvoh5anSSbb { width:17.375rem;height:2.875rem;top:13.75rem;left:2.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dXpUlPgerw2qT5q0CcwU9WgkWzU7HHrT { width:19rem;height:4.375rem;top:27rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4C3lkBairTPbI972srfuQxGaN2lMW3J { display:block; }
 }@media only screen and (max-width: 763px) { #Invl0LFB8Oxaal9p3sBgbqlXLQFcQUZ0 { width:1.3125rem;height:3rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o02c2EC1MsOyOG71b9MygWBO7c2pZnzg { display:flex;width:1.9375rem;height:1.9375rem;top:20.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uQbCKJfMoEz4SGu14TKrCVXJJ0yVTbDA { width:17.3125rem;height:4.3125rem;top:20.625rem;left:2.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #RolMXGJnRatycHcWQ9F6NQMZIe70yPmi { display:block; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hg7ahoUFvmolymUrJK2FBdk59XGPWqGB { width:20rem;height:2.375rem;top:2.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Em1xZiTPig8rXguO8OeRdOLQX7Tv6Owi { width:20rem;height:0;top:5.0625rem;left:0rem;font-size:1.125rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #ypwZ8COsqWf5kTvUzdrxE5QOWBteEzrg { width:19rem;height:4.9375rem;top:17.9375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4hqabLgZnpIhMVcRgRm7ZTmr8l7pcKP { display:block; }
 }@media only screen and (max-width: 763px) { #wRZrEbzmWL08aUCzQDsdHhPAJ3Z57DND { width:20rem;height:10.0625rem;top:6.1875rem;left:0rem;font-size:1.0625rem;line-height:1.4;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { display:block; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pP9nLZTLL48E599A97V9u36eQlvuyG0x { width:13.125rem;height:1.3125rem;top:7.25rem;left:3.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #veQA546lG6imbJvlMS4IWxaHNLXtC37s { width:12.0625rem;height:1.3125rem;top:9.75rem;left:3.96875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OG086o73Z3w1yQtQbZZJ7bR6MrHztnI7 { width:8.125rem;height:4.875rem;top:0.9375rem;left:5.9375rem;display:block; }
 }