.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:249,231,239;--color-primary-1:236,175,201;--color-primary-2:217,94,146;--color-primary-3:109,47,73;--color-primary-4:33,14,22;--color-secondary-0:250,234,228;--color-secondary-1:239,187,165;--color-secondary-2:222,118,74;--color-secondary-3:111,59,37;--color-secondary-4:33,18,11;--color-tertiary-0:255,255,255;--color-tertiary-1:254,247,206;--color-tertiary-2:251,229,91;--color-tertiary-3:126,115,46;--color-tertiary-4:25,23,9;--headlines-font-family:"Raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ly4yW7wdJMlP4IkvSEhPKFVFUDS4RsU2 { border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ly4yW7wdJMlP4IkvSEhPKFVFUDS4RsU2 > .row .container { background-color: transparent; background-image: none; }#ly4yW7wdJMlP4IkvSEhPKFVFUDS4RsU2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ly4yW7wdJMlP4IkvSEhPKFVFUDS4RsU2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ly4yW7wdJMlP4IkvSEhPKFVFUDS4RsU2 > .row .container > .video-iframe-container { display: none; }#ly4yW7wdJMlP4IkvSEhPKFVFUDS4RsU2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ly4yW7wdJMlP4IkvSEhPKFVFUDS4RsU2 > .row > .video-iframe-container { display: none; }#ly4yW7wdJMlP4IkvSEhPKFVFUDS4RsU2 > .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); }#ly4yW7wdJMlP4IkvSEhPKFVFUDS4RsU2 > .row .container { border-width: 0; border-radius: 0; }#ly4yW7wdJMlP4IkvSEhPKFVFUDS4RsU2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ly4yW7wdJMlP4IkvSEhPKFVFUDS4RsU2 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#uqETPd8r7mxwdxTINQGbvf5Dcx8xpEau { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:12.1875rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#cubXHgGQxWGf4IC28etIpVLhw42s6LEP { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.4375rem;left:26.25rem;display:block; }
#RVfJbbbtTUHa9KfV2Ce86FzHQ95ceO8k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Glfmqg1WoM7fUqLio5zdKE8Z56plUoDZ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.96875rem;left:49.25rem;display:block; }
#bucB15DTqGSq8wSbuuuyXANAZv3wwQGN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eQ7ApXWnbDmsgGlTThvVepcoLgusRsyX { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.96875rem;left:62.4375rem;display:block; }
#eEsiiZ9Ro2ZpiKqUwNBicAUfk4MvOlve { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VLkg9LomTBmcUcmqEVvcFDPHfhHyOc5W { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.4375rem;left:33.75rem;display:block; }
#OMt7yTN14gg8ROymXsbZx1k3hPQGqvTl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#reTAMNGVmMFiVrWEGVzKcDmW6fWGPZGO { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.4375rem;left:41.25rem;display:block; }
#cZCZygwX0Lstb7PIgQacRMURazZe5cUu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mJsNS5EIsRowGWFsnxoRQZBbastUXkT3 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.4375rem;left:18.8125rem;display:block; }
#h2vO7cGHIl44Hs7wvCkfpyIbWW1pZd9A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HRTrlSeRaNJtaGicQcW74ESQH7KakTXK { display:block; }#HRTrlSeRaNJtaGicQcW74ESQH7KakTXK { background-color: transparent; background-image: none; }#HRTrlSeRaNJtaGicQcW74ESQH7KakTXK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRTrlSeRaNJtaGicQcW74ESQH7KakTXK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRTrlSeRaNJtaGicQcW74ESQH7KakTXK > .row .container > .video-iframe-container { display: none; }#HRTrlSeRaNJtaGicQcW74ESQH7KakTXK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRTrlSeRaNJtaGicQcW74ESQH7KakTXK > .row > .video-iframe-container { display: none; }#HRTrlSeRaNJtaGicQcW74ESQH7KakTXK > .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); }#HRTrlSeRaNJtaGicQcW74ESQH7KakTXK { border-width: 0; border-radius: 0; }#HRTrlSeRaNJtaGicQcW74ESQH7KakTXK > .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; }#HRTrlSeRaNJtaGicQcW74ESQH7KakTXK > .row .container { background-color:transparent;background-image:none;width:75rem;height:30.875rem;font-size:0.875rem;font-family:arial;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; }#dGc0aWuks8eSu4C9R4VSAJbbnUyO0of8 { display:block;width:42.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:9.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#Xi6sOTHXNZTCtPJ65mF7kEqpbGUx5E3A { display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:15.3125rem;left:0rem;height:4.875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ixkPoCDIJeQTUdxBl58w1HKQbTrDOoTJ { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.375rem;left:0rem;display:block; }
#NVlbCElJZuWyMoxSGE3zAHHGhTt0Hyxi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w7oHss0nWrfvuXpDrmH8FJGvv5yqBAOD { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:22.875rem;width:32.6875rem;top:7.9375rem;left:42.3125rem;overflow:hidden;display:block; }
#gX1haHSNICieJ2mVgFiZDzVO8CBAPn6k { position:relative;display:block; }#gX1haHSNICieJ2mVgFiZDzVO8CBAPn6k { background-color: transparent; background-image: none; }#gX1haHSNICieJ2mVgFiZDzVO8CBAPn6k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gX1haHSNICieJ2mVgFiZDzVO8CBAPn6k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gX1haHSNICieJ2mVgFiZDzVO8CBAPn6k > .row .container > .video-iframe-container { display: none; }#gX1haHSNICieJ2mVgFiZDzVO8CBAPn6k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gX1haHSNICieJ2mVgFiZDzVO8CBAPn6k > .row > .video-iframe-container { display: none; }#gX1haHSNICieJ2mVgFiZDzVO8CBAPn6k > .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); }#gX1haHSNICieJ2mVgFiZDzVO8CBAPn6k { border-width: 0; border-radius: 0; }#gX1haHSNICieJ2mVgFiZDzVO8CBAPn6k > .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; }#gX1haHSNICieJ2mVgFiZDzVO8CBAPn6k > .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:25.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; }#PoEfVNBKRoOlNuXIfUL625fS9545Tvxm { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.5rem;width:40rem;top:1.5625rem;left:17.5rem;display:block; }
#BPNloM5sdBa0ExTwmXPAKMiQFJTiZAeA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BPNloM5sdBa0ExTwmXPAKMiQFJTiZAeA > .row .container { background-color: transparent; background-image: none; }#BPNloM5sdBa0ExTwmXPAKMiQFJTiZAeA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPNloM5sdBa0ExTwmXPAKMiQFJTiZAeA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPNloM5sdBa0ExTwmXPAKMiQFJTiZAeA > .row .container > .video-iframe-container { display: none; }#BPNloM5sdBa0ExTwmXPAKMiQFJTiZAeA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPNloM5sdBa0ExTwmXPAKMiQFJTiZAeA > .row > .video-iframe-container { display: none; }#BPNloM5sdBa0ExTwmXPAKMiQFJTiZAeA > .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); }#BPNloM5sdBa0ExTwmXPAKMiQFJTiZAeA > .row .container { border-width: 0; border-radius: 0; }#BPNloM5sdBa0ExTwmXPAKMiQFJTiZAeA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BPNloM5sdBa0ExTwmXPAKMiQFJTiZAeA > .row .container { font-size:0.875rem;font-family:arial;height:19rem;width:75rem;position:relative;display:block; }#omHB0Uwdy9D047gNtEnWwGlNAL2kR0FO { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:6.75rem;display:block; }
#CJFmyznacg6uus4Ftu8T0I8AVeW1nCue { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5625rem;left:40rem;height:8.4375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TGvweRG1KRr11LaTO37zmREG3lnm5QlX { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:12.9375rem;left:39.999996185302rem;display:block; }
#ISTKGWF6N6hfq1S8FqtBq9DKVg5S3PrU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lQHwXeEf22ObLakldF8D9ksCK5zayMsg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lQHwXeEf22ObLakldF8D9ksCK5zayMsg > .row .container { background-color: transparent; background-image: none; }#lQHwXeEf22ObLakldF8D9ksCK5zayMsg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQHwXeEf22ObLakldF8D9ksCK5zayMsg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQHwXeEf22ObLakldF8D9ksCK5zayMsg > .row .container > .video-iframe-container { display: none; }#lQHwXeEf22ObLakldF8D9ksCK5zayMsg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQHwXeEf22ObLakldF8D9ksCK5zayMsg > .row > .video-iframe-container { display: none; }#lQHwXeEf22ObLakldF8D9ksCK5zayMsg > .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); }#lQHwXeEf22ObLakldF8D9ksCK5zayMsg > .row .container { border-width: 0; border-radius: 0; }#lQHwXeEf22ObLakldF8D9ksCK5zayMsg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lQHwXeEf22ObLakldF8D9ksCK5zayMsg > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;position:relative;display:block; }#WIQ606P0WS0S8Wwho10ZDJmALFnsQdKe { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #de764a;border-left:0.25rem solid #de764a;border-right:0.25rem solid #de764a;border-bottom:0.25rem solid #de764a;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:30rem;width:22.125rem;top:12.5625rem;left:40rem;display:block; }
#KBDO5WTgqCzdMQtetwn2ADRLpDTTOfwp { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:36.5625rem;left:42.5rem;display:block; }
#GVxPAJp1TVdSOLmzNAWPTsNnpSDuRFPT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ONmfcaEnNZ2xaZ92EBaBnLZPfWPGUTyo { color:#de764a;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:19.75rem;left:42.5625rem;height:12.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ONmfcaEnNZ2xaZ92EBaBnLZPfWPGUTyo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ONmfcaEnNZ2xaZ92EBaBnLZPfWPGUTyo li:before{  }
#QbF8zf4wQ1odIidawZtce9flG79yQu4H { color:rgba(var(--color-primary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:15.0625rem;left:42.5rem;height:2.5625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GJq1CwL4w31BTwIuXWw6eNZLFl2GvNcV { color:#191919;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:300;z-index:14999;line-height:1.3;letter-spacing:0;top:3.28125rem;left:0rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#C54TKeJ4izghPVnKSsyy3Gv8kKQWAfE5 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #d95e92;border-left:0.25rem solid #d95e92;border-right:0.25rem solid #d95e92;border-bottom:0.25rem solid #d95e92;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:30rem;width:22.125rem;top:12.5625rem;left:12.5rem;display:block; }
#gGtXikID1ID9D0oSb6SrOMGL9ShTayp3 { color:#d95e92;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.8;letter-spacing:0;top:19.75rem;left:15.03125rem;height:12.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#gGtXikID1ID9D0oSb6SrOMGL9ShTayp3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gGtXikID1ID9D0oSb6SrOMGL9ShTayp3 li:before{  }
#vqlmx3H9ewkcgePi2uoJZTw5coWCvQxR { color:rgba(var(--color-primary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.0625rem;left:15rem;height:2.5625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IuBKtu5q9N7RcHOc6yT8bQZc5wbZQ2fI { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:36.5625rem;left:15rem;display:block; }
#EkFNPVEEmfOT6k70WZceNa6TDTZlUa75 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yWSa31vKxVTAhf0qtckxKN9p8qEeyVI7 { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:14.3125rem;top:25.15625rem;left:55.625rem;overflow:hidden;display:block; }
#MSdzVChLFx2xuITH7CKDHTeHVWBqRirk { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:6.875rem;top:17.53125rem;left:65.3125rem;overflow:hidden;display:block; }
#CPVFn7P4LGvNTicimBMmm5kdxQcmosTD { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:6.875rem;top:17.53125rem;left:4.9375rem;overflow:hidden;display:block; }
#w3Ozk00kkr9zCA8htQc9HLkmrn7cnSo6 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:12.125rem;top:27.8125rem;left:5.875rem;overflow:hidden;display:block; }
#ItvEVnTmTG46zn9FQRO9VX9oVacnAGPm { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:11.9375rem;top:32.4375rem;left:29.6875rem;overflow:hidden;display:block; }
#vQ3r7U6CSApgrwEDMCxy72snPcOiQVQL { color:rgba(var(--color-primary-4),1);display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:8.375rem;left:17.75rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gy7mBXmek7ducmsKe6I87G7C69GT2QKI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gy7mBXmek7ducmsKe6I87G7C69GT2QKI > .row .container { background-color: transparent; background-image: none; }#Gy7mBXmek7ducmsKe6I87G7C69GT2QKI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gy7mBXmek7ducmsKe6I87G7C69GT2QKI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gy7mBXmek7ducmsKe6I87G7C69GT2QKI > .row .container > .video-iframe-container { display: none; }#Gy7mBXmek7ducmsKe6I87G7C69GT2QKI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gy7mBXmek7ducmsKe6I87G7C69GT2QKI > .row > .video-iframe-container { display: none; }#Gy7mBXmek7ducmsKe6I87G7C69GT2QKI > .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); }#Gy7mBXmek7ducmsKe6I87G7C69GT2QKI > .row .container { border-width: 0; border-radius: 0; }#Gy7mBXmek7ducmsKe6I87G7C69GT2QKI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gy7mBXmek7ducmsKe6I87G7C69GT2QKI > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:75rem;position:relative;display:block; }#QIgfR0GacAkNFZVugoVNffnQ5P5Dp1tX { color:rgba(var(--color-primary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0499992370606rem;left:0rem;height:;display:block; }
#p1biM5rW0fVTrlkwCqD4JushTzKDngFg { color:rgba(var(--color-tertiary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5625rem;left:40rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#On2cu9FhmX169m03FFcOXXzKw268vdkU { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:12.5625rem;left:40rem;display:block; }
#KCFTy4Jkor1k8c5pBwP3pc7gRnpQiQQ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NTMSHLNxE6Dkv49VD8mT0szirdHTp9bI { display:block; }#NTMSHLNxE6Dkv49VD8mT0szirdHTp9bI { background-color: transparent; background-image: none; }#NTMSHLNxE6Dkv49VD8mT0szirdHTp9bI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTMSHLNxE6Dkv49VD8mT0szirdHTp9bI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTMSHLNxE6Dkv49VD8mT0szirdHTp9bI > .row .container > .video-iframe-container { display: none; }#NTMSHLNxE6Dkv49VD8mT0szirdHTp9bI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTMSHLNxE6Dkv49VD8mT0szirdHTp9bI > .row > .video-iframe-container { display: none; }#NTMSHLNxE6Dkv49VD8mT0szirdHTp9bI > .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); }#NTMSHLNxE6Dkv49VD8mT0szirdHTp9bI { border-width: 0; border-radius: 0; }#NTMSHLNxE6Dkv49VD8mT0szirdHTp9bI > .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; }#NTMSHLNxE6Dkv49VD8mT0szirdHTp9bI > .row .container { background-color:transparent;background-image:none;width:75rem;height:29.8125rem;font-size:0.875rem;font-family:arial;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; }#kBBPvxINtDiA1CilNhuXhy4THgvUPHl1 { display:block;width:42.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#Ox3tCOhgF5Hq6xdmzcMMGGFHggDLC7kr { display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:10.1875rem;left:0rem;height:12rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GGMNG283O8bCk3HWisUCA7PS3VbK6hVD { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:20.25rem;width:28.75rem;top:4.25rem;left:46.131023865843rem;overflow:hidden;display:block; }
#x5fc6qPVLqtDQhsA4RaVlHb0PeustLBX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x5fc6qPVLqtDQhsA4RaVlHb0PeustLBX > .row .container { background-color: transparent; background-image: none; }#x5fc6qPVLqtDQhsA4RaVlHb0PeustLBX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5fc6qPVLqtDQhsA4RaVlHb0PeustLBX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5fc6qPVLqtDQhsA4RaVlHb0PeustLBX > .row .container > .video-iframe-container { display: none; }#x5fc6qPVLqtDQhsA4RaVlHb0PeustLBX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5fc6qPVLqtDQhsA4RaVlHb0PeustLBX > .row > .video-iframe-container { display: none; }#x5fc6qPVLqtDQhsA4RaVlHb0PeustLBX > .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); }#x5fc6qPVLqtDQhsA4RaVlHb0PeustLBX > .row .container { border-width: 0; border-radius: 0; }#x5fc6qPVLqtDQhsA4RaVlHb0PeustLBX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x5fc6qPVLqtDQhsA4RaVlHb0PeustLBX > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:block; }#wfdOlMTCPHilFQcQObyHqSCVoRoizCuu { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:2.5rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cSboEm1qzZbPS9Mdcg5w45uVIEPdxq3G { color:#333333;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:21.875rem;left:2.5rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Awxmca1BG0xsn1wHbDKTd1oU1eXHxtuD { color:#333333;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:21.9375rem;left:28.125rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B5QuBhmoappMprWs3PUAE4cR5V09OZJp { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.375rem;left:28.125rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JP1sw4SX6rPdGJOpv3C5slTlC4Q7R7s6 { color:#333333;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:21.9375rem;left:53.75rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iJ2QgTSiDXPuVT4XO6swtEEQODPHkqs3 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.375rem;left:53.75rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h8GxvZHXdEBwKAe5bQIW8mtskWk1LTZ6 { position:absolute;display:block;z-index:15013;background-color:rgba(88,88,88,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:13.8125rem;left:19.625rem;display:block; }
#X3wqFIkXk1PsBKJ8ErsQam8uJiG585Wk { position:absolute;display:block;z-index:15014;background-color:rgba(88,88,88,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:13.8125rem;left:44.625rem;display:block; }
#L9c0iQIELBPVXyC0f26AZUETLL6qX2J1 { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tq6skAuEo7O81VigZvOJ6U2MAVn1kKkR { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:13.25rem;top:9.21875rem;left:5.25rem;overflow:hidden;display:block; }
#IGRhkblkMSSle00Nb2e4OTKRpUktsZb9 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:13.25rem;top:9.21875rem;left:30.875rem;overflow:hidden;display:block; }
#I2tulhZqcSm7pfKxagENQ8mT4kqN8Sbs { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:13.25rem;top:9.21875rem;left:56.5rem;overflow:hidden;display:block; }
#Ok70yKN5o1optify3p6W7c1pboy5OgTI { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.25rem;left:28.75rem;display:block; }
#HrKe7OEAB7HQm3d4uoTJA9f7z5Bh7ODT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NEABUEr0ZFHlzHxz8SARiGayQpAaP1Tm { display:block; }#NEABUEr0ZFHlzHxz8SARiGayQpAaP1Tm { background-color: transparent; background-image: none; }#NEABUEr0ZFHlzHxz8SARiGayQpAaP1Tm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEABUEr0ZFHlzHxz8SARiGayQpAaP1Tm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEABUEr0ZFHlzHxz8SARiGayQpAaP1Tm > .row .container > .video-iframe-container { display: none; }#NEABUEr0ZFHlzHxz8SARiGayQpAaP1Tm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEABUEr0ZFHlzHxz8SARiGayQpAaP1Tm > .row > .video-iframe-container { display: none; }#NEABUEr0ZFHlzHxz8SARiGayQpAaP1Tm > .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); }#NEABUEr0ZFHlzHxz8SARiGayQpAaP1Tm { border-width: 0; border-radius: 0; }#NEABUEr0ZFHlzHxz8SARiGayQpAaP1Tm > .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; }#NEABUEr0ZFHlzHxz8SARiGayQpAaP1Tm > .row .container { background-color:transparent;background-image:none;width:75rem;height:26.375rem;font-size:0.875rem;font-family:arial;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; }#v5KZprxqbRN38ltudPefvFURiiehJGeN { display:block;width:42.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.125rem;left:0rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#UlJkXCpdTfhXpOBvsNmbANQl5idxpLr7 { display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:15.6875rem;left:0rem;height:4rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f3yIpWdRTbIw7m51wzqFeNJvQaSyXusM { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:21.125rem;width:30rem;top:4.25rem;left:44.889360470866rem;overflow:hidden;display:block; }
#QPkNFN1QlzmBTBgR37bLOwp9hiHiwTVI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QPkNFN1QlzmBTBgR37bLOwp9hiHiwTVI > .row .container { background-color: transparent; background-image: none; }#QPkNFN1QlzmBTBgR37bLOwp9hiHiwTVI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPkNFN1QlzmBTBgR37bLOwp9hiHiwTVI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPkNFN1QlzmBTBgR37bLOwp9hiHiwTVI > .row .container > .video-iframe-container { display: none; }#QPkNFN1QlzmBTBgR37bLOwp9hiHiwTVI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPkNFN1QlzmBTBgR37bLOwp9hiHiwTVI > .row > .video-iframe-container { display: none; }#QPkNFN1QlzmBTBgR37bLOwp9hiHiwTVI > .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); }#QPkNFN1QlzmBTBgR37bLOwp9hiHiwTVI > .row .container { border-width: 0; border-radius: 0; }#QPkNFN1QlzmBTBgR37bLOwp9hiHiwTVI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QPkNFN1QlzmBTBgR37bLOwp9hiHiwTVI > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#mIZrXKpw5FBQuknz1xCs7wTffSGGq9d8 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:2.5rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QdZdPwDwweXcC0I2LhFT8pn0dF7N42Vo { color:#333333;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:21.875rem;left:2.5rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eecTMHDDfr452IhbbZZTpPkxxydkF5aT { color:#333333;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:21.9375rem;left:28.125rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PloTn5CL2A7KSZku0MwGuDxa2i15XGMl { color:#000000;display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.375rem;left:25rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rt6Ody7dozirfrJvreDBSDvC2KOVM0eR { color:#333333;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:21.9375rem;left:53.75rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RrWHiTcNHwuuBmFDdaXzA7kW1IabxhHi { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.375rem;left:53.75rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PKVkvbxbF3xRO6A9JDK7VCv7i9sToiVK { position:absolute;display:block;z-index:15013;background-color:rgba(88,88,88,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:13.8125rem;left:19.625rem;display:block; }
#RIJBbyVk4m4JTnzeFM2vT0M293tcvo9g { position:absolute;display:block;z-index:15014;background-color:rgba(88,88,88,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:13.8125rem;left:44.625rem;display:block; }
#RxzOazgOErGLWaCw3f4kgcqcR8VyLNTP { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WTTLJvX84qQEmlVHw2Oom1NScMT4U7Vu { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.410416625rem;height:3.347916625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:29.875rem;left:28.75rem;display:block; }
#VJUlTODNnETGq7HaPk7ZldpCQd3xTrGr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XaVk6MSqcTQpnFQeDbc4wbypkgUhwIS3 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.25rem;top:6.25rem;left:5.5rem;overflow:hidden;display:block; }
#P1cDuLuxgZ8wwzW1P439BdT4lDXH6klE { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.25rem;top:6.25rem;left:30rem;overflow:hidden;display:block; }
#bIfXfH4REcg2bWHsPHefGmuttAmBZ06J { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.25rem;top:6.25rem;left:56.25rem;overflow:hidden;display:block; }
#Xk6weXRKEBuXciHScicczOC73lkHU3If { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xk6weXRKEBuXciHScicczOC73lkHU3If > .row .container { background-color: transparent; background-image: none; }#Xk6weXRKEBuXciHScicczOC73lkHU3If::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xk6weXRKEBuXciHScicczOC73lkHU3If > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xk6weXRKEBuXciHScicczOC73lkHU3If > .row .container > .video-iframe-container { display: none; }#Xk6weXRKEBuXciHScicczOC73lkHU3If > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xk6weXRKEBuXciHScicczOC73lkHU3If > .row > .video-iframe-container { display: none; }#Xk6weXRKEBuXciHScicczOC73lkHU3If > .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); }#Xk6weXRKEBuXciHScicczOC73lkHU3If > .row .container { border-width: 0; border-radius: 0; }#Xk6weXRKEBuXciHScicczOC73lkHU3If > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xk6weXRKEBuXciHScicczOC73lkHU3If > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#SC3yFiXC20KMdQvil54TKIpH6bEPhwnR { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:6.75rem;display:block; }
#Dm9Kyzmi4OA9uqXZvMAJFRVDciNBu7Sl { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.625rem;left:39.96875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ghJUQh92zB0Dh6h9twSObPdf4uuHdcpx { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:11.824999809265rem;left:39.96875rem;display:block; }
#WCDTk2BKcoCImNR5D6lDQ9VWyBBXJKi9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X4UiT9d2gcDkUPuRlEUl9uPeIrBBzVAi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X4UiT9d2gcDkUPuRlEUl9uPeIrBBzVAi > .row .container { background-color: transparent; background-image: none; }#X4UiT9d2gcDkUPuRlEUl9uPeIrBBzVAi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4UiT9d2gcDkUPuRlEUl9uPeIrBBzVAi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4UiT9d2gcDkUPuRlEUl9uPeIrBBzVAi > .row .container > .video-iframe-container { display: none; }#X4UiT9d2gcDkUPuRlEUl9uPeIrBBzVAi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4UiT9d2gcDkUPuRlEUl9uPeIrBBzVAi > .row > .video-iframe-container { display: none; }#X4UiT9d2gcDkUPuRlEUl9uPeIrBBzVAi > .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); }#X4UiT9d2gcDkUPuRlEUl9uPeIrBBzVAi > .row .container { border-width: 0; border-radius: 0; }#X4UiT9d2gcDkUPuRlEUl9uPeIrBBzVAi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X4UiT9d2gcDkUPuRlEUl9uPeIrBBzVAi > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#l43AmNiVa9hKPZDWK9Izk37mLbov7sls { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.941665649414rem;left:2.5rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gyFdDJ8AVVm3f8cAhrTztNf0Wr4ks2ql { color:#333333;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:24.666664123535rem;left:3.125rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XZ9GE4SkEauSHtKz8PZzvJaFQxbBzqTi { color:#333333;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:24.666664123535rem;left:28.125rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#llyqlDN7N2RzvSGJKswhMMyDNGVPLXQb { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.941665649414rem;left:28.125rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rVLwNqm4VT5REWMBR1NhMdXmRUnUIgw3 { color:#333333;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:24.666664123535rem;left:53.749996185302rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kSSl0XVusPevzug29kh3h7VNTZek8ZhF { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.941665649414rem;left:53.749996185302rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Me6LGMcklyz7ZpvrU868mmcQoeEKmb4y { position:absolute;display:block;z-index:15013;background-color:rgba(88,88,88,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:13.8125rem;left:19.625rem;display:block; }
#Pi79eJ6g7T94XF1yyITUGe7vZGb6Hk18 { position:absolute;display:block;z-index:15014;background-color:rgba(88,88,88,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:13.8125rem;left:44.625rem;display:block; }
#xMHvy1ULKxTlSi3liGeJKSv2kk5s8oS2 { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D3KA2c66uXfdTGzgt8E1MT1FcoJJi5v4 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.25rem;top:8.2458324432375rem;left:5.25rem;overflow:hidden;display:block; }
#rWzpFQNmQpe87mh9Mcud74c0e7gRF8S4 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.25rem;top:8.2458324432375rem;left:30.875rem;overflow:hidden;display:block; }
#pHGixNnfwr57AeWubggOVyhn8FfRgPWw { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.25rem;top:8.2458324432375rem;left:56.499996185302rem;overflow:hidden;display:block; }
#VyDpgKFHQqHQIspht13PsTxVCd5OSW4T { border-top:0.3125rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VyDpgKFHQqHQIspht13PsTxVCd5OSW4T > .row .container { background-color: transparent; background-image: none; }#VyDpgKFHQqHQIspht13PsTxVCd5OSW4T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyDpgKFHQqHQIspht13PsTxVCd5OSW4T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyDpgKFHQqHQIspht13PsTxVCd5OSW4T > .row .container > .video-iframe-container { display: none; }#VyDpgKFHQqHQIspht13PsTxVCd5OSW4T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyDpgKFHQqHQIspht13PsTxVCd5OSW4T > .row > .video-iframe-container { display: none; }#VyDpgKFHQqHQIspht13PsTxVCd5OSW4T > .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); }#VyDpgKFHQqHQIspht13PsTxVCd5OSW4T > .row .container { border-width: 0; border-radius: 0; }#VyDpgKFHQqHQIspht13PsTxVCd5OSW4T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VyDpgKFHQqHQIspht13PsTxVCd5OSW4T > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:75rem;position:relative;display:block; }#k1khKdWC7IOv1VSU5eGIinisOq1yO8Up { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:7.9666671752931rem;left:7.5rem;height:2.375rem;font-style:normal;display:block; }
#LeS6QztHlyBxxBchBCvAnzHII8pEPTAi { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:11.5rem;left:34.4375rem;height:2.375rem;font-style:normal;display:block; }
#ysMZ4cRmDinITmO5b8aQT0e0ipx9m4Zf { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:9.125rem;left:34.4375rem;height:1.1875rem;font-style:normal;display:block; }
#USw1SdSeV5cPQozsoMNcnk12lWrZqKXf { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:6.625rem;left:34.5rem;height:1.1875rem;font-style:normal;display:block; }
#ewJ1ebl737Vgswbbo62xWRpPKIgOLQFz { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:32.4375rem;height:1.375rem;font-style:normal;display:block; }
#xSn6XGaLOWqOUu46FTDKhFBggWZ4wxf4 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6.5rem;left:32.5rem; }
#f5g7iQuxIciXgtEbcHqSVFgbx2m7cCOM { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:9rem;left:32.5rem; }
#Ew4aaGGgTuDlHbf3itSCs0F6TxQJCv4t { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:11.5rem;left:32.5rem; }
#sEL3RLAVkTbXOAUecJNKT5IRkdUuLTeg { 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:2.75rem;width:12.1875rem;top:4.0625rem;left:7.5rem;overflow:hidden;display:block; }
#qtvmeQaPK7bLUyh0rUU2K09DeRhKL9pT { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:3.875rem;left:51.25rem;height:1.375rem;font-style:normal;display:block; }
#Nq7xFmKeQ1XQxXMMe20lHwb2XBEyNyCX { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:6.25rem;left:51.25rem;display:block; }
#OWU2Lf70tAM55kUeD3JyLi78fteGxC5Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#az2X02RFCSZEtU1IOxlxgWaKqEeT2VJs { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.3125rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:8.9375rem;left:51.25rem;display:block; }
#wL9hEz8FbQIzJ96bhFySFJs7LbbdTtv6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w86ITOAPEyzeLLJMgTmEk4WB38d1En15 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.3125rem;text-decoration:none;z-index:15020;text-align:left;text-align-last:left;top:11.5625rem;left:51.25rem;display:block; }
#cPg1VI8Mt9aUptAFk5muayEiTaUrTSgf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ddCBAFuFgQSQZh12zPnALlQ16MXLrLx4 { color:#000000;display:block;width:46.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:17.5625rem;left:7.5rem;height:1.1875rem;font-style:normal;display:block; }
#CuXTwErbgRVpkKLbyBZdPkh6emOznTIZ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.5rem;width:11.3125rem;top:6.8125rem;left:60.687496185302rem;overflow:hidden;display:block; }
#OwrVh5a7FbJcmEOsKcqMWdnJqDAgte0H { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.3125rem;text-decoration:none;z-index:15021;text-align:left;text-align-last:left;top:14.0625rem;left:51.25rem;display:block; }
#n5r3SkJQtTXFBhCLOx4LTnkaF8M6CroI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ly4yW7wdJMlP4IkvSEhPKFVFUDS4RsU2 { display:block; }#ly4yW7wdJMlP4IkvSEhPKFVFUDS4RsU2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqETPd8r7mxwdxTINQGbvf5Dcx8xpEau { width:12.1875rem;height:2.75rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cubXHgGQxWGf4IC28etIpVLhw42s6LEP { width:7.5rem;height:1.5rem;top:1.4375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVfJbbbtTUHa9KfV2Ce86FzHQ95ceO8k { display:block; }
 }@media only screen and (max-width: 763px) { #Glfmqg1WoM7fUqLio5zdKE8Z56plUoDZ { width:12.5625rem;height:2.4375rem;top:0.9375rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bucB15DTqGSq8wSbuuuyXANAZv3wwQGN { display:block; }
 }@media only screen and (max-width: 763px) { #eQ7ApXWnbDmsgGlTThvVepcoLgusRsyX { width:12.5625rem;height:2.4375rem;top:0.9375rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEsiiZ9Ro2ZpiKqUwNBicAUfk4MvOlve { display:block; }
 }@media only screen and (max-width: 763px) { #VLkg9LomTBmcUcmqEVvcFDPHfhHyOc5W { width:7.5rem;height:1.5rem;top:1.4375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMt7yTN14gg8ROymXsbZx1k3hPQGqvTl { display:block; }
 }@media only screen and (max-width: 763px) { #reTAMNGVmMFiVrWEGVzKcDmW6fWGPZGO { width:7.5rem;height:1.5rem;top:1.4375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZCZygwX0Lstb7PIgQacRMURazZe5cUu { display:block; }
 }@media only screen and (max-width: 763px) { #mJsNS5EIsRowGWFsnxoRQZBbastUXkT3 { width:7.5rem;height:1.5rem;top:1.4375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2vO7cGHIl44Hs7wvCkfpyIbWW1pZd9A { display:block; }
 }@media only screen and (max-width: 763px) { #HRTrlSeRaNJtaGicQcW74ESQH7KakTXK { display:block; }#HRTrlSeRaNJtaGicQcW74ESQH7KakTXK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dGc0aWuks8eSu4C9R4VSAJbbnUyO0of8 { width:42.0625rem;height:;top:4.0625rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi6sOTHXNZTCtPJ65mF7kEqpbGUx5E3A { width:33.75rem;height:4.875rem;top:15.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixkPoCDIJeQTUdxBl58w1HKQbTrDOoTJ { width:18rem;height:3.4375rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVlbCElJZuWyMoxSGE3zAHHGhTt0Hyxi { display:block; }
 }@media only screen and (max-width: 763px) { #w7oHss0nWrfvuXpDrmH8FJGvv5yqBAOD { top:7.9375rem;left:15.0625rem;width:32.6875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX1haHSNICieJ2mVgFiZDzVO8CBAPn6k { display:block; }#gX1haHSNICieJ2mVgFiZDzVO8CBAPn6k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PoEfVNBKRoOlNuXIfUL625fS9545Tvxm { top:1.5625rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPNloM5sdBa0ExTwmXPAKMiQFJTiZAeA { display:block; }#BPNloM5sdBa0ExTwmXPAKMiQFJTiZAeA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omHB0Uwdy9D047gNtEnWwGlNAL2kR0FO { top:2.5625rem;left:0rem;width:23.75rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJFmyznacg6uus4Ftu8T0I8AVeW1nCue { top:2.5625rem;left:15.1875rem;width:32.5625rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGvweRG1KRr11LaTO37zmREG3lnm5QlX { width:17.5rem;height:3.4375rem;top:12.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISTKGWF6N6hfq1S8FqtBq9DKVg5S3PrU { display:block; }
 }@media only screen and (max-width: 763px) { #lQHwXeEf22ObLakldF8D9ksCK5zayMsg { display:block; }#lQHwXeEf22ObLakldF8D9ksCK5zayMsg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WIQ606P0WS0S8Wwho10ZDJmALFnsQdKe { top:12.5625rem;left:23.875rem;width:22.125rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBDO5WTgqCzdMQtetwn2ADRLpDTTOfwp { width:17.5625rem;height:3.4375rem;top:36.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVxPAJp1TVdSOLmzNAWPTsNnpSDuRFPT { display:block; }
 }@media only screen and (max-width: 763px) { #ONmfcaEnNZ2xaZ92EBaBnLZPfWPGUTyo { width:17.5rem;height:12.75rem;top:19.75rem;left:23.875rem;font-size:0.9375rem;display:block; }#ONmfcaEnNZ2xaZ92EBaBnLZPfWPGUTyo li:before{  }
 }@media only screen and (max-width: 763px) { #QbF8zf4wQ1odIidawZtce9flG79yQu4H { width:16.6875rem;height:;top:15.0625rem;left:23.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJq1CwL4w31BTwIuXWw6eNZLFl2GvNcV { width:47.75rem;height:;top:3.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C54TKeJ4izghPVnKSsyy3Gv8kKQWAfE5 { top:12.5625rem;left:1.25rem;width:22.125rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGtXikID1ID9D0oSb6SrOMGL9ShTayp3 { width:17.5625rem;height:12.75rem;top:19.75rem;left:6.3125rem;font-size:0.9375rem;display:block; }#gGtXikID1ID9D0oSb6SrOMGL9ShTayp3 li:before{  }
 }@media only screen and (max-width: 763px) { #vqlmx3H9ewkcgePi2uoJZTw5coWCvQxR { width:16.6875rem;height:2.5625rem;top:15.0625rem;left:7.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuBKtu5q9N7RcHOc6yT8bQZc5wbZQ2fI { width:17.5625rem;height:3.4375rem;top:36.5625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkFNPVEEmfOT6k70WZceNa6TDTZlUa75 { display:block; }
 }@media only screen and (max-width: 763px) { #yWSa31vKxVTAhf0qtckxKN9p8qEeyVI7 { top:25.125rem;left:33.4375rem;width:14.3125rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSdzVChLFx2xuITH7CKDHTeHVWBqRirk { top:17.5rem;left:40.875rem;width:6.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPVFn7P4LGvNTicimBMmm5kdxQcmosTD { top:17.5rem;left:0rem;width:6.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3Ozk00kkr9zCA8htQc9HLkmrn7cnSo6 { top:27.8125rem;left:0rem;width:12.125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItvEVnTmTG46zn9FQRO9VX9oVacnAGPm { top:32.4375rem;left:11.9375rem;width:11.9375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ3r7U6CSApgrwEDMCxy72snPcOiQVQL { width:41.5rem;height:1.5625rem;top:8.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy7mBXmek7ducmsKe6I87G7C69GT2QKI { display:block; }#Gy7mBXmek7ducmsKe6I87G7C69GT2QKI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QIgfR0GacAkNFZVugoVNffnQ5P5Dp1tX { top:3rem;left:0rem;width:23.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1biM5rW0fVTrlkwCqD4JushTzKDngFg { top:2.5625rem;left:15.125rem;width:32.625rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #On2cu9FhmX169m03FFcOXXzKw268vdkU { width:17.5rem;height:3.4375rem;top:12.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCFTy4Jkor1k8c5pBwP3pc7gRnpQiQQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #NTMSHLNxE6Dkv49VD8mT0szirdHTp9bI { display:block; }#NTMSHLNxE6Dkv49VD8mT0szirdHTp9bI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kBBPvxINtDiA1CilNhuXhy4THgvUPHl1 { width:42.0625rem;height:;top:3.6875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox3tCOhgF5Hq6xdmzcMMGGFHggDLC7kr { width:33.75rem;height:12rem;top:10.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGMNG283O8bCk3HWisUCA7PS3VbK6hVD { top:4.25rem;left:17.5625rem;width:28.75rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5fc6qPVLqtDQhsA4RaVlHb0PeustLBX { display:block; }#x5fc6qPVLqtDQhsA4RaVlHb0PeustLBX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfdOlMTCPHilFQcQObyHqSCVoRoizCuu { width:18.75rem;height:1.9375rem;top:19.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSboEm1qzZbPS9Mdcg5w45uVIEPdxq3G { width:18.75rem;height:3.125rem;top:21.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awxmca1BG0xsn1wHbDKTd1oU1eXHxtuD { width:18.75rem;height:3.1875rem;top:21.9375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5QuBhmoappMprWs3PUAE4cR5V09OZJp { width:18.75rem;height:1.9375rem;top:19.375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP1sw4SX6rPdGJOpv3C5slTlC4Q7R7s6 { width:18.75rem;height:3.125rem;top:21.9375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ2QgTSiDXPuVT4XO6swtEEQODPHkqs3 { width:18.75rem;height:1.9375rem;top:19.375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8GxvZHXdEBwKAe5bQIW8mtskWk1LTZ6 { width:5.375rem;height:0.125rem;top:13.8125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3wqFIkXk1PsBKJ8ErsQam8uJiG585Wk { width:5.375rem;height:0.125rem;top:13.8125rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9c0iQIELBPVXyC0f26AZUETLL6qX2J1 { width:47.75rem;height:2.875rem;top:2.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq6skAuEo7O81VigZvOJ6U2MAVn1kKkR { top:9.1875rem;left:0.6875rem;width:13.25rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGRhkblkMSSle00Nb2e4OTKRpUktsZb9 { top:9.1875rem;left:17.1875rem;width:13.25rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2tulhZqcSm7pfKxagENQ8mT4kqN8Sbs { top:9.1875rem;left:33.6875rem;width:13.25rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok70yKN5o1optify3p6W7c1pboy5OgTI { width:17.5rem;height:3.4375rem;top:28.25rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrKe7OEAB7HQm3d4uoTJA9f7z5Bh7ODT { display:block; }
 }@media only screen and (max-width: 763px) { #NEABUEr0ZFHlzHxz8SARiGayQpAaP1Tm { display:block; }#NEABUEr0ZFHlzHxz8SARiGayQpAaP1Tm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5KZprxqbRN38ltudPefvFURiiehJGeN { width:42.0625rem;height:6.8125rem;top:7.125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlJkXCpdTfhXpOBvsNmbANQl5idxpLr7 { width:33.75rem;height:4rem;top:15.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3yIpWdRTbIw7m51wzqFeNJvQaSyXusM { top:4.25rem;left:17.5625rem;width:30rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPkNFN1QlzmBTBgR37bLOwp9hiHiwTVI { display:block; }#QPkNFN1QlzmBTBgR37bLOwp9hiHiwTVI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIZrXKpw5FBQuknz1xCs7wTffSGGq9d8 { width:18.75rem;height:1.9375rem;top:19.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdZdPwDwweXcC0I2LhFT8pn0dF7N42Vo { width:18.75rem;height:3.1875rem;top:21.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eecTMHDDfr452IhbbZZTpPkxxydkF5aT { width:18.75rem;height:4.75rem;top:21.9375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PloTn5CL2A7KSZku0MwGuDxa2i15XGMl { width:25.125rem;height:1.9375rem;top:19.375rem;left:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt6Ody7dozirfrJvreDBSDvC2KOVM0eR { width:18.75rem;height:3.125rem;top:21.9375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrWHiTcNHwuuBmFDdaXzA7kW1IabxhHi { width:18.75rem;height:1.9375rem;top:19.375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKVkvbxbF3xRO6A9JDK7VCv7i9sToiVK { width:5.375rem;height:0.125rem;top:13.8125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIJBbyVk4m4JTnzeFM2vT0M293tcvo9g { width:5.375rem;height:0.125rem;top:13.8125rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxzOazgOErGLWaCw3f4kgcqcR8VyLNTP { width:47.75rem;height:2.875rem;top:2.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTTLJvX84qQEmlVHw2Oom1NScMT4U7Vu { width:17.375rem;height:3.3125rem;top:29.875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJUlTODNnETGq7HaPk7ZldpCQd3xTrGr { display:block; }
 }@media only screen and (max-width: 763px) { #XaVk6MSqcTQpnFQeDbc4wbypkgUhwIS3 { top:6.25rem;left:0.9375rem;width:13.25rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1cDuLuxgZ8wwzW1P439BdT4lDXH6klE { top:6.25rem;left:16.3125rem;width:13.25rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIfXfH4REcg2bWHsPHefGmuttAmBZ06J { top:6.25rem;left:33.4375rem;width:13.25rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xk6weXRKEBuXciHScicczOC73lkHU3If { display:block; }#Xk6weXRKEBuXciHScicczOC73lkHU3If > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SC3yFiXC20KMdQvil54TKIpH6bEPhwnR { top:3.625rem;left:0rem;width:23.75rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm9Kyzmi4OA9uqXZvMAJFRVDciNBu7Sl { top:3.625rem;left:14.25rem;width:33.5rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghJUQh92zB0Dh6h9twSObPdf4uuHdcpx { width:17.5rem;height:3.4375rem;top:11.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCDTk2BKcoCImNR5D6lDQ9VWyBBXJKi9 { display:block; }
 }@media only screen and (max-width: 763px) { #X4UiT9d2gcDkUPuRlEUl9uPeIrBBzVAi { display:block; }#X4UiT9d2gcDkUPuRlEUl9uPeIrBBzVAi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l43AmNiVa9hKPZDWK9Izk37mLbov7sls { width:18.75rem;height:1.9375rem;top:21.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyFdDJ8AVVm3f8cAhrTztNf0Wr4ks2ql { width:18.75rem;height:3.125rem;top:24.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ9GE4SkEauSHtKz8PZzvJaFQxbBzqTi { width:18.75rem;height:3.125rem;top:24.625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #llyqlDN7N2RzvSGJKswhMMyDNGVPLXQb { width:18.75rem;height:1.9375rem;top:21.9375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVLwNqm4VT5REWMBR1NhMdXmRUnUIgw3 { width:18.75rem;height:3.125rem;top:24.625rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSSl0XVusPevzug29kh3h7VNTZek8ZhF { width:18.75rem;height:1.9375rem;top:21.9375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me6LGMcklyz7ZpvrU868mmcQoeEKmb4y { width:5.375rem;height:0.125rem;top:13.8125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi79eJ6g7T94XF1yyITUGe7vZGb6Hk18 { width:5.375rem;height:0.125rem;top:13.8125rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMHvy1ULKxTlSi3liGeJKSv2kk5s8oS2 { width:47.75rem;height:2.875rem;top:2.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3KA2c66uXfdTGzgt8E1MT1FcoJJi5v4 { top:8.1875rem;left:0.6875rem;width:13.25rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWzpFQNmQpe87mh9Mcud74c0e7gRF8S4 { top:8.1875rem;left:17.1875rem;width:13.25rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHGixNnfwr57AeWubggOVyhn8FfRgPWw { top:8.1875rem;left:33.687496185302rem;width:13.25rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyDpgKFHQqHQIspht13PsTxVCd5OSW4T { display:block; }#VyDpgKFHQqHQIspht13PsTxVCd5OSW4T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1khKdWC7IOv1VSU5eGIinisOq1yO8Up { top:7.9375rem;left:0rem;width:19.875rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeS6QztHlyBxxBchBCvAnzHII8pEPTAi { top:11.5rem;left:20.8125rem;width:10.0625rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysMZ4cRmDinITmO5b8aQT0e0ipx9m4Zf { top:9.125rem;left:20.8125rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USw1SdSeV5cPQozsoMNcnk12lWrZqKXf { top:6.625rem;left:20.874999046326rem;width:10.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewJ1ebl737Vgswbbo62xWRpPKIgOLQFz { top:4.0625rem;left:18.8125rem;width:11.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSn6XGaLOWqOUu46FTDKhFBggWZ4wxf4 { top:6.5rem;left:18.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5g7iQuxIciXgtEbcHqSVFgbx2m7cCOM { top:9rem;left:18.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew4aaGGgTuDlHbf3itSCs0F6TxQJCv4t { top:11.5rem;left:18.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEL3RLAVkTbXOAUecJNKT5IRkdUuLTeg { width:12.1875rem;height:2.75rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtvmeQaPK7bLUyh0rUU2K09DeRhKL9pT { top:3.875rem;left:35.9375rem;width:11.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq7xFmKeQ1XQxXMMe20lHwb2XBEyNyCX { width:7.5rem;height:1.5rem;top:6.25rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWU2Lf70tAM55kUeD3JyLi78fteGxC5Q { display:block; }
 }@media only screen and (max-width: 763px) { #az2X02RFCSZEtU1IOxlxgWaKqEeT2VJs { width:7.0625rem;height:1.3125rem;top:8.9375rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL9hEz8FbQIzJ96bhFySFJs7LbbdTtv6 { display:block; }
 }@media only screen and (max-width: 763px) { #w86ITOAPEyzeLLJMgTmEk4WB38d1En15 { width:7.0625rem;height:1.3125rem;top:11.5625rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPg1VI8Mt9aUptAFk5muayEiTaUrTSgf { display:block; }
 }@media only screen and (max-width: 763px) { #ddCBAFuFgQSQZh12zPnALlQ16MXLrLx4 { top:17.5625rem;left:0rem;width:46.1875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuXTwErbgRVpkKLbyBZdPkh6emOznTIZ { top:6.8125rem;left:36.4375rem;width:11.3125rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwrVh5a7FbJcmEOsKcqMWdnJqDAgte0H { width:7.0625rem;height:1.3125rem;top:14.0625rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5r3SkJQtTXFBhCLOx4LTnkaF8M6CroI { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ly4yW7wdJMlP4IkvSEhPKFVFUDS4RsU2 { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#ly4yW7wdJMlP4IkvSEhPKFVFUDS4RsU2 > .row .container { background-color: transparent; background-image: none; }#ly4yW7wdJMlP4IkvSEhPKFVFUDS4RsU2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ly4yW7wdJMlP4IkvSEhPKFVFUDS4RsU2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ly4yW7wdJMlP4IkvSEhPKFVFUDS4RsU2 > .row .container > .video-iframe-container { display: none; }#ly4yW7wdJMlP4IkvSEhPKFVFUDS4RsU2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ly4yW7wdJMlP4IkvSEhPKFVFUDS4RsU2 > .row > .video-iframe-container { display: none; }#ly4yW7wdJMlP4IkvSEhPKFVFUDS4RsU2 > .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); }#ly4yW7wdJMlP4IkvSEhPKFVFUDS4RsU2 > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqETPd8r7mxwdxTINQGbvf5Dcx8xpEau { width:6rem;height:1.25rem;top:1.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #cubXHgGQxWGf4IC28etIpVLhw42s6LEP { width:7.5rem;height:1.5rem;top:3.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVfJbbbtTUHa9KfV2Ce86FzHQ95ceO8k { display:block; }
 }@media only screen and (max-width: 763px) { #Glfmqg1WoM7fUqLio5zdKE8Z56plUoDZ { width:12.5625rem;height:2.4375rem;top:12rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bucB15DTqGSq8wSbuuuyXANAZv3wwQGN { display:block; }
 }@media only screen and (max-width: 763px) { #eQ7ApXWnbDmsgGlTThvVepcoLgusRsyX { width:12.5625rem;height:2.4375rem;top:15.6875rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEsiiZ9Ro2ZpiKqUwNBicAUfk4MvOlve { display:block; }
 }@media only screen and (max-width: 763px) { #VLkg9LomTBmcUcmqEVvcFDPHfhHyOc5W { width:7.5rem;height:1.5rem;top:6.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMt7yTN14gg8ROymXsbZx1k3hPQGqvTl { display:block; }
 }@media only screen and (max-width: 763px) { #reTAMNGVmMFiVrWEGVzKcDmW6fWGPZGO { width:7.5rem;height:1.5rem;top:9rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZCZygwX0Lstb7PIgQacRMURazZe5cUu { display:block; }
 }@media only screen and (max-width: 763px) { #mJsNS5EIsRowGWFsnxoRQZBbastUXkT3 { width:7.5rem;height:1.5rem;top:19.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2vO7cGHIl44Hs7wvCkfpyIbWW1pZd9A { display:block; }
 }@media only screen and (max-width: 763px) { #HRTrlSeRaNJtaGicQcW74ESQH7KakTXK { display:block; }#HRTrlSeRaNJtaGicQcW74ESQH7KakTXK > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dGc0aWuks8eSu4C9R4VSAJbbnUyO0of8 { width:18.75rem;height:4.875rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi6sOTHXNZTCtPJ65mF7kEqpbGUx5E3A { width:18.75rem;height:5.625rem;top:7.375rem;left:0.625rem;font-size:1rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ixkPoCDIJeQTUdxBl58w1HKQbTrDOoTJ { width:16.0625rem;height:3.625rem;top:16.1875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVlbCElJZuWyMoxSGE3zAHHGhTt0Hyxi { display:block; }
 }@media only screen and (max-width: 763px) { #w7oHss0nWrfvuXpDrmH8FJGvv5yqBAOD { width:20rem;height:14.052734375rem;top:22.125rem;left:0rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #gX1haHSNICieJ2mVgFiZDzVO8CBAPn6k { display:block; }#gX1haHSNICieJ2mVgFiZDzVO8CBAPn6k > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PoEfVNBKRoOlNuXIfUL625fS9545Tvxm { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPNloM5sdBa0ExTwmXPAKMiQFJTiZAeA { display:block; }#BPNloM5sdBa0ExTwmXPAKMiQFJTiZAeA > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omHB0Uwdy9D047gNtEnWwGlNAL2kR0FO { width:20rem;height:1.25rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CJFmyznacg6uus4Ftu8T0I8AVeW1nCue { width:17.75rem;height:16.875rem;top:3.75rem;left:1.125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGvweRG1KRr11LaTO37zmREG3lnm5QlX { width:17.5rem;height:3.4375rem;top:21.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISTKGWF6N6hfq1S8FqtBq9DKVg5S3PrU { display:block; }
 }@media only screen and (max-width: 763px) { #lQHwXeEf22ObLakldF8D9ksCK5zayMsg { display:block; }#lQHwXeEf22ObLakldF8D9ksCK5zayMsg > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WIQ606P0WS0S8Wwho10ZDJmALFnsQdKe { width:19.75rem;height:30.5625rem;top:49.9375rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #KBDO5WTgqCzdMQtetwn2ADRLpDTTOfwp { width:15.625rem;height:4.0625rem;top:74.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVxPAJp1TVdSOLmzNAWPTsNnpSDuRFPT { display:block; }
 }@media only screen and (max-width: 763px) { #ONmfcaEnNZ2xaZ92EBaBnLZPfWPGUTyo { width:17.3125rem;height:12.75rem;top:59.8125rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#ONmfcaEnNZ2xaZ92EBaBnLZPfWPGUTyo li:before{  }
 }@media only screen and (max-width: 763px) { #QbF8zf4wQ1odIidawZtce9flG79yQu4H { width:14.5625rem;height:2.5625rem;top:52.5rem;left:1.375rem;text-align:left;text-align-last:left;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #GJq1CwL4w31BTwIuXWw6eNZLFl2GvNcV { width:20rem;height:5.125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C54TKeJ4izghPVnKSsyy3Gv8kKQWAfE5 { width:19.75rem;height:32.9375rem;top:15.75rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #gGtXikID1ID9D0oSb6SrOMGL9ShTayp3 { width:17.3125rem;height:14.4375rem;top:26rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#gGtXikID1ID9D0oSb6SrOMGL9ShTayp3 li:before{  }
 }@media only screen and (max-width: 763px) { #vqlmx3H9ewkcgePi2uoJZTw5coWCvQxR { width:16.6875rem;height:2.5625rem;top:18.25rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #IuBKtu5q9N7RcHOc6yT8bQZc5wbZQ2fI { width:17.875rem;height:4.0625rem;top:40.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkFNPVEEmfOT6k70WZceNa6TDTZlUa75 { display:block; }
 }@media only screen and (max-width: 763px) { #yWSa31vKxVTAhf0qtckxKN9p8qEeyVI7 { width:14.3125rem;height:9.9375rem;top:111.75rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSdzVChLFx2xuITH7CKDHTeHVWBqRirk { width:6.875rem;height:4.8125rem;top:105.6875rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CPVFn7P4LGvNTicimBMmm5kdxQcmosTD { width:6.875rem;height:4.8125rem;top:13.75rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w3Ozk00kkr9zCA8htQc9HLkmrn7cnSo6 { width:12.125rem;height:8.4375rem;top:19.8125rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItvEVnTmTG46zn9FQRO9VX9oVacnAGPm { width:11.9375rem;height:8.4375rem;top:63.9375rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #vQ3r7U6CSApgrwEDMCxy72snPcOiQVQL { width:20rem;height:7.8125rem;top:7.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy7mBXmek7ducmsKe6I87G7C69GT2QKI { display:block; }#Gy7mBXmek7ducmsKe6I87G7C69GT2QKI > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QIgfR0GacAkNFZVugoVNffnQ5P5Dp1tX { width:20rem;height:2.5rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p1biM5rW0fVTrlkwCqD4JushTzKDngFg { width:17.75rem;height:13.5rem;top:5rem;left:1.125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #On2cu9FhmX169m03FFcOXXzKw268vdkU { width:17.5rem;height:3.4375rem;top:23.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCFTy4Jkor1k8c5pBwP3pc7gRnpQiQQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #NTMSHLNxE6Dkv49VD8mT0szirdHTp9bI { display:block; }#NTMSHLNxE6Dkv49VD8mT0szirdHTp9bI > .row .container { width:20rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kBBPvxINtDiA1CilNhuXhy4THgvUPHl1 { width:18.75rem;height:9.75rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox3tCOhgF5Hq6xdmzcMMGGFHggDLC7kr { width:18.75rem;height:16.875rem;top:12.25rem;left:0.625rem;font-size:1rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GGMNG283O8bCk3HWisUCA7PS3VbK6hVD { width:19.8125rem;height:14rem;top:30.375rem;left:0.0625rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #x5fc6qPVLqtDQhsA4RaVlHb0PeustLBX { display:block; }#x5fc6qPVLqtDQhsA4RaVlHb0PeustLBX > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfdOlMTCPHilFQcQObyHqSCVoRoizCuu { width:18.75rem;height:1.75rem;top:17.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSboEm1qzZbPS9Mdcg5w45uVIEPdxq3G { width:18.75rem;height:3.125rem;top:20.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awxmca1BG0xsn1wHbDKTd1oU1eXHxtuD { width:18.75rem;height:3.125rem;top:38.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5QuBhmoappMprWs3PUAE4cR5V09OZJp { width:18.75rem;height:1.75rem;top:35.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP1sw4SX6rPdGJOpv3C5slTlC4Q7R7s6 { width:18.75rem;height:3.125rem;top:56.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ2QgTSiDXPuVT4XO6swtEEQODPHkqs3 { width:18.75rem;height:1.75rem;top:53.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8GxvZHXdEBwKAe5bQIW8mtskWk1LTZ6 { width:5.375rem;height:0.125rem;top:10.9375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X3wqFIkXk1PsBKJ8ErsQam8uJiG585Wk { width:5.375rem;height:0.125rem;top:31.125rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9c0iQIELBPVXyC0f26AZUETLL6qX2J1 { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq6skAuEo7O81VigZvOJ6U2MAVn1kKkR { width:13.25rem;height:9.3125rem;top:7.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGRhkblkMSSle00Nb2e4OTKRpUktsZb9 { width:13.25rem;height:9.3125rem;top:25.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2tulhZqcSm7pfKxagENQ8mT4kqN8Sbs { width:13.25rem;height:9.3125rem;top:43.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok70yKN5o1optify3p6W7c1pboy5OgTI { width:17.5rem;height:3.4375rem;top:61.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrKe7OEAB7HQm3d4uoTJA9f7z5Bh7ODT { display:block; }
 }@media only screen and (max-width: 763px) { #NEABUEr0ZFHlzHxz8SARiGayQpAaP1Tm { display:block; }#NEABUEr0ZFHlzHxz8SARiGayQpAaP1Tm > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5KZprxqbRN38ltudPefvFURiiehJGeN { width:18.75rem;height:4.875rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlJkXCpdTfhXpOBvsNmbANQl5idxpLr7 { width:18.75rem;height:7.5rem;top:7.375rem;left:0.625rem;font-size:1rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f3yIpWdRTbIw7m51wzqFeNJvQaSyXusM { width:19.8125rem;height:14rem;top:27.375rem;left:0.0625rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #QPkNFN1QlzmBTBgR37bLOwp9hiHiwTVI { display:block; }#QPkNFN1QlzmBTBgR37bLOwp9hiHiwTVI > .row .container { width:20rem;height:81.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIZrXKpw5FBQuknz1xCs7wTffSGGq9d8 { width:18.75rem;height:1.75rem;top:7.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdZdPwDwweXcC0I2LhFT8pn0dF7N42Vo { width:18.75rem;height:3.125rem;top:24.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eecTMHDDfr452IhbbZZTpPkxxydkF5aT { width:18.75rem;height:4.6875rem;top:48.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PloTn5CL2A7KSZku0MwGuDxa2i15XGMl { width:18.75rem;height:3.5rem;top:29.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt6Ody7dozirfrJvreDBSDvC2KOVM0eR { width:18.75rem;height:3.125rem;top:71.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrWHiTcNHwuuBmFDdaXzA7kW1IabxhHi { width:18.75rem;height:1.75rem;top:53.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKVkvbxbF3xRO6A9JDK7VCv7i9sToiVK { width:5.375rem;height:0.125rem;top:10.9375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RIJBbyVk4m4JTnzeFM2vT0M293tcvo9g { width:5.375rem;height:0.125rem;top:31.125rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RxzOazgOErGLWaCw3f4kgcqcR8VyLNTP { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTTLJvX84qQEmlVHw2Oom1NScMT4U7Vu { width:17.5rem;height:3.4375rem;top:76.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJUlTODNnETGq7HaPk7ZldpCQd3xTrGr { display:block; }
 }@media only screen and (max-width: 763px) { #XaVk6MSqcTQpnFQeDbc4wbypkgUhwIS3 { width:13.25rem;height:13.25rem;top:10.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1cDuLuxgZ8wwzW1P439BdT4lDXH6klE { width:13.25rem;height:13.25rem;top:34rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIfXfH4REcg2bWHsPHefGmuttAmBZ06J { width:13.25rem;height:13.25rem;top:56.8125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xk6weXRKEBuXciHScicczOC73lkHU3If { display:block; }#Xk6weXRKEBuXciHScicczOC73lkHU3If > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SC3yFiXC20KMdQvil54TKIpH6bEPhwnR { width:20rem;height:2.5rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dm9Kyzmi4OA9uqXZvMAJFRVDciNBu7Sl { width:17.75rem;height:8.4375rem;top:5rem;left:1.125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ghJUQh92zB0Dh6h9twSObPdf4uuHdcpx { width:17.5rem;height:3.4375rem;top:23.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCDTk2BKcoCImNR5D6lDQ9VWyBBXJKi9 { display:block; }
 }@media only screen and (max-width: 763px) { #X4UiT9d2gcDkUPuRlEUl9uPeIrBBzVAi { display:block; }#X4UiT9d2gcDkUPuRlEUl9uPeIrBBzVAi > .row .container { width:20rem;height:74.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l43AmNiVa9hKPZDWK9Izk37mLbov7sls { width:18.75rem;height:1.75rem;top:7.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyFdDJ8AVVm3f8cAhrTztNf0Wr4ks2ql { width:18.75rem;height:3.125rem;top:24.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ9GE4SkEauSHtKz8PZzvJaFQxbBzqTi { width:18.75rem;height:3.125rem;top:48.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #llyqlDN7N2RzvSGJKswhMMyDNGVPLXQb { width:18.75rem;height:1.75rem;top:45.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVLwNqm4VT5REWMBR1NhMdXmRUnUIgw3 { width:18.75rem;height:4.6875rem;top:70.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSSl0XVusPevzug29kh3h7VNTZek8ZhF { width:18.75rem;height:1.75rem;top:67.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me6LGMcklyz7ZpvrU868mmcQoeEKmb4y { width:5.375rem;height:0.125rem;top:10.9375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pi79eJ6g7T94XF1yyITUGe7vZGb6Hk18 { width:5.375rem;height:0.125rem;top:31.125rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xMHvy1ULKxTlSi3liGeJKSv2kk5s8oS2 { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3KA2c66uXfdTGzgt8E1MT1FcoJJi5v4 { width:13.25rem;height:13.25rem;top:10.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWzpFQNmQpe87mh9Mcud74c0e7gRF8S4 { width:13.25rem;height:13.25rem;top:30.8125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHGixNnfwr57AeWubggOVyhn8FfRgPWw { width:13.25rem;height:13.25rem;top:52.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyDpgKFHQqHQIspht13PsTxVCd5OSW4T { display:block; }#VyDpgKFHQqHQIspht13PsTxVCd5OSW4T > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1khKdWC7IOv1VSU5eGIinisOq1yO8Up { width:14.625rem;height:2.375rem;top:3.5rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LeS6QztHlyBxxBchBCvAnzHII8pEPTAi { width:7.3125rem;height:2.75rem;top:20.8125rem;left:6.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ysMZ4cRmDinITmO5b8aQT0e0ipx9m4Zf { width:8rem;height:1.375rem;top:15.375rem;left:6rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #USw1SdSeV5cPQozsoMNcnk12lWrZqKXf { width:11.375rem;height:1.375rem;top:9.9375rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ewJ1ebl737Vgswbbo62xWRpPKIgOLQFz { width:20rem;height:1rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xSn6XGaLOWqOUu46FTDKhFBggWZ4wxf4 { width:1.5625rem;height:1.5625rem;top:7.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5g7iQuxIciXgtEbcHqSVFgbx2m7cCOM { width:1.5625rem;height:1.5625rem;top:12.5625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew4aaGGgTuDlHbf3itSCs0F6TxQJCv4t { width:1.5625rem;height:1.5625rem;top:18rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEL3RLAVkTbXOAUecJNKT5IRkdUuLTeg { width:12.1875rem;height:2.75rem;top:28.8125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtvmeQaPK7bLUyh0rUU2K09DeRhKL9pT { width:11.8125rem;height:1rem;top:32.8125rem;left:4.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nq7xFmKeQ1XQxXMMe20lHwb2XBEyNyCX { width:7.5rem;height:1.5rem;top:35.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWU2Lf70tAM55kUeD3JyLi78fteGxC5Q { display:block; }
 }@media only screen and (max-width: 763px) { #az2X02RFCSZEtU1IOxlxgWaKqEeT2VJs { width:7.0625rem;height:1.3125rem;top:37.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL9hEz8FbQIzJ96bhFySFJs7LbbdTtv6 { display:block; }
 }@media only screen and (max-width: 763px) { #w86ITOAPEyzeLLJMgTmEk4WB38d1En15 { width:7.0625rem;height:1.3125rem;top:40.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPg1VI8Mt9aUptAFk5muayEiTaUrTSgf { display:block; }
 }@media only screen and (max-width: 763px) { #ddCBAFuFgQSQZh12zPnALlQ16MXLrLx4 { width:20rem;height:3.5625rem;top:42.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CuXTwErbgRVpkKLbyBZdPkh6emOznTIZ { width:11.3125rem;height:6.5rem;top:47.75rem;left:4.3125rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #OwrVh5a7FbJcmEOsKcqMWdnJqDAgte0H { width:7.0625rem;height:1.3125rem;top:55.5rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5r3SkJQtTXFBhCLOx4LTnkaF8M6CroI { display:block; }
 }