.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:248,252,243;--color-primary-1:233,246,217;--color-primary-2:210,236,178;--color-primary-3:105,118,89;--color-primary-4:32,35,27;--color-secondary-0:243,251,255;--color-secondary-1:217,242,255;--color-secondary-2:178,228,255;--color-secondary-3:89,114,128;--color-secondary-4:27,34,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:100,100,100;--color-tertiary-4:0,0,0;--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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .row .container { background-color: transparent; background-image: none; }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .row .container > .video-iframe-container { display: none; }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .row > .video-iframe-container { display: none; }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .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); }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .row .container { border-width: 0; border-radius: 0; }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#HBvSraNlWunvmRvEi0df6cG003z94Cht { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.625rem;left:5.75rem;height:3.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E0w1HNVvWCyJiL1UXh03fQggum93JtpU { color:#4c4c4c;display:block;width:46.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:4.6927084922791rem;left:15.65625rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HU3qKQsPTIotaeB0rLlWQy7g1nAs9xaz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:3.3168404102326rem;left:58.104169845581rem;overflow:hidden;display:block; }
#VCeNZhTFtb9VsWv0QRnFBm4IuMhiCOSa { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:3.3168404102326rem;left:13.25rem;overflow:hidden;display:block; }
#gQDJaF2pmRMhsGwBZTDr0P8tivAErZAK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.4375rem;width:43.5625rem;top:11.4375rem;left:17.1875rem;display:block; }
#TXGnXNQ7gQiJEW9v89pno0QD2CVxBwxH { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.5rem;width:23.6875rem;top:7.40625rem;left:1.7005214691162rem;overflow:hidden;display:block; }
#hronvvhfQw2SPwpXvlT4hGDW8i6haD8O { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.5rem;width:23.6875rem;top:7.40625rem;left:51.311635971069rem;overflow:hidden;display:block; }
#xUoHLrOQD1N9ula3Iztk6fmzepJ1pcbd { box-sizing:content-box;height:26.3125rem;width:46.9375rem;position:absolute;display:block;z-index:14996;background-color:#f5f6f6;background-image:none;top:10.4375rem;left:15.65625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TCEnPW1Mus8a3yhBtSvXJchEfm4lR6oJ { position:relative;display:block; }#TCEnPW1Mus8a3yhBtSvXJchEfm4lR6oJ { background-color: transparent; background-image: none; }#TCEnPW1Mus8a3yhBtSvXJchEfm4lR6oJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCEnPW1Mus8a3yhBtSvXJchEfm4lR6oJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCEnPW1Mus8a3yhBtSvXJchEfm4lR6oJ > .row .container > .video-iframe-container { display: none; }#TCEnPW1Mus8a3yhBtSvXJchEfm4lR6oJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCEnPW1Mus8a3yhBtSvXJchEfm4lR6oJ > .row > .video-iframe-container { display: none; }#TCEnPW1Mus8a3yhBtSvXJchEfm4lR6oJ > .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); }#TCEnPW1Mus8a3yhBtSvXJchEfm4lR6oJ { border-width: 0; border-radius: 0; }#TCEnPW1Mus8a3yhBtSvXJchEfm4lR6oJ > .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; }#TCEnPW1Mus8a3yhBtSvXJchEfm4lR6oJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:66.625rem;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; }#LibXhp64sZKZsGcvsue5PWIEH1nxtuwJ { color:#4c4c4c;display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15053;line-height:1.2;letter-spacing:0;top:37.125003814698rem;left:23.429689407349rem;height:1.19965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NVO9JSCV6GCTqFWuKbyKUkiGIWqvWMqX { box-sizing:content-box;height:2.375rem;width:14.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15052;background-color:rgba(var(--color-primary-2),1);background-image:none;top:33.5rem;left:29.8125rem;display:block; }
#qvJtGB8xdTR4n13I9GB1eAqwTXitMIig { color:#4c4c4c;display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15046;line-height:1.2;letter-spacing:0;top:25.125rem;left:24.6875rem;height:3.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pimAZFiEDqmxNOWV8xJlIe6yC0yaOqTX { box-sizing:content-box;height:2.375rem;width:7.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15045;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.5rem;left:28.75rem;display:block; }
#RdGhuTPurnsdE1pihW8pcNc3ILTZKTMo { color:#4c4c4c;display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.1;letter-spacing:0;top:22.0625rem;left:29.5625rem;height:1.23698125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IHmEJETc0TSaK8CrQvurwcfTn26etqT5 { color:#4c4c4c;display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.2;letter-spacing:0;top:12.5rem;left:24.6875rem;height:2.39930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pw92y4dT7xPTxl5wO0gOiXEDQ04VvASl { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:20.5625rem;left:24.0625rem;overflow:hidden;display:block; }
#MyxMOtzwZzF9vU5ddmDErquiEIsKtJt8 { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:32.1875rem;left:24.125rem;overflow:hidden;display:block; }
#GmtT3pcHw4Ur9WfvCoqbguGlhguUU8iC { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:21.180557012558rem;left:20.000001907349rem;overflow:hidden;display:block; }
#UlrdfpAvundWWGeQuuWqgGUBwkPyTEfB { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:32.180556297303rem;left:19.743055343628rem;overflow:hidden;display:block; }
#X8l6oUMK8kB5lS0hxeSTo497CaA0z8FC { color:#4c4c4c;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15044;line-height:1.1;letter-spacing:0;top:22.211807012558rem;left:20.718751907349rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fIUPrEkrzvGTctt1goZgUZEMyB2Prh9T { color:#4c4c4c;display:block;width:1.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15051;line-height:1.1;letter-spacing:0;top:33.227431297303rem;left:21.055555343628rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8TdhHXa4LDWUFsiZvTVgWqbIlp8pHC9 { box-sizing:content-box;height:39.625rem;width:0.125rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11.061631560326rem;left:21.687501907349rem;display:block; }
#iWZrtDgKrKKXuOh0xumcql2O20HxAcEr { color:#4c4c4c;display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15045;line-height:1.1;letter-spacing:0;top:22.137152135372rem;left:15.243055343628rem;height:1.099825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WZZpQ5oq7zRTt0lp8U1sOrDuGzvVaX6T { color:#4c4c4c;display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:33.5rem;left:16.486110687256rem;height:1.099825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N32adLXgTft0TMF8h9uEUz6CUxFsK3Ta { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:8.1875rem;left:20rem;overflow:hidden;display:block; }
#guA9O6B6owlE7Nv0gBuZWSa5sSG2w0TO { color:#4c4c4c;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15037;line-height:1.1;letter-spacing:0;top:9.1875rem;left:20.75rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GWO839PwaRrIPO2VmhQIVghkzaGB4m1q { box-sizing:content-box;height:2.375rem;width:8.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.875rem;left:27.5rem;display:block; }
#LyyJL46tLLrf5pKS0rEtTIW2ef9rfT4O { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:7.493055820465rem;left:23.743054389954rem;overflow:hidden;display:block; }
#yhgdmUBoQd4GkPo8B4xZwBcT83zaLluh { color:#4c4c4c;display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15038;line-height:1.1;letter-spacing:0;top:9.5rem;left:15rem;height:1.099825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I5DbBmAACQyL4vot8NFmUBe0h4Bt8BWR { color:#4c4c4c;display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.1;letter-spacing:0;top:9.4435763359069rem;left:28.562500953674rem;height:1.23698125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TW4Td5tFiW61IRyHBerEAltdGdNScIFM { color:#4c4c4c;display:block;width:56.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15037;line-height:1.1;letter-spacing:0;top:3.625rem;left:12.125rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AXVZT1Nq8DmI0IUBp1INpGhsfKAOoKeW { color:#4c4c4c;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.1;letter-spacing:0;top:34.0625rem;left:30.6875rem;height:1.23698125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E0C3OrdDbQR90TgzHmu7KE1vaEq7HOEU { z-index:15003;top:40.875rem;left:23.4375rem;background-color:#fcdfff;background-image:none;border-top:0.0625rem solid #d2eafd;border-left:0.0625rem solid #d2eafd;border-right:0.0625rem solid #d2eafd;border-bottom:0.0625rem solid #d2eafd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:#072738;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#p7IyPqDC1uXOpKmx9qSyeC8CCOpgwAZa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ylGbTMlLIu8eeEGO1RtAoOBaypfJXOLP { z-index:15003;top:15.336806058884rem;left:24.687501907349rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #c9c9c9 ;box-sizing:border-box;color:#030303;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:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xZJ5zXNTuLWhNPgymGpSwx9T6437DJge { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bvqTaT7GJyXwqwQKTz525Rf8zxbNfltT { z-index:15004;top:15.336806058884rem;left:36.812501907349rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #c9c9c9 ;box-sizing:border-box;color:#030303;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:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UpgWnUl1WNTab0aq0oIdBqqplCAIoR9w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X1CU7Ot5srGb5vPZhwVzfJaBWAPm2sWa { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:45.803821563721rem;left:19.430555343628rem;overflow:hidden;display:block; }
#BrFASdbILJEGF10PSPTICkbBodPPOeaB { color:#4c4c4c;display:block;width:1.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:47.328126907349rem;left:21.055555343628rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QHBGL3Hm7c7oycGuhQ85uJ1FaehlKWhx { color:#4c4c4c;display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15053;line-height:1.1;letter-spacing:0;top:47.893230438233rem;left:16.173610687256rem;height:1.099825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JzBs7TVERWb3v5irpCyqySyzWRFzZkE2 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.875rem;width:4.9375rem;top:45.803821563721rem;left:24.687501907349rem;overflow:hidden;display:block; }
#cHgutG1PbLlWGJPwqSWOVTGp67w2d0TK { color:#4c4c4c;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15056;line-height:1.1;letter-spacing:0;top:47.5625rem;left:30.6875rem;height:1.23698125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VfGpe1T6klg0wtKczOTsFwZoW5XCTrzn { box-sizing:content-box;height:2.375rem;width:20.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15054;background-color:rgba(var(--color-primary-2),1);background-image:none;top:47rem;left:29.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#UEuEzWz2fZ9gey6R1J9w80JDqu74z8JX { color:#4c4c4c;display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.2;letter-spacing:0;top:50.616323471069rem;left:27.500001907349rem;height:1.19965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CVeycxswkgUsvyNmBT7U7GiupRxG4alS { color:rgba(var(--color-tertiary-3),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15055;line-height:1.2;letter-spacing:0;top:53.052949905396rem;left:24.687501907349rem;height:6.29514375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JhRwOE2TJ0HHkfN20d9FOLc5UowTAyEV { box-sizing:content-box;height:60.375rem;width:56.1875rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.63107681274412rem;left:14.006944656372rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#bIuwuUmhtQqciOTSB2AQkvBFZMe0hWGW { position:relative;display:block; }#bIuwuUmhtQqciOTSB2AQkvBFZMe0hWGW { background-color: transparent; background-image: none; }#bIuwuUmhtQqciOTSB2AQkvBFZMe0hWGW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIuwuUmhtQqciOTSB2AQkvBFZMe0hWGW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIuwuUmhtQqciOTSB2AQkvBFZMe0hWGW > .row .container > .video-iframe-container { display: none; }#bIuwuUmhtQqciOTSB2AQkvBFZMe0hWGW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIuwuUmhtQqciOTSB2AQkvBFZMe0hWGW > .row > .video-iframe-container { display: none; }#bIuwuUmhtQqciOTSB2AQkvBFZMe0hWGW > .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); }#bIuwuUmhtQqciOTSB2AQkvBFZMe0hWGW { border-width: 0; border-radius: 0; }#bIuwuUmhtQqciOTSB2AQkvBFZMe0hWGW > .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; }#bIuwuUmhtQqciOTSB2AQkvBFZMe0hWGW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.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; }#NLLaX4DHHfJbnTU3EHOFxsTSVeXLsQlm { color:#ffa0f5;display:block;width:63.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:5.5rem;left:6.6875rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ADii6MOfVqmOl7IUWcCV7PXH6nbzvloi { color:#4c4c4c;display:block;width:63.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:1.9999980926514rem;left:2.9652786254883rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 > .row .container { background-color: transparent; background-image: none; }#Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 > .row .container > .video-iframe-container { display: none; }#Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 > .row > .video-iframe-container { display: none; }#Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 > .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); }#Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 > .row .container { border-width: 0; border-radius: 0; }#Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;overflow:visible;position:relative;display:block; }#hSlbhiCW6iM71LZspkvCOLfalCEZ7TJ0 { color:#4c4c4c;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:9.3125rem;left:1.0625rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WCWuGhpDqe41NSbJW0NXtKFLPApX41Ez { box-sizing:content-box;height:12.25rem;width:23.625rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block;z-index:15011;background-color:#f6f6f6;background-image:none;top:3.375rem;left:0.1875rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#iiLSBVBAytuq1QGFF8Rsg3tQQftIGDvv { color:#4c4c4c;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:4.5625rem;left:1.0625rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BxfZOgVREycoG4ygAy5ghsiL0yJf2qUe { box-sizing:content-box;height:15.125rem;width:24.5rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block;z-index:15005;background-color:#f6f6f6;background-image:none;top:0.625rem;left:25.1875rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#tQwK8LRhqlhVFTdMTtfJp4FxyidJ9fSW { color:#4c4c4c;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.5625rem;left:26rem;height:6.497375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#agESyBDuS3IrzBnD00I3dMUoLQT3kdmp { box-sizing:content-box;height:12.25rem;width:23.625rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block;z-index:15009;background-color:#f6f6f6;background-image:none;top:3.375rem;left:51.375rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#BUnusVTvwI10HHUEFvgwr73AIRtsPLip { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.25rem;top:18.0625rem;left:13.75rem;overflow:hidden;display:block; }
#HcWIcMRo4TZokR5OuimVGMvABdOr1t8i { color:#4c4c4c;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:8.0625rem;left:52rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#un6D512FcpH83v0taUpsT4kCUKvbX1fx { box-sizing:content-box;height:12.25rem;width:23.625rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block;z-index:15003;background-color:#f6f6f6;background-image:none;top:17rem;left:25.6875rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#SLCkHAXWDMHhl0zLZ01Ex0gxNgV5B8Sl { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:18.75rem;left:40.312501907349rem;overflow:hidden;display:block; }
#PPqwiyZeuIdxWAJobIDt96eTbe5xprsi { color:#4c4c4c;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:22.356771469116rem;left:26.000001907349rem;height:5.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UXNsoty3W3m2vpDSZEDn8b5ydkmKWiJB { box-sizing:content-box;height:13.375rem;width:49.3125rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block;z-index:15001;background-color:#ffa0f5;background-image:none;top:31.062499284744rem;left:14.8125rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#rtptWTF6VramxeoGA1LrmaGTASFZiPQr { color:rgba(var(--color-tertiary-0),1);display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.25);top:38.25rem;left:15.9375rem;height:5.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xThszvQvq3y1ZkWODXNBNVmoGh59QXg7 { color:rgba(var(--color-tertiary-0),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.25);top:32.125rem;left:15.9375rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AAUuz4Xk3CbALOfe9dM3U7VvAd92ssvV { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:9.9375rem;top:4.3125rem;left:14.8125rem;overflow:hidden;display:block; }
#CbCUqbg8ekmJKVc7KALoJhRBUhTqqI00 { 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:11.5625rem;width:11.5625rem;top:2.4375rem;left:39.25rem;overflow:hidden;display:block; }
#eVaNEEv1BI8v9i4QkBvvF7sukvBUMteP { box-sizing:content-box;height:12.25rem;width:23.625rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block;z-index:15007;background-color:#f6f6f6;background-image:none;top:17rem;left:51rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#y9vecfJSC13oVOktUCsFnQdLIXlOMCpI { color:#4c4c4c;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:23.812500476837rem;left:51.999135971069rem;height:2.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zz9Rtoco0vAQMT7QqTzSfJBTT7aZkAAi { color:#4c4c4c;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:18.5625rem;left:26.593751907349rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zpTonfvzDb1Uck2FvZwZyMZmO80C25vA { color:#4c4c4c;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:18.750000476837rem;left:51.999135971069rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SOpxZuFmfZ8mTCXkkvvnWZmTQF6dumOF { 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:8.75rem;width:8.75rem;top:18.750000476837rem;left:65.811635971069rem;overflow:hidden;display:block; }
#aFzOyW6OhkxzKQ6zlu2vg0TsRbBNDK9W { box-sizing:content-box;height:12.25rem;width:23.625rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block;z-index:15007;background-color:#f6f6f6;background-image:none;top:17.0625rem;left:0rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#x2V423Q6EtyDbl5tMmQnLp5UqPtZDmJG { color:#4c4c4c;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:18.0625rem;left:1.0625rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AA3DC4ZigSUVyg6TydDQqiWTTKPNa2Ol { color:#4c4c4c;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:22.276041030884rem;left:1.0625rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M55phJhG3Bx7E1imncPTMS8IywlJeQBm { 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:12.125rem;width:12.125rem;top:3.5rem;left:62.875rem;overflow:hidden;display:block; }
#yEnmA7zPgFhJ88O2Q1xILbutfVT7ELSg { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:12.3125rem;top:31.5rem;left:51.375rem;overflow:hidden;display:block; }
#MulncVtzX84RcIcKIwGhsPs2R7wISKb2 { color:#4c4c4c;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:1.625rem;left:26.5625rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tKmWlddgTZnM53AJe0xSoNJT401B7ySW { color:#4c4c4c;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:4.5625rem;left:52rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rtbfG304DP962DQ6HRswG9UuL5Sfyau7 { background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#rtbfG304DP962DQ6HRswG9UuL5Sfyau7 > .row .container { background-color: transparent; background-image: none; }#rtbfG304DP962DQ6HRswG9UuL5Sfyau7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtbfG304DP962DQ6HRswG9UuL5Sfyau7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtbfG304DP962DQ6HRswG9UuL5Sfyau7 > .row .container > .video-iframe-container { display: none; }#rtbfG304DP962DQ6HRswG9UuL5Sfyau7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtbfG304DP962DQ6HRswG9UuL5Sfyau7 > .row > .video-iframe-container { display: none; }#rtbfG304DP962DQ6HRswG9UuL5Sfyau7 > .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); }#rtbfG304DP962DQ6HRswG9UuL5Sfyau7 > .row .container { border-width: 0; border-radius: 0; }#rtbfG304DP962DQ6HRswG9UuL5Sfyau7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rtbfG304DP962DQ6HRswG9UuL5Sfyau7 > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;overflow:visible;position:relative;display:block; }#k1TTdJ5HkpNy53WgTpUvHGzKSE1wsDAs { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:1.6875rem;top:1.0555591583252rem;left:0rem;overflow:hidden;display:block; }
#vfMECiQZIH458i35b5ggCC9Je7CLHy5e { color:#4c4c4c;display:block;width:56.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:2.7500038146973rem;left:3.4375rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f5TCoPRuayu9HKP1GXCW2mEWFym2MGDV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.625rem;width:7.625rem;top:2.75rem;left:62.62499809265rem;overflow:hidden;display:block; }
#usSvr7kSzkwOTtUtikizC8K1bTCGuMvQ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.875rem;width:10.8125rem;top:8.75rem;left:8.8125rem;display:block; }
#g9gO8sUkBLqA8UaO5SIb4cWPS6gdCWMo { box-sizing:content-box;height:23.6875rem;width:13rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block;z-index:15004;background-color:#f6f6f6;background-image:none;top:7.625rem;left:7.8125rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#fqMs2tA9p6XR39zXnJqLM7nbpCx4zFH5 { color:#4c4c4c;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:29.78732252121rem;left:8.8125rem;height:0.82465rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MuhdTILFkCJwPpoeGBhIquIzgSiIvCNd { box-sizing:content-box;height:24.4375rem;width:13.375rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block;z-index:15005;background-color:#f6f6f6;background-image:none;top:7.3125rem;left:39.1875rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#ZBdfrVTKGlUsKC5TN4OMTRan4MsT92LT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.75rem;width:11.25rem;top:8.375rem;left:40.3125rem;display:block; }
#LQS8WX4UJslQaT7TqK2HboT36FIn6Ffa { color:#4c4c4c;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:29.375rem;left:40.5rem;height:1.64930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iM6UUzGwlBvu3VgVIhtnfnl3AONiLwzo { box-sizing:content-box;height:24.4375rem;width:13.375rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block;z-index:15006;background-color:#f6f6f6;background-image:none;top:7.25rem;left:23.4375rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#GBOl2uApSQVc4eEmps2sgrQuzDW7JAdf { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.75rem;width:11.25rem;top:8.5625rem;left:24.5625rem;display:block; }
#JTFGw54kWCS2NIdIWmvxXe7qtMsFomyu { color:#4c4c4c;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:29.75rem;left:24.5625rem;height:0.82465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fEeZ97rZfB42M2PQqc9htyxp48Ntc9gg { box-sizing:content-box;height:24.4375rem;width:13.375rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block;z-index:15006;background-color:#f6f6f6;background-image:none;top:7.25rem;left:53.8125rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#DSZdT7cfhwpn2InxE71gDWzUaJW18mrQ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.75rem;width:11.25rem;top:8.493055820465rem;left:54.928823471069rem;display:block; }
#ppBGeQ1WJLpfT2pTvBG3vAVBISNe0zan { color:#4c4c4c;display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:29.829862117768rem;left:56.678823471069rem;height:1.64930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FZKdv07yQF4AHidv4tNH3kDeDiLDxd6w { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.625rem;width:7.625rem;top:2.75rem;left:62.62499809265rem;overflow:hidden;display:none; }
#aVhrFVln1iDpDgIux7UpcEg4EvWkPNxg { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.625rem;width:7.625rem;top:2.75rem;left:62.62499809265rem;overflow:hidden;display:none; }
#Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp > .row .container { background-color: transparent; background-image: none; }#Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp > .row .container > .video-iframe-container { display: none; }#Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp > .row > .video-iframe-container { display: none; }#Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp > .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); }#Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp > .row .container { border-width: 0; border-radius: 0; }#Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp > .row .container { font-size:0.875rem;font-family:arial;height:78.25rem;width:75rem;overflow:visible;position:relative;display:block; }#lSmlMpBMbWhv1XPvkHpkptTZXkMoFCRT { color:#4c4c4c;display:block;width:50.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:2.6874980926514rem;left:13.34375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ykTsxXpaEmZU7czTsbFogzg9tCxTv5hR { box-sizing:content-box;height:34.8125rem;width:37.6875rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block;z-index:15015;background-color:#f6fbf0;background-image:none;top:41.249996185302rem;left:21.118055343628rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#WceeiH0TbJ8XgTUifbiT60tifn3gPCrw { box-sizing:content-box;height:21rem;width:40.125rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;display:block;z-index:14998;background-color:#e8e8e8;background-image:none;top:10.125rem;left:18.4375rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#C7acy4eTIybpJI9IK7vQ212sTr9wQy7c { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:7.375rem;left:36.6875rem;overflow:hidden;display:block; }
#zS0P0PpTsVRIde0ZvIWQocbonJKBiDpn { box-sizing:content-box;height:3.9375rem;width:35rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.625rem;left:20.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#QLFLt1exc92X31xB9ERwzGXO93MfEkp2 { color:#4c4c4c;display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:8.375rem;left:18.4375rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wEu7GTcobZqkUv7QGZrzqZrm5qNTAbv3 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:12.375rem;left:22.625rem;overflow:hidden;display:block; }
#B8QiMDrxgIluBoyEGEVC6g8F0SexgC1W { color:#4c4c4c;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15033;line-height:1.4;letter-spacing:0;top:12.875rem;left:27rem;height:1.39930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kzXCQzcznBnvpSUkNFn6Ssf8sn96VCWg { color:#4c4c4c;display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:46.264757156372rem;left:27.375001907349rem;height:1.224825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QZrnibCnHILeBPgD00DvJhSPTENOmrSD { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:44.545138875rem;left:24.131944218628rem;overflow:hidden;display:block; }
#dd4m1wZTiyJt35iyh5fFvCxG2PRRtn3z { box-sizing:content-box;height:6.75rem;width:35.4375rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:42.75rem;left:22.336805343628rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#xzrbpC7zOsnZrTE0XbwPIOJRwLSxhsLD { color:#4c4c4c;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15051;line-height:1.1;letter-spacing:0;top:43.999143123627rem;left:27.437501907349rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TDZARt8H0V4CeSrXOq441zReRvcZVo9y { color:#4c4c4c;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15034;line-height:1.4;letter-spacing:0;top:17.75rem;left:27rem;height:1.39930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yZQVDDNbhGKKQLmMA0vskMNyCDrJfCW1 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:16.9375rem;left:22.625rem;overflow:hidden;display:block; }
#HCHW57OFAXUPXpSnvXTS7MbnEVbZznIJ { box-sizing:content-box;height:3.9375rem;width:35rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.1875rem;left:20.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#fkxkRRys4ow0mhTDuox5bNwNr5PexShF { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:21.5rem;left:22.625rem;overflow:hidden;display:block; }
#rH8FppQGoRrPNHVTNmhai9P4LGPzmk4z { box-sizing:content-box;height:3.9375rem;width:35rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.75rem;left:20.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#b9eb6ctIoXy5eM452Hkg1VCPcFMtGJHV { color:#4c4c4c;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15038;line-height:1.4;letter-spacing:0;top:22.0625rem;left:27rem;height:1.39930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oCeUkxZN9XiDp2huqQThWlzci5wtHmNI { box-sizing:content-box;height:3.9375rem;width:35rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.1875rem;left:20.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#D0bM2uvL9DmvqQABo2daHHAStbDrBI4p { box-sizing:content-box;height:3.9375rem;width:35rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.625rem;left:20.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#BsfQeWVp7FvzEsp7BC6H3399I5SIsvDi { box-sizing:content-box;height:3.9375rem;width:35rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25.5625rem;left:20.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#A1q3iPfUyqCJJ050Sy0u50q4pbiDzcg8 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.25rem;left:22.625rem;overflow:hidden;display:block; }
#CyBdvpy1gbDbE8rKkn5phGZizCdcwEn7 { color:#4c4c4c;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.4;letter-spacing:0;top:26.9375rem;left:27rem;height:1.39930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pXMRyXlntgGnpi7h6pn6915cUiXVkgKr { color:#4c4c4c;display:block;width:50.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:32.684889435768rem;left:15.5rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ri3NmAHNy264Qpn1hTtoyBadKNEQVlWv { box-sizing:content-box;height:6.75rem;width:35.4375rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block;z-index:15050;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:50.375013351441rem;left:22.336805343628rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#XXvifBKHyGOfhOUVPZmU87Tr1g2mUR0H { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:51.482639312744rem;left:24.131944656372rem;overflow:hidden;display:block; }
#AJIXwkTbqrsTftPkqKs5iF9dRHcWwA6e { color:#4c4c4c;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:51.482639312744rem;left:27.375001907349rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CtS9oPguTSopOF2rwTmLGD9aNNb0asqU { color:#4c4c4c;display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:52.02951335907rem;left:27.618055343628rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wZdOoewNx5TmNrJ1GA9Wie6Xy7L645T7 { color:#4c4c4c;display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:54.295139312744rem;left:27.618055343628rem;height:1.224825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OCH78E9OnlUEoQJtDIpJgdBGbycaPsHs { box-sizing:content-box;height:6.0625rem;width:35.4375rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block;z-index:15056;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:58.125rem;left:22.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#qsWBVMM4ByL8AaSNsD6SQQzf6LAnpUUl { color:#4c4c4c;display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15057;line-height:1.4;letter-spacing:0;top:60.96875rem;left:27.375001907349rem;height:2.44965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zpkUtbvNnyUnqDLs9A99xOl1QAWJQR3p { color:#4c4c4c;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15058;line-height:1.1;letter-spacing:0;top:59.25rem;left:27.618055343628rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bv9knhnDFhh0iVr7pnokfTM0FtWrcFJQ { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:59.25rem;left:24.1875rem;overflow:hidden;display:block; }
#psJgHwageSPG1rxHS0Gwt0C0ptuektGb { box-sizing:content-box;height:7.875rem;width:35.4375rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block;z-index:15062;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:66.21874809265rem;left:22.336805343628rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#e6aVRxh4AFHZ370XvkerOOD3qKK2qAB9 { color:#4c4c4c;display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15063;line-height:1.4;letter-spacing:0;top:69.837676048281rem;left:27.375001907349rem;height:2.44965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dwrSHaWN4XLGu7fDTbGSiamUGZEIzXKp { color:#4c4c4c;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15064;line-height:1.1;letter-spacing:0;top:67.508680343625rem;left:27.555555343628rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GrxsnTNkXEt7nLw9pW3kPEFpr1SWTgIm { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:67.8125rem;left:24.25rem;overflow:hidden;display:block; }
#viDre3HC5UzxdNZc6mSPZ3kcvnXWNXZn { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:67.8125rem;left:24.25rem;overflow:hidden;display:none; }
#wg81W2OErnTlMOnG5u8Dv77Qz6MQNdg5 { position:relative;display:block; }#wg81W2OErnTlMOnG5u8Dv77Qz6MQNdg5 { background-color: transparent; background-image: none; }#wg81W2OErnTlMOnG5u8Dv77Qz6MQNdg5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wg81W2OErnTlMOnG5u8Dv77Qz6MQNdg5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wg81W2OErnTlMOnG5u8Dv77Qz6MQNdg5 > .row .container > .video-iframe-container { display: none; }#wg81W2OErnTlMOnG5u8Dv77Qz6MQNdg5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wg81W2OErnTlMOnG5u8Dv77Qz6MQNdg5 > .row > .video-iframe-container { display: none; }#wg81W2OErnTlMOnG5u8Dv77Qz6MQNdg5 > .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); }#wg81W2OErnTlMOnG5u8Dv77Qz6MQNdg5 { border-width: 0; border-radius: 0; }#wg81W2OErnTlMOnG5u8Dv77Qz6MQNdg5 > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#wg81W2OErnTlMOnG5u8Dv77Qz6MQNdg5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#Ut81lExoZcGLvPyNAmrmroHt3Qc1cK0M { color:#4c4c4c;display:block;width:50.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:1.9183950424194rem;left:13.71875rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MdzU42mJabzsWBlC2C6UkHSBc9B55wl8 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:6.3125rem;left:17.9375rem;overflow:hidden;display:block; }
#BXhxRsPah8oNOFEPZwWhLiRg3pgymBgx { box-sizing:content-box;height:22.25rem;width:23.8125rem;position:absolute;display:block;z-index:15010;background-color:#f8f8f8;background-image:none;top:8.875rem;left:7.9375rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#J8veDdExZwZ33AvwkMxGtDTv2XaTSFZm { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.4375rem;width:5.9375rem;top:12.3125rem;left:10.625rem;overflow:hidden;display:block; }
#p4bUn0JgHC76c98hngkARGRFKMVbZNty { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.1875rem;width:4.5625rem;top:12.4375rem;left:17.9375rem;overflow:hidden;display:block; }
#I5ZhRmG5UuQpBAFV3eFPA0TAyF8ZUxHx { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.4375rem;width:5.875rem;top:12.46875rem;left:23.687501907349rem;overflow:hidden;display:block; }
#SoyaBgFOSUWETLsoKymvFgiFU8k41gXl { box-sizing:content-box;height:22.25rem;width:39rem;position:absolute;display:block;z-index:15011;background-color:#f8f8f8;background-image:none;top:8.875rem;left:34.0625rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#nhT4bvzq3NHw9GTbCNH4kfncoD0oV1q8 { position:absolute;display:block;z-index:15012;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:5rem;width:5rem;top:6.3125rem;left:52.492185592651rem;overflow:hidden;display:block; }
#JQ3PF0mlLWkRXii78wZKlA3Mkd1y52dK { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.4375rem;width:6rem;top:11.8125rem;left:35.25rem;overflow:hidden;display:block; }
#GgJby9JOzaWPIMqNOuZGaJxl8ySXPvUv { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.625rem;width:7.5625rem;top:11.75rem;left:41.875rem;overflow:hidden;display:block; }
#nyaOfxBnJkhuBOvyJnzNnvwtyAHA9Lm6 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.1875rem;width:7.4375rem;top:11.6875rem;left:50rem;overflow:hidden;display:block; }
#DQo7MVkOBq9WCq8IqlQzxHUzn7IutQH9 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.875rem;width:13rem;top:11.875rem;left:58.374998092651rem;overflow:hidden;display:block; }
#BeugA9eC8vLv4aLeHULmCq6HooVf83bc { background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#BeugA9eC8vLv4aLeHULmCq6HooVf83bc > .row .container { background-color: transparent; background-image: none; }#BeugA9eC8vLv4aLeHULmCq6HooVf83bc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeugA9eC8vLv4aLeHULmCq6HooVf83bc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeugA9eC8vLv4aLeHULmCq6HooVf83bc > .row .container > .video-iframe-container { display: none; }#BeugA9eC8vLv4aLeHULmCq6HooVf83bc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeugA9eC8vLv4aLeHULmCq6HooVf83bc > .row > .video-iframe-container { display: none; }#BeugA9eC8vLv4aLeHULmCq6HooVf83bc > .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); }#BeugA9eC8vLv4aLeHULmCq6HooVf83bc > .row .container { border-width: 0; border-radius: 0; }#BeugA9eC8vLv4aLeHULmCq6HooVf83bc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BeugA9eC8vLv4aLeHULmCq6HooVf83bc > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#TB7T8DuGutscgXGleMbTZ8RyxHis0F0v { color:#ffa0f5;display:block;width:71.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:2.8125133514404rem;left:1.59375rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:#f6f6f6;background-image:none;vertical-align:top; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.125rem;color:#4c4c4c;height:auto;font-style:normal; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:#4c4c4c;height:auto;font-weight:300;font-style:normal; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge .accordion-trigger.adaptive-delivery-prevent-bg, #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge .accordion-trigger.lazyload, #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge .accordion-trigger.lazyloading { background-image: none; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge { box-sizing:content-box;height:auto;width:59.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.7881879806519rem;left:7.1875rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #yUpEEsVoHKEO7WFqWdfdeOqPomJ5yeCQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #aQn5KNNXr7S6T8twT7lTU7JIqUJySUQQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #zMz4y5SRp7VqUyEB4SkxThG9m74dSGK6 { display:block;position:relative; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #XFyDxvbxIQSibFFRNAbJ7PrU1qLLebf4 {  }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #UnmrvKL0ifB77TFQucGKX2ShghkbDz09 {  }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #RqhBMnqsxuwcem5RAW3vwO6UUokTty0w { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #W6flZXNBa5Ud9RX0HIrTJATXa8P9NDVS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #zTTTo4aPNUWO6wseDZiIUkbip80DfVbZ { display:block;position:relative; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #qSEgq57LMZIwTmcBszgnPTv46A0QNeK1 {  }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #WBJy9SxA5B5BNotSHIGNd6eZox2PwrXK { display:none; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #G2zTvZTGrwi7PDaamks4Op0Vf3gheqZX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #ETxelCLemBNlISWiKmUVycBVfhGlyP2K { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #RTchJGkKzA2REeR5i2cqpLvGX0ccL6za { display:block;position:relative; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #f54pv170NUwb25SVoVpkOgMNmBWCJXZh {  }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #kTblo2CMVNFpciowOhPL0DCKwBE0P6sX { display:none; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #yX34239pT8cy4yAzQLQPUkHm4fHTLUv2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #etaJJ7Tb1xneKmTzstwn7vHSTWpw0owr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #JzGcVmNEIqJNIXX8QVXlT3xkAcFnVUFE { display:block;position:relative; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #TxUgqDbZ0byNdCNPML4emOt6TmzynQZc {  }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #ZnvTBhTDUcM9ugm6seE3FJ0pJWGIZVhH { display:none; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #FbXpn0lnFlkqLRQ4pnDlsVSbI3J5ff16 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #DKBp86gTLtZTEmOVyOGDGRo4rOgkTduH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #uCTa2GNWLnrdBLtBql5s6n9keGAxCfdi { display:block;position:relative; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #A40pd4u4OSGO4zlI4tJEEryrGdLz6SA8 {  }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #axJvdb1uTqgUB8uS3U5LNBTK9B4Qk20a { display:none; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #rVG42DPgsZe1gNVt50DEK0IeeSyL8Dpr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #WSscJZT8uohEffNA6WK3pDgPM7WyH1G1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #zTIEIzx62S5wUqZBEQRiwxwkevS2AO2A { display:block;position:relative; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #zpWnlUQg3eGEt04A6w1tmWfxoVAxUnHy {  }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #cofaQhcoOkztDhxXmfyScRn5I68F8do2 { display:none; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #AglrIfFnNFQTXw1J6TU3T6OLNXk9WXrP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #oarGo2oxQOFAyaGaDkdnCQcTlucTmFMg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #El0Zu2U9NalLtcZZhT2lu1Q1PLGzy1nX { display:block;position:relative; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #RRVcC2gIuI4ciq42DzB1r6tPxhJvp6cS {  }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #hydWg1ozvH1wl4CkZbTTTiAd0JiN29UE { display:none; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #C3NAEiHTu8fmOPwzBfRZFdQIbzKvlBdt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #J5zp0exASTlLQGVknp3d3szXaFZSyK2s { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #cxTEhE6yhuMwJJh1gK3vprruk6BnyxTG { display:block;position:relative; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #dzaZTq7fqBkFQGN9Sec0ryUR5UbpHt35 {  }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #EzOoaIVzxEEmQzIWwQhCly6FKkTs1xVT { display:none; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #yvhHLEtNqnHn71IeZKiBfRuEMbgVZ6zP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #pDlcrGEKIuI8yWxyPuIclDD67TZVwbIk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #I5OeVRtgITkp7E4OeSiCpviTHqDd1Eux { display:block;position:relative; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #B80pVTmRDdyQLpbvNDNTIqprwUX5yugw {  }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #KMViaet7ASATmANAgTFJgK8iUZx0BTxm { display:none; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #NJSma0DsmAcH3fT54W0Ruc7NK2SrTqiJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #URxaZngUcdLLeLfefxNTEpdMLnJU3hLe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #XX4oJwWcaawQSmNd5q2M1Iy4xH9koBPW { display:block;position:relative; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #uuTlsm8rZQU1F9OEr3vcM5A8JfT8nWN7 {  }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #ktaQoxPSgIUCuxQTPkgRpTwJbmup2qNy { display:none; }
#B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT > .row .container { background-color: transparent; background-image: none; }#B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT > .row .container > .video-iframe-container { display: none; }#B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT > .row > .video-iframe-container { display: none; }#B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT > .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); }#B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT > .row .container { border-width: 0; border-radius: 0; }#B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;overflow:visible;position:relative;display:block; }#BTOvPm1nenV5NrqqNb3RE0Q3J1G9QCAv { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#rqfmZFiTWeEFn7AnhTzbA8lFQbdDewli { 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:12.5rem;width:12.5rem;top:0rem;left:13.1875rem;overflow:hidden;display:block; }
#ZbeD1cWoXSB4uDvwmDuTFQKwdlPysLzb { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:39.5625rem;overflow:hidden;display:block; }
#tc8EwTFuPSyEq8NJB97nRZF0rEz8JiAL { 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:12.5rem;width:12.5rem;top:0rem;left:26.375rem;overflow:hidden;display:block; }
#wmXS6m5xhEyuEceI9gwVk9uqOzzVHTcV { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:65.9375rem;overflow:hidden;display:block; }
#DHTMudBLpGVX1laLczqeQgAUm8hbVNWU { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:52.8125rem;overflow:hidden;display:block; }
#ir2coPXLsMILGyQMvUr36vlyuT9fO4k3 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13rem;left:21.5rem;overflow:hidden;display:block; }
#Nn8hsV9MZMRPNo88wpZbuU3STfXBHFvE { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13rem;left:34.6875rem;overflow:hidden;display:block; }
#BiVGU5Cw1Kn3pmpS6zMlMbsdHtJb1Tua { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13rem;left:8.3125rem;overflow:hidden;display:block; }
#f901cGcq8ZOEJLrbNMF8O7aFuaEuvuL3 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.0625rem;left:61.0625rem;overflow:hidden;display:block; }
#mo9SFAu08IfTv4P0a1TLGV332ouREuAF { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.0625rem;left:47.875rem;overflow:hidden;display:block; }
#Mk4U79pA9Pw1byTGisTLe4LrWxTUim4E { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13rem;left:-4.9375rem;overflow:hidden;display:block; }
#WzRG5QZFgwDQbMUA1ZwG7ieLQPsxMrT2 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:-13.375rem;overflow:hidden;display:block; }
#l4uaGOeDNie4ssGXu9a5RMowqUVTrtpX { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:12.9375rem;left:-18.25rem;overflow:hidden;display:block; }
#KEWFBJozHFzD9nyvtRSkSK3qlfeuixZO { 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:12.4375rem;width:12.4375rem;top:13.0625rem;left:74.375rem;overflow:hidden;display:block; }
#GkTBz9ZmDJULN3NJ0VsPUe0uri7kDD6k { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:79.125rem;overflow:hidden;display:block; }
#XK8XPVQ5lpA5Swbzo46kuhUPMfWX8DBP { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:12.3125rem;top:13.0625rem;left:87.25rem;overflow:hidden;display:block; }
#PBrlpixBagDe7uPXcQmsoLKRgi6aRIKi { 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:12.4375rem;width:12.4375rem;top:0rem;left:92.25rem;overflow:hidden;display:block; }
#bdLndgfEbmiuqaTUbUkRPiU8OQ9xfo9y { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:12.25rem;top:0.0625rem;left:-26.25rem;overflow:hidden;display:block; }
#anAfhIcL3mtfZMCXiUZtNPWyVmsPcq50 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#SXGLXqhTEaKXpOCNdq0apTWMps6tPgIc { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:12.25rem;top:0.0625rem;left:-26.25rem;overflow:hidden;display:none; }
#h6x6HAcBVT0ZQxUPFs9WZEdGWhBqLdJd { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#O3U8PfR5rJ0oB7lAKRCXEM9G0c2I3ikF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:7.1875rem;left:3.75rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HsDiuE7Czu9lNKpTIuo7acth72OifNG5 { display:block; }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBvSraNlWunvmRvEi0df6cG003z94Cht { top:4.625rem;left:0rem;width:7.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0w1HNVvWCyJiL1UXh03fQggum93JtpU { top:4.6875rem;left:1.125rem;width:46.625rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU3qKQsPTIotaeB0rLlWQy7g1nAs9xaz { top:3.3125rem;left:42.8125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCeNZhTFtb9VsWv0QRnFBm4IuMhiCOSa { top:3.3125rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQDJaF2pmRMhsGwBZTDr0P8tivAErZAK { top:11.4375rem;left:3.5625rem;width:43.5625rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXGnXNQ7gQiJEW9v89pno0QD2CVxBwxH { top:7.375rem;left:0rem;width:23.6875rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hronvvhfQw2SPwpXvlT4hGDW8i6haD8O { top:7.375rem;left:24.0625rem;width:23.6875rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUoHLrOQD1N9ula3Iztk6fmzepJ1pcbd { top:10.4375rem;left:0.8125rem;width:46.9375rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCEnPW1Mus8a3yhBtSvXJchEfm4lR6oJ { display:block; }#TCEnPW1Mus8a3yhBtSvXJchEfm4lR6oJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LibXhp64sZKZsGcvsue5PWIEH1nxtuwJ { top:37.125rem;left:7.125rem;width:40.625rem;height:2.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVO9JSCV6GCTqFWuKbyKUkiGIWqvWMqX { top:33.5rem;left:16.1875rem;width:14.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvJtGB8xdTR4n13I9GB1eAqwTXitMIig { top:25.125rem;left:8.4375rem;width:39.3125rem;height:3.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pimAZFiEDqmxNOWV8xJlIe6yC0yaOqTX { top:21.5rem;left:15.125rem;width:7.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdGhuTPurnsdE1pihW8pcNc3ILTZKTMo { top:22.0625rem;left:15.9375rem;width:6.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHmEJETc0TSaK8CrQvurwcfTn26etqT5 { top:12.5rem;left:8.0625rem;width:39.6875rem;height:2.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw92y4dT7xPTxl5wO0gOiXEDQ04VvASl { top:20.5625rem;left:10.4375rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyxMOtzwZzF9vU5ddmDErquiEIsKtJt8 { top:32.1875rem;left:10.5rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmtT3pcHw4Ur9WfvCoqbguGlhguUU8iC { top:21.125rem;left:6.3750019073488rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlrdfpAvundWWGeQuuWqgGUBwkPyTEfB { top:32.125rem;left:6.1180553436279rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8l6oUMK8kB5lS0hxeSTo497CaA0z8FC { top:22.1875rem;left:7.0937519073488rem;width:2.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIUPrEkrzvGTctt1goZgUZEMyB2Prh9T { top:33.1875rem;left:7.4305553436281rem;width:1.1875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8TdhHXa4LDWUFsiZvTVgWqbIlp8pHC9 { top:11rem;left:8.0625019073488rem;width:0.125rem;height:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWZrtDgKrKKXuOh0xumcql2O20HxAcEr { top:22.125rem;left:1.6180553436279rem;width:6.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZZpQ5oq7zRTt0lp8U1sOrDuGzvVaX6T { top:33.5rem;left:2.8611106872559rem;width:3.3125rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N32adLXgTft0TMF8h9uEUz6CUxFsK3Ta { top:8.1875rem;left:6.375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #guA9O6B6owlE7Nv0gBuZWSa5sSG2w0TO { top:9.1875rem;left:7.125rem;width:2.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWO839PwaRrIPO2VmhQIVghkzaGB4m1q { top:8.875rem;left:13.875rem;width:8.625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyyJL46tLLrf5pKS0rEtTIW2ef9rfT4O { top:7.4375rem;left:10.118054389954rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhgdmUBoQd4GkPo8B4xZwBcT83zaLluh { top:9.5rem;left:1.375rem;width:6.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5DbBmAACQyL4vot8NFmUBe0h4Bt8BWR { top:9.4375rem;left:14.937500953674rem;width:6.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW4Td5tFiW61IRyHBerEAltdGdNScIFM { top:3.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXVZT1Nq8DmI0IUBp1INpGhsfKAOoKeW { top:34.0625rem;left:17.0625rem;width:19rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0C3OrdDbQR90TgzHmu7KE1vaEq7HOEU { top:40.875rem;left:9.8125rem;width:14.875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7IyPqDC1uXOpKmx9qSyeC8CCOpgwAZa { display:block; }
 }@media only screen and (max-width: 763px) { #ylGbTMlLIu8eeEGO1RtAoOBaypfJXOLP { top:15.3125rem;left:11.062501907349rem;width:11.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZJ5zXNTuLWhNPgymGpSwx9T6437DJge { display:block; }
 }@media only screen and (max-width: 763px) { #bvqTaT7GJyXwqwQKTz525Rf8zxbNfltT { top:15.3125rem;left:23.187501907349rem;width:11.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpgWnUl1WNTab0aq0oIdBqqplCAIoR9w { display:block; }
 }@media only screen and (max-width: 763px) { #X1CU7Ot5srGb5vPZhwVzfJaBWAPm2sWa { top:45.75rem;left:5.8055553436279rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrFASdbILJEGF10PSPTICkbBodPPOeaB { top:47.3125rem;left:7.4305553436281rem;width:1.1875rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHBGL3Hm7c7oycGuhQ85uJ1FaehlKWhx { top:47.875rem;left:2.5486106872559rem;width:3.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzBs7TVERWb3v5irpCyqySyzWRFzZkE2 { top:45.75rem;left:11.062501907349rem;width:4.9375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHgutG1PbLlWGJPwqSWOVTGp67w2d0TK { top:47.5625rem;left:17.0625rem;width:19rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfGpe1T6klg0wtKczOTsFwZoW5XCTrzn { top:47rem;left:16.1875rem;width:20.1875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEuEzWz2fZ9gey6R1J9w80JDqu74z8JX { top:50.5625rem;left:7.125rem;width:40.625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVeycxswkgUsvyNmBT7U7GiupRxG4alS { top:53rem;left:7.125rem;width:40.625rem;height:7.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhRwOE2TJ0HHkfN20d9FOLc5UowTAyEV { top:0.625rem;left:0rem;width:47.625rem;height:60.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIuwuUmhtQqciOTSB2AQkvBFZMe0hWGW { display:block; }#bIuwuUmhtQqciOTSB2AQkvBFZMe0hWGW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLLaX4DHHfJbnTU3EHOFxsTSVeXLsQlm { top:5.5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADii6MOfVqmOl7IUWcCV7PXH6nbzvloi { top:1.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 { display:block; }#Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSlbhiCW6iM71LZspkvCOLfalCEZ7TJ0 { top:9.3125rem;left:0rem;width:14.875rem;height:5.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCWuGhpDqe41NSbJW0NXtKFLPApX41Ez { top:3.375rem;left:0rem;width:23.625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiLSBVBAytuq1QGFF8Rsg3tQQftIGDvv { top:4.5625rem;left:0rem;width:16.6875rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxfZOgVREycoG4ygAy5ghsiL0yJf2qUe { top:0.625rem;left:11.5625rem;width:24.5rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQwK8LRhqlhVFTdMTtfJp4FxyidJ9fSW { top:6.5625rem;left:12.375rem;width:14.3125rem;height:7.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agESyBDuS3IrzBnD00I3dMUoLQT3kdmp { top:3.375rem;left:24rem;width:23.625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUnusVTvwI10HHUEFvgwr73AIRtsPLip { top:18.0625rem;left:0.125rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcWIcMRo4TZokR5OuimVGMvABdOr1t8i { top:8.0625rem;left:36.375rem;width:11.375rem;height:5.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #un6D512FcpH83v0taUpsT4kCUKvbX1fx { top:17rem;left:12.0625rem;width:23.625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLCkHAXWDMHhl0zLZ01Ex0gxNgV5B8Sl { top:18.75rem;left:26.687501907349rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPqwiyZeuIdxWAJobIDt96eTbe5xprsi { top:22.3125rem;left:12.375001907349rem;width:15.8125rem;height:5.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXNsoty3W3m2vpDSZEDn8b5ydkmKWiJB { top:31rem;left:0rem;width:47.625rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtptWTF6VramxeoGA1LrmaGTASFZiPQr { top:38.25rem;left:2.3125rem;width:36.0625rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xThszvQvq3y1ZkWODXNBNVmoGh59QXg7 { top:32.125rem;left:2.3125rem;width:38rem;height:6.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAUuz4Xk3CbALOfe9dM3U7VvAd92ssvV { top:4.3125rem;left:1.1875rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbCUqbg8ekmJKVc7KALoJhRBUhTqqI00 { top:2.4375rem;left:25.625rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVaNEEv1BI8v9i4QkBvvF7sukvBUMteP { top:17rem;left:24rem;width:23.625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9vecfJSC13oVOktUCsFnQdLIXlOMCpI { top:23.8125rem;left:33.3125rem;width:14.4375rem;height:0;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz9Rtoco0vAQMT7QqTzSfJBTT7aZkAAi { top:18.5625rem;left:12.968751907349rem;width:16.6875rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpTonfvzDb1Uck2FvZwZyMZmO80C25vA { top:18.75rem;left:33.9375rem;width:13.8125rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOpxZuFmfZ8mTCXkkvvnWZmTQF6dumOF { top:18.75rem;left:39rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFzOyW6OhkxzKQ6zlu2vg0TsRbBNDK9W { top:17.0625rem;left:0rem;width:23.625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2V423Q6EtyDbl5tMmQnLp5UqPtZDmJG { top:18rem;left:0rem;width:16.6875rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA3DC4ZigSUVyg6TydDQqiWTTKPNa2Ol { top:22.25rem;left:0rem;width:15.8125rem;height:5.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M55phJhG3Bx7E1imncPTMS8IywlJeQBm { top:3.5rem;left:35.625rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEnmA7zPgFhJ88O2Q1xILbutfVT7ELSg { top:31.5rem;left:35.4375rem;width:12.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MulncVtzX84RcIcKIwGhsPs2R7wISKb2 { top:1.625rem;left:12.9375rem;width:16.6875rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKmWlddgTZnM53AJe0xSoNJT401B7ySW { top:4.5625rem;left:31.0625rem;width:16.6875rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtbfG304DP962DQ6HRswG9UuL5Sfyau7 { display:block; }#rtbfG304DP962DQ6HRswG9UuL5Sfyau7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1TTdJ5HkpNy53WgTpUvHGzKSE1wsDAs { top:1rem;left:0rem;width:1.6875rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfMECiQZIH458i35b5ggCC9Je7CLHy5e { top:2.75rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5TCoPRuayu9HKP1GXCW2mEWFym2MGDV { top:2.75rem;left:40.125rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usSvr7kSzkwOTtUtikizC8K1bTCGuMvQ { top:8.75rem;left:0rem;width:10.8125rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9gO8sUkBLqA8UaO5SIb4cWPS6gdCWMo { top:7.625rem;left:0rem;width:13rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqMs2tA9p6XR39zXnJqLM7nbpCx4zFH5 { top:29.75rem;left:0rem;width:11.1875rem;height:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuhdTILFkCJwPpoeGBhIquIzgSiIvCNd { top:7.3125rem;left:25.5625rem;width:13.375rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBdfrVTKGlUsKC5TN4OMTRan4MsT92LT { top:8.375rem;left:26.6875rem;width:11.25rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQS8WX4UJslQaT7TqK2HboT36FIn6Ffa { top:29.375rem;left:26.875rem;width:11.1875rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM6UUzGwlBvu3VgVIhtnfnl3AONiLwzo { top:7.25rem;left:9.8125rem;width:13.375rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBOl2uApSQVc4eEmps2sgrQuzDW7JAdf { top:8.5625rem;left:10.9375rem;width:11.25rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTFGw54kWCS2NIdIWmvxXe7qtMsFomyu { top:29.75rem;left:10.9375rem;width:11.1875rem;height:0;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEeZ97rZfB42M2PQqc9htyxp48Ntc9gg { top:7.25rem;left:34.25rem;width:13.375rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSZdT7cfhwpn2InxE71gDWzUaJW18mrQ { top:8.4375rem;left:36.5rem;width:11.25rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppBGeQ1WJLpfT2pTvBG3vAVBISNe0zan { top:29.8125rem;left:40rem;width:7.75rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZKdv07yQF4AHidv4tNH3kDeDiLDxd6w { top:2.75rem;left:40.125rem;width:7.625rem;height:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aVhrFVln1iDpDgIux7UpcEg4EvWkPNxg { top:2.75rem;left:40.125rem;width:7.625rem;height:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp { display:block; }#Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSmlMpBMbWhv1XPvkHpkptTZXkMoFCRT { top:2.625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykTsxXpaEmZU7czTsbFogzg9tCxTv5hR { top:41.1875rem;left:7.4930553436281rem;width:37.6875rem;height:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WceeiH0TbJ8XgTUifbiT60tifn3gPCrw { top:10.125rem;left:4.8125rem;width:40.125rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7acy4eTIybpJI9IK7vQ212sTr9wQy7c { top:7.375rem;left:23.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS0P0PpTsVRIde0ZvIWQocbonJKBiDpn { top:11.625rem;left:7.125rem;width:35rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLFLt1exc92X31xB9ERwzGXO93MfEkp2 { top:8.375rem;left:4.8125rem;width:37.4375rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEu7GTcobZqkUv7QGZrzqZrm5qNTAbv3 { top:12.375rem;left:9rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8QiMDrxgIluBoyEGEVC6g8F0SexgC1W { top:12.875rem;left:13.375rem;width:27.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzXCQzcznBnvpSUkNFn6Ssf8sn96VCWg { top:46.25rem;left:13.750001907349rem;width:29.0625rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZrnibCnHILeBPgD00DvJhSPTENOmrSD { top:44.5rem;left:10.506944218628rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd4m1wZTiyJt35iyh5fFvCxG2PRRtn3z { top:42.75rem;left:8.7118053436281rem;width:35.4375rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzrbpC7zOsnZrTE0XbwPIOJRwLSxhsLD { top:43.9375rem;left:13.812501907349rem;width:17.125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDZARt8H0V4CeSrXOq441zReRvcZVo9y { top:17.75rem;left:13.375rem;width:27.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZQVDDNbhGKKQLmMA0vskMNyCDrJfCW1 { top:16.9375rem;left:9rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCHW57OFAXUPXpSnvXTS7MbnEVbZznIJ { top:16.1875rem;left:7.3125rem;width:35rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkxkRRys4ow0mhTDuox5bNwNr5PexShF { top:21.5rem;left:9rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH8FppQGoRrPNHVTNmhai9P4LGPzmk4z { top:20.75rem;left:7.3125rem;width:35rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9eb6ctIoXy5eM452Hkg1VCPcFMtGJHV { top:22.0625rem;left:13.375rem;width:27.3125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCeUkxZN9XiDp2huqQThWlzci5wtHmNI { top:16.1875rem;left:7.25rem;width:35rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0bM2uvL9DmvqQABo2daHHAStbDrBI4p { top:11.625rem;left:7.25rem;width:35rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsfQeWVp7FvzEsp7BC6H3399I5SIsvDi { top:25.5625rem;left:7.25rem;width:35rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1q3iPfUyqCJJ050Sy0u50q4pbiDzcg8 { top:26.25rem;left:9rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyBdvpy1gbDbE8rKkn5phGZizCdcwEn7 { top:26.9375rem;left:13.375rem;width:27.3125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXMRyXlntgGnpi7h6pn6915cUiXVkgKr { top:32.625rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri3NmAHNy264Qpn1hTtoyBadKNEQVlWv { top:50.375rem;left:8.7118053436281rem;width:35.4375rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXvifBKHyGOfhOUVPZmU87Tr1g2mUR0H { top:51.4375rem;left:10.506944656372rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJIXwkTbqrsTftPkqKs5iF9dRHcWwA6e { top:51.4375rem;left:13.750001907349rem;width:17.125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtS9oPguTSopOF2rwTmLGD9aNNb0asqU { top:52rem;left:13.993055343628rem;width:24.875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZdOoewNx5TmNrJ1GA9Wie6Xy7L645T7 { top:54.25rem;left:13.993055343628rem;width:29.0625rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCH78E9OnlUEoQJtDIpJgdBGbycaPsHs { top:58.125rem;left:8.75rem;width:35.4375rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsWBVMM4ByL8AaSNsD6SQQzf6LAnpUUl { top:60.9375rem;left:13.750001907349rem;width:29.0625rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpkUtbvNnyUnqDLs9A99xOl1QAWJQR3p { top:59.25rem;left:13.993055343628rem;width:29.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv9knhnDFhh0iVr7pnokfTM0FtWrcFJQ { top:59.25rem;left:10.5625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psJgHwageSPG1rxHS0Gwt0C0ptuektGb { top:66.1875rem;left:8.7118053436281rem;width:35.4375rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6aVRxh4AFHZ370XvkerOOD3qKK2qAB9 { top:69.8125rem;left:13.750001907349rem;width:29.0625rem;height:3.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwrSHaWN4XLGu7fDTbGSiamUGZEIzXKp { top:67.5rem;left:13.930555343628rem;width:9.1875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrxsnTNkXEt7nLw9pW3kPEFpr1SWTgIm { top:67.8125rem;left:10.625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #viDre3HC5UzxdNZc6mSPZ3kcvnXWNXZn { top:67.8125rem;left:10.625rem;width:2.8125rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #wg81W2OErnTlMOnG5u8Dv77Qz6MQNdg5 { display:block; }#wg81W2OErnTlMOnG5u8Dv77Qz6MQNdg5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ut81lExoZcGLvPyNAmrmroHt3Qc1cK0M { top:1.875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdzU42mJabzsWBlC2C6UkHSBc9B55wl8 { top:6.3125rem;left:4.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXhxRsPah8oNOFEPZwWhLiRg3pgymBgx { top:8.875rem;left:0rem;width:23.8125rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8veDdExZwZ33AvwkMxGtDTv2XaTSFZm { top:12.3125rem;left:0rem;width:5.9375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4bUn0JgHC76c98hngkARGRFKMVbZNty { top:12.4375rem;left:4.3125rem;width:4.5625rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5ZhRmG5UuQpBAFV3eFPA0TAyF8ZUxHx { top:12.4375rem;left:10.062501907349rem;width:5.875rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoyaBgFOSUWETLsoKymvFgiFU8k41gXl { top:8.875rem;left:8.75rem;width:39rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhT4bvzq3NHw9GTbCNH4kfncoD0oV1q8 { top:6.3125rem;left:38.867185592651rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ3PF0mlLWkRXii78wZKlA3Mkd1y52dK { top:11.8125rem;left:21.625rem;width:6rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgJby9JOzaWPIMqNOuZGaJxl8ySXPvUv { top:11.75rem;left:28.25rem;width:7.5625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyaOfxBnJkhuBOvyJnzNnvwtyAHA9Lm6 { top:11.6875rem;left:36.375rem;width:7.4375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQo7MVkOBq9WCq8IqlQzxHUzn7IutQH9 { top:11.875rem;left:34.1875rem;width:13rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeugA9eC8vLv4aLeHULmCq6HooVf83bc { display:block; }#BeugA9eC8vLv4aLeHULmCq6HooVf83bc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TB7T8DuGutscgXGleMbTZ8RyxHis0F0v { top:2.8125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge { display:flex;height:auto;width:45rem;top:14.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #yUpEEsVoHKEO7WFqWdfdeOqPomJ5yeCQ {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #aQn5KNNXr7S6T8twT7lTU7JIqUJySUQQ {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #zMz4y5SRp7VqUyEB4SkxThG9m74dSGK6 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #XFyDxvbxIQSibFFRNAbJ7PrU1qLLebf4 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #UnmrvKL0ifB77TFQucGKX2ShghkbDz09 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #RqhBMnqsxuwcem5RAW3vwO6UUokTty0w {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #W6flZXNBa5Ud9RX0HIrTJATXa8P9NDVS {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #zTTTo4aPNUWO6wseDZiIUkbip80DfVbZ {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #qSEgq57LMZIwTmcBszgnPTv46A0QNeK1 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #WBJy9SxA5B5BNotSHIGNd6eZox2PwrXK {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #G2zTvZTGrwi7PDaamks4Op0Vf3gheqZX {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #ETxelCLemBNlISWiKmUVycBVfhGlyP2K {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #RTchJGkKzA2REeR5i2cqpLvGX0ccL6za {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #f54pv170NUwb25SVoVpkOgMNmBWCJXZh {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #kTblo2CMVNFpciowOhPL0DCKwBE0P6sX {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #yX34239pT8cy4yAzQLQPUkHm4fHTLUv2 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #etaJJ7Tb1xneKmTzstwn7vHSTWpw0owr {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #JzGcVmNEIqJNIXX8QVXlT3xkAcFnVUFE {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #TxUgqDbZ0byNdCNPML4emOt6TmzynQZc {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #ZnvTBhTDUcM9ugm6seE3FJ0pJWGIZVhH {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #FbXpn0lnFlkqLRQ4pnDlsVSbI3J5ff16 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #DKBp86gTLtZTEmOVyOGDGRo4rOgkTduH {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #uCTa2GNWLnrdBLtBql5s6n9keGAxCfdi {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #A40pd4u4OSGO4zlI4tJEEryrGdLz6SA8 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #axJvdb1uTqgUB8uS3U5LNBTK9B4Qk20a {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #rVG42DPgsZe1gNVt50DEK0IeeSyL8Dpr {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #WSscJZT8uohEffNA6WK3pDgPM7WyH1G1 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #zTIEIzx62S5wUqZBEQRiwxwkevS2AO2A {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #zpWnlUQg3eGEt04A6w1tmWfxoVAxUnHy {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #cofaQhcoOkztDhxXmfyScRn5I68F8do2 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #AglrIfFnNFQTXw1J6TU3T6OLNXk9WXrP {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #oarGo2oxQOFAyaGaDkdnCQcTlucTmFMg {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #El0Zu2U9NalLtcZZhT2lu1Q1PLGzy1nX {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #RRVcC2gIuI4ciq42DzB1r6tPxhJvp6cS {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #hydWg1ozvH1wl4CkZbTTTiAd0JiN29UE {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #C3NAEiHTu8fmOPwzBfRZFdQIbzKvlBdt {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #J5zp0exASTlLQGVknp3d3szXaFZSyK2s {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #cxTEhE6yhuMwJJh1gK3vprruk6BnyxTG {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #dzaZTq7fqBkFQGN9Sec0ryUR5UbpHt35 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #EzOoaIVzxEEmQzIWwQhCly6FKkTs1xVT {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #yvhHLEtNqnHn71IeZKiBfRuEMbgVZ6zP {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #pDlcrGEKIuI8yWxyPuIclDD67TZVwbIk {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #I5OeVRtgITkp7E4OeSiCpviTHqDd1Eux {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #B80pVTmRDdyQLpbvNDNTIqprwUX5yugw {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #KMViaet7ASATmANAgTFJgK8iUZx0BTxm {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #NJSma0DsmAcH3fT54W0Ruc7NK2SrTqiJ {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #URxaZngUcdLLeLfefxNTEpdMLnJU3hLe {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #XX4oJwWcaawQSmNd5q2M1Iy4xH9koBPW {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #uuTlsm8rZQU1F9OEr3vcM5A8JfT8nWN7 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #ktaQoxPSgIUCuxQTPkgRpTwJbmup2qNy {  }
 }@media only screen and (max-width: 763px) { #B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT { display:block; }#B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTOvPm1nenV5NrqqNb3RE0Q3J1G9QCAv { top:0rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqfmZFiTWeEFn7AnhTzbA8lFQbdDewli { top:0rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbeD1cWoXSB4uDvwmDuTFQKwdlPysLzb { top:0rem;left:25.9375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc8EwTFuPSyEq8NJB97nRZF0rEz8JiAL { top:0rem;left:12.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmXS6m5xhEyuEceI9gwVk9uqOzzVHTcV { top:0rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHTMudBLpGVX1laLczqeQgAUm8hbVNWU { top:0rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir2coPXLsMILGyQMvUr36vlyuT9fO4k3 { top:13rem;left:7.875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn8hsV9MZMRPNo88wpZbuU3STfXBHFvE { top:13rem;left:21.0625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiVGU5Cw1Kn3pmpS6zMlMbsdHtJb1Tua { top:13rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f901cGcq8ZOEJLrbNMF8O7aFuaEuvuL3 { top:13.0625rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo9SFAu08IfTv4P0a1TLGV332ouREuAF { top:13.0625rem;left:34.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk4U79pA9Pw1byTGisTLe4LrWxTUim4E { top:13rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzRG5QZFgwDQbMUA1ZwG7ieLQPsxMrT2 { top:0rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4uaGOeDNie4ssGXu9a5RMowqUVTrtpX { top:12.9375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEWFBJozHFzD9nyvtRSkSK3qlfeuixZO { top:13.0625rem;left:35.3125rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkTBz9ZmDJULN3NJ0VsPUe0uri7kDD6k { top:0rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK8XPVQ5lpA5Swbzo46kuhUPMfWX8DBP { top:13.0625rem;left:35.4375rem;width:12.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBrlpixBagDe7uPXcQmsoLKRgi6aRIKi { top:0rem;left:35.3125rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdLndgfEbmiuqaTUbUkRPiU8OQ9xfo9y { top:0.0625rem;left:0rem;width:12.25rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #anAfhIcL3mtfZMCXiUZtNPWyVmsPcq50 { display:none; }
 }@media only screen and (max-width: 763px) { #SXGLXqhTEaKXpOCNdq0apTWMps6tPgIc { top:0.0625rem;left:0rem;width:12.25rem;height:12.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6x6HAcBVT0ZQxUPFs9WZEdGWhBqLdJd { display:none; }
 }@media only screen and (max-width: 763px) { #O3U8PfR5rJ0oB7lAKRCXEM9G0c2I3ikF { top:7.1875rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HsDiuE7Czu9lNKpTIuo7acth72OifNG5 { display:block; }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 { background-color: transparent; background-image: none; }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .row .container > .video-iframe-container { display: none; }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .row > .video-iframe-container { display: none; }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .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); }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 { border-width: 0; border-radius: 0; }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .row .container { width:20rem;height:22.9375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBvSraNlWunvmRvEi0df6cG003z94Cht { width:7.5rem;height:0;top:19.486328125rem;left:11.5625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E0w1HNVvWCyJiL1UXh03fQggum93JtpU { width:14.8125rem;height:1.375rem;top:1.5269097089768rem;left:2.5937500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.9375rem #f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #HU3qKQsPTIotaeB0rLlWQy7g1nAs9xaz { width:2.1875rem;height:2.1875rem;top:1.1206597089768rem;left:17.812499582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCeNZhTFtb9VsWv0QRnFBm4IuMhiCOSa { width:2.0625rem;height:2.0625rem;top:1.2456597089768rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQDJaF2pmRMhsGwBZTDr0P8tivAErZAK { height:10.3125rem;width:18.4375rem;top:5.4331598281861rem;left:0.78125005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXGnXNQ7gQiJEW9v89pno0QD2CVxBwxH { width:12.8125rem;height:17.875rem;top:3.3081598281861rem;left:7.1875000596044rem;overflow:hidden;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #hronvvhfQw2SPwpXvlT4hGDW8i6haD8O { width:13.375rem;height:18.5rem;top:4.3706598281861rem;left:0rem;overflow:hidden;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #xUoHLrOQD1N9ula3Iztk6fmzepJ1pcbd { width:20rem;height:12.4375rem;top:4.3706598281861rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #TCEnPW1Mus8a3yhBtSvXJchEfm4lR6oJ { display:block; }#TCEnPW1Mus8a3yhBtSvXJchEfm4lR6oJ > .row .container { width:20rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LibXhp64sZKZsGcvsue5PWIEH1nxtuwJ { width:16.125rem;height:1.64930625rem;top:27.873266220092rem;left:2.7187500596046rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVO9JSCV6GCTqFWuKbyKUkiGIWqvWMqX { width:11.75rem;height:2.3125rem;top:24.310764789581rem;left:5.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvJtGB8xdTR4n13I9GB1eAqwTXitMIig { width:15.8125rem;height:4.1232625rem;top:18.875000476837rem;left:2.8125000596046rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pimAZFiEDqmxNOWV8xJlIe6yC0yaOqTX { width:6.9375rem;height:2.375rem;top:15.875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdGhuTPurnsdE1pihW8pcNc3ILTZKTMo { width:6.3125rem;height:1.03125rem;top:16.625rem;left:6.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHmEJETc0TSaK8CrQvurwcfTn26etqT5 { width:15.8125rem;height:3.2986125rem;top:6.9375rem;left:2.8125000596046rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw92y4dT7xPTxl5wO0gOiXEDQ04VvASl { width:2.3125rem;height:2.3125rem;top:15.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyxMOtzwZzF9vU5ddmDErquiEIsKtJt8 { width:2.5625rem;height:2.5625rem;top:24.185764312744rem;left:3.1805556416511rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmtT3pcHw4Ur9WfvCoqbguGlhguUU8iC { width:2.1875rem;height:2.1875rem;top:15.968750417232rem;left:0.68055552244188rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlrdfpAvundWWGeQuuWqgGUBwkPyTEfB { width:2.1875rem;height:2.1875rem;top:24.373263835907rem;left:0.68055552244188rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8l6oUMK8kB5lS0hxeSTo497CaA0z8FC { width:1.125rem;height:1.23698125rem;top:16.443577229977rem;left:1.2109375596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIUPrEkrzvGTctt1goZgUZEMyB2Prh9T { width:0.875rem;height:1.23698125rem;top:24.848090648651rem;left:1.3359375596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8TdhHXa4LDWUFsiZvTVgWqbIlp8pHC9 { width:0.125rem;height:31.25rem;top:5.0477428436279rem;left:1.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWZrtDgKrKKXuOh0xumcql2O20HxAcEr { width:6.625rem;height:auto;top:22.125rem;left:6.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZZpQ5oq7zRTt0lp8U1sOrDuGzvVaX6T { width:3.3125rem;height:auto;top:33.5rem;left:8.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #N32adLXgTft0TMF8h9uEUz6CUxFsK3Ta { width:2.125rem;height:2.125rem;top:3.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #guA9O6B6owlE7Nv0gBuZWSa5sSG2w0TO { width:1.1875rem;height:1.23698125rem;top:3.8125rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWO839PwaRrIPO2VmhQIVghkzaGB4m1q { width:7.0625rem;height:2.375rem;top:3.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyyJL46tLLrf5pKS0rEtTIW2ef9rfT4O { width:2.9375rem;height:2.9375rem;top:2.96875rem;left:2.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhgdmUBoQd4GkPo8B4xZwBcT83zaLluh { width:6.625rem;height:0;top:10.211804151535rem;left:6.8993043899538rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #I5DbBmAACQyL4vot8NFmUBe0h4Bt8BWR { width:6.5rem;height:1.03125rem;top:3.875rem;left:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW4Td5tFiW61IRyHBerEAltdGdNScIFM { width:20rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXVZT1Nq8DmI0IUBp1INpGhsfKAOoKeW { width:10.4375rem;height:1.03125rem;top:24.951389312744rem;left:6.3437500596044rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0C3OrdDbQR90TgzHmu7KE1vaEq7HOEU { top:30.177952289581rem;left:2.5625000596046rem;width:10.375rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7IyPqDC1uXOpKmx9qSyeC8CCOpgwAZa { display:block; }
 }@media only screen and (max-width: 763px) { #ylGbTMlLIu8eeEGO1RtAoOBaypfJXOLP { top:10.840277910232rem;left:2.7187500596046rem;width:8.5rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZJ5zXNTuLWhNPgymGpSwx9T6437DJge { display:block; }
 }@media only screen and (max-width: 763px) { #bvqTaT7GJyXwqwQKTz525Rf8zxbNfltT { top:13.097222089768rem;left:2.7187500596046rem;width:9.75rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpgWnUl1WNTab0aq0oIdBqqplCAIoR9w { display:block; }
 }@media only screen and (max-width: 763px) { #X1CU7Ot5srGb5vPZhwVzfJaBWAPm2sWa { width:2.875rem;height:2.875rem;top:34.879340171814rem;left:0.36111110448838rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrFASdbILJEGF10PSPTICkbBodPPOeaB { width:1.1875rem;height:1.51215rem;top:35.56076335907rem;left:1.1796875596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHBGL3Hm7c7oycGuhQ85uJ1FaehlKWhx { width:3.625rem;height:auto;top:47.875rem;left:8.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzBs7TVERWb3v5irpCyqySyzWRFzZkE2 { width:3.1875rem;height:3.125rem;top:34.878472566604rem;left:2.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHgutG1PbLlWGJPwqSWOVTGp67w2d0TK { width:11.75rem;height:1.9236125rem;top:35.355034351349rem;left:7.1493054032325rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfGpe1T6klg0wtKczOTsFwZoW5XCTrzn { width:10.25rem;height:2.9375rem;top:34.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEuEzWz2fZ9gey6R1J9w80JDqu74z8JX { width:10.8125rem;height:1.64930625rem;top:38.769097328186rem;left:3.3125000596046rem;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CVeycxswkgUsvyNmBT7U7GiupRxG4alS { width:14.125rem;height:11.54513125rem;top:41.776908874512rem;left:2.9375000596046rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhRwOE2TJ0HHkfN20d9FOLc5UowTAyEV { width:18.8125rem;height:53.625rem;top:0.72222399711606rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIuwuUmhtQqciOTSB2AQkvBFZMe0hWGW { display:block; }#bIuwuUmhtQqciOTSB2AQkvBFZMe0hWGW > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLLaX4DHHfJbnTU3EHOFxsTSVeXLsQlm { width:18.1875rem;height:1.099825rem;top:4.5rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADii6MOfVqmOl7IUWcCV7PXH6nbzvloi { width:20rem;height:2.47395625rem;top:1.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 { display:block; }#Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 > .row .container { width:20rem;height:79.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSlbhiCW6iM71LZspkvCOLfalCEZ7TJ0 { width:12.0625rem;height:2.6796875rem;top:5.5rem;left:1.2500000596046rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCWuGhpDqe41NSbJW0NXtKFLPApX41Ez { width:18.5rem;height:7.625rem;top:1.4279518127441rem;left:0.69444447755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiLSBVBAytuq1QGFF8Rsg3tQQftIGDvv { width:11.125rem;height:2.4739625rem;top:2.3802089691162rem;left:1.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxfZOgVREycoG4ygAy5ghsiL0yJf2qUe { width:18.4375rem;height:9.8125rem;top:10.348090171814rem;left:0.75694447755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQwK8LRhqlhVFTdMTtfJp4FxyidJ9fSW { width:11.625rem;height:5.359375rem;top:13.938368558884rem;left:1.4687500596046rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agESyBDuS3IrzBnD00I3dMUoLQT3kdmp { width:18.625rem;height:6.6875rem;top:30.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUnusVTvwI10HHUEFvgwr73AIRtsPLip { width:6.1875rem;height:6.1875rem;top:30.375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcWIcMRo4TZokR5OuimVGMvABdOr1t8i { width:10.1875rem;height:2.6796875rem;top:24.815972328186rem;left:1.2500000596046rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #un6D512FcpH83v0taUpsT4kCUKvbX1fx { width:18.4375rem;height:7.6875rem;top:38.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLCkHAXWDMHhl0zLZ01Ex0gxNgV5B8Sl { width:5.8125rem;height:5.8125rem;top:39.125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPqwiyZeuIdxWAJobIDt96eTbe5xprsi { width:13.0625rem;height:3.57291875rem;top:41.4375rem;left:1.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXNsoty3W3m2vpDSZEDn8b5ydkmKWiJB { width:20.0625rem;height:17.6875rem;top:60.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtptWTF6VramxeoGA1LrmaGTASFZiPQr { width:17.0625rem;height:5.84895625rem;top:70.9375rem;left:1.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xThszvQvq3y1ZkWODXNBNVmoGh59QXg7 { width:15.1875rem;height:6.18489375rem;top:65.25rem;left:2.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AAUuz4Xk3CbALOfe9dM3U7VvAd92ssvV { width:7.1875rem;height:7.1875rem;top:1.7039928436279rem;left:12.17274338007rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbCUqbg8ekmJKVc7KALoJhRBUhTqqI00 { width:6.875rem;height:6.875rem;top:11.903645515442rem;left:12.48524338007rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVaNEEv1BI8v9i4QkBvvF7sukvBUMteP { width:18.875rem;height:8.3125rem;top:47.1875rem;left:0.68750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9vecfJSC13oVOktUCsFnQdLIXlOMCpI { width:10.4375rem;height:2.6796875rem;top:50.923612594604rem;left:1.2500000596046rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz9Rtoco0vAQMT7QqTzSfJBTT7aZkAAi { width:16.6875rem;height:1.23698125rem;top:39.125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpTonfvzDb1Uck2FvZwZyMZmO80C25vA { width:16.6875rem;height:1.23698125rem;top:48.960069656372rem;left:1.6562500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOpxZuFmfZ8mTCXkkvvnWZmTQF6dumOF { width:7.5rem;height:7.5rem;top:48.166666030884rem;left:11.86024338007rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFzOyW6OhkxzKQ6zlu2vg0TsRbBNDK9W { width:18.5rem;height:7.4375rem;top:21.569444656372rem;left:0.72569447755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2V423Q6EtyDbl5tMmQnLp5UqPtZDmJG { width:16.6875rem;height:1.23698125rem;top:31.375rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA3DC4ZigSUVyg6TydDQqiWTTKPNa2Ol { width:12.1875rem;height:2.6796875rem;top:33.0625rem;left:1.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M55phJhG3Bx7E1imncPTMS8IywlJeQBm { width:8.5rem;height:8.5rem;top:21.09375rem;left:11.500000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEnmA7zPgFhJ88O2Q1xILbutfVT7ELSg { width:10rem;height:10rem;top:55.304685592651rem;left:5.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MulncVtzX84RcIcKIwGhsPs2R7wISKb2 { width:16.6875rem;height:2.4739625rem;top:10.902777910232rem;left:1.6562500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKmWlddgTZnM53AJe0xSoNJT401B7ySW { width:16.6875rem;height:1.23698125rem;top:22.61111164093rem;left:1.6562500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtbfG304DP962DQ6HRswG9UuL5Sfyau7 { display:block; }#rtbfG304DP962DQ6HRswG9UuL5Sfyau7 > .row .container { width:20rem;height:95.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1TTdJ5HkpNy53WgTpUvHGzKSE1wsDAs { width:1.6875rem;height:7.4375rem;top:1.6866321563721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfMECiQZIH458i35b5ggCC9Je7CLHy5e { width:17.5rem;height:1.30555625rem;top:1.6857681274414rem;left:2.5000000596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5TCoPRuayu9HKP1GXCW2mEWFym2MGDV { width:3.25rem;height:3.25rem;top:3.4817710313721rem;left:14.076389411442rem;display:block; }
 }@media only screen and (max-width: 763px) { #usSvr7kSzkwOTtUtikizC8K1bTCGuMvQ { width:9.125rem;height:16.625rem;top:5.3350691795349rem;left:5.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9gO8sUkBLqA8UaO5SIb4cWPS6gdCWMo { width:10.75rem;height:20.5rem;top:3.8749998509884rem;left:4.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqMs2tA9p6XR39zXnJqLM7nbpCx4zFH5 { width:9.3125rem;height:1.64930625rem;top:22.642361164093rem;left:5.3437500596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MuhdTILFkCJwPpoeGBhIquIzgSiIvCNd { width:11.9375rem;height:21.875rem;top:48.006945610046rem;left:3.9756947159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBdfrVTKGlUsKC5TN4OMTRan4MsT92LT { width:9.5rem;height:17.625rem;top:49.187500953674rem;left:5.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQS8WX4UJslQaT7TqK2HboT36FIn6Ffa { width:11.1875rem;height:1.64930625rem;top:67.50000190735rem;left:4.4062500596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM6UUzGwlBvu3VgVIhtnfnl3AONiLwzo { width:11.75rem;height:22.1875rem;top:24.788207577697rem;left:4.2234123742929rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBOl2uApSQVc4eEmps2sgrQuzDW7JAdf { width:10.5rem;height:19.4375rem;top:25.5rem;left:4.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTFGw54kWCS2NIdIWmvxXe7qtMsFomyu { width:11.1875rem;height:0.82465rem;top:45.561632156372rem;left:4.4062500596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEeZ97rZfB42M2PQqc9htyxp48Ntc9gg { width:12.125rem;height:22.1875rem;top:71.194444656375rem;left:3.8819447159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSZdT7cfhwpn2InxE71gDWzUaJW18mrQ { width:10rem;height:18.5rem;top:71.8125rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppBGeQ1WJLpfT2pTvBG3vAVBISNe0zan { width:7.75rem;height:1.64930625rem;top:91rem;left:6.1250000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZKdv07yQF4AHidv4tNH3kDeDiLDxd6w { width:4.125rem;height:4.125rem;top:43.016494750976rem;left:1.6875000596046rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aVhrFVln1iDpDgIux7UpcEg4EvWkPNxg { width:4.125rem;height:4.125rem;top:68.42968940735rem;left:13.937500536442rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp { display:block; }#Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSmlMpBMbWhv1XPvkHpkptTZXkMoFCRT { width:17.5625rem;height:2.75rem;top:4.125rem;left:1.2187500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykTsxXpaEmZU7czTsbFogzg9tCxTv5hR { width:20rem;height:29.25rem;top:29.375rem;left:-0.125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #WceeiH0TbJ8XgTUifbiT60tifn3gPCrw { width:20.0625rem;height:15.4375rem;top:8.310791015625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #C7acy4eTIybpJI9IK7vQ212sTr9wQy7c { width:2.6875rem;height:2.6875rem;top:0.80555534362794rem;left:8.6562505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS0P0PpTsVRIde0ZvIWQocbonJKBiDpn { width:17.4375rem;height:2.9375rem;top:9.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLFLt1exc92X31xB9ERwzGXO93MfEkp2 { width:20rem;height:1.375rem;top:25.805556058884rem;left:0rem;font-size:1.25rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #wEu7GTcobZqkUv7QGZrzqZrm5qNTAbv3 { width:1.8125rem;height:1.8125rem;top:10rem;left:3.8680554032326rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8QiMDrxgIluBoyEGEVC6g8F0SexgC1W { width:12.1875rem;height:1.13715rem;top:10.336805343628rem;left:6.6484375596044rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzXCQzcznBnvpSUkNFn6Ssf8sn96VCWg { width:13.5rem;height:1.9236125rem;top:32.75rem;left:3.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZrnibCnHILeBPgD00DvJhSPTENOmrSD { width:2.0625rem;height:2.0625rem;top:30.889756202698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd4m1wZTiyJt35iyh5fFvCxG2PRRtn3z { width:20rem;height:4.8125rem;top:30.375rem;left:-2.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzrbpC7zOsnZrTE0XbwPIOJRwLSxhsLD { width:6.25rem;height:1.099825rem;top:31.625rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDZARt8H0V4CeSrXOq441zReRvcZVo9y { width:13rem;height:2.27430625rem;top:13.315104246139rem;left:6.8750000596044rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZQVDDNbhGKKQLmMA0vskMNyCDrJfCW1 { width:1.875rem;height:1.875rem;top:13.514757871628rem;left:3.8368054032326rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCHW57OFAXUPXpSnvXTS7MbnEVbZznIJ { width:17.6875rem;height:3.125rem;top:12.9375rem;left:2.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkxkRRys4ow0mhTDuox5bNwNr5PexShF { width:1.9375rem;height:1.9375rem;top:16.968750715256rem;left:3.8055554032326rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH8FppQGoRrPNHVTNmhai9P4LGPzmk4z { width:17.375rem;height:3.0625rem;top:16.40625rem;left:2.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9eb6ctIoXy5eM452Hkg1VCPcFMtGJHV { width:9.4375rem;height:1.04948125rem;top:17.412325620651rem;left:6.6484375596044rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCeUkxZN9XiDp2huqQThWlzci5wtHmNI { width:20rem;height:3.9375rem;top:49.500007629394rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #D0bM2uvL9DmvqQABo2daHHAStbDrBI4p { width:20rem;height:3.9375rem;top:52.430556297303rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #BsfQeWVp7FvzEsp7BC6H3399I5SIsvDi { width:17.5rem;height:2.8125rem;top:19.8671875rem;left:2.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1q3iPfUyqCJJ050Sy0u50q4pbiDzcg8 { width:1.75rem;height:1.75rem;top:20.398438215256rem;left:3.8993054032326rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyBdvpy1gbDbE8rKkn5phGZizCdcwEn7 { width:12.125rem;height:2.09895625rem;top:20.223089933396rem;left:6.7109375596044rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXMRyXlntgGnpi7h6pn6915cUiXVkgKr { width:17.75rem;height:2.6111125rem;top:25.187500715256rem;left:1.1250000596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri3NmAHNy264Qpn1hTtoyBadKNEQVlWv { width:20rem;height:6.125rem;top:35.8125rem;left:-2.6875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXvifBKHyGOfhOUVPZmU87Tr1g2mUR0H { width:2.1875rem;height:2.1875rem;top:36.624132156372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJIXwkTbqrsTftPkqKs5iF9dRHcWwA6e { width:17.125rem;height:1.23698125rem;top:58.6875rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtS9oPguTSopOF2rwTmLGD9aNNb0asqU { width:8.4375rem;height:2.19965rem;top:36.625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZdOoewNx5TmNrJ1GA9Wie6Xy7L645T7 { width:14.4375rem;height:2.88541875rem;top:38.75rem;left:2.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCH78E9OnlUEoQJtDIpJgdBGbycaPsHs { width:20rem;height:6.125rem;top:42.625rem;left:-3rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsWBVMM4ByL8AaSNsD6SQQzf6LAnpUUl { width:14.625rem;height:2.88541875rem;top:44.9375rem;left:2.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpkUtbvNnyUnqDLs9A99xOl1QAWJQR3p { width:6.6875rem;height:1.23698125rem;top:43.75rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv9knhnDFhh0iVr7pnokfTM0FtWrcFJQ { width:2.25rem;height:2.25rem;top:42.8125rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #psJgHwageSPG1rxHS0Gwt0C0ptuektGb { width:20rem;height:6.8125rem;top:49.5rem;left:-3rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6aVRxh4AFHZ370XvkerOOD3qKK2qAB9 { width:14rem;height:3.847225rem;top:51.5rem;left:2.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwrSHaWN4XLGu7fDTbGSiamUGZEIzXKp { width:9.1875rem;height:1.23698125rem;top:50.25rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrxsnTNkXEt7nLw9pW3kPEFpr1SWTgIm { width:2.125rem;height:2.125rem;top:50.375rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #viDre3HC5UzxdNZc6mSPZ3kcvnXWNXZn { width:3.5625rem;height:2.5rem;top:51.9375rem;left:15.125rem;z-index:15066;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wg81W2OErnTlMOnG5u8Dv77Qz6MQNdg5 { display:block; }#wg81W2OErnTlMOnG5u8Dv77Qz6MQNdg5 > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ut81lExoZcGLvPyNAmrmroHt3Qc1cK0M { width:16rem;height:2.6111125rem;top:0.87326431274412rem;left:2.0000000596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdzU42mJabzsWBlC2C6UkHSBc9B55wl8 { width:3.875rem;height:3.875rem;top:4.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXhxRsPah8oNOFEPZwWhLiRg3pgymBgx { width:18.3125rem;height:17.875rem;top:6.6875rem;left:0.875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8veDdExZwZ33AvwkMxGtDTv2XaTSFZm { width:5.0625rem;height:13.375rem;top:9.8125rem;left:2.1875rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4bUn0JgHC76c98hngkARGRFKMVbZNty { width:3.875rem;height:13.5rem;top:9.75rem;left:8.0625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5ZhRmG5UuQpBAFV3eFPA0TAyF8ZUxHx { width:4.9375rem;height:13.3125rem;top:9.84375rem;left:12.562500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoyaBgFOSUWETLsoKymvFgiFU8k41gXl { width:20rem;height:15.125rem;top:28.375000476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhT4bvzq3NHw9GTbCNH4kfncoD0oV1q8 { width:3.6875rem;height:3.6875rem;top:26.5625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ3PF0mlLWkRXii78wZKlA3Mkd1y52dK { width:3.3125rem;height:9.625rem;top:31rem;left:0.1875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgJby9JOzaWPIMqNOuZGaJxl8ySXPvUv { width:3.9375rem;height:9.5625rem;top:31rem;left:4.0625rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyaOfxBnJkhuBOvyJnzNnvwtyAHA9Lm6 { width:4rem;height:9.625rem;top:31rem;left:8.1875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQo7MVkOBq9WCq8IqlQzxHUzn7IutQH9 { width:7.25rem;height:9.625rem;top:31rem;left:12.5rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeugA9eC8vLv4aLeHULmCq6HooVf83bc { display:block; }#BeugA9eC8vLv4aLeHULmCq6HooVf83bc > .row .container { width:20rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TB7T8DuGutscgXGleMbTZ8RyxHis0F0v { width:15.9375rem;height:2.75rem;top:0.75rem;left:2.0312500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge .accordion-heading-text { font-size:0.875rem;height:auto; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge .accordion-desc-text { font-size:0.875rem;height:auto; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge { display:flex;height:auto;width:17.25rem;top:4.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #yUpEEsVoHKEO7WFqWdfdeOqPomJ5yeCQ {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #aQn5KNNXr7S6T8twT7lTU7JIqUJySUQQ {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #zMz4y5SRp7VqUyEB4SkxThG9m74dSGK6 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #XFyDxvbxIQSibFFRNAbJ7PrU1qLLebf4 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #UnmrvKL0ifB77TFQucGKX2ShghkbDz09 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #RqhBMnqsxuwcem5RAW3vwO6UUokTty0w {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #W6flZXNBa5Ud9RX0HIrTJATXa8P9NDVS {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #zTTTo4aPNUWO6wseDZiIUkbip80DfVbZ {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #qSEgq57LMZIwTmcBszgnPTv46A0QNeK1 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #WBJy9SxA5B5BNotSHIGNd6eZox2PwrXK {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #G2zTvZTGrwi7PDaamks4Op0Vf3gheqZX {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #ETxelCLemBNlISWiKmUVycBVfhGlyP2K {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #RTchJGkKzA2REeR5i2cqpLvGX0ccL6za {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #f54pv170NUwb25SVoVpkOgMNmBWCJXZh {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #kTblo2CMVNFpciowOhPL0DCKwBE0P6sX {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #yX34239pT8cy4yAzQLQPUkHm4fHTLUv2 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #etaJJ7Tb1xneKmTzstwn7vHSTWpw0owr {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #JzGcVmNEIqJNIXX8QVXlT3xkAcFnVUFE {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #TxUgqDbZ0byNdCNPML4emOt6TmzynQZc {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #ZnvTBhTDUcM9ugm6seE3FJ0pJWGIZVhH {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #FbXpn0lnFlkqLRQ4pnDlsVSbI3J5ff16 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #DKBp86gTLtZTEmOVyOGDGRo4rOgkTduH {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #uCTa2GNWLnrdBLtBql5s6n9keGAxCfdi {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #A40pd4u4OSGO4zlI4tJEEryrGdLz6SA8 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #axJvdb1uTqgUB8uS3U5LNBTK9B4Qk20a {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #rVG42DPgsZe1gNVt50DEK0IeeSyL8Dpr {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #WSscJZT8uohEffNA6WK3pDgPM7WyH1G1 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #zTIEIzx62S5wUqZBEQRiwxwkevS2AO2A {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #zpWnlUQg3eGEt04A6w1tmWfxoVAxUnHy {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #cofaQhcoOkztDhxXmfyScRn5I68F8do2 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #AglrIfFnNFQTXw1J6TU3T6OLNXk9WXrP {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #oarGo2oxQOFAyaGaDkdnCQcTlucTmFMg {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #El0Zu2U9NalLtcZZhT2lu1Q1PLGzy1nX {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #RRVcC2gIuI4ciq42DzB1r6tPxhJvp6cS {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #hydWg1ozvH1wl4CkZbTTTiAd0JiN29UE {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #C3NAEiHTu8fmOPwzBfRZFdQIbzKvlBdt {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #J5zp0exASTlLQGVknp3d3szXaFZSyK2s {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #cxTEhE6yhuMwJJh1gK3vprruk6BnyxTG {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #dzaZTq7fqBkFQGN9Sec0ryUR5UbpHt35 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #EzOoaIVzxEEmQzIWwQhCly6FKkTs1xVT {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #yvhHLEtNqnHn71IeZKiBfRuEMbgVZ6zP {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #pDlcrGEKIuI8yWxyPuIclDD67TZVwbIk {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #I5OeVRtgITkp7E4OeSiCpviTHqDd1Eux {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #B80pVTmRDdyQLpbvNDNTIqprwUX5yugw {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #KMViaet7ASATmANAgTFJgK8iUZx0BTxm {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #NJSma0DsmAcH3fT54W0Ruc7NK2SrTqiJ {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #URxaZngUcdLLeLfefxNTEpdMLnJU3hLe {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #XX4oJwWcaawQSmNd5q2M1Iy4xH9koBPW {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #uuTlsm8rZQU1F9OEr3vcM5A8JfT8nWN7 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #ktaQoxPSgIUCuxQTPkgRpTwJbmup2qNy {  }
 }@media only screen and (max-width: 763px) { #B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT { display:block; }#B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT > .row .container { width:20rem;height:39.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTOvPm1nenV5NrqqNb3RE0Q3J1G9QCAv { width:6.25rem;height:6.25rem;top:9.1875rem;left:13.75rem;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; }
 }@media only screen and (max-width: 763px) { #rqfmZFiTWeEFn7AnhTzbA8lFQbdDewli { width:6.25rem;height:6.25rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbeD1cWoXSB4uDvwmDuTFQKwdlPysLzb { width:6.25rem;height:6.25rem;top:16.0625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc8EwTFuPSyEq8NJB97nRZF0rEz8JiAL { width:6.25rem;height:6.25rem;top:16.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmXS6m5xhEyuEceI9gwVk9uqOzzVHTcV { width:6.25rem;height:6.25rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHTMudBLpGVX1laLczqeQgAUm8hbVNWU { width:6.25rem;height:6.25rem;top:22.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir2coPXLsMILGyQMvUr36vlyuT9fO4k3 { width:6.25rem;height:6.25rem;top:16.0625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn8hsV9MZMRPNo88wpZbuU3STfXBHFvE { width:6.25rem;height:6.25rem;top:16.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiVGU5Cw1Kn3pmpS6zMlMbsdHtJb1Tua { width:6.25rem;height:6.25rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f901cGcq8ZOEJLrbNMF8O7aFuaEuvuL3 { width:6.25rem;height:6.25rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo9SFAu08IfTv4P0a1TLGV332ouREuAF { width:6.25rem;height:6.25rem;top:29.75rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk4U79pA9Pw1byTGisTLe4LrWxTUim4E { width:6.25rem;height:6.25rem;top:2.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzRG5QZFgwDQbMUA1ZwG7ieLQPsxMrT2 { width:6.25rem;height:6.25rem;top:9.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4uaGOeDNie4ssGXu9a5RMowqUVTrtpX { width:6.25rem;height:6.25rem;top:2.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEWFBJozHFzD9nyvtRSkSK3qlfeuixZO { width:6.25rem;height:6.25rem;top:22.875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkTBz9ZmDJULN3NJ0VsPUe0uri7kDD6k { width:6.25rem;height:6.25rem;top:29.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK8XPVQ5lpA5Swbzo46kuhUPMfWX8DBP { width:6.25rem;height:6.25rem;top:14.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBrlpixBagDe7uPXcQmsoLKRgi6aRIKi { width:9.6875rem;height:9.6875rem;top:234.6875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bdLndgfEbmiuqaTUbUkRPiU8OQ9xfo9y { width:6.25rem;height:6.25rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #anAfhIcL3mtfZMCXiUZtNPWyVmsPcq50 { top:6.3125rem;left:4.25rem;width:11.5625rem;height:21.6875rem;z-index:15025;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;background-color:rgba(210,234,253,0.87);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #SXGLXqhTEaKXpOCNdq0apTWMps6tPgIc { width:17.3125rem;height:17.3125rem;top:10.5625rem;left:1.375rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h6x6HAcBVT0ZQxUPFs9WZEdGWhBqLdJd { top:6.3680553436281rem;left:4.2187500596046rem;width:11.5625rem;height:4.25rem;z-index:15026;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;background-color:rgba(210,234,253,0.87);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #O3U8PfR5rJ0oB7lAKRCXEM9G0c2I3ikF { top:7.3559030294419rem;left:4.1562500596046rem;width:11.6875rem;height:2.27430625rem;z-index:15027;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }